* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'Pricedown';
    src: url('../fonts/pricedown-bl.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Improves performance */
}

.partner-container {
    width: 75%;
    margin: 0 auto;
}
/* Then use it */
:root {
    --yellow: #f1be1a;
    --dark-blue: #282560;
}

body {
    font-family: 'Barlow','Pricedown', Arial, sans-serif;
    overflow-x: hidden !important;
    color: var(--dark-blue);
    font-size: 1.5rem;
}

/* Header and Navigation */
header {
    background-color: var(--yellow);
}

.top-bar {
    background-color: var(--yellow);
    padding: 15px 0;
}

.contact-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

    .contact-info a {
        text-decoration: none;
        color: var(--dark-blue);
        display: flex;
        align-items: center;
        gap: 5px;
    }

.social-icons {
    display: flex;
    gap: 10px;
}

    .social-icons a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: var(--dark-blue);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .social-icons .facebook {
        background-color: var(--dark-blue);
        color: var(--yellow);
    }

    .social-icons .twitter {
        background-color: var(--dark-blue);
        color: var(--yellow);
    }

    .social-icons .instagram {
        background-color: var(--dark-blue);
        color: var(--yellow);
    }

    .social-icons .youtube {
        background-color: var(--dark-blue);
        color: var(--yellow);
    }

.logo {
    max-width: 250px;
}
.hamburger {
    display: none;
    cursor: pointer;
    z-index: 1001;
}

.hamburger-line {
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
.nav-menu {
    display: flex;
    justify-content: flex-end;
    gap: 3rem;
    margin-top: 3rem;
    font-family: 'Pricedown';
}

    .nav-menu a {
        text-decoration: none;
        color: var(--dark-blue);
        font-weight: bold;
        font-size: 2rem;
        text-transform: uppercase;
        font-family: 'Pricedown';
    }

/* Hero Section */
.hero-section {
    position: relative;
    padding: 50px 0;
    text-align: center;
}

.product-image {
    /*max-width: 400px;*/
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transition: 1s all;
}

.hero-decoration {
    position: absolute;
    /*width: 150px;
            height: 150px;*/
    z-index: 1;
    width: 200px;
}

.decoration-1 {
    top: 20%;
    left: 10%;
    animation: MoveUpDown 4s linear infinite;
}

.decoration-2 {
    top: 20%;
    right: 10%;
    transform: rotate(306deg);
    animation: MoveDownUp 4s linear infinite;
}

/* Footer Wave */
.wave-container {
    position: relative;
    margin-top: 50px;
}

.wave {
    background-image: url(../images/banner_curve.svg);
    background-clip: content-box;
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    height: 500px;
    position: relative;
    margin-top: -250px;
}

.tagline {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #282560;
    font-size: 5rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10rem;
    line-height: 8rem;
    font-family: 'Pricedown';
}

    .tagline .second-text {
        font-size: 5rem;
        color: #f1be1a;
        font-family: 'Pricedown';
    }

.decoration-item {
    position: absolute;
    z-index: 2;
}

.onion {
    right: 4%;
    bottom: 0%;
    /*transform: rotate(30deg);*/
    animation: MoveUpDown 4s linear infinite;
}

.cilantro {
    left: 18rem;
    top: 5rem;
    animation: MoveDownUp 4s linear infinite;
}
.leaf-1 {
    right: 25%;
    bottom: 70%;
    /* transform: rotate(30deg); */
    animation: MoveUpDown 4s linear infinite;
}
.leaf-2 {
    right: 25%;
    bottom: -18%;
    animation: MoveDownUp 4s linear infinite;
    /* transform: rotate(30deg); 
     animation: rotate 4s linear infinite;*/
}
    /*Why Golgappa section*/
    .header-title {
        font-size: 3rem;
        color: var(--dark-blue);
        font-weight: bold;
        margin: 2rem 0;
        font-family: 'Pricedown';
    }

.feature-circle {
    background-image: url(../images/blob_1.png);
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 1s all;
}
    .feature-circle:hover {
        transform: rotate(2deg);
    }

    .feature-icon {
        margin-top: -6rem;
    }

.feature-title {
    color: var(--dark-blue);
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-family: 'Barlow';
}

.feature-text {
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--dark-blue);
    padding: 3%;
    padding-top: 0;
}

/* Make circles maintain aspect ratio */
.feature-container {
    aspect-ratio: 1 / 1;
}

.body-content {
    font-family: 'Barlow';
    font-size: 1.3rem !important;
    color: var(--dark-blue) !important;
}


/*franchies section*/
.franchies-container {
    width: 100%;
    /*max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;*/
}

.franchies-header {
    background-color: #2d2356;
    padding: 20px 0;
}

.franchies-title {
    font-size: 42px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.intro {
}

    .intro h2 {
        /*font-size: 24px;*/
        color: var(--dark-blue);
        margin-bottom: 15px;
        line-height: 1.4;
    }

.main-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    /*margin-bottom: 40px;*/
}

.image-container {
    flex: 1;
    min-width: 300px;
}

    .image-container img {
        margin-top: -3rem;
        padding-bottom: 2rem;
        margin: 0 auto;
        display: block;
        animation: MoveLeftRight 4s linear infinite;
    }

.features-container {
    flex: 1;
    min-width: 300px;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    color: #2d2356;
    margin-bottom: 20px;
    font-family: 'Pricedown';
}

.feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.feature-item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
}
.unique-offerings .feature-item {
    color: var(--yellow);
}

.franchies-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    flex-shrink: 0;
    position: absolute;
    top: 0rem;
    left: -3rem;
}

.unique-offerings {
    /*background-color: #2d2356;*/
    background-image: url(../images/blue-bar.png);
    color: white;
    padding: 40px 0;
    margin-top: -30rem;
}

    .unique-offerings .section-title {
        color: #ffd700;
    }

    .unique-offerings .franchies-icon {
        /*background-color: #ffd700;*/
        color: #2d2356;
    }

.cta-button {
    display: block;
    width: 200px;
    /*margin: 30px auto 0;*/
    background-color: #ffd700;
    color: #2d2356;
    text-align: center;
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

    .cta-button:hover {
        background-color: #e6c200;
        transform: scale(1.05);
    }

/*menu section designs*/
.menu-logo {
    font-size: 3rem;
    font-weight: bold;
    color: #1e1a58;
    text-transform: lowercase;
    /*letter-spacing: -2px;*/
    padding: 15px 0;
    font-family: Pricedown;
}

.description {
    padding: 15px 0;
    color: #444;
    line-height: 1.6;
}

.banner {
    background-color: #ffcc1d;
    color: #1e1a58;
    padding: 0;
    overflow: hidden;
}

.banner-text {
    padding: 30px;
}

.big-no {
    font-size: 6rem;
    font-weight: bold;
    line-height: 1;
}

.no-list {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
}

.freshly-text {
    color: #ffcc1d;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 30px;
}

.banner-right {
    background-color: #1e1a58;
}

.puri-img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    margin-left: -15rem;
    margin-top: 5rem;
}

.food-card {
    background-color: var(--dark-blue);
    /* border-radius: 50% 50% 50% 50% / 30% 30% 70% 70%; */
    color: #ffd700;
    text-align: center;
    padding: 30px 15px;
    margin-bottom: 8rem;
    transition: all 0.3s ease;
    position: relative;
    /* overflow: hidden; */
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    border-radius: 10rem;
}

    .food-card:hover {
        background-color: var(--yellow); /* Yellow on hover */
        color: #2b2b7e; /* Dark blue text on hover */
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }

    .food-card img {
        margin: 0 auto 15px;
        transition: all 0.3s ease;
        margin-top: -10rem;
        width: 15rem;
    }

    .food-card:hover img {
        border-color: #2b2b7e;
        transform: scale(1.05);
    }

.food-name {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 0px;
}

.food-desc {
    font-size: 1.5rem;
    opacity: 0.9;
    font-weight: 400;
    font-family: 'Barlow';
}

.papad-card {
    /*border-radius: 30px;*/
}

    .papad-card img {
        border-radius: 10px;
    }

.vision-mission-section {
    background-color: #FACC15;
    padding: 40px 0;
    /*animation: MoveUpDown 4s linear infinite;*/
}

.main-heading {
    color: var(--dark-blue);
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.subheading {
    color: var(--dark-blue);
    font-weight: bold;
    margin-bottom: 10px;
}

.content-text {
    color: #333;
    margin-bottom: 20px;
    margin-bottom: 0.5rem;
}

.vision-mission-image {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.logo-title {
    font-size: 4rem;
    font-weight: 700;
    color: #2d2356;
    text-align: center;
    margin-top: 2rem;
    font-family: Pricedown
}

.subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2d2356;
    text-align: center;
    margin-bottom: 2rem;
}

.partner-logo {
    height: 150px;
    width: 150px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    box-shadow: 1px 1px 11px 8px rgba(0, 0, 0, 0.1);
}

.pani-puri-icon {
    height: 80px;
    width: 80px;
    /*background-color: #ffeb3b;*/
    /*border-radius: 50%;*/
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    /*box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
}

    .pani-puri-icon.top-right {
        top: 14rem;
        right: 10rem;
        transform: rotate(303deg);
        animation: MoveUpDown 4s linear infinite;
    }

    .pani-puri-icon.bottom-left {
        bottom: -3rem;
        left: 10rem;
        animation: MoveLeftRight 4s linear infinite;
    }
img.partner-logo-img {
    width: 85%;
}

/* Custom styles */
.footer {
    background-color: var(--dark-blue); /* Dark blue/purple background */
    color: var(--yellow); /* Golden yellow text */
    padding: 2rem 0;
}

.footer-logo {
    max-width: 250px;
    margin-bottom: 1rem;
}

.footer a {
    color: #ffba08;
    text-decoration: none;
}

    .footer a:hover {
        color: #ffffff;
    }

.footer-contact {
    margin-bottom: 1.5rem;
}

    .footer-contact i {
        margin-right: 0.5rem;
    }

.footer-nav {
    list-style: none;
    padding-left: 0;
}

    .footer-nav li {
        margin-bottom: 0.5rem;
    }

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--yellow);
    color: #2e2a6b;
    border-radius: 50%;
    margin-right: 0.5rem;
    transition: all 0.3s ease;
}

    .social-icons a:hover {
        transform: translateY(-3px);
        background-color: #fff;
        color: var(--dark-blue);
    }

.copyright {
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.google-reviews {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

    .google-reviews img {
        height: 100px;
        margin-right: 0.5rem;
        margin-left: -1.5rem;
    }

    .google-reviews .stars {
        color: #ffba08;
        font-size: 1.2rem;
    }

i.fas.fa-phone-alt {
    transform: rotate(95deg);
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.popup-container {
    position: relative;
    width: 90%;
    max-width: 900px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1051;
}

    .popup-close:hover {
        background-color: #ff6b6b;
        transform: rotate(90deg);
    }

.popup-content {
    display: flex;
    flex-direction: row;
    background: #ffffff;
}

.popup-form {
    flex: 2;
    padding: 30px;
    background-color: #F9CB11;
}

.popup-image {
    flex: 1;
    background-color: #262262;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .popup-image img {
        max-width: 100%;
        max-height: 400px;
    }

.form-heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #262262;
    text-transform: uppercase;
    font-family: Pricedown;
}

.form-control {
    padding: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 4px;
}

.btn-submit {
    width: 100%;
    padding: 12px;
    background-color: #262262;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
}

    .btn-submit:hover {
        background-color: #1a1745;
    }

.form-check-label {
    font-size: 14px;
    color: #262262;
}

div#imageCarousel {
    margin-left: 21rem;
}

.carousel-item {
    width: auto;
    height: auto;
}

    .carousel-item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
/* Override default right to left direction */
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}

.active.carousel-item-start {
    transform: translateX(-100%);
}

.active.carousel-item-end {
    transform: translateX(100%);
}

/* Button styling */
#whatsapp {
    position: fixed;
    bottom: 0;
    right: 5rem;
    width: 40px;
    height: 50px;
    display: none;
    z-index: 1000;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);*/
    transition: background-color 0.3s, transform 0.3s;
}
    #whatsapp:hover {
        transform: scale(1.1);
    }
#scrollToTopBtn {
    position: fixed;
    bottom: 0.5rem;
    right: 20px;
    width: 35px;
    height: 35px;
    border-radius: 40px;
    background-color: var(--yellow);
    color: white;
    border: none;
    cursor: pointer;
    display: none;
    font-size: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s, transform 0.3s;
    z-index: 1000;
    font-weight: bold;
}

    #scrollToTopBtn:hover {
        background-color: var(--dark-blue);
        transform: scale(1.1);
    }


.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-blue);
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    z-index: 1000;
    transform: translateY(-100%);
    transition: transform 0.5s ease;
    padding-left: 8%;
    padding-top: 13%;
}

    .fullscreen-menu.active {
        transform: translateY(0);
    }

    .fullscreen-menu .nav-item {
        margin: 20px 0;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .fullscreen-menu.active .nav-item {
        opacity: 1;
        transform: translateY(0);
    }

    .fullscreen-menu .nav-link {
        color: var(--yellow);
        font-size: 24px;
        position: relative;
    }

        .fullscreen-menu .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -5px;
            left: 0;
            background-color: white;
            transition: width 0.3s ease;
        }

        .fullscreen-menu .nav-link:hover::after {
            width: 100%;
        }

.close-icon {
    position: absolute;
    top: 3%;
    right: 5%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1001;
    display: none;
}

    .close-icon::before,
    .close-icon::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: white;
        top: 50%;
        left: 0;
        transition: transform 0.3s ease;
    }

    .close-icon::before {
        transform: rotate(45deg);
    }

    .close-icon::after {
        transform: rotate(-45deg);
    }

    .close-icon:hover::before,
    .close-icon:hover::after {
        background-color: #f39c12;
    }

/* Delay each menu item appearance */
.fullscreen-menu .nav-item:nth-child(1) {
    transition-delay: 0.1s;
}

.fullscreen-menu .nav-item:nth-child(2) {
    transition-delay: 0.2s;
}

.fullscreen-menu .nav-item:nth-child(3) {
    transition-delay: 0.3s;
}

.fullscreen-menu .nav-item:nth-child(4) {
    transition-delay: 0.4s;
}

.fullscreen-menu .nav-item:nth-child(5) {
    transition-delay: 0.5s;
}
#alertMessage {
    display: none;
}

.popup-card {
    background-color: #1E2761;
    border-radius: 1rem;
    max-width: 50%;
    width: 90%;
    padding: 2rem;
    text-align: center;
}

.icon-container {
    width: 120px;
    height: 120px;
    /*background-color: #FFD700;*/
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5rem;
    position: relative;
}
.mobile-onion {
    display: none;
}

.desk-onion {
    display: block;
}