    /* Global Styles */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body {
        font-family: Arial, sans-serif;
        background-color: #E4E0DB;
        color: #555;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top:10rem;
      
      
    }

    button {
        border: none;
        background: none;
        cursor: pointer;
        padding: 0;
     }

   .mobile-frame {
        width: 375px; /* Adjust for desired mobile frame width */
        height: 667px; 
        background-color: #e7d6cc;;
        border: 10px solid #000;
        border-radius: 30px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        position: relative;
        overflow-y: auto; /* Enable vertical scrolling */
        overflow-x: hidden; 
    }
      
    .mobile-frame::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 6px;
        background-color: #000;
        border-radius: 3px;
    }
      
    .mobile-frame::after {
        content: '';
        position: relative;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 40px;
        background-color: #000;
        border-radius: 50%;
    }
      
      

    /* Header Styles */
    header {
        display: flex; 
        justify-content: center; 
        align-items: center; 
        height: 80px; 
        background-color: #7D7B4D; 
        padding: 0 20px; 
        position: sticky; 
        top: 0; 
        z-index: 1000; 
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
    }
    
    /* logo Styles */
    .logo {
        max-height: 60px; 
        max-width: 100%; 
    }

    /* Container to wrap images */
    .image-container {
        position: relative; 
        width: fit-content; 
        height: fit-content; 
    }

    /* Background image */
    .background-img {
        display: block; 
        width: 100%; 
    }
    
    /**********************First Pagesection*************************/
    /* Overlay text image */
    .text-img {
        position: absolute; 
        top: 100%; 
        left: 50%; 
        transform: translate(-50%, -50%); /* Centers the text image over the background image */
        pointer-events: none; /* Ensures the overlay text is non-clickable (optional) */
        width: 70%; 
    }

    /* Assests Styles */
    .assest_1{
    max-width: 80%;
    margin: 0 auto;
    margin-top: 2rem;
    position: relative;
    }

    .assest_2{
        max-width: 100%;
        margin: 0 auto;
    }

    .assest_3{
        max-width: 40%;
        left: auto; 
        right: 0;
        top:0;
        margin-top:0px;
        margin-right: -40px;
    }
    
    /* Main Sextion Styles */
    .mobile-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
        max-width: 100%;
        padding: 20px;
    }
    
    .mobile-left {
        border-radius: 10px;
        padding: 20px;
        text-align: center;
    }
    
    .mobile-images {
        justify-content: center;
        gap: 10px;
        margin: 20px 0;
    }
    
    .mobile-images img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        object-fit: cover;
    }
    
    /* Button Styles */
    .try-flavor {
        margin: 20px 0;
        padding: 10px 20px;
        background-color: #7D7B4D;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        
    }
    
    .contact-info p {
        margin: 5px 0;
        font-size: 0.9rem;
        color: #666;
    }

/*****************************Menu**************************/
    /* Hidden Content */
    .hidden-content {
        display: none; /* Initially hidden */
        text-align: center;
        /* padding: 20px; */
        /* background-color: #f9f9f9; */
        border: 2px solid #ddd;
        margin-top: 20px;
    }
    
    .hidden-content h2 {
        font-size: 24px;
        font-weight: bold;
    }
    
    .hidden-content p {
        font-size: 18px;
    }

/***************************Screen Back button****************/
    .hidden-content button {
        margin:20px 0;
        padding: 10px 20px;
        background-color: #7D7B4D;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .hidden-content button:hover {
        background-color: #555;
    }

    /* Right Section */
    .mobile-right {
    
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .mobile-right h1 {
        font-size: 1.8rem;
        margin-bottom: 20px;
        color: #333;
    }
    
    .menu-list {
        list-style: none;
    }
    
    .menu-list li {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    
    .menu-list li span:last-child {
        color: #333;
        font-weight: bold;
    }

    /* Menu Styles */
    .menu {
        padding: 20px;
        background-image: url(./assets/1x/1x/r2_background2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        min-height: 100vh; /* Ensures the container takes up the entire viewport height */
    }
    
    .menu h2 {
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .menu-section {
        margin-bottom: 40px;
    }
    
    .menu-section h3 {
        font-size: 24px;
        color: #543C24;
        margin-bottom: 10px;
    }
    
    .menu-section ul {
        list-style-type: none;
        padding: 0;
    }
    
    .menu-section li {
        padding: 10px 0;

    }
    
    .menu-section h4 {
        font-size: 20px;
        color: #34495e;
    }
    
    .menu-section p {
        font-size: 18px;
        color: #52544D;
    }
    
    .menu-section span {
        font-size: 19px;
        color: #27ae60;
        float: right;
    }

    /********************** Feedback Form Section *******************/
    #feedback-page {
        display: none;
        padding: 20px;
        text-align: center;
    }

    .feedback-button{
        margin-left:90px;
    }
    
    h2 {
        
        color: #333;
        margin-bottom: 20px;
    }
    
    form {
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        max-width: 600px;
        margin: 0 auto;
    }
    
    label {
        font-size: 16px;
        color: #333;
    
        display: block;
        left:0;
    }
    
    input[type="text"],
    input[type="email"],
    select,
    textarea {
        width: 100%;
        padding: 12px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 10px;
        font-size: 16px;
    }
    
    textarea {
        resize: vertical;
        height: 100px;
    }
    
    button[type="submit"] {
        background-color: lightgreen;
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 25px;
        border: none;
        font-size: 18px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }
    
    button[type="submit"]:hover {
        background-color: #0051a8;
        transform: scale(1.05);
    }
    
    button[type="submit"]:focus {
        outline: none;
    }
    
    button.back-home {
        background-color: #ff3b30;
        margin-top: 20px;
    }
    
    button.back-home:hover {
        background-color: #e03e32;
    }
    
    button.back-home:active {
        background-color: #b12c1c;
    }
    
/* *****************Footer Content Styles ****************/
    footer {
        display: flex;
        justify-content: center; 
        align-items: center; 
        background-color:#7D7B4D ; 
        color: white; 
        padding: 20px; 
        height: 200px; 
        position: sticky;
    }

    .contact-info {
        text-align: center; 
    }

    .contact-info p {
        margin: 5px 0; 
        color:#fff
    }

    h2{
        color:#B9BC86;
    }
    
    /* Responsive for Mobile View */
    @media (max-width: 768px) {
        .mobile-container {
        padding: 10px;
        }
    
        .mobile-left, .mobile-right {
        padding: 15px;
        }
    
        /* .mobile-images img {
        width: 60px;
        height: 60px;
        } */
    
        .try-flavor {
        padding: 8px 16px;
        font-size: 0.9rem;
        }
    
        .menu-list li {
        font-size: 0.9rem;
        }
    }
    