* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

.hero-section h1 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 62px;
    line-height: 1;
}

.hero-section {
    background-color: #fdf2e9;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.header {
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #fdf2e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    width: 100%;
}

.header img {
    width: 100px;
}

.header nav ul {
    list-style: none;
    display: flex;
    gap: 50px;
}


.link-nav li a:link,
.link-nav li a:visited {
    text-decoration: none;
    font-family: sans-serif;
    font-size: 18px;
    color: #655301;
    font-weight: bold;
}

.link-nav li a:hover,
.link-nav li a:active {
    text-decoration: underline;
    color: #8f7501;
}

.header button {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 15px;
    border-color: rgb(211, 138, 3);
    background-color: #E67E22;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.hero-img img {
    width: 500px;
    height: 500px;
    padding-left: 50px;
}

.hero-textbox {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-right: 30px;
}


.btn--outline {
    background-color: #E67E22;
    padding: 20px 20px;
    border-radius: 15px;
    text-decoration: none;
    color: white;


}

.btn--outline-2nd {
    background-color: rgb(20, 20, 20);
    padding: 20px 20px;
    border-radius: 15px;
    text-decoration: none;
    color: white;
}

.hero-btns {
    display: flex;
    gap: 20px;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.hero-customers {
    font-family: sans-serif;
    font-size: 18px;
    color: #655301;
    font-weight: bold;
    margin-bottom: 30px;
}

.top-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 150px;
}

.hero-right {
    width: 500px;
}


.hero-textbox {
    max-width: 80%;
    margin: 0 auto;
}

.hero-left {
    display: flex;
    gap: 50px;
    flex-direction: column;
}

.hero-left p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.6;
    color: #555555;

}

.white {
    background-color: #fff;
    color: black;
}

.hero-customers-logos {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-customers-logos img {
    height: 2.8rem;
    width: 2.8rem;
    ;
    border-radius: 50%;
    border: 3px solid #fdf2e9;
    margin-right: -1.6rem;
}

.hero-customers-text {
    font-size: 1.4rem;
    font-weight: 600;
    color: #555;
}

.hero-customers-text span {
    color: #CF711F;
    font-weight: bold;
    font-family: sans-serif;
    margin-left: 20px;
}

.hero-customers-logos img:last-child {
    margin-right: 0;
}


.as-fatured h5 {
    color: grey;
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 15px;
    letter-spacing: 1px;
}


.as-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 70px;
}

.as-images img {
    width: 150px;
    filter: brightness(0);
    opacity: 50%;
}

.section-how {
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
    margin-left: 200px;
    gap: 10px;
}

.subheading-orange {
    font-family: sans-serif;
    color: #CF711F;
    font-weight: bold;
    font-size: 15px;
}

.subheading {
    font-size: 50px;
    font-weight: bold;
}

.daily-dose {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-left: 200px;
    gap: 60px;
}

.dose-text {
    width: 50%;

}

.dose-image {
    width: 250px;
    display: flex;
    margin-right: 300px;
}

.dose-image img {
    width: 200px;
}


.dose-text h1 {
    margin-bottom: 29px;
}

.dose-text p {
    font-size: 16px;
    line-height: 1.7;
}

.dose-image {
    position: relative;
}

.circle-1 {
    width: 300px;
    height: 300px;
    background-color: rgb(252, 223, 199);
    border-radius: 100%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -9;
    display: flex;
    justify-content: center;
    align-items: center;


}


.circle-2 {
    width: 250px;
    height: 250px;
    background-color: rgb(255, 204, 159);
    border-radius: 100%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-img {
    margin-left: 20px;
}

.dose-image2 img {
    width: 250px;
    justify-content: center;
}

.circle-3 {
    width: 350px;
    height: 350px;
    background-color: rgb(255, 204, 159);
    border-radius: 100%;
    position: absolute;
    z-index: -1;
}
















.daily-dose2 {
    width: 1200px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}

.daily-dose-02-text {
    font-size: 80px;
    font-weight: bold;
    font-family: sans-serif;
    color: #555555;
}

.dose-tex2 h1 {
    margin-bottom: 29px;
}

.approve {
    margin-bottom: 29px;
}

.daily-dose3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-left: 200px;
    gap: 60px;
}

.dose-text {
    width: 50%;

}

.dose-image {
    width: 250px;
    display: flex;
    margin-right: 300px;
}

.dose-image img {
    width: 200px;
}


.dose-text h1 {
    margin-bottom: 29px;
}

.dose-text p {
    font-size: 16px;
    line-height: 1.7;
}

.dose-image {
    position: relative;
}

.circle-1 {
    width: 300px;
    height: 300px;
    background-color: rgb(252, 223, 199);
    border-radius: 100%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -9;
    display: flex;
    justify-content: center;
    align-items: center;


}


.circle-2 {
    width: 250px;
    height: 250px;
    background-color: rgb(255, 204, 159);
    border-radius: 100%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-img {
    margin-left: 20px;
}

.meals {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.meals p {
    color: #CF711F;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 15px;
}

.meals h1 {
    margin-bottom: 70px;
    font-size: bold;
    font-family: sans-serif;
    font-size: 30px;
}







.cards {
    display: flex;
    gap: 55px;
    justify-content: center;
    margin-right: auto;
}


.card {
    background: #fff;
    width: 400px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
    transition: all 0.3s;
}


.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}


.card-content {
    padding: 20px;
    height: fit-content;
}

.card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.card-bottom span {
    font-weight: bold;
}


button {
    background: rgb(81, 207, 102);
    color: black;
    border: none;
    padding: 4px 8px;
    border-radius: 20px;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12px;

}

.lightgreen {
    background-color: rgb(148, 216, 45);
}

.yellow {
    background-color: #ffd43b;
}

button:hover {
    background: #145c3f;
}

.products-section h2 {
    margin-top: 80px;
}


.card-features {
    margin-top: 20px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;

}

.card-features li {
    font-size: 18px;
}

.card-content h1 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.card:hover {
    transform: translateY(-1.2rem);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 3.2rem 6.4rem;
}

.diet {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.diet ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.diet li {
    gap: 40px;
}

.diet-list li {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    color: #666;
    font-family: sans-serif;
}

.diet-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #CF711F;
    font-size: 20px;
}

.see-all-receipes {
    text-align: center;
    font-size: 1.5rem;
}

.see-all-receipes a {
    color: rgb(230, 126, 34);
}

.section-testimonials {
    background-color: rgb(253, 242, 233);
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
}

.testimonial-container {
    padding: 6rem;
}

.testimonials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 4.8rem;
    column-gap: 8rem;
}


.testimonial-container span {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: rgb(207, 113, 31);
    text-transform: uppercase;
    margin-bottom: 1.6rem;
    letter-spacing: 0.75px;
}


.secondary-subheading {
    font-size: 4.4rem;
    line-height: 1.2;
    margin-bottom: 9.6rem;
    font-family: sans-serif;
    font-size: 50px;
    font-weight: bold;
}

.testimonial-text {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 1.6rem;
}

figure {
    margin: 0;
}

.testimonial-img {
    width: 4.3rem;
    margin-bottom: 1rem;
    border-radius: 100%;
}

.testimonial-name {
    font-size: 1.6rem;
    color: rgb(111, 111, 111);
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
    padding: 1.6rem;
}

.gallery-item img {
    display: block;
    width: 100%;
    transition: 0.4s;
}

.gallery-item img:hover {
    transform: scale(1.1);
}

.section-testimonials {
    margin-top: 80px;
}

.pricing-container {
    display: flex;
    flex-direction: column;
    padding: 0px 3.2rem;
    margin: 0px auto;
    margin-top: 80px;
}

.subheading {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: rgb(207, 113, 31);
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 0.75px;
}

.heading-secondary {
    line-height: 1.2;
    margin-bottom: 9.6rem;
    font-family: sans-serif;
    font-size: 50px;
    font-weight: bold;
}

.card-content li {
    list-style: none;
    margin-bottom: 20px;

}

.cardx {
    display: flex;
    gap: 55px;
    justify-content: center;
    margin-right: auto;
}

.eating-btn {
    background-color: #E67E22;
    padding: 20px 20px;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 15px;
    text-decoration: none;
    margin-top: 40px;
    margin-left: 15px;
}

.price {
    font-size: 50px;
    font-family: sans-serif;
    font-weight: bold;
}

.permonth {
    margin-bottom: 40px;
    font-family: sans-serif;
    line-height: 1.2rem;
}

.starter {
    justify-self: end;
    border-width: 2px;
    border-color: rgb(253, 242, 233);
    border-image: initial;
    border-style: solid;
    padding: 4.6rem;
    border-radius: 11px;
    background-color: white;

}

.list {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 1.6rem;
}

.complete {
    justify-self: end;
    border-width: 2px;
    border-color: rgb(253, 242, 233);
    border-image: initial;
    border-style: solid;
    padding: 4.6rem;
    background-color: #fdf2e9;
    border-radius: 11px;
}

.plan-details {
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 120px;
    margin-top: 40px;
    color: rgb(111, 111, 111);
}

.start {
    color: rgb(207, 113, 31);
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 2.8rem;
    align-items: center;
}

.permonth {
    font-size: 1rem;
    line-height: 1.3;
    color: rgb(111, 111, 111);
    margin-top: 8px;
}


.second-section {
    display: flex;
    gap: 48px;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    /* temp */
    margin-bottom: 200px;
}

.icon {

    color: #CF711F;
    font-size: 30px;
}

.f1 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.f-head {
    font-size: 24px;
}

.f-body {
    font-size: 18px;
    line-height: 1.6;
}

.icon-span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fdf2e9;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 18px;
}

.section-cta {
    padding: 48px 0px 128px;
}

.containerr {
    max-width: 120rem;
    padding: 0 3.2rem;
    margin: 0 auto;
}

.cta {
    display: grid;
    grid-template-columns: 2fr 1fr;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2.4rem 4.8rem;
    background-image: linear-gradient(to right bottom, rgb(235, 152, 78), rgb(230, 126, 34));
    border-radius: 11px;
    overflow: hidden;
}

.cta-textbox {
    padding: 4.8rem 6.4rem 6.4rem 6.4rem;
    color: #45260a;
}

.heading-secondaryy {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #45260a;
    font-weight: bold;
}

.cta-text {
    font-size: 1.4rem;
    line-height: 1.4;
    color: rgb(69, 38, 10);
}


.cta-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3.2rem;
    row-gap: 2.4rem;
}

.cta-form label {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
}

.cta-form input,
.cta-form select {
    width: 100%;
    font-size: 1.2rem;
    font-family: inherit;
    color: inherit;
    background-color: rgb(253, 242, 233);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
    padding: 0.6rem;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 9px;
}

.cta-form label {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
}

.cta-text-box {
    color: rgb(69, 38, 10);
    padding: 4.8rem 6.4rem 6.4rem;
}

.cta-img-box {
    background-image: linear-gradient(to right bottom, rgba(235, 151, 78, 0.35), rgba(230, 125, 34, 0.35)), url(eating.jpg);
    background-size: cover;
    background-position: center;
}

.heading-secondary,
.heading-tertiary {
    font-weight: 700;
    color: #333;
    letter-spacing: -0.5px;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.btn--form {
    background-color: #45260a;
    color: #fdf2e9;
    align-self: end;
    padding: 1.2rem;
}

.footer {
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.footers img {
    width: 120px;
}

.menu {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.menu span {
    display: none;
    width: 30px;
    height: 6px;
    background-color: #000;
}

/* ==========================================================
   RESPONSIVE MEDIA QUERIES
   Desktop-first cascade (matches the rest of the stylesheet).
   Breakpoints: 1240 / 1024 / 950 / 700 / 480 / 360
   ========================================================== */

/* ----- ≤1240px : large laptops ----- */
@media (max-width: 1240px) {

    .hero-left h1,
    .hero-section h1 {
        font-size: 42px;
        margin-top: 90px;
    }

    .hero-right {
        max-width: 40%;
        width: auto;
    }

    .hero-img img {
        width: 100%;
        max-width: 500px;
        height: auto;
        padding-left: 0;
    }

    /* these three were hard-coded to 1200px and overflow any
       viewport narrower than that — make them fluid */
    .daily-dose2,
    .second-section,
    .footer {
        width: 100%;
        padding: 0 40px;
    }
}

/* ----- ≤1024px : tablets / small laptops ----- */
@media (max-width: 1024px) {
    .top-hero {
        gap: 30px;
    }

    .section-how,
    .daily-dose,
    .daily-dose3 {
        margin-left: 40px;
        margin-right: 40px;
    }

    .dose-image {
        margin-right: 0;
    }

    .daily-dose2-text,
    .daily-dose-02-text {
        font-size: 56px;
    }

    .cards,
    .cardx {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .testimonial-container {
        padding: 4rem;
    }

    .cta-textbox,
    .cta-text-box {
        padding: 3.6rem 4rem 4.4rem;
    }
}

/* ----- ≤950px : nav collapses to hamburger, hero stacks ----- */
@media (max-width: 950px) {
    .top-hero {
        flex-direction: column;
        text-align: center;
    }

    .hero-textbox {
        max-width: 100%;
    }

    .hero-right {
        max-width: 60%;
    }

    .hero-btns {
        justify-content: center;
    }

    .hero-customers-logos,
    .hero-customers {
        justify-content: center;
    }

    .link-nav li {
        display: none;
        /* visibility: hidden; */
    }

    .menu span {
        display: block;
    }

    /* NOTE: this only shows the hamburger icon. Actually opening a
       mobile nav panel needs a small bit of JS (or a checkbox hack
       in the HTML) to toggle a class like ".link-nav.open" — send
       me the HTML/nav markup and I'll wire that up too. */

    .section-how,
    .daily-dose,
    .daily-dose3 {
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }

    .daily-dose,
    .daily-dose3 {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .dose-text {
        width: 100%;
    }

    .dose-image {
        margin: 0 auto;
    }

    .circle-1 {
        width: 220px;
        height: 220px;
    }

    .circle-2 {
        width: 180px;
        height: 180px;
    }

    .circle-3 {
        width: 260px;
        height: 260px;
    }

    .second-section {
        flex-direction: column;
        text-align: center;
        margin-bottom: 80px;
    }

    .cards,
    .cardx {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 100%;
        max-width: 420px;
        height: auto;
    }

    .section-testimonials {
        grid-template-columns: 1fr;
    }

    .testimonials {
        grid-template-columns: 1fr;
        row-gap: 3rem;
    }

    .testimonial-container {
        padding: 3rem 2rem;
    }

    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-container {
        padding: 0 1.6rem;
    }

    .starter,
    .complete {
        justify-self: center;
        padding: 3rem;
    }

    .cta {
        grid-template-columns: 1fr;
    }

    .cta-img-box {
        min-height: 220px;
    }

    .cta-form {
        grid-template-columns: 1fr;
    }

    .footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 25px;
        padding-bottom: 30px;
    }
}

/* ----- ≤700px : large phones / small tablets ----- */
@media (max-width: 700px) {

    .hero-section h1,
    .hero-left h1 {
        font-size: 34px;
        margin-top: 70px;
    }

    .hero-right {
        max-width: 80%;
    }

    .subheading,
    .heading-secondary,
    .secondary-subheading {
        font-size: 34px;
        margin-bottom: 3rem;
    }

    .as-images {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .as-images img {
        width: 85px;
        justify-content: center;
        align-items: center;
    }

    .section-how {
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
        gap: 5px;
    }

    .daily-dose,
    .daily-dose3 {
        margin-bottom: 40px;
    }

    .dose-image img {
        width: 160px;
    }

    .cta-textbox,
    .cta-text-box {
        padding: 3rem 2rem 3.4rem;
    }

    .cta-form {
        row-gap: 1.6rem;
    }

    .plan-details {
        margin-bottom: 60px;
    }
}

/* ----- ≤480px : phones ----- */
@media (max-width: 480px) {
    .header {
        padding: 12px 15px;
    }

    .header img {
        width: 80px;
    }

    .header button {
        font-size: 15px;
        padding: 8px;
    }

    .hero-section h1,
    .hero-left h1 {
        font-size: 28px;
        margin-top: 60px;
    }

    .hero-right {
        max-width: 100%;
    }

    .hero-btns {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .btn--outline,
    .btn--outline-2nd {
        width: 100%;
        text-align: center;
        padding: 16px 20px;
    }

    .hero-customers-text {
        font-size: 1.1rem;
    }

    .subheading,
    .heading-secondary,
    .secondary-subheading {
        font-size: 26px;
    }

    .as-images img {
        width: 60px;
    }

    .card {
        max-width: 100%;
    }

    .gallery {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        padding: 1rem;
    }

    .starter,
    .complete {
        padding: 2.2rem 1.6rem;
        width: 100%;
    }

    .price {
        font-size: 38px;
    }

    .cta-textbox,
    .cta-text-box {
        padding: 2.4rem 1.6rem 2.8rem;
    }

    .heading-secondaryy {
        font-size: 2.2rem;
    }

    .footer img,
    .footers img {
        width: 90px;
    }
}

/* ----- ≤360px : small phones ----- */
@media (max-width: 360px) {

    .hero-section h1,
    .hero-left h1 {
        font-size: 24px;
    }

    .subheading,
    .heading-secondary,
    .secondary-subheading {
        font-size: 22px;
    }

    .daily-dose-02-text {
        font-size: 34px;
    }

    .as-images {
        gap: 6px;
    }

    .as-images img {
        width: 46px;
    }

    .gallery {
        grid-template-columns: 1fr;
    }

    .price {
        font-size: 32px;
    }

    .testimonial-text {
        font-size: 1rem;
    }
}