/* Hero Section */
.hero-section {
    height: 590px;
}

.hero-content {
    padding-bottom: 100px;
}

.section-heading {
    color: var(--text-dark);
    font-family: Gotham;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 44px;
    text-transform: uppercase;
}


/* Collagen Support Section */
.collagen-support-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 70px;
}

.collagen-support-section>div {
    display: flex;
    gap: 70px;
}

.collagen-support-section h2 {
    color: var(--primary-purple);
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    max-width: 712px;
}

.collagen-support-section p {
    color: var(--text-dark);
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.collagen-support-section>div>p:first-child {
    max-width: 717px;
}

.collagen-support-section>div>p:last-child {
    max-width: 520px;
}

.collagen-support-section p span {
    color: var(--primary-purple);
}

/* Session Feel Section */
.benefits-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 70px;
}

.benefits-content-wrapper>div {
    width: 50%;
}

.benefits-content-wrapper {
    width: 100%;
    padding: 24px 50px 24px 24px;
    border-radius: 30px;
    background: var(--primary-blue);
    display: flex;
    align-items: center;
    gap: 50px;
}

.benefits-img img {
    width: 100%;
    max-width: 566px;
    border-radius: 30px;
}

.benefits-content .section-heading {
    max-width: 510px;
    color: var(--white);
    margin-bottom: 14px;
}

.benefits-content p {
    color: var(--white);
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    max-width: 521px;
    margin-bottom: 20px;
}

.benefits-content p:last-child {
    margin-bottom: 0;
}

/* Concerns Section */
.concern-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 70px 70px;
    background-color: var(--gray-light);
    margin-top: 50px;
}

.concern-section .section-heading {
    margin-bottom: 16px;
}

.concern-section p {
    color: var(--text-dark);
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.concern-section>div {
    display: flex;
    margin-top: 30px;
    gap: 110px;
}

.concern-section>div>p {
    max-width: 550px;
}

/* Example of Collagen Section */
.example-of-collagen {
    max-width: 1440px;
    margin: 0 auto;
    padding: 70px 70px 0;
}

.example-of-collagen .section-heading {
    margin-bottom: 20px;
}

.example-of-collagen>div {
    display: flex;
    gap: 70px;
}

.example-of-collagen p {
    color: var(--text-dark);
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.example-of-collagen p span {
    color: var(--primary-blue);
}

.highlight-text {
    color: var(--primary-blue);
    max-width: 440px;
    padding-left: 20px;
    border-left: 1px solid var(--primary-blue);
}


/* Treatement Plan Section  */
.treatment-plan-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 70px;
    display: flex;
    gap: 20px;
}

.treatment-plan {
    width: 100%;
    max-width: 640px;
    border-radius: 30px;
    padding: 45px 40px 70px;
    background: linear-gradient(180deg, rgba(89, 78, 143, 0.30) 0%, rgba(255, 255, 255, 0.30) 134.63%);
}

.treatment-plan h3 {
    color: var(--text-dark);
    font-family: Gotham;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.treatment-plan-wrapper>div:first-child h3 {
    max-width: 490px;
}

.treatment-plan p {
    color: var(--text-dark);
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    max-width: 550px;
    margin-bottom: 16px;
}

.treatment-plan>p:last-child {
    margin-bottom: 0;
}


/* Contact Form Section */
.appointment-section {
    display: flex;
    gap: 50px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 70px;
    background: linear-gradient(180deg, rgba(129, 30, 161, 0.3) 0%, rgba(89, 78, 143, 0.3) 100%);
}

.appointment-image {
    flex-shrink: 0;
    width: 56%;
    height: auto;
    border-radius: 24px;
    overflow: hidden;
    align-self: center;
}

.appointment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.appointment-form-wrapper {
    width: 44%;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.appointment-form-wrapper h2 {
    font-family: Gotham;
    font-weight: 300;
    font-size: 32px;
    line-height: 48px;
    color: var(--text-dark);
}

.appointment-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.appointment-form input,
.appointment-form textarea {
    width: 100%;
    padding: 19px 24px;
    border: 1px solid var(--text-dark);
    border-radius: 56px;
    font-family: Gotham;
    font-weight: 300;
    font-size: 16px;
    color: var(--text-dark);
    background-color: transparent;
    outline: none;
}

.appointment-form textarea {
    border-radius: 20px;
    resize: none;
    min-height: 125px;
    padding-top: 20px;
}

.appointment-form input::placeholder,
.appointment-form textarea::placeholder {
    color: var(--text-dark);
    opacity: 1;
}

/* Map Section */
.map-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 70px;
}

.map-section iframe {
    width: 100%;
}

@media (max-width: 1440px) {

    .treatment-plan-wrapper,
    .collagen-support-section,
    .benefits-section,
    .concern-section,
    .example-of-collagen,
    .appointment-section {
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero-content {
        padding-bottom: 70px;
    }

    .concern-section>div {
        gap: 80px;
    }
}

@media (max-width:1200px) {
    .treatment-plan {
        padding: 40px 32px 50px;
        border-radius: 20px;
    }

    .collagen-support-section>div,
    .example-of-collagen>div {
        gap: 40px;
    }

    .benefits-content-wrapper {
        gap: 30px;
    }


    .appointment-section {
        flex-direction: column;
    }

    .appointment-image {
        width: 100%;
        max-width: 750px;
    }

    .appointment-form-wrapper {
        width: 100%;
    }

    .concern-section>div {
        gap: 50px;
    }
}

@media (max-width:1025px) {

    .treatment-plan-wrapper,
    .collagen-support-section>div {
        flex-direction: column;
        align-items: center;
    }

    .collagen-support-section h2 {
        margin: 0 auto 12px;
        text-align: center;
    }

    .collagen-support-section p {
        text-align: center;
    }

    .benefits-content-wrapper {
        justify-content: center;
        padding: 24px;
    }

    .benefits-content-wrapper>div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .benefits-content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .example-of-collagen>div{
        flex-direction: column;
    }

    .highlight-text{
        padding-left: 0;
        border: none;
        margin: auto;
    }

    .example-of-collagen{
        text-align: center;
    }

    .benefits-content .section-heading,
    .benefits-content p {
        max-width: unset;
    }

    .concern-section>div {
        margin-top: 16px;
    }

}

@media (max-width: 768px) {
    .hero-section {
        height: 420px;
    }

    .section-heading {
        font-size: 24px;
        line-height: 36px;
    }

    .treatment-plan-wrapper,
    .collagen-support-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .concern-section {
        padding-bottom: 50px;
    }

    .example-of-collagen {
        padding-top: 50px;
    }

    .treatment-plan h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .treatment-plan p,
    .benefits-content p,
    .concern-section p,
    .example-of-collagen p,
    .collagen-support-section p {
        font-size: 16px;
        line-height: 20px;
    }

    .benefits-content p {
        margin-bottom: 12px;
    }

    .concern-section>div {
        gap: 20px;
        flex-direction: column;
    }

    .example-of-collagen>div{
        gap: 20px;
    }

    .collagen-support-section h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .treatment-plan h3 {
        margin-bottom: 12px;
    }

    .collagen-support-section>div {
        margin-bottom: 30px;
    }

    .treatment-plan p {
        margin-bottom: 8px;
    }

    .benefits-content-wrapper,
    .benefits-img img {
        border-radius: 20px;
    }

    .benefits-content .section-heading,
    .benefits-content .section-heading {
        margin-bottom: 8px;
    }

    .map-section {
        margin-top: 50px;
    }

    .map-section iframe {
        height: 350px;
    }

}

@media (max-width: 480px) {

    .treatment-plan-wrapper,
    .collagen-support-section,
    .benefits-section,
    .concern-section,
    .example-of-collagen,
    .appointment-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-heading {
        font-size: 20px;
        line-height: 24px;
    }

    .treatment-plan h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .collagen-support-section h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .treatment-plan p,
    .concern-section p,
    .example-of-collagen,
    .collagen-support-section p {
        font-size: 14px;
        line-height: 18px;
    }

    .appointment-form-wrapper h2 {
        font-size: 24px;
    }

    .appointment-form input,
    .appointment-form textarea {
        padding: 15px 20px;
        font-size: 14px;
    }

}