@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");

.watermarked {
    position: relative;
}

.watermarked::after {
    content: "Developer: Venu";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-20deg);
    font-size: 60px;
    color: rgba(0, 0, 0, 0.08);
    /* light transparent */
    font-weight: bold;
    white-space: nowrap;
    pointer-events: none;
    /* ensures watermark doesn't block buttons */
}

.custom-button {
    background: linear-gradient(135deg, #ff9f1c, #ff4040);
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.custom-button:hover {
    background: linear-gradient(135deg, #ff4040, #ff9f1c);
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.custom-button:active {
    transform: scale(0.95);
}




.food-munch-logo {
    width: 80px;
    height: 70px;
}

#navItem1 {
    color: #323f4b;
    font-family: "Roboto";
}

#navItem2 {
    color: #323f4b;
    font-family: "Roboto";
}

#navItem3 {
    color: #323f4b;
    font-family: "Roboto";
}

#navItem4 {
    color: #323f4b;
    font-family: "Roboto";
}

.banner-section-bg-container {
    background-image: url("https://d2clawv67efefq.cloudfront.net/ccbp-responsive-website/foodmunch-banner-bg.png");
    height: 100vh;
    background-size: cover;
}

.banner-heading {
    color: white;
    font-family: "Roboto";
    font-size: 45px;
    font-weight: 300;
}

.banner-caption {
    color: #f5f7fa;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 300;
}

/* Primary Button */
.btn {
    background-color: #f1c40f;
    /* Golden yellow */
    color: #222;
    /* Dark text for contrast */
    padding: 12px 28px;
    border: none;
    border-radius: 50px;
    /* Fully rounded pill shape */
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn:hover {
    background-color: #d4ac0d;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

/* Outline Button */
.custom-outline-button {
    background-color: transparent;
    color: #f1c40f;
    padding: 12px 28px;
    border: 2px solid #f1c40f;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-outline-button:hover {
    background-color: #f1c40f;
    color: #222;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}


.wcu-section {
    background: linear-gradient(135deg, #fdfbfb, #ebedee);
    padding: 60px 0;
}

.wcu-section-heading {
    color: #222f3e;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.wcu-section-description {
    color: #576574;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    margin-bottom: 40px;
}

.wcu-card {
    text-align: center;
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wcu-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.wcu-card-image {
    width: 85px;
    height: 85px;
    object-fit: contain;
}

.wcu-card-title {
    color: #1e272e;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
}

.wcu-card-description {
    color: #636e72;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.6;
}

.offers {
    color: #d35400;
    font-style: italic;
    font-weight: 700;
}

.explore-menu-section {
    background-color: white;
}

.menu-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.menu-item-image {
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    /* makes it look clickable */
}

.menu-item-image:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.menu-card-title {
    color: #323f4b;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 500;
    margin-top: 24px;
}

.menu-item-link {
    color: #d0b200;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.menu-item-link:hover {
    text-decoration: underline;
}

.menu-item-card {
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.menu-item-card:hover {
    transform: translateY(-4px);
}


.healthy-food-section {
    background-color: #f9fbfe;
}

.healthy-food-section-img {
    width: 270px;
}

.healthy-food-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.healthy-food-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}

.delivery-and-payment-section {
    background-color: white;
}

.delivery-and-payment-section-img {
    width: 270px;
}

.delivery-and-payment-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.delivery-and-payment-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}

.payment-card-img {
    width: 50px;
    height: 50px;
    margin-right: 28px;
}

.thanking-customers-section {
    background-image: radial-gradient(#fff8db, #fae38c);
}

.thanking-customers-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.thanking-customers-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}

.thanking-customers-section-img {
    width: 270px;
    margin-bottom: 20px;
}

.thanking-customers-section-modal-title {
    color: #d0b200;
    font-weight: 800;
}

/* Follow Us Section */
.follow-us-section {
    background: linear-gradient(135deg, #fff8e7, #ffe8c7);
    text-align: center;
}

.follow-us-section-heading {
    color: #183b56;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.follow-us-icon-container {
    background-color: #ffffff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-in-out;
}

.follow-us-icon-container:hover {
    background-color: #d0b200;
    transform: translateY(-6px);
}

.icon {
    color: #d0b200;
    font-size: 32px;
    transition: color 0.3s ease-in-out;
}

.follow-us-icon-container:hover .icon {
    color: #fff;
}

/* Footer Section */
.footer-section {
    background: linear-gradient(135deg, #0d2436, #112d44);
    padding-top: 40px;
    padding-bottom: 40px;
}

.food-munch-logo {
    width: 140px;
    margin-bottom: 15px;
}

.footer-section-mail-id {
    color: #f1f5f9;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin-top: 15px;
}

.footer-section-address {
    color: #cbd5e1;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin-top: 8px;
}

.footer-developer {
    color: #a3b3c2;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    margin-top: 10px;
    font-style: italic;
}
