﻿/* ==========================================================================
   PVC GLOBAL - CLEAN HEADER & NAVIGATION STYLES
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

:root {
    /* Primary Colors */
    --pvc-gold-mid: #d4af37;
    --pvc-gold-dark: #b8860b;
    --pvc-accent-red: #d71920;

    /* Theme Neutrals */
    --bg-dark: #000000;
    --bg-dark-gray: #111111;
    --bg-light: #ffffff;
    --bg-off-white: #f8f9fa;

    /* Text Colors */
    --text-white: #ffffff;
    --text-light-gray: rgba(255, 255, 255, 0.7);
    --text-dark: #1a1a1a;
    --text-muted: #666666;

    /* Legacy Sync */
    --ztc-text-text-2: #F9c66d;
    --white: #ffffff;
    --white-primary: #ffffff;
}

*,
::after,
::before {
    box-sizing: border-box;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
    position: relative;
}

/* ==========================================================================
   HEADER MAIN AREA (Black Theme)
   ========================================================================== */
#header,
.header-area {
    background: #000000 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: fixed !important;
    width: 100%;
    z-index: 9999 !important;
    padding: 0 50px !important;
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    top: 0;
    left: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4) !important;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.header-sticky.sticky {
    background: #000000 !important;
    backdrop-filter: none !important;
    padding: 0 50px !important;
    height: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.6) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    position: fixed !important;
    top: 0;
}

/* ==========================================================================
   LOGO & ELEMENTS
   ========================================================================== */
.header-elements {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
}

.site-logo {
    display: flex;
    align-items: center;
    z-index: 10001;
    margin-left: 0;
}

.site-logo img {
    height: 65px !important;
    width: auto !important;
    display: block !important;
}

/* ==========================================================================
   MAIN MENU
   ========================================================================== */
.main-menu {
    flex: 1;
    display: flex;
    justify-content: center;
}

.main-menu>ul {
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 10px 28px;
    /* Gold outline pill border */
    border: 1px solid #d4a014;
    border-radius: 50px;
    background: transparent;
    transition: all 0.3s ease;
}

/* Subtle glow on hover of the nav container */
.main-menu>ul:hover {
    box-shadow: 0 0 12px rgba(245, 180, 0, 0.15);
}

.main-menu ul li a {
    color: #ffffff !important;
    background: transparent !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 0.5px;
    padding: 5px 0;
    transition: all 0.3s ease;
    text-decoration: none !important;
    background-color: transparent !important;
    text-transform: uppercase;
    position: relative;
}

/* Hover Text Glow */
.main-menu ul li:hover>a {
    color: #f5b400 !important;
    -webkit-text-fill-color: #f5b400 !important;
    text-shadow: 0 0 8px rgba(245, 180, 0, 0.3);
    transform: translateY(-1px);
}

/* ==========================================================================
   GLOBAL SUB-PAGE HERO NORMALIZATION (Screen Half)
   ========================================================================== */
.about-hero,
.products-hero,
.services-hero,
.contact-hero,
[class^="hero-"],
[class$="-hero"] {
    min-height: 70vh !important;
    height: 70vh !important;
    margin-top: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-size: cover !important;
    background-position: center !important;
}

#home {
    margin-top: 78px !important;
    padding-top: 0 !important;
    background: #000 !important;
}

@media (max-width: 1100px) {
    #home {
        margin-top: 54px !important;
        padding-top: 0 !important;
    }
}

/* ==========================================================================
   HOME PAGE HERO CAROUSEL - DESKTOP VIEW (≥ 992px)
   ========================================================================== */
@media (min-width: 992px) {

    #home .carousel-area,
    #home .hero3-section-area,
    #home .carousel-area .owl-stage-outer,
    #home .carousel-area .owl-stage,
    #home .carousel-area .owl-item,
    #home .carousel-area .carousel-item {
        height: 60vh !important;
        min-height: 200px !important;
        max-height: 70vh !important;
    }

    #home .carousel-area img,
    #home .hero3-section-area img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }
}

/* Hero background should fully cover the hero area */
#home .carousel-area,
#home .hero3-section-area {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* ==========================================================================
   HOME PAGE HERO CAROUSEL - MOBILE VIEW (≤ 768px)
   ========================================================================== */
@media (max-width: 768px) {

    #home .carousel-area,
    #home .hero3-section-area,
    #home .carousel-area .owl-stage-outer,
    #home .carousel-area .owl-stage,
    #home .carousel-area .owl-item,
    #home .carousel-area .carousel-item {
        height: auto !important;
        min-height: 200px !important;
        max-height: none !important;
    }

    #home .carousel-area img,
    #home .hero3-section-area img {
        height: auto !important;
        width: 100% !important;
        object-fit: contain !important;
        object-position: center !important;
        max-width: 100% !important;
    }
}


/* ==========================================================================
   REMOVE CURVED/WAVE SHAPE AT BOTTOM OF HERO SECTION
   ========================================================================== */
.carousel-area.owl-carousel .owl-stage-outer,
.carousel-area .owl-stage-outer,
#home .owl-stage-outer {
    border-radius: 0 !important;
}

.carousel-area,
#home,
#home .carousel-area {
    border-radius: 0 !important;
}

/* Ensure no pseudo-elements create curves */
#home::before,
#home::after,
.carousel-area::before,
.carousel-area::after,
.hero3-section-area::before,
.hero3-section-area::after {
    border-radius: 0 !important;
    clip-path: none !important;
}

/* Straight edge transition to next section */
#home {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* ==========================================================================
   DROPDOWN MENU STYLES (For All Navigation Items)
   ========================================================================== */

/* Dropdown Parent */
.main-menu ul li.has-dropdown {
    position: relative !important;
}

/* Dropdown Arrow Icon */
.main-menu ul li.has-dropdown>a i {
    font-size: 10px !important;
    margin-left: 5px !important;
    transition: transform 0.3s ease !important;
    display: inline-block !important;
}

.main-menu ul li.has-dropdown:hover>a i {
    transform: rotate(180deg) !important;
}

/* Dropdown Menu Container */
.dropdown-menu-nav {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(10px) !important;
    min-width: 260px !important;
    background: rgba(17, 17, 17, 0.98) !important;
    border-top: 3px solid var(--pvc-gold-mid) !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6) !important;
    padding: 15px 0 !important;
    margin: 0 !important;
    list-style: none !important;
    z-index: 9999 !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    pointer-events: none;
    display: block !important;
}

/* Show dropdown on hover */
.main-menu ul li.has-dropdown:hover .dropdown-menu-nav {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateX(-50%) translateY(0) !important;
    pointer-events: auto;
}

/* Invisible bridge to prevent menu closing */
.dropdown-menu-nav::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
}

/* Dropdown Menu Items */
.dropdown-menu-nav li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dropdown-menu-nav li a {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 20px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    background: transparent !important;
    border-left: 3px solid transparent !important;
}

.dropdown-menu-nav li a i {
    width: 20px !important;
    text-align: center !important;
    color: var(--pvc-gold-mid) !important;
    font-size: 14px !important;
    transition: transform 0.3s ease !important;
    transform: none !important;
}

.dropdown-menu-nav li a:hover {
    background: rgba(212, 175, 55, 0.1) !important;
    color: var(--pvc-gold-mid) !important;
    -webkit-text-fill-color: var(--pvc-gold-mid) !important;
    border-left-color: var(--pvc-gold-mid) !important;
    padding-left: 25px !important;
}

.dropdown-menu-nav li a:hover i {
    transform: translateX(3px) !important;
    color: var(--pvc-gold-mid) !important;
}

/* Dropdown Divider */
.dropdown-menu-nav li.dropdown-divider {
    height: 1px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    margin: 10px 15px !important;
    padding: 0 !important;
}

/* Mobile: Hide dropdown on small screens (use accordion instead) */
@media (max-width: 991px) {
    .dropdown-menu-nav {
        display: none !important;
    }

    .main-menu ul li.has-dropdown>a i {
        display: none !important;
    }
}

.main-menu ul li a:hover,
.main-menu ul li a.active,
.main-menu ul li:hover>a {
    /* Premium Logo Gold (Foil Effect) */
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #B38728 !important;
}

.main-menu ul li a i {
    display: inline-block !important;
    margin-left: 6px;
    font-size: 14px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.main-menu ul li:hover>a>i,
.main-menu ul li a.active>i {
    transform: rotate(180deg);
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #B38728 !important;
}

/* ==========================================================================
   MEGA MENU (Optimized for Dark Theme) - FIXED VERSION
   ========================================================================== */

/* CRITICAL: Ensure positioning context is the header-area, not the list item */
.main-menu ul li.has-megamenu {
    position: static !important;
    height: 100%;
    display: flex;
    align-items: center;
}

/* Mega Menu Wrapper - Full Width Dropdown */
.mega-menu-wrapper {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 70px !important;
    /* Match header height */
    width: 100vw !important;
    max-width: 100vw !important;
    background: rgba(17, 17, 17, 0.98) !important;
    padding: 40px 50px !important;
    border-top: 3px solid var(--pvc-gold-mid) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8) !important;
    z-index: 9998 !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transform: translateY(-10px) !important;
    border-bottom: 2px solid rgba(212, 175, 55, 0.3) !important;
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
    display: block !important;
    clip: unset !important;
    pointer-events: none;
}

/* Show mega menu on hover */
.main-menu ul li.has-megamenu:hover .mega-menu-wrapper,
li.has-megamenu:hover .mega-menu-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto;
}

/* Invisible bridge to prevent menu closing */
.mega-menu-wrapper::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 25px;
    background: transparent;
}

.mega-menu-wrapper .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 !important;
}

.mega-menu-wrapper .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -15px !important;
}

.mega-menu-wrapper [class*="col-"] {
    padding: 0 15px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Category Styling */
.mega-category {
    margin-bottom: 25px !important;
    position: relative !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.mega-category h4 {
    color: var(--pvc-gold-mid) !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2) !important;
    cursor: default !important;
    background: transparent !important;
    position: static !important;
    white-space: nowrap !important;
    /* Remove the arrow from mega menu category headers */
}

.mega-category h4::after {
    display: none !important;
    content: none !important;
}

.mega-category h4 i {
    font-size: 16px !important;
    color: var(--pvc-gold-mid) !important;
    width: auto !important;
}

/* CRITICAL FIX: Show category lists properly */
.mega-category ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    transform: none !important;
    min-width: auto !important;
    max-height: none !important;
    overflow: visible !important;
    height: auto !important;
}

.mega-category ul li {
    margin-bottom: 10px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    list-style: none !important;
    text-align: left !important;
}

.mega-category ul li a {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
    display: block !important;
    padding: 5px 0 !important;
    background: transparent !important;
    border: none !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.75) !important;
}

.mega-category ul li a:hover {
    color: var(--pvc-gold-mid) !important;
    -webkit-text-fill-color: var(--pvc-gold-mid) !important;
    padding-left: 8px !important;
    background: transparent !important;
}

/* Mega Menu Footer */
.mega-menu-footer {
    margin-top: 30px !important;
    padding-top: 25px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.mega-menu-footer-content {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 13px !important;
}

.mega-view-all {
    color: var(--pvc-gold-mid) !important;
    -webkit-text-fill-color: var(--pvc-gold-mid) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.3s ease !important;
}

.mega-view-all:hover {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.mega-view-all i {
    transition: transform 0.3s ease !important;
}

.mega-view-all:hover i {
    transform: translateX(5px) !important;
}

/* Featured Solution Box in Mega Menu */
.mega-menu-wrapper .mega-category[style*="background"] {
    background: rgba(212, 175, 55, 0.08) !important;
    padding: 20px !important;
    border-left: 3px solid var(--pvc-gold-mid) !important;
    border-radius: 0 8px 8px 0 !important;
}

.mega-menu-wrapper .mega-category[style*="background"] p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
}

/* Support Featured Section */
.mega-support-featured {
    background: rgba(212, 175, 55, 0.05) !important;
    border: 1px solid rgba(212, 175, 55, 0.15) !important;
}

.mega-support-featured h4 {
    color: var(--pvc-gold-mid) !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.mega-support-featured p {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* ==========================================================================
   HEADER RIGHT ICONS
   ========================================================================== */
.header-right-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--text-white);
}

.header-right-icons i {
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s;
}

.header-right-icons i:hover {
    color: var(--pvc-gold-mid);
}

.lang-select {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 20px;
    color: var(--text-white);
}

/* ==========================================================================
   FOOTER OVERRIDE (Forced Black Theme)
   ========================================================================== */
.footer3-section-area {
    background: var(--bg-dark) !important;
    color: var(--text-white) !important;
}

.footer3-section-area .logo-content p,
.footer3-section-area .footer-list ul li a {
    color: var(--text-light-gray) !important;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none !important;
}

.footer3-section-area .location-area a {
    color: #ffffff !important;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none !important;
}

.footer3-section-area .footer-list ul li a:hover,
.footer3-section-area .footer-list ul li a.active,
.footer3-section-area .location-area a:hover {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    font-weight: 700 !important;
}

.footer-contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(212, 175, 55, 0.1) !important;
    color: var(--pvc-gold-mid) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.location-area:hover .footer-contact-icon,
.location-area:active .footer-contact-icon {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C) !important;
    background-size: 200% auto !important;
    color: #000 !important;
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 8px 20px rgba(184, 134, 11, 0.4) !important;
}

.footer-social-link {
    width: 40px;
    height: 40px;
    background: rgba(184, 134, 11, 0.2) !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    font-size: 18px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none !important;
}

.footer-social-link:hover,
.footer-social-link:active {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C) !important;
    background-size: 200% auto !important;
    color: #000 !important;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 20px rgba(184, 134, 11, 0.4) !important;
}

.footer-social-link i,
.location-area .footer-contact-icon i {
    color: inherit !important;
}

.footer-social-link:hover i,
.footer-social-link:active i,
.location-area:hover .footer-contact-icon i,
.location-area:active .footer-contact-icon i {
    color: #000 !important;
}

.footer3-section-area .footer-list h4 {
    color: var(--text-white) !important;
}

/* ==========================================================================
   CAROUSEL CONTROLS (Scoped to Hero Section)
   ========================================================================== */
/* ==========================================================================
   MOBILE HAMBURGER MENU SYSTEM (User Requirement Implementation)
   ========================================================================== */

/* 1. Hamburger Toggle Button (Visible on Mobile) */
.mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: auto;
}

.mobile-menu-toggle {
    font-size: 24px;
    color: #fff;
    /* Gold Icon */
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.mobile-menu-toggle:active {
    background: var(--pvc-gold-mid);
    color: #000;
}

/* 2. Dark Overlay Background */
.clean-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    /* Dark overlay */
    backdrop-filter: blur(5px);
    z-index: 10005;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.shop-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.clean-mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* 3. Slide-in Drawer Menu */
.clean-mobile-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    /* Hidden by default */
    width: 85%;
    max-width: 320px;
    height: 100%;
    background: #111;
    /* Dark Background */
    z-index: 10010;
    transition: left 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
}

.clean-mobile-sidebar.active {
    left: 0;
    /* Slide in */
}

/* 4. Sidebar Header */
.clean-sidebar-header {
    padding: 20px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.clean-logo {
    height: 40px;
    width: auto;
}

.clean-close-btn {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
}

.clean-close-btn:hover {
    background: var(--pvc-accent-red);
    transform: rotate(90deg);
}

/* 5. Mobile Navigation List */
.clean-mobile-nav {
    flex: 1;
    overflow-y: auto;
    padding: 20px 0;
}

.clean-mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clean-mobile-nav ul li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.clean-mobile-nav ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.clean-mobile-nav ul li a:active,
.clean-mobile-nav ul li a.active {
    color: var(--pvc-gold-mid);
    background: rgba(212, 175, 55, 0.05);
    border-left: 3px solid var(--pvc-gold-mid);
}

/* 6. Accordion Sub-Menus (Mobile Mega Menu) */
.mobile-dropdown-toggle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--pvc-gold-mid);
    transition: transform 0.3s ease;
}

.clean-mobile-nav ul li.dropdown-active>a .mobile-dropdown-toggle i {
    transform: rotate(180deg);
}

.mobile-submenu {
    background: #0a0a0a;
    display: none;
    /* Hidden by default (Accordion) */
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Accordion Open State */
.clean-mobile-nav ul li.dropdown-active .mobile-submenu {
    display: block;
}

.mobile-submenu li {
    border: none;
}

.mobile-submenu li a {
    padding-left: 40px;
    /* Indent sub-items */
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.mobile-submenu li a:active {
    color: #fff;
    background: transparent;
    border-left: none;
}

/* 7. Mobile Search (Inside Drawer) */
.mobile-search-area {
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #000;
}

.mobile-search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-search-box input {
    width: 100%;
    padding: 12px 15px;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
}

.mobile-search-submit {
    position: absolute;
    right: 5px;
    background: var(--pvc-gold-mid);
    color: #000;
    border: none;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Mobile Icon overrides */
@media (max-width: 991px) {
    .header-right-icons {
        display: none;
        /* Hide Desktop Icons */
    }

    .mobile-header-actions {
        display: flex;
        /* Show Mobile Icons */
        gap: 15px;
    }

    .mobile-action-btn {
        color: #fff;
        font-size: 20px;
        position: relative;
    }

    .cart-count-badge {
        position: absolute;
        top: -8px;
        right: -8px;
        background: var(--pvc-accent-red);
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Fix orphaned carousel controls */
.carousel-area .owl-dots {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 25px;
    z-index: 1001;
}

.carousel-area .owl-dot span {
    width: 6px !important;
    height: 6px !important;
    background: rgba(255, 255, 255, 0.4) !important;
}

.carousel-area .owl-dot.active span {
    background: var(--pvc-gold-mid) !important;
    transform: scale(1.5);
}

/* ==========================================================================
   UTILITIES
   ========================================================================== */
.header-btn4 {
    background: var(--pvc-gold-dark) !important;
    color: #000000 !important;
    font-weight: 700 !important;
    padding: 12px 30px !important;
    border: 2px solid var(--pvc-gold-dark) !important;
    border-radius: 4px !important;
    /* Back to rectangle */
    display: inline-block !important;
    text-transform: uppercase !important;
    transition: all 0.4s ease !important;
    width: auto !important;
    position: relative;
    z-index: 10;
}

.header-btn4::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 6px;
    top: -6px;
    border: 1px solid var(--pvc-gold-dark);
    border-radius: 4px;
    z-index: -1;
    transition: all 0.4s ease;
}

.header-btn4:hover::after {
    top: 0;
    left: 0;
    border-color: #FCF6BA;
}

.header-btn4:hover {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C) !important;
    background-size: 200% auto !important;
    color: #000 !important;
    border-color: transparent !important;
    transform: translateY(-3px) !important;
}

/* ==========================================================================
   RESPONSIVE HEADER LOGIC
   ========================================================================== */

/* Default State (Mobile First or Desktop First override below) */
.mobile-header,
.mobile-sidebar {
    display: none;
    /* Hidden by default, shown via media query */
}

/* TABLET & MOBILE DEVICES (Max-width: 991px) */
@media (max-width: 991px) {

    /* Show Header Container (reused for mobile) */
    #header,
    .header-area,
    .header-sticky {
        display: flex !important;
        padding: 5px 0 !important;
        height: 56px !important;
        min-height: 56px !important;
        max-height: 56px !important;
    }

    /* Hide Desktop Nav Elements on Mobile */
    .main-menu,
    .header-right-icons,
    .header-area .btn-area {
        display: none !important;
    }

    /* Show Mobile Header */
    .mobile-header {
        display: block !important;
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #000000 !important;
        backdrop-filter: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* Adjust Hero Margin for Mobile Header */
    .products-hero,
    .about-hero,
    .services-hero,
    .contact-hero,
    [class*="-hero"] {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    #home.carousel-area,
    #home .hero3-section-area {
        margin-top: 0 !important;
    }

    /* Fix gap between header and hero on mobile - Snapped at 50px */
    #home {
        margin-top: 50px !important;
        padding-top: 0 !important;
        background: #000 !important;
    }

    .mobile-nav-icon {
        color: #ffffff !important;
        border-color: rgba(255, 255, 255, 0.3) !important;
        cursor: pointer !important;
        pointer-events: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 45px !important;
        height: 45px !important;
        background: rgba(0, 0, 0, 0.5);
        /* Semi-transparent background for better touch target */
        border-radius: 4px;
    }

    .mobile-sidebar {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        /* Full width overlay or specific width */
        height: 100vh !important;
        z-index: 10000 !important;
        transform: translateX(-100%);
        transition: all 0.3s ease-in-out;
        pointer-events: none;
        /* Allow clicks through when closed if transparent, but usually sidebar is opaque */
        visibility: hidden;
    }

    .mobile-sidebar.open {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }

    .mobile-nav-toggler {
        cursor: pointer !important;
        pointer-events: auto !important;
        z-index: 10001 !important;
        /* Ensure it's above sidebar if needed, or sidebar has close button */
    }
}

/* DESKTOP DEVICES (Min-width: 992px) */
@media (min-width: 992px) {

    .mobile-header,
    .mobile-sidebar {
        display: none !important;
    }

    /* Ensure Desktop Header is visible */
    #header,
    .header-area {
        display: flex !important;
    }

    #home {
        margin-top: 78px !important;
        padding-top: 0 !important;
        background: #000 !important;
    }
}

/* ==========================================================================
   HERO SECTIONS - FULL IMAGE COVERAGE
   ========================================================================== */
.products-hero,
.about-hero,
.services-hero,
.contact-hero,
.hero-inner-section-area,
.hero3-section-area,
[class*="-hero"],
section[class*="hero"] {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.carousel-area .hero3-section-area {
    margin-top: 0;
    /* Prevent full-screen hero on homepage (JS/slider untouched) */
    padding-top: 0;
}

/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */
.footer3-section-area,
footer {
    background: #1a1a1a !important;
    color: var(--text-white) !important;
    padding: 60px 0 0 0;
}

.footer3-section-area p,
.footer3-section-area .logo-content p {
    color: rgba(255, 255, 255, 0.6) !important;
}

.footer3-section-area h4 {
    color: var(--text-white) !important;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--pvc-gold-mid);
    padding-bottom: 10px;
    display: inline-block;
    /* Ensures border fits content like in some designs, or remove if full width desired. Index used block behavior mostly, but let's check. */
    width: 100%;
    /* Default to full width for block headers unless specified */
}

.footer3-section-area a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer3-section-area a:hover {
    color: var(--pvc-gold-mid) !important;
}

.footer3-section-area .footer-list ul li {
    margin-bottom: 10px;
}

/* ==========================================================================
   MOBILE TYPOGRAPHY ADJUSTMENTS & GLOBAL HERO ALIGNMENT
   ========================================================================== */

/* Force Global Hero Styling (Desktop & Mobile) */
.products-hero h1,
.about-hero h1,
.services-hero h1,
.contact-hero h1,
.hero3-section-area h1,
.header-main-content h1 {
    text-align: left !important;
    font-weight: 600 !important;
}

.products-hero p,
.about-hero p,
.services-hero p,
.contact-hero p,
.header-main-content p {
    text-align: left !important;
}

/* Ensure container alignment follows suit */
.products-hero .col-12,
.about-hero .col-12,
.services-hero .col-12,
.contact-hero .col-12 {
    text-align: left !important;
    align-items: flex-start !important;
}

@media (max-width: 767px) {
    .hero3-section-area {
        /* Keep homepage hero from becoming full-screen on mobile */
        height: 70vh !important;
        min-height: 360px !important;
        max-height: 720px;
        padding: 120px 0 60px !important;
        background-attachment: scroll !important;
        /* Fix mobile parallax issues */
    }

    .hero3-section-area h1 {
        font-size: 32px !important;
        line-height: 1.3 !important;
    }

    .hero3-section-area p {
        font-size: 16px !important;
    }

    .products-hero h1,
    .about-hero h1,
    .services-hero h1,
    .contact-hero h1,
    .hero3-section-area h1,
    .header-main-content h1 {
        font-size: 36px !important;
        line-height: 1.2 !important;
        text-align: left !important;
        /* Reinforce for mobile */
    }

    .products-hero p,
    .about-hero p,
    .services-hero p,
    .contact-hero p,
    .header-main-content p,
    .hero3-section-area p {
        font-size: 16px !important;
        margin-bottom: 20px !important;
        text-align: left !important;
    }

    /* Mobile Hero Button Adjustments */
    .btn-area {
        text-align: left !important;
        width: 100% !important;
        display: block !important;
    }

    .header-btn4 {
        padding: 10px 20px !important;
        /* Smaller size */
        font-size: 14px !important;
        /* Smaller font */
        margin-left: 0 !important;
    }

}

/* Footer Social Center */
.logo-content {
    text-align: center !important;
}

.logo-content ul {
    justify-content: center !important;
}

.footer-list,
.footer-list ul {
    text-align: center !important;
}


/* ==========================================================================
   CLEAN MOBILE MENU STYLES (Fresh Implementation)
   ========================================================================== */
.clean-mobile-toggle {
    width: 40px;
    height: 40px;
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 28px;
    border: none !important;
    z-index: 10002;
}

.clean-mobile-toggle.active i {
    background: linear-gradient(to right, #B38728 0%, #FCF6BA 50%, #B38728 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #B38728 !important;
}

.clean-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.clean-mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

.clean-mobile-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 280px;
    height: 100vh;
    background: #000;
    /* Force Black Background */
    z-index: 9999;
    transform: translateX(100%);
    transition: all 0.3s ease;
    border-left: 2px solid var(--pvc-gold-mid);
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.clean-mobile-sidebar.active {
    transform: translateX(0);
}

.clean-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.clean-logo {
    width: 100px !important;
    height: auto;
}

.clean-close-btn {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.clean-mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clean-mobile-nav li {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 15px;
}

.clean-mobile-nav a {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    display: block !important;
    transition: all 0.3s ease;
}

.clean-mobile-nav a.active,
.clean-mobile-nav a:hover {
    background: linear-gradient(to right, #B38728 0%, #FCF6BA 50%, #B38728 100%) !important;
    background-size: 100% auto !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #B38728 !important;
    text-shadow: 0 0 1px rgba(252, 246, 186, 0.1);
}

/* ==========================================================================
   NAVBAR SEARCH ICON
   ========================================================================== */
.header-right-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 12px;
}

.nav-search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-search-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #b8860b;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
    outline: none;
}

.nav-search-btn i {
    font-size: 14px;
    color: #b8860b;
    transition: all 0.3s ease;
}

.nav-search-btn:hover {
    transform: scale(1.05);
    border-width: 3px;
    box-shadow: 0 0 15px rgba(184, 134, 11, 0.3);
}

.nav-search-btn:hover i {
    color: #d4af37;
}

/* Search Dropdown */
.nav-search-dropdown {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    width: 320px;
    background: rgba(17, 17, 17, 0.98);
    border-top: 3px solid #b8860b;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10000;
}

.nav-search-wrapper.active .nav-search-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-search-input {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(184, 134, 11, 0.3);
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    outline: none;
    transition: all 0.3s ease;
}

.nav-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.nav-search-input:focus {
    border-color: #b8860b;
    background: rgba(255, 255, 255, 0.08);
}

.nav-search-submit {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    border: none;
    background: #b8860b;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-search-submit:hover {
    background: #d4af37;
    transform: scale(1.05);
}

.nav-search-submit i {
    font-size: 14px;
}

/* Hide on mobile - move to hamburger */
@media (max-width: 991px) {
    .header-right-icons {
        display: none;
    }
}

/* ==========================================================================
   NAVBAR PHONE ICON
   ========================================================================== */
.nav-phone-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #b8860b;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none !important;
}

.nav-phone-btn i {
    font-size: 14px;
    color: #b8860b;
    transition: all 0.3s ease;
}

.nav-phone-btn:hover {
    transform: scale(1.05);
    border-width: 3px;
    box-shadow: 0 0 15px rgba(184, 134, 11, 0.3);
}

.nav-phone-btn:hover i {
    color: #d4af37;
}

/* ==========================================================================
   NAVBAR CART ICON
   ========================================================================== */
.nav-cart-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-cart-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #b8860b;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none !important;
    position: relative;
}

.nav-cart-btn i {
    font-size: 14px;
    color: #b8860b;
    transition: all 0.3s ease;
}

.nav-cart-btn:hover {
    transform: scale(1.05);
    border-width: 3px;
    box-shadow: 0 0 15px rgba(184, 134, 11, 0.3);
}

.nav-cart-btn:hover i {
    color: #d4af37;
}

.cart-count-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #d71920;
    /* Brand Red */
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    /* Contrast stroke against black header */
}

/* ==========================================================================
   QUICK LINKS SECTION - LG Style Open Layout
   ========================================================================== */
.quick-links-section {
    background: transparent;
    padding: 50px 0 40px;
}

/* ==========================================================================
   MOBILE HEADER ACTIONS (Search + Hamburger) - Premium Enterprise Style
   ========================================================================== */
.mobile-header-actions {
    display: none;
    align-items: center;
    gap: 8px;
    flex: 1;
    justify-content: flex-end;
}

/* Hide on desktop */
@media (min-width: 992px) {
    .mobile-header-actions {
        display: none !important;
    }
}

/* Show on mobile/tablet */
@media (max-width: 991px) {
    .mobile-header-actions {
        display: flex !important;
    }

    /* Hide old toggle */
    .clean-mobile-toggle {
        display: none !important;
    }
}

/* Mobile Action Buttons (Phone & Search) - No Border Style */
.mobile-action-btn {
    width: 40px;
    height: 40px;
    border: none !important;
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    outline: none;
    text-decoration: none !important;
}

.mobile-action-btn i {
    font-size: 20px;
    color: #b8860b;
    transition: all 0.3s ease;
}

.mobile-action-btn:active {
    transform: scale(0.9);
}

.mobile-action-btn:active i {
    color: #d4af37;
}

/* Specific icon adjustments */
.mobile-phone-btn {
    width: 30px;
    height: 30px;
    border: 1.5px solid #b8860b !important;
    border-radius: 50%;
    background: transparent !important;
}

.mobile-phone-btn i {
    font-size: 14px;
}

.mobile-phone-btn:hover {
    border-color: #d4af37 !important;
}

.mobile-phone-btn:hover i {
    color: #d4af37;
}

.mobile-search-btn i {
    font-size: 20px;
}

/* Mobile Hamburger Menu Toggle */
.mobile-menu-toggle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    border: none;
    padding: 0;
}

.mobile-menu-toggle i {
    font-size: 26px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.mobile-menu-toggle:active i {
    color: #b8860b;
}

.mobile-menu-toggle.active i {
    color: #b8860b;
}

/* Mobile Search Wrapper */
.mobile-search-wrapper {
    position: relative;
}

/* Mobile Search Dropdown */
.mobile-search-dropdown {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(17, 17, 17, 0.98);
    border-top: 3px solid #b8860b;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 10000;
}

.mobile-search-wrapper.active .mobile-search-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 500px;
    margin: 0 auto;
}

.mobile-search-input {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(184, 134, 11, 0.3);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    outline: none;
    transition: all 0.3s ease;
}

.mobile-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.mobile-search-input:focus {
    border-color: #b8860b;
    background: rgba(255, 255, 255, 0.08);
}

.mobile-search-submit {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: none;
    background: #b8860b;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.mobile-search-submit:active {
    background: #d4af37;
    transform: scale(0.95);
}

.mobile-search-submit i {
    font-size: 14px;
}

/* ==========================================================================
   MOBILE HEADER INLINE SEARCH BAR
   ========================================================================== */
.mobile-header-search-bar {
    display: none;
}

@media (max-width: 991px) {
    .mobile-header-search-bar {
        display: flex;
        align-items: center;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(184, 134, 11, 0.4);
        border-radius: 25px;
        padding: 10px 16px;
        flex: 1;
        min-width: 0;
        max-width: none;
        margin: 0 8px;
        transition: all 0.3s ease;
    }

    .mobile-header-search-bar:focus-within {
        border-color: #b8860b;
        background: rgba(255, 255, 255, 0.15);
        box-shadow: 0 0 10px rgba(184, 134, 11, 0.2);
    }

    .mobile-header-search-bar i {
        color: #b8860b;
        font-size: 14px;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .mobile-header-search-bar input {
        border: none;
        outline: none;
        background: transparent;
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        color: #ffffff;
        width: 100%;
        padding: 0;
    }

    .mobile-header-search-bar input::placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .mobile-header-search-bar {
        padding: 8px 12px;
        margin: 0 5px;
    }

    .mobile-header-search-bar input::placeholder {
        font-size: 11px;
    }

    .mobile-header-search-bar i {
        font-size: 12px;
        margin-right: 8px;
    }
}

/* ==========================================================================
   MOBILE HEADER LAYOUT ADJUSTMENTS
   ==========================================================================  */
@media (max-width: 991px) {
    .header-elements {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        padding: 0 12px !important;
        gap: 10px;
    }

    .site-logo {
        margin-left: 0 !important;
        flex-shrink: 0;
    }

    .site-logo img {
        height: 52px !important;
    }

    /* Center space - keep empty for clean look */
    .main-menu {
        display: none !important;
    }

    .header-right-icons {
        display: none !important;
    }

    #header,
    .header-area {
        padding: 0 !important;
    }

    .container-fluid {
        padding: 0 10px !important;
    }

    /* Mobile action buttons sizing */
    .mobile-action-btn {
        width: 36px;
        height: 36px;
        flex-shrink: 0;
    }

    .mobile-menu-toggle {
        flex-shrink: 0;
    }
}

.quick-links-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    flex-wrap: wrap;
}

.quick-link-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hide duplicate items on desktop - only show for mobile infinite scroll */
.quick-link-duplicate {
    display: none;
}

.quick-link-item:hover {
    transform: translateY(-3px);
}

.quick-link-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #b8860b;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.quick-link-icon i {
    font-size: 24px;
    color: #b8860b;
    transition: all 0.3s ease;
}

.quick-link-item:hover .quick-link-icon {
    background: #b8860b;
}

.quick-link-item:hover .quick-link-icon i {
    color: #ffffff;
}

.quick-link-text {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    max-width: 100px;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.quick-link-item:hover .quick-link-text {
    color: #b8860b;
}

/* Quick Links - Tablet */
@media (max-width: 992px) {
    .quick-links-row {
        gap: 35px;
    }

    .quick-link-icon {
        width: 60px;
        height: 60px;
    }

    .quick-link-icon i {
        font-size: 20px;
    }

    .quick-link-text {
        font-size: 12px;
    }
}

/* Quick Links - Mobile Auto-Scroll + Manual Swipe */
@media (max-width: 768px) {
    .quick-links-section {
        padding: 20px 0;
        margin-bottom: 25px;
        overflow: visible;
    }

    .quick-links-section .container {
        max-width: 100%;
        padding: 0 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .quick-links-section .container::-webkit-scrollbar {
        display: none;
    }

    /* Hide duplicate items - not needed with JS scroll */
    .quick-link-duplicate {
        display: none !important;
    }

    .quick-links-row {
        display: flex;
        flex-wrap: nowrap;
        gap: 35px;
        justify-content: flex-start;
        width: max-content;
        padding: 5px 0;
        /* No CSS animation - JS handles auto-scroll */
    }

    .quick-link-item {
        flex: 0 0 auto;
        min-width: auto;
        padding: 0 5px;
        touch-action: pan-x;
    }

    .quick-link-icon {
        width: 50px;
        height: 50px;
    }

    .quick-link-icon i {
        font-size: 18px;
    }

    .quick-link-text {
        font-size: 11px;
        max-width: 70px;
        white-space: nowrap;
    }
}

/* Quick Links - Small Mobile */
@media (max-width: 480px) {
    .quick-links-section {
        padding: 15px 0;
    }

    .quick-links-section .container {
        padding: 0 10px;
    }

    .quick-links-row {
        gap: 30px;
    }

    .quick-link-icon {
        width: 45px;
        height: 45px;
    }

    .quick-link-icon i {
        font-size: 16px;
    }

    .quick-link-text {
        font-size: 10px;
    }
}

/* ==========================================================================
   STATISTICS SECTION - Mobile Heading Size
   ========================================================================== */
@media (max-width: 768px) {
    .eco-header-title {
        font-size: 100px !important;
    }
}

@media (max-width: 480px) {
    .eco-header-title {
        font-size: 40px !important;
    }
}

/* Mobile Header Reset */
@media (max-width: 991px) {

    #header,
    .header-area {
        height: 70px !important;
        min-height: 70px !important;
        max-height: 70px !important;
        padding: 0 15px !important;
    }

    #home {
        margin-top: 50px !important;
        padding-top: 0 !important;
    }

    .site-logo img {
        height: 45px !important;
    }
}