/* 
    Author: Vijay Thapa;
    Theme: Restaurant Food Order;
    version: 1.0;
    Updated to match Yummy Tiffins design with Green Theme
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* Orange & Green Theme Update */
:root {
  --primary-green: #4CAF50;
  --dark-green: #388e3c;
  --primary-orange: #ff9800;
  --light-orange: #ffc107;
  --accent-green: #66BB6A;
  --white: #fff;
  --gray-bg: #f8f9fa;
  --gray-text: #666;
}

/* CSS for All */
*{
    margin: 0 0;
    padding: 0 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Ensure proper text visibility */
body {
    background-color: #ffffff;
    color: #333333;
}

/* Force text colors for better visibility */
p, h1, h2, h3, h4, h5, h6, span, div {
    color: inherit;
}

/* Ensure meal plan content is visible */
.meal-plan-content {
    color: #333333 !important;
    text-align: center;
}
.meal-plan-content .btn.btn-primary {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.meal-description {
    color: #666666 !important;
}

.price-section {
    color: #333333 !important;
}

.price {
    color: #4CAF50 !important;
}

.delivery-note {
    color: #999999 !important;
}

.plan-option {
    color: #333333 !important;
}

.duration {
    color: #333333 !important;
}

/* Ensure our story content is visible */
.our-story-content {
    color: #333333 !important;
}

.our-story-content p {
    color: #333333 !important;
}

/* Ensure feature cards are visible */
.feature-card {
    color: #333333 !important;
}

.feature-card h3 {
    color: #222222 !important;
}

.feature-card p {
    color: #555555 !important;
}

/* Ensure section headers are visible */
.section-header h2 {
    color: #333333 !important;
}

.section-header p {
    color: #666666 !important;
}

.container{
    width: 88%;
    margin: 0 auto;
    /* padding: 1%; */
}
.img-responsive{
    width: 100%;
}
.img-curve{
    border-radius: 15px;
}

.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-white{
    color: white;
}

.clearfix{
    clear: both;
    float: none;
}

a{
    color: var(--primary-orange);
    text-decoration: none;
}
a:hover{
    color: var(--primary-green);
}

.btn{
    padding: 1%;
    border: none;
    font-size: 1rem;
    border-radius: 5px;
}
.btn-primary{
    background-color: var(--primary-green);
    color: var(--white);
    cursor: pointer;
}
.btn-primary:hover{
    background-color: var(--primary-orange);
    color: var(--white);
}
h2{
    color: #333;
    font-size: 2rem;
    margin-bottom: 2%;
    font-weight: 600;
}
h3{
    font-size: 1.5rem;
    font-weight: 600;
}
.float-container{
    position: relative;
}
.float-text{
    position: absolute;
    bottom: 50px;
    left: 40%;
}
fieldset{
    border: 1px solid white;
    margin: 5%;
    padding: 3%;
    border-radius: 5px;
}

.error{
    padding: 2%;
    color: red;
}
.success{
    padding: 2%;
    color: green;
}

/* CSS for Top Contact Bar */
.top-contact-bar{
    background-color: var(--primary-green);
    padding: 0px;
    border-bottom: 1px solid var(--dark-green);
    font-size: 0.9rem;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
}

.contact-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.contact-left{
    display: flex;
    gap: 20px;
}

.contact-right{
    text-align: right;
}

.contact-item{
    color: white;
}

.contact-item a{
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover{
    color: #e8f5e8;
}

.contact-item i{
    margin-right: 5px;
    color: white;
}

.order-timing{
    color: white;
    font-weight: 500;
}

.order-timing-marquee {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 1.5em;
}
.order-timing-marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: orderTimingMarquee 20s linear infinite;
}
@keyframes orderTimingMarquee {
    0% { transform: translateX(0); }
    90% { transform: translateX(-100%); }
    100% { transform: translateX(-100%); }
}

/* CSS for Main Header */
.main-header{
    padding: 0px 0 0px 0;
    position: absolute;
    top: 38px;
    z-index: 1000;
    -webkit-background: rgba(25,27,31,0.02);
    -moz-background: rgba(25,27,31,0.02);
    -o-background: rgba(25,27,31,0.02);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    -o-backdrop-filter: blur(20px);
    width: 100%;
}

.header-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.logo{
    flex: 0 0 auto;
}

.logo img{
    max-height: 70px;
    margin-top:10px;
    width: auto;
}

.main-nav{
    flex: 1;
    text-align: center;
}

.nav-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.nav-menu li{
    margin: 0;
}

.nav-menu a{
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 10px 0;
    transition: color 0.3s ease;
    position: relative;
}

.nav-menu a:hover{
    color: var(--primary-orange);
}

.nav-menu a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-orange);
    transition: width 0.3s ease;
}

.nav-menu a:hover::after{
    width: 100%;
}

.nav-menu a.active {
    color: var(--primary-orange);
}

.nav-menu a.active::after {
    width: 100%;
    background-color: var(--primary-orange);
}

.mobile-menu-toggle{
    display: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
}

/* CSS for Food SEarch Section */

.food-search{
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 7% 0;
}

.food-search input[type="search"]{
    width: 50%;
    padding: 1%;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
}


/* CSS for Categories */
.categories{
    padding: 4% 0;
}

.box-3{
    width: 28%;
    float: left;
    margin: 2%;
}


/* CSS for Food Menu */
.food-menu{
    background-color: #ececec;
    padding: 4% 0;
}
.food-menu-box{
    width: 43%;
    margin: 1%;
    padding: 2%;
    float: left;
    background-color: white;
    border-radius: 15px;
}

.food-menu-img{
    width: 20%;
    float: left;
}

.food-menu-desc{
    width: 70%;
    float: left;
    margin-left: 8%;
}

.food-price{
    font-size: 1.2rem;
    margin: 2% 0;
}
.food-detail{
    font-size: 1rem;
    color: #747d8c;
}


/* CSS for Social */
.social ul{
    list-style-type: none;
}
.social ul li{
    display: inline;
    padding: 1%;
}

/* for Order Section */
.order{
    width: 50%;
    margin: 0 auto;
}
.input-responsive{
    width: 96%;
    padding: 1%;
    margin-bottom: 3%;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
}
.order-label{
    margin-bottom: 1%; 
    font-weight: bold;
}



/* CSS for Mobile Size or Smaller Screen */

@media only screen and (max-width:768px){
    .top-contact-bar{
        padding: 5px 0;
    }
    
    .contact-info{
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .contact-left{
        justify-content: center;
    }
    
    .contact-right{
        text-align: center;
    }
    
    .order-timing{
        font-size: 0.8rem;
    }
    
    .main-header{
        padding: 10px 0;
    }
    
    .header-content{
        gap: 6px;
    }
    
    .logo img{
        max-height: 40px;
                margin: 0px;
    }
    
    .main-nav{
        width: 100%;
    }
    
    .nav-menu{
         gap: 10px;
        width: max-content;
    }
    
    .nav-menu.active{
        display: flex;
    }
    
    .nav-menu li{
        border-bottom: 1px solid #eee;
        padding: 10px 10px;
    }
    
    .nav-menu a::after{
        display: none;
    }
    
    .mobile-menu-toggle{
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
    }
    
    /* Hero Section Mobile */
    .hero-section{
        padding: 40px 0;
    }
    
    .hero-content{
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .hero-text h1{
        font-size: 2rem;
    }
    
    .hero-text h2{
        font-size: 1.1rem;
    }
    
    .hero-buttons{
        justify-content: center;
        flex-wrap: wrap;
    }
    
    /* Quick Order Mobile */
    .app-buttons{
        flex-direction: column;
        align-items: center;
    }
    
    /* Meal Plans Mobile */
    .meal-plans-grid{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .meal-plan-card{
        margin: 0 10px;
    }
    
    /* Features Mobile */
    .features-grid{
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .feature-card{
        padding: 30px 20px;
    }
    
    /* Testimonials Mobile */
    .testimonials-grid{
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    /* Section Headers Mobile */
    .section-header h2{
        font-size: 2rem;
    }
    
    .section-header p{
        font-size: 1rem;
    }
    
    /* CTA Mobile */
    .cta-content h2{
        font-size: 2rem;
    }
    
    .cta-content p{
        font-size: 1rem;
    }
   
    .menu ul{
        text-align: center;
    }

    .food-search input[type="search"]{
        width: 90%;
        padding: 2%;
        margin-bottom: 3%;
    }

    .btn{
        width: 91%;
        padding: 2%;
    }

    .food-search{
        padding: 10% 0;
    }

    .categories{
        padding: 20% 0;
    }
    h2{
        margin-bottom: 10%;
    }
    .box-3{
        width: 100%;
        margin: 4% auto;
    }

    .food-menu{
        padding: 20% 0;
    }

    .food-menu-box{
        width: 90%;
        padding: 5%;
        margin-bottom: 5%;
    }
    .social{
        padding: 5% 0;
    }
    .order{
        width: 100%;
    }
}

/* CSS for Hero Section */
.hero-section{
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.hero-content{
    display: flex;
    align-items: center;
    gap: 50px;
}

.hero-text{
    flex: 1;
}

.hero-text h1{
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--white);
}

.hero-text h2{
    font-size: 1.4rem;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.6;
    opacity: 0.95;
    color: var(--white);
}

.hero-buttons {
      display: flex;
    gap: 26px;
    justify-content: center;
    margin-top: 4px;
    flex-wrap: wrap;
}
.hero-buttons .btn {
     min-width: 160px;
    padding: 10px 20px;
    font-size: 1.08rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.06);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    font-weight: 700;
    color: white !important;
    line-height: normal ! IMPORTANT;
}
.hero-content a.btn.btn-secondary {
    border: 1px solid var(--primary-green);
    background: transparent !important;
    color: var(--primary-green) !important;
}
@media (max-width: 600px) {
    .hero-buttons {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    .hero-buttons .btn {
        min-width: unset;
        width: 100%;
        margin: 0 0 8px 0;
    }
}

.btn-secondary{
    background-color: var(--primary-orange);
    color: var(--white);
    border: 2px solid var(--primary-orange);
    padding: 15px 35px;
    font-size: 1.1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.btn-secondary:hover{
    background-color: var(--primary-green);
    color: var(--white);
}

.hero-image{
    flex: 1;
    text-align: center;
}

.hero-image img{
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* CSS for Quick Order Section */
.quick-order{
    background-color: #f8f9fa;
    padding: 40px 0;
    text-align: center;
}

.quick-order-content h3{
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #333;
}

.app-buttons{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.app-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #333;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.app-btn:hover{
    background-color: #4CAF50;
    transform: translateY(-2px);
}

.app-btn i{
    font-size: 1.5rem;
}

/* CSS for Section Headers */
.section-header{
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2{
       font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header p{
    font-size: 1.1rem;
    color: #7f8c8d;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.meal-plans .section-header {
    margin-bottom: 30px;
}

/* CSS for Meal Plans Section */
.meal-plans {
      padding: 60px 0;
    background-color: white;
}

.meal-plans-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    overflow-x: auto;
        padding: 20px 0px;
}
.meal-plan-card {
    min-width: 300px;
    max-width: 340px;
    flex: 1 0 300px;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
    position: relative;
}
.icon_layout {
    background: #dcfce7;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.icon_layout svg {
    width: 30px;
    height: 30px;
}
.meal-plan-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.meal-plan-card.featured{
    border: 2px solid var(--primary-orange);
}

.meal-plan-card.featured::before{
    content: "★ Featured";
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--primary-orange);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: bold;
}

.meal-plan-header{
    padding: 20px;
    text-align: center;
}

.meal-plan-header h3{
       margin: 0;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.calories{
    margin: 5px 0 0 0;
    font-size: 0.9rem;
    opacity: 0.9;
    color: white;
}

.meal-plan-content{
    padding: 0px 25px;
}

.meal-div ul {
    text-align: left;
    padding-left: 14px;
}

.meal-div ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.meal-div ul li::marker {
    background: red;
    color: #4caf50;
}

.meal-div{
    margin-bottom: 20px;
}

.meal-description{
      font-size: 0.8rem;
    color: #666;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px;
}

.price-section{
    text-align: center;
    margin-bottom: 25px;
}

.price{
    color: var(--primary-green);
    font-weight: 700;
    margin: 3px 18px 3px 8px;
    font-size: 1.8rem;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.price del {
    font-weight: 500;
    font-size: 18px;
    color: #ada7a7;
}

.delivery-note{
    font-size: 0.8rem;
    color: #999;
        margin-top: 10px;
}

.plan-options{
    margin-bottom: 25px;
}

.plan-option{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.plan-option:last-child{
    border-bottom: none;
}

.duration{
    font-weight: 500;
    color: #333;
}

.discount{
    background-color: var(--primary-orange);
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: bold;
}

.meal-plans-note{
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

/* CSS for Features Section */
.features{
    padding: 80px 0;
    background-color: #f8f9fa;
}

.features-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-top: 40px;
}

.feature-card{
       flex: 1 1 calc(100% / 5);
    min-width: calc(100% / 5);
    max-width: calc(100% / 5);
    border-radius: 16px;
    padding: 36px 24px 32px 24px;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
    border: none;
}

.feature-icon{
    font-size: 2.5rem;
    color: #4CAF50;
    margin-bottom: 16px;
}

.feature-card h3{
    color: #333;
    margin-bottom: 12px;
    font-size: 1.3rem;
}

.feature-card p{
    color: #666;
    line-height: 1.6;
}

/* CSS for Testimonials Section */
.testimonials{
    padding: 80px 0;
    background-color: white;
}

.testimonials-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.testimonial-card{
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    position: relative;
}

.testimonial-card::before{
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 4rem;
    color: #4CAF50;
    font-family: serif;
}

.testimonial-content{
    margin-bottom: 20px;
}

.testimonial-content p{
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
    font-style: italic;
}

.testimonial-author h4{
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
}

.testimonial-author p{
    color: #666;
    font-size: 0.9rem;
}

/* CSS for CTA Section */
.cta-section{
    background: rgb(22 163 74 / 1);
    padding: 64px 0;
    text-align: center;
    color: white;
}

.cta-content h2{
    font-size: 1.9rem;
    margin-bottom: 10px;
    color: white;
    font-weight: 700;
}


.cta-section a.btn.btn-primary {
      background: white;
    color: #16a34a;
    font-weight: 700;
    padding: 10px 40px;
    font-size: 18px;
}


.cta-content p{
    font-size: 1.1rem;
    margin-bottom: 50px;
    opacity: 0.95;
    color: white;
}

/* CSS for Customize Meal Page */
.customize-meal{
    padding: 80px 0;
    background-color: #f8f9fa;
}

.customize-meal .section-header h1{
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
}

.customize-meal .section-header h2{
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 20px;
}

.starting-price{
    font-size: 1.5rem;
    color: #4CAF50;
    font-weight: bold;
    margin-bottom: 40px;
}

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

.meal-builder{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
}

.meal-categories{
    background-color: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.meal-categories h3{
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.category-section{
    margin-bottom: 40px;
}

.category-section h4{
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #4CAF50;
    font-weight: 600;
}

.food-items{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.food-item{
    position: relative;
}

.food-item input[type="checkbox"]{
    display: none;
}

.food-item label{
    display: block;
    background-color: white;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.food-item input[type="checkbox"]:checked + label{
    border-color: #4CAF50;
    background-color: #fff5f6;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76,175,80,0.2);
}

.food-item img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.food-info h5{
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
}

.food-info .calories{
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
}

.food-info .price{
    font-size: 1.1rem;
    color: #4CAF50;
    font-weight: bold;
}

.meal-summary{
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-top: 40px;
    position: sticky;
    top: 20px;
}

.meal-summary h3{
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 600;
}

.selected-category h4{
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

#selected-items-list{
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

#selected-items-list li{
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    color: #666;
}

#selected-items-list li:last-child{
    border-bottom: none;
}

.empty-message{
    color: #999;
    font-style: italic;
}

.meal-stats{
    margin-bottom: 25px;
}

.stat{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.stat:last-child{
    border-bottom: none;
}

.stat .label{
    font-weight: 500;
    color: #333;
}

.stat .value{
    font-weight: bold;
    color: #4CAF50;
}

.delivery-options{
    margin-bottom: 25px;
}

.delivery-options h4{
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.delivery-option{
    margin-bottom: 10px;
}

.delivery-option input[type="radio"]{
    margin-right: 10px;
}

.delivery-option label{
    color: #666;
    cursor: pointer;
}

.final-price{
    text-align: center;
    margin-bottom: 25px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.final-price h4{
    font-size: 1.5rem;
    color: #333;
    margin: 0;
    font-weight: 600;
}

.final-price span{
    color: #4CAF50;
    font-weight: bold;
}

#order-custom-meal{
    width: 100%;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: bold;
}

/* Mobile Responsive for Customize Meal */
@media only screen and (max-width:768px){
    .meal-builder{
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .food-items{
        grid-template-columns: 1fr;
    }
    
    .meal-summary{
        position: static;
    }
    
    .customize-meal .section-header h1{
        font-size: 2rem;
    }
    
    .customize-meal .section-header h2{
        font-size: 1rem;
    }
    
    .starting-price{
        font-size: 1.2rem;
    }
}

/* CSS for Footer */
.footer{
    background-color: #111827;
    color: white;
    padding: 60px 0 20px;
}

.footer-content{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3{
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: var(--primary-orange);
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}

.footer-section h3::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--primary-orange);
}

.footer-section ul{
    list-style: none;
    padding: 0;
}

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

.footer-section ul li a{
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover{
    color: var(--primary-orange);
}

.footer-section .contact-info p{
    margin-bottom: 10px;
    color: #bdc3c7;
}

.footer-section .contact-info strong{
    color: var(--primary-orange);
}

.social-links{
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #34495e;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover{
    background-color: var(--primary-orange);
    transform: translateY(-2px);
}

.social-link i{
    font-size: 1.2rem;
}

.footer-bottom{
    border-top: 1px solid #34495e;
    padding-top: 20px;
}

.footer-bottom-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom-content p{
    color: #bdc3c7;
    margin: 0;
}

.footer-bottom-content a{
    color: var(--primary-orange);
    text-decoration: none;
}

.footer-bottom-content a:hover{
    text-decoration: underline;
}

/* Mobile Responsive for Footer */
@media only screen and (max-width:768px){
    .footer-content{
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-bottom-content{
        flex-direction: column;
        text-align: center;
    }
}
.menu-sections {
    padding: 80px 0;
    background: #f8f8f8 !important;
}
section.contact-section {
    height: 100vh !important;
}
/* Menu Page Styles */
.menu-hero{
    background: url('https://img.etb2bimg.com/files/cp/8629c6ffca800b0c94c1.jpg');
    padding: 20px 0;
    color: black;
    text-align: center;
    padding-top: 103px !important;
    background-size: cover;
    background-position: center;
}

.menu-hero-content h1{
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 700;
}

.meal-tabs{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.meal-tab{
    background: rgba(255,255,255,0.2);
    border: 2px solid rgba(255,255,255,0.3);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.meal-tab.active,
.meal-tab:hover{
    background: var(--primary-orange);
    color: var(--white);
    border-color: var(--primary-orange);
}

.order-timing-info{
    background: rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 10px;
    max-width: 605px;
    margin: 0 auto;
}

.order-timing-info p{
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.6;
}

.menu-schedule{
    padding: 60px 0;
    background: #f9f9f9;
}

.schedule-container{
    max-width: 2000px;
    margin: 0 auto;
}

.week-section{
    margin-bottom: 50px;
}

.week-section h3{
    color: #4CAF50;
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.week-section h3::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #4CAF50;
    border-radius: 2px;
}

.day-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.day-card{
       background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.day-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.day-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.day-header h4{
    color: #333;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.date{
    background: #4CAF50;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.meal-options{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.meal-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fa;
    padding: 14px 16px;
    border-radius: 10px;
    margin-bottom: 12px;
    border-left: 4px solid var(--primary-green);
    transition: background 0.2s;
    gap: 12px;
}

.meal-option:hover {
    background: #e8f5e8;
}

.meal-name {
    font-weight: 500;
    color: #333;
    flex: 1 1 auto;
}



.add-meal-btn {
    margin-left: auto;
    min-width: 80px;
    width: auto;
    flex: 0 0 auto;
}

@media (max-width: 600px) {
    .meal-option {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 12px 8px;
    }
    .add-meal-btn {
        width: 100%;
        margin-left: 0;
    }
    .price {
        margin: 0 0 0 0;
    }
}

.order-summary{
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-top: 40px;
    position: sticky;
    top: 20px;
}

.summary-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.summary-header h3{
    color: #333;
    margin: 0;
    font-size: 1.5rem;
}

.clear-all-btn{
    background: #ff6b6b;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.clear-all-btn:hover{
    background: #ff5252;
}

.selected-meals{
    margin-bottom: 25px;
    overflow-y: auto;
}

.no-meals{
    color: #999;
    text-align: center;
    font-style: italic;
    margin: 20px 0;
}

.selected-meal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.selected-meal:last-child{
    border-bottom: none;
}

.selected-meal span:first-child{
    flex: 1;
    color: #333;
    font-weight: 500;
}

.selected-meal span:nth-child(2){
    color: #4CAF50;
    font-weight: 600;
    margin: 0 15px;
}

.remove-meal{
    background: #ff6b6b;
    color: white;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    transition: background 0.3s ease;
}

.remove-meal:hover{
    background: #ff5252;
}

.total-section{
    border-top: 2px solid #f0f0f0;
    padding-top: 20px;
}

.total-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 1rem;
}

.total-row.total{
    font-size: 1.2rem;
    font-weight: 700;
    color: #4CAF50;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
    margin-top: 10px;
}

.checkout-btn{
    width: 100%;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 25px;
}

.checkout-btn:disabled{
    background: #ccc;
    cursor: not-allowed;
}

.delivery-areas{
    background: white;
    padding: 60px 0;
}

.delivery-content{
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.delivery-content h3{
    color: #333;
    font-size: 2rem;
    margin-bottom: 30px;
}

.areas-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}

.area-item{
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.area-item:hover{
    background: #4CAF50;
    color: white;
    transform: translateY(-2px);
}

/* Responsive Design for Menu Page */
@media only screen and (max-width: 768px){
    .menu-hero-content h1{
        font-size: 2rem;
    }
    
    .meal-tabs{
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .meal-tab{
        width: 200px;
    }
    
    .day-grid{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .day-card{
        padding: 20px;
    }
    
    .order-summary{
        margin-top: 30px;
        padding: 20px;
    }
    
    .areas-grid{
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
    }
    
    .summary-header{
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .selected-meal{
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .selected-meal span:nth-child(2){
        margin: 0;
    }
}

/* Featured Dishes Section */
.featured-dishes {
    padding: 80px 0;
    background: #f9f9f9;
}

.dishes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.dish-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dish-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.dish-image {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.dish-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.dish-card:hover .dish-image img {
    transform: scale(1.05);
}

.dish-content {
    padding: 25px;
}

.dish-content h3 {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.dish-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ingredients {
    margin-bottom: 20px;
}

.ingredients h4 {
    color: #4CAF50;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

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

.ingredients li {
    color: #555;
    font-size: 0.9rem;
    padding: 3px 0;
    position: relative;
    padding-left: 15px;
}

.ingredients li:before {
    content: "•";
    color: #4CAF50;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.dish-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.calories, .spice-level {
    background: #4CAF50;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.spice-level {
    background: #ff9800;
}

/* Responsive Design for Featured Dishes */
@media (max-width: 768px) {
    .dishes-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .dish-card {
        margin: 0 10px;
    }
    
    .dish-image {
        height: 200px;
    }
    
    .dish-content {
        padding: 20px;
    }
    
    .dish-content h3 {
        font-size: 1.3rem;
    }
    
    .dish-meta {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .featured-dishes {
        padding: 60px 0;
    }
    
    .dish-image {
        height: 180px;
    }
    
    .dish-content {
        padding: 15px;
    }
    
    .ingredients li {
        font-size: 0.85rem;
    }
}

.our-story {
   background: #f8f8f8;
    padding: 60px 0 40px 0;
}
.our-story .section-header h2 {
    text-align: center;
    margin-bottom: 24px;
    color: var(--primary-green);
    font-weight: 700;
    letter-spacing: 1px;
}
.our-story-content {
        max-width: 800px;
    margin: 0 auto;
    font-size: 1.15rem;
    color: #333;
    line-height: 1.7;
    text-align: center;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 3rem;
    border: 1px solid var(--primary-orange);
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}
span.box-color {
    background: rgb(254 242 242 / 1);
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    min-width: 44%;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    border-left: 3px solid #4caf50;
}
.our-story-content h3 {
    font-family: ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-weight: 500;
    font-size: 28px;
}
.our-story-content p {
    margin-bottom: 18px;
}

.our-story-content p.text-left {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 13px !important;
}

/* Why Choose AnnaTattva Section */
#why-annatattva {
    background: #f8f8f8;
    padding: 60px 0 40px 0;
}
#why-annatattva .section-header {
    text-align: center;
    margin-bottom: 32px;
}
#why-annatattva .section-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}
#why-annatattva .section-header p {
    color: #666;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}
.features-grid {
        display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
    margin-top: 40px;
}

.feature-card:hover {
    box-shadow: 0 8px 32px rgba(255,152,0,0.10);
    transform: translateY(-4px) scale(1.03);
}
.feature-icon {
     font-size: 2.7rem;
    color: #4CAF50;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: white;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.feature-icon svg {
    width: 37px;
    height: 37px;
    fill: #38763b;
}
.feature-card h3 {
    font-size: 1.18rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}
.feature-card p {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
}
@media (max-width: 900px) {
    .features-grid {
        gap: 20px;
    }
    .feature-card {
        min-width: 180px;
        max-width: 100%;
        padding: 28px 12px 24px 12px;
    }
}
@media (max-width: 600px) {
    .features-grid {
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }
    .feature-card {
        width: 100%;
        min-width: 0;
        padding: 22px 8px 18px 8px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 95%;
    }
    .meal-plan-card {
        min-width: 240px;
        max-width: 270px;
    }
}
@media (max-width: 900px) {
    .container {
        width: 99%;
    }
    .hero-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .hero-image {
        text-align: center;
        margin-top: 20px;
    }
    .meal-plan-card {
        min-width: 180px;
        max-width: 220px;
    }
    .features-grid {
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }
    .feature-card {
        width: 100%;
        min-width: 0;
        padding: 22px 8px 18px 8px;
    }
}
@media (max-width: 600px) {
    .our-story-content {
    padding: 20px;
}
    .container {
             width: calc(100% - 24px) !important;
        padding: 0 12px;
    }
    h1.hero-title {
               font-size: 30px !important;
        line-height: 36px;
        padding-top: 60px;
        font-weight: 900 !important;
        font-family: "Noto Sans", sans-serif;
        line-height: normal;
}
.refined-hero .hero-subtitle {
    font-weight: 600 !important;
    font-family: "Noto Sans", sans-serif;
}
section.menu-hero {
    padding-top: 140px !important;
    background-position: top !important;
}

section.menu-hero:before {
    content: '';
    background: #dddddd47;
    position: absolute;
    backdrop-filter: blur(2px);
    position: absolute;
    left: 0px;
    right: 0px;
    opacity: 1;
}

section.menu-hero p {
    font-weight: 600;
}
.nav-menu a {
    font-weight: 600;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
}
section.menu-hero {
    padding-top: 140px !important;
    background-position: top !important;
}
body .section-header h2 {
    font-family: "Noto Sans", sans-serif !important;
    font-weight: 800 !important;
        font-size: 2rem !important;
}
.hero-buttons {
    width: 100% ! IMPORTANT;
    flex-wrap: unset !important;
    flex-direction: unset !important;
}
    .hero-section {
        padding: 30px 0;
    }
    .hero-text h1 {
        font-size: 1.5rem;
    }
    .hero-text h2 {
        font-size: 1rem;
    }
    .hero-buttons {
        flex-direction: column;
        gap: 10px;
    }
    .meal-plans-grid {
        gap: 8px;
    }
    .meal-plan-card {
        min-width: 75%;
        max-width: 75%;
        padding:0px !important;
    }
    .features-grid {
        gap: 10px;
    }
    .feature-card {
               padding: 30px ! important;
        box-sizing: border-box;
    }
    .footer-content {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .app-buttons {
        flex-direction: column;
        gap: 10px;
    }
    .meal-builder {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .food-items {
        grid-template-columns: 1fr;
    }
    .meal-summary {
        position: static;
        padding: 10px;
    }
    .day-header {
    flex-wrap: wrap;
    border-bottom: 0px !important;
    margin-bottom: 0px;
}

.meal-tabs-row {
    width: 100% !important;
    flex-direction: unset;
    margin-bottom: 10px;
}

.meal-tabs-row button.meal-tab {
    padding: 8px;
    font-size: 14px !important;
}

.day-card {
    padding: 20px 15px !IMPORTANT;
}

.calendar-picker input[type="date"] {
    height: 38px !important;
}

body .category-tabs-container {
    margin-top: 0px !important;
    padding-top: 0px !important;
    height: auto !important;
}

.category-tabs-container ul#categoryTab {
    flex-direction: unset !important;
    width: 83vw;
    padding: 8px;
    flex-wrap: unset;
    overflow-y: auto;
}

.meal-table tr {
    flex-direction: column;
}

.category-content .meal-table h4 {
    text-align: center;
        font-weight: 600;
    margin-bottom: 4px;
    font-family: "Noto Sans", sans-serif;
}

.category-content .meal-table p {
    text-align: center;
}

.category-content .meal-table td:first-child {
    padding-top: 15px;
}

.category-content .meal-table td:last-child {
    padding-top: 10px;
}

.category-content .meal-table td:last-child .meal-counter {
    float: none;
    max-width: 135px !important;
    margin-bottom: 6px;
}

.menu-main-content .order-summary {
    flex: unset !important;
    width: 100vw !important;
    min-width: auto !important;
}

.areas-grid {
    grid-template-columns: repeat(auto-fit, minmax(69vw, 1fr));
}

.area-item {
    border: 1px solid #ddd;
    border-left: 4px solid var(--primary-green);
}
}
@media (max-width: 400px) {
    .hero-text h1 {
        font-size: 1.1rem;
    }
    .hero-text h2 {
        font-size: 0.9rem;
    }
    .feature-card h3 {
        font-size: 1.3rem;
    }
    .feature-card p {
        font-size: 0.85rem;
    }
}
img, .img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}
.btn, .btn-primary, .btn-secondary {
    font-size: 1rem;
    padding: 10px 18px;
    width: auto;
    min-width: 100px;
    box-sizing: border-box;
}
input, select, textarea {
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}
.section-header h2, .section-header p {
    word-break: break-word;
}
.menu-hero-content h1, .cta-content h2 {
    word-break: break-word;
}
body {
    padding-top: 38px;
}
@media (max-width: 600px) {
    .main-header {
           top: 46px;
        width: 100% !important;
        backdrop-filter: blur(20px);
    }
    body {
        padding-top: 48px;
    }
    .top-contact-bar {
        font-size: 0.8rem;
    }
    .mobile-menu-toggle {
    display: none ! IMPORTANT;
}
.contact-left {
    display: none;
}
}

.refined-hero {
       background: url(https://img.etb2bimg.com/files/cp/8629c6ffca800b0c94c1.jpg);
    padding: 132px 0 174px 0;
    box-shadow: 0 4px 32px rgba(76, 175, 80, 0.04);
    border-bottom: 1px solid #f0f0f0;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}
.hero-content {
     display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    gap: 20px;
    text-align: center;
}
.hero-text {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 24px rgba(76,175,80,0.07);
    padding: 48px 32px 40px 32px;
    position: relative;
    color: #222;
}
.hero-title {
      color: #3a3636 !important;
    text-align: center;
    font-weight: 900 !important;
    font-size: 46px !important;
    line-height: 52px;
}
/* .hero-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #4CAF50;
    border-radius: 2px;
    margin: 16px auto 0 auto;
} */
.hero-subtitle {
    font-size: 1.25rem;
    color: #444;
    font-weight: 400;
    margin-bottom: 32px;
    margin-top: 0;
}
.hero-buttons {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 4px;
    flex-wrap: wrap;
}
@media (max-width: 900px) {
    .hero-title {
        font-size: 2rem;
    }
    .hero-text {
        padding: 32px 10px 28px 10px;
    }
}
@media (max-width: 600px) {
    nav.main-nav {
    position: absolute !important;
    overflow-y: auto;
    bottom: -50px;
    -webkit-background: rgba(25,27,31,0.02);
    -moz-background: rgba(25,27,31,0.02);
    -o-background: rgba(25,27,31,0.02);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    -o-backdrop-filter: blur(20px);
    background: #0000000d;
    left: -20px;
    width: 109% !important;
}
    .refined-hero {
               padding: 80px 0 50px 0;
        background-size: cover;
        background-position: center;
    }
    .hero-title {
        font-size: 1.3rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
}

/* Calendar Picker Styling */
.calendar-picker {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 24px auto 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(76,175,80,0.07);
  /* padding: 16px 24px; */
  max-width: 300px;
  width: 100%;
}
.calendar-picker label {
  font-weight: 500;
  color: var(--primary-green);
  font-size: 1.05rem;
  margin-right: 8px;
}
.calendar-picker input[type="date"] {
     padding: 8px 14px;
    font-size: 1.08rem;
    border: 1.5px solid var(--primary-green);
    border-radius: 6px;
    outline: none;
    background: #f8f9fa;
    color: #333;
    width: 100%;
    transition: border 0.2s;
    background: transparent;
    border: 1px solid #ddd;
    background: #fbfbfb;
    box-shadow: none !important;
}
.calendar-picker input[type="date"]:focus {
  border-color: var(--primary-orange);
}
@media (max-width: 600px) {
  .calendar-picker {
    flex-direction: column;
    align-items: stretch;
    padding: 10px 8px;
    max-width: 98vw;
    width: 100%;
  }
  .calendar-picker label {
    margin-bottom: 6px;
    margin-right: 0;
  }
  .calendar-picker input[type="date"] {
    width: 100%;
    font-size: 1rem;
  }
}

/* Meal Category Box Styling */
.meal-box {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(76,175,80,0.08), 0 1.5px 6px rgba(255,152,0,0.07);
  padding: 28px 18px 18px 18px;
  min-width: 220px;
  flex: 1 1 240px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1.5px solid #f0f0f0;
  transition: box-shadow 0.2s, transform 0.2s;
}
.meal-box h5 {
  font-size: 1.25rem;
  color: var(--primary-green);
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
  letter-spacing: 0.5px;
}
.meal-options-grid {
  align-items: stretch;
}
@media (max-width: 900px) {
  .meal-options-grid {
    flex-direction: column;
    gap: 18px;
  }
  .meal-box {
    min-width: 0;
    width: 100%;
    margin-bottom: 0;
  }
}

/* Meal Table Styling */
.meal-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 12px 12px;
  margin-bottom: 0;
}
.meal-table th, .meal-table td {
  text-align: center;
  padding: 10px 8px;
  background: #f8f9fa;
  font-size: 1.05rem;
  border-radius: 8px;
}
.meal-table th {
  background: var(--primary-green);
  color: #fff;
  font-weight: 600;
  font-size: 1.08rem;
  border-radius: 8px 8px 0 0;
  letter-spacing: 0.5px;
}
.meal-table tr {
       background: none;
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / .1), 0 2px 2px -2px rgb(0 0 0 / .1);
    border-radius: 8px;
    margin-bottom: 14px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: white;
}
.meal-table td {
  background: #fff;
  border-radius: 8px 8px;
  box-shadow: 0 1px 4px rgba(76,175,80,0.04);
}

/* Attractive Counter Styling */
.meal-counter {
      display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);
    max-width: 200px;
    margin: 0 auto;
    background: #dcfce7;
    padding: 8px 20px;
    border-radius: 6px;
    float: right;
}
.meal-counter .minus-btn,
.meal-counter .plus-btn {
      background: white;
    color: #5c5858;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-content .meal-table h4 {
     font-size: 21px;
    font-weight: 600;
    margin-bottom: 4px;
}

.category-content .meal-table p {
    font-weight: 700;
    margin-bottom: 0px;
    color: #318134;
    font-size: 19px !important;
}
.meal-counter .minus-btn:hover,
.meal-counter .plus-btn:hover {
  background: var(--primary-green);
  transform: scale(1.08);
}
.meal-counter .qty {
  min-width: 28px;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--primary-green);
  background: #f8f9fa;
  border-radius: 6px;
  padding: 4px 8px;
  margin: 0 2px;
  display: inline-block;
}
@media (max-width: 900px) {
  .meal-table th, .meal-table td {
    font-size: 0.98rem;
    padding: 8px 4px;
  }
  .meal-counter .minus-btn,
  .meal-counter .plus-btn {
    width: 28px;
    height: 28px;
    font-size: 1.1rem;
  }
  .meal-counter .qty {
    font-size: 1rem;
    min-width: 22px;
    padding: 2px 4px;
  }
}

/* --- Menu Page Enhancements --- */
.menu-schedule .section-header {
  margin-bottom: 36px;
}
.menu-schedule .section-header h2 {
  color: var(--primary-orange);
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.menu-schedule .section-header p {
  color: var(--gray-text);
  font-size: 1.08rem;
  margin-bottom: 0;
}
.meal-options-grid {
  display: flex;
  gap: 28px;
  margin-top: 18px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.meal-box {
  transition: box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 2px 12px rgba(255,152,0,0.07);
  border: 1.5px solid #ffe0b2;
}
.meal-box:hover {
  box-shadow: 0 8px 32px rgba(255,152,0,0.13), 0 2px 8px rgba(76,175,80,0.09);
  transform: translateY(-4px) scale(1.02);
  border-color: var(--primary-orange);
}
.order-summary {
  border: 2.5px solid var(--primary-orange);
  box-shadow: 0 6px 32px rgba(255,152,0,0.08);
}
.checkout-btn {
  background: linear-gradient(90deg, var(--primary-orange) 0%, var(--primary-green) 100%);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: none;
  box-shadow: 0 2px 8px rgba(255,152,0,0.09);
}
.checkout-btn:enabled:hover {
  background: linear-gradient(90deg, var(--primary-green) 0%, var(--primary-orange) 100%);
  color: #fff;
}
.delivery-areas .section-header {
  margin-bottom: 32px;
}
.area-item {
  display: flex;
  align-items: center;
  font-size: 1.08rem;
  background: #fffbe7;
  border-left: 4px solid var(--primary-green);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 6px rgba(255,152,0,0.06);
}
.area-item span {
  font-size: 1.3rem;
}
.area-item:hover {
  background: var(--primary-green);
  color: #fff;
  box-shadow: 0 4px 16px rgba(76,175,80,0.13);
}
.delivery-content .btn-secondary {
  margin-top: 18px;
  background: var(--primary-orange);
  color: #fff;
  border: none;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}
.delivery-content .btn-secondary:hover {
  background: var(--primary-green);
  color: #fff;
}
@media (max-width: 900px) {
  .meal-options-grid {
    flex-direction: column;
    gap: 18px;
  }
}

/* Group two meal categories side by side */
.meal-category-group {
  display: flex;
  gap: 24px;
  width: 100%;
  margin-bottom: 24px;
}
.meal-category-group .meal-box {
  flex: 1 1 0;
}
@media (max-width: 900px) {
  .meal-category-group {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 18px;
  }
}

.meal-plan-card.customized-meal {
    border: 2px solid #4CAF50;
    box-shadow: 0 10px 30px rgba(76,175,80,0.10);
}

.meal-plan-card.customized-meal .meal-plan-header {
    background: linear-gradient(135deg, #4CAF50, #66BB6A);
    color: #fff;
}

.meal-plan-card.customized-meal h3 i {
    margin-right: 8px;
    color: #fff;
}

/* Force hero text visibility - override any conflicting styles */
.refined-hero .hero-text {
    color: #222 !important;
    background: #fff !important;
}


.refined-hero .hero-subtitle {
       color: #444 !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    max-width: 600px;
    margin: 0 auto;
}

.refined-hero .hero-text h1,
.refined-hero .hero-text h2 {
    color: inherit !important;
    text-shadow: none !important;
}

/* Ensure all text in hero section is visible */
.refined-hero * {
    color: inherit !important;
}

.refined-hero .hero-text * {
    color: inherit !important;
}

/* Specific overrides for hero content */
.refined-hero .hero-content {
    color: #222 !important;
}

.refined-hero .hero-text {
    color: #222 !important;
}



.refined-hero .hero-subtitle {
    color: #444 !important;
}

.main-header {
    /* position: relative; */
}
.header-bg-video {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.18;
    pointer-events: none;
    border-radius: inherit;
}
.main-header > .container, .main-header .header-content, .main-header .logo, .main-header nav, .main-header .mobile-menu-toggle {
    position: relative;
    z-index: 1;
}

.menu-main-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.menu-main-content .date-section {
       flex: 2 1 0;
    min-width: 0;
    padding-right: 8px;
}
.day-card h4#day-name {
    display: none;
}
.menu-main-content .order-summary {
    flex: 1 1 350px;
    /* min-width: 320px; */
    max-width: 250px;
    margin-top: 0;
    position: sticky;
    top: 20px;
    align-self: flex-start;
    z-index: 2;
    min-width: 400px ! important;
}



section.menu-schedule {
    padding-top: 120px !important;
}
body:has(.register-container) {
    background: #f8f8f8;
    padding-top: 91px !important;
}
body:has(.subscribe-container) {
    background: #f8f8f8;
    padding-top: 91px !important;
}
body:has(.login-container) {
    background: #f8f8f8;
    padding-top: 40px !important;
}
@media (max-width: 1100px) {
    .register-container {
    padding-top: 74px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
body:has(.register-container), body:has(.login-container), body:has(.subscribe-container) {
    background: #f8f8f8;
    padding-top: 47px !important;
}
.register-container h2, .login-container h2, .subscribe-container h2  {
    font-weight: 600;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
}
    .register-container, .login-container, .subscribe-container {
        padding-top: 25px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin: 120px 15px 20px 15px;
    }

    span.box-color {
    width: 100%;
}
span.order-timing {
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
}
    .menu-main-content {
        flex-direction: column;
        gap: 0;
    }
    .menu-main-content .order-summary {
        max-width: 100%;
        min-width: 0;
        position: static;
        margin-top: 40px;
        min-width: auto !important;
    }
    .menu-main-content .date-section {
        max-height: none;
        overflow-y: visible;
        padding-right: 0;
    }
}

.meal-tabs-row {
    display: flex;
    gap: 12px;
    margin-top: 0;
    align-items: center;
}

.meal-tab {
    background: #f5f5f5;
    color: #333;
    border: 1.5px solid #e0e0e0;
    border-radius: 20px;
    padding: 8px 24px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border 0.2s;
    outline: none;
}

.meal-tab.active,
.meal-tab[aria-selected="true"] {
    background: #4CAF50;
    color: #fff;
    border-color: #4CAF50;
}

.meal-tab:hover:not(.active) {
    background: #e8f5e9;
    color: #388e3c;
    border-color: #b2dfdb;
}

@media (max-width: 600px) {
    .meal-tabs-row {
        flex-direction: column;
        gap: 8px;
        margin-left: 0;
        align-items: flex-start;
    }
    .meal-tab {
        width: 100%;
        padding: 10px 0;
        font-size: 1.05rem;
    }
}

/* Category Tabs Styles */
.category-tabs-container {
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
    height: 61vh;
    overflow-y: scroll;
}

.meal-counter svg {
    font-size: 17px ! IMPORTANT;
    width: 14px;
    font-weight: 300;
    height: 14px;
    fill: black !important;
}

.meal-table thead {
    display: none !important;
}

.category-tabs-container .nav-tabs {
       border-bottom: 2px solid var(--primary-green);
    background: var(--gray-bg);
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    border-bottom: 0px;
    padding: 6px 8px;
    border-bottom: 1px solid #ddd !important;
    border: 1px solid #ddd;
    border-radius: 6px 6px 0px 0px;
}

.menu-schedule .container {
    width: 95% !important;
    max-width: 1300px !important;
}

.category-tabs-container .nav-item {
    margin: 0;
}

.category-tabs-container .nav-link {
       border: none !important;
    background: transparent !important;
    color: var(--gray-text) !important;
    font-weight: 500;
    padding: 7px 26px !important;
    border-radius: 6px 6px 0 0;
    transition: all 0.3s ease;
    margin: 0;
    border-bottom: 3px solid transparent !important;
    text-decoration: none !important;
    line-height: 22px ! IMPORTANT;
}

.category-tabs-container .nav-link:hover {
    background: rgba(76, 175, 80, 0.1) !important;
    color: var(--primary-green) !important;
    border-bottom-color: var(--light-orange) !important;
    border-color: transparent !important;
}

.category-tabs-container .nav-link.active {
    background: var(--white) !important;
    color: var(--primary-green) !important;
    border-bottom-color: var(--primary-green) !important;
    font-weight: 600;
    border-color: transparent !important;
}

.category-tabs-container .tab-content {
       padding: 15px;
    background: var(--white);
    border: 1px solid #ddd;
    border-top: 0px;
        background: #f7f7f7;
}

.order-summary-empty-state {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}

.order-summary-empty-state .order-summary-message {
    font-size: 18px;
    color: #6b7280;
    font-weight: 600;
    margin-bottom: 14px;
    margin-top: 10px;
}

.order-summary-empty-state .order-summary-sub-message {
    font-size: 17px;
}

.order-summary-empty-state .order-summary-emoji {
    font-size: 116px;
}

.order-summary-empty-state span.order-title {
    font-size: 24px;
    font-weight: 700;
}

.order-summary-empty-state span.cart-icon {
    font-size: 23px;
}

.category-tabs-container .tab-pane {
    display: none;
}

.category-tabs-container .tab-pane.show {
    display: block;
}

.category-tabs-container .tab-pane.active {
    display: block;
}

.category-content {
    width: 100%;
}

.category-content .meal-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0px;
}

.category-content .meal-table th,
.category-content .meal-table td {
    padding: 12px 20px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.category-content .meal-table th {
    background: var(--gray-bg);
    font-weight: 600;
    color: var(--primary-green);
    border-bottom: 2px solid var(--primary-green);
}



.category-content .meal-table td:first-child {
    font-weight: 500;
    color: #333;
}



.no-foods {
    text-align: center;
    padding: 40px 20px;
    color: var(--gray-text);
}

.no-foods p {
    font-size: 1.1rem;
    margin: 0;
}

/* Override Bootstrap tab styles */
.nav-tabs .nav-link {
    border: none !important;
    background: transparent !important;
}

.nav-tabs .nav-link.active {
    border: none !important;
    background: var(--white) !important;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    color: #343434 !important;
        border-radius: 8px;
}

.nav-tabs {
    border-bottom: 2px solid var(--primary-green) !important;
}

/* Loading and error states */
.loading {
    text-align: center;
    padding: 40px 20px;
    color: var(--gray-text);
    font-size: 1.1rem;
}

.error {
    text-align: center;
    padding: 20px;
    color: #dc3545;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    margin: 10px 0;
}

/* Responsive Design for Tabs */
@media (max-width: 768px) {
    .category-tabs-container .nav-tabs {
        padding: 0 10px;
        gap: 2px;
    }
    
    .category-tabs-container .nav-link {
        padding: 10px 12px;
        font-size: 0.9rem;
        white-space: nowrap;
    }
    
    .category-tabs-container .tab-content {
        padding: 15px;
    }
    
    .category-content .meal-table th,
    .category-content .meal-table td {
        padding: 8px 10px;
        font-size: 0.9rem;
    }
}

@media (max-width: 600px) {
    .category-tabs-container .nav-tabs {
        flex-direction: column;
        gap: 0;
    }
    
    .category-tabs-container .nav-link {
        border-radius: 0;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }
    
    .category-tabs-container .nav-link.active {
        border-bottom-color: var(--primary-green);
    }
    
    .category-content .meal-table {
        font-size: 0.85rem;
    }
    
    .category-content .meal-table th,
    .category-content .meal-table td {
        padding: 6px 8px;
    }
    
    .meal-counter .minus-btn,
    .meal-counter .plus-btn {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    
    .meal-counter .qty {
        min-width: 30px;
        font-size: 0.9rem;
    }
}

.total-row span {
    font-style: italic;
    font-size: 14px;
    color: black;
}

.total-row.total span {
    font-style: normal;
    font-size: 17px;
    font-weight: 500;
}

.total-row {
    margin-bottom: 5px;
}

h3 {}

.summary-header button.clear-all-btn {
    display: none;
}

.summary-header h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

div#order-summary-main-header {
    text-align: center;
    display: inline-block;
    width: 100% !important;
    margin-bottom: 15px !important;
}

.order-summary .selected-meal {
    background: #fbfbfb;
    padding:  10px 15px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 10px;
}

div#selected-meals {
    margin-bottom: 15px;
    max-height: 27vh;
    overflow-y: auto;
}
.custom_select:after {
    content: '';
    background: url(https://img.b2bstatic.com/files_env0/retail_files/Vector_1620820455.png);
    width: 10px;
    height: 7px;
    position: absolute;
    right: 16px;
    top: 25px;
}
.custom_select{
    position:relative;
}
select#deliveryMethod {
   margin: 0px !important;
    margin-top: 10px !important;
    font-size: 14px;
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
        height: 38px;
}

#delivery-note-box em {
    font-size: 13px !important;
    font-weight: 600;
}

.menu-main-content .order-summary {
    padding: 20px 20px !IMPORTANT;
}
div#selected-meals:has(.order-summary-empty-state) {
    max-height: max-content;
}
div#delivery-options-box {
    margin-bottom: 10px !important;
}

@media(min-width:1500px){
section.hero-section.refined-hero {
    background: #e2e3e5 url(https://img.etb2bimg.com/files/cp/2d78c85c0bf7ef870026.png);
    background-size: contain;
    background-position: center;
}
.hero-content a.btn.btn-secondary {
    background: white !important;
}

}

@media(max-width:350px){
.hero-buttons .btn {
    font-size: 13px !important;
}
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    animation: whatsapp-pulse 2s infinite;
}

.whatsapp-float a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    font-size: 28px;
}

.whatsapp-float a:hover {
    background-color: #128c7e;
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
}

.whatsapp-float .whatsapp-tooltip {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.whatsapp-float .whatsapp-tooltip::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
}

@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.6);
    }
    100% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
    }
    
    .whatsapp-float a {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }
    
    .whatsapp-float .whatsapp-tooltip {
        display: none;
    }
}
