/* Show discount price always */
.aiz-card-box .disc-amount,
.carousel-box .disc-amount {
    margin-right: 0 !important;
    opacity: 1 !important;
}

.aiz-card-box .disc-amount.has-transition,
.carousel-box .disc-amount.has-transition {
    margin-right: 0 !important;
    opacity: 1 !important;
}

/* Show icons always */
.aiz-p-hov-icon a {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
}

[dir="rtl"] .aiz-p-hov-icon a {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
}

/* Add orange background to prices */
.aiz-card-box .fs-14:not(.price-red-bg),
.carousel-box .fs-14:not(.price-red-bg),
.aiz-card-box-2 .fs-14:not(.price-red-bg) {
    background-color: #ef6d1a !important;
    padding: 5px 15px 5px 5px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 28px !important;
    max-height: 28px !important;
}

/* Red background price */
.price-red-bg {
    background-color: #dc3545 !important;
}

/* Current price - white */
.aiz-card-box .fs-14 .fw-700,
.carousel-box .fs-14 .fw-700,
.aiz-card-box-2 .fs-14 .fw-700 {
    color: #fff !important;
    font-weight: 900 !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

/* Original price - white with white X cross */
.aiz-card-box .fs-14 del,
.carousel-box .fs-14 del,
.aiz-card-box-2 .fs-14 del {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 900 !important;
    font-size: 11px !important;
    position: relative !important;
    display: inline-block !important;
    line-height: 1 !important;
    background-color: #b70808 !important;
    padding: 2px 6px !important;
    border-radius: 3px !important;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .aiz-card-box .fs-14,
    .carousel-box .fs-14,
    .aiz-card-box-2 .fs-14 {
        padding: 3px 8px 3px 4px !important;
        margin-right: 5px !important;
        gap: 3px !important;
        width: auto !important;
        min-width: auto !important;
        max-width: 95% !important;
        justify-content: flex-start !important;
        min-height: 20px !important;
        max-height: 20px !important;
        overflow: hidden !important;
    }

    .aiz-card-box .fs-14 .fw-700,
    .carousel-box .fs-14 .fw-700,
    .aiz-card-box-2 .fs-14 .fw-700 {
        font-size: 8px !important;
        white-space: nowrap !important;
    }

    .aiz-card-box .fs-14 del,
    .carousel-box .fs-14 del,
    .aiz-card-box-2 .fs-14 del {
        font-size: 7px !important;
        white-space: nowrap !important;
    }

    /* Carousel Image Mobile Fix */
    .carousel-box img.h-180px,
    .carousel-box img.h-md-320px,
    .carousel-box img.h-lg-460px {
        height: 100vh !important;
        width: 100vw !important;
        max-width: 100vw !important;
        object-fit: cover !important;
    }
}

.aiz-card-box .fs-14 del::before,
.carousel-box .fs-14 del::before,
.aiz-card-box-2 .fs-14 del::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    width: 100% !important;
    height: 1px !important;
    background: red !important;
}

/* Move banner above main menu */
.home-banner-area {
    margin-top: -50px !important;
}

/* Mobile navbar logo fix */
@media (max-width: 991px) {
    .logo-bar-area .d-flex.align-items-center.justify-center {
        position: static !important;
        top: 0 !important;
        margin-top: 0.6rem !important;
        
    }

    .logo-bar-area .h-20px.h-md-100px {
        height: 50px !important;
        max-width: 120px !important;
        /*margin-top: 1rem !important;*/
    }

    /* Main content top margin for mobile */
   .home-banner-area {
        margin-top: 20px !important;
        padding-top: 60px !important;
    }

    /* Policy pages section top margin for mobile */
    .bg-light.border-top.mt-auto {
        margin-top: 20px !important;
    }

    /* Footer accordion bottom margin for mobile */
    .d-lg-none.bg-transparent {
        margin-bottom: 60px !important;
    }
}

/* Strikethrough only digits in price */
.price-strikethrough {
    position: absolute;
    left: 35%;
    top: 50%;
    width: 52%;
    height: 0.5px;
    background: white;
}

/* Discount badge styling */
.discount-badge {


    background-color: rgba(255, 0, 24, 0.85) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 00 !important;
    padding: 1px 0 !important;
    position: absolute;
    top: 7px;
    left: -37px;
    transform: rotate(-45deg);
    transform-origin: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
    min-width: 100px;
    text-align: center;
    line-height: 1;
    white-space: nowrap;


}

/* Remove bottom margin from price divs */
.aiz-card-box .w-100.mb-2,
.aiz-card-box .w-100 {
    margin-bottom: 2px !important;
}






/* MAIN RED NAVBAR */
.d-none.d-lg-block.bg-primary.h-50px[style*="margin-top"],
header .d-none.d-lg-block.bg-primary,
.bg-primary {
    background: linear-gradient(135deg, #d70000 0%, #ff0000 50%, #ff3333 100%) !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1) !important;
    position: relative !important;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important; */
    min-height: 50px !important;
    height: 50px !important;
}

/* MENU ITEMS - NORMAL STATE */
.header_menu_links,
.header_menu_links.active,
.header_menu_links.hov-bg-black-10 {
    background: transparent !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 5px 10px !important;
    margin: 10px 5px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    position: relative !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    overflow: visible !important;
    pointer-events: auto !important;
    z-index: 1 !important;
}

.all-category.has-transition.bg-black-10#category-menu-bar,
.d-none.d-xl-block.all-category.has-transition.bg-black-10,
.all-category.bg-black-10,
.d-none.d-xl-block.align-self-stretch.bg-black-10,
.d-none.d-xl-block.align-self-stretch.ml-3.mr-0,
.d-none.d-xl-block.align-self-stretch.mr-0,
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0 {
    background: transparent !important;
    color: white !important;
    border-radius: 4px !important;
    margin-top: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    position: relative !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    height: 30px !important;
    min-width: 120px !important;
    overflow: visible !important;
    pointer-events: auto !important;
    z-index: 1 !important;
}

/* Cart specific width */
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0 {
    min-width: 150px !important;
}

.d-none.d-xl-block.align-self-stretch.ml-3.mr-0 a,
.d-none.d-xl-block.align-self-stretch.mr-0 a {
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
}

/* Seller buttons styling */
.d-none.d-xl-block.align-self-stretch.ml-3.mr-0 a,
.d-none.d-xl-block.align-self-stretch.mr-0 a {
    white-space: nowrap !important;
}

#category-menu-bar > div {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    /* height: 60% !important; */
}

/* More specific selectors for categories and cart */
.all-category.has-transition.bg-black-10#category-menu-bar > *,
.d-none.d-xl-block.align-self-stretch.bg-black-10 > *,
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0 > * {
    padding: 0 !important;
}

/* Force white color */
.header_menu_links *,
.all-category.has-transition.bg-black-10#category-menu-bar *,
.d-none.d-xl-block.align-self-stretch.bg-black-10 *,
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0 * {
    color: white !important;
}

/* Animated bottom line - left to right */
.header_menu_links::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: white;
    transition: all 0.6s ease;
}

.header_menu_links:hover::after {
    width: 100%;
}

/* Animated bottom line for categories and cart - contained */
.all-category.has-transition.bg-black-10#category-menu-bar::after,
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0 .nav-cart-box::after {
    content: '' !important;
    position: absolute !important;
    bottom: 5px !important;
    left: 10% !important;
    width: 0 !important;
    height: 2px !important;
    background: white !important;
    transition: all 0.6s ease !important;
    z-index: 10 !important;
}

.all-category.has-transition.bg-black-10#category-menu-bar:hover::after,
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0:hover .nav-cart-box::after {
    width: 80% !important;
}

/* Remove bottom line for seller buttons */
.d-none.d-xl-block.align-self-stretch.ml-3.mr-0::after,
.d-none.d-xl-block.align-self-stretch.mr-0::after {
    display: none !important;
}

/* HOVER EFFECT */
.header_menu_links:hover,
.all-category.has-transition.bg-black-10#category-menu-bar:hover,
.d-none.d-xl-block.align-self-stretch.bg-black-10:hover,
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0:hover {
    background: #001BB7 !important;
    border-radius: 12px !important;
    transform: translateY(-3px) !important;
}

.header_menu_links:hover *,
.all-category.has-transition.bg-black-10#category-menu-bar:hover *,
.d-none.d-xl-block.align-self-stretch.bg-black-10:hover *,
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0:hover * {
    color: white !important;
}

/* Hide horizontal scrollbar */
.hor-swipe.c-scrollbar-light {
    overflow-x: hidden !important;
}

/* Move main wrapper up */
.aiz-main-wrapper {
    margin-top: -67px !important;
}

/* Hide category list in hero section */
.home-banner-area .aiz-category-menu,
.home-banner-area #category-sidebar {
    display: none !important;
}

/* Center home slider images */
.home-banner-area .home-slider .aiz-carousel {
    width: 100vw !important;
    position: relative !important;
    left: 80% !important;
    margin-left: -58vw !important;
}

.home-banner-area .home-slider .carousel-box {
    text-align: center !important;
}

.home-banner-area .home-slider .carousel-box img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    display: inline-block !important;
    margin-top: 3rem !important;
}

/* CATEGORY DROPDOWN STYLING */
.hover-category-menu .aiz-category-menu {
    background: linear-gradient(135deg, #FF1744 0%, #2962FF 100%) !important;
    box-shadow: 0 8px 20px rgba(41, 98, 255, 0.5), 0 0 0 2px #1565C0 !important;


}

/* Fix dropdown container */
#click-category-menu {
    width: 270px !important;
    max-width: 270px !important;
    left:3rem !important;
    margin-left:3rem !important;
}

#click-category-menu .hover-category-menu {
    left: 0 !important;
}

#click-category-menu .aiz-category-menu {
    width: 270px !important;
    max-width: 270px !important;
}

/* Hide all loading spinners in category menu */
.sub-cat-menu,
.category-nav-element .sub-cat-menu {
    display: none !important;
}

/* Hide "See All" text in category menu */
.categoriesAll,
#category-menu-bar .categoriesAll {
    display: none !important;
}

.hover-category-menu .aiz-category-menu .category-nav-element a {
    color: white !important;
    padding: 12px 20px !important;
    transition: all 0.3s ease !important;
    border-left: 3px solid transparent !important;
}

.hover-category-menu .aiz-category-menu .category-nav-element {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.hover-category-menu .aiz-category-menu .category-nav-element a:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-left: 3px solid white !important;
    padding-left: 25px !important;
}

.hover-category-menu .aiz-category-menu .cat-name {
    color: white !important;
}

.featuredproducts{
    display:none !important;
}

/* Style category sidebar with white bg */
#collapse_1 {
    background: white !important;
}

/* Main categories - bold */
.aiz-filter-sidebar #collapse_1 ul li:not(.ml-4) {
    margin-bottom: 2px !important;
}

.aiz-filter-sidebar #collapse_1 ul li:not(.ml-4) a {
    color: #333 !important;
    padding: 8px 15px !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    width: auto !important;
    font-weight: 600 !important;
    position: relative !important;
    overflow: visible !important;
    line-height: 1.3 !important;
}

/* Animated bottom line inside blue bg */
.aiz-filter-sidebar #collapse_1 ul li:not(.ml-4) a::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 10%;
    width: 0;
    height: 2px;
    background: white;
    transition: all 0.6s ease;
    z-index: 1;

}

.aiz-filter-sidebar #collapse_1 ul li:not(.ml-4) a:hover::after {
    width: 80%;
}

/* Hover effect - blue bg with rounded corners and transform */
.aiz-filter-sidebar #collapse_1 ul li:not(.ml-4) a:hover {
    background: #d70000 !important;
    color: white !important;
    border-radius: 12px !important;
    transform: translateY(-3px) !important;
    box-decoration-break: clone !important;
    -webkit-box-decoration-break: clone !important;
}

/* Sub categories - normal weight with indent */
.aiz-filter-sidebar #collapse_1 ul li.ml-4 {
    margin-bottom: 0px !important;
}

.aiz-filter-sidebar #collapse_1 ul li.ml-4 a {
    color: #666 !important;
    padding: 4px 12px 4px 12px !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    position: relative !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    display: inline-block !important;
    width: auto !important;
    max-width: 90% !important;
    margin-left: 25px !important;
}

/* Animated bottom line for sub categories */
.aiz-filter-sidebar #collapse_1 ul li.ml-4 a::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 10%;
    width: 0;
    height: 2px;
    background: white;
    transition: all 0.6s ease;
}

.aiz-filter-sidebar #collapse_1 ul li.ml-4 a:hover::after {
    width: 80%;
}

/* Hover effect for sub categories */
.aiz-filter-sidebar #collapse_1 ul li.ml-4 a:hover {
    background: #001BB7 !important;
    color: white !important;
    border-radius: 12px !important;
    transform: translateY(-3px) !important;
}

.aiz-filter-sidebar .bg-white.border.mb-3:has(#collapse_1) {
    background: white !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e0e0e0 !important;
}

.aiz-filter-sidebar .bg-white.border.mb-3:has(#collapse_1) .fs-16.fw-700.p-3 a {
    color: #333 !important;
}

/* Cart specific bottom line */
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0 .nav-cart-box {
    position: relative !important;
}

/* ---------- MOBILE FIXES ---------- */
@media (max-width: 767px) {

    /* Reset main wrapper margin */
    .aiz-main-wrapper {
        margin-top: 0 !important;
    }

    /* Home banner adjustments */
    .home-banner-area {
        margin-top: 20px !important;
        padding-top: 0 !important;
    }

    .home-banner-area .home-slider .aiz-carousel {
        left: 50% !important;
        margin-left: -50% !important;
        width: 100% !important;
        margin-top:2.5rem !important;
    }

    .home-banner-area .home-slider .carousel-box img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin-top:1.3rem !important;

    }

    /* Price badges responsive */
    .aiz-card-box .fs-14,
    .carousel-box .fs-14,
    .aiz-card-box-2 .fs-14 {
        width: auto !important;
        max-width: 95% !important;
        padding: 3px 8px !important;
        min-height: 20px !important;
        max-height: 20px !important;
        overflow: hidden !important;
        gap: 3px !important;
    }

    .aiz-card-box .fs-14 .fw-700,
    .carousel-box .fs-14 .fw-700,
    .aiz-card-box-2 .fs-14 .fw-700 {
        font-size: 10px !important;
    }

    .aiz-card-box .fs-14 del,
    .carousel-box .fs-14 del,
    .aiz-card-box-2 .fs-14 del {
        font-size: 8px !important;
    }

    /* Discount badge smaller on mobile */
    .discount-badge {
        left: -25px !important;
        top: 5px !important;
        min-width: 80px !important;
        font-size: 10px !important;
    }

    /* Navbar adjustments */
    .logo-bar-area .d-flex.align-items-center.justify-c {
        position: static !important;
        top: auto !important;
        margin: 0 auto !important;
        justify-content: center !important;
    }

    .logo-bar-area .h-20px.h-md-100px {
        height: 40px !important;
        max-width: 100px !important;
    }

    /* Category menu on mobile */
    #click-category-menu,
    #click-category-menu .aiz-category-menu {
        width: 90% !important;
        left: 5% !important;
        margin-left: 0 !important;
    }

    /* Sidebar adjustments */
    .aiz-filter-sidebar #collapse_1 ul li:not(.ml-4) a,
    .aiz-filter-sidebar #collapse_1 ul li.ml-4 a {
        font-size: 14px !important;
        padding: 6px 10px !important;
        line-height: 1.3 !important;
    }

    /* Fix for strikethrough line */
    .price-strikethrough {
        left: 30% !important;
        width: 40% !important;
    }

}


/* ============================= */
/* PC ONLY – UNIFIED MENU HOVER */
/* ============================= */
@media (min-width: 992px) {

    /* ---- BASE STYLE FOR ALL TOP MENUS ---- */
    .header_menu_links,
    .all-category,
    .nav-cart-box,
    .d-none.d-xl-block.align-self-stretch a {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0.4rem 0.75rem !important;
        border-radius: 6px !important;
        transition:
            background-color 0.3s ease,
            transform 0.25s ease,
            box-shadow 0.25s ease !important;
        text-decoration: none !important;
    }

    /* ---- UNIFIED HOVER EFFECT ---- */
    .header_menu_links:hover,
    .all-category:hover,
    .nav-cart-box:hover,
    .d-none.d-xl-block.align-self-stretch a:hover {
        background: #001BB7 !important;
        border-radius: 12px !important;
        transform: translateY(-3px) !important;
        box-shadow: 0 6px 14px rgba(0, 27, 183, 0.35) !important;
    }

    /* ---- FORCE TEXT COLOR ---- */
    .header_menu_links:hover *,
    .all-category:hover *,
    .nav-cart-box:hover *,
    .d-none.d-xl-block.align-self-stretch a:hover * {
        color: #ffffff !important;
    }

    /* ---- ANIMATED UNDERLINE (LIKE CATEGORIES) ---- */
    .header_menu_links::after,
    .all-category::after,
    .nav-cart-box::after,
    .d-none.d-xl-block.align-self-stretch a::after {
        content: '';
        position: absolute;
        bottom: 4px;
        left: 10%;
        width: 0;
        height: 2px;
        background: #ffffff;
        transition: width 0.5s ease;
    }

    .header_menu_links:hover::after,
    .all-category:hover::after,
    .nav-cart-box:hover::after,
    .d-none.d-xl-block.align-self-stretch a:hover::after {
        width: 80%;
    }

    /* ---- PREVENT DOUBLE UNDERLINES ---- */
    .header_menu_links.active::after {
        display: none !important;
    }
}

/* REMOVE OLD CART UNDERLINE (PC ONLY) */
@media (min-width: 992px) {
    .d-none.d-xl-block.align-self-stretch.ml-5.mr-0 .nav-cart-box::after {
        display: none !important;


    }
}

/* Fix Cart Hover Height */
@media (min-width: 992px) {
    .d-none.d-xl-block.align-self-stretch.ml-5.mr-0,
    .d-none.d-xl-block.align-self-stretch.ml-3.mr-0,
    .d-none.d-xl-block.align-self-stretch.mr-0,
    .d-none.d-xl-block.align-self-stretch.bg-black-10,
    .all-category.has-transition.bg-black-10#category-menu-bar {
        align-self: center !important;
        height: auto !important;
    }

    .nav-cart-box,
    .all-category {
        height: auto !important;
        padding: 0.4rem 0.75rem !important;
    }
}

/* Fix All Menu Items Alignment */
@media (min-width: 992px) {
    .d-none.d-lg-block.bg-primary.h-50px > .container > .d-flex.h-100 {
        align-items: center !important;
    }

    .d-none.d-lg-block.bg-primary.h-50px > .container > .d-flex.h-100 > * {
        align-self: center !important;
    }
}

/* Remove Double Hover on Cart */
@media (min-width: 992px) {
    .d-none.d-xl-block.align-self-stretch.ml-5.mr-0:hover {
        background: transparent !important;
        transform: none !important;
        box-shadow: none !important;

    }
}

/* Cart Dropdown Gradient Background */
#cart_items .dropdown-menu {
    background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%) !important;
    color: white !important;
}

#cart_items .dropdown-menu * {
    color: white !important;
}

/* ===== MOBILE ONLY (Sidebar) ===== */
@media (max-width: 991px) {

    .collapse-sidebar {
        background: linear-gradient(135deg, #0d3b66 0%, #7a0f1a 100%) !important;
        color: #ffffff !important;
    }

    /* Scrollbar */
    .collapse-sidebar.c-scrollbar-light::-webkit-scrollbar-thumb {
        background-color: rgba(255,255,255,0.4) !important;
    }

    /* Close icon */
    .collapse-sidebar .la-times {
        color: #ffffff !important;
    }

    /* Login / Register text */
    .collapse-sidebar .nav-user-info a {
        color: #f8fafc !important;
        opacity: 1 !important;
    }

    .collapse-sidebar .nav-user-info a:hover {
        color: #ffe4e6 !important;
    }

    /* Divider */
    .collapse-sidebar hr {
        border-color: rgba(255,255,255,0.3) !important;
    }

    /* Main menu links */
    .collapse-sidebar .header_menu_links {
        color: #ffffff !important;
        background: transparent !important;
    }

    /* Hover effect */
    .collapse-sidebar .header_menu_links:hover {
        background: rgba(255,255,255,0.15) !important;
        color: #ffccd2 !important;
    }

    /* Language & Currency trigger */
    .collapse-sidebar .dropdown > a {
        color: #e5e7eb !important;
    }

    /* Dropdown menu */
    .collapse-sidebar .dropdown-menu {
        background-color: #102a43 !important;
        border: none !important;
    }

    /* Dropdown items */
    .collapse-sidebar .dropdown-item {
        color: #f8fafc !important;
    }

    .collapse-sidebar .dropdown-item:hover,
    .collapse-sidebar .dropdown-item.active {
        background-color: #7a0f1a !important;
        color: #ffffff !important;
    }

    /* User avatar */
    .collapse-sidebar .nav-user-img {
        border-color: rgba(255,255,255,0.5) !important;
    }

}
@media (max-width: 991px) {

    html,
    body {
        margin: 0 !important;
        padding: 0 !important;
    }

    body {
        padding-top: env(safe-area-inset-top) !important;
    }

    header {
        position: sticky !important;
        top: 0 !important;
        z-index: 9999 !important;
        background: linear-gradient(135deg, #0d3b66 0%, #7a0f1a 100%) !important;
    }

    .logo-bar-area {
        margin: 0 !important;
        padding: 0 !important;
        height: 52px !important;
        min-height: 52px !important;
        display: flex !important;
        align-items: center !important;
        overflow: hidden !important;
        margin-bottom: 0.4rem !important;
    }

    .logo-bar-area .container,
    .logo-bar-area .row {
        margin: 0 !important;
        padding: 0 !important;
        height: 100% !important;
        align-items: center !important;
        margin-bottom: 0.4rem !important;
    }

    .logo-bar-area .d-flex {
        height: 100% !important;
        align-items: center !important;
        padding: 0 12px !important;
        margin-bottom: 0.4rem !important;
    }

    .logo-bar-area img {
        max-height: 34px !important;
        width: auto !important;
        display: block !important;
        margin: 0 auto !important;
            
    }

    .aiz-main-wrapper {
        margin-top: -3.5rem !important;
    }

    .home-banner-area {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
  

}

@media (max-width: 991px) {

    /* === HEADER ROW === */
    .logo-bar-area {
        height: 52px !important;
    }

    /* === MAIN FLEX ROW (MOST IMPORTANT FIX) === */
    .logo-bar-area .container-fluid > .row {
        display: flex !important;
        align-items: center !important;      /* vertical center */
        height: 100% !important;
    }

    /* === LEFT SIDE (HAMBURGER / LOGO GROUP) === */
    .logo-bar-area .col-auto,
    .logo-bar-area .col {
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
    }

    /* === HAMBURGER BUTTON === */
    .logo-bar-area button.d-lg-none {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 100% !important;
        padding: 0 10px !important;
        margin: 0 !important;
        margin-top: 0.3rem !important;
    }

    /* === PUSH SEARCH TO RIGHT END === */
    .logo-bar-area .search-icon-wrapper {
        margin-left: auto !important;        /* THIS is the key */
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
    }

    /* === SEARCH ICON LINK === */
    .logo-bar-area .search-icon-wrapper a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 100% !important;
        padding: 0 10px !important;
    }

    /* === SEARCH ICON COLOR === */
    .logo-bar-area i.la-search {
        color: #ffffff !important;
        margin-top: 0.6rem !important;
    }

    .logo-bar-area i.la-search:hover {
        color: #93c5fd !important;
    }

    /* === CLEANUP === */
    .logo-bar-area .container-fluid {
        margin: 0 !important;
    }
}
