.therapist-section {
    background-color: rgba(248, 241, 235, 1);
    display: flex;
    margin-top: 141px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0 80px 19px;
}

.content-wrapper {
    border-radius: 12px 12px 0 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 10;
    display: flex;
    margin-top: -108px;
    width: 100%;
    max-width: 1136px;
    flex-direction: column;
    padding: 45px 77px;
}

.content-container {
    gap: 20px;
    display: flex;
}

.text-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 59%;
    margin-left: 0;
}

.text-content {
    display: flex;
    flex-direction: column;
    font-family: Inter, sans-serif;
    color: rgba(0, 0, 0, 1);
}

.main-heading {
    font-size: 54px;
    font-weight: 600;
    align-self: start;
}

.description-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    margin-top: 88px;
}

.image-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 41%;
    margin-left: 20px;
}

.feature-image {
    aspect-ratio: 1.12;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 12px 12px 0 0;
    margin-top: 7px;
    flex-grow: 1;
}

.cta-button {
    align-self: start;
    border-radius: 8px;
    background-color: rgba(5, 5, 5, 1);
    min-height: 46px;
    color: rgba(255, 255, 255, 1);
    padding: 13px 9px;
    font: 700 16px Inter, sans-serif;
    cursor: pointer;
    border: none;
    margin-top: 50px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.number {
    color: rgba(109, 109, 109, 0.46);
    font-size: 90px;
    font-weight: 600;
    width: 50px;

}

.section-container {
    border-radius: 12px;
    background-color: rgba(248, 241, 235, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    font-family: Inter, sans-serif;
    padding: 55px 80px 33px;
}

.why-us-wrapper {
    display: flex;
    width: 100%;
    max-width: 1053px;
    flex-direction: column;
}

.title-container {
    align-self: center;
    display: flex;
    width: 691px;
    max-width: 100%;
    flex-direction: column;
    font-size: 36px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    text-align: center;
}

.features-container {
    display: flex;
    margin-top: 45px;
    width: 100%;
    flex-direction: column;
}

.feature-row {
    display: flex;
    align-items: start;
    gap: 40px 53px;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.feature-content {
    display: flex;
    min-width: 240px;
    gap: 12px;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 500px;
    align-items: center;
}

.feature-text {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    color: rgba(0, 0, 0, 1);
    justify-content: start;
    width: 400px;
}

.feature-title {
    font-size: 27px;
    font-weight: 600;
}

.feature-description {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 9px;
}

.feature-image {
    aspect-ratio: 2.11;
    object-fit: contain;
    object-position: center;
    width: 400px;
    border-radius: 12px;
    min-width: 240px;
}

.features-section {
    background: rgba(248, 241, 235, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    font-family: Inter, sans-serif;
    color: rgba(0, 0, 0, 1);
    justify-content: center;
    padding: 60px 80px;
    margin-top: 46px;
}

.features-container {
    display: flex;
    width: 100%;
    max-width: 1004px;
    flex-direction: column;
}

.features-header {
    align-self: center;
    display: flex;
    width: 869px;
    max-width: 100%;
    flex-direction: column;
    text-align: center;
}

.features-title {
    font-size: 36px;
    font-weight: 600;
    width: 100%;
}

.features-grid {
    display: flex;
    margin-top: 78px;
    flex-direction: row;
}

.features-row {
    display: flex;
    width: 100%;
    max-width: 997px;
    flex-direction: column;
}

.features-top-cards {
    display: flex;
    min-height: 151px;
    width: 100%;
    align-items: start;
    gap: 40px 81px;
}

.feature-card {
    display: flex;
    min-width: 240px;
    min-height: 143px;
    align-items: start;
    gap: 12px;
    flex-grow: 1;
}

.feature-content2 {
    display: flex;
    min-width: 240px;
    width: 500px;
    flex-direction: column;
}

.feature-heading {
    font-size: 27px;
    font-weight: 600;
}

.feature-description {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 13px;
}

.features-bottom-cards {
    display: flex;
    margin-top: 28px;
    width: 100%;
    align-items: start;
    gap: 40px 64px;
}

.onboarding-section {
    background: rgba(248, 241, 235, 1);
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    font-family: Inter, sans-serif;
    color: rgba(0, 0, 0, 1);
    justify-content: center;
    padding: 83px 70px;
    margin-top: 22px;
}

.steps-container {
    display: flex;
    width: 100%;
    max-width: 1167px;
    gap: 40px 96px;
}

.step-wrapper {
    display: flex;
    min-width: 240px;
    align-items: flex-start;
    gap: 12px;
    width: 313px;
}

.step-content {
    display: flex;
    min-width: 240px;
    width: 345px;
    flex-direction: column;
}

.step-title {
    font-size: 27px;
    font-weight: 600;
}

.step-description {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 9px;
}

.last-step {
    width: 5rem;
}

@media (max-width: 991px) {
    .onboarding-section {
        max-width: 100%;
        padding: 0 20px;
    }

    .steps-container {
        max-width: 100%;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .features-section {
        max-width: 100%;
        margin-top: 40px;
        padding: 0 20px;
    }

    .features-container,
    .features-grid,
    .features-row,
    .features-top-cards,
    .feature-card,
    .feature-description {
        max-width: 100%;
    }

    .features-grid {
        flex-direction: column;
        margin-top: 20px;
    }

    .number {
        font-size: 40px;
    }

    .section-container {
        max-width: 100%;
        padding: 0 20px;
    }

    .why-us-wrapper {
        max-width: 100%;
    }

    .features-container {
        max-width: 100%;
        margin-top: 40px;
    }

    .feature-row {
        flex-direction: column;
        gap: 20px;
        max-width: 100%;
    }

    .feature-content {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        order: 1;
    }

    .feature-text {
        width: calc(100% - 62px);
        max-width: 100%;
        min-width: 100px;

    }

    .feature-description {
        max-width: 100%;
    }

    .therapist-section {
        max-width: 100%;
        margin-top: 40px;
        padding: 0 20px;
    }

    .content-wrapper {
        max-width: 100%;
        padding: 0 20px;
        z-index: 0;
        margin-top: 10px;
    }

    .content-container {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .text-column {
        width: 100%;
    }

    .text-content {
        max-width: 100%;
        margin-top: 40px;
    }

    .main-heading {
        max-width: 100%;
        font-size: 40px;
    }

    .description-text {
        max-width: 100%;
        margin-top: 40px;
        font-size: 14px;
    }

    .image-column {
        width: 100%;
    }

    .feature-image {
        margin-top: 40px;
        order: 2;
    }
}

.excellence-section {
    display: flex;
    margin-top: 45px;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    padding: 22px 70px 135px;
}

.excellence-heading {
    font-size: 54px;
}

.excellence-wrapper {
    width: 100%;
    max-width: 1056px;
    margin: 0 0 -27px 31px;
}

.content-grid {
    gap: 20px;
    display: flex;
}

.excellence-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 56%;
    margin-left: 0;
}

.excellence-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    color: rgba(0, 0, 0, 1);
    font: 500 14px Inter, sans-serif;
}

.primary-description {
    line-height: 18px;
    margin-top: 4px;
}

.secondary-description {
    line-height: 18px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.excellence-image-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 44%;
    margin-left: 20px;
}

.excellence-image {
    aspect-ratio: 1.34;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 12px;
    margin-top: 30px;
    flex-grow: 1;
}

@media (max-width: 991px) {
    .therapist-section,
    .section-container,
    .features-section,
    .excellence-section {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }

    .content-wrapper,
    .content-container,
    .why-us-wrapper,
    .features-container,
    .features-grid,
    .features-row,
    .steps-container,
    .content-grid {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .features-top-cards,
    .features-bottom-cards {
        flex-direction: column;
    }

    .feature-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .feature-row {
        flex-direction: column;
        gap: 20px;
    }

    .content-container,
    .content-grid {
        flex-direction: column;
        gap: 20px;
    }

    .text-column,
    .image-column {
        width: 100%;
    }

    .feature-image,
    .excellence-image {
        max-width: 100%;
        width: 100%;
        margin-top: 20px;
    }

    .main-heading,
    .features-title,
    .excellence-heading {
        font-size: 32px;
        text-align: center;
    }

    .description-text,
    .feature-description,
    .primary-description,
    .secondary-description {
        text-align: center;
        font-size: 14px;
    }

    .cta-button {
        width: 100%;
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .steps-container {
        flex-direction: column;
        gap: 20px;
    }

    .step-wrapper {
        width: 100%;
        justify-content: center;
    }

    .number {
        font-size: 40px;
        text-align: center;
    }

    .step-content {
        align-items: center;
    }

    .feature-content2 {
        align-items: center;
    }

    .excellence-column {
        align-self: center;
    }
}