body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #222;
}

/* NAVBAR */
.navbar {
    position: sticky;
    top: 0;
    background: #ffffffd9;
    backdrop-filter: blur(6px);
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    z-index: 999;
}

.navbar a {
    margin: 0 15px;
    color: #009f3d;
    font-weight: bold;
    text-decoration: none;
}

/* HEADER */
.header {
    background: #009f3d;
    text-align: center;
    padding: 25px 0;
}

.header-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.npfoods-logo {
    background: #fff;
    color: #009f3d;
    font-size: 28px;
    font-weight: 900;
    padding: 6px 18px;
    border-radius: 6px;
    letter-spacing: 1px;
}

.subway-logo {
    height: 70px;
    margin-top: 5px;
}

/* BANNER */
.banner-section {
    text-align: center;
    padding-top: 20px;
}

.banner-img {
    width: 100%;
    max-width: 700px;
    border-radius: 8px;
}

/* SECTION BASE */
.section {
    padding: 40px 0;
}

.container {
    width: 85%;
    max-width: 900px;
    margin: auto;
}

/* STORE CARDS */
.store-card {
    border: 1px solid #e5e5e5;
    border-left: 5px solid #009f3d;
    padding: 15px 20px;
    margin-bottom: 20px;
    background: #fafafa;
}

/* BUTTONS */
.btn-group {
    margin-top: 10px;
}

.btn {
    padding: 10px 18px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin-right: 8px;
    font-weight: bold;
    display: inline-block;
}

.zomato-btn {
    background: #cb202d;
}

.swiggy-btn {
    background: #fc8019;
}

/* FOOTER */
.footer {
    background: #009f3d;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    margin-top: 40px;
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    padding: 15px 20px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    z-index: 999;
}
