body {
    background: #f0f0f1;
    color: #3c434a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 1.4em;
}

/* header */
.land-header {
    height: 134px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 90px;
    background: #FFFFFF;
}

/* Logo */
.logoButton img {
    width: 144px !important;
    height: 102px;
    object-fit: contain;
}

.header-cta,
.hero-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-right: 20px;
}

.header-cta .btn-green-outline,
.hero-cta .btn-green-outline {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #588A0F !important;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    padding: 12px 18px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.header-cta .btn-green-outline:hover,
.hero-cta .btn-green-outline:hover {
    background: #000000 !important;
    border: 1px solid #000000;
    color: #FFFFFF;
}

.header-cta .Secondary-button,
.hero-cta .Secondary-button {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    color: #000000;
    border: 1px solid #588A0F;
    border-radius: 4px;
    padding: 12px 18px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.header-cta .Secondary-button:hover,
.hero-cta .Secondary-button:hover {
    background: #F4F9EC;
    border: 1px solid #F4F9EC;
}

.land-block1 {
    flex-direction: column;
    width: 100%;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.sub-block1 {
    padding: 120px 108px;
}

.hero-content {
    width: 80%;
    max-width: 856px;
    gap: 40px;
    opacity: 1;
    color: #000000
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 54px;
    text-transform: uppercase;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000
}

.reviews-band .title {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0;
}

.reviews-band .stars {
    width: 136px;
}

/* Modale */

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.modal.fade {
    opacity: 1 !important;
}

.modal-content {
    border-radius: 12px;
    padding: 40px;
    background-color: #FFFFFF !important;
    opacity: 1 !important;
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    text-align: left;
}

.modal-checklist {
    margin: 20px 0;
    list-style: none;
    gap: 16px;
    padding-left: 0;
}

.modal-checklist li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
    gap: 8px;
    color: #000000
}

.modal-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.modal-cta a {
    flex: 1;
    text-align: center;
    padding: 12px 18px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease-out;
}

.btn-call {
    background: #588A0F;
    color: #fff !important;
}

.btn-call:hover {
    background: #000;
    color: #fff;
}

.btn-chat {
    background: #fff;
    border: 1px solid #588A0F;
    color: #000 !important;
}

.btn-chat:hover {
    background: #F4F9EC;
    border: 1px solid #F4F9EC;
}

.modal-dialog.modal-lg {
    max-width: 900px;
    width: 90%;
}

.modal-note {
    text-align: center;
    margin: 15px 0;
    font-size: 14px;
}

.modal-footnote {
    text-align: center;
    font-size: 14px;
    color: #606060;
    font-style: italic;
}

/* SECTION 2 */
.land-block2 {
    background: #fff;
    padding: 80px 108px;
    width: 100%;
}

.sub-block2 {
    max-width: 1100px;
    margin: 0 auto;
}

.stats {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    text-align: center;
}

.stat-item {
    flex: 1;
    position: relative;
    text-align: left;
}

.stat-item::before {
    content: "";
    display: block;
    height: 1px;
    background: #000000;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.services .stat-item::before {
    background: #FFFFFF;
}

.stat-item h2 {
    margin: 1em !important;
}

.stat-item h2,
.services h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 10px;
    color: #000;
}

.services h3 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
}

.stat-item p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: 0;
}

.services p {
    color: #FFFFFF;
}

/* SECTION 3 */

.expect-title {
    text-align: center;
    color: white;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.expect-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
    color: white;
}

.expect-item img {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.expect-item p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: white;
    font-weight: 400;
}

/* SECTION 4 */

/* Vidéo Loom */
.video-section {
    margin-bottom: 60px;
}

.loom-embed-container {
    position: relative;
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 35%;
    height: 0;
}

.loom-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-cta {
    margin-top: 30px;
    display: flex;
    gap: 16px;
    justify-content: center;
}

/* Logos */
.trusted-title {
    margin: 40px 0;
    text-transform: uppercase;
}

.logos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.logos img {
    height: 60px;
    object-fit: contain;
}

/* Testimonials */
.section-subtitle {
    margin: 40px 0;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #606060
}

.testimonials {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.testimonial {
    position: relative;
    flex: 1;
    min-width: 280px;
    max-width: 340px;
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 60px;
}

.doctors .testimonial {
    background: #F4F9EC;
}

.clients .testimonial {
    background: #FCF8DC;
}

.testimonial p:first-of-type {
    min-height: 270px;
}

.testimonial .author {
    font-size: 18px;
    color: #000000;
    display: block;
    margin-bottom: 40px;
    font-weight: 700;
}

.testimonial .avatar {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial .avatar img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
}

/* ========== FIX STYLE SLIDER TESTIMONIALS on Mobile ========== */
.testimonials.is-slider .slides {
    list-style: none;
    margin: 0;
    padding: 0;
}

.testimonials.is-slider .slides li {
    display: flex !important;
    justify-content: center;
}

.testimonials.is-slider .testimonial {
    position: relative;
    max-width: 560px;
    margin: 0 auto 30px !important;
    padding: 20px 20px 60px !important;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.testimonials.is-slider.doctors .testimonial {
    background: #F4F9EC;
}

.testimonials.is-slider.clients .testimonial {
    background: #FCF8DC;
}

.testimonials.is-slider .testimonial p {
    font-size: 16px;
    line-height: 1.5;
}

.testimonials.is-slider .testimonial .author {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 20px;
    /* reduces the space before the avatar */
    display: block;
    color: #000;
}

.testimonials.is-slider .testimonial .avatar {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonials.is-slider .testimonial .avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

/* Reduce the space between the card and the bullets */
.testimonials.is-slider .flex-control-nav {
    bottom: -20px
}

.flex-control-paging li a.flex-active {
    background: #606060 !important;
}

.flex-control-paging li a {
    background: #D9D9D9 !important;
}

/* SECTION 5 */
.how-it-works {
    padding: 80px 108px;
}

.how-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.timeline {
    position: relative;
    padding-left: 15px;
    border-left: 3px solid #AA0404;
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    margin-top: -22px;
}

.timeline-dot {
    width: 18px;
    height: 18px;
    background: #AA0404;
    border-radius: 50%;
    position: absolute;
    left: -26px;
    top: 6px;
}

.timeline-content-wrap {
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
}

.timeline-arrow {
    width: 40px;
    background: #F4F4F4;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    border-radius: 8px 0 0 8px;
}

.timeline-content {
    background: #F4F4F4;
    border-radius: 0 12px 12px 0;
    padding: 0 24px;
    flex: 1;
}


.timeline-title {
    font-size: 16px;
    font-weight: 600;
    color: #AA0404;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 5px 37px;
}

.timeline-content p {
    font-size: 16px;
    margin-bottom: 12px;
    color: #000;
    line-height: 1.5;
}

.timeline-cta {
    margin-top: 40px;
    justify-content: center;
}

.timeline-image img {
    width: 584px;
    height: 400px;
    border-radius: 12px;
    object-fit: cover;
    margin-top: 46px;
}

/* SECTION 6 - Meet our Dietitians */
.meet-dietitians {
    text-align: center;
    padding-top: 20px;
}

.dietitian-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 40px;
    justify-items: center;
}

.dietitian-card {
    width: 100%;
    max-width: 220px;
    height: auto;
    border-radius: 12px;
    background: #F4F4F4;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    cursor: grab;
}

.dietitian-photo {
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.dietitian-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.dietitian-name {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

/* === MODALE DIETITIENS === */
.dietitian-modal {
    border-radius: 10px;
    overflow: hidden;
}

/* HEADER */
.dietitian-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: none;
    margin-top: 25px;
}

.dietitian-header-left {
    display: flex;
    gap: 16px;
    flex: 1;
    align-items: stretch;
}

.dietitian-thumb {
    width: 130px;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.dietitian-info {
    line-height: 1.3;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.dietitian-name-modal {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

.dietitian-creds {
    font-weight: 600;
    color: #588A0F;
}

.dietitian-ordre {
    margin-top: 15px;
    max-width: 180px;
    height: auto;
    display: block;
}

.dietitian-close {
    font-size: 28px;
    line-height: 1;
    margin-left: 20px;
    border: none;
    background: transparent;
}

.dietitian-body {
    text-align: left;
}

.dietitian-bio-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.dietitian-bio {
    white-space: pre-line;
    color: #000;
    font-size: 18px;
    line-height: 1.6;
}

.dietitian-extra {
    max-width: 260px;
    margin-top: 18px;
    display: none;
    border-radius: 8px;
}

/* SECTION 8 // WHAT WE CAN HELP YOU WITH */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.scroll-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #606060;
    font-weight: 600;
}

.scroll-hint button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.scroll-hint button img {
    width: 24px;
    height: 24px;
}

.scroll-hint button:hover {
    color: #AA0404;
}

/* Services container */
.services-container {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
    scroll-snap-type: x mandatory;
    /* align-items: flex-start; */
}

/* Scrollbar style for Chrome/Edge/Safari */
.services-container::-webkit-scrollbar {
    height: 5px;
}

.services-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

.services-container::-webkit-scrollbar-thumb {
    background: #606060;
    border-radius: 8px;
}

.service-card {
    min-width: 260px;
    max-width: 280px;
    flex: 0 0 auto;
    background: #F4F9EC;
    padding: 20px;
    border-radius: 12px;
    scroll-snap-align: start;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.service-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.service-card ul {
    padding-left: 20px;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    display: block;
    list-style: disc;
}

/* ===================== MODAL (Mobile) SECTION 8 // WHAT WE CAN HELP YOU WITH  ===================== */

.service-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
}

.service-modal.active {
    display: flex !important;
}

.service-modal-content {
    background: #F4F9EC;
    padding: 20px;
    border-radius: 12px;
    max-width: 90%;
    width: 100%;
    position: relative;
    text-align: left;
    overflow-y: auto;
    max-height: 80vh;
}

.service-modal-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #000
}

.service-modal-content ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}

.service-modal-content li {
    margin-bottom: 8px;
    font-size: 16px;
}

.service-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 20px;
    cursor: pointer;
    background: none;
    border: none;
}

/* FAQ Section */

.faq-item {
    padding: 16px 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    font-size: 18px !important;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    transition: color 0.3s ease;
    padding: 0;
}

.faq-item.active .faq-question {
    color: #AA0404;
}

.faq-item.active .faq-question span {
    color: #000;
}

.faq-answer {
    display: none;
    margin-top: 12px;
    line-height: 1.6;
    color: #000;
}

.faq-answer p {
    font-size: 16px !important;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-icon {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* Footer */
.footer {
    border-top: 2px solid #588A0F;
    padding: 60px 108px 30px;
    background: #fff;
    color: #000;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.footer-logo img {
    width: 144px;
    height: auto;
    margin-bottom: 10px;
}

.footer-col h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 6px;
}

.footer-col a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.footer-col a:hover {
    text-decoration: underline;
}

.footer-col p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.footer-bottom {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
}

.footer-bottom p {
    font-size: 18px;
    font-weight: 600;
    color: #606060;
}


@media (max-width: 768px) {
    .land-header {
        padding: 16px 0px;
    }

    .land-block1 {
        background-image: url('https://wordpress.soscuisine.com/2025/08/Hero-Mobile.png');
    }

    .sub-block1 {
        padding: 56px 12px;
    }

    .hero-cta {
        flex-direction: column;
        margin-right: auto;
    }

    .hero-content {
        width: 100%;
    }

    .hero-content a {
        width: 100%;
        text-align: center;
    }

    h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .sub-block1 p {
        font-size: 16px;
        line-height: 22px;
    }

    .modal-dialog.modal-lg {
        max-width: 95%;
        width: auto;
        margin: 10px auto;
    }

    .land-block2 {
        padding: 56px 12px;
    }

    .stats {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .stat-item {
        padding: 30px 0 0;
    }

    .land-block4 {
        padding: 40px 20px;
    }

    .testimonial {
        max-width: 90%;

    }

    .video-cta {
        flex-direction: column;
        align-items: normal;
    }

    .logos {
        gap: 8px;
    }

    .logos img {
        height: 40px;
    }

    .expect-grid {
        grid-template-columns: 1fr;
    }

    .expect-item {
        text-align: center;
    }

    .testimonials.is-slider .testimonial {
        max-width: 90%;
    }

    /* SECTION 5 */
    .how-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .timeline {
        padding-left: 20px;
    }

    .timeline-dot {
        width: 16px;
        height: 16px;
        left: -30px;
    }

    .timeline-content {
        padding: 14px 16px;
    }

    .timeline-image {
        display: none;
    }

    .timeline-cta {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .timeline-cta a {
        width: 100%;
        text-align: center;
    }

    /* Section 8 */

    .section-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .section-header h1 {
        margin-bottom: 12px;
    }

    .scroll-hint {
        display: none;
    }

    .services-container {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 8px));
        gap: 16px;
        overflow-x: hidden;
    }

    .service-card {
        width: 100%;
        min-width: unset;
        max-width: unset;
        background: #F4F4F4;
    }

    .service-card h3 {
        position: relative;
        padding-right: 20px;
    }

    .service-card h3::after {
        content: url('https://wordpress.soscuisine.com/2025/09/StateRight.png');
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
    }


    .service-card ul {
        display: none;
    }

    .dietitian-modal {
        padding: 20px;
    }

    /*footer */
    .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .footer-logo {
        grid-column: 1 / -1;
        margin-bottom: 10px;
    }

    .footer-grid> :nth-child(2) {
        grid-column: 1;
    }

    .footer-grid> :nth-child(3) {
        grid-column: 2;
    }

    .footer-grid> :nth-child(4) {
        grid-column: 1 / -1;
        text-align: left;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px;
    }

}

@media (min-width: 769px) {
    .land-block1 {
        background-image: url('https://wordpress.soscuisine.com/2025/08/Hero2025.png');
    }

    .service-modal {
        display: none !important;
    }

}

@media only screen and (max-width: 600px) {
    .land-header {
        justify-content: center;
    }

}

/* Tablet (768px to 991px) */
@media (max-width: 991px) and (min-width: 768px) {

    .modal-dialog.modal-lg {
        max-width: 720px;
        width: 95%;
    }
}

/* Tablet (600px to 1030px) */
@media (max-width: 1039px) and (min-width: 600px) {

    .header-cta .btn-green-outline {
        margin-right: 16px;
    }
}

/* tablet and mobile */
@media only screen and (max-width: 1000px) {
    .modal-cta {
        flex-direction: column;
    }

    .modal-footnote {
        text-align: left;
    }

    .loom-embed-container {
        max-width: 750px;
        padding-bottom: 56.25%;

    }

    .dietitian-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 1350px) {
    body {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}