/*
cream colour hexcode: #f6f0ea
Dark Blue hexcode: #061627
Gold hexcode: ac7e44
*/

:root{
    --navy:#061627;
    --gold:#AC7E44;
    --ivory:#F6F0EA;
    --rose:#C9A3A3;
    --brown:#6B4F4F;
}

html {
    scroll-behavior: smooth;
}

body{
    margin:0;
    background:var(--ivory);
    font-family:'Cinzel',serif;
    color:var(--navy)
}

.logo,h1,h2{
    font-family:'Cinzel',serif;
}

.navbar{
    display:flex;
    justify-content:space-between;
    padding:10px 100px 10px  30px;
    background:var(--ivory);
    position: sticky;
    width: stretch;
    z-index: 999;
    top: 0;
}

.navbar ul{
    display:flex;
    gap:24px;
    list-style:none;
    align-items: center;
    font-size: 16px;
}

.navbar li{
    height: 20px;
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

.navbar li:hover a.padding{
    color: var(--gold);
}

.navbar a{
    text-decoration:none;
    color:var(--navy);
    background-color: transparent;
}

.hero{
    height:500px;
    background: var(--navy);
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
}

.hero-inner{
    text-align:center
}

.hero-inner-left{
    height: 100%;
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-inner-right{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.list {
    margin: 0;
}

.collection-hero-inner-left{
    height: 100%;
    display: flex;
    width: 40%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.collection-hero-inner-right{
    height: 100%;
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container{
    padding:10px 5%
}

.collectionContainer{
    padding:10px 0 0 0;
}

.logo, h1, h2, h3 {
    font-family: 'Cinzel', serif;
    letter-spacing: 1px;
    color:var(--navy);
}

.secondaryLogoHeader{
    height: 90px;
}

.uppercase{
    text-transform: uppercase;
}

.padding{
    padding: 0 10px 0 10px;
    display: inline-block;
}

.productNameAndTaglineHeader{
    height:70px;
    padding-bottom: 8px;
}

.displayInline{
    display: inline-block;
}

.positionRelative{
    position: relative;
}

.zIndex1{
    z-index: 1;
}

.left-20{
    left: -10px;
}

.primaryLogoHeight0{
    height: 40px;
}

.primaryLogoHeight40{
    height: 40px;
}

.text h1,h2,h3,h4,h5,h6{
    color: var(--gold);
    font-family: 'Montserrat', serif;
}

.order{
    background-color: white;
    height:300px;
    position: relative;
    padding-bottom: 30px;
}

.orderText {
    color: var(--navy);
    font-weight: 300;
    margin-top: 0;
}

.orderDiv {
    display: flex;
    margin-top: 50px;
}

.orderTextDiv {
    width: 70%;
}

.airmenuLogoDiv {
    width: 30%;
    text-align: center;
}

.airmenuLogo {
    width: 140px;
    height: 140px;
}

.orderLogoDiv {
    display: flex;
    justify-content: center;
    width: 50%;
}

.orderTypeOfDeliveryDiv {
    display: flex;
}

.orderAnchor {
    width: 100%;
    color: var(--navy);
    text-decoration: none;
}

.orderDeliveryAnchorDiv {
    display: flex;
    width: 100%;
    justify-content: center;
}

.orderTakeawayAnchorDiv {
    display: flex;
    width: 100%;
    justify-content: center;
}

.orderDeliveryDiv {
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    color: var(--navy);
}

.orderTakeawayDiv {
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    color: var(--navy);
}

.deliveryLogo {
    width: 30px;
    height: 30px;
    margin-top: 15px;
}

.takeawayLogo {
    width: 30px;
    height: 30px;
    margin-top: 15px;
}

.ourStorySection{
    background-color: var(--rose);
    height:230px;
    position: relative;
    padding-bottom: 60px;
}

.ourStoryTextLeft {
    width: 100%;
}

.ourStoryTextRight {
    width: 70%;
    text-align: right;
    padding-left: 30%;
}

.ourStoryExpandedDiv {
    display: flex;
}

.ourStoryExpandedTextRight {
    width: 95%;
    text-align: right;
    padding-left: 5%;
}

.imageDiv {
    align-content: center;
    height: 368px;
}

.usImage {
    height: 335px;
    width: 420px;
    border-radius: 20px;
}

.ourStoryText {
    color: var(--navy);
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
}

.featuredCollectionSection{
    background-color: white;
}

.foundersSection{
    background-color: var(--ivory);
    height:400px;
}

.contactUsSection{
    background-color: var(--navy);
    height:370px;
}

.contactInfoDiv {
    display: flex;
    margin-top: 50px;
}

.orderAnchor {
    width: 100%;
    color: var(--navy);
    text-decoration: none;
}

.socialsDiv {
    display: inline-grid;
    width: 55%;
    row-gap: 5px;
}

.material-icon {
    font-size: 30px !important;
    font-weight: 500;
    color:white;
    height: 25px;
}

.phoneDiv {
    display: flex;
    gap: 10px;
}

.emailDiv {
    display: flex;
    gap: 10px;
}

.instagramDiv {
    display: flex;
    gap: 10px;
}

.contactAnchor {
    width: 100%;
    color: white;
    text-decoration: none;
}

.addressDiv {
    display: flex;
    gap: 10px;
}

.reviewsDiv {
    display: flex;
    gap: 10px;
}

.instgramImage {
    height: 25px;
    width: 25px;
    margin-left: 2px;
}

.timingsDiv {
    display: inline;
    width: 60%;
}

.timings {
    color: white;
    font-weight: 300;
    margin-top: 0;
}

.timingsText {
    color: white;
    font-weight: 200;
    margin-top: 0;
}

.hero-inner-right div{
    width:100%;
}

.questionClass{
    font-weight: 400;
    letter-spacing: 1px;
}

.textWeight100{
    font-weight: 100;
}

.textWeight200{
    font-weight: 200;
}

.montserrat{
   font-family: 'Montserrat',serif;
}

.answerClass{
    font-weight: 100;
    color: white;
    letter-spacing: 1px;
}

.slotTimings {
    display: flex;
    gap: 50px;
    margin-top: 36px;
}

.deliverySlot {
    padding-left: 10px;
}

.deliveryDays {
   display: flex;
}

.deliveryTimings {
    display: flex;
}

.takeawaySlot {
    padding-left: 10px;
}

.takeawayDays {
    display: flex;
}

.takeawayTimings {
    display: flex;
}

.footer{
    position: relative !important;
    height: 50px;
    color: var(--navy);
    font-weight: 300;
}

.footer h4{
    margin-top:13px;
    display: flex;
    justify-content: center;
    font-weight: 200;
    color: var(--navy);
}

.navbar.scrolled {
    /* 1. Shrinks width slightly and indents from screen edges to look floating */
    width: auto;
    left: 3%;
    background-color: rgba(246, 240, 234, 0.90);
    backdrop-filter: blur(8px); /* Modern blurred glass transparency */
    border: 1px solid rgba(255, 255, 255, 0.4);

    /* 2. Pushes the header vertically closer to the viewer's eye */
    transform: translateZ(20px);

    /* 3. Deep, multi-layered real-world shadow simulating physical desk lift */
    box-shadow:
            0 1px 1px rgba(0, 0, 0, 0.05),
            0 4px 8px rgba(0, 0, 0, 0.04),
            0 16px 32px rgba(0, 0, 0, 0.08),
            0 30px 60px rgba(0, 0, 0, 0.05);
}

.story-wrapper {
    position: relative;
    width: 100%;
    transition: max-height 0.6s ease;
    /* Set this to your default/collapsed height */
    max-height: 300px;
    z-index: 998;
}

.story-wrapper.open {
    max-height: 1000px; /* Large enough value to clear both sections */
}

.ourStoryExpand{
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    color: white;
    border: none;
    padding: 0 15px 0 10px;
    cursor: pointer;
    font-size: 30px;
    z-index: 1;
    /*border-radius: 50%;*/
    background-color: var(--rose);
    transition: transform 0.1s ease;
    width: 40px;
    height: 50px;
    /*opacity: 0.2;*/
}

.ourStoryExpandClose{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    color: white;
    border: none;
    padding: 0 15px 2px 0;
    cursor: pointer;
    font-size: 30px;
    z-index: 1;
    /*border-radius: 50%;*/
    background-color: var(--rose);
    transition: transform 0.1s ease;
    width: 25px;
    height: 50px;
    /*opacity: 0.2;*/
}

.ourStoryExpandedSection{
    display: none;
    background-color: var(--rose);
    height:620px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity 0.6s ease, max-height 0.6s ease, visibility 0.6s;
}

.ourStorySection.show{
    padding-bottom: 60px;
}

.ourStoryExpandedSection.show{
    display: block;
    opacity: 1;
    visibility: visible;
    padding-top: 0;
}

/* Teammate name animator css */
.teammate-pill {
    display: inline-flex;       /* Keeps the div compact and snug around text */
    align-items: center;
    padding: 10px 24px;         /* Uniform starting padding */
    border-radius: 30px;        /* Smooth, pill-shaped rounded edges */
    font-family: 'Montserrat',serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;

    /* Restricts structural warping; ensures pixel shifts animate smoothly */
    max-width: 150px;
    white-space: nowrap;        /* Stops text from wrapping to a second line */
    overflow: hidden;           /* Keeps hidden components masked */

    /* Orchestrates the expansion speed */
    transition: max-width 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    background-color 0.3s ease;
}

/* 1. Teammate Name Behavior */
.teammate-name {
    transition: color 0.3s ease;
}

/* 2. Central Separator Behavior */
.pill-divider {
    height: 16px;
    width: 2px;
    background-color: var(--gold);  /* Vibrant blue accent color */

    /* Start completely hidden and collapsed */
    opacity: 0;
    max-width: 0;
    margin: 0;

    transition: opacity 0.3s ease,
    max-width 0.4s ease,
    margin 0.4s ease;
}

/* 3. Meaning Text Behavior */
.teammate-meaning {
    color: var(--navy);             /* Muted gray text color */
    font-size: 0.9rem;
    font-weight: 400;

    /* Start completely hidden and collapsed */
    opacity: 0;
    max-width: 0;

    transition: opacity 0.3s ease,
    max-width 0.5s ease;
}

/* ==========================================
   THE HOVER ACTIONS (The Animation Sequence)
   ========================================== */

.teammate-pill:hover {
    /* Safely expands the small container width to reveal all text elements */
    max-width: 400px;
}

/* On hover, reveal the central vertical divider line */
.teammate-pill:hover .pill-divider {
    opacity: 1;
    max-width: 2px;
    margin: 0 14px;            /* Smoothly pushes the name left and meaning right */
}

/* On hover, reveal the name meaning text field */
.teammate-pill:hover .teammate-meaning {
    opacity: 1;
    max-width: 200px;          /* Gives text enough room to fade inward */
}

/* Optional: Changes name color on active hover state */
.teammate-pill:hover .teammate-name {
    color: var(--navy);
}

/* 1. The Hidden Sliding Overlay Panel */
.menu-overlay {
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 1000;
    transition: right 0.4s ease-in-out;
    overflow: hidden; /* Keeps scrollbars inside */
    background-color: transparent; /* Crucial: stops the box layer from breaking filter engines */
}

/* Active class to slide the panel into view */
.menu-overlay.active {
    right: 0;
}

/* 2. Top Bar inside Overlay for the Close Button */
.overlay-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    z-index: 100; /* Pushes header layers directly above your scrolling images */
    background-color: rgba(246, 240, 234, 0.95);
    transition: all 0.2s ease-in-out;
}

.overlay-header.scrolled{
    /* CHANGED: Switched from position: sticky to absolute to prevent main window leaking */
    position: absolute;
    top: 0;
    background-color: rgba(246, 240, 234, 0.75); /* Lowered for optimal frosting opacity */

    -webkit-backdrop-filter: blur(12px); /* Vital Safari prefix rendering support */
    backdrop-filter: blur(12px);         /* Modern blurred glass transparency */

    box-shadow:
            0 1px 1px rgba(0, 0, 0, 0.05),
            0 4px 8px rgba(0, 0, 0, 0.04),
            0 16px 32px rgba(0, 0, 0, 0.08);
}

/* Close Button styling placed on the top-left */
.close-btn {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    line-height: 1;
}

.close-btn:hover {
    color: #ff6b6b;
}

/* 3. Scrollable Area for Menu Images */
.overlay-body {
    padding: 80px 20px 0 20px;
    overflow-y: auto;
    flex-grow: 1;
    background-color: var(--ivory);
}

.menu-image {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.menuDiv {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.sliding-menu-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
}

.category-heading{
    padding-left: 33px;
}

.signatureItems{
    margin: 15px 15px;
    background-color: var(--navy);
    height: 630px;
    padding: 20px;
    border-radius: 35px;
    box-shadow:
            0 1px 3px rgba(0, 0, 0, 0.1),
            0 10px 20px rgba(0, 0, 0, 0.52),
            0 2px 5px rgba(0, 0, 0, 0.1);
}

.signature-carousel-indicators {
    display: none;
}


.gourmetItems{
    margin: 15px 15px;
    background-color: var(--ivory);
    height: 630px;
    padding: 20px;
    border-radius: 35px;
    box-shadow:
            0 1px 3px rgba(0, 0, 0, 0.1),
            0 10px 20px rgba(0, 0, 0, 0.52),
            0 2px 5px rgba(0, 0, 0, 0.1);
}

.gourmet-carousel-indicators {
    display: none;
}

.bakedItems{
    margin: 15px 15px;
    background-color: var(--gold);
    height: 630px;
    padding: 20px;
    border-radius: 35px;
    box-shadow:
            0 1px 3px rgba(0, 0, 0, 0.1),
            0 10px 20px rgba(0, 0, 0, 0.52),
            0 2px 5px rgba(0, 0, 0, 0.1);
}

.baked-carousel-indicators {
    display: none;
}

.addOnItems{
    margin: 15px 15px;
    background-color: var(--navy);
    height: 600px;
    padding: 20px;
    border-radius: 35px;
    box-shadow:
            0 1px 3px rgba(0, 0, 0, 0.1),
            0 10px 20px rgba(0, 0, 0, 0.52),
            0 2px 5px rgba(0, 0, 0, 0.1);
}

.overlay-body div div h2{
    font-weight: 400;
}

.signatureImages{
    width: 100px;
    height: 100px;
}

.itemCard {
    width: 390px;               /* Tall, narrow visiting card aspect ratio */
    min-width: 390px;
    height: 500px;
    background: #fcfcfc;        /* Premium paper off-white color */
    border: 1px solid #e2e8f0;
    border-radius: 6px;         /* Subtle corner rounding, mimicking cut paper */
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat',serif;

    /* Layered shadow system: provides ambient drop + crisp close shadow */
    box-shadow:
            0 1px 3px rgba(0, 0, 0, 0.1),
            0 10px 20px rgba(0, 0, 0, 0.12),
            0 2px 5px rgba(0, 0, 0, 0.05);

    /* Prepares the smooth 3D tilting motion transition */
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.4s ease;
    transform-style: preserve-3d;
}

.itemCard-image-div {
    display: flex;
    justify-content: center;
    margin-top: 65px;
}

.itemCard-image-div-img {
    width: 190px;
    height: 180px;
    border-radius: 8px; /* Slightly rounded square instead of full circle */
    object-fit: cover;
    padding: 4px; /* Creates a clean matting border effect around the photo */
    transform: scale(1.5);
}

.item-info {
    padding: 50px 30px;
    text-align: center;
}

.item-name {
    margin: 0;
    color: var(--navy);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.item-title {
    margin: 10px 0 0 0;
    color: var(--gold); /* Accent color matching top stripe */
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.item-bio {
    margin-top: 10px;
    color: var(--navy);
    font-size: 0.88rem;
    line-height: 1.7; /* Generous text leading for excellent readability */
    text-align: justify; /* Gives it a formal, printed look */
}

.item-price-heading {

}

.item-quantity {
    margin: 50px 0 0 0;
    color: var(--gold); /* Accent color matching top stripe */
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.item-price {
    margin-bottom: 10px;
    color: var(--gold); /* Accent color matching top stripe */
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    bottom: 0;
    position: absolute;
    transform: translateX(115%);
}

.statutoryDiv{
    display: flex;
    justify-content: center;
    margin-top: 16px;
    font-size: 0.7rem;
}
.statutory{
    font-weight: 400;
    font-family: 'Montserrat', serif;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--ivory, #fdfbf7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999; /* Stands above sticky elements */
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Hidden state wrapper utility class */
.loader-overlay.fade-out {
    opacity: 0;
    visibility: hidden;
}

/* Logo container bounding properties */
.loader-logo-wrapper {
    max-width: 180px; /* Adjust this to size your logo nicely on the screen */
    width: 40%;       /* Fluid scale sizing constraints on mobile views */
    text-align: center;
}

/* Logo scaling rules and pulse animation trigger */
.loader-logo {
    width: 100%;
    height: auto;
    display: block;
    animation: logoPulse 1.8s ease-in-out infinite;
}

/* Elegant breathing pulse animation */
@keyframes logoPulse {
    0% {
        transform: scale(0.92);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.03);
        opacity: 1;
    }
    100% {
        transform: scale(0.92);
        opacity: 0.6;
    }
}

/* --- MOBILE STYLES (Screens 768px wide or smaller) --- */
@media (max-width: 768px) {
    .productNameAndTaglineHeader {
        height: 60px;
    }

    .secondaryLogoHeader {
        height: 80px;
    }

    .navbar {
        padding: 10px 20px; /* Reduce heavy desktop padding on mobile */
    }

    .nav-toggle {
        display: block; /* Show hamburger button on mobile */
        color: var(--navy);
    }

    /* Transform horizontal list into a hidden vertical dropdown */
    .navbar .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%; /* Sits exactly below the navbar */
        left: 0;
        width: 100%;
        background: var(--ivory);
        padding: 20px 0;
        gap: 15px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    /* Class to display the menu when active */
    .navbar .nav-menu.active {
        display: flex;
        margin-top: -1px;
    }

    .overlay-body {
        padding: 80px 0 0 0;
        overflow-y: auto;
        flex-grow: 1;
        background-color: var(--ivory);
    }

    .signatureItems {
        margin: 15px 0;
        padding: 20px 30px;
    }

    .signature-carousel-indicators {
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px; /* Spacing between dots */
        z-index: 10;
    }

    .gourmetItems {
        margin: 15px 0;
        padding: 20px 30px;
    }

    .gourmet-carousel-indicators {
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px; /* Spacing between dots */
        z-index: 10;
    }

    .bakedItems {
        margin: 15px 0;
        padding: 20px 30px;
    }

    .baked-carousel-indicators {
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px; /* Spacing between dots */
        z-index: 10;
    }

    .itemCard {
        width: 370px;
        min-width: 370px;
        /* Adjust width so the user can see one card clearly on mobile */
        flex: 0 0 calc(100% - 40px);

        /* Tells the browser exactly where to snap the card */
        scroll-snap-align: center;
    }

    .itemCard-image-div-img {
        width: 180px;
        height: 170px;
    }

    .item-name {
        font-size: 17px;
    }

    .item-info {
        padding: 50px 20px 0 20px;
    }

    .item-price {
        margin: 0;
        position: absolute;
        bottom: 10px;
        transform: translateX(125%);
    }

    .statutoryDiv {
        margin: 20px 20px 0 20px;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .hero {
       height: 700px;
    }

    .hero-inner-right {
        text-align: justify;
    }

    .paddingBottom45 {
        padding-bottom: 45px;
    }

    .order {
        height: 450px;
    }

    .orderDiv {
        display: inline;
    }

    .orderText {
        text-align: center;
    }

    .airmenuLogoDiv {
        width: 100%;
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .orderTextDiv {
        width: 100%;
    }

    .airmenuLogo {
        height: 100px;
        width: 100px;
    }

    .orderTypeOfDeliveryDiv {
        display: flex;
    }

    .orderAnchor {
        width: 100%;
        color: var(--navy);
        text-decoration: none;
    }

    .orderDeliveryAnchorDiv {
        display: flex;
        justify-content: flex-start;
    }

    .orderTakeawayAnchorDiv {
        display: flex;
        justify-content: end;
    }

    .story-wrapper {
        max-height: 600px;
    }

    .story-wrapper.open {
        max-height: 1810px;
    }

    .ourStorySection {
        height: 530px;
    }

    .ourStoryExpandedSection{
        height:1220px;
    }

    .ourStoryExpandedDiv {
        display: inline-grid;
    }

    .ourStoryExpand {
        padding: 0 15px 3px 10px;
    }

    .ourStoryExpandClose {
        bottom: -5px;
    }

    .imageDiv {
        height: 180px;
        display: flex;
        justify-content: center;
    }

    .usImage {
        height: 150px;
        width: 200px;
    }

    .ourStoryExpandedTextRight {
        width: 100%;
        text-align: justify;
        padding-left: 0;
    }

    .category-heading {
        display: flex;
        justify-content: center;
        font-size: 18px;
        padding-left: 0;
    }

    .card-display {
        flex-direction: column;
        align-items: center;
    }

    .card-perspective {
        margin: 10px 10px;
    }

    .contactUsSection {
        height: 870px;
    }

    .contactInfoDiv {
        display: inline-grid;
        margin-top: 20px;
    }

    .slotTimings {
        display: inline-grid;
        gap: 20px;
        margin-top: 20px;
    }

    .socialsDiv {
        width: 100%;
    }

    .timingsDiv {
        margin-top: 20px;
        width: 100%;
    }

    .footer h4 {
        font-size: 13px;
    }
}

@media (max-width: 402px) {
    .productNameAndTaglineHeader {
        height: 50px;
    }

    .secondaryLogoHeader {
        height: 70px;
    }

    .navbar {
        padding: 10px 20px; /* Reduce heavy desktop padding on mobile */
    }

    .nav-toggle {
        display: block; /* Show hamburger button on mobile */
        color: var(--navy);
    }

    /* Transform horizontal list into a hidden vertical dropdown */
    .navbar .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%; /* Sits exactly below the navbar */
        left: 0;
        width: 100%;
        background: var(--ivory);
        padding: 20px 0;
        gap: 15px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    /* Class to display the menu when active */
    .navbar .nav-menu.active {
        display: flex;
        margin-top: -1px;
    }

    .overlay-body {
        padding: 80px 0 0 0;
        overflow-y: auto;
        flex-grow: 1;
        background-color: var(--ivory);
    }

    .signatureItems {
        margin: 15px 0;
        padding: 20px 20px;
    }

    .signature-carousel-indicators {
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px; /* Spacing between dots */
        z-index: 10;
    }

    .gourmetItems {
        margin: 15px 0;
        padding: 20px 20px;
    }

    .gourmet-carousel-indicators {
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px; /* Spacing between dots */
        z-index: 10;
    }

    .bakedItems {
        margin: 15px 0;
        padding: 20px 20px;
    }

    .baked-carousel-indicators {
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px; /* Spacing between dots */
        z-index: 10;
    }

    .itemCard {
        width: 350px;
        min-width: 350px;
        /* Adjust width so the user can see one card clearly on mobile */
        flex: 0 0 calc(100% - 40px);

        /* Tells the browser exactly where to snap the card */
        scroll-snap-align: center;
    }

    .itemCard-image-div-img {
        width: 170px;
        height: 160px;
    }

    .item-name {
        font-size: 17px;
    }

    .item-info {
        padding: 40px 10px 0 10px;
    }

    .item-price {
        margin: 0;
        position: absolute;
        bottom: 10px;
        transform: translateX(115%);
    }

    .statutoryDiv {
        margin: 20px 10px 0 10px;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .hero {
        height: 700px;
    }

    .hero-inner-right {
        text-align: justify;
    }

    .paddingBottom45 {
        padding-bottom: 40px;
    }

    .order {
        height: 450px;
    }

    .orderDiv {
        display: inline;
    }

    .orderText {
        text-align: center;
    }

    .airmenuLogoDiv {
        width: 100%;
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .orderTextDiv {
        width: 100%;
    }

    .airmenuLogo {
        height: 100px;
        width: 100px;
    }

    .orderTypeOfDeliveryDiv {
        display: flex;
    }

    .orderAnchor {
        width: 100%;
        color: var(--navy);
        text-decoration: none;
    }

    .orderDeliveryAnchorDiv {
        display: flex;
        justify-content: flex-start;
    }

    .orderTakeawayAnchorDiv {
        display: flex;
        justify-content: end;
    }

    .story-wrapper {
        max-height: 670px;
    }

    .story-wrapper.open {
        max-height: 2000px;
    }

    .ourStorySection {
        height: 600px;
    }

    .ourStoryExpandedSection{
        height:1320px;
    }

    .ourStoryExpandedDiv {
        display: inline-grid;
    }

    .ourStoryExpand {
        padding: 0 15px 3px 10px;
    }

    .ourStoryExpandClose {
        bottom: -5px;
    }

    .imageDiv {
        height: 180px;
        display: flex;
        justify-content: center;
    }

    .usImage {
        height: 150px;
        width: 200px;
    }

    .ourStoryExpandedTextRight {
        width: 100%;
        text-align: justify;
        padding-left: 0;
    }

    .category-heading {
        display: flex;
        justify-content: center;
        font-size: 18px;
        padding-left: 0;
    }

    .card-display {
        flex-direction: column;
        align-items: center;
    }

    .card-perspective {
        margin: 10px 10px;
    }

    .contactUsSection {
        height: 900px;
    }

    .contactInfoDiv {
        display: inline-grid;
        margin-top: 20px;
    }

    .slotTimings {
        display: inline-grid;
        gap: 20px;
        margin-top: 20px;
    }

    .socialsDiv {
        width: 100%;
    }

    .timingsDiv {
        margin-top: 20px;
        width: 100%;
    }

    .footer h4 {
        font-size: 13px;
    }
}