/* ========================================
   HEADER FIX - COMPREHENSIVE RESPONSIVE STYLES
   ======================================== */

/* Hero Section Text Overlay Fix */
.banner_section .carousel-caption,
.carousel-caption {
    z-index: 2 !important;
    position: relative !important;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7) !important;
}

.banner_section .carousel-caption h2,
.banner_section .carousel-caption h1,
.carousel-caption h2,
.carousel-caption h1 {
    font-size: 52px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 3 !important;
}

.banner_section .carousel-caption p,
.carousel-caption p {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 25px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    position: relative !important;
    z-index: 3 !important;
}

.banner_section .carousel-caption .btn,
.carousel-caption .btn {
    position: relative !important;
    z-index: 3 !important;
}

/* Prevent text overlap */
.banner_section .carousel-item {
    position: relative !important;
}

.banner_section .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* ========================================
   HEADER Z-INDEX LAYERING
   ======================================== */
/* Fixed z-index hierarchy to prevent overlap issues */
header,
header *,
.header-top-section,
.header-top-section *,
.header-middle-section,
.header-middle-section *,
#header-sticky,
#header-sticky * {
    overflow: visible !important;
}

.header-top-section {
    position: relative !important;
    z-index: 100 !important;
}

.header-middle-section {
    position: relative !important;
    z-index: 200 !important;
}

#header-sticky.header-1 {
    position: relative !important;
    z-index: 50 !important;
}

.container {
    overflow: visible !important;
}

/* Mega menu and dropdowns above all headers */
.mega-menu,
.dropdown-menu {
    z-index: 99999 !important;
    position: absolute !important;
}

/* Cart and search must be above navigation menu */
.cart_box,
.header-middle-section .cart_box {
    z-index: 100000 !important;
    position: absolute !important;
}

.panel--search-result,
.header-middle-section .panel--search-result {
    z-index: 100000 !important;
    position: absolute !important;
}

/* Product cards hover effect */
.product:hover,
.product_wrap:hover {
    z-index: 999 !important;
    position: relative !important;
}

/* ========================================
   NAVIGATION MENU BAR - REFERENCE SITE EXACT MATCH
   ======================================== */
/* Main menu container - Full width clean design */
#header-sticky.header-1 {
    background: #031424 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 50 !important;
    width: 100% !important;
    overflow: visible !important;
}

#header-sticky .container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
}

#header-sticky .mega-menu-wrapper {
    width: 100% !important;
    overflow: visible !important;
}

#header-sticky .header-main {
    padding: 0 !important;
    min-height: 56px !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
}

/* Main navigation menu */
#header-sticky nav,
#header-sticky .main-menu,
#header-sticky .mean__menu-wrapper {
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
}

#header-sticky nav > ul,
#header-sticky .main-menu > ul,
#header-sticky nav ul,
#mobile-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    height: 56px !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
    overflow: visible !important;
}

/* Menu items - Compact spacing to fit all items */
#header-sticky nav > ul > li,
#header-sticky .main-menu > ul > li,
#mobile-menu > li {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 56px !important;
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
}

/* Menu links - Optimized padding to show all items */
#header-sticky nav > ul > li > a,
#header-sticky .main-menu > ul > li > a,
#header-sticky nav > ul > li > a span,
#header-sticky .nav-link,
#mobile-menu > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 56px !important;
    padding: 0 12px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    position: relative !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    letter-spacing: 0.2px !important;
}

/* Hover effect - Light blue background */
#header-sticky nav > ul > li > a:hover,
#header-sticky .main-menu > ul > li > a:hover,
#header-sticky nav > ul > li:hover > a,
#header-sticky .nav-link:hover,
#mobile-menu > li > a:hover {
    color: #64b5f6 !important;
    background: rgba(100, 181, 246, 0.08) !important;
}

/* Active menu item */
#header-sticky nav > ul > li.active > a,
#header-sticky nav > ul > li.current-menu-item > a,
#mobile-menu > li.active > a {
    color: #64b5f6 !important;
    background: rgba(100, 181, 246, 0.12) !important;
}

/* Dropdown indicator for mega menu items */
#header-sticky nav > ul > li.menu-item-has-children > a::after,
#header-sticky nav > ul > li.mega-menu-item > a::after,
#mobile-menu > li.menu-item-has-children > a::after {
    content: "" !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    border-top: 5px solid currentColor !important;
    margin-left: 6px !important;
    opacity: 0.7 !important;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease !important;
}

#header-sticky nav > ul > li.menu-item-has-children:hover > a::after,
#header-sticky nav > ul > li.mega-menu-item:hover > a::after,
#mobile-menu > li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg) !important;
    opacity: 1 !important;
}

/* Remove any extra spans or icons */
#header-sticky nav > ul > li > a i,
#header-sticky nav > ul > li > a svg,
#mobile-menu > li > a i {
    display: none !important;
}

/* ========================================
   MEGA MENU DROPDOWN STYLING
   ======================================== */
/* Mega menu container */
#header-sticky .mega-menu.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    min-width: 850px !important;
    max-width: 1200px !important;
    background: #ffffff !important;
    border: none !important;
    border-radius: 0 0 16px 16px !important;
    box-shadow:
        0 12px 48px rgba(0, 0, 0, 0.18),
        0 0 1px rgba(0, 0, 0, 0.12) !important;
    padding: 32px 40px !important;
    margin: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-12px) !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    z-index: 99999 !important;
}

/* Position mega menu to the right for last menu items */
#header-sticky nav > ul > li:nth-last-child(-n + 5) .mega-menu.dropdown-menu,
#header-sticky
    .main-menu
    > ul
    > li:nth-last-child(-n + 5)
    .mega-menu.dropdown-menu {
    left: auto !important;
    right: 0 !important;
}

#header-sticky .menu-item-has-children:hover > .mega-menu.dropdown-menu,
#header-sticky .mega-menu-item:hover > .mega-menu.dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Regular dropdown menu (for Brand) */
#header-sticky .sub-menu.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
    min-width: 200px !important;
    background: #ffffff !important;
    border: none !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.15),
        0 0 1px rgba(0, 0, 0, 0.1) !important;
    padding: 12px 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-8px) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    z-index: 99999 !important;
    list-style: none !important;
    overflow: hidden !important;
}

#header-sticky .menu-item-has-children:hover > .sub-menu.dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    display: block !important;
}

#header-sticky .sub-menu.dropdown-menu li {
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    list-style: none !important;
}

#header-sticky .sub-menu.dropdown-menu li a {
    display: block !important;
    padding: 10px 20px !important;
    color: #4a4a4a !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    white-space: nowrap !important;
    background: #ffffff !important;
}

#header-sticky .sub-menu.dropdown-menu li a:hover {
    color: #64b5f6 !important;
    background: rgba(100, 181, 246, 0.08) !important;
    padding-left: 24px !important;
}

/* Mega menu inner structure */
#header-sticky .mega-menu-inner {
    width: 100% !important;
}

#header-sticky .mega-menu-content {
    display: grid !important;
    grid-template-columns: 2fr 1fr !important;
    gap: 40px !important;
    align-items: start !important;
}

/* Mega menu columns */
#header-sticky .mega-menu-col {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

/* Mega menu title */
#header-sticky .mega-menu-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 12px 0 !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid #64b5f6 !important;
    letter-spacing: 0.3px !important;
}

/* Mega menu links container */
#header-sticky .mega-menu-links {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
}

#header-sticky .mega-menu-link-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

/* Individual mega menu links */
#header-sticky .mega-menu-link {
    display: block !important;
    padding: 10px 14px !important;
    color: #4a4a4a !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    transition: all 0.25s ease !important;
    border: 1px solid transparent !important;
}

#header-sticky .mega-menu-link:hover {
    color: #64b5f6 !important;
    background: rgba(100, 181, 246, 0.08) !important;
    border-color: rgba(100, 181, 246, 0.2) !important;
    transform: translateX(4px) !important;
    padding-left: 18px !important;
}

/* Mega menu image section */
#header-sticky .mega-menu-image {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

#header-sticky .mega-menu-slideshow {
    width: 100% !important;
    height: 100% !important;
    min-height: 280px !important;
}

#header-sticky .mega-menu-slideshow img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* ========================================
   RESPONSIVE MOBILE MENU
   ======================================== */
@media (max-width: 991px) {
    #header-sticky nav > ul {
        flex-direction: column !important;
        height: auto !important;
        background: #031424 !important;
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        width: 320px !important;
        max-width: 90vw !important;
        height: 100vh !important;
        padding: 80px 20px 20px !important;
        overflow-y: auto !important;
        transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
        z-index: 99999 !important;
        box-shadow: -4px 0 24px rgba(0, 0, 0, 0.3) !important;
    }

    #header-sticky nav > ul.active {
        right: 0 !important;
    }

    #header-sticky nav > ul > li {
        width: 100% !important;
        height: auto !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    #header-sticky nav > ul > li > a {
        width: 100% !important;
        height: auto !important;
        padding: 16px 20px !important;
        justify-content: space-between !important;
    }

    #header-sticky .mega-menu.dropdown-menu {
        position: static !important;
        min-width: 100% !important;
        max-width: 100% !important;
        border-radius: 8px !important;
        margin: 8px 0 !important;
        padding: 20px !important;
        transform: none !important;
    }

    #header-sticky .mega-menu-content {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    #header-sticky .mega-menu-image {
        display: none !important;
    }

    #header-sticky .mega-menu-links {
        grid-template-columns: 1fr !important;
    }
}

/* ========================================
   HEADER TOP BAR RESPONSIVE
   ======================================== */
.header-top-section {
    padding: 8px 0 !important;
    background: #0a1929 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.header-top-wrapper {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.header-top-left,
.header-top-right {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    font-size: 14px !important;
    flex-wrap: wrap !important;
}

.header-top-left a,
.header-top-right a {
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: color 0.3s ease !important;
}

.header-top-left a:hover,
.header-top-right a:hover {
    color: var(--primary-color, var(--color-1st, #1a73e8)) !important;
}

/* ========================================
   HEADER MIDDLE SECTION RESPONSIVE
   ======================================== */
.header-middle-section {
    background: #031424 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    overflow: visible !important;
}

.header-middle-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 15px 0 !important;
    flex-wrap: wrap !important;
}

.logo {
    flex-shrink: 0 !important;
    z-index: 10 !important;
}

.logo-img {
    max-height: 50px !important;
    width: auto !important;
    display: block !important;
}

.search-widget {
    flex: 1 !important;
    max-width: 600px !important;
    min-width: 200px !important;
    position: relative !important;
    z-index: 1000 !important;
}

.product_search_form {
    position: relative !important;
    width: 100% !important;
    z-index: 1000 !important;
}

.product_search_form .panel--search-result {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99999 !important;
    background: #ffffff !important;
    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.15),
        0 0 1px rgba(0, 0, 0, 0.1) !important;
    max-height: 500px !important;
    overflow-y: auto !important;
    margin-top: 12px !important;
    border-radius: 16px !important;
    padding: 8px !important;
    border: 1px solid #f0f0f0 !important;
}

/* Search dropdown scrollbar */
.product_search_form .panel--search-result::-webkit-scrollbar {
    width: 6px !important;
}

.product_search_form .panel--search-result::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 10px !important;
}

.product_search_form .panel--search-result::-webkit-scrollbar-thumb {
    background: #c1c1c1 !important;
    border-radius: 10px !important;
}

.product_search_form .panel--search-result::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1 !important;
}

/* Search result items */
.product_search_form .panel--search-result .list-search-item,
.product_search_form .panel--search-result .product-item {
    display: flex !important;
    align-items: center !important;
    padding: 12px !important;
    gap: 14px !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    margin-bottom: 6px !important;
    border: 1px solid transparent !important;
}

.product_search_form .panel--search-result .list-search-item:last-child,
.product_search_form .panel--search-result .product-item:last-child {
    margin-bottom: 0 !important;
}

.product_search_form .panel--search-result .list-search-item:hover,
.product_search_form .panel--search-result .product-item:hover {
    background: linear-gradient(135deg, #e3f2fd 0%, #fff 100%) !important;
    border-color: #bbdefb !important;
    transform: translateX(2px) scale(1.01) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

/* Product image in search results */
.product_search_form .panel--search-result .product-image,
.product_search_form .panel--search-result img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    flex-shrink: 0 !important;
    border: 1px solid #f0f0f0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    transition: transform 0.25s ease !important;
}

.product_search_form
    .panel--search-result
    .list-search-item:hover
    .product-image,
.product_search_form .panel--search-result .product-item:hover img {
    transform: scale(1.05) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

/* Product info in search results */
.product_search_form .panel--search-result .product-info,
.product_search_form .panel--search-result .product-details {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    min-width: 0 !important;
}

.product_search_form .panel--search-result .product-name,
.product_search_form .panel--search-result .product-title,
.product_search_form .panel--search-result h3 {
    font-size: 14.5px !important;
    font-weight: 600 !important;
    color: #2c2c2c !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.45 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    transition: color 0.2s ease !important;
}

.product_search_form
    .panel--search-result
    .list-search-item:hover
    .product-name,
.product_search_form .panel--search-result .product-item:hover .product-title,
.product_search_form .panel--search-result .product-item:hover h3 {
    color: #64b5f6 !important;
}

.product_search_form .panel--search-result .product-price,
.product_search_form .panel--search-result .price {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #64b5f6 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}

.product_search_form .panel--search-result .product-price del,
.product_search_form .panel--search-result .price del,
.product_search_form .panel--search-result .old-price {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #999 !important;
    text-decoration: line-through !important;
}

/* Discount badge */
.product_search_form .panel--search-result .discount-badge {
    background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%) !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 3px 8px !important;
    border-radius: 6px !important;
    display: inline-block !important;
}

/* Rating in search results */
.product_search_form .panel--search-result .rating,
.product_search_form .panel--search-result .product-rating {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    font-size: 12px !important;
    color: #fbbf24 !important;
    margin-top: 2px !important;
}

.product_search_form .panel--search-result .rating-count {
    font-size: 11px !important;
    color: #999 !important;
    margin-left: 4px !important;
}

/* Badge/Label */
.product_search_form .panel--search-result .badge,
.product_search_form .panel--search-result .product-label {
    font-size: 10px !important;
    padding: 4px 10px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
}

.product_search_form .panel--search-result .badge.sale,
.product_search_form .panel--search-result .product-label.sale {
    background: var(--primary-color, var(--color-1st, #1a73e8)) !important;
    color: #ffffff !important;
}

.product_search_form .panel--search-result .badge.new,
.product_search_form .panel--search-result .product-label.new {
    background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%) !important;
    color: #ffffff !important;
}

.product_search_form .panel--search-result .badge.hot,
.product_search_form .panel--search-result .product-label.hot {
    background: linear-gradient(135deg, #fb923c 0%, #f97316 100%) !important;
    color: #ffffff !important;
}

/* No results message */
.product_search_form .panel--search-result .no-results,
.product_search_form .panel--search-result .empty-message {
    padding: 30px 20px !important;
    text-align: center !important;
    color: #999 !important;
    font-size: 14px !important;
}

/* View all results link */
.product_search_form .panel--search-result .view-all-results,
.product_search_form .panel--search-result .show-all {
    display: block !important;
    padding: 14px 20px !important;
    text-align: center !important;
    background: var(--primary-color, var(--color-1st, #1a73e8)) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    border-radius: 12px !important;
    margin: 8px 8px 4px 8px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
    position: relative !important;
    overflow: hidden !important;
}

.product_search_form .panel--search-result .view-all-results::before,
.product_search_form .panel--search-result .show-all::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255, 255, 255, 0.2) !important;
    transition: left 0.3s ease !important;
}

.product_search_form .panel--search-result .view-all-results:hover,
.product_search_form .panel--search-result .show-all:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35) !important;
}

.product_search_form .panel--search-result .view-all-results:hover::before,
.product_search_form .panel--search-result .show-all:hover::before {
    left: 100% !important;
}

.product_search_form input {
    width: 100% !important;
    padding: 12px 50px 12px 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 50px !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

.product_search_form input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.product_search_form input:focus {
    border-color: var(--primary-color, var(--color-1st, #1a73e8)) !important;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.15) !important;
    outline: none !important;
    background: rgba(255, 255, 255, 0.12) !important;
}

.product_search_form .search_btn {
    position: absolute !important;
    right: 5px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #64b5f6 !important;
    border: none !important;
    color: #ffffff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.product_search_form .search_btn:hover {
    background: #42a5f5 !important;
    transform: translateY(-50%) scale(1.05) !important;
}

.call-us {
    flex-shrink: 0 !important;
}

.call-us p {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    margin: 0 !important;
    font-weight: 500 !important;
}

.call-us a {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.header-icons-group {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    flex-shrink: 0 !important;
    position: relative !important;
    z-index: 1000 !important;
}

.menu-cart.cart_dropdown {
    position: relative !important;
    z-index: 1001 !important;
}

.menu-cart .cart_box {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    z-index: 99999 !important;
    background: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    min-width: 380px !important;
    max-width: 420px !important;
    margin-top: 10px !important;
    border-radius: 16px !important;
    padding: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    overflow: hidden !important;
}

/* Cart header */
.cart_box::before {
    content: "Shopping Cart" !important;
    display: block !important;
    padding: 16px 20px !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
    border-bottom: 1px solid #e9ecef !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #333 !important;
}

/* Cart list items */
.cart_box .cart_list {
    list-style: none !important;
    padding: 16px 20px !important;
    margin: 0 !important;
    max-height: 320px !important;
    overflow-y: auto !important;
}

.cart_box .cart_list::-webkit-scrollbar {
    width: 6px !important;
}

.cart_box .cart_list::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 10px !important;
}

.cart_box .cart_list::-webkit-scrollbar-thumb {
    background: #ccc !important;
    border-radius: 10px !important;
}

.cart_box .cart_list::-webkit-scrollbar-thumb:hover {
    background: #999 !important;
}

.cart_box .cart_list li {
    display: block !important;
    padding: 0 0 16px 0 !important;
    margin-bottom: 16px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    position: relative !important;
}

.cart_box .cart_list li:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Cart item remove button */
.cart_box .cart_list .item_remove {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    color: #999 !important;
    font-size: 18px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 28px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #f8f9fa !important;
    text-decoration: none !important;
    line-height: 1 !important;
    z-index: 10 !important;
}

.cart_box .cart_list .item_remove:hover {
    color: #ffffff !important;
    background: #dc3545 !important;
    transform: scale(1.1) !important;
}

/* Cart item link wrapper - contains image + text */
.cart_box .cart_list li > a {
    display: block !important;
    text-decoration: none !important;
    color: #333 !important;
    padding-right: 35px !important;
    overflow: hidden !important;
}

.cart_box .cart_list li > a::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

/* Product image */
.cart_box .cart_list li img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    border: 1px solid #e9ecef !important;
    float: left !important;
    margin-right: 14px !important;
    margin-bottom: 10px !important;
    transition: transform 0.3s ease !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #f8f9fa !important;
}

.cart_box .cart_list li > a:hover img {
    transform: scale(1.05) !important;
}

/* Product text content - wraps around image */
.cart_box .cart_list li > a {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    color: #333 !important;
    min-height: 80px !important;
    display: block !important;
}

.cart_box .cart_list li > a:hover {
    color: var(--primary-color, #1a73e8) !important;
}

/* Product options and extras - below the link */
.cart_box .cart_list li p {
    color: #6c757d !important;
    font-size: 11px !important;
    margin: 3px 0 0 0 !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    clear: left !important;
}

.cart_box .cart_list li p small {
    color: #6c757d !important;
    font-size: 11px !important;
}

.cart_box .cart_list li p small strong {
    color: #495057 !important;
    font-weight: 600 !important;
}

/* Stock status */
.cart_box .cart_list li .stock-status-label {
    color: #dc3545 !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

/* Cart quantity and price */
.cart_box .cart_list li .cart_quantity {
    display: block !important;
    color: #495057 !important;
    font-size: 13px !important;
    margin-top: 8px !important;
    font-weight: 500 !important;
    padding-top: 8px !important;
    border-top: 1px solid #f0f0f0 !important;
    clear: both !important;
}

.cart_box .cart_list li .cart_amount {
    color: var(--primary-color, #1a73e8) !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.cart_box .cart_list li .cart_amount small {
    color: #adb5bd !important;
    font-weight: 400 !important;
    margin-left: 6px !important;
    text-decoration: line-through !important;
}

.cart_box .cart_list li .cart_amount small del {
    color: #adb5bd !important;
}

/* Cart footer totals */
.cart_box .cart_footer {
    background: #f8f9fa !important;
    padding: 16px 20px !important;
    border-top: 1px solid #e9ecef !important;
}

.cart_box .cart_total {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 12px !important;
    font-size: 14px !important;
    color: #495057 !important;
}

.cart_box .cart_total.sub_total {
    font-size: 13px !important;
    color: #6c757d !important;
}

.cart_box .cart_total strong {
    font-weight: 600 !important;
    color: #333 !important;
}

.cart_box .cart_total:last-of-type {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000 !important;
    padding-top: 12px !important;
    margin-top: 12px !important;
    margin-bottom: 16px !important;
    border-top: 2px solid #dee2e6 !important;
}

.cart_box .cart_price {
    font-weight: 700 !important;
    color: var(--primary-color, #1a73e8) !important;
    font-size: 15px !important;
}

.cart_box .cart_total:last-of-type .cart_price {
    font-size: 18px !important;
}

/* Cart buttons */
.cart_box .cart_buttons {
    display: flex !important;
    gap: 10px !important;
    margin: 0 !important;
}

.cart_box .cart_buttons a {
    flex: 1 !important;
    text-align: center !important;
    padding: 12px 18px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
}

.cart_box .cart_buttons .btn-fill-line {
    background: #ffffff !important;
    color: #495057 !important;
    border: 2px solid #dee2e6 !important;
}

.cart_box .cart_buttons .btn-fill-line:hover {
    background: #f8f9fa !important;
    border-color: #adb5bd !important;
    color: #212529 !important;
    transform: translateY(-1px) !important;
}

.cart_box .cart_buttons .btn-fill-out {
    background: var(--primary-color, #1a73e8) !important;
    color: #ffffff !important;
    border: 2px solid var(--primary-color, #1a73e8) !important;
}

.cart_box .cart_buttons .btn-fill-out:hover {
    background: var(--secondary-color, #0d47a1) !important;
    border-color: var(--secondary-color, #0d47a1) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3) !important;
}

.cart_box .cart_buttons .btn-fill-out.checkout {
    background: var(--primary-color, #1a73e8) !important;
    border-color: var(--primary-color, #1a73e8) !important;
}

.cart_box .cart_buttons .btn-fill-out.checkout:hover {
    background: var(--secondary-color, #0d47a1) !important;
    border-color: var(--secondary-color, #0d47a1) !important;
}

/* Empty cart message */
.cart_box p.text-center {
    color: #6c757d !important;
    padding: 40px 20px !important;
    font-size: 14px !important;
    text-align: center !important;
    margin: 0 !important;
}

.header-icons-group a {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    transition: all 0.3s ease !important;
}

.header-icons-group a:hover {
    background: var(--primary-color, var(--color-1st, #1a73e8)) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

.header-icons-group a i {
    font-size: 20px !important;
}

.cart-badge {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    background: var(--primary-color, var(--color-1st, #1a73e8)) !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    min-width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 5px !important;
}

.header__hamburger {
    margin-left: auto !important;
}

.sidebar__toggle {
    cursor: pointer !important;
    padding: 8px !important;
    font-size: 24px !important;
}

/* ========================================
   NAVIGATION MENU RESPONSIVE
   ======================================== */
#header-sticky.header-1 {
    background: #031424 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    overflow: visible !important;
}

#header-sticky .container {
    overflow: visible !important;
}

#header-sticky .mega-menu-wrapper {
    overflow: visible !important;
}

#header-sticky .header-main {
    padding: 12px 0 !important;
}

#header-sticky .main-menu nav ul {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    gap: 8px !important;
}

#header-sticky .main-menu nav ul li {
    position: relative !important;
}

#header-sticky .main-menu nav ul li > a {
    display: flex !important;
    align-items: center !important;
    padding: 10px 14px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    transition: all 0.3s ease !important;
    border-radius: 4px !important;
}

#header-sticky .main-menu nav ul li > a:hover,
#header-sticky .main-menu nav ul li.active > a {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

/* ========================================
   TABLET RESPONSIVE (991px and below)
   ======================================== */
@media (max-width: 991px) {
    /* Hide top bar on mobile */
    .header-top-section {
        display: none !important;
    }

    /* Hide navigation menu on mobile */
    #header-sticky.header-1 {
        display: none !important;
    }

    /* Hero Section */
    .banner_section .carousel-caption h2,
    .banner_section .carousel-caption h1,
    .carousel-caption h2,
    .carousel-caption h1 {
        font-size: 36px !important;
    }

    .banner_section .carousel-caption p,
    .carousel-caption p {
        font-size: 14px !important;
    }

    /* Middle Section */
    .header-middle-wrapper {
        gap: 15px !important;
    }

    .search-widget {
        order: 4 !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
        margin-top: 5px !important;
    }

    .call-us {
        display: none !important;
    }

    /* Search dropdown on tablet */
    .product_search_form .panel--search-result {
        border-radius: 8px !important;
        max-height: 350px !important;
    }

    .product_search_form .panel--search-result .product-image,
    .product_search_form .panel--search-result img {
        width: 50px !important;
        height: 50px !important;
    }
}

/* ========================================
   MOBILE RESPONSIVE (767px and below)
   ======================================== */
@media (max-width: 767px) {
    /* Logo */
    .logo-img {
        max-height: 40px !important;
    }

    /* Middle Section */
    .header-middle-wrapper {
        padding: 10px 0 !important;
        gap: 10px !important;
    }

    /* Icons */
    .header-icons-group {
        gap: 8px !important;
    }

    .header-icons-group a {
        width: 36px !important;
        height: 36px !important;
    }

    .header-icons-group a i {
        font-size: 18px !important;
    }

    .cart-badge {
        font-size: 10px !important;
        min-width: 16px !important;
        height: 16px !important;
        line-height: 16px !important;
        top: -3px !important;
        right: -3px !important;
    }

    /* Hero Section */
    .banner_section .carousel-caption h2,
    .banner_section .carousel-caption h1,
    .carousel-caption h2,
    .carousel-caption h1 {
        font-size: 28px !important;
        margin-bottom: 10px !important;
    }

    .banner_section .carousel-caption p,
    .carousel-caption p {
        font-size: 12px !important;
        margin-bottom: 15px !important;
        letter-spacing: 1px !important;
    }

    .banner_section .carousel-caption .btn,
    .carousel-caption .btn {
        padding: 10px 20px !important;
        font-size: 13px !important;
    }
}

/* ========================================
   SMALL MOBILE (480px and below)
   ======================================== */
@media (max-width: 480px) {
    /* Search */
    .product_search_form input {
        font-size: 14px !important;
        padding: 10px 45px 10px 15px !important;
    }

    .product_search_form .search_btn {
        width: 36px !important;
        height: 36px !important;
    }

    .product_search_form .search_btn i {
        font-size: 14px !important;
    }

    /* Hero Section */
    .banner_section .carousel-caption h2,
    .banner_section .carousel-caption h1,
    .carousel-caption h2,
    .carousel-caption h1 {
        font-size: 24px !important;
    }

    .banner_section .carousel-caption p,
    .carousel-caption p {
        font-size: 11px !important;
        letter-spacing: 0.5px !important;
    }

    .banner_section .carousel-caption .btn,
    .carousel-caption .btn {
        padding: 8px 16px !important;
        font-size: 12px !important;
    }

    /* Icons */
    .header-icons-group a {
        width: 34px !important;
        height: 34px !important;
    }

    .header-icons-group a i {
        font-size: 16px !important;
    }

    /* Search dropdown on mobile */
    .product_search_form .panel--search-result {
        border-radius: 6px !important;
        max-height: 280px !important;
        padding: 8px 0 !important;
    }

    .product_search_form .panel--search-result .list-search-item,
    .product_search_form .panel--search-result .product-item {
        padding: 10px 12px !important;
        gap: 10px !important;
    }

    .product_search_form .panel--search-result .product-image,
    .product_search_form .panel--search-result img {
        width: 45px !important;
        height: 45px !important;
    }

    .product_search_form .panel--search-result .product-name,
    .product_search_form .panel--search-result .product-title,
    .product_search_form .panel--search-result h3 {
        font-size: 13px !important;
    }

    .product_search_form .panel--search-result .product-price,
    .product_search_form .panel--search-result .price {
        font-size: 14px !important;
    }
}

/* ========================================
   EXTRA SMALL DEVICES (399px and below)
   ======================================== */
@media (max-width: 399px) {
    .logo-img {
        max-height: 35px !important;
    }

    .header-icons-group {
        gap: 6px !important;
    }

    .header-icons-group a {
        width: 32px !important;
        height: 32px !important;
    }

    .banner_section .carousel-caption h2,
    .banner_section .carousel-caption h1,
    .carousel-caption h2,
    .carousel-caption h1 {
        font-size: 20px !important;
    }
}
