﻿
    section{
    padding: 1em 0;
}

.col-lg-6 img {
    width: 635px; /* or 100%, 50%, etc */
    height: auto; /* keeps aspect ratio */
}
.card strong{
    font-size:20px;
}
.btn-get-started:hover {
    background: #F97316;
}
.btngetstarted {
    background: #F97316;
    color: white;
    padding: 18px 38px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-get-started {
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    background: #F97316;
    padding: 8px 20px;
    border: none;
    font-weight: 600;
}
.first-start .txt-control {
    width: 60%;
    margin-right: 1em;
    padding: 10px 20px;
}
/* FAQ accordion */

.faq
{
    padding: 0px;
}
.faq details {
    background: white;
    padding: 24px 28px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    cursor: pointer;
}

.faq summary {
    font-weight: 700;
    list-style: none;
}

    .faq summary::after {
        content: "+";
        float: right;
        font-size: 22px;
        color: #F97316;
    }

.faq details[open] summary::after {
    content: "–";
}

:root {
    --#F97316: #E10600;
    --soft-#F97316: #fff1f1;
    --black: #0b0b0b;
    --grey: #555;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background: white;
    color: var(--black);
}

.foodcontainer {
    max-width: 1320px;
    margin: auto;
    padding: 40px 24px;
}
.first-start {
    width: -webkit-fill-available !important;
    margin-right: 1em;
    padding: 10px 20px;
}
.first-start .form-control {
    width: 100%;
    margin-right: 1em;
    padding: 10px 20px;
}
.hero {
    background: radial-gradient(circle at top right, #ffe5e5, white 65%);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
}

h1 {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.05;
}

.highlight {
    color: #F97316;
}

.sub {
    font-size: 22px;
    color: #444;
    margin: 24px 0 40px;
}

.btn-primary {
    background: #F97316;
    color: white;
    padding: 18px 38px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 20px 40px rgba(225,6,0,0,0.25);
}

.btn-secondary {
    border: 2px solid #F97316;
    color: #F97316;
    padding: 18px 38px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
    background-color: #fff;
}

.section-bg {
    background-color: #fff6f6;
}

.cta-group {
    /*display: flex;*/
    gap: 20px;
    flex-wrap: wrap;
}
.listdiv{width:50%;margin:0 auto;}
.mockup {
    background: white;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.08);
}

.card {
    background: white;
    padding: 40px;
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.05);
}

.section-title {
    font-size: 46px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 36px;
}

.soft {
    background: #fff6f6;
}

.banner {
    background: linear-gradient(135deg, #F97316, #ff3b3b);
    color: white;
    padding: 30px 20px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.testimonial {
    background: white;
    padding: 60px;
    border-radius: 36px;
    box-shadow: 0 40px 120px rgba(0,0,0,0.06);
    max-width: 900px;
    margin: auto;
    text-align: center;
}

/*.avatar {
    width: 72px;
    max-height: 72px;
    height: 72px;
    border-radius: 50%;
    background: #F97316;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-weight: 800;
}*/

.foodfooter {
    background: #0b0b0b;
    color: white;
    text-align: center;
}
.subbanner{width:990px;margin:0 auto;}
@media only screen and ( max-width: 767px) {
    .listdiv {
        width: 100%;
        margin: 0 auto;
    }
    .subbanner {
        width: 100%;
        margin: 0 auto;
    }
}
    @media(max-width: 900px) {
        .hero-grid {
            grid-template-columns: 1fr;
        }

        h1 {
            font-size: 42px;
        }
    }
