        /* ADD THIS TO THE VERY TOP OF index.css */
        * {
            box-sizing: border-box;
        }

        html,
        body {
            overflow-x: hidden;
            /* Stops side-scrolling on mobile */
            width: 100%;
        }

        img {
            max-width: 100%;
            /* Prevents images from being wider than the screen */
            height: auto;
        }

        * {
            margin: 0;
            padding: 0;
        }

        header img,
        header li,
        header div,
        header button {
            cursor: pointer;
        }

        header {
            width: 100%;
            height: 90px;
            background-color: #FFFCF7;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

        .first {
            width: 190px;
            height: 46px;
            gap: 10px;
        }

        header ul {
            width: 528px;
            height: 32px;
            display: flex;
            list-style-type: none;
            justify-content: space-around;
            margin-bottom: 0;
        }

        header li {
            font-family: Jost;
            font-size: 1.2rem;
            font-weight: 400;
            line-height: 32px;
            letter-spacing: 0em;

        }

        header li a {
            font-family: Jost;
            font-size: 1.2rem;
            font-weight: 400;
            line-height: 32px;
            letter-spacing: 0em;
            text-decoration: none;
            color: black
        }

        header button {
            width: 165;
            height: 48px;
            padding: 10px, 17px, 10px, 17px;
            border-radius: 10px;
            border: 1px;
            gap: 10px;
            border: 1px solid #000000;
            font-family: Jost;
            font-size: 1.2rem;
            font-weight: 400;
            line-height: 32px;
            letter-spacing: 0em;
        }

        .menu1 {
            width: 153.34px;
            height: 21.17px;
            gap: 35px;
        }

        .ne {
            width: 1.17px;
            height: 31.17px;
            padding: 3.9px, 3.9px, 3.9px, 3.9px;
        }

        .divine-depot-logo2 img,
        .hex1 li,
        .hex1 img,
        .hex2 img,
        .hex3 div {
            cursor: pointer;
        }

        footer {
            background-image: url('../images/Rectangle\ 14.png');
            height: 328px;
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
        }

        #footer-line {
            gap: 10px;
            width: 190px;
            height: 46px
        }

        .divine-depot-logo2 {
            padding-top: 50px;
        }

        .hex1 {

            height: 49px;
            width: 100%;
            align-items: center;
            gap: 9px;
            display: flex;
            list-style-type: none;
            justify-content: center;

        }

        .hex1 li {
            font-family: Jost;
            font-size: 20px;
            font-weight: 500;
            line-height: 29px;
            letter-spacing: 0em;
            text-align: left;
            color: white;

        }

        .hex1 img {
            width: 1px;
            height: 33px;
        }

        .hex2 {
            width: 190.1px;
            height: 25px;
            margin-top: 19px;
            justify-content: space-evenly;
            display: flex;
        }

        .hex2 img {
            width: 20px;
            height: 20px;
        }

        .hex3 {
            display: flex;
            justify-content: space-around;
            position: absolute;
            width: 100%;
            bottom: 10px;
        }

        .hex3 div {
            display: flex;
        }

        .hex3 p {
            color: #FAFAFA;
            font-family: Jost;
            font-size: 1rem;
            font-weight: 400;
        }

        .hex3 div img {
            width: 20px;
            height: 20px;
            padding: 4px, 2px, 4px, 2px;
        }

        .hero-section {
            background-image: url('../images/Rectangle132.png');
            width: 100%;
            height: 700px;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .hero-section p {
            font-size: 3rem;
            font-style: italic;
            font-weight: 700;
            line-height: 69px;
            letter-spacing: 0em;
            text-align: right;
            color: white;
            padding: 231px 75px 0px 0px;

        }


        .hero-section2 {
            background-color: #EFECCA;
            height: 1000px;
            width: 100%;
        }

        .hero-section3 p,
        .history-section3 {
            font-family: Jost;
            font-size: 40px;
            font-weight: 700;
            line-height: 58px;
            letter-spacing: 0em;
            padding-right: 0;

        }

        .hero-section2 img {
            width: 575px;
            height: 86px;

        }

        .hero-section3 p,
        .hero-section3 div,
        .hero-section2,
        .grid-item p,
        .divine-depot-logo2,
        .ifw,
        .menu1,
        .view-btn,
        .history-section {
            display: flex;
            justify-content: center;
        }


        .hero-section3 {
            background-image: url('../images/5936\ 1.png');
            background-repeat: no-repeat;
            mix-blend-mode: multiply;
            width: 967px;
            height: 930px;
            top: 1617px;
        }

        .grid-container {
            display: grid;
            grid-template-rows: auto auto;
            /* Three rows of auto height */
            grid-template-columns: auto auto auto;
            /* Two columns of auto width */
            gap: 90px;
            /* Gap between grid items */
            margin-top: 160px;
        }

        .grid-item div {
            /* Background color for grid items (you can adjust as needed) */
            padding: 145px 169px 140px 168px;
            /* Padding for grid items (you can adjust as needed) */
            background-repeat: no-repeat;
            display: flex;
            flex-direction: column
        }

        .grid-item p {
            font-family: Jost;
            font-size: 24px;
            font-weight: 600;
            line-height: 35px;
            letter-spacing: 0em;
            color: #333333;
        }


        /* Hide the scrollbar */
        ::-webkit-scrollbar {
            width: 0;
            /* For Safari and Chrome */
            display: none;
            /* Hide scrollbar for Firefox */
        }

        /* Optional: you can style the scrollbar track and thumb if needed */
        ::-webkit-scrollbar-track {
            background: transparent;
            /* Change to desired color or set to 'none' */
        }

        ::-webkit-scrollbar-thumb {
            background: transparent;
            /* Change to desired color or set to 'none' */
        }

        .hero-section4 button {
            background: #FFC35B;
            height: 70px;
            border-radius: 54px;
            width: 230px;
            font-family: Jost;
            font-size: 28px;
            font-weight: 700;
            line-height: 46px;
            letter-spacing: 0em;
            color: white;
            border: none;
            margin-bottom: 20px;
        }

        .hero-section4 {
            background-color: #EFECCA;
        }

        .Discovery {
            background-image: url('../images/Rectangle\ 121.png');
            height: 856px;
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .Discovery img {

            Width: 350px;
            Height: 280px;
            border-radius: 28px;
        }

        .images1 {
            Width: 350px;
            Height: 280px;
        }

        .Discovery h1 {
            color: white;
            font-family: Jost;
            font-size: 40px;
            font-weight: 700;
            line-height: 58px;
            letter-spacing: 0em;

        }

        .Discovery p {
            font-family: Jost;
            font-size: 28px;
            font-weight: 400;
            line-height: 46px;
            letter-spacing: 0em;
            color: white;

        }


        .discovery1 {
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding-top: 80px;
        }

        .discovery2 {
            width: 802px;
        }

        .radhe {
            background-image: url('../images/Rectangle\ 138.png');
            height: 558px;
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .radhe p {
            color: white;
            font-weight: 700;
            font-size: 35px;
        }

        .radhe-1 {
            width: 717px;
            padding: 160px 0px 0px 90px;
            font-style: italic;
        }

        .history-section p {
            padding-top: 32px;
        }

        /* About page  */
        .about-hero {
            background-image: url("../images/Rectangle\ 23.png");
            height: 600px;
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .history-section3 p {
            display: flex;
            justify-content: center;
        }

        .para {
            width: 557.87px;
            height: 280px;
            margin-top: 50.45px;
            margin-left: 50%;
            font-family: sans-serif;
            font-size: 28px;
            font-weight: 500;
            line-height: 40px;
            letter-spacing: 0em;
            text-align: center;

        }

        .our-vision {
            background-color: #EFECCA;
        }

        .vision-logo {
            background-image: url("../images/Clip\ path\ group.png");
            width: 60%;
            height: 820.73px;
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            justify-content: center;
        }

        .vision-photo {
            height: 800px;
            width: 800px;
        }

        .vision-content {
            width: 40%;
        }

        .vision-content p,
        .vision-content div {
            display: flex;
            justify-content: center;
        }

        .fvision {
            display: flex;
        }

        .vision-content p {
            height: 68px;
            font-family: sans-serif;
            font-size: 40px;
            font-weight: 700;
            line-height: 68px;
            letter-spacing: 0em;
            padding-top: 50px;

        }

        .desc1 {
            width: 540px;
            background-color: #F0F0F0B8;
            height: 530px;
            border-radius: 35px;
        }

        .desc1 div {
            width: 70%;
        }

        .desc1 p {
            font-family: sans-serif;
            font-size: 22px;
            font-weight: 500;
            line-height: 39px;
            letter-spacing: 0em;
            text-align: center;
            color: #267302;
            padding: 50px 10px;
        }

        .hexa {
            background-color: aliceblue;
            position: relative;
            padding: 50px;
        }

        .hexa::after {
            content: "";
            position: absolute;
            background-image: url("../images/Clip\ path\ group\ \(1\).png");
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
        }

        .contact-banner {
            background-image: url('../images/CTA\ section.png');
            width: 100%;
            height: 635px;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .contact-banner img {
            margin: 100px 0px 0px 100px;
        }

        .contact-form {
            background-image: url('../images/Clip\ path\ group\ \(1\).png');
            height: 650px;
            width: 100%;
            background-size: cover;
            mix-blend-mode: multiply;
            background-color: #EFECCA;
            display: flex;
            justify-content: center;
        }

        .form-contact {
            height: 500px;
            width: 1300px;
            background-color: #F8F6E799;
            display: grid;
            justify-items: center;
            margin-top: 100px;
            border-radius: 15px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

        .form-contact h1 {
            margin-top: 50px;
        }

        .contact-form input {
            box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px inset, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
        }

        .form-contact div input {
            height: 43px;
            width: 380px;
            background-color: #F8F6E7;
            border-radius: 10px;
            border: none;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px inset, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
        }



        .form-contact button {
            background: #FFC35B;
            border-radius: 5px;
            padding: 0px 20px;
            border: none;
            font-weight: 600;
        }

        .contact-section div {
            height: 170px;
            border-radius: 30px;
        }

        .contact-section img {
            height: 80px;
            width: 80px;
        }

        .contact-section div div {
            display: flex;
            margin: 0px 20px;
            background-color: #FFFEFD;
            align-items: center;
            justify-content: space-around;
        }

        .contact-section p {
            font-size: 16px;
        }

        .contact-section h2 {
            font-size: 24px;
        }

        .neice h4,
        .neice h3 {
            padding: 10px 0px;
        }

        .shop-pic-1 img {
            margin: 20px 0px;
        }

        .shop-pic-2 img {
            padding: 15px;
        }

        .shop-content p {
            padding-top: 20px;
        }

        .shop-content h3 {
            padding-top: 20px;
        }

        .shop-content div {
            padding-top: 20px;
        }

        .price {
            background-color: #f7f5e5;
        }

        .price h2 {
            padding-top: 20px;
            font-family: sans-serif;
            font-weight: 500;
            font-size: 26px;
        }

        .price button {
            margin-top: 40px;
            font-family: sans-serif;
            font-weight: 500;
            font-size: 28px;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
        }

        .cart-content p {
            margin-bottom: 0;
            margin-top: 10px;
        }

        .cart-content h2 {
            font-size: 32px;
            font-weight: 600;
        }

        .cart-content .container {
            background-color: white;
        }

        .shop-form input {
            width: 567px;
            height: 42px;
            padding: 20px;
            margin: 10px 0px;
            box-shadow: 0px 2.651810646057129px 2.651810646057129px 0px #00000040 inset;
            border-radius: 6px;
            background-color: #F8F6E7;
        }

        .shop-form textarea {
            width: 567px;
            padding: 20px;
            box-shadow: 0px 2.651810646057129px 2.651810646057129px 0px #00000040 inset;
            border-radius: 6px;
            background-color: #F8F6E7;
        }

        .shop-form h3 {
            font-weight: 600;
            font-size: 32px;
        }

        .shop-form h4 {
            font-weight: 600;
            font-size: 26px;
        }

        .shop-form button {
            background-color: #FFC35B;
            margin-right: 70px;
            padding: 10px 50px;
            border-radius: 27px;
            border: none;
        }

        /* =========================================
           MOBILE MENU & HEADER STYLES
           Add/Update this at the bottom of index.css
           ========================================= */

        /* Default Desktop Styles for new elements */
        .hamburger {
            display: none;
            /* Hidden on desktop */
        }

        .mobile-only {
            display: none;
        }

        @media screen and (max-width: 768px) {

            /* 1. Header Layout: Row, not Column */
            header.main-header {
                flex-direction: row;
                /* Keep items side-by-side */
                justify-content: space-between;
                padding: 15px 20px;
                position: relative;
            }

            /* 2. Logo Adjustments */
            .logo-container img {
                height: 40px;
                /* Smaller logo on mobile */
                width: auto;
            }

            /* 3. Hide the Navigation Menu by default */
            .nav-links {
                position: fixed;
                top: 0;
                right: -100%;
                /* Hidden off-screen to the right */
                height: 100vh;
                width: 70%;
                /* Covers 70% of screen */
                background-color: #FFFCF7;
                flex-direction: column;
                justify-content: flex-start;
                padding-top: 80px;
                box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
                transition: right 0.3s ease-in-out;
                /* Smooth slide effect */
                z-index: 1000;
            }

            /* 4. Show Menu when 'active' class is added */
            .nav-links.active {
                right: 0;
                /* Slide in */
            }

            .nav-links li {
                margin: 20px 0;
                text-align: center;
            }

            /* 5. Hamburger Icon Styling */
            .hamburger {
                display: flex;
                flex-direction: column;
                gap: 5px;
                cursor: pointer;
                margin-left: 15px;
                z-index: 1001;
            }

            .hamburger .bar {
                width: 25px;
                height: 3px;
                background-color: #333;
                border-radius: 5px;
            }

            /* 6. Close Button inside Menu */
            .mobile-only.close-menu {
                display: block;
                position: absolute;
                top: 20px;
                right: 20px;
                font-weight: bold;
                color: #ff0000;
                cursor: pointer;
            }

            /* 7. Right Icons Adjustments */
            .right-icons {
                gap: 10px;
            }

            .login-btn {
                padding: 5px 10px;
                font-size: 14px;
            }
        }