/* ============================================================
       HEADER CSS - Bootstrap 5.3.3 Compatible

       ROOT FIX: BS5 base font = 16px, BS3 = 14px
       We reset to 14px globally to match BS3 visual sizing
       ============================================================ */

/* ── Global font-size reset to match BS3 base ── */
html {
    font-size: 14px;
}


/* ── BS5 resets some box-sizing and margins differently,
       reset paragraph margin to match BS3 ── */
p {
    margin-bottom: 0;
}

top a {
    color: #FAF3E0;
    text-decoration: none;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.no-padd {
    padding: 0;
}

#wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Override BS5 container max-widths to match your design */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1170px;
    position: relative;
    padding: 0 5px 0 5px;
}

/* ============================================================
       TOP BAR  —  logo / rates / icons
       ============================================================ */

.top {
    background: radial-gradient(#007a74,#011e22);
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 4px 0;
}

.top-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.logo-area {
    justify-content: flex-start;
}

    .logo-area img {
        max-height: 45px;
        height: auto;
        width: auto;
    }

.rates-area {
    display: block;
    text-align: center;
}

    .rates-area p {
        margin: 0;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        line-height: 1.4;
    }

.icons-area {
    gap: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .icons-area i {
        font-size: 1.4rem;
        color: #fff;
        transition: transform 0.2s ease, color 0.2s ease;
    }

        .icons-area i:hover {
            transform: scale(1.1);
            color: #FAF3E0;
        }

@media (max-width: 576px) {
    .top-bar {
        flex-direction: row;
        gap: 0.5rem;
    }

    .rates-area p {
        font-size: 9px;
    }
}

@media (max-width: 360px) {
    .rates-area p {
        font-size: 8px;
    }
}

/* ============================================================
       BELIEVE-NAV  —  second bar (gold gradient)
       ============================================================ */

#believe-nav {
    padding: 3px 5px 2px 5px !important;
    background-image: linear-gradient(to top, #f2dea7 0%, #f5eed4 30%, #FFFFFF 100%);
}

.icons-areaIS {
     display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .icons-areaIS i {
        transition: transform 0.2s ease, color 0.2s ease;
    }
    /* BS5: .navbar replaces .navbar-default */
    #believe-nav .navbar {
        border: none;
        margin: 0;
        border-radius: 0;
        min-height: 0;
        background: none;
        /* FIX: remove BS5 default padding that pushes items apart */
        padding-top: 0;
        padding-bottom: 0;
    }

    #believe-nav .navbar-brand {
        display: flex;
        padding: 0;
        justify-content: space-between;
    }

        #believe-nav .navbar-brand .setfntsize p {
            font-family: 'Proza Libre', sans-serif;
            font-size: 10px;
            font-weight: 600;
            color: #070606;
        }

    /* Nav links */
    #believe-nav .navbar-nav > li > a {
        font-weight: 600;
        text-transform: uppercase;
        color: #070606;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        transition: all .3s ease;
        margin-bottom: 0 !important;
        background-color: transparent !important;
        /* FIX: match BS3 link padding */
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 20px;
    }

        #believe-nav .navbar-nav > li > a:hover {
            background-color: transparent !important;
            color: #070606;
        }

    #believe-nav .navbar-nav > li {
        padding-left: 20px;
    }

        #believe-nav .navbar-nav > li > a i {
            margin-left: 10px;
        }

    /* BS5: active/hover — no .navbar-default prefix */
    #believe-nav .navbar-nav > .active > a,
    #believe-nav .navbar-nav > .active > a:focus,
    #believe-nav .navbar-nav > .active > a:hover {
        background: none;
        color: #070606;
    }

    #believe-nav .navbar-nav > .show > a,
    #believe-nav .navbar-nav > .show > a:focus,
    #believe-nav .navbar-nav > .show > a:hover {
        background: none;
        color: #070606;
    }

/* FIX: brand text sizing — was using clamp which scaled too large in BS5 */


.brand-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    font-family: 'Proza Libre', sans-serif;
}

    .brand-text p {
        margin: 0;
        font-size: 12px;
        line-height: 1.4;
        color: #007a74;
        font-weight: 900;
        word-spacing: 1px;
        text-align: center;
      }

@media (max-width: 576px) {
    .brand-text p {
        font-size: 10px;
        letter-spacing: 0.02em;
    }
}

@media (max-width: 360px) {
    .brand-text p {
        font-size: 9px;
        letter-spacing: 0;
    }
}


@media (max-width: 992px) {


    .header__actions {
        margin-top: 4px;
        justify-content: center;
    }
}



/* FIX: navbar-toggler positioning */
.navbar-toggler {
    margin: 0;
    padding: 4px 6px;
    border: 1px solid rgba(0,0,0,.2);
}

/* navstyle utility */
.navstyle {
    margin-bottom: 0;
    border: 0;
    padding: 4px 5px !important;
}

/* FIX: ts / ts1 — desktop vs mobile nav split
       BS5 has no .navbar-right — use flex justify to push right */
.ts {
    display: flex !important;
}

.ts1 {
    display: none !important;
}

/* BS5 collapse show fix */
@media (max-width: 990px) {
    .navbar-collapse:not(.show) {
        display: none !important;
    }

    .ts {
        display: none !important;
    }

    .ts1 {
        display: block !important;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .ts {
        display: flex !important;
    }

    .ts1 {
        display: none !important;
    }
}

@media all and (max-width: 912px) {
    .ts {
        display: none !important;
    }

    .ts1 {
        display: block !important;
    }
}

.ts1 .navbar-nav li {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 5px;
}

    .ts1 .navbar-nav li a {
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 12px;
    }

/* FIX: responsive overrides —
       BS5 handles collapse/float natively,
       only keep what BS5 does NOT handle automatically */

@media (max-width: 1200px) {
    .mega-product {
        width: 70%;
        max-width: none;
    }

    .mega-offers {
        width: 30%;
        max-width: none;
    }

    .top-offers {
        display: none;
    }

    .offers {
        width: 100%;
        max-width: none;
    }

    #believe-nav .navbar-nav > li {
        padding-left: 20px;
        margin-bottom: 1px;
    }

        #believe-nav .navbar-nav > li > a {
            padding-left: 0;
            padding-right: 0;
        }

    #brand-carousel-2 ul li {
        width: 33.333%;
    }
}

@media (max-width: 1040px) {
    .col-sm-6 {
        width: 100%;
        float: none;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 990px) {
    .team .col-md-3 {
        width: 33.333%;
        float: left;
        margin-bottom: 20px;
    }
}

@media (max-width: 980px) {
    .footer-widget .col-md-2,
    .footer-widget .col-md-3 {
        width: 50%;
        float: left;
    }

    .align-left .col-md-4 {
        width: 35%;
        float: left;
    }

    .align-left .col-md-8 {
        width: 65%;
        float: left;
    }

    .align-right .col-md-4 {
        width: 35%;
        float: left;
    }

    .align-right .col-md-8 {
        width: 65%;
        float: left;
    }

    .align-left .col-md-4 img,
    .align-right .col-md-4 img {
        margin-bottom: 30px;
    }
}

@media (max-width: 880px) {
    .slide-offers-title {
        font-size: 32px;
    }
}

@media (max-width: 735px) {
    .mega-product {
        float: none;
        width: 100%;
    }

    .mega-offers {
        float: none;
        width: 100%;
    }
}

@media (max-width: 750px) {
    .navbar-nav {
        margin: 7.5px 0;
    }
}

@media (max-width: 420px) {
    .align-left .col-md-4,
    .align-left .col-md-8,
    .align-right .col-md-4,
    .align-right .col-md-8,
    .media-body,
    .media-left {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
}

@media (max-width: 290px) {
    .to-left a {
        padding: 8px 11px;
        font-size: 12px;
    }

    #believe-nav .navbar-brand h1 {
        font-size: 24px;
    }
}

@media all and (max-width: 912px) {
    #believe-nav {
        padding: 3px 5px 2px 5px;
    }

        #believe-nav .navbar-brand img {
            height: 45px !important;
        }
}

@media only screen and (max-width: 344px) {
    #believe-nav {
        padding: 2px 0 2px 0;
    }

    .typeahead__field input,
    .typeahead__container .typeahead__field textarea {
        padding-right: 5px !important;
    }

    #believe-nav .navbar-brand img {
        height: 40px !important;
    }

    #believe-nav .navbar-brand .setfntsize p {
        font-size: 9px;
        font-weight: 500;
    }
}

/* ── Offers panel ── */
.offers {
    max-width: 200px;
    border: none;
    font-family: 'Proza Libre', sans-serif;
    background-image: radial-gradient(circle at 10% 20%, rgb(0, 93, 133) 0%, rgb(0, 181, 149) 90%);
    border-radius: 0;
    margin: 0 auto;
    font-size: 12px;
    color: black;
    font-weight: 600;
}

    .offers .close {
        opacity: 10;
        color: #fff;
        text-shadow: none;
    }

    .offers a:hover {
        color: #fff;
        text-decoration: none;
    }

/* ── Dropdown overrides ── */
.dropdown-menu {
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 13px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    z-index: 109999;
}

    .dropdown-menu > li {
        margin-bottom: 5px;
    }

        .dropdown-menu > li > a {
            display: block;
            padding: 3px 10px;
            clear: both;
            font-weight: 700;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0,0,0,.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: -6px;
    top: 11px;
}

/* ── Slider ── */
#home-slider {
    background: #fff;
}

    #home-slider .item img {
        width: 100%;
        height: auto;
    }

/* ── Arrow animation ── */
li:hover .arrow {
    transform: rotate(180deg);
}

.arrow {
    height: 100%;
    width: 10px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
}

.no-margin {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
    background-color: red;
}

/* ── Utilities ── */
.clearboth {
    clear: both;
}

.chkoutbtn {
    background-color: #011e22 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    border: 2px solid #fff !important;
    border-radius: 20px !important;
}

.text-transparent {
    color: transparent !important;
}

.typeaheadsty {
    border: 1px solid transparent;
    display: block;
}

.typeaheadsty1 {
    height: 30px !important;
    color: black;
    font-size: 13px;
    border-color: black;
}

.subsubul {
    padding-left: 10px;
    margin-top: 1px !important;
}

/* ============================================================
       HEADERNEW  —  custom mega-menu (3rd bar)
       Fully custom — no Bootstrap dependency
       FIX: mega menu width was going full screen in BS5
            because BS5 resets some positioning contexts.
            Added explicit left/right constraints.
       ============================================================ */

.containernew {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .containernew {
        padding: 0 1rem;
        margin: 0 auto;
    }
}

.headernew {
    position: relative;
    display: block;
    left: 0;
    width: 100%;
    height: auto;
    padding: 5px 0;
    margin: 0 auto;
    /* FIX: z-index reduced slightly — was conflicting with BS5 dropdowns */
    z-index: 1040;
    border: none;
    outline: none;
    background: radial-gradient(#007a74,#011e22)
}

    .headernew .wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        /* FIX: add max-width + auto margins to constrain mega menu positioning */
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 5px;
        position: relative;
    }

@media (min-width: 1200px) {
    .headernew .wrapper {
        justify-content: center;
    }
}

.headernew-item-left {
    display: flex;
    flex: 0 0 50%;
    align-items: center;
}

.headernew-item-right {
    display: flex;
    flex: 0 0 50%;
    align-items: center;
    justify-content: flex-end;
}

.headernew-item-center {
    display: flex;
    flex: 0 0 90%;
}

.headernew-item-right .menu-icon {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    border: none;
    outline: none;
    color: #121212;
    transition: all 0.3s ease;
}

/* Desktop nav list — inline items */
.headernew .menu > ul > li {
    display: inline-block;
    line-height: 3rem;
    margin-left: 1.2rem;
}

    .headernew .menu > ul > li > a {
        position: relative;
        font-family: 'Montserrat', sans-serif;
        /* FIX: explicit px, not rem — avoids BS5 base font scaling */
        font-size: 13px;
        font-weight: 600;
        line-height: 1.25;
        border: none;
        outline: none;
        color: #fff !important;
        text-transform: uppercase;
        text-rendering: optimizeLegibility;
        transition: color 0.3s ease-in-out;
        margin-left: 2px;
        text-decoration: none;
    }

    /* FIX: mega menu — was full-screen wide in BS5
       Constrain using left offset relative to the wrapper */
    .headernew .menu > ul > li .menu-subs {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: 1100px;
        height: auto;
        margin-top: 0;
        padding: 1rem 2rem;
        border: none;
        outline: none;
        z-index: 100500;
        opacity: 0;
        visibility: hidden;
        border-radius: 0.25rem;
        background-image: linear-gradient(to top, #f2dea7 0%, #f5eed4 30%, #FFFFFF 100%);
        border: .5px solid #007a74;
        box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
        transition: all 0.5s ease-in-out;
    }

        .headernew .menu > ul > li .menu-subs > ul > li {
            line-height: 1;
        }

            .headernew .menu > ul > li .menu-subs > ul > li > a {
                display: inline-block;
                font-family: 'Montserrat', sans-serif;
                /* FIX: explicit px */
                font-size: 13px;
                font-weight: 600;
                line-height: 1.25;
                padding: 0.5rem 0;
                border: none;
                outline: none;
                text-transform: capitalize;
                text-rendering: optimizeLegibility;
                transition: all 0.3s ease-in-out;
                color: #121212;
            }

    .headernew .menu > ul > li .menu-column-1 {
        min-width: 16rem;
        max-width: 20rem;
    }

    /* FIX: menu-mega was the source of full-screen issue —
       override the mega-specific positioning to use fixed+centered */
    .headernew .menu > ul > li .menu-subs.menu-mega {
        left: 50%;
        transform: translateX(-50%);
    }

        .headernew .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
            display: block;
            line-height: 1.8rem;
        }

            /* Sub-sub menu links */
            .headernew .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
                color: #000 !important;
                /* FIX: explicit px */
                font-size: 12px;
                font-family: 'Montserrat', sans-serif;
                font-weight: 600;
                text-decoration: none;
                transition: all 0.3s ease-in-out;
            }

                .headernew .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover {
                    color: #ffffff !important;
                    background-color: #007a74;
                    padding: 1px;
                    border-radius: 3px;
                }

    .headernew .menu > ul > li .menu-subs.menu-column-4 {
        display: flex;
        flex-wrap: wrap;
        /* FIX: was max-width:80rem which = 1280px in BS5's 16px base
                now explicit px to match BS3 appearance */
        max-width: 800px;
        width: 100%;
        padding: 1rem;
    }

        .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item {
            flex: 0 0 25%;
            padding: 0 0.75rem;
        }

            /* Category heading (sub-menu title) */
            .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
                line-height: 1.4rem;
                border: none;
                outline: none;
                color: #000;
                /* FIX: explicit px */
                font-size: 13px;
                font-family: 'Montserrat', sans-serif;
                font-weight: 600;
                display: block;
                margin-bottom: 4px;
            }

                .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item .title:hover {
                    color: #fff;
                    background-color: #007a74;
                    font-size: 13px;
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 600;
                    border-radius: 3px;
                }

            .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
                text-align: center;
            }

            .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
                max-width: 100%;
                width: 100%;
                height: auto;
                margin-top: 0.5rem;
                object-fit: cover;
                vertical-align: middle;
            }

    .headernew .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
    .headernew .menu > ul > li .menu-subs > ul > li > a:hover {
        color: red;
    }

    .headernew-item-right a:hover,
    .headernew .menu > ul > li:hover > a {
        color: #fff;
        margin-left: 2px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }

/* Desktop hover: show mega menu */
@media only screen and (min-width: 993px) {
    .headernew .menu > ul > li.menu-item-has-children:hover .menu-subs {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
    }

    .menu-item-has-children.borw {
        color: white !important;
        margin-left: 2px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }



    .arrow {
        height: 100%;
        width: 10px;
        text-align: center;
        display: inline-block;
        color: #fff;
        transition: all 0.3s ease;
    }
}

/* Hide mobile-only elements on desktop */
.menu-mobile-header,
.menu-mobile-trigger {
    display: none;
}

/* ── Mobile nav (<=992px) ── */
@media only screen and (max-width: 992px) {
    .borw {
        color: black !important;
        margin-left: 2px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }


    .arrow {
        height: 100%;
        width: 10px;
        text-align: center;
        display: inline-block;
        color: #000 !important;
        transition: all 0.3s ease;
    }

    .headernew-item-center {
        flex: 0 0 100%;
        order: 3;
    }

    .headernew-item-left,
    .headernew-item-right {
        flex: 0 0 auto;
    }

    .wrapper {
        justify-content: space-between;
    }
    /* Mobile hamburger trigger */
    .headernew .menu-mobile-trigger {
        position: relative;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
        background: none;
        transform: rotate(0deg);
        transition: 0.35s ease-in-out;
    }

        .headernew .menu-mobile-trigger span {
            display: block;
            position: absolute;
            width: 100%;
            height: 2px;
            left: 0;
            border: none;
            outline: none;
            opacity: 1;
            border-radius: 0.25rem;
            background: #121212;
            transform: rotate(0deg);
            transition: 0.25s ease-in-out;
        }

            .headernew .menu-mobile-trigger span:nth-child(1) {
                top: 0;
            }

            .headernew .menu-mobile-trigger span:nth-child(2),
            .headernew .menu-mobile-trigger span:nth-child(3) {
                top: 0.5rem;
            }

            .headernew .menu-mobile-trigger span:nth-child(4) {
                top: 1rem;
            }

    .headernew-item-right {
        align-items: center;
    }
    /* Slide-in mobile menu panel */
    .headernew .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 20rem;
        height: 100%;
        z-index: 100099;
        overflow: hidden;
        background-image: linear-gradient(to top, #f2dea7 0%, #f5eed4 30%, #FFFFFF 100%);
        border: .5px solid #007a74;
        transform: translate(-100%);
        transition: all 0.5s ease-in-out;
    }

        .headernew .menu.active {
            transform: translate(0%);
        }

        .headernew .menu > ul > li {
            display: block;
            line-height: 1;
            margin: 0;
        }

            .headernew .menu > ul > li > a {
                display: block;
                line-height: 3rem;
                height: 3rem;
                border-bottom: 1px solid rgba(0,0,0,.1);
                font-size: 13px !important;
                font-weight: 600 !important;
                color: #000 !important;
                margin-left: 2px;
                text-decoration: none;
                text-transform: uppercase;
                font-family: 'Montserrat', sans-serif;
            }

                .headernew .menu > ul > li > a i.ion {
                    position: absolute;
                    font-size: 1.25rem;
                    line-height: 3rem;
                    top: 0;
                    right: 0;
                    width: 3rem;
                    height: 3rem;
                    text-align: center;
                    transform: rotate(-90deg);
                }
        /* Mobile menu header bar */
        .headernew .menu .menu-mobile-header {
            position: sticky;
            display: flex;
            align-items: center;
            justify-content: space-between;
            top: 0;
            height: 3rem;
            z-index: 100501;
            background: #fbf9ec;
            border-bottom: .5px solid rgb(0 0 0 / .1);
        }

            .headernew .menu .menu-mobile-header .menu-mobile-arrow {
                display: none;
                font-size: 1.1rem;
                line-height: 3rem;
                width: 3rem;
                height: 3rem;
                cursor: pointer;
                color: #000;
                text-align: center;
                border: none;
                outline: none;
                background: none;
                text-decoration: none;
            }

            .headernew .menu .menu-mobile-header.active .menu-mobile-arrow {
                display: block;
            }

            .headernew .menu .menu-mobile-header .menu-mobile-title {
                font-family: inherit;
                font-size: 1.1rem;
                font-weight: 600;
                line-height: inherit;
                color: #000;
                text-transform: capitalize;
                text-rendering: optimizeLegibility;
            }

            .headernew .menu .menu-mobile-header .menu-mobile-close {
                font-size: 1.5rem;
                line-height: 3rem;
                cursor: pointer;
                width: 3rem;
                height: 3rem;
                color: #000;
                text-align: center;
                border: none;
                outline: none;
                background: none;
                text-decoration: none;
            }

        .headernew .menu .menu-section {
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            padding-left: 5px;
        }
        /* FIX: mobile sub-menu — use absolute within the fixed panel,
           not fixed (which would go full screen in BS5) */
        .headernew .menu > ul > li .menu-subs {
            position: absolute;
            display: none;
            top: 0;
            left: 0;
            max-width: none;
            min-width: auto;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 1rem;
            padding-top: 3.5rem;
            opacity: 1;
            overflow-y: auto;
            visibility: visible;
            transform: translateX(0%);
            box-shadow: none;
            /* FIX: override the fixed positioning used on desktop */
            position: absolute !important;
            left: 0 !important;
            transform: none !important;
        }

            .headernew .menu > ul > li .menu-subs.menu-mega {
                position: absolute !important;
                display: none;
                top: 0;
                left: 0 !important;
                max-width: none;
                min-width: auto;
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 1rem;
                padding-top: 3.5rem;
                opacity: 1;
                overflow-y: auto;
                visibility: visible;
                transform: none !important;
                box-shadow: none;
            }

            .headernew .menu > ul > li .menu-subs.active {
                display: block;
            }

            .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item {
                flex: 0 0 100%;
                padding: 0;
            }

                .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
                    margin-top: 0;
                }

                .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
                    margin-bottom: 1rem;
                }

                .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
                    margin-bottom: 0;
                }

            .headernew .menu > ul > li .menu-subs > ul > li > a {
                display: block;
            }

            .headernew .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
                margin-bottom: 1rem;
            }

                .headernew .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
                    display: block;
                }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100098;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.55);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .overlay.active {
            opacity: 1;
            visibility: visible;
        }
}

/* ── headernew flex item layout ── */
.headernew .header-item-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center !important;
}

.headernew .header-item-right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center !important;
}

@media (max-width: 992px) {
    .headernew .header-item-left {
        flex: 1;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start !important;
    }

    .headernew .header-item-right {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end !important;
    }
}

/* ── Slide animations ── */
@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

/* ── Search / typeahead ── */
.typeahead__container {
}

    .typeahead__field input,
    .typeahead__container .typeahead__field textarea {
        font-size: 13px;
    }


/* ── for POS second bar ── */
.navigation1 .navigation__column1 {
    width: 100%
}

    .navigation1 .navigation__column1.left, .navigation1 .navigation__column1.right {
        width: 30%
    }

    .navigation1 .navigation__column1.center {
        width: 40%
    }
.navigation1 .container-fluid {
    display: flex;
    align-items: center;
}

.circle-icon {
    background: #011e22;
    padding: 7px;
    border-radius: 50%;
}

.ps-userlet c {
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 15px;
    font-weight: 700;
    color: #7cfc00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: .4s;
}


.ps-userlet {
    display: inline-block;
    top: 5px;
    width: 30px;
    height: 30px;
    position: relative;
    background-color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s
}

.ps-userlet1 {
    display: inline-block;
    top: 5px;
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900; /* Solid weight */
    font-display: block;
    src: url("/plugins/font-awesome6/webfonts/fa-solid-900.woff2") format("woff2"), url("/plugins/font-awesome6/webfonts/fa-solid-900.woff") format("woff"), url("/plugins/font-awesome6/webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400; /* Regular weight */
    font-display: block;
    src: url("/plugins/font-awesome6/webfonts/fa-regular-400.woff2") format("woff2"), url("/plugins/font-awesome6/webfonts/fa-regular-400.woff") format("woff"), url("/plugins/font-awesome6/webfonts/fa-regular-400.ttf") format("truetype");
}


/* ─── Base icon rules ─────────────────────────────────────────────────────── */

.fa,
.fas,
.far,
.fa-solid,
.fa-regular {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

/* Solid (fas / fa-solid)  →  weight 900 */
.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* Regular (far / fa-regular)  →  weight 400 */
.fa-regular,
.far {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}

/* Legacy  .fa  prefix — maps to Solid in FA6 Free */
.fa {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}


    /* ─── Icon pseudo-elements ────────────────────────────────────────────────── */

    .fa-solid::before,
    .fa-regular::before,
    .fas::before,
    .far::before,
    .fa::before {
        display: inline-block;
    }


/* ════════════════════════════════════════════════════════════════════════════
   SOLID ICONS  (58 icons)
   ════════════════════════════════════════════════════════════════════════════ */


/* fa fa-user  /  fa fa-user-circle  (both map to same glyph in FA6 Free) */
.fa-user::before {
    content: "\f007";
}

/* fa-solid fa-truck-fast */
.fa-truck-fast::before {
    content: "\f48b";
}

/* fas fa-bars  /  fa-solid fa-bars */
.fa-bars::before {
    content: "\f0c9";
}

/* fa-solid fa-arrow-left */
.fa-arrow-left::before {
    content: "\f060";
}

/* fa fa-times */
.fa-times::before {
    content: "\f00d";
}

/* fa fa-angle-down */
.fa-angle-down::before {
    content: "\f107";
}

/* fa fa-search */
.fa-search::before {
    content: "\f002";
}


@font-face {
    font-family: 'ps-icon';
    src: url('/plugins/ps-icon/fonts/ps-icon.eot');
    src: url('/plugins/ps-icon/fonts/ps-icon.eot') format('embedded-opentype'), url('/plugins/ps-icon/fonts/ps-icon.ttf') format('truetype'), url('/plugins/ps-icon/fonts/ps-icon.woff') format('woff'), url('/plugins/ps-icon/fonts/ps-icon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ps-icon-"], [class*=" ps-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ps-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ps-icon-money:before {
    content: "\e909";
}

.ps-icon-share:before {
    content: "\e90a";
}

.ps-icon-customer-service:before {
    content: "\e90b";
}

.ps-icon-delivery:before {
    content: "\e900";
}

.ps-icon-arrow-left:before {
    content: "\e901";
}

.ps-icon-arrow-right:before {
    content: "\e902";
}

.ps-icon-back:before {
    content: "\e903";
}

.ps-icon-heart:before {
    content: "\e904";
}

.ps-icon-search:before {
    content: "\e905";
}

.ps-icon-envelope:before {
    content: "\e906";
}

.ps-icon-next:before {
    content: "\e907";
}

.ps-icon-shopping-cart:before {
    content: "\e908";
}
