* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.health-offer-card {
    background: linear-gradient(145deg, #fafafa, #f2f2f2);
    border: 1px solid #e0e0e0;
    padding: 3rem 2.5rem;
    border-radius: 1.25rem;
    text-align: center;
    max-width: 720px;
    margin: 3rem auto;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    font-family: "Helvetica", "Arial", sans-serif;
}

.health-offer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}

.menu-card.mobile .add-cart-btn,
.menu-card.mobile .more-info-btn,
.menu-card.mobile .delete-cart-btn {
  padding: 6px 10px;
  font-size: 0.85rem;
  background-color: #d93737;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  flex: 0 0 auto;
}

.more-info-btn {
  margin-top: 8px;
  padding: 10px 10px;
  font-size: 0.85rem;
  background-color: #888;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.menu-card.mobile .more-info-btn {
  background-color: #444;
}

.menu-card.mobile .delete-cart-btn {
  background-color: #f44336;
}

.menu-card-horizontal {
    display: flex;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    gap: 15px;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.menu-card-horizontal .card-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.menu-card-horizontal .card-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    flex: 1;
}

.menu-card-horizontal h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
}

.menu-card-horizontal .desc {
    font-size: 0.85rem;
    color: #555;
}

.menu-card-horizontal .kcal {
    font-size: 0.85rem;
    color: #333;
}

.menu-card-horizontal .add-cart-btn {
    align-self: start;
    padding: 6px 12px;
    background-color: #00b894;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


.health-offer-card h2 {
    color: #2e7d32;
    /* dark green for title */
    font-size: 2.5rem;
    margin-bottom: 1.2rem;
    font-weight: 700;
}

.health-offer-card p {
    color: #555;
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.health-offer-card strong {
    color: #c94c4c;
    /* soft tomato red for highlights */
    font-weight: 600;
}

.features-health-offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
    padding: 0.9rem 1.2rem;
    border-radius: 0.8rem;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 2px 10px rgba(46, 125, 50, 0.1);
    transition: background 0.3s ease;
}

.feature-item:hover {
    background: #e8f5e9;
}

.feature-item i {
    color: #6a1b9a;
    /* beet purple icon color */
    font-size: 1.6rem;
}

.feature-item span {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
}

.ponomar-regular {
    font-family: "Ponomar", system-ui;
    font-weight: 400;
    font-style: normal;
}

.outfit-font {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.merriweather-font {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}


.montserrat-font {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 450;
    font-style: normal;
}

body {
    color: #fff;
    background-color: #f5f5f5;
}

html {
    scroll-behavior: smooth;
}

.pacifico-regular {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}

.delius-regular {
    font-family: "Delius", cursive;
    font-weight: 500;
    font-style: normal;
}



.banner {
    position: absolute;
    top: 40px;
    /* adjust based on spacing needs */
    left: 50%;
    transform: translateX(-50%);
    background-color: #fce4d6;
    padding: 3px 8px;
    border-radius: 50px;
    z-index: 5;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.border-banner {

    /* border: 4px dashed #C7895C; */
    padding: 3px 70px;
    border-radius: 50px;
}

.banner h1 {
    font-family: 'Pacifico', cursive;
    font-size: 55px;
    color: #b20000;
    margin: 0;
    transition: all 0.3s ease-in;
}

.banner h1:hover {
    font-size: 60px;
}

div.logo {
    position: absolute;
    top: -100px;
    /* Move the logo slightly higher */
    left: 20px;
    /* Adjust the value to position it on the left */
    z-index: 9;
    display: flex;
    justify-content: flex-start;
    /* Align the content to the left */
    align-items: center;
}

.find-us-flex-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    grid-gap: 1em;
}

.w-icon {
    color: #1f923d;
    font-size: 30px;
}

.hero {
    position: relative;
    height: 130vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*padding: 0 1rem;*/
    overflow: hidden; /* Important for video containment */
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none; /* Prevents clicks on video */
}

.session-offer-card {
    background: linear-gradient(135deg, #fefefe, #f9f9f9);
    border: 1px solid #e0e0e0;
    padding: 2.5rem 2rem;
    border-radius: 1.25rem;
    text-align: center;
    max-width: 680px;
    margin: 3rem auto;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-family: "Helvetica", "Arial", sans-serif;
}

.session-offer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.session-offer-card::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -40%;
    width: 180%;
    height: 180%;
    background: radial-gradient(circle, rgba(233, 30, 99, 0.15) 0%, transparent 70%);
    transform: rotate(25deg);
    z-index: 0;
}

.session-offer-card h3 {
    color: #c62828;
    /* slightly darker red for strong headline */
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-weight: 700;
    z-index: 1;
    position: relative;
}

.session-offer-card p {
    color: #444;
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    z-index: 1;
    position: relative;
}

.session-offer-card .price-tag {
    display: inline-block;
    background: #2e7d32;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.6rem 1.4rem;
    border-radius: 999px;
    z-index: 1;
    position: relative;
    transition: background 0.3s ease;
    text-decoration: none;
    transition: 0.3s ease-out all;
    margin-top: 10px;
}

.session-offer-card .price-tag:hover {
    pointer-events: all;
    cursor: pointer;
    background: #43a047;
    transform: scale(1.1);
}

/* Nutrionist Session CSS Start */
/* Overlay background */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Form container */
.popup-form {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    font-family: 'Segoe UI', sans-serif;
    text-align: center;
    position: relative;
}

/* Title */
.popup-form h2 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

/* Input wrapper */
.input-wrapper {
    position: relative;
    margin-bottom: 20px;
}

/* Input field */
.input-wrapper input {
    width: 100%;
    padding: 18px 15px 10px;
    border: 2px solid #8C85FF;
    border-radius: 10px;
    font-size: 16px;
    outline: none;
    background: none;
    transition: all 0.3s ease;
}

/* Label styling */
.input-wrapper label {
    position: absolute;
    left: 15px;
    top: 12px;
    color: #888;
    font-size: 16px;
    background: #FFF;
    padding: 0 5px;
    transition: 0.2s ease all;
    pointer-events: none;
}

/* Floating effect */
.input-wrapper input:focus+label,
.input-wrapper input:not(:placeholder-shown)+label {
    top: -15px;
    left: 12px;
    font-size: 13px;
    color: #000;
}

/* Submit button */
.popup-form button[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #5025D1;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.popup-form button[type="submit"]:hover {
    background-color: #d7352c;
}

.whatsapp-info {
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    color: #25D366;
    font-size: 14px;
    font-weight: 550;
}

.whatsapp-info i {
    font-size: 18px;
    margin-right: 8px;
}

/* Simple fade-up animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.5s ease forwards;
}

/* Nutrionist Session CSS End */

.health-tagline {
    max-width: 720px;
    margin: 2rem auto 4rem auto;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
    border-left: 6px solid #c62828;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    font-size: 1.3rem;
    color: #444;
    font-weight: 500;
    font-style: italic;
    position: relative;
    overflow: hidden;
    font-family: "Helvetica", "Arial", sans-serif;
}

.health-tagline::before {
    content: "🌱";
    font-size: 2rem;
    position: absolute;
    top: -15px;
    left: 20px;
    background: #ffffff;
    padding: 0.2rem 0.4rem;
    border-radius: 50%;
    color: #2e7d32;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(44, 43, 43, 0.2);
    z-index: 1;
}

.hero * {
    position: relative;
    z-index: 2;
}

.cart-area {
    position: fixed;
    top: 20px;
    right: 35px;
    font-size: 22px;
    width: fit-content;
    color: #000;
    background: #fff;
    border-radius: 50%;
    padding: 8px 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border: 0.8px solid rgba(0, 0, 0, 0.3);
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #e60023;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 7px;
    border-radius: 50%;
    display: none;
    /* Hidden initially */
}

.cart-area {
    cursor: pointer;
}


/* Hamburger menu visible on all screen sizes */
.hamburger {
    position: fixed;
    top: 20px;
    right: 80px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    background-color: white;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border: 0.8px solid rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

.hamburger span {
    height: 3.5px;
    width: 100%;
    background-color: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Animate to X */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6.5px, 6.5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-menu {
    display: none;
    flex-direction: column;
    background-color: #fff8f0;
    position: fixed;
    top: 70px;
    right: 20px;
    border-radius: 12px;
    padding: 1rem 3rem;
    width: fit-content;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.mobile-menu.active {
    display: flex;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-menu ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu li {
    margin-bottom: 1rem;
}

.mobile-menu a {
    text-decoration: none;
    color: #b20000;
    font-weight: bold;
    font-size: 17px;
}

.mobile-menu a:hover {
    color: #d9534f;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.logo-bar {
    position: absolute;
    top: 40px;
    background-color: #a3dfb0;
    padding: 10px 40px;
    border-radius: 30px;
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #000;
}

.logo-bar span {
    display: block;
    font-size: 1rem;
    font-style: italic;
}

.buttons {
    margin-top: 200px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.buttons a {
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1rem;
    transition: transform 0.3s ease, background 0.3s ease;
    display: inline-block;
}

.buttons a:hover {
    transform: scale(1.05);
}

.direct {
    background-color: white;
    color: orange;
}

.swiggy {
    background-color: white;
    color: orange;
}

.zomato {
    background-color: white;
    color: red;
}

#current_serving_area {
    background-color: #fff;
    color: #000;
    text-align: center;
    width: 100%;
    height: 30vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 25px;
}

.who-we-are {
    padding: 4rem 1rem;
    /* background-color: #C83340; */
    background-color: #f6e4f0;
    position: relative;
    text-align: center;
    letter-spacing: 0.8px;
}

.who-we-are h2 {
    font-size: 50px;
    color: #60C093;
}

.who-we-are h3 {
    font-size: 30px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
}

.who-we-are p {
    color: #000;
}

.container {
    max-width: 1500px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*transition: all 0.3s ease-in-out;*/
    /*width: 100%;*/
    display: none;
    visibility: hidden;
}

.slide {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
}

.slide.active {
    display: flex;
}

.text-content {
    flex: 1;
    text-align: left;
}

.image-wrapper img {
    max-width: 500px;
    border-radius: 1rem;
    flex: 1;
}

.arrow {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: 1rem;
    color: #333;
}

.carousel-wrapper2 {
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
}

.carousel-track2 {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide2 {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem 1rem;
}

.carousel-slide2 .text-content {
    flex: 1;
    color: #000;
}

.carousel-slide2 .image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
}

.carousel-slide2 img {
    max-width: 100%;
    border-radius: 10px;
}

/* Subscription Area */

.subscription-section {
    background: #fff;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.subscription-flex {
    display: flex;
    justify-content: space-evenly;
}

.subscription-heading {
    text-align: center;
    margin-bottom: 3rem;
    padding: 1rem 1.5rem;
    color: #2e2e2e;
}

.subscription-heading h1 {
    font-size: 2rem;
    color: #d62828;
    /* red theme */
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.subscription-heading p {
    font-size: 1.1rem;
    color: #4a4a4a;
    max-width: 700px;
    margin: 0 auto;
}

.plan-card {
    /* background: #C9F199; */
    /* background: linear-gradient(to right, #2d0c73, #000000); */
    /* background: linear-gradient(to right, #f7e200, #000000); */
    background: #FFF;
    border: 1.5px solid #8C85FF;
    border-radius: 16px;
    padding: 30px;
    max-width: 400px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    transition: transform 0.3s;
}

.plan-card:hover {
    transform: translateY(-10px);
}

.badge {
    background: #ff4f4f;
    color: white;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.plan-title {
    font-size: 28px;
    color: #27ae60;
    margin: 10px 0;
}

.plan-desc {
    font-size: 16px;
    color: #777;
}

.price-wrapper {
    margin: 20px 0 10px;
}

.original-price {
    /* text-decoration: line-through; */
    color: #999;
    font-size: 14px;
}

.discount-badge {
    background: #27ae60;
    color: white;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 12px;
    margin-left: 10px;
}

.price {
    font-size: 36px;
    color: #e63946;
    font-weight: bold;
}

.per-month {
    font-size: 16px;
    color: #666;
}

.extra-info {
    font-size: 14px;
    color: #444;
    margin-bottom: 20px;
}

.choose-btn {
    background: #FFF;
    color: green;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 30px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 15px;
    transition: background 0.3s;
    border: 1px solid green;
}

.choose-btn:hover {
    background: #219150;
    color: #FFF;
}

.renew-note {
    font-size: 12px;
    color: #888;
    margin-bottom: 20px;
}

.features {
    text-align: left;
    padding-left: 0;
    list-style: none;
    color: #333;
}

.features li {
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
}

.features li::before {
    content: "✓";
    color: #27ae60;
    position: absolute;
    left: 0;
}

.subscription-card {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
    will-change: opacity, transform;
}

.subscription-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.subscription-card:nth-child(1) {
    transition-delay: 0.1s;
}

.subscription-card:nth-child(2) {
    transition-delay: 0.3s;
}

.subscription-card:nth-child(3) {
    transition-delay: 0.5s;
}


/* Subscription End */

.menu-section {
    background: linear-gradient(to bottom, #BA1B2B 100%, #fefefe 0%);
    padding: 60px 20px;
    /* border-top-left-radius: 50% 10%;
    border-top-right-radius: 50% 10%; */
    text-align: center;
}

.free-delivery-banner {
    background: #f3582d;
    color: rgb(255, 255, 255);
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: normal;
    font-size: 1.1rem;
    font-family: 'Roboto', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin: 20px auto;
    justify-content: center;
}

.free-delivery-banner .truck {
    font-size: 1.4rem;
}

.free-delivery-banner .highlight {
    background: #dfc6a3;
    padding: 4px 8px;
    border-radius: 12px;
    color: #000;
}


.menu-header h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #ffffff;
}

.menu-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}

.menu-buttons button {
    padding: 10px 20px;
    border: 2px solid #ffffff;
    background: transparent;
    border-radius: 999px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 999;
    background-color: #65c49c;
    color: white;
    border: none;
    outline: none;
    padding: 12px 18px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}

#scrollToTopBtn i {
    font-size: 18px;
}


.menu-buttons .active,
.menu-buttons button:hover {
    background-color: #ffffff;
    color: #000;
}

.menu-items {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.menu-card {
    background: transparent;
    border-radius: 12px;
    max-width: 300px;
    text-align: left;
}

.menu-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.menu-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 12px 4px;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #000;
}

.menu-card {
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.menu-category {
    display: flex;
    transition: opacity 0.3s ease;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.kcal {
    margin: 10px 12px;
    font-weight: bold;
    color: #444;
}

.desc {
    font-size: 12px;
    color: #666;
    margin: 15px 12px 16px;
}

.add-cart-btn {
    background-color: #e53935;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.add-cart-btn:hover {
    background-color: #c62828;
    transform: translateY(-2px);
}

.menu-card {
    background-color: #f6f6ed;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
    max-width: 300px;
    margin: 10px auto;
}

.menu-card:hover {
    transform: translateY(-4px);
}

.testimonials-section {
    padding: 60px 20px;
    text-align: center;
}

.testimonial-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    margin: 0;
}

.testimonial-header h3 {
    color: #65c49c;
    font-size: 28px;
    margin-top: 10px;
    font-weight: 500;
}

.testimonial-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 20px;
    flex-wrap: wrap;
}

.testimonial-card {
    background: #fef6c9;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-size: 15px;
}

.testimonial-card .stars {
    color: #65c49c;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.arrow-btn {
    background: #fff;
    border: 3px solid #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.arrow-btn:hover {
    background: #f0f0f0;
}

.locations-section {
    padding: 60px 20px;
}

.city-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.location-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.location-card {
    background: #fef6c9;
    border-radius: 12px;
    padding: 20px;
    width: 220px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    font-size: 15px;
}

.location-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}

.location-card .tag {
    background: #eff5cc;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 12px;
    display: inline-block;
    color: #555;
    font-weight: 500;
}

.info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-weight: 400;
    color: #333;
}

.arrow-btn {
    background: #fff;
    border: 3px solid #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.arrow-btn:hover {
    background: #f0f0f0;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}


.contact-section {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    margin: 60px auto;
    max-width: 1200px;
    background-color: #7B445B;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 600px;
}

.contact-info {
    padding: 40px;
    color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Georgia', serif;
}

.contact-info h2 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 30px;
    color: #000;
}

.insta-btn {
    display: flex;
    align-items: center;
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.3s ease;
    width: fit-content;
}

.insta-btn span {
    margin-right: 10px;
    font-size: 20px;
}

.insta-btn:hover {
    background: #f1f1f1;
}

.order-now {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f5f0f0;
    border-radius: 24px;
    padding: 20px;
    gap: 40px;
    margin: 60px auto;
    max-width: 1200px;
    height: 200px;
    flex-wrap: wrap;
}

.order-content {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    text-align: center;
}

.order-content h2 {
    font-size: 36px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}

.order-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.order-btn {
    background: white;
    border-radius: 30px;
    padding: 12px 24px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
    color: #000;
}

.order-btn img {
    height: 20px;
    margin-right: 10px;
}

.order-btn:hover {
    background: #f1f1f1;
}

.order-now {
    position: relative;
    overflow: hidden;
}

/* Container for veggie icons */
.order-now {
    position: relative;
    overflow: hidden;
}

.veg-icons {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 5;
}

.veg-icons span {
    position: absolute;
    opacity: 1;
}

/* Float animations */
@keyframes floatDown {
    0% {
        transform: translateY(-80px) rotate(0deg);
    }

    100% {
        transform: translateY(300px) rotate(360deg);
    }
}


/* Positioning for safety */
.order-now {
    position: relative;
    overflow: hidden;
}

.order-now>.order-content {
    position: relative;
    z-index: 2;
}


.order-now {
    position: relative;
    overflow: hidden;
}

.order-now>.order-content {
    position: relative;
    z-index: 2;
}


/* Footer */
.footer {
    background-color: #fff;
    padding: 3rem 2rem;
    color: #222;
    font-family: 'Roboto', sans-serif;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.footer-top h4 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.footer-top ul {
    list-style: none;
    padding: 0;
}

.footer-top li {
    margin-bottom: 0.5rem;
}

.footer-top a {
    text-decoration: none;
    color: #333;
}

.footer .payment-icons img {
    height: 24px;
    margin-right: 8px;
}

.newsletter-form input {
    padding: 0.5rem;
    border: 1px solid #ccc;
    margin-right: 0.5rem;
}

.newsletter-form button {
    padding: 0.5rem 1rem;
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
}

.footer-bottom {
    border-top: 1px solid #eee;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom .social-icons a {
    margin-right: 10px;
}

.locations-section {
    background-color: #fffbea;
    padding: 50px 20px;
    text-align: center;
}

.city-name {
    font-size: 28px;
    margin-bottom: 30px;
    color: #222;
}

.location-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.location-card {
    background-color: #fff7d1;
    padding: 20px 25px;
    border-radius: 16px;
    width: 260px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.location-card:hover {
    transform: translateY(-5px);
}

.location-card h3 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #111;
}

.location-card p {
    font-size: 15px;
    margin: 8px 0;
    color: #444;
    display: flex;
    align-items: center;
}

.location-card i {
    margin-right: 8px;
    font-size: 18px;
}

.carousel-wrapper {
    background: #fffbe5;
    padding: 2rem;
    text-align: center;
    font-family: sans-serif;
}


#location {
    font-family: 'Roboto', sans-serif;
    background-color: #fffbea;
    padding: 40px 20px;
    text-align: center;
}

#location h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1024px;
    margin: auto;
}

.carousel-window {
    overflow: hidden;
    width: 960px;
    /* 3 cards * 320px */
}

.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
}

.carousel-card {
    flex: 0 0 305px;
    color: #000;
    /* background-color: #BA1B2B; */
    background-color: #61C193;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    text-align: left;
}

.carousel-card h3 {
    margin: 10px 0;
    font-size: 20px;
}

.tag {
    background: #c8ffc8;
    color: #087f23;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 10px;
    display: inline-block;
}

.tag.coming {
    background: #ffdbd1;
    color: #b83228;
}

.info-row {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 15px;
}

.info-row i {
    margin-right: 8px;
    color: #f44336;
}

.carousel-btn {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #333;
    padding: 10px;
    user-select: none;
}

.carousel-btn:disabled {
    opacity: 0.3;
    cursor: default;
}

.carousel {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.carousel-track {
    display: flex;
    gap: 1rem;
    transition: transform 0.4s ease-in-out;
}

.location-card {
    min-width: 300px;
    max-width: 300px;
    background: #fff4c2;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    text-align: left;
}

.tag {
    display: inline-block;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 12px;
    margin-bottom: 10px;
    font-weight: bold;
}

.delivery {
    background: #d4fbd9;
    color: #1f923d;
}

.soon {
    background: #ffe2cf;
    color: #f26c4f;
}

.location-card i {
    margin-right: 8px;
    color: #f44336;
}

.carousel-btn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 2rem;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #444;
    z-index: 1;
}

.carousel-btn.left {
    left: 0;
}

.carousel-btn.right {
    right: 0;
}


.tag {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tag.delivery {
    background-color: #e6f7d9;
    color: #228b22;
}

.tag.soon {
    background-color: #fdebd0;
    color: #e67e22;
}

.insta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: black;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.insta-icon:hover {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
    background-clip: text;
    -webkit-background-clip: text;
    /* for Safari/Chrome */
    -webkit-text-fill-color: transparent;
    color: transparent;
    /* fallback for older browsers */
}

.whatsapp-icon {
    font-size: 25px;
    /* Bigger size */
    color: black;
    /* Default black */
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.whatsapp-icon:hover {
    color: #25D366;
}

/* Navbar Base */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
}

.nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}

.modal-content {
  background: #1e1e1e;
  color: #f5f5f5;
  padding: 24px 20px;
  border-radius: 16px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: popIn 0.3s ease-out;
}


.modal-content h2 {
  margin-top: 0;
  font-size: 1.4rem;
  color: #ff6363;
}

.modal-content p {
  margin-top: 10px;
  font-size: 1rem;
  color: #e0e0e0;
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  color: #999;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s ease;
}

.close-btn:hover {
  color: #fff;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.03);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}



/* Responsive - Mobile Devices */
@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .order-now {
        flex-direction: row;
        text-align: center;
        padding: 30px 20px;
    }

    .order-buttons {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .contact-section {
        flex-direction: row;
        padding: 20px;
        text-align: center;
    }

    .contact-info {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .contact-info h2 {
        font-size: 24px;
    }

    .insta-btn {
        justify-content: center;
    }

    .location-wrapper,
    .testimonial-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .arrow-btn {
        display: none;
    }

    .location-card,
    .testimonial-card {
        width: 90%;
        margin: 10px 0;
    }

    .menu-items {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .menu-buttons {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .menu-buttons button {
        padding: 8px 16px;
        font-size: 14px;
    }

    .menu-header h2 {
        font-size: 28px;
        text-align: center;
    }

    .who-we-are {
        display: block;
        text-align: center;
    }

    .image-wrapper {
        margin-top: 1rem;
    }

    .arrows {
        flex-direction: row;
        justify-content: center;
        margin: 1rem 0;
    }

    .text-content h2 {
        font-size: 30px;
    }

    .text-content h3 {
        font-size: 20px;
    }

    .hero {
        height: 500px;
        /*padding: 2rem 1rem;*/
        background-position: top center;
        background-repeat: no-repeat;
    }

    .hero h1 {
        font-size: 2rem;
        text-align: center;
        padding: 0 15px;
    }

    .logo-bar {
        font-size: 1.3rem;
        padding: 8px 20px;
    }

    footer {
        text-align: center;
    }

    .footer-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-section>div {
        margin-bottom: 20px;
    }

    .newsletter input[type="email"] {
        width: 100%;
    }

    .social-icons {
        justify-content: center;
    }

    nav ul {
        flex-direction: column;
        gap: 10px;
    }

    .nav-toggle {
        display: block;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
    }

    .nav-menu.active {
        display: flex;
    }

    .carousel-slide2 {
        display: flex;
        flex-direction: column;
    }

    .image-wrapper:first-child img {
        display: none;
    }

    .subscription-flex {
        flex-direction: column;
    }

    .plan-card {
        margin-bottom: 1.5rem;
    }

    .carousel-window {
        width: 100%;
        padding: 0 1rem;
        /* optional: space from edges */
    }

    .carousel-card {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 16px;
    }

    .carousel-track {
        gap: 1rem;
    }

    .carousel-btn {
        font-size: 1.8rem;
        top: 50%;
    }

    .carousel-card h3 {
        font-size: 1.2rem;
    }

    .info-row {
        font-size: 14px;
    }

    .find-us-flex-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .order-content {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
}

/* Default: Vertical layout (for desktop/laptop) remains untouched */

@media only screen and (max-width: 768px) {
    .menu-card.mobile {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      gap: 10px;
      padding: 10px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      border-radius: 12px;
      background: #fff;
      margin-bottom: -20px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      height: fit-content; /* <-- This makes height auto-fit */
    }



  .menu-card.mobile img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
  }

.menu-card.mobile h3 {
  font-size: 1rem;
  margin: 2px 0 8px;
}

.menu-card.mobile .desc {
  font-size: 0.8rem;
  margin: 0 0 15px;
}

.menu-card.mobile .kcal {
  font-size: 0.75rem;
  margin: 0 0 8px;
}


.menu-card.mobile .add-cart-btn {
  align-self: flex-start; /* keep it top-aligned */
  margin-left: auto;      /* push to right */
  padding: 6px 12px;
  font-size: 0.75rem;
  background-color: #d93737;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
}

  .menu-card.mobile > div {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .more-info-btn {
  margin-top: 8px;
  padding: 6px 10px;
  font-size: 0.85rem;
  background-color: #888;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.menu-card.mobile .button-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-left: auto;
}
.menu-card.mobile .button-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
  margin-top: 10px;
  margin-left: auto;
}

.menu-card.mobile .add-cart-btn,
.menu-card.mobile .more-info-btn,
.menu-card.mobile .delete-cart-btn {
  padding: 6px 10px;
  font-size: 0.85rem;
  background-color: #d93737;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  flex: 0 0 auto;
}

.menu-card.mobile .more-info-btn {
  background-color: #444;
}

.menu-card.mobile .delete-cart-btn {
  background-color: #f44336;
}
}