        .icon-circle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #f5f5f5;
            color: #212529;
            text-decoration: none;
            transition: all 0.3s ease;
            position: relative;
        }

        .icon-circle:hover {
            background-color: #e0e0e0;
        }

        .cart-badge {
            position: absolute;
            top: -5px;
            right: -5px;
            background: red;
            color: white;
            border-radius: 50%;
            font-size: 10px;
            padding: 2px 5px;
        }

        .navbar-nav .nav-link {
            font-weight: 500;
            /* color: #0d1b2a !important; */
        }


        .hero-content h1 {
            font-weight: 700;
            font-size: 3rem;
        }

        .hero-content p {
            font-size: 1rem;
            max-width: 400px;
        }

        .hero-wave {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
        }

        .hero-img {
            max-width: 100%;
            animation: float 3s ease-in-out infinite;
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-10px);
            }
        }

        .hero-custom {
            background-color: #2bbb84;
            color: white;
            position: relative;
            overflow: hidden;
            min-height: 60vh;
            /* increase height to 90% of viewport height */
        }

        /* Scrollable Category */
        .scroll-container {
            overflow-x: auto;
            white-space: nowrap;
            scroll-behavior: smooth;
            cursor: grab;
        }

        .scrolling-wrapper {
            display: inline-flex;
        }

        .category-card {
            flex: 0 0 auto;
            width: 160px;
            text-align: center;
            border: 1px solid #eee;
            border-radius: 5px;
            padding: 10px;
            background: #fff;
            margin-right: 1rem;
            user-select: none;
            /* drag ke liye important */
        }

        .category-card img {
            height: 80px;
            object-fit: contain;
            margin-bottom: 8px;
        }

        .scroll-container::-webkit-scrollbar {
            display: none;
        }

        /* Catalog */
        @media (max-width:992px) {

            .ordering_section_child_left_child1_navbar {
                width: 75%;
                height: 100vh;
                position: fixed;
                top: 0;
                right: 0;
                background-color: #2bbb84;
                overflow: auto;
                padding: 0 1rem 0 1rem;
                z-index: 2;
            }

            .toggle_cut_bar {
                font-size: 28px !important;
            }

        }

        @media (max-width:992px) {

            .ordering_section_child_left_child1_navbar {
                width: 75%;
                height: 100vh;
                position: fixed;
                top: 0;
                right: 0;
                background-color: #2bbb84;
                overflow: auto;
                padding: 0 1rem 0 1rem;
            }

        }

        /* catalog z-index */
        .ordering_section_child_left_child1_navbar {
            z-index: 1055;


        }



        .ordering_section {
            padding: 8rem 0 4rem 0;
            background-color: rgb(240, 236, 236);
            min-height: 100vh;
        }


        .ordering_section_child_left_child1_title {
            color: white;
            background-color: #2bbb84;
            text-transform: uppercase;


        }



        .ordering_section_child_left_child1_title>h1 {
            font-size: 20px;
        }

        .ordering_section_child_left_child1_title>p {
            font-size: 18px;
        }

        .ordering_section_child_left {
            background-color: #2bbb84;
        }

        .ordering_section_child_left_child1_navbar>ul>li {
            color: black;
            list-style: none;
            text-transform: uppercase;
            background-color: #ffffff;
            height: auto;
            font-size: 16px;
            padding: 5px;
        }

        .ordering_section_child_left_child1_navbar>ul>li>a {
            text-decoration: none;
            color: black;


        }



        .ordering_section_child_left_child1_navbar_dish_list {
            color: white;
        }

        .dish_card {
            border-bottom: 1px dashed white;
            padding: 1rem 0 1rem 0;
        }

        .dish_card:last-child {
            border: none !important;
        }

        .dish_card_left>p:first-child {
            color: white;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 700;

        }


        .dish_card_right>button {
            background-color: #ffe96d;
            border: none;
            width: 4rem;
            height: 2rem;
        }

        .dish_card_right>p {
            font-size: 28px;
            font-weight: 700;
        }

        .ordering_section_child_left_child1_navbar_dish_list_title {
            background-color: #ffffff;
            height: auto !important;
            margin-top: 1rem;
            display: inline-block;
            color: black;



        }

        .ordering_section_child_left_child1_navbar_dish_list {
            padding-top: 1rem;
        }

        .ordering_section_child_left_child1_search_bar {
            background-color: #fdfbfb;
            padding: 0.5rem;

        }

        .ordering_section_child_left_child1_search_bar input {
            width: 15rem;
            height: 2.5rem;
            border: none;

        }

        .ordering_section_child_left_child1_search_bar h2 {
            font-size: 24px !important;
            text-transform: uppercase !important;
            font-weight: 700;
            color: white;
        }

        .ordering_section_child_right_child_top {
            background-color: #56782e;
            color: black;

        }

        .ordering_section_child_right_child_top_child {
            background-color: white;


        }

        .ordering_section_child_right_child_top button {
            width: 8rem;
            height: 2.5rem;
            background-color: #ffe96d !important;
            color: black;
            border: none;
            text-transform: none;
            font-weight: 700;
        }



        .ordering_section_child_right_child_top_child p {
            font-weight: 700;

        }



        .ordering_section_child_left_child1_title span {
            color: #ffe96d !important;
        }

        .ordering_section_child_left_child1_title>p>span {
            color: white !important;
            font-size: 18px;
        }

        .ordering_section_child_left_child1_navbar_dish_list>img {
            height: 10rem;
            object-fit: cover;
            width: 100%;
        }


        /* allergies css */

        .ordering_section_child_right_child_middle {
            background-color: black;


        }

        .ordering_section_child_right_child_middle h6 {
            color: #ffffff;
            text-transform: uppercase;
            font-size: 32px;

        }

        .ordering_section_child_right_child_middle {
            padding: 3rem 1rem !important;
        }

        .ordering_section_child_right_child_middle p {
            color: white;
        }

        .ordering_section_child_right_child_middle a {
            width: auto;
            height: auto;
            padding: 8px 1rem;
            background-color: #ffffff;
            color: black;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 17px;
            font-weight: 700;
        }

        /* loyality point css */



        .ordering_section_child_right_child_bottom {
            background-color: #2bbb84;


        }

        .ordering_section_child_right_child_bottom h6 {
            color: #ffffff;
            text-transform: uppercase;
            font-size: 32px;

        }

        .ordering_section_child_right_child_bottom {
            padding: 3rem 1rem !important;
        }

        .ordering_section_child_right_child_bottom p {
            color: white;
        }

        .ordering_section_child_right_child_bottom a {
            width: auto;
            height: auto;
            padding: 8px 1rem;
            background-color: #ffffff;
            color: black;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 17px;
            font-weight: 700;
        }

        .ordering_section_child_right_child_bottom_text_anchor {
            background: transparent !important;
            font-size: 14px !important;
            color: red !important;
        }




        /* MEDIA QUERY  */

        @media (max-width:992px) {

            .ordering_section_child_left_child1_navbar_dish_list>img {
                height: 20rem;
                object-fit: cover;
                width: 100%;
            }

            .ordering_section_child_right_child_bottom>img {
                height: 15rem;
            }

        }

        /* CONTACT US PAGE CSS  */



        .contact_us_child_right_child_bottom h6 {
            text-transform: none !important;

        }

        .contact_us_child_right_child_top p {
            text-transform: none !important;
        }


        .contact_us {
            padding: 8rem 0 6rem 0 !important;
            background-color: #f5f1f2;
            ;
            min-height: 100vh;

        }

        .contact_us_child_left_child_top {
            border: 0.5rem solid #2bbb84;
        }

        .contact_us_child_left_child_middle {
            background-color: #C6AB38;

        }



        .contact_us_child_right_child_top {
            background-color: #f5f1f2;
            color: black;
            border: 0.5rem solid #2bbb84 !important;

        }

        .contact_us_child_right_child_top>p:first-child {
            background-color: #2bbb84;
            padding: 0.5rem;
            text-align: center;
            font-size: 24px;
            color: white;
            text-transform: uppercase;

        }

        .contact_us_child_right_child_bottom {
            background-color: #f5f1f2;
            color: black !important;
            border: 0.5rem solid #2bbb84 !important;

        }

        .contact_us_child_right_child_bottom>h6 {
            background-color: #ffe96d;
            padding: 0.5rem;
            text-align: center;
            font-size: 24px;
            color: black;
            text-transform: uppercase;

        }

        .contact_us_child_right_child_bottom_child_1 {
            background-color: #2bbb84;
        }



        .contact_us_child_left_child_top ul li {
            text-transform: uppercase;
            list-style: none;
            font-size: 17px;
            font-weight: 500;
        }



        .contact_us_child_left_child_top ul>li:first-child {

            font-size: 16px;

        }

        .contact_us_child_left_child_top h2 {
            text-transform: uppercase;
        }

        .delivery_title_box {
            background-color: #2bbb84;
            color: white;
            border-radius: 5px;
            padding: 5px;
        }

        .delivery_title_box_title {
            height: 3rem;
            font-size: 1rem;
            font-weight: 700;
            text-transform: none;
        }

        .delivery_body_box {
            border: 0.5rem solid #2bbb84;
        }



        .footer_top_section {
            background-color: #ffe96d;
        }

        .quick_link {
            font-size: 20px;
            font-weight: 500;
            color: black !important;

        }

        .social_icon li>a {
            font-size: 2rem;
            color: #56782e;
            font-weight: 500 !important;
        }

        .quick_link_li>ul>li {
            padding-top: 1rem !important;
            font-size: 20px;
            font-weight: 700;
            color: #56782e;
        }


        .contact_us_child_right_child_bottom h6 {
            text-transform: none !important;

        }

        .contact_us_child_right_child_top p {
            text-transform: none !important;
        }


        /* Login Register Page CSS */

        /*  MEMBER CSS 2 css */


        @media (max-width:992px) {


            .member_body {
                padding: 9rem 0 6rem 0;
                background-color: #f5f1f2;
                color: white;
                height: auto !important;

            }


            .member_body_child_left input {
                width: 100% !important;
                height: 3rem !important;
            }

            .member_body_child_right input {
                width: 100% !important;
                height: 3rem !important;

            }



            .member_body_child_left label {
                font-size: 20px !important;
                width: 100% !important;
            }

            .member_body_child_right label {
                font-size: 20px !important;

            }

        }

        .member_body {
            padding: 9rem 0 4rem 0;
            background-color: #f5f1f2;
            color: white;
            min-height: 100vh;

        }

        .member_body_child_left {
            background-color: #2bbb84;

        }

        .member_body_child_left h1 {
            text-transform: none;
            color: white;
            font-size: 28px;
        }

        .member_body_child_right h2 {
            text-transform: none;
            color: white;
            font-size: 28px;
        }

        .member_body_child_left>label {
            font-size: 18px;
        }

        .member_body_child_left input {
            width: 12rem;
            height: 2rem;

        }

        .member_body_child_right_child1 {
            background-color: #2bbb84;
            text-transform: none;
        }

        .resister_btn {
            height: 3rem !important;
            background-color: white;
            display: inline-block !important;
            color: black;
            font-size: 17px;
            text-transform: none;
            border: none !important;
        }

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



        .member_body_child_right_child1 label {
            font-size: 18px;

        }

        .member_body_child_right_child1 input {
            width: 12rem;
            height: 2rem;

        }

        .resister_btn2_bg {
            background-color: transparent !important;
            color: white !important;
            border: 1px solid white !important;
        }


        .btn_sign_up {
            width: 6rem;
            height: 2rem;
            border: 1px solid white !important;
            border: none;
            background-color: transparent !important;
            color: white;
        }



        .about_section {
            background-color: #f5f1f2;
            padding: 9rem 0 3rem 0;


        }



        /* New Header  */

        header {
            background-color: #1f3d2b;
            padding: 0.5rem;
        }

        header img {
            height: 3rem;
            width: 3rem;
        }


        header ul>li {
            font-size: 15px;
            text-transform: uppercase;
            color: white;
            font-weight: 700;
        }

        header ul>li>a {
            text-decoration: none;
            color: white;
        }


        header button {
            width: 6rem;
            height: 2rem;
            background-color: white;
            border: 1px solid #1f3d2b;
            border: none;
            text-transform: uppercase;
            font-weight: 700;
            color: #1f3d2b;


        }

        .btn_sign_up {
            width: 6rem;
            height: 2rem;
            border: 1px solid white !important;
            border: none;
            background-color: transparent !important;
            color: white;
        }



        @media (max-width:1024px) {



            .header_menu {
                color: white;
                font-size: 2rem;
            }

            #navbar {
                width: 60% !important;
                height: 100vh;
                background-color: #1f3d2b;
                color: white;
                position: fixed;
                top: 0;
                right: 0;
                z-index: 4;
                padding-top: 20%;
                padding-left: 2rem;
            }

            #navbar ul>li {
                padding-top: 1rem;
            }

            .x_mark {
                font-size: 3rem;
            }


            .dropdown-menu {
                width: 90%;
                /* Match width of parent (.dropdown) */
                min-width: unset;
                /* Remove Bootstrap's default min-width */
                height: 100%;
                /* Match height */


            }

        }


        .dropdown_btn {
            background: transparent !important;
            color: white;
            border: none;
            text-transform: uppercase;
            font-weight: 700;
            width: auto;
            height: auto;
            display: inline-block !important;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: transparent !important;
            /* Removes background change */
            color: inherit !important;
            /* Keeps text color unchanged */
        }

        .btn_sign_up {
            width: 6rem;
            height: 2rem;
            border: 1px solid white !important;
            border: none;
            color: black;
            display: inline-block !important;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 700;
            background-color: white;
            color: white;
        }


        .btn_log_in {
            background-color: white !important;
            color: #000;
        }

        /* New hero */
        .big-hero {
            min-height: 75vh;
            display: flex;
            align-items: center;
            background: linear-gradient(135deg, #a8e6a3 0%, #FFFFFF 100%);
            position: relative;
            overflow: hidden;
        }

        /* soft green glow */
        .big-hero::after {
            content: "";
            position: absolute;
            right: -120px;
            top: -120px;
            width: 420px;
            height: 420px;
            background: radial-gradient(circle, rgba(106, 168, 79, 0.35), transparent 70%);
        }

        /* CONTENT */
        .hero-tag {
            display: inline-block;
            background: #e4f2ea;
            color: #1f3d2b;
            font-size: 13px;
            font-weight: 600;
            padding: 7px 16px;
            border-radius: 20px;
        }

        .hero-title {
            font-size: 60px;
            font-weight: 800;
            color: #0f2e1e;
            line-height: 1.1;
            margin: 26px 0;
        }

        .hero-title span {
            color: #6aa84f;
        }

        .hero-text {
            font-size: 18px;
            color: #445d52;
            max-width: 540px;
            margin-bottom: 40px;
        }

        .hero-actions {
            display: flex;
            gap: 18px;
            align-items: center;
        }

        .hero-btn {
            background: linear-gradient(135deg, #6aa84f, #3a7d5d);
            color: #ffffff;
            padding: 16px 46px;
            border-radius: 10px;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 12px 30px rgba(58, 125, 93, 0.35);
        }

        .hero-btn:hover {
            opacity: 0.95;
            color: #fff;
        }

        .hero-trust {
            font-size: 14px;
            color: #5f7a6e;
        }

        /* IMAGE */
        .hero-image {
            text-align: right;
            position: relative;
            z-index: 1;
        }

        .hero-image img {
            max-width: 540px;
            width: 100%;
            border-radius: 18px;
        }

        /* ================= MOBILE ================= */
        @media(max-width:992px) {
            .big-hero {
                padding: 40px 0;
            }

            .hero-title {
                font-size: 42px;
            }

            .hero-image {
                text-align: center;
                margin-top: 10px;
            }
        }

        @media(max-width:576px) {
            .hero-title {
                font-size: 34px;
            }

            .hero-actions {
                flex-direction: column;
                align-items: flex-start;
            }

            .hero-btn {
                width: 100%;
                text-align: center;
            }
        }

        .hero-wrap {
            width: 100%;
        }

        .hero-tag {
            display: inline-block;
            background: #e6f2eb;
            color: #1f3d2b;
            font-size: 13px;
            font-weight: 600;
            padding: 6px 14px;
            border-radius: 20px;
        }

        .hero-title {
            font-size: 58px;
            font-weight: 800;
            color: #1f3d2b;
            line-height: 1.1;
            margin: 24px 0;
        }

        .hero-title span {
            color: #6aa84f;
        }

        .hero-text {
            font-size: 18px;
            color: #555;
            max-width: 520px;
            margin-bottom: 36px;
        }

        .hero-actions {
            display: flex;
            gap: 18px;
            align-items: center;
        }

        .hero-btn {
            background: #1f3d2b;
            color: #fff;
            padding: 16px 44px;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
        }

        .hero-btn:hover {
            background: #163021;
            color: #fff;
        }

        .hero-trust {
            font-size: 14px;
            color: #777;
        }

        /* IMAGE SIDE */
        .hero-image {
            text-align: right;
        }

        .hero-image img {
            max-width: 520px;
            width: 100%;
        }

        .section-bg {
            background-color: #2f644a;
            color: white;
        }

        .btn-more {
            background-color: #6aa84f;
            color: white;
        }

        order-section {
            background: #ffffff;
            border-radius: 25px;
            padding: 60px 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            max-width: 1100px;
            margin: auto;
        }

        .order-title {
            font-weight: 700;
            color: #1f3d2b;
        }

        .title-underline {
            width: 60px;
            height: 4px;
            background: #6aa84f;
            margin: 12px auto 25px;
            border-radius: 5px;
        }

        .order-text {
            color: #555;
            font-size: 16px;
        }

        .order-subtext {
            color: #777;
            font-size: 15px;
        }

        .order-btn {
            background: #1f3d2b;
            color: #fff;
            padding: 14px 28px;
            border-radius: 12px;
            font-weight: 600;
            width: 260px;
        }

        .order-btn:hover {
            background: #163021;
            color: #fff;
        }

        @media (max-width: 768px) {
            .order-section {
                padding: 40px 20px;
            }

            .order-btn {
                width: 100%;
            }
        }

        .hero {
            background: #ffffff;
            padding: 60px 15px;
            border-radius: 0 0 40px 40px;
        }

        .hero h1 {
            color: #2f5d3a;
            font-size: 42px;
            font-weight: 700;
        }

        .hero p {
            color: #6b8f71;
            font-size: 17px;
        }

        /* ================= CATEGORY ================= */
        .category-bar {
            background: #fff;
            margin-top: -30px;
            border-radius: 50px;
            padding: 12px 20px;
            box-shadow: 0 15px 35px rgba(47, 93, 58, .25);
            display: flex;
            gap: 12px;
            overflow-x: auto;
        }

        .category-bar span {
            padding: 8px 18px;
            border-radius: 25px;
            background: #eef5f0;
            cursor: pointer;
            font-weight: 500;
            color: #2f5d3a;
            white-space: nowrap;
        }

        .category-bar span.active {
            background: #2f5d3a;
            color: #fff;
        }

        /* ================= MENU ================= */
        .menu-box {
            position: relative;
            background: #fff;
            border-radius: 25px;
            padding: 18px;
            box-shadow: 0 15px 35px rgba(47, 93, 58, .18);
            transition: .3s;
            height: 100%;
        }

        .menu-box:hover {
            transform: translateY(-6px);
        }

        .menu-img {
            height: 190px;
            border-radius: 20px;
            overflow: hidden;
        }

        .menu-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .menu-price {
            position: absolute;
            top: 18px;
            right: 18px;
            background: #2f5d3a;
            color: #fff;
            padding: 6px 16px;
            border-radius: 20px;
        }

        .add-btn {
            background: linear-gradient(135deg, #2f5d3a, #6b8f71);
            border: none;
            color: #fff;
            border-radius: 25px;
            padding: 8px 22px;
            width: 100%;
        }

        /* ================= CART ================= */
        .cart-strip {
            position: fixed;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            background: #1f3d2b;
            color: #fff;
            padding: 12px 30px;
            border-radius: 50px;
            z-index: 999;
        }

        /* ================= FOOTER ================= */
        .footer {
            background: #ffffff;
            padding: 60px 0 30px;
            border-top: 1px solid #e2e8e2;
        }

        .footer-title {
            font-weight: 700;
            color: #1f3d2b;
        }

        .footer-text {
            color: #555;
            font-size: 15px;
        }

        .footer-links a {
            display: block;
            color: #555;
            text-decoration: none;
        }

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

        .footer-bottom {
            text-align: center;
            margin-top: 40px;
            color: #777;
            font-size: 14px;
        }

        /* ================= MOBILE RESPONSIVE ================= */
        @media(max-width:768px) {

            .hero h1 {
                font-size: 28px;
            }

            .hero p {
                font-size: 14px;
            }

            .category-bar {
                margin-top: -20px;
                padding: 10px;
                gap: 8px;
            }

            .category-bar span {
                font-size: 14px;
                padding: 6px 14px;
            }

            .menu-img {
                height: 160px;
            }

            .auth-link {
                display: block;
                text-align: center;
                margin: 8px 0;
            }

            .footer {
                text-align: center;
            }

            .footer-links a {
                display: inline-block;
                margin: 6px 10px;
            }

            .cart-strip {
                font-size: 13px;
                padding: 10px 20px;
            }
        }

        .contact-title {
            font-weight: 800;
            color: #163021;
        }

        .title-line {
            width: 70px;
            height: 5px;
            background: linear-gradient(90deg, #1f3d2b, #6aa84f);
            margin: 12px auto 45px;
            border-radius: 6px;
        }

        /* ================= CARDS ================= */
        .contact-card {
            background: #fff;
            border-radius: 20px;
            padding: 22px;
            box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
            margin-bottom: 28px;
            position: relative;
        }

        .contact-card::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #6aa84f, #1f3d2b);
        }

        .card-heading {
            font-weight: 700;
            color: #1f3d2b;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        /* ================= MAP ================= */
        .map-frame {
            width: 100%;
            height: 280px;
            border-radius: 16px;
            border: 2px solid #e1efe1;
        }

        /* ================= TABLE ================= */
        .delivery-table th {
            background: #1f3d2b;
            color: #fff;
        }

        .delivery-table td {
            background: #f7fbf7;
        }

        /* ================= FORM ================= */
        .form-control {
            border-radius: 12px;
            border: 1px solid #cfe3cf;
        }

        .form-control:focus {
            border-color: #6aa84f;
            box-shadow: 0 0 0 .2rem rgba(106, 168, 79, .25);
        }

        .submit-btn {
            background: linear-gradient(90deg, #1f3d2b, #6aa84f);
            color: #fff;
            border-radius: 14px;
            font-weight: 700;
        }

        .order-history-page {
            margin-top: 50px;
            margin-bottom: 50px;
            min-height: 50vh;
        }

        .section-border {
            border: #1f3d2b 2px solid;
            color: #1f3d2b;
        }

        .point {
            color: #6aa84f;
        }

        .card-bg {
            background: linear-gradient(135deg, #0f5132, #2ecc71);
        }

        .profile-page {
            background-color: #f5f1f2;
        }

        .update-section {
            background: linear-gradient(135deg, #0f5132, #2ecc71);
        }

        .update-btn {
            background-color: #ffffff;
            color: #1f3d2b;
            font-weight: 700;
        }

        .change-password-page {
            background: linear-gradient(135deg, #0f5132, #2ecc71);
        }

        .payment-checkout {
            background: linear-gradient(135deg, #0f5132, #2ecc71);
            color: white;
        }

        .payment-section {
            background: linear-gradient(135deg, #0f5132, #2ecc71);
            color: white;
        }

        /* ================= GALLERY SECTION ================= */
        .gallery-section {
            padding: 120px 0;
            /* background:linear-gradient(135deg,#7cc576 0%, #1f4d38 100%); */
            background-color: white;
        }

        /* Tabs */
        .gallery-nav {
            display: flex;
            gap: 35px;
            font-weight: 600;
            margin-bottom: 60px;
            flex-wrap: wrap;
        }

        .gallery-nav a {
            text-decoration: none;
            color: #1f4d38;
            position: relative;
            padding-bottom: 8px;
        }

        .gallery-nav a.active {
            color: #1f4d38;
        }

        .gallery-nav a.active::after {
            content: '';
            width: 100%;
            height: 4px;
            background: #1f4d38;
            position: absolute;
            bottom: 0;
            left: 0;
            border-radius: 10px;
        }

        /* Left Content */
        .gallery-info h2 {
            font-size: 50px;
            font-weight: 900;
            line-height: 1.1;
        }

        .gallery-info h2 span {
            color: #1f4d38;
        }

        .gallery-info p {
            margin-top: 25px;
            font-size: 17px;
            max-width: 360px;
        }

        /* Horizontal Gallery */
        .scroll-gallery {
            display: flex;
            gap: 35px;
            overflow-x: auto;
            padding-bottom: 15px;
            scroll-snap-type: x mandatory;
        }


        .scroll-item {
            min-width: 320px;
            height: 440px;
            border-radius: 35px;
            background: #ffffff;
            overflow: hidden;
            box-shadow: 0 25px 50px rgba(0, 0, 0, .35);
            scroll-snap-align: start;
        }

        .scroll-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .6s ease;
        }

        .scroll-item:hover img {
            transform: scale(1.12);
        }


        /* ================= MOBILE RESPONSIVE ================= */
        @media(max-width:768px) {

            .gallery-section {
                padding: 70px 0;
            }

            .gallery-nav {
                justify-content: center;
                gap: 20px;
                margin-bottom: 40px;
            }

            .gallery-info {
                text-align: center;
                margin-bottom: 40px;
            }

            .gallery-info h2 {
                font-size: 32px;
            }

            .gallery-info p {
                font-size: 14px;
                margin-left: auto;
                margin-right: auto;
            }

            .scroll-item {
                min-width: 240px;
                height: 320px;
                border-radius: 25px;
            }

            .nav-link {
                margin: 8px 0;
                text-align: center;
            }

            .auth-link {
                display: block;
                text-align: center;
                margin: 8px 0;
            }

            .footer {
                text-align: center;
            }

            .footer-links a {
                display: inline-block;
                margin: 6px 10px;
            }
        }

        /* Video Page CSS */
        /* ================= VIDEO SECTION ================= */
        .video-section {
            padding: 120px 0;
            /* background: linear-gradient(135deg, #7cc576 0%, #1f4d38 100%); */
            background-color: white;
        }

        /* NAV TABS */
        .gallery-nav {
            display: flex;
            gap: 35px;
            font-weight: 600;
            margin-bottom: 60px;
            flex-wrap: wrap;
        }

        .gallery-nav a {
            text-decoration: none;
            color: #1f4d38;
            position: relative;
            padding-bottom: 8px;
        }

        .gallery-nav a.active {
            color: #1f4d38;
        }

        .gallery-nav a.active::after {
            content: '';
            width: 100%;
            height: 4px;
            background: #1f4d38;
            position: absolute;
            bottom: 0;
            left: 0;
            border-radius: 10px;
        }

        /* Heading */
        .video-title {
            font-size: 48px;
            font-weight: 900;
        }

        .video-title span {
            color: #1f4d38;
        }

        .video-subtitle {
            color: rgba(255, 255, 255, .8);
            max-width: 520px;
            margin-top: 15px;
        }

        /* Video Card */
        .video-card {
            background: #ffffff;
            border-radius: 30px;
            padding: 18px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, .35);
        }

        /* Fixed Ratio */
        .video-wrapper {
            position: relative;
            width: 100%;
            aspect-ratio: 16/9;
            border-radius: 20px;
            overflow: hidden;
        }

        .video-wrapper video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .product-detail-section {
            min-height: 60vh;
            margin-top: 40px;
        }

        .product-detail {
            background: #ffffff;
            border-radius: 24px;
            padding: 50px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        }

        /* IMAGE */
        .product-image-wrapper {
            background: #f4f8f5;
            border-radius: 20px;
            padding: 25px;
        }

        .product-image {
            max-height: 380px;
            object-fit: contain;
            transition: transform 0.4s ease;
        }

        .product-image:hover {
            transform: scale(1.05);
        }

        /* TEXT */
        .product-title {
            font-size: 2rem;
            font-weight: 700;
            color: #1f3d2b;
        }

        .product-description {
            color: #555;
            line-height: 1.7;
            margin-top: 12px;
        }

        .product-price {
            color: #1f3d2b;
            font-size: 1.6rem;
            font-weight: 700;
            margin-top: 15px;
        }

        /* BADGE */
        .product-badge {
            background: linear-gradient(90deg, #1f3d2b, #6aa84f);
            color: #fff;
            font-size: 13px;
            padding: 6px 14px;
            border-radius: 50px;
        }

        /* MOBILE */
        @media (max-width: 768px) {
            .product-detail {
                padding: 30px 20px;
            }

            .product-title {
                font-size: 1.6rem;
            }
        }

        /* ================= CATEGORY WRAPPER ================= */

        .category-wrapper {
            position: relative;
            background: #fff;
            padding: 12px 40px;
            border-radius: 18px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
            z-index: 50;
            overflow: visible;
        }

        /* ================= CATEGORY MENU ================= */

        .category-menu {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: nowrap;
            gap: 6px;
            transition: 0.3s;
        }

        /* ================= CATEGORY ITEM ================= */

        .category-item {
            position: relative;
            flex: 0 0 auto;
        }

        /* ================= CATEGORY LINK ================= */

        .category-menu a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 12px;
            text-decoration: none;
            color: #444;
            border-radius: 10px;
            font-size: 13px;
            font-weight: 500;
            transition: all .3s ease;
            white-space: nowrap;
        }

        /* ================= HOVER ================= */

        .category-menu a:hover {
            background: #2f5d3a;
            color: #fff;
            transform: translateY(-2px);
        }

        /* ================= ACTIVE CATEGORY ================= */

        .active-category>a {
            background: linear-gradient(135deg, #2f5d3a, #1f3d2b);
            color: #fff !important;
            box-shadow: 0 5px 15px rgba(47, 93, 58, 0.3);
            transform: scale(1.03);
            font-weight: 600;
        }

        /* ================= SUBMENU (DESKTOP) ================= */

        @media(min-width:993px) {

            .submenu {
                display: none;
                position: absolute;
                left: 0;
                top: 110%;
                background: #fff;
                min-width: 200px;
                padding: 10px;
                border-radius: 10px;
                box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
                z-index: 999;
            }

            .category-item:hover>.submenu {
                display: block;
            }

        }

        /* ================= MOBILE SIDEBAR ================= */

        @media(max-width:992px) {

            .category-sidebar {
                position: fixed;
                top: 0;
                left: -280px;
                width: 260px;
                height: 100vh;
                overflow-y: auto;
                transition: .3s;
                z-index: 9999;
            }

            .category-sidebar.active {
                left: 0;
            }

            .submenu {
                display: none;
                padding-left: 15px;
            }

            .submenu.active {
                display: block;
            }

        }

        /* ================= ARROW BUTTONS ================= */

        .cat-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 34px;
            height: 34px;
            border-radius: 50%;
            border: none;
            background: #fff;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            transition: .3s;
        }

        .cat-arrow:hover {
            background: #2f5d3a;
            color: #fff;
        }

        /* ================= ARROW POSITION ================= */

        .cat-arrow.left {
            left: 5px;
        }

        .cat-arrow.right {
            right: 5px;
        }