.restaurant-website-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.restaurant-website-hero {
    background: #c81d1f;
    padding: 40px 0 60px;
}
.restaurant-website-container .hero-btn {
    margin-top: 40px;
}
.hero-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 10px;
}

.hero-left h1 {
    font-size: 45px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
}

.hero-left p {
    color: #fff;
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.7;
}

.hero-btn {
    background: #fff;
    color: #000;
    padding: 12px 28px;
    border-radius: 6px;
    display: inline-block;
    font-weight: 600;
}

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

.hero-right img {
    width: 100%;
}
.restaurant-no-website {
    padding: 60px 0;
}

.no-website-row {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    align-items: center;
    gap: 40px;
}

.no-website-left h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
}

.no-website-left p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
}

.no-website-right img {
    width: 100%;
}
.restaurant-add-ordering {
    background: #c81d1f;
    padding: 40px 0;
}

.add-ordering-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

.add-ordering-left img {
    width: 100%;
    border-radius: 20px;
}
.Savour-ordering-left img {
    margin-bottom: -40px;
}
.add-ordering-right h2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.add-ordering-right p {
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}
.restaurant-features {
    padding: 0px 0 50px;
}
.features-top {
    text-align: center;
    margin-bottom: 30px;
}

.features-top h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
}

.features-top p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
}


.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-box {
    text-align: center;
    border: 1px solid #C31F1F;
    padding: 15px;
    border-radius: 30px;
    background: #fff;
}

.feature-box img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
}

.feature-box h3 {
    font-size: 22px;
    font-weight: 700 !important;
    margin-bottom: 10px;
    font-family: 'Poppins';
}
.feature-box p {
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Poppins';
}.modern-website-section {
    padding: 50px 0;
}

.modern-heading h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #0b0d17;
}

.modern-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.modern-feature-card {
    position: relative;
    border: 1px solid #C31F1F;
    border-radius: 30px;
    padding: 32px;
    background: #fff;
    text-align: center;
}

.modern-icon {
    position: absolute;
    top: 7px;  
    left: 7px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-icon img {
    width: 60px; 
    height: 60px;
}

.modern-feature-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 50px; 
    margin-bottom: 10px;
    color: #0b0d17;
}

.modern-feature-card p {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
}.better-together-section {
    padding: 0px 0;
    background: #ffffff;
}

.bt-heading {
    text-align: center;
    margin-bottom: 20px;
}

.bt-heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
}

.bt-heading p {
    margin: 10px auto 0;
    color: #000000;
    line-height: 1.5;
}

.bt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align:center;
}

.bt-card {
    background: #C31F1F;
    padding: 25px;
    color: #fff;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.bt-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.bt-card p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.bt-img img {
    width: 100%;
    display: block;
    margin: auto;
}.restaurant-features-title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.restaurant-features-subtitle {
    margin: 0 auto 25px;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.restaurant-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.restaurant-feature-card {
    background: #C31F1F;
    padding: 25px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
}

.restaurant-feature-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.restaurant-feature-card p {
    font-size: 14px;
    line-height: 1.6;
}.restaurant-features-section {
    padding: 70px 0;
}
.restaurant-feature-card .restaurant-feature-image {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 50px;
    margin-bottom: 15px;
}
.restaurant-feature-card-hide {
    visibility: hidden;
}.restaurant-benefit-section {
    padding: 60px 0;
}

.restaurant-benefit-wrapper {
    display: grid;
    grid-template-columns: 33% 64%;
    gap: 30px;
    align-items: center;
}

.benefit-left h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.benefit-left p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.benefit-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.benefit-card {
    border: 2px solid #C31F1F;
    border-radius: 30px;
    padding: 30px 35px;
    background: #fff;
    position: relative;
}

.benefit-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    padding-right: 50px;
}

.benefit-card p {
    font-size: 14px;
    line-height: 1.5;
}

.benefit-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 2px;
    top: 2px;
}.ishopo-benefits-section {
    padding: 80px 0;
    background: #C31F1F;
}.ib-grid .ib-card:last-child {
    grid-column: 2 / span 1;
}


.ib-heading {
    text-align: center;
    color: #fff;
    max-width: 900px;
    margin: 0 auto 50px;
}

.ib-heading h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.ib-heading p {
    font-size: 16px;
    line-height: 1.7;
}

.ib-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    justify-content: center;
}

.ib-card {
    background: #fff;
    padding:30px;
    border-radius: 26px;
    text-align: center;
    position: relative;
    max-width: 100%;
}

.ib-icon {
    position: absolute;
    top: 10px;
    left: 10px;
}

.ib-icon img {
    width: 40px;
}

.ib-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 28px;
}

.ib-card p {
    font-size: 15px;
    line-height: 1.6;
}
.kitchen-sync-section {
    padding: 50px 0;
    background: #ffffff;
}

.ks-heading {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0f2130;
}

.ks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ks-card {
    border: 2px solid #C31F1F;
    border-radius: 30px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(15,33,48,0.03);
    min-height: 311px;
}

.ks-top {
    position: relative;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ks-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ks-icon-wrap {
    position: relative;
    z-index: 5;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ks-icon {
    width: 55px;
    height: 55px;

}

.ks-content {
    padding: 22px 20px 28px;
    text-align: center;
}

.ks-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #081226;
}

.ks-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}.benefit-left-margin-20 {
    margin-top: 20px;
}
@media(max-width: 768px) {
    .hero-row {
        grid-template-columns: 1fr;
        text-align: center;
    }
.benefit-right {
        grid-template-columns: 1fr !important;
    }
    .hero-right {
        text-align: center;
        margin-top: 25px;
    }

    .hero-left h1 {
        font-size: 32px;
    }.restaurant-website-hero {
    padding: 40px 0;
}
    .restaurant-no-website {
        padding: 40px 0;
    }

    .no-website-row {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .no-website-left h2 {
        font-size: 32px;
    }

    .no-website-left p {
        margin: 15px auto;
    }

    .no-website-right {
        margin-top: 25px;
    }

    .no-website-right img {
        width: 90%;
        margin: auto;
        display: block;
    }   .restaurant-add-ordering {
        padding: 40px 0;
    }

    .add-ordering-row {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .add-ordering-right h2 {
        font-size: 32px;
    }

    .add-ordering-right p {
        margin: 15px auto;
    }

    .add-ordering-left {
        margin-bottom: 25px;
    }

    .add-ordering-left img {
        margin: auto;
        display: block;
    }  .restaurant-features {
        padding: 40px 0;
    }

    .features-top h2 {
        font-size: 32px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .feature-box img {
        margin: 0 auto 20px;
        display: block;
    }.modern-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    } .bt-grid {
        grid-template-columns: 1fr;
    }

    .bt-card {
        text-align: center;
    }

    .bt-img img {
        max-width: 220px;
    }   .bt-grid {
        grid-template-columns: repeat(1, 1fr);
    } .restaurant-features-grid {
        grid-template-columns: 1fr;
    }  .ib-grid {
        grid-template-columns: 1fr;
    }.ib-grid .ib-card:last-child {
        grid-column: auto;
    }  .ks-grid {
        grid-template-columns: 1fr;
    }.restaurant-benefit-wrapper {
    grid-template-columns: 100%;
}.no-website-row {
    gap: 0px;
}.add-ordering-row {
        gap: 0px;
    }

    .no-website-row {
        gap: 0px;
    }

    .restaurant-benefit-section {
        padding: 50px 0;
    }

    .restaurant-features {
        padding: 0px 0 30px;
    }

    .benefit-card {
        padding: 25px 20px;
    }

    .ishopo-benefits-section {
        padding: 30px 0;
    }

    .modern-website-section {
        padding: 30px 0;
    }

    .restaurant-features-section {
        padding: 30px 0;
    }

    .restaurant-feature-card-hide {
        display: none;
    }

    .restaurant-add-ordering {
        padding: 40px 0 0px;
        margin-bottom: -25px;
    }

    .kitchen-sync-section {
        padding: 30px 0;
    }

    .ks-heading {
        margin-bottom: 20px;
    }.ib-card h3 {
    margin-left: 30px;
}
    .no-website-left h2,
    .add-ordering-right h2,
    .features-top h2,
    .modern-heading h2,
    .bt-heading h2,
    .restaurant-features-title,
    .benefit-left h2,
    .ib-heading h2 {
        font-size: 30px !important;
    }
}




