/* 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;
}

/* Intro Section */
.intro-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 70px;
    display: flex;
    gap: 64px;
}

.intro-section p {
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.intro-content p {
    max-width: 786px;
    color: var(--text-dark);
}

.highlight-content p {
    max-width: 463px;
    color: var(--primary-blue);
}

/* Comparison Section */
.comparison-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 70px;
}

.comparison-content {
    width: 100%;
    padding: 50px;
    display: flex;
    gap: 80px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(108, 34, 123, 0.30) 0%, rgba(255, 255, 255, 0.30) 134.63%);
}

.comparison-content>div {
    width: 100%;
}

.comparison-content 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: 4px;
    max-width: 500px;
}

.comparison-content p {
    color: var(--text-dark);
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 16px 0;
    max-width: 530px;
}

.comparison-content>div>p:last-child {
    margin-top: 0;
    margin-bottom: 0;
}

/* Common Reasons Section */
.reasons-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 70px;
    text-align: center;
}

.reasons-section p {
    color: var(--text, #000);
    text-align: center;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 12px auto 0;
    max-width: 965px;
}

/* Use of Hydrafacial Section */
.use-hydra-section {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding: 70px;
    background: linear-gradient(90deg,
            #f1f1f1 0%,
            #d6e1e6 50%,
            #b9cdd6 100%);
    display: flex;

}

.use-content {
    max-width: 749px;
    padding: 50px;
    border-radius: 30px;
    background: var(--primary-blue);
    position: relative;
    z-index: 4;
    width: 52%;
}

.use-content .section-heading {
    color: var(--white);
    margin-bottom: 36px;
}

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

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

.hydra-section-img{
    transform: none !important;
}

.hydra-section-img img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 100%;
    object-fit: cover;
}

/* Session Details */
.session-details-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 70px;
    display: flex;
    gap: 90px;
}

.session-details-section>div {
    width: 50%;
}

.session-details-section .section-heading {
    margin-bottom: 24px;
}

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

.session-points>p {
    margin-bottom: 38px;
}

.session-points>div {
    display: flex;
    gap: 12px;
    align-items: center;
}

.session-points img {
    width: 24px;
    height: 24px;
}

.divider {
    width: 100%;
    height: 0.5px;
    background-color: rgba(89, 78, 143, 0.30);
    margin: 16px 0;
}

/* Aftercare Guideline Section */
.aftercare-guidelines-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 70px;
    background: var(--primary-blue);
    display: flex;
    gap: 100px;
    margin-bottom: 70px;
}

.aftercare-guidelines-section>div {
    width: 100%;
}

.aftercare-guidelines-section h3 {
    color: var(--white);
    font-family: Gotham;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    /* 133.333% */
    text-transform: uppercase;
    margin-bottom: 16px;
}

.aftercare-guidelines-section p {
    color: var(--white, #FFF);
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
}



/* Appointment 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) {

    .intro-section,
    .comparison-section,
    .reasons-section,
    .use-hydra-section,
    .session-details-section,
    .aftercare-guidelines-section,
    .appointment-section {
        padding-left: 40px;
        padding-right: 40px;
    }

    .comparison-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .use-content {
        padding: 40px 30px;
    }

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

    .comparison-content {
        gap: 40px;
    }

    .aftercare-guidelines-section {
        gap: 60px;
    }
}

@media (max-width:1200px) {
    .color-overlay {
        right: 660px;
    }

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

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

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

    .intro-section {
        gap: 50px;
    }

    .session-points img {
        width: 20px;
        height: 20px;
    }

    .session-details-section {
        gap: 50px;
    }
}

@media (max-width:992px) {
    .intro-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .comparison-content,
    .use-hydra-section,
    .session-details-section,
    .aftercare-guidelines-section {
        flex-direction: column;
    }

    .hydra-section-img img {
        position: static;
        margin: 20px auto 0;
    }

    .use-content,
    .session-details-section>div {
        width: 100%;
    }

    .comparison-content h3,
    .comparison-content p {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

}

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

    .intro-section,
    .reasons-section,
    .use-hydra-section,
    .session-details-section,
    .aftercare-guidelines-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .aftercare-guidelines-section {
        margin-bottom: 50px;
    }

    .intro-section {
        gap: 30px;
    }

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

    .comparison-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .comparison-content p,
    .reasons-section p,
    .use-content p,
    .session-details-section p,
    .aftercare-guidelines-section p {
        font-size: 16px;
        line-height: 20px;
    }

    .session-details-section,
    .aftercare-guidelines-section {
        gap: 30px;
    }

    .reasons-section p {
        margin-top: 6px;
    }

    .aftercare-guidelines-section h3 {
        margin-bottom: 8px;
    }

    .aftercare-guidelines-section h3 {
        font-size: 20px;
        line-height: 24px;
    }

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

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

    .comparison-content p {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .comparison-content {
        gap: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .session-points>div {
        gap: 6px;
    }

}

@media (max-width: 480px) {

    .intro-section,
    .comparison-section,
    .comparison-content,
    .reasons-section,
    .use-hydra-section,
    .session-details-section,
    .aftercare-guidelines-section,
    .appointment-section {
        padding-left: 20px;
        padding-right: 20px;
    }

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

    .comparison-content h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .comparison-content p,
    .reasons-section p,
    .use-content p,
    .session-details-section p,
    .aftercare-guidelines-section p {
        font-size: 14px;
        line-height: 18px;
    }

    .aftercare-guidelines-section h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .session-points img {
        width: 16px;
        height: 16px;
    }

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

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

}