﻿@font-face {
    font-family: 'QIRANSans';
    src: url(../fonts/IRAN-Sans.eot);
    src: url(../fonts/IRAN-Sans.eot?#iefix) format('embedded-opentype'), url(../fonts/IRAN-Sans.woff) format('woff'), url(../fonts/IRAN-Sans.woff2) format('woff2'), url(../fonts/IRAN-Sans.ttf) format('truetype'), url(../fonts/IRAN-Sans.svg#a2ac8b5648085d6c69811dda1047c819) format('svg');
    font-style: normal;
    font-weight: 400;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: QIRANSans;
    background: #fff;
    color: #1f2d24;
    line-height: 1.8;
    direction: rtl;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: min(1180px, 92%);
    margin: 0 auto;
}

.image-place-holder {
    background-color: black;
    border-radius: 24px;
    min-height: 260px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 700;
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.25s ease;
}

.btn-primary {
    background: #214f36;
    color: #fff;
}

    .btn-primary:hover {
        background: #173d29;
    }

.btn-outline {
    border-color: #d99a27;
    color: #b87412;
    background: #fff;
}

.section-title {
    text-align: center;
    margin-bottom: 36px;
}

    .section-title h2 {
        font-size: 32px;
        color: #214f36;
        margin-bottom: 8px;
    }

    .section-title p {
        color: #666;
        max-width: 680px;
        margin: 0 auto;
    }

/* Header */
header {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 20;
}

.nav {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    color: #214f36;
}

.logo-icon {
    width: 48px;
    height: 48px;
    border: 2px solid #c47b1b;
    border-radius: 50%;
}

.logo span {
    display: block;
    font-size: 20px;
}

.logo small {
    display: block;
    color: #9b6b2c;
    font-size: 12px;
    margin-top: -4px;
}

.menu {
    display: flex;
    gap: 28px;
    color: #333;
    font-size: 15px;
}

    .menu a.active {
        color: #d98b18;
        font-weight: bold;
    }

/* Hero */
.hero {
    padding: 70px 0 80px;
    background: radial-gradient(circle at top right, rgba(217,154,39,0.08), transparent 35%), radial-gradient(circle at bottom left, rgba(33,79,54,0.06), transparent 35%);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 54px;
    align-items: center;
}

.hero h1 {
    font-size: clamp(36px, 5vw, 42px);
    line-height: 1.35;
    color: #214f36;
    margin-bottom: 18px;
}

    .hero h1 span {
        color: #d98b18;
    }

.hero p {
    font-size: 18px;
    color: #555;
    max-width: 520px;
    margin-bottom: 28px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-image .image-place-holder {
    min-height: 460px;
    border-radius: 36px;
}

/* Features */
.features {
    padding: 70px 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.feature-card {
    text-align: center;
    padding: 34px 24px;
    border: 1px solid #eee;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(0,0,0,0.04);
}

.feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #f8f1e6;
}

.feature-card h3 {
    color: #214f36;
    margin-bottom: 8px;
}

.feature-card p {
    color: #666;
    font-size: 14px;
}

/* Menu */
.menu-section {
    padding: 70px 0;
    background: #fafafa;
}

.food-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.food-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0,0,0,0.07);
}

    .food-card .list-image {
        border-radius: 0;
        min-height: 190px;
    }

.food-content {
    padding: 18px;
    text-align: center;
}

    .food-content h3 {
        color: #214f36;
        margin-bottom: 6px;
    }

.price {
    color: #777;
    margin-bottom: 14px;
}

.food-content .btn {
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

/* Membership */
.membership {
    padding: 80px 0;
    background: #fff;
}

.plans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

.plan {
    position: relative;
    padding: 34px 26px;
    border-radius: 26px;
    background: #fff;
    border: 2px solid var(--plan-color);
    box-shadow: 0 18px 45px rgba(0,0,0,0.06);
    text-align: center;
}

    .plan.popular {
        background: linear-gradient(180deg, rgba(217,139,24,0.08), #fff 45%);
    }

.badge {
    position: absolute;
    top: -18px;
    right: 50%;
    transform: translateX(50%);
    background: #d98b18;
    color: #fff;
    padding: 6px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: bold;
}

.plan-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: var(--plan-color);
}

.plan h3 {
    color: var(--plan-color);
    font-size: 28px;
    margin-bottom: 4px;
}

.plan .sub {
    color: #666;
    margin-bottom: 18px;
}

.plan-price {
    font-size: 34px;
    font-weight: 900;
    color: var(--plan-color);
    margin-bottom: 4px;
}

.plan small {
    color: #666;
}

.plan ul {
    list-style: none;
    margin: 26px 0;
    background: rgba(0,0,0,0.025);
    border-radius: 18px;
    padding: 16px;
}

.plan li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    color: #444;
}

    .plan li:last-child {
        border-bottom: 0;
    }

.plan .btn {
    width: 100%;
    background: var(--plan-color);
    color: #fff;
}

.membership-note {
    margin-top: 34px;
    padding: 18px 24px;
    border-radius: 18px;
    background: #faf7f1;
    color: #214f36;
    text-align: center;
    font-weight: bold;
    border: 1px solid #eee1cf;
}

/* Steps */
.steps {
    padding: 70px 0;
    background: #fafafa;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    text-align: center;
}

.step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 auto 14px;
    background: #d98b18;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.step h3 {
    color: #214f36;
    margin-bottom: 8px;
}

.step p {
    color: #666;
    font-size: 14px;
}

/* About */
.about {
    padding: 80px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.about h2 {
    color: #214f36;
    font-size: 34px;
    margin-bottom: 18px;
}

.about p {
    color: #555;
    margin-bottom: 16px;
}

/* Testimonial */
.testimonial {
    padding: 70px 0;
    background: #faf7f1;
    text-align: center;
}

.quote-box {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.05);
    color: #444;
    font-size: 18px;
}

.stars {
    color: #d98b18;
    margin: 14px 0;
    font-size: 22px;
}

/* Footer */
footer {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 46px 0 24px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 28px;
    margin-bottom: 30px;
}

footer h4 {
    color: #214f36;
    margin-bottom: 12px;
}

footer p,
footer a {
    color: #666;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
}

.copy {
    border-top: 1px solid #eee;
    padding-top: 18px;
    text-align: center;
    color: #777;
    font-size: 13px;
}

.hero {
    background-image: url(/Images/MotherKitchenBannerFa.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media (min-width: 1200px) {
    .hero {
        background-position: left;
    }
}

@media (max-width: 1200px) {
    .hero {
        background-position: right;
    }
}

@media (max-width: 980px) {
    .hero-grid,
    .about-grid {
        grid-template-columns: 1fr;
    }

    .food-grid,
    .plans {
        grid-template-columns: repeat(2, 1fr);
    }

    .plan.popular {
        transform: none;
    }

    .features-grid,
    .steps-grid,
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .menu {
        display: none;
    }
}

@media (max-width: 640px) {
    .nav {
        height: auto;
        padding: 16px 0;
    }

        .nav .btn {
            display: none;
        }

    .hero {
        padding: 48px 0;
    }

        .hero h1 {
            font-size: 34px;
        }

    .hero-image .image-place-holder {
        min-height: 320px;
    }

    .food-grid,
    .plans,
    .features-grid,
    .steps-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .about h2 {
        font-size: 28px;
    }
}

.slide {
    direction: rtl;
}

.basket-total {
    background-color: whitesmoke;
    padding: 50px;
    margin-right: 25px;
    border-radius: 15px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .mobile-menu {
        top: 22px;
        left: 20px;
    }

    .basket-icon {
        top: 23px !important;
        left: 65px !important;
    }
}