/* ===========================================================
    B52 HUB CONTAINER COFFEE - MAIN STYLE
    Color Scheme: Vàng (Yellow), Xanh Ngọc (Turquoise), Đen (Dark)
=========================================================== */

/* ------------------ 1. BIẾN MÀU & THÔNG SỐ CHUNG ------------------ */
:root {
    --primary-yellow: #faf986;
    --secondary-turquoise: rgb(64, 224, 208);
    --dark: #1a1a1a;
    --white: #fff;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --topbar-maxwidth: 1200px;
    --topbar-padding-x: 24px;
    --topbar-padding-y: 10px;
    --topbar-padding-x-mobile: 8px;
    --topbar-padding-y-mobile: 7px;
}

/* ------------------ 2. THANH TOP BAR ------------------ */
.top-bar {
    background: rgba(26, 26, 26, 0.95);
    padding: var(--topbar-padding-y) 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(250, 249, 134, 0.2);
}
.top-bar .container {
    max-width: var(--topbar-maxwidth);
    margin: 0 auto;
    padding: 0 var(--topbar-padding-x) !important;
    width: 100%;
}
.topbar-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    gap: 0 20px;
}
.top-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 26px;
    min-width: 0;
}
.contact-pair {
    display: flex;
    align-items: center;
    gap: 0 10px;
    white-space: nowrap;
}
.contact-item, .contact-item a, .contact-item i {
    display: inline-flex;
    align-items: center;
    font-size: 0.8rem;
    color: var(--secondary-turquoise);
    transition: var(--transition);
}
.contact-item a { margin-right: 5px; }
.contact-item i { margin-right: 5px; }
.contact-item:hover { color: var(--primary-yellow); }
.contact-item,
.contact-item:hover,
.contact-item:active,
.contact-item:focus {
    text-decoration: none !important;
}
.social-icons {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding-right: 2px;
}
.social-icons a {
    /* color: var(--secondary-turquoise); */
    font-size: 1.22rem;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.social-icons a:hover {
    color: var(--primary-yellow);
    transform: scale(1.13) rotate(180deg);
}

/* ------------------ 3. TOP BAR & NAVBAR ------------------ */
.top-bar {
    background: linear-gradient(135deg, var(--dark) 0%, rgba(26,26,26,0.95) 100%);
    backdrop-filter: blur(10px);
    position: relative;
    width: 100%;
    z-index: 1000;
    transition: var(--transition);
}

.top-bar .container, .navbar .container {
    max-width: var(--topbar-maxwidth);
    margin: 0 auto;
    padding: 0 var(--topbar-padding-x) !important;
    width: 100%;
}
.navbar { 
    padding: 12px 0; 
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: sticky !important;
    top: 0 !important;
    z-index: 1001;
    background: linear-gradient(135deg, var(--dark) 0%, rgba(26,26,26,0.95) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(250, 249, 134, 0.1);
}

.navbar.scrolled {
    padding: 8px 0;
    background: linear-gradient(135deg, rgba(34, 42, 43, 0.96) 0%, rgba(26, 26, 26, 0.93) 100%);
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px rgba(250, 249, 134, 0.25), 
                0 4px 16px rgba(0, 0, 0, 0.3), 
                0 2px 8px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(250, 249, 134, 0.1);
    border-bottom: 2px solid rgba(250, 249, 134, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
}

.navbar.scrolled .navbar-brand img {
    height: 50px;
}

.navbar.scrolled .nav-link {
    color: var(--white) !important;
    font-weight: 600;
}

.navbar.scrolled .nav-link:hover {
    color: var(--primary-yellow) !important;
}

.navbar.scrolled .navbar-icons a {
    color: var(--secondary-turquoise);
}

.navbar.scrolled .navbar-icons a:hover {
    color: var(--primary-yellow) !important;
}

.navbar.scrolled .btn-reservation {
    background: var(--primary-yellow) !important;
    color: var(--dark) !important;
    border: 2px solid var(--primary-yellow) !important;
}

.navbar.scrolled .btn-reservation:hover {
    background: var(--secondary-turquoise) !important;
    color: var(--white) !important;
    border: 2px solid var(--secondary-turquoise) !important;
}
.navbar-brand {
    display: flex; align-items: center;
    text-decoration: none !important;
    margin-right: 12px;
}
.navbar-brand img {
    height: 60px; margin-right: 10px; transition: height 0.25s;
}
.logo-glow { transition: filter 0.3s, transform 0.25s; }
.logo-glow:hover {
    filter: drop-shadow(0 0 12px #faf986) drop-shadow(0 0 32px #faf986) brightness(1.25);
    transform: scale(1.06) rotate(-2deg);
}

/* ---------- 3.1 Navbar Burger ---------- */
.navbar-toggler {
    border: none; background: transparent !important;
    padding: 8px 12px !important; margin-left: 12px; margin-right: 4px;
    outline: none !important; box-shadow: none !important;
    display: flex; align-items: center; justify-content: center;
}
.navbar-toggler-icon {
    display: inline-block; width: 32px; height: 24px; position: relative; background: none !important;
}
.navbar-toggler-icon span {
    display: block; position: absolute; height: 4px; width: 100%;
    background: #fff; border-radius: 2px; opacity: 1; left: 0;
    transition: all 0.25s cubic-bezier(.41,1.09,.77,1.02);
}
.navbar-toggler-icon span:nth-child(1) { top: 0; }
.navbar-toggler-icon span:nth-child(2) { top: 10px; }
.navbar-toggler-icon span:nth-child(3) { top: 20px; }
.navbar-toggler.active .navbar-toggler-icon span:nth-child(1) {
    top: 10px !important; transform: rotate(45deg) !important;
}
.navbar-toggler.active .navbar-toggler-icon span:nth-child(2) {
    opacity: 0 !important;
}
.navbar-toggler.active .navbar-toggler-icon span:nth-child(3) {
    top: 10px !important; transform: rotate(-45deg) !important;
}

/* ---------- 3.2 Navbar Menu ---------- */
.navbar-nav .nav-link {
    position: relative;
    color: var(--white);
    font-weight: 500;
    margin: 0 8px;
    transition: all 0.3s ease;
}
.navbar-nav .nav-link::after {
    content: '';
    position: absolute; bottom: -5px; left: 0;
    width: 0; height: 2px;
    background: var(--secondary-turquoise);
    transition: width 0.3s ease;
}
.navbar-nav .nav-link:hover::after { width: 100%; }
.navbar-nav .nav-link:hover {
    color: var(--secondary-turquoise); transform: translateY(-2px);
}
.navbar-icons {
    display: flex; align-items: center; gap: 17px;
}
.navbar-icons a {
    color: var(--secondary-turquoise);
    font-size: 1.19rem; 
    transition: all 0.3s ease; 
    position: relative;
}
.navbar-icons a:hover { color: var(--primary-yellow); }
.navbar-icons a:hover i {
    transform: translateY(-5px) rotate(360deg);
    transition: var(--transition);
}
.cart-badge {
    position: absolute; top: -8px; right: -8px;
    background: var(--primary-yellow); color: var(--dark);
    border-radius: 50%; width: 20px; height: 20px;
    font-size: 12px; display: flex; align-items: center; justify-content: center; font-weight: bold;
}
/* Đặt riêng màu cho nút đặt bàn */
.btn-reservation {
    background: linear-gradient(45deg, var(--primary-yellow), #f0e968) !important;
    color: var(--dark) !important; border: none; padding: 10px 25px; font-weight: 700;
    border-radius: 50px; transition: var(--transition);
    box-shadow: 0 4px 15px rgba(250,249,134,0.3);
    text-decoration: none !important;
}
.btn-reservation:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(250,249,134,0.5);
    color: var(--dark) !important;
}

/* ------------------ 4. HERO SLIDER ------------------ */
/* Slider styles moved to home_slider.css */



/* ------------------ 5. SECTIONS: FEATURES, MENU, ACHIEVEMENTS, TESTIMONIALS, CONTACT ------------------ */
/* Section chung */
.features, .achievements, .testimonials, .contact {
    padding: 80px 0;
}
.features, .testimonials { background: var(--dark);}
.menu-section, .achievements, .contact {
    background: linear-gradient(135deg, rgba(26,26,26,0.95) 0%, rgba(26,26,26,0.98) 100%);
}
.achievements, .contact {
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),
        url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJjaGluZXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjxyZWN0IHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgZmlsbD0iIzFhMWExYSIvPjxwYXRoIGQ9Ik0zMCAxMEwzMCA1MEwyMCAzMEw0MCAzMFoiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZhZjk4NiIgc3Ryb2tlLXdpZHRoPSIxIiBvcGFjaXR5PSIwLjIiLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjY2hpbmVzZSkiLz48L3N2Zz4=');
}

/* General Feature Card */
.feature-card {
    background: linear-gradient(135deg, rgba(250,249,134,0.05) 0%, rgba(64,224,208,0.05) 100%);
    border: 2px solid var(--primary-yellow);
    border-radius: 20px; padding: 30px; text-align: center;
    margin-bottom: 30px; transition: var(--transition); position: relative; overflow: hidden;
    height: 100%;
}
.feature-card:hover {
    transform: translateY(-10px);
    border-color: var(--secondary-turquoise);
    box-shadow: 0 10px 30px rgba(64,224,208,0.3);
}

/* Old testimonial styles - kept for fallback */
.testimonials .testimonial-card {
    background: linear-gradient(135deg, rgba(250,249,134,0.05) 0%, rgba(64,224,208,0.05) 100%);
    border: 2px solid var(--primary-yellow);
    border-radius: 20px; padding: 30px; text-align: center;
    margin-bottom: 30px; transition: var(--transition); position: relative; overflow: hidden;
    height: 100%;
}
.testimonials .testimonial-card:hover {
    transform: translateY(-10px);
    border-color: var(--secondary-turquoise);
    box-shadow: 0 10px 30px rgba(64,224,208,0.3);
}
.feature-img, .menu-item-img {
    width: 100%; height: 200px; object-fit: cover; border-radius: 15px; margin-bottom: 20px;
}
.menu-item-img { border-radius: 12px; margin-bottom: 12px;}
.feature-card h3, .menu-item-content h4 { color: var(--primary-yellow); margin-bottom: 10px; }
.feature-card p, .menu-item-content p, .footer-desc { color: var(--white); margin-bottom: 10px; }
/* Menu Card */
.menu-card {
    background: rgba(250,249,134,0.05);
    border: 1px solid rgba(250,249,134,0.2);
    border-radius: 15px; overflow: hidden; transition: var(--transition); height: 100%; padding: 10px;
}
.menu-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(250,249,134,0.2);
    border-color: var(--secondary-turquoise);
}
.menu-item-content { padding: 0 5px 10px; }
.menu-item-content .price {
    color: var(--secondary-turquoise); font-size: 1.2rem; font-weight: 700;
}
.menu-filter {
    display: flex; justify-content: center; margin-bottom: 40px; flex-wrap: wrap;
}
.filter-btn {
    background: transparent; border: 2px solid var(--primary-yellow); color: var(--primary-yellow);
    padding: 10px 25px; margin: 5px; border-radius: 25px; cursor: pointer; transition: var(--transition);
    font-weight: 600;
}
.filter-btn.active, .filter-btn:hover {
    background: var(--primary-yellow); color: var(--dark); transform: scale(1.05);
}
.menu-container > .col-lg-4, .menu-container > .col-md-6 { margin-bottom: 30px; }
/* Achievements */
.achievement-item { text-align: center; margin-bottom: 40px; }
.achievement-icon {
    font-size: 3rem; color: var(--primary-yellow); margin-bottom: 20px; animation: floatUpDown 3s infinite;
}
@keyframes floatUpDown {
    0%,100%{transform:translateY(0);} 50%{transform:translateY(-10px);}
}
.achievement-number {
    font-size: 3rem; font-weight: 700; color: var(--primary-yellow); margin-bottom: 10px;
}
.achievement-label { color: var(--secondary-turquoise); font-size: 1.1rem; line-height: 1.5;}
/* Testimonials */
.testimonial-content {
    font-style: italic; color: var(--white); margin-bottom: 20px; line-height: 1.8;
}
.testimonial-author { color: var(--secondary-turquoise); font-weight: 600; }
.testimonial-rating { color: var(--primary-yellow); margin-bottom: 15px;}
/* Contact */
.contact-box {
    background: linear-gradient(135deg,rgba(250,249,134,0.04),rgba(64,224,208,0.05));
    border-radius: 20px; padding: 32px 28px 24px 28px;
    border: 2px solid var(--primary-yellow);
    box-shadow: 0 10px 40px rgba(64,224,208,0.09); margin-bottom: 16px; min-height: 100%;
}
.contact-row { display: flex; align-items: flex-start; margin-bottom: 28px; }
.contact-icon { font-size: 2.2rem; color: var(--secondary-turquoise); margin-right: 18px; min-width: 45px; text-align: center;}
.contact-box h5 { font-size: 1.09rem; color: var(--primary-yellow); font-weight: bold; margin-bottom: 4px;}
.contact-box p, .contact-box a { color: var(--white); font-size: 1rem; margin-bottom: 0;}
.contact-box a { text-decoration: underline; color: var(--secondary-turquoise);}
.contact-box a:hover { color: var(--primary-yellow);}
.contact-box form label { color: var(--primary-yellow);}
.contact-box .form-control {
    border-radius: 16px; border: 1px solid var(--secondary-turquoise);
    background: rgba(26,26,26,0.9); color: var(--white);
}
.contact-box .form-control:focus {
    border-color: var(--primary-yellow); box-shadow: 0 0 0 0.15rem rgba(250,249,134,.3);
    background: #242424; color: var(--white);
}
.contact-box button[type=submit] { margin-top: 16px; }


/* ------------------ 5. GLOBAL SECTION TITLE  ------------------ */
.section-title {
    font-size: 3.5rem;
    font-weight: 800;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 30px;
    line-height: 1.2;
    text-decoration: none !important;
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
    background: linear-gradient(135deg, var(--primary-yellow), var(--secondary-turquoise));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
}

.section-title::after,
.section-title::before {
    display: none !important;
}

/* Responsive section-title */
@media (max-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 2rem;
    }
}
.section-subtitle {
    text-align: center;
    color: #ccccb1;
    font-size: 1.09rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.45;
    max-width: 1080px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    opacity: 0.87;
}


.service-list {
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),
        url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJjaGluZXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjxyZWN0IHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgZmlsbD0iIzFhMWExYSIvPjxwYXRoIGQ9Ik0zMCAxMEwzMCA1MEwyMCAzMEw0MCAzMFoiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZhZjk4NiIgc3Ryb2tlLXdpZHRoPSIxIiBvcGFjaXR5PSIwLjIiLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjY2hpbmVzZSkiLz48L3N2Zz4=');
}

.service-list .row {
    row-gap: 34px;
    column-gap: 0;
}

.service-item {
    background: #23292c;
    border-radius: 15px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.09);
    border: 1px solid rgba(250,249,134,0.2);
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition:
        box-shadow 0.22s cubic-bezier(0.4,0,0.2,1),
        border-color 0.19s,
        transform 0.18s;
    min-height: unset;
}

.service-item:hover {
    box-shadow: 0 8px 36px 0 rgba(230, 196, 43, 0.19), 0 2px 18px rgba(16,16,16,0.10);
    border-color: var(--secondary-turquoise, #ffe066);
    transform: translateY(-6px) scale(1.035);
    z-index: 2;
}

.service-item:hover .service-img {
    filter: brightness(1.12) saturate(1.1) contrast(1.07);
    transition: filter 0.2s;
}

.service-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 13px;
    margin-bottom: 10px;
}

.service-item h4 {
    color: var(--primary-yellow, #ffe066);
    font-weight: 700;
    font-size: 1.06rem;
    margin-bottom: 7px;
}

.service-item p {
    color: #ece5c5;
    font-size: 0.97rem;
    margin-bottom: 0;
    opacity: 0.95;
    line-height: 1.54;
}

.service-detail-btn {
    padding: 12px 42px;
    background: linear-gradient(90deg, var(--primary-yellow) 70%, var(--secondary-turquoise) 130%);
    color: #23292c;
    border: none;
    border-radius: 2em;
    font-weight: 600;
    font-size: 1.09rem;
    text-decoration: none;
    box-shadow: 0 2px 12px 0 rgba(255,224,102,0.12);
    letter-spacing: 0.02em;
    display: inline-block;
    margin-top: 10px;
    transition: background 0.21s, color 0.16s, transform 0.18s;
}
.service-detail-btn:hover {
    background: linear-gradient(90deg, var(--secondary-turquoise) 20%, var(--primary-yellow) 130%);
    color: #111;
    transform: translateY(-2px) scale(1.045);
    box-shadow: 0 4px 18px 0 rgba(230, 196, 43, 0.17);
    text-decoration: none;
}



@media (max-width: 991px) {
    .service-img { height: 110px; border-radius: 10px; }
    .service-item { min-height: 320px; padding: 14px 8px 11px 8px; }
}

@media (max-width: 767px) {

    .section-subtitle { font-size: 0.97rem; margin-bottom: 22px; }
    .service-list { padding-top: 30px; padding-bottom: 24px; }
    .service-img { height: 70vw; min-height: 80px; max-height: 180px; }
    .service-item { min-height: unset; padding: 13px 4px 8px 4px; }
    .service-item h4 { font-size: 1.07rem; margin-bottom: 7px; }
}

/* ------------------ 6. MODERN FOOTER ------------------ */
.modern-footer {
    position: relative;
    overflow: hidden;
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-yellow), transparent);
}

.footer-main {
    background: linear-gradient(135deg, #1a1a1a 0%, #232a23 50%, #1a1a1a 100%);
    padding: 80px 0 40px;
    position: relative;
    font-size: 1rem;
}

.footer-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}
.footer-main .container {
    max-width: 1200px; margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Footer Brand Section */
.footer-brand {
    margin-bottom: 30px;
}

.footer-logo-img {
    height: 80px;
    width: auto;
    filter: brightness(1.1) contrast(1.1);
    transition: all 0.3s ease;
}

.footer-logo-img:hover {
    transform: scale(1.05);
    filter: brightness(1.2) contrast(1.2);
}

.footer-company-name {
    color: var(--primary-yellow);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-company-info {
    margin-bottom: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: var(--white);
    font-size: 0.9rem;
}

.info-item i {
    color: var(--secondary-turquoise);
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

/* Footer Address */
.footer-address h6 {
    color: var(--primary-yellow);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.footer-address h6 i {
    margin-right: 8px;
    color: var(--secondary-turquoise);
}

.address-link {
    color: var(--white);
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
    transition: all 0.3s ease;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.address-link:hover {
    color: var(--primary-yellow);
    background: rgba(250, 249, 134, 0.1);
    border-color: var(--primary-yellow);
    transform: translateY(-2px);
    text-decoration: none;
}

.address-link i {
    color: var(--secondary-turquoise);
    margin-right: 8px;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Footer Sections */
.footer-section {
    margin-bottom: 30px;
}

.footer-section-title {
    color: var(--primary-yellow);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-section-title i {
    margin-right: 10px;
    color: var(--secondary-turquoise);
}
.footer-main .row {
    display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: 0;
}
.footer-main .col-about, .footer-main .col-link, .footer-main .col-policy, .footer-main .col-offer { margin-bottom: 24px; }
.footer-main .col-about   { flex: 0 0 33%; max-width: 33%;}
.footer-main .col-link, .footer-main .col-policy  { flex: 0 0 17%; max-width: 17%;}
.footer-main .col-offer   { flex: 0 0 33%; max-width: 33%;}
.brand-footer { font-family: 'Dancing Script', cursive; font-size: 2rem; color: var(--primary-yellow); font-weight: bold;}
.footer-contact li, .footer-contact i {
    color: var(--secondary-turquoise); font-size: 1rem; margin-bottom: 6px;
}
.footer-links { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}

.footer-links li { 
    margin-bottom: 12px; 
}

.footer-links a { 
    color: var(--white); 
    text-decoration: none; 
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid transparent;
}

.footer-links a:hover { 
    color: var(--primary-yellow);
    background: rgba(250, 249, 134, 0.1);
    border-color: var(--primary-yellow);
    transform: translateX(5px);
    text-decoration: none;
}

.footer-links a i {
    margin-right: 10px;
    color: var(--secondary-turquoise);
    width: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.footer-links a:hover i {
    color: var(--primary-yellow);
    transform: scale(1.1);
}
.footer-main h6 {
    color: var(--primary-yellow); font-weight: 700; margin-bottom: 18px; font-size: 1.09rem; letter-spacing: .2px;
}
.footer-desc {
    color: var(--white);
    margin-bottom: 20px;
    line-height: 1.6;
    opacity: 0.9;
}

.footer-subscribe {
    margin-bottom: 30px;
}

.subscribe-group {
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.subscribe-input {
    flex: 1;
    background: transparent;
    border: none;
    color: var(--white);
    padding: 12px 16px;
    font-size: 0.9rem;
    outline: none;
}

.subscribe-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.subscribe-btn {
    background: var(--primary-yellow);
    color: var(--dark);
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.subscribe-btn:hover {
    background: var(--secondary-turquoise);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(250, 249, 134, 0.3);
}

.subscribe-btn i {
    font-size: 0.8rem;
}

/* Social Section */
.footer-social {
    margin-bottom: 30px;
}

.social-title {
    color: var(--primary-yellow);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: var(--white);
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--primary-yellow), var(--secondary-turquoise));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.social-icon i {
    position: relative;
    z-index: 2;
}

.social-icon:hover::before {
    opacity: 1;
}

.social-icon:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 20px rgba(250, 249, 134, 0.3);
}

.social-icon.facebook {
    background: linear-gradient(135deg, #1877f2, #0d6efd);
}

.social-icon.tiktok {
    background: linear-gradient(135deg, #000000, #25f4ee);
}

.social-icon.instagram {
    background: linear-gradient(135deg, #e4405f, #833ab4);
}

.social-icon.youtube {
    background: linear-gradient(135deg, #ff0000, #cc0000);
}
.footer-subscribe {
    display: flex; gap: 8px; margin-top: 8px;
}
.subscribe-input {
    flex: 1; border-radius: 20px 0 0 20px;
    border: 1.5px solid var(--secondary-turquoise);
    background: #232a23; color: var(--white);
    padding: 10px 16px; font-size: 1rem; outline: none;
}
.subscribe-btn {
    border: none; background: var(--primary-yellow); color: var(--dark);
    font-weight: bold; padding: 10px 22px;
    border-radius: 0 20px 20px 0; transition: background .2s;
}
.subscribe-btn:hover { background: var(--secondary-turquoise); color: var(--white);}
/* DMCA Badge */
.dmca-badge {
    text-align: center;
    margin-top: 20px;
}

.dmca-link {
    display: inline-block;
    transition: all 0.3s ease;
}

.dmca-img {
    height: 40px;
    width: auto;
    filter: brightness(0.9);
    transition: all 0.3s ease;
}

.dmca-link:hover .dmca-img {
    filter: brightness(1.1);
    transform: scale(1.05);
}

/* Footer Bar */
.footer-bar {
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
    border-top: 1px solid rgba(250, 249, 134, 0.3);
    padding: 20px 0;
    font-size: 0.9rem;
    color: var(--white);
    position: relative;
}

.footer-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-yellow), transparent);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-copyright {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
}

.footer-copyright i {
    color: var(--secondary-turquoise);
}

.footer-copyright strong {
    color: var(--primary-yellow);
    font-weight: 700;
}

.footer-policy-links {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-policy-links a {
    color: var(--secondary-turquoise);
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid transparent;
}

.footer-policy-links a:hover {
    color: var(--primary-yellow);
    background: rgba(250, 249, 134, 0.1);
    border-color: var(--primary-yellow);
    transform: translateY(-2px);
    text-decoration: none;
}

.footer-policy-links a i {
    font-size: 0.8rem;
}

.separator {
    color: var(--secondary-turquoise);
    font-weight: bold;
}

/* ------------------ 7. NÚT SCROLL TO TOP ------------------ */
.scroll-top {
    position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px;
    background: var(--primary-yellow); color: var(--dark);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    cursor: pointer; opacity: 0; visibility: hidden; transition: var(--transition);
    z-index: 9999; font-size: 1.2rem;
}
.scroll-top.show { opacity: 1; visibility: visible;}
.scroll-top:hover { background: var(--dark); transform: translateY(-5px); }

/* ------------------ 8. CUSTOM SCROLLBAR ------------------ */
html { scroll-behavior: smooth; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--dark);}
::-webkit-scrollbar-thumb {
    background: var(--primary-yellow); border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover { background: var(--secondary-turquoise);}

/* ------------------ 9. RESPONSIVE MEDIA QUERIES ------------------ */
/* Tablet: <=991px */
@media (max-width: 991px) {
    :root {
        --topbar-padding-x: 12px; --topbar-padding-y: 6px;
    }
    /* Hide top-bar on tablet/mobile */
    .top-bar { display: none !important; }
    .contact-item { font-size: 0.9rem;}
    .top-contact { gap: 0 10px; }
    .social-icons a { font-size: 1rem; }
    .top-bar .container, header .container, .navbar .container {
        padding-left: var(--topbar-padding-x) !important;
        padding-right: var(--topbar-padding-x) !important;
    }
    .navbar-brand img { height: 46px; }
    .navbar-collapse { text-align: center;}
    .navbar-nav { flex-direction: column !important; align-items: center !important; width: 100%; padding-bottom: 10px;}
    .navbar-nav .nav-item { width: 100%; margin: 0;}
    .navbar-nav .nav-link {
        display: block; width: 100%; padding: 12px 0; font-size: 1.13rem;
        border-bottom: 1px solid rgba(250,249,134,0.13); color: var(--primary-yellow) !important;
    }
    .navbar-nav .nav-link:hover {
        background: rgba(250,249,134,0.06); color: var(--primary-yellow);
    }
    .navbar-icons { justify-content: center !important; margin: 18px 0 0 0; padding: 0; gap: 23px; width: 100%;}
    .navbar-icons a { margin: 0 7px;}
    .contact-box { padding: 24px 10px;}

    /* Footer */
    .footer-main { padding: 50px 0 25px;}
    .footer-bar, .footer-main { font-size: 0.95rem;}
    .footer-main .row { flex-wrap: wrap; flex-direction: row; gap: 0;}
    .footer-logo-img { height: 60px; }
    .footer-main .col-about { flex: 0 0 100%; max-width: 100%; text-align: center; order: 0;}
    .footer-main .row { justify-content: center; }
    .footer-main .col-link, .footer-main .col-policy { 
        flex: 0 0 45%; 
        max-width: 45%; 
        margin: 15px 0 0 0; 
        align-self: flex-start;
        text-align: center;
    }
    .footer-main .col-policy { order: 1; justify-content: center; }
    .footer-main .col-link { order: 2; justify-content: center; }
    .footer-main .col-offer { flex: 0 0 100%; max-width: 100%; text-align: center; order: 3; margin: 15px 0 0 0; display: flex; flex-direction: column; align-items: center; justify-content: center;}
    .social-icons { justify-content: center; width: 100%; gap: 12px;}
    .social-icon { width: 40px; height: 40px; font-size: 1.1rem;}
    .subscribe-group { flex-direction: column; gap: 8px;}
    .subscribe-btn { width: 100%; justify-content: center;}
    .footer-bottom-content { flex-direction: column; text-align: center; gap: 10px;}
    .footer-policy-links { justify-content: center;}

    /* Center inner footer elements */
    .footer-section-title { justify-content: center; }
    .footer-desc { text-align: center; }
    .footer-address h6 { justify-content: center; text-align: center; }
    .footer-links, .footer-links li { text-align: center; }
    .footer-links a { justify-content: center; }
    .footer-company-info .info-item { justify-content: center; }
    .footer-address .address-link { justify-content: center; text-align: center; }

    /* Newsletter (Nhận Ưu Đãi) centering */
    .footer-subscribe { width: 100%; max-width: 460px; margin-left: auto; margin-right: auto; }
    .subscribe-group { width: 100%; align-items: stretch; }
    .subscribe-input { width: 100%; text-align: left; }
    .subscribe-btn { width: 100%; justify-content: center; }
}

/* Mobile: <=768px */
@media (max-width: 768px) {
    .top-bar { display: none !important; }
    .topbar-flex { 
        gap: 4px 0;
    }
    .top-contact { 
        gap: 2px 0; 
    }
    .contact-pair { 
        gap: 8px; 
        margin-bottom: 2px;
        height: 25px !important;
        min-height: 25px !important;
        max-height: 25px !important;
    }
    .contact-item,
    .contact-item a { 
        font-size: 11px;
        color: #ffffff !important;
        height: 25px !important;
        min-height: 25px !important;
        max-height: 25px !important;
        line-height: 1.2 !important;
        padding: 0 !important;
        text-decoration: none !important;
        transition: color 0.3s ease !important;
    }
    .contact-item:hover,
    .contact-item a:hover,
    .contact-item:active,
    .contact-item a:active {
        color: var(--primary-yellow) !important;
        text-decoration: none !important;
    }
    /* Ẩn icons email và phone trên mobile */
    .contact-item i.fas.fa-envelope,
    .contact-item i.fas.fa-phone {
        display: none;
    }
    .social-icons { 
        margin: 2px 0; 
        gap: 0 10px;
    }
    .social-icons a {
        font-size: 14px;
        color: #ffffff !important;
    }
    .social-icons a:hover {
        color: var(--primary-yellow) !important;
    }
}

/* Mobile Small: <=600px */
@media (max-width: 600px) {
    :root {
        --topbar-padding-x-mobile: 8px; --topbar-padding-y-mobile: 3px;
    }
    .top-bar { display: none !important; }
    .top-bar .container, header .container, .navbar .container {
        padding-left: var(--topbar-padding-x-mobile) !important;
        padding-right: var(--topbar-padding-x-mobile) !important;
    }
    .topbar-flex { 
        flex-direction: column; 
        align-items: center; 
        gap: 1px 0;
    }
    .top-contact { 
        gap: 1px 0; 
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .contact-pair { 
        display: flex; 
        gap: 12px; 
        width: 100%; 
        justify-content: center;
        align-items: center;
        margin-bottom: 1px;
        height: 25px !important;
        min-height: 25px !important;
        max-height: 25px !important;
    }
    .contact-item,
    .contact-item a { 
        font-size: 10px;
        color: #ffffff !important;
        height: 25px !important;
        min-height: 25px !important;
        max-height: 25px !important;
        line-height: 1.2 !important;
        padding: 0 !important;
        text-decoration: none !important;
        transition: color 0.3s ease !important;
    }
    .contact-item:hover,
    .contact-item a:hover,
    .contact-item:active,
    .contact-item a:active {
        color: var(--primary-yellow) !important;
        text-decoration: none !important;
    }
    /* Ẩn icons email và phone trên mobile nhỏ */
    .contact-item i.fas.fa-envelope,
    .contact-item i.fas.fa-phone {
        display: none;
    }
    .social-icons { 
        width: 100%; 
        justify-content: center; 
        margin: 1px 0 0 0; 
        gap: 0 12px;
    }
    .social-icons a {
        font-size: 14px;
        color: #ffffff !important;
    }
    .social-icons a:hover {
        color: var(--primary-yellow) !important;
    }
    .navbar-brand img { height: 40px;}
    .footer-main { padding: 30px 0 15px;}
    .footer-main .row { flex-direction: column !important; align-items: center !important; gap: 0;}
    .footer-main .col-about, .footer-main .col-link, .footer-main .col-policy, .footer-main .col-offer {
        flex: 0 0 100% !important; max-width: 100% !important; text-align: center !important; margin-bottom: 20px;
    }
    .footer-logo-img { height: 50px; }
    .footer-links, .footer-links li { text-align: center; margin: 0 auto 10px auto;}
    .footer-links a { padding: 6px 10px; font-size: 0.9rem;}
    .social-icons { justify-content: center; gap: 10px;}
    .social-icon { width: 35px; height: 35px; font-size: 1rem;}
    .subscribe-group { flex-direction: column !important; gap: 8px 0;}
    .subscribe-input, .subscribe-btn { width: 100%; border-radius: 12px !important;}
    .subscribe-btn { margin-top: 6px; padding: 12px 0; font-size: 0.85rem;}
    .footer-bar, .footer-main { font-size: 0.9rem;}
    .footer-bottom-content { flex-direction: column; text-align: center; gap: 8px;}
    .footer-policy-links { justify-content: center; gap: 10px;}
    .footer-policy-links a { font-size: 0.8rem; padding: 4px 8px;}
}

/* ------------------ 10. WHY B52 SECTION ------------------ */
/* Why B52 Section Styles */
.why-b52-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
    overflow: hidden;
}

/* Remove all underlines in this section */
.why-b52-section * {
    text-decoration: none !important;
}

.why-b52-section h1,
.why-b52-section h2,
.why-b52-section h3,
.why-b52-section h4,
.why-b52-section h5,
.why-b52-section h6 {
    text-decoration: none !important;
    border-bottom: none !important;
}

.why-b52-section h1::after,
.why-b52-section h2::after,
.why-b52-section h3::after,
.why-b52-section h4::after,
.why-b52-section h5::after,
.why-b52-section h6::after,
.why-b52-section h1::before,
.why-b52-section h2::before,
.why-b52-section h3::before,
.why-b52-section h4::before,
.why-b52-section h5::before,
.why-b52-section h6::before {
    display: none !important;
    content: none !important;
}

/* Section Header */
.why-b52-section .section-header {
    margin-bottom: 80px;
}



.highlight-text {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1);
    background-size: 200% 200%;
    animation: gradientShift 3s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none !important;
}

.brand-text {
    color: #faf986;
    text-shadow: 0 0 20px rgba(250, 249, 134, 0.3);
    text-decoration: none !important;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.divider-line {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #4ecdc4, transparent);
}

.divider-icon {
    margin: 0 20px;
    color: #faf986;
    font-size: 1.2rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.why-b52-section .section-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

/* Feature Cards - Specific styling that doesn't conflict with existing feature-card */
.why-b52-section .feature-card {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    height: auto;
}

.why-b52-section .feature-card:hover {
    transform: translateY(-10px);
    border-color: rgba(78, 205, 196, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Feature Icons */
.feature-icon {
    margin-bottom: 25px;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: all 0.4s ease;
    position: relative;
}

.icon-wrapper::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(45deg, transparent, currentColor, transparent);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.why-b52-section .feature-card:hover .icon-wrapper::before {
    opacity: 1;
}

.style-1 { 
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: white;
}

.style-2 { 
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
    color: white;
}

.style-3 { 
    background: linear-gradient(135deg, #45b7d1, #3498db);
    color: white;
}

.style-4 { 
    background: linear-gradient(135deg, #f093fb, #f5576c);
    color: white;
}

.style-5 { 
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
    color: #333;
}

.style-6 { 
    background: linear-gradient(135deg, #a8edea, #fed6e3);
    color: #333;
}

.style-7 { 
    background: linear-gradient(135deg, #d299c2, #fef9d7);
    color: #333;
}

/* Feature Content */
.why-b52-section .feature-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.3;
}

.feature-description {
    color: #cccccc;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Feature Decorations */
.feature-decoration {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.1;
    transition: all 0.4s ease;
}

.why-b52-section .feature-card:hover .feature-decoration {
    opacity: 0.2;
    transform: rotate(15deg);
}

.deco-circle {
    width: 30px;
    height: 30px;
    border: 2px solid #4ecdc4;
    border-radius: 50%;
}

.deco-triangle {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 26px solid #45b7d1;
}

.deco-hexagon {
    width: 25px;
    height: 25px;
    background: #ff6b6b;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.deco-square {
    width: 25px;
    height: 25px;
    background: #f093fb;
    transform: rotate(45deg);
}

.deco-star {
    width: 25px;
    height: 25px;
    background: #faf986;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.deco-diamond {
    width: 25px;
    height: 25px;
    background: #4ecdc4;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.deco-wave {
    width: 30px;
    height: 15px;
    background: repeating-linear-gradient(
        90deg,
        #d299c2 0px,
        #d299c2 5px,
        transparent 5px,
        transparent 10px
    );
    border-radius: 15px;
}

/* CTA Section */
.cta-section {
    margin-top: 60px;
}

.cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.cta-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #faf986;
    margin-bottom: 20px;
}

.cta-description {
    color: #cccccc;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta {
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
}

/* Extend existing btn-primary for CTA specific styling */
.cta-buttons .btn-primary {
    background: linear-gradient(45deg, #4ecdc4, #45b7d1);
    color: white;
    border: none;
}

.cta-buttons .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(78, 205, 196, 0.3);
}

.btn-outline {
    background: transparent;
    color: #faf986;
    border: 2px solid #faf986;
}

.btn-outline:hover {
    background: #faf986;
    color: #0a0a0a;
    transform: translateY(-3px);
}

/* Background Elements */
.bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.floating-element {
    position: absolute;
    font-size: 1.5rem;
    color: rgba(78, 205, 196, 0.1);
    animation: floatElement 6s ease-in-out infinite;
}

.element-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.element-2 {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.element-3 {
    top: 30%;
    right: 10%;
    animation-delay: 4s;
}

.element-4 {
    bottom: 20%;
    left: 20%;
    animation-delay: 1s;
}

@keyframes floatElement {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    33% {
        transform: translateY(-20px) rotate(120deg);
    }
    66% {
        transform: translateY(10px) rotate(240deg);
    }
}

/* Why B52 Responsive Design */
@media (max-width: 768px) {
    .why-b52-section {
        padding: 60px 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .why-b52-section .feature-card {
        padding: 30px 20px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-cta {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 2rem;
    }
    
    .why-b52-section .feature-title {
        font-size: 1.2rem;
    }
    
    .icon-wrapper {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

/* ------------------ 11. SERVICES SECTION - DỊCH VỤ NỔI BẬT ------------------ */
/* Services Section - Dark Theme with Modern Design */
.services-section {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 40%, #2a2a2a 100%);
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJjaGluZXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjxyZWN0IHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgZmlsbD0iIzFhMWExYSIvPjxwYXRoIGQ9Ik0zMCAxMEwzMCA1MEwyMCAzMEw0MCAzMFoiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZhZjk4NiIgc3Ryb2tlLXdpZHRoPSIxIiBvcGFjaXR5PSIwLjIiLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjY2hpbmVzZSkiLz48L3N2Zz4='),      
    radial-gradient(circle at 20% 20%, rgba(250, 249, 134, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(64, 224, 208, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 70%, rgba(250, 249, 134, 0.05) 0%, transparent 50%);
    opacity: 0.6;
    z-index: 0;
}

/* Remove default underlines */
.services-section * {
    text-decoration: none !important;
}

.services-section h1,
.services-section h2,
.services-section h3,
.services-section h4,
.services-section h5,
.services-section h6 {
    text-decoration: none !important;
    border-bottom: none !important;
}

.services-section h1::after,
.services-section h2::after,
.services-section h3::after,
.services-section h4::after,
.services-section h5::after,
.services-section h6::after,
.services-section h1::before,
.services-section h2::before,
.services-section h3::before,
.services-section h4::before,
.services-section h5::before,
.services-section h6::before {
    display: none !important;
    content: none !important;
}

/* Section Header */
.services-section .section-header {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.services-section .header-content {
    max-width: 800px;
    margin: 0 auto;
}

.services-section .section-title {
    margin-bottom: 20px;
}

.services-section .title-main {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-yellow), var(--secondary-turquoise));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    line-height: 1.2;
    text-decoration: none !important;
    text-shadow: 0 0 30px rgba(250, 249, 134, 0.3);
}

.services-section .title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.services-section .deco-line {
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--secondary-turquoise), transparent);
    flex: 1;
    max-width: 120px;
}

.services-section .deco-line.left {
    background: linear-gradient(90deg, transparent, var(--secondary-turquoise));
}

.services-section .deco-line.right {
    background: linear-gradient(90deg, var(--secondary-turquoise), transparent);
}

.services-section .deco-center {
    margin: 0 30px;
}

.services-section .deco-diamond {
    width: 24px;
    height: 24px;
    background: linear-gradient(45deg, var(--primary-yellow), var(--secondary-turquoise));
    transform: rotate(45deg);
    position: relative;
    animation: diamondPulse 2s infinite;
    box-shadow: 0 0 20px rgba(250, 249, 134, 0.5);
}

@keyframes diamondPulse {
    0%, 100% { transform: rotate(45deg) scale(1); }
    50% { transform: rotate(45deg) scale(1.2); }
}

.services-section .section-subtitle {
    font-size: 1.3rem;
    color: #cccccc;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 0;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

/* Service Cards - Dark Modern Design */
.services-section .service-card {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(250, 249, 134, 0.2);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.services-section .service-card:hover {
    transform: translateY(-15px) scale(1.02);
    border-color: var(--secondary-turquoise);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(64, 224, 208, 0.3);
}

.services-section .card-inner {
    position: relative;
    height: 100%;
}

/* Service Image */
.services-section .service-image-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.services-section .service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s ease;
    filter: brightness(0.8) contrast(1.1);
}

.services-section .service-card:hover .service-image {
    transform: scale(1.1);
    filter: brightness(1) contrast(1.2);
}


.services-section .overlay-content {
    color: var(--dark);
    font-size: 2rem;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.services-section .service-card:hover .overlay-content {
    transform: translateY(0);
}

/* Service Content */
.services-section .service-content {
    padding: 25px 20px;
}

.services-section .service-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-yellow);
    margin-bottom: 15px;
    line-height: 1.3;
    text-decoration: none !important;
}

.services-section .service-description {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 0.95rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Services CTA */
.services-section .services-cta {
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.services-section .cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.services-section .cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-yellow);
    margin-bottom: 20px;
    text-decoration: none !important;
    text-shadow: 0 0 20px rgba(250, 249, 134, 0.3);
}

.services-section .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, var(--primary-yellow), var(--secondary-turquoise));
    color: var(--dark);
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.4s ease;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(250, 249, 134, 0.3);
    font-size: 1rem;
}

.services-section .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(250, 249, 134, 0.5);
    color: var(--dark);
    text-decoration: none;
}

.services-section .button-text {
    font-size: 1rem;
}

.services-section .button-icon {
    width: 32px;
    height: 32px;
    background: rgba(26, 26, 26, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.services-section .cta-button:hover .button-icon {
    transform: translateX(3px);
    background: rgba(26, 26, 26, 0.3);
}

/* Floating Decorations */
.services-section .floating-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.services-section .float-element {
    position: absolute;
    animation: servicesFloat 12s ease-in-out infinite;
}

.services-section .element-inner {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgba(250, 249, 134, 0.1), rgba(64, 224, 208, 0.1));
    border-radius: 50%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(250, 249, 134, 0.2);
}

.services-section .element-1 {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.services-section .element-2 {
    top: 20%;
    right: 8%;
    animation-delay: 3s;
}

.services-section .element-3 {
    bottom: 25%;
    left: 8%;
    animation-delay: 6s;
}

.services-section .element-4 {
    bottom: 10%;
    right: 5%;
    animation-delay: 9s;
}

@keyframes servicesFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    33% {
        transform: translateY(-30px) rotate(120deg);
    }
    66% {
        transform: translateY(15px) rotate(240deg);
    }
}

/* Services Responsive Design */
@media (max-width: 1200px) {
    .services-grid {
        gap: 25px;
    }
    
    .services-section .service-image-wrapper {
        height: 180px;
    }
    
    .services-section .service-content {
        padding: 20px 15px;
    }
}

@media (max-width: 768px) {
    .services-section {
        padding: 60px 0;
        min-height: auto;
    }
    
    .services-section .title-main {
        font-size: 2.5rem;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .services-section .service-image-wrapper {
        height: 160px;
    }
    
    .services-section .service-content {
        padding: 20px 15px;
    }
    
    .services-section .service-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    
    .services-section .service-description {
        font-size: 0.9rem;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    
    .services-section .cta-title {
        font-size: 1.7rem;
    }
    
    .services-section .float-element {
        display: none;
    }
}

@media (max-width: 480px) {
    .services-section {
        padding: 50px 0;
    }
    
    .services-section .title-main {
        font-size: 2rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .services-section .service-image-wrapper {
        height: 200px;
    }
    
    .services-section .service-content {
        padding: 20px 15px;
    }
    
    .services-section .service-title {
        font-size: 1.1rem;
    }
    
    .services-section .service-description {
        font-size: 0.85rem;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
    
    .services-section .cta-button {
        padding: 14px 28px;
        font-size: 0.95rem;
    }
}

/* ------------------ 12. MENU SECTION - THỰC ĐƠN ĐẶC SẮC ------------------ */
/* Menu Section - Dark Theme with Green-Gold Accent */
.menu-section {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #0f1410 0%, #1a1a1a 40%, #2a2520 100%);
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.menu-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJjaGluZXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjxyZWN0IHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgZmlsbD0iIzFhMWExYSIvPjxwYXRoIGQ9Ik0zMCAxMEwzMCA1MEwyMCAzMEw0MCAzMFoiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZhZjk4NiIgc3Ryb2tlLXdpZHRoPSIxIiBvcGFjaXR5PSIwLjIiLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjY2hpbmVzZSkiLz48L3N2Zz4='),      
    radial-gradient(circle at 30% 20%, rgba(34, 139, 34, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 50% 60%, rgba(250, 249, 134, 0.05) 0%, transparent 50%);
    opacity: 0.6;
    z-index: 0;
}

/* Remove default underlines */
.menu-section * {
    text-decoration: none !important;
}

.menu-section h1,
.menu-section h2,
.menu-section h3,
.menu-section h4,
.menu-section h5,
.menu-section h6 {
    text-decoration: none !important;
    border-bottom: none !important;
}

.menu-section h1::after,
.menu-section h2::after,
.menu-section h3::after,
.menu-section h4::after,
.menu-section h5::after,
.menu-section h6::after,
.menu-section h1::before,
.menu-section h2::before,
.menu-section h3::before,
.menu-section h4::before,
.menu-section h5::before,
.menu-section h6::before {
    display: none !important;
    content: none !important;
}

/* Section Header - Similar to services but with menu-specific styling */
.menu-section .section-header {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.menu-section .header-content {
    max-width: 800px;
    margin: 0 auto;
}

.menu-section .section-title {
    margin-bottom: 20px;
}

.menu-section .title-main {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #FFD700, #228B22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    line-height: 1.2;
    text-decoration: none !important;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
}

.menu-section .title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.menu-section .deco-line {
    height: 3px;
    background: linear-gradient(90deg, transparent, #228B22, transparent);
    flex: 1;
    max-width: 120px;
}

.menu-section .deco-line.left {
    background: linear-gradient(90deg, transparent, #228B22);
}

.menu-section .deco-line.right {
    background: linear-gradient(90deg, #228B22, transparent);
}

.menu-section .deco-center {
    margin: 0 30px;
}

.menu-section .deco-circle {
    width: 24px;
    height: 24px;
    background: linear-gradient(45deg, #FFD700, #228B22);
    border-radius: 50%;
    position: relative;
    animation: menuCirclePulse 2s infinite;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

@keyframes menuCirclePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.3); }
}

.menu-section .section-subtitle {
    font-size: 1.3rem;
    color: #cccccc;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 0;
}

/* Menu Filter */
.menu-filter {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.filter-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 25px;
    padding: 12px 24px;
    color: #FFD700;
    font-weight: 600;
    transition: all 0.4s ease;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.filter-btn:hover,
.filter-btn.active {
    background: linear-gradient(135deg, #FFD700, #228B22);
    color: var(--dark);
    border-color: #FFD700;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);
}

.filter-btn i {
    font-size: 1.1rem;
}

/* Menu Grid */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

/* Menu Cards - Similar structure to service cards but with menu-specific styling */
.menu-section .menu-card {
    background: rgba(255, 255, 255, 0.04);
    border: 2px solid rgba(255, 215, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.menu-section .menu-card:hover {
    transform: translateY(-15px) scale(1.02);
    border-color: #228B22;
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(34, 139, 34, 0.3);
}

.menu-section .card-inner {
    position: relative;
    height: 100%;
}

/* Menu Image */
.menu-section .menu-image-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.menu-section .menu-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s ease;
    filter: brightness(0.8) contrast(1.1);
}

.menu-section .menu-card:hover .menu-image {
    transform: scale(1.1);
    filter: brightness(1) contrast(1.2);
}

.menu-section .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.8), rgba(34, 139, 34, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.menu-section .menu-card:hover .image-overlay {
    opacity: 1;
}

.menu-section .overlay-content {
    color: var(--dark);
    font-size: 2rem;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.menu-section .menu-card:hover .overlay-content {
    transform: translateY(0);
}

/* Category Badge */
.category-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.drinks-badge {
    background: linear-gradient(135deg, #8B4513, #D2691E);
}

.food-badge {
    background: linear-gradient(135deg, #DC143C, #FF6347);
}

.special-badge {
    background: linear-gradient(135deg, #9400D3, #8A2BE2);
}

/* Menu Content */
.menu-section .menu-content {
    padding: 25px 20px;
}

.menu-section .menu-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFD700;
    margin-bottom: 15px;
    line-height: 1.3;
    text-decoration: none !important;
}

.menu-section .menu-description {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Menu Price Wrapper */
.menu-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-price-wrapper .price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #228B22;
    text-shadow: 0 0 10px rgba(34, 139, 34, 0.3);
}

.add-to-cart-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFD700, #228B22);
    border: none;
    color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.add-to-cart-btn:hover {
    transform: scale(1.1) rotate(360deg);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

/* Menu CTA - Similar to services CTA */
.menu-section .menu-cta {
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.menu-section .cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.menu-section .cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: #FFD700;
    margin-bottom: 20px;
    text-decoration: none !important;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.menu-section .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #FFD700, #228B22);
    color: var(--dark);
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.4s ease;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
    font-size: 1rem;
}

.menu-section .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.5);
    color: var(--dark);
    text-decoration: none;
}

.menu-section .button-text {
    font-size: 1rem;
}

.menu-section .button-icon {
    width: 32px;
    height: 32px;
    background: rgba(26, 26, 26, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.menu-section .cta-button:hover .button-icon {
    transform: translateX(3px);
    background: rgba(26, 26, 26, 0.3);
}

/* Floating Decorations - Similar to services but with different shapes */
.menu-section .floating-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.menu-section .float-element {
    position: absolute;
    animation: menuFloat 10s ease-in-out infinite;
}

.menu-section .element-inner {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(34, 139, 34, 0.1));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.menu-section .element-1 {
    top: 15%;
    left: 8%;
    animation-delay: 0s;
}

.menu-section .element-2 {
    top: 25%;
    right: 10%;
    animation-delay: 2.5s;
}

.menu-section .element-3 {
    bottom: 30%;
    left: 12%;
    animation-delay: 5s;
}

.menu-section .element-4 {
    bottom: 15%;
    right: 8%;
    animation-delay: 7.5s;
}

@keyframes menuFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-25px) rotate(90deg);
    }
    50% {
        transform: translateY(0px) rotate(180deg);
    }
    75% {
        transform: translateY(20px) rotate(270deg);
    }
}

/* Menu Responsive Design */
@media (max-width: 1200px) {
    .menu-grid {
        gap: 25px;
    }
    
    .menu-section .menu-image-wrapper {
        height: 180px;
    }
    
    .menu-section .menu-content {
        padding: 20px 15px;
    }
}

@media (max-width: 768px) {
    .menu-section {
        padding: 60px 0;
        min-height: auto;
    }
    
    .menu-section .title-main {
        font-size: 2.5rem;
    }
    
    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .menu-filter {
        gap: 10px;
    }
    
    .filter-btn {
        padding: 10px 18px;
        font-size: 0.9rem;
    }
    
    .menu-section .menu-image-wrapper {
        height: 160px;
    }
    
    .menu-section .menu-content {
        padding: 20px 15px;
    }
    
    .menu-section .menu-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    
    .menu-section .menu-description {
        font-size: 0.9rem;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    
    .menu-section .cta-title {
        font-size: 1.7rem;
    }
    
    .menu-section .float-element {
        display: none;
    }
}

@media (max-width: 480px) {
    .menu-section {
        padding: 50px 0;
    }
    
    .menu-section .title-main {
        font-size: 2rem;
    }
    
    .menu-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .filter-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
    
    .menu-section .menu-image-wrapper {
        height: 200px;
    }
    
    .menu-section .menu-content {
        padding: 20px 15px;
    }
    
    .menu-section .menu-title {
        font-size: 1.1rem;
    }
    
    .menu-section .menu-description {
        font-size: 0.85rem;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
    
    .menu-section .cta-button {
        padding: 14px 28px;
        font-size: 0.95rem;
    }
}

/* ------------------ 13. ACHIEVEMENTS SECTION - THÀNH TÍCH ẤN TƯỢNG ------------------ */
/* Achievements Section - Enhanced with why_b52 style background (Odd Section Style) */
.achievements {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
    overflow: hidden;
}

.achievements::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 107, 107, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(78, 205, 196, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 70%, rgba(69, 183, 209, 0.05) 0%, transparent 50%);
    opacity: 0.6;
    z-index: 0;
}

/* Remove default underlines in achievements section */
.achievements * {
    text-decoration: none !important;
}

.achievements h1,
.achievements h2,
.achievements h3,
.achievements h4,
.achievements h5,
.achievements h6 {
    text-decoration: none !important;
    border-bottom: none !important;
}

.achievements h1::after,
.achievements h2::after,
.achievements h3::after,
.achievements h4::after,
.achievements h5::after,
.achievements h6::after,
.achievements h1::before,
.achievements h2::before,
.achievements h3::before,
.achievements h4::before,
.achievements h5::before,
.achievements h6::before {
    display: none !important;
    content: none !important;
}

/* Container and content positioning */
.achievements .container {
    position: relative;
    z-index: 2;
}

/* Section Header - Similar to why_b52 style */
.achievements .section-header {
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}



.achievements .highlight-text {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1);
    background-size: 200% 200%;
    animation: achievementGradientShift 3s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none !important;
}

.achievements .brand-text {
    color: #faf986;
    text-shadow: 0 0 20px rgba(250, 249, 134, 0.3);
    text-decoration: none !important;
}

@keyframes achievementGradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.achievements .section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.achievements .divider-line {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #4ecdc4, transparent);
}

.achievements .divider-icon {
    margin: 0 20px;
    color: #faf986;
    font-size: 1.2rem;
    animation: achievementPulse 2s infinite;
}

@keyframes achievementPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.achievements .section-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Background floating elements similar to why_b52 */
.achievements::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

/* Add floating decoration elements */
.achievements .floating-decoration {
    position: absolute;
    font-size: 1.5rem;
    color: rgba(78, 205, 196, 0.1);
    animation: achievementFloat 6s ease-in-out infinite;
    pointer-events: none;
}

.achievements .float-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.achievements .float-2 {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.achievements .float-3 {
    top: 30%;
    right: 10%;
    animation-delay: 4s;
}

.achievements .float-4 {
    bottom: 20%;
    left: 20%;
    animation-delay: 1s;
}

@keyframes achievementFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    33% {
        transform: translateY(-20px) rotate(120deg);
    }
    66% {
        transform: translateY(10px) rotate(240deg);
    }
}

/* ------------------ 14. TESTIMONIALS SECTION - KHÁCH HÀNG NÓI GÌ ------------------ */
/* ==== Testimonials Section Wrapper ==== */
.testimonials-section {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #0a1a15 0%, #1a1a1a 40%, #152a25 100%);
    overflow: hidden;
  }
  
  .testimonials-section .container {
    max-width: 1400px;
  }
  
  /* ==== Section Header ==== */
  .testimonials-section .section-header {
    text-align: center;
    margin-bottom: 60px;
    z-index: 2;
    position: relative;
  }



  .testimonials-section .highlight-text {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1);
    background-size: 200% 200%;
    animation: testimonialGradientShift 3s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .testimonials-section .brand-text {
    color: #66FCF1;
    text-shadow: 0 0 20px rgba(102, 252, 241, 0.5);
  }

  @keyframes testimonialGradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }

  .testimonials-section .section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 1.5rem;
  }

  .testimonials-section .divider-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00BFA5, transparent);
  }

  .testimonials-section .divider-icon {
    margin: 0 20px;
    color: #FFD700;
    font-size: 1.5rem;
    animation: testimonialPulse 2s ease-in-out infinite;
  }

  @keyframes testimonialPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.8; }
  }
  

  
  .testimonials-section .section-subtitle {
    font-size: 1.2rem;
    color: #ccc;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
  }
  
  /* ==== Slider Wrapper ==== */
  .testimonials-slider-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    padding: 0 60px;
  }
  
  /* ==== Slider Content ==== */
  .testimonials-slider {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
    will-change: transform;
    cursor: grab;
    width: calc(100% + 20px); /* Account for gap on last item */
  }
  
  /* ==== Testimonial Card ==== */
  .testimonial-card {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    background: rgba(255, 255, 255, 0.04);
    border: 2px solid rgba(102, 252, 241, 0.2);
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    min-height: 280px;
  }
  
  .testimonial-card:hover {
    transform: translateY(-8px);
    border-color: #00BFA5;
    box-shadow: 0 20px 50px rgba(0, 191, 165, 0.4);
  }
  
  /* ==== Avatar ==== */
  .testimonial-avatar {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    position: relative;
  }
  
  .avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #00BFA5;
  }
  
  .avatar-overlay {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(0, 191, 165, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s;
  }
  
  .testimonial-card:hover .avatar-overlay {
    opacity: 1;
  }
  
  .avatar-overlay i {
    color: #1a1a1a;
    font-size: 1.2rem;
  }
  
  /* ==== Content ==== */
  .testimonial-rating {
    color: #FFD700;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  
  .testimonial-text {
    font-size: 0.95rem;
    color: #ccc;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
  }
  
  .testimonial-text::before,
  .testimonial-text::after {
    font-family: serif;
    font-size: 2rem;
    color: #00BFA5;
    opacity: 0.3;
    position: absolute;
  }
  
  .testimonial-text::before {
    content: "“";
    top: -10px;
    left: -10px;
  }
  
  .testimonial-text::after {
    content: "”";
    bottom: -10px;
    right: -10px;
  }
  
  /* ==== Author ==== */
  .testimonial-author .author-name {
    color: #66FCF1;
    font-weight: bold;
    font-size: 1.05rem;
  }
  
  .testimonial-author .author-info {
    color: #00BFA5;
    font-size: 0.85rem;
  }
  
  /* ==== Navigation Arrows ==== */
  .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #00BFA5, #66FCF1);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 30px rgba(0, 255, 200, 0.3);
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
  }
  
  .slider-btn:hover {
    transform: translateY(-50%) scale(1.1);
  }
  
  .prev-btn {
    left: 10px;
  }
  
  .next-btn {
    right: 10px;
  }
  
  .slider-btn i {
    color: #1a1a1a;
    font-size: 1.2rem;
  }
  
  /* ==== Responsive ==== */
  @media (max-width: 1200px) {
    .testimonial-card {
      flex: 0 0 calc(33.333% - 14px);
      max-width: calc(33.333% - 14px);
    }
  }
  
  @media (max-width: 992px) {
    .testimonial-card {
      flex: 0 0 calc(50% - 10px);
      max-width: calc(50% - 10px);
    }

    .testimonials-slider {
      gap: 15px;
    }
  }
  
  @media (max-width: 600px) {
    .testimonial-card {
      flex: 0 0 calc(100% - 10px);
      max-width: calc(100% - 10px);
      margin: 0 auto;
    }
  
    .testimonials-slider-wrapper {
      padding: 0 20px;
    }

    .testimonials-slider {
      gap: 10px;
      justify-content: center;
    }
  
    .slider-btn {
      width: 40px;
      height: 40px;
    }
  }
  
  /* ==== CTA Section ==== */
  .testimonials-cta {
    text-align: center;
    margin-top: 50px;
  }
  
  .cta-title {
    font-size: 2rem;
    color: #66FCF1;
    margin-bottom: 20px;
  }
  
  .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #00BFA5, #66FCF1);
    color: #1a1a1a;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 191, 165, 0.3);
  }
  
  .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(0, 191, 165, 0.5);
  }
  
  .button-icon {
    width: 28px;
    height: 28px;
    background: rgba(26, 26, 26, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .cta-button:hover .button-icon {
    transform: translateX(3px);
  }
  

 
/* ------------------ 14. CONTACT SECTION - LIÊN HỆ ------------------ */
.contact-section {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
    overflow: hidden;
    min-height: 650px;
    display: flex;
    align-items: center;
  }
  
.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 25% 25%, rgba(0, 191, 165, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(102, 252, 241, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 50% 90%, rgba(255, 215, 0, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 10% 60%, rgba(69, 183, 209, 0.05) 0%, transparent 50%);
    opacity: 0.8;
    z-index: 0;
}

/* Remove default underlines in contact section */
  .contact-section * {
    box-sizing: border-box;
    text-decoration: none !important;
}

.contact-section h1,
.contact-section h2,
.contact-section h3,
.contact-section h4,
.contact-section h5,
.contact-section h6 {
    text-decoration: none !important;
    border-bottom: none !important;
}

.contact-section h1::after,
.contact-section h2::after,
.contact-section h3::after,
.contact-section h4::after,
.contact-section h5::after,
.contact-section h6::after,
.contact-section h1::before,
.contact-section h2::before,
.contact-section h3::before,
.contact-section h4::before,
.contact-section h5::before,
.contact-section h6::before {
    display: none !important;
    content: none !important;
}

/* Container positioning */
.contact-section .container {
    position: relative;
    z-index: 2;
}
  
/* Section Header - Similar to achievements style */
.contact-section .section-header {
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.contact-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }
  
.contact-section .highlight-text {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1);
    background-size: 200% 200%;
    animation: contactGradientShift 3s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none !important;
}

.contact-section .brand-text {
    color: #faf986;
    text-shadow: 0 0 20px rgba(250, 249, 134, 0.3);
    text-decoration: none !important;
}

.contact-section .section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
  }
  
.contact-section .divider-line {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #4ecdc4, transparent);
  }
  
.contact-section .divider-icon {
    margin: 0 20px;
    color: #faf986;
    font-size: 1.2rem;
    animation: contactPulse 2s infinite;
  }
  
  @keyframes contactPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
  }
  
  @keyframes contactGradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
  }
  
.contact-section .section-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}
  
/* Add floating decoration elements */
.contact-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.contact-section .floating-decoration {
    position: absolute;
    color: rgba(78, 205, 196, 0.1);
    font-size: 2rem;
    animation: contactFloat 6s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

.contact-section .float-1 {
    top: 15%;
    left: 10%;
    animation-delay: 0s;
}

.contact-section .float-2 {
    top: 25%;
    right: 15%;
    animation-delay: 2s;
}

.contact-section .float-3 {
    bottom: 30%;
    left: 15%;
    animation-delay: 4s;
}

.contact-section .float-4 {
    bottom: 20%;
    right: 10%;
    animation-delay: 1s;
}

@keyframes contactFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.3;
    }
    25% {
        transform: translateY(-20px) rotate(5deg);
        opacity: 0.5;
    }
    50% {
        transform: translateY(-10px) rotate(-5deg);
        opacity: 0.7;
    }
    75% {
        transform: translateY(-15px) rotate(3deg);
        opacity: 0.4;
    }
}


/* -------- Contact Info Pairs -------- */
  .contact-info-pairs {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .info-pair {
    display: flex;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(78, 205, 196, 0.2);
    border-radius: 16px;
    padding: 20px;
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
  }

/* Make Google Map stretch full width inside the info-pair (with icon on the left) */
.info-pair.with-map { position: relative; overflow: hidden; }
.info-pair.with-map .embedded-map {
    width: 100%;
    margin-left: 0;
}
.info-pair.with-map .embedded-map iframe { width: 100%; display: block; }

@media (max-width: 991px) {
  .info-pair.with-map .embedded-map { width: 100%; margin-left: 0; }
}
  
  .info-pair:hover {
    border-color: #4ecdc4;
    box-shadow: 0 15px 40px rgba(78, 205, 196, 0.3);
    transform: translateY(-5px);
  }
  
  .icon-block {
    background: linear-gradient(135deg, #4ecdc4, #45b7d1);
    color: #1a1a1a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-right: 18px;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(78, 205, 196, 0.3);
  }
  
  .info-text h5 {
    color: #faf986;
    font-size: 1.1rem;
    margin-bottom: 8px;
    font-weight: 600;
  }
  
  .info-text p {
    margin: 0;
    color: #cccccc;
    font-size: 1rem;
    line-height: 1.5;
  }
  
  .info-text a {
    color: #4ecdc4;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .info-text a:hover {
    color: #faf986;
  }
  
/* -------- Map Styling -------- */
  .embedded-map iframe {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    filter: grayscale(30%) contrast(1.1) brightness(0.9);
    transition: all 0.4s ease;
  }
  
  .embedded-map iframe:hover {
    filter: grayscale(0%) contrast(1) brightness(1);
    box-shadow: 0 15px 40px rgba(78, 205, 196, 0.2);
  }
  
  .map-label {
    font-size: 0.95rem;
    color: #4ecdc4;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.map-label i {
    color: #faf986;
}

/* -------- Contact Form -------- */
  .contact-form-card {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(78, 205, 196, 0.2);
    border-radius: 20px;
    padding: 30px;
    backdrop-filter: blur(20px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    z-index: 2;
}

.contact-form-card:hover {
    border-color: #4ecdc4;
    box-shadow: 0 15px 50px rgba(78, 205, 196, 0.2);
  }
  
  .form-title {
    color: #faf986;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    text-shadow: 0 0 15px rgba(250, 249, 134, 0.3);
  }
  
  .contact-form .form-group {
    position: relative;
    margin-bottom: 25px;
  }
  
  .contact-form .form-control {
    width: 100%;
    padding: 20px 22px 16px 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(78, 205, 196, 0.3);
    border-radius: 14px;
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.4s ease;
    outline: none;
    min-height: 56px;
    font-weight: 500;
  }
  
  .contact-form .form-control:focus {
    border-color: #4ecdc4;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 25px rgba(78, 205, 196, 0.3);
    color: #ffffff;
}

.contact-form .form-control:active,
.contact-form .form-control:focus:active {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12) !important;
}

.contact-form textarea.form-control {
    min-height: 120px;
    padding: 20px 22px;
    resize: vertical;
}

.contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.contact-form .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
  }
  
  .contact-form label {
    position: absolute;
    top: -14px;
    left: 18px;
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
    color: #faf986;
    padding: 6px 14px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid rgba(78, 205, 196, 0.2);
    z-index: 10;
  }
  
  .contact-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    background: linear-gradient(135deg, #4ecdc4, #45b7d1);
    color: #1a1a1a;
    padding: 18px 35px;
    border: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 12px 35px rgba(78, 205, 196, 0.4);
    position: relative;
    overflow: hidden;
}

.contact-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.contact-submit-btn:hover::before {
    left: 100%;
  }
  
  .contact-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(78, 205, 196, 0.6);
  }
  
  .contact-submit-btn .btn-icon {
    width: 32px;
    height: 32px;
    background: rgba(26, 26, 26, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.contact-submit-btn:hover .btn-icon {
    transform: rotate(15deg) scale(1.1);
}
  
/* ------------------ 16. DMCA BADGE ------------------ */
.dmca-badge {
    display: inline-block;
    margin-top: 10px;
}


/* ------------------ 15. CONTACT WIDGET - LIÊN HỆ ------------------ */
#contact-widget,
.contact-widget {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }
  
  #contact-widget .container,
  .contact-widget .container {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  /* Tablet responsive */
  @media (min-width: 768px) and (max-width: 991px) {
    /* Add bottom padding to body to prevent footer overlap on tablets */
    body {
      padding-bottom: 75px !important;
    }

    #contact-widget,
    .contact-widget {
      position: fixed !important;
      bottom: 0 !important;
      left: 0 !important;
      right: 0 !important;
      top: auto !important;
      transform: none !important;
      width: 100%;
      background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
      border-top: 1px solid #e9ecef;
      padding: 0;
      margin: 0;
      z-index: 9999;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
      height: 71px;
    }

    #contact-widget .container,
    .contact-widget .container {
      flex-direction: row;
      justify-content: space-between;
      gap: 0;
      max-width: 100%;
      padding: 0 15px;
    }

    #contact-widget .contact-item,
    .contact-widget .contact-item {
      flex: 1;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 2px 2px;
      font-size: 11px;
      box-shadow: none;
      border-radius: 0;
      height: 71px !important;
      min-height: 71px !important;
      max-height: 71px !important;
      background: transparent !important;
      border: none !important;
      color: #333 !important;
      transition: all 0.2s ease;
    }

    #contact-widget .contact-item:hover,
    .contact-widget .contact-item:hover {
      transform: none;
      background: rgba(0, 123, 255, 0.1) !important;
      color: #007bff !important;
    }

    #contact-widget .contact-item .icon,
    .contact-widget .contact-item .icon {
      width: 20px;
      height: 20px;
      font-size: 16px;
      margin-bottom: 1px;
      display: block;
      flex-shrink: 0;
    }

    #contact-widget .contact-item img,
    .contact-widget .contact-item img {
      width: 20px;
      height: 20px;
      margin-bottom: 1px;
      flex-shrink: 0;
    }

    #contact-widget .contact-item span.label,
    .contact-widget .contact-item span.label {
      text-align: center;
      line-height: 1.0;
      font-size: 8px;
      font-weight: 500;
      display: block !important;
      visibility: visible !important;
      white-space: normal;
      overflow: visible;
      max-width: 100%;
      color: #333 !important;
      flex-shrink: 0;
    }

    /* Màu icon riêng cho từng loại trên tablet */
    #contact-widget .contact-item.hotline .icon,
    .contact-widget .contact-item.hotline .icon {
      color: #28a745;
    }
    
    #contact-widget .contact-item.support .icon,
    .contact-widget .contact-item.support .icon {
      color: #dc3545;
    }
    
    #contact-widget .contact-item.messenger img,
    .contact-widget .contact-item.messenger img {
      filter: none;
    }
    
    #contact-widget .contact-item.zalo img,
    .contact-widget .contact-item.zalo img {
      filter: none;
    }

    /* Responsive text */
    #contact-widget .contact-item.hotline .label,
    .contact-widget .contact-item.hotline .label,
    #contact-widget .contact-item.support .label,
    .contact-widget .contact-item.support .label {
      color: #333;
    }
  }

  /* Desktop animation */
  @media (min-width: 992px) {
    #contact-widget,
    .contact-widget {
      transition: all 0.3s ease;
    }
    
    #contact-widget:hover,
    .contact-widget:hover {
      transform: translateY(-50%) scale(1.05);
    }
  }
  
  /* ITEM CHUNG */
  .contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
  }
  
  .contact-item:hover {
    transform: scale(1.05);
  }
  
  /* ICON MẶC ĐỊNH */
  .contact-item .icon {
    font-size: 20px;
  }
  
  .contact-item img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  /* LABEL STYLING FOR DESKTOP */
  .contact-item .label {
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
  }

  .contact-item .label strong {
    display: block;
    font-weight: 600;
    font-size: 10px;
  }
  
  /* MÀU RIÊNG CHO TỪNG BUTTON */
  .contact-item.hotline {
    background-color: #28a745; /* xanh lá */
  }
  
  .contact-item.support {
    background-color: #dc3545; /* đỏ */
  }
  
  .contact-item.messenger {
    background-color: #ffffff;
    color: #6f42c1;
    border: 2px solid #6f42c1;
  }
  
  .contact-item.zalo {
    background-color: #007bff;
  }
  
  /* ========== MOBILE RESPONSIVE ========== */
  @media (max-width: 767px) {
    /* Add bottom padding to body to prevent footer overlap */
    body {
      padding-bottom: 75px !important;
    }

    #contact-widget,
    .contact-widget {
      position: fixed !important;
      bottom: 0 !important;
      left: 0 !important;
      right: 0 !important;
      top: auto !important;
      transform: none !important;
      width: 100%;
      background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
      border-top: 1px solid #e9ecef;
      padding: 5px 0;
      margin: 0;
      z-index: 9999;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
      height: 75px;
    }
  
    #contact-widget .container,
    .contact-widget .container {
      flex-direction: row;
      justify-content: space-between;
      gap: 0;
      max-width: 100%;
      margin: 0;
      padding: 0 8px;
    }
  
    #contact-widget .contact-item,
    .contact-widget .contact-item {
      flex: 1;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 2px 2px;
      font-size: 10px;
      box-shadow: none;
      border-radius: 0;
      height: 71px !important;
      min-height: 71px !important;
      max-height: 71px !important;
      transition: all 0.2s ease;
      background: transparent !important;
      border: none !important;
      color: #333 !important;
      text-decoration: none;
    }

    #contact-widget .contact-item:hover,
    .contact-widget .contact-item:hover {
      transform: none;
      background: rgba(0, 123, 255, 0.1) !important;
      color: #007bff !important;
    }
  
    #contact-widget .contact-item .icon,
    .contact-widget .contact-item .icon {
      width: 20px;
      height: 20px;
      font-size: 16px;
      margin-bottom: 1px;
      display: block;
      flex-shrink: 0;
    }

    #contact-widget .contact-item img,
    .contact-widget .contact-item img {
      width: 20px;
      height: 20px;
      margin-bottom: 1px;
      flex-shrink: 0;
    }
  
    #contact-widget .contact-item span.label,
    .contact-widget .contact-item span.label {
      text-align: center;
      line-height: 1.0;
      font-size: 8px;
      font-weight: 500;
      display: block !important;
      visibility: visible !important;
      white-space: normal;
      overflow: visible;
      max-width: 100%;
      color: #333 !important;
      flex-shrink: 0;
    }

    /* Màu icon riêng cho từng loại trên mobile */
    .contact-item.hotline .icon {
      color: #28a745;
    }
    
    .contact-item.support .icon {
      color: #dc3545;
    }
    
    .contact-item.messenger img {
      filter: none;
    }
    
    .contact-item.zalo img {
      filter: none;
    }

    /* Responsive text */
    .contact-item.hotline .label,
    .contact-item.support .label {
      color: #333;
    }
  }
  

/* CRITICAL: Force sticky navbar - must be at the end to override Bootstrap */
nav.navbar.navbar-expand-lg.navbar-dark,
.navbar.navbar-expand-lg.navbar-dark,
header nav.navbar,
header .navbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
}

/* Additional debug styling to ensure this CSS is loading */
.navbar {
    border-top: 2px solid transparent; /* This will be visible if CSS loads */
}

/* CRITICAL: Mobile contact colors - highest priority */
@media (max-width: 768px) {
    .top-bar .contact-item,
    .top-bar .contact-item a,
    .contact-pair .contact-item,
    .contact-pair .contact-item a {
        color: #ffffff !important;
        text-decoration: none !important;
        transition: color 0.3s ease !important;
    }
    
    .top-bar .contact-item:hover,
    .top-bar .contact-item a:hover,
    .top-bar .contact-item:active,
    .top-bar .contact-item a:active,
    .contact-pair .contact-item:hover,
    .contact-pair .contact-item a:hover,
    .contact-pair .contact-item:active,
    .contact-pair .contact-item a:active {
        color: var(--primary-yellow) !important;
        text-decoration: none !important;
    }
}



/* END B52 HUB CSS */
