        .admin-quick-bar {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 10050;
            background: #111111;
            color: #ffffff;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            padding: 6px 14px;
        }

        header {
            position: fixed !important;
            top: calc(var(--admin-quick-bar-height, 0px) + var(--fed-contact-bar-height, 0px)) !important;
            left: 0 !important;
            right: 0 !important;
            width: 100% !important;
            z-index: 2000 !important;
            background: #ffffff;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        }

        body {
            padding-top: calc(var(--header-height, 0px) + var(--admin-quick-bar-height, 0px) + var(--fed-contact-bar-height, 0px)) !important;
        }

        .admin-quick-bar__inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            flex-wrap: wrap;
        }

        .admin-quick-bar__left,
        .admin-quick-bar__right {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .admin-quick-bar__text-link {
            font-size: 12px;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            opacity: 0.92;
            color: inherit;
            text-decoration: none;
        }

        .admin-quick-bar__text-link:hover {
            opacity: 1;
            text-decoration: underline;
        }

        .admin-quick-bar__circle {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #111111 !important;
            background: #9dff00;
            border: 1px solid #ffffff;
            text-decoration: none;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            font-size: 13px;
        }

        .admin-quick-bar__circle:hover {
            transform: translateY(-1px);
            box-shadow: 0 4px 10px rgba(157, 255, 0, 0.35);
        }

        /* Bootstrap Notify: prevent transparent background */
        div[data-notify="container"].alert {
            opacity: 1 !important;
            background-image: none !important;
            backdrop-filter: none !important;
        }

        div[data-notify="container"].alert-success {
            background-color: #d1e7dd !important;
            border-color: #badbcc !important;
            color: #0f5132 !important;
        }

        div[data-notify="container"].alert-danger {
            background-color: #f8d7da !important;
            border-color: #f5c2c7 !important;
            color: #842029 !important;
        }

        /* Bootstrap Notify dismiss button (Bootstrap 5 doesn't style .close) */
        div[data-notify="container"] button[data-notify="dismiss"].close {
            width: 28px;
            height: 28px;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.45);
            background: rgba(0, 0, 0, 0.25);
            color: inherit;
            opacity: 0.9;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
            font-size: 18px;
            font-weight: 700;
            cursor: pointer;
            padding: 0;
        }

        div[data-notify="container"] button[data-notify="dismiss"].close:hover {
            opacity: 1;
            background: rgba(0, 0, 0, 0.35);
        }

        body {
            line-height: 1.5;
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
            overflow-x: hidden;
        }

        * {
            margin: 0;
            box-sizing: border-box;
        }

        :before,
        :after {
            box-sizing: border-box;
        }

        .container {
            max-width: 1200px;
            margin: auto;
        }

        .mobile-menu-close,
        .go-back {
            display: none !important;
        }

        .header_megabar .row {
            display: flex;
            flex-wrap: wrap;
        }

        .v-center {
            align-items: center;
        }

        .fed-search-wrapper select,
        .fed-search-wrapper input {
            height: 100%;
        }

        .serch-result {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 999;
            background: #fff;
            width: 100%;
            padding: 15px 15px 7px;
            border: 1px solid #e0e0e0;
            border-top: 0;
        }

        ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        a {
            text-decoration: none;
        }

        /* header */
        .header_megabar {
            display: block;
            width: 100%;
            position: relative;
            z-index: 99;
            padding: 15px;
            background-color: #000;
            color: #fff;
        }

        .header_megabar .item-left {
            flex: 0 0 17%;
        }

        .header_megabar .logo a {
            font-size: 30px;
            color: #000000;
            font-weight: 700;
            text-decoration: none;
        }

        .header_megabar .item-center {
            flex: 0 0 95%;
        }

        .header_megabar .item-right {
            flex: 0 0 5%;
            display: flex;
            justify-content: flex-end;
        }

        .header_megabar .item-right a {
            text-decoration: none;
            font-size: 16px;
            color: #555555;
            display: inline-block;
            margin-left: 10px;
            transition: color 0.3s ease;
        }

        .header_megabar .menu>ul>li {
            display: inline-block;
            line-height: 50px;
            margin-left: 50px;
        }

        /*.header_megabar .menu>ul>li>a {*/
        /*    font-size: 16px;*/
        /*    font-weight: 500;*/
        /*    color: #fff;*/
        /*    position: relative;*/
        /*    text-transform: uppercase;*/
        /*    transition: color 0.3s ease;*/
        /*}*/

        .header_megabar .menu>ul>li>a {
            font-size: 16px;
            font-weight: 500;
            font-family: 'Jost', sans-serif;
            font-style: normal;
            color: #fff;
            position: relative;
            text-transform: uppercase;
            transition: color 0.3s ease;
        }


        .header_megabar .menu>ul>li .sub-menu {
            position: absolute;
            z-index: 500;
            background-color: #ffffff;
            box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
            padding: 20px 30px;
            transition: all 0.5s ease;
            margin-top: 25px;
            opacity: 0;
            visibility: hidden;
        }

        @media(min-width: 1150px) {
            .header_main_dollar ul {
                padding: 12px 0;
            }
        }

        @media(min-width: 1024px) {
            .header_main_dollar ul {
                gap: 5px;
                padding: 15px 0;
            }

            .header_main {
                gap: 0;
            }

            .header_main_dollar ul li {
                font-size: 15px;
            }

            .fed-logo a img {
                height: 150px;
            }

            .header_main_search_select.foodservice_pad_lr {
                padding-top: 0 !important;
                padding-bottom: 0 !important;
            }
        }

        @media(min-width: 992px) {
            .header_megabar .menu>ul>li.menu-item-has-children:hover .sub-menu {
                margin-top: 0;
                visibility: visible;
                opacity: 1;
            }
        }

        .header_megabar .menu>ul>li .sub-menu>ul>li {
            line-height: 1;
        }

        .header_megabar .menu>ul>li .sub-menu>ul>li>a {
            display: inline-block;
            padding: 10px 0;
            font-size: 15px;
            color: #555555;
            transition: color 0.3s ease;
            text-decoration: none;
            text-transform: capitalize;
        }

        .header_megabar .menu>ul>li .single-column-menu {
            min-width: 280px;
            max-width: 350px;
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu .list-item>ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu .list-item>ul>li {
            line-height: 1.2;
            display: block;
            margin: 0;
            padding: 0;
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu .list-item>ul>li>a {
            padding: 4px 0 !important;
            display: block;
            font-size: 15px;
            line-height: 1.3;
            color: #555555;
            transition: color 0.3s ease;
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu {
            left: 50%;
            transform: translateX(-50%);
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-4 {
            max-width: 100%;
            width: 90%;
            display: flex;
            flex-wrap: wrap;
            padding: 20px 15px;
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
            flex: 0 0 16%;
            padding: 0 10px;
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
            font-size: 16px;
            color: #377dff;
            font-weight: 500;
            line-height: 1;
            padding: 10px 0;
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
            text-align: center;
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
            max-width: 100%;
            width: 100%;
            vertical-align: middle;
            margin-top: 10px;
            height: 300px;
            object-fit: cover;
            margin-bottom: 10px;
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-6,
        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-7,
        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-8 {
            max-width: 100%;
            width: 95%;
            display: flex;
            flex-wrap: nowrap;
            padding: 20px 15px;
            align-items: flex-start;
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-6 > .mega-menu-column,
        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-7 > .mega-menu-column,
        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-8 > .mega-menu-column {
            flex: 1 1 0;
            min-width: 0;
            padding: 0 6px;
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-6 > .mega-menu-column > .list-item,
        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-7 > .mega-menu-column > .list-item,
        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-8 > .mega-menu-column > .list-item {
            padding: 0 0 18px;
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-6 > .mega-menu-column > .list-item:last-child,
        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-7 > .mega-menu-column > .list-item:last-child,
        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-8 > .mega-menu-column > .list-item:last-child {
            padding-bottom: 0;
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-6 > .mega-menu-column > .list-item .title,
        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-7 > .mega-menu-column > .list-item .title,
        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-8 > .mega-menu-column > .list-item .title {
            font-size: 16px;
            color: #377dff;
            font-weight: 500;
            line-height: 1;
            padding: 10px 0;
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-6 > .mega-menu-column > .list-item img,
        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-7 > .mega-menu-column > .list-item img,
        .header_megabar .menu>ul>li .sub-menu.mega-menu-column-8 > .mega-menu-column > .list-item img {
            max-width: 100%;
            width: 100%;
            height: 130px;
            object-fit: contain;
            margin: 8px 0 10px;
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu .list-item>ul>li>a:hover,
        .header_megabar .menu>ul>li .sub-menu>ul>li>a:hover,
        .header_megabar .item-right a:hover,
        .header_megabar .menu>ul>li:hover>a {
            color: #ea4636;
        }

        /* banner section */
        .banner-section {
            background-size: cover;
            background-position: center;
            height: 700px;
            width: 100%;
            display: block;
        }

        .mobile-menu-head,
        .mobile-menu-trigger {
            display: none;
        }

        h4.title {
            color: #000 !important;
            padding: 0 !important;
            margin: 0;
            font-weight: 600 !important;
            padding-bottom: 10px !important;
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu .list-item h4.title,
        .header_megabar .menu>ul>li .sub-menu.mega-menu .list-item h4.title a {
            color: #377dff !important;
        }

        .list-item ul li a {
            padding: 0 !important;
            padding-bottom: 5px !important;
            color: #000 !important;
            text-decoration: none !important;
        }

        .list-item ul li a:hover {
            text-decoration: none !important;
        }

        .header_megabar .menu>ul>li .sub-menu.mega-menu .list-item h4.title a {
            text-decoration: none !important;
        }

        .header_megabar .menu>ul>li {
            margin-left: 0;
            padding: 0;
        }

        ul.menu-main {
            display: flex;
            gap: 50px;
            padding: 0px 0;
        }

        .foodservice_pad_lr {
            padding: 0 80px !important;
        }


        .footer-container {
            padding-top: 56px !important;
            padding-bottom: 0 !important;
        }

        footer {
            background: #000;
            color: #fff;
            overflow: hidden;
        }

        footer .footer-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-start;
            gap: 28px 24px;
        }

        footer .footer-column {
            flex: 1 1 180px;
            min-width: 0;
        }

        footer .footer-column h4 {
            margin: 0 0 16px;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
        }

        footer .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }

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

        footer .footer-links a {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #fff;
            font-size: 14px;
            text-decoration: none;
        }

        footer .footer-links a:hover {
            color: #ea4636;
        }

        #fed_ship_services_section {
            position: relative;
            z-index: 2;
            margin-bottom: -72px;
        }

        #fed_ship_services_section .ship_card_sec {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
        }

        #fed_ship_services_section .ship_card1 {
            display: flex;
            align-items: center;
            gap: 16px;
            min-height: 110px;
            padding: 20px 22px;
            border: 1px solid #e5e5e5;
            border-radius: 10px;
            background: #fff;
            color: #111;
            text-decoration: none;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        }

        #fed_ship_services_section .ship_card1.card2_bg {
            background: #5094d6;
            border-color: #5094d6;
            color: #fff;
        }

        #fed_ship_services_section .ship_card1_fig {
            flex: 0 0 52px;
            width: 52px;
            height: 52px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #fed_ship_services_section .ship_card1_fig img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        #fed_ship_services_section .ship_card1_content h2 {
            margin: 0 0 6px;
            font-size: 18px;
            font-weight: 800;
            text-transform: uppercase;
        }

        #fed_ship_services_section .ship_card1_content span {
            display: block;
            font-size: 13px;
            line-height: 1.4;
        }

        .footer-bottom {
            flex: 0 0 100%;
            width: 100%;
            margin: 28px 0 0 !important;
            padding-top: 16px !important;
            padding-bottom: 16px !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            border-top: 1px solid rgba(255, 255, 255, 0.14);
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .footer-bottom p {
            margin: 0;
            width: 100%;
            color: #fff;
            font-size: 14px;
        }





        /*--------new-css------*/

        .header_main_dollar {
            background-color: #f2f2f2;
            /* light gray background */
            padding: 15px 20px;
        }

        .header_main_dollar.foodservice_pad_lr {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            border-bottom: 1px solid #000;
        }


        .contact-info-sec {
            gap: 40px !important;
            padding: 15px 0;
            position: relative;
            font-size: 15px;
            font-weight: 700;
            color: #000;
        }

        .contact-info-sec li a {
            font-size: 18px;
            font-weight: 700;
            color: #000;
            text-decoration: none;
        }

        .header_main_dollar ul li {
            font-size: 13px;
            font-weight: 500;
        }

        .contact-info-sec img {
            width: 20px;
        }

        .header_main_dollar ul li {
            position: relative;
            /* Needed to position :before absolutely */
        }

        .header_main_dollar ul li:not(:last-child):before {
            position: absolute;
            content: '';
            border-left: 1px solid #bfbfbf;
            height: 28px;
            right: -20px;
            top: 50%;
            transform: translateY(-50%);
        }





        /*responsive*/
        @media(max-width: 1440px) {
            ul.menu-main {
                display: flex !important;
                gap: 30px;
                padding: 20px 0;
            }

            .header_megabar .item-right {
                flex: 0 0 3%;
            }

            .header_megabar .item-center {
                flex: 0 0 97%;
            }

            .foodservice_pad_lr {
                padding: 0 40px !important;
            }
        }

        @media(max-width: 1367px) {

            ul.menu-main {
                gap: 18px;
            }
        }


        @media(max-width: 1280px) {
            .header_megabar .menu>ul>li>a {
                font-size: 15px;
                font-weight: 500;
                color: #fff;
                position: relative;
                text-transform: uppercase;
                transition: color 0.3s ease;
            }

            ul.menu-main {
                display: grid;
                gap: 0px;
                padding: 20px 0;
            }

            .header_megabar .item-center {
                order: 3;
                flex: 0 0 100%;
            }

            .header_megabar .item-left,
            .header_megabar .item-right {
                flex: 0 0 auto;
            }

            .v-center {
                justify-content: flex-end;
            }

            .header_megabar .mobile-menu-trigger {
                display: flex;
                height: 30px;
                width: 30px;
                margin-left: 15px;
                cursor: pointer;
                align-items: center;
                justify-content: center;
            }

            .header_megabar .mobile-menu-trigger span {
                display: block;
                height: 2px;
                background-color: #fff;
                width: 24px;
                position: relative;
            }

            .header_megabar .mobile-menu-trigger span:before,
            .header_megabar .mobile-menu-trigger span:after {
                content: '';
                position: absolute;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #fff;
            }

            .header_megabar .menu>ul>li>a {
                color: #000000;
            }

            .header_megabar .mobile-menu-trigger span:before {
                top: -6px;
            }

            .header_megabar .mobile-menu-trigger span:after {
                top: 6px;
            }

            .header_megabar .item-right {
                align-items: center;
                padding: 18px 0;
            }

            .header_megabar .menu {
                position: fixed;
                width: 320px;
                background-color: #ffffff;
                left: 0;
                top: 0;
                height: 100%;
                overflow: hidden;
                transform: translate(-100%);
                transition: all 0.5s ease;
                z-index: 1099;
            }

            .header_megabar .menu.active {
                transform: translate(0%);
            }

            .header_megabar .menu>ul>li {
                line-height: 1;
                margin: 0;
                display: block;
            }

            .header_megabar .menu>ul>li>a {
                line-height: 50px;
                height: 50px;
                padding: 0 50px 0 15px;
                display: block;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            }

            .header_megabar .menu>ul>li>a i {
                position: absolute;
                height: 50px;
                width: 50px;
                top: 0;
                right: 0;
                text-align: center;
                line-height: 50px;
                transform: rotate(-90deg);
            }

            .header_megabar .menu .mobile-menu-head {
                display: flex;
                height: 50px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                justify-content: space-between;
                align-items: center;
                position: relative;
                z-index: 501;
                position: sticky;
                background-color: #ffffff;
                top: 0;
            }

            .header_megabar .menu .mobile-menu-head .go-back {
                height: 50px;
                width: 50px;
                border-right: 1px solid rgba(0, 0, 0, 0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000000;
                font-size: 16px;
                display: none;
            }

            .header_megabar .menu .mobile-menu-head.active .go-back {
                display: block;
            }

            .header_megabar .menu .mobile-menu-head .current-menu-title {
                font-size: 15px;
                font-weight: 500;
                color: #000000;
            }

            .header_megabar .menu .mobile-menu-head .mobile-menu-close {
                height: 50px;
                width: 50px;
                border-left: 1px solid rgba(0, 0, 0, 0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000000;
                font-size: 25px;
            }

            .header_megabar .menu .menu-main {
                /*height: 100%;*/
                overflow-x: hidden;
                overflow-y: auto;
            }



            .header_megabar .menu>ul>li .sub-menu.mega-menu,
            .header_megabar .menu>ul>li .sub-menu {
                visibility: visible;
                opacity: 1;
                position: absolute;
                box-shadow: none;
                margin: 0;
                padding: 15px;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                padding-top: 65px;
                max-width: none;
                min-width: auto;
                display: none;
                transform: translateX(0%);
                overflow-y: auto;
            }

            .header_megabar .menu>ul>li .sub-menu.active {
                display: block;
            }

            @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%);
                }
            }

            .header_megabar .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
                margin-top: 0;
            }

            .header_megabar .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
                margin-bottom: 20px;
            }

            .header_megabar .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
                margin-bottom: 0px;
            }

            .header_megabar .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
                flex: 0 0 100%;
                padding: 0px;
            }

            .header_megabar .menu>ul>li .sub-menu.mega-menu-column-6,
            .header_megabar .menu>ul>li .sub-menu.mega-menu-column-7,
            .header_megabar .menu>ul>li .sub-menu.mega-menu-column-8 {
                flex-wrap: wrap;
                width: 100%;
            }

            .header_megabar .menu>ul>li .sub-menu.mega-menu-column-6 > .mega-menu-column,
            .header_megabar .menu>ul>li .sub-menu.mega-menu-column-7 > .mega-menu-column,
            .header_megabar .menu>ul>li .sub-menu.mega-menu-column-8 > .mega-menu-column {
                flex: 0 0 100%;
                padding: 0;
            }

            .header_megabar .menu>ul>li .sub-menu.mega-menu-column-6 > .mega-menu-column > .list-item img,
            .header_megabar .menu>ul>li .sub-menu.mega-menu-column-7 > .mega-menu-column > .list-item img,
            .header_megabar .menu>ul>li .sub-menu.mega-menu-column-8 > .mega-menu-column > .list-item img {
                max-height: none;
            }

            .header_megabar .menu>ul>li .sub-menu.mega-menu .list-item>ul>li>a {
                display: block;
            }

            .header_megabar .menu>ul>li .sub-menu.mega-menu .list-item>ul {
                margin-bottom: 15px;
            }

            .menu-overlay {
                position: fixed;
                background-color: rgba(0, 0, 0, 0.5);
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                z-index: 1098;
                visibility: hidden;
                opacity: 0;
                transition: all 0.5s ease;
            }

            .menu-overlay.active {
                visibility: visible;
                opacity: 1;
            }

            ul.menu-main {
                display: grid !important;
                gap: 0px;
                padding: 20px 0;
            }


            .contact-info-sec {
                gap: 32px !important;
            }
        }

        @media(max-width: 991px) {
            .header_main_dollar ul {
                gap: 0;
                padding: 15px 0;
            }

            .fed-header {
                padding-bottom: 0;
            }

            .header_main_dollar ul li {
                font-size: 15px;
            }

            .contact-info-sec li a {
                font-size: 15px;
            }
        }

        @media only screen and (max-width: 767px) {
            .fed-header {
                display: flex !important;
                grid-template-columns: unset;
                gap: 0;
                flex-direction: row;
                flex-wrap: wrap;
            }

            .header_main_search_select.foodservice_pad_lr {
                padding-top: 15px !important;
                padding-bottom: 15px !important;
            }

            .foodservice_pad_lr {
                padding: 0 20px !important;
            }

            .header_main_dollar.foodservice_pad_lr {
                padding: 10px 0 !important;
                display: none;
            }

            .header_main {
                gap: 0;
            }

            .fed-search-wrapper {
                width: 72%;
                height: 50px;
            }

            .fed-logo a img {
                height: 60px;
            }

            .footer-container.foodservice_pad_lr {
                flex-direction: column;
            }

            .mobile-menu-close,
            .go-back {
                display: block !important;
            }
        }

        .list-item img {
            width: 50px !important;
            height: 50px !important;
        }


        .alert-danger {
            z-index: 999999999 !important;
        }

        .alert-success {
            z-index: 999999999 !important;
        }


        /*Niraj*/

        .contact-info-sec li b {
            font-weight: 600;
            font-size: 16px !important;
        }

        .contact-info-sec li a {
            font-weight: 600;
            font-size: 16px !important;
        }

        .login-register {
            display: none;
        }

        .fed-home-notice {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 10000;
            box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
        }

        /* foodservice_pad_lr uses padding: 0 80px !important — override vertical padding for notice bar */
        .fed-home-notice .fed-home-notice__inner.foodservice_pad_lr {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px 20px;
            max-width: 100%;
            padding-top: 10px !important;
            padding-bottom: 10px !important;
        }

        .fed-home-notice__content {
            flex: 1 1 auto;
            min-width: 0;
            text-align: center;
        }

        .fed-home-notice__link {
            display: block;
            color: inherit;
            text-decoration: none;
        }

        .fed-home-notice__link:hover {
            color: inherit;
            text-decoration: none;
            opacity: 0.92;
        }

        .fed-home-notice__text {
            display: block;
            margin: 0;
            color: #ffffff;
            font-size: 15px;
            line-height: 1.5;
            font-weight: 500;
        }

        .fed-home-notice__dismiss {
            flex: 0 0 auto;
            margin: 0;
            padding: 4px 0;
            border: none;
            background: transparent;
            color: #000000;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.4;
            cursor: pointer;
            text-decoration: underline;
            white-space: nowrap;
        }

        .fed-home-notice__dismiss:hover {
            color: #000000;
            opacity: 0.85;
        }

        @media (max-width: 576px) {
            .fed-home-notice .fed-home-notice__inner.foodservice_pad_lr {
                flex-wrap: wrap;
                padding-top: 10px !important;
                padding-bottom: 10px !important;
            }

            .fed-home-notice__content {
                flex: 1 1 100%;
            }

            .fed-home-notice__dismiss {
                margin-left: auto;
            }
        }

.banner-slider .item {
    overflow: hidden;
}

.banner-slider .banner-slide-picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-slider .banner-slide-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
