/**
 * Section alignment modifiers - applied per section via ACF
 */

/* Heading align */
.section--heading-left .section__title,
.section--heading-left h1,
.section--heading-left h2,
.section--heading-left h3 {
    text-align: left;
}

.section--heading-center .section__title,
.section--heading-center h1,
.section--heading-center h2 {
    text-align: left;
}
.section--heading-center .section__title
.section--heading-center h3 {
    font-family: Playfair Display, Georgia, serif !important;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.section--heading-right .section__title,
.section--heading-right h1,
.section--heading-right h2,
.section--heading-right h3 {
    text-align: right;
}

/* Text/body align */
.section--text-left .section__text,
.section--text-left .section__body,
.section--text-left .section__desc,
.section--text-left p {
    text-align: left;
}

.section--text-center .section__text,
.section--text-center .section__body,
.section--text-center .section__desc,
.section--text-center p {
    text-align: center;
}

.section--text-right .section__text,
.section--text-right .section__body,
.section--text-right .section__desc,
.section--text-right p {
    text-align: right;
}


/* Button align - wrapper uses flex or text-align */
.section--btn-left .section__cta-wrap,
.section--btn-left .section__btn-wrap {
    justify-content: flex-start;
    text-align: left;
}

.section--btn-center .section__cta-wrap,
.section--btn-center .section__btn-wrap {
    justify-content: center;
    text-align: center;
}

.section--btn-right .section__cta-wrap,
.section--btn-right .section__btn-wrap {
    justify-content: flex-end;
    text-align: right;
}

/* Hero specific - content is the wrapper */
.hero-video__content.section--heading-left .hero-video__title {
    text-align: left;
}

.hero-video__content.section--heading-center .hero-video__title {
    text-align: center;
    color: #FFF;
    font-family: Playfair !important;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

@media (max-width: 768px) {
    .hero-video__content.section--heading-center .hero-video__title {
        color: #FFF;
        font-family: Playfair Display, Georgia, serif !important;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        max-width: 100%;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

.hero-video__content.section--heading-right .hero-video__title {
    text-align: right;
}

.hero-video__content.section--text-left .hero-video__subtitle {
    text-align: left;
}

.hero-video__content.section--text-center .hero-video__subtitle {
    color: #FFF;
    text-align: center;
    font-family: Nunito !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero-video__content.section--text-right .hero-video__subtitle {
    text-align: right;
}

.hero-video__content.section--btn-left {
    text-align: left;
}

.hero-video__content.section--btn-center {
    text-align: center;
}

.hero-video__content.section--btn-right {
    text-align: center;
}

.hero-video__content.section--btn-left .hero-video__cta {
    margin-right: auto;
    margin-left: 0;
}

.hero-video__content.section--btn-center .hero-video__cta {
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    text-align: center;
    font-family: Nunito !important;
    font-size: 14px;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.hero-video__content.section--btn-center .hero-video__cta:hover {
    background-color: black;
    border: white 1px solid;
    color: white;
    text-decoration: none !important;
}

.hero-video__content.section--btn-right .hero-video__cta {
    margin-left: auto;
    margin-right: 0;
}

/* Treatments - title, desc, card buttons */
.treatments-grid__inner.section--heading-left .treatments-grid__title {
    text-align: left;
}

.treatments-grid__inner.section--heading-center .treatments-grid__title {
    text-align: center;
}

.treatments-grid__inner.section--heading-right .treatments-grid__title {
    text-align: right;
}

.treatments-grid__inner.section--text-left .treatments-grid__desc {
    text-align: left;
}

.treatments-grid__inner.section--text-center .treatments-grid__desc {
    text-align: center;
    color: #FFF;
    font-family: Nunito !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.treatments-grid__inner.section--text-right .treatments-grid__desc {
    text-align: right;
}

.treatments-grid__card-content.section--btn-left {
    text-align: left;
}

.treatments-grid__card-content.section--btn-center {
    text-align: center;
}

.treatments-grid__card-content.section--btn-right {
    text-align: right;
}

/* About */
.about-section__content.section--heading-left .about-section__title {
    text-align: left;
}

.about-section__content.section--heading-center .about-section__title {
    color: #FFF;
    text-align: center;
    font-family: Playfair Display, Georgia, serif !important;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

@media (max-width: 768px) {
    .about-section__content.section--heading-center .about-section__title {
        font-size: 28px;
    }

    .about-section__content.section--text-center .about-section__body p {
        font-size: 14px;
    }
}

.about-section__content.section--heading-right .about-section__title {
    text-align: right;
}

.about-section__content.section--text-left .about-section__body {
    text-align: left;
}

.about-section__content.section--text-center .about-section__body {
    text-align: center;
}

.about-section__content.section--text-center .about-section__body p {
    font-family: Nunito !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-section__content.section--text-right .about-section__body {
    text-align: right;
}

.about-section__content.section--btn-left .about-section__cta {
    margin-right: auto;
    margin-left: 0;
}

.about-section__content.section--btn-center .about-section__cta {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    border-radius: 8px;
    color: #FFF;
    text-align: center;
    font-family: Nunito !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    width: fit-content;
    border: 1px solid black;
    justify-content: center;
    align-items: center;
    height: 45px;
}

.about-section__content.section--btn-center .about-section__cta:hover {
    background-color: black;
    border: white 1px solid;
}

.about-section__content.section--btn-right .about-section__cta {
    margin-left: auto;
    margin-right: 0;
}

/* Location */
.location-section__content.section--heading-left .location-section__title {
    text-align: left;
}

.location-section__content.section--heading-center .location-section__title {
    text-align: center;
    color: #000;
    font-family: Playfair Display, Georgia, serif !important;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.location-section__content.section--text-center .location-section__body p {
    color: #000;
    text-align: center;
    font-family: Nunito !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 768px) {
    .location-section__content.section--heading-center .location-section__title {
        color: #000;
        font-family: Playfair;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }

    .location-section__content.section--text-center .location-section__body p {
        font-size: 14px;
    }

    .faq-cta__title {
        font-size: 28px !important;
    }

    .faq-cta__inner.section--text-center .faq-cta__text {
        font-size: 16px !important;
    }

    
}

.location-section__content.section--heading-right .location-section__title {
    text-align: right;
}

.location-section__content.section--text-left .location-section__body {
    text-align: left;
}



.location-section__content.section--text-right .location-section__body {
    text-align: right;
}

.location-section__cta-wrap.section--btn-left,
.location-section__cta-wrap.section--btn-center,
.location-section__cta-wrap.section--btn-right {
    display: flex;
}

.location-section__cta-wrap.section--btn-left {
    justify-content: flex-start;
}

.location-section__cta-wrap.section--btn-center {
    justify-content: center;
}

.location-section__cta-wrap.section--btn-right {
    justify-content: flex-end;
}

/* FAQ CTA */
.faq-cta__inner.section--heading-left .faq-cta__title {
    text-align: left;
}

.faq-cta__inner.section--heading-center .faq-cta__title {
    color: #FFF;
    text-align: center;
    font-family: Playfair Display, Georgia, serif !important;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.faq-cta__inner.section--heading-right .faq-cta__title {
    text-align: right;
}

.faq-cta__inner.section--text-left .faq-cta__text {
    text-align: left;
}

.faq-cta__inner.section--text-center .faq-cta__text {
    color: #FFF;
    text-align: center;
    font-family: Nunito !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.faq-cta__inner.section--text-right .faq-cta__text {
    text-align: right;
}

.faq-cta__inner.section--btn-left {
    text-align: left;
}

.faq-cta__inner.section--btn-center {
    text-align: center;
}

.faq-cta__inner.section--btn-right {
    text-align: center;
}

/* .faq-cta__inner.section--btn-left .faq-cta__btn {
    margin-right: auto;
    margin-left: 0;
}

.faq-cta__inner.section--btn-center .faq-cta__btn {
    margin-left: auto;
    margin-right: auto;
    padding: 12px 40px;
    display: block;
    width: fit-content;
    border-radius: 8px;
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.faq-cta__inner.section--btn-right .faq-cta__btn {
    margin-left: auto;
    margin-right: 0;
} */

/* Newsletter */
.newsletter-section__inner.section--heading-left .newsletter-section__title {
    text-align: left;
    color: #FFF;
    font-family: Playfair;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}



.newsletter-section__inner.section--heading-center .newsletter-section__title {
    text-align: center;
}

.newsletter-section__inner.section--heading-right .newsletter-section__title {
    text-align: right;
}

.newsletter-section__inner.section--text-left .newsletter-section__text {
    text-align: left;
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.newsletter-section__inner.section--text-center .newsletter-section__text {
    text-align: center;
}

.newsletter-section__inner.section--text-right .newsletter-section__text {
    text-align: right;
}
@media (max-width: 768px) {
    .newsletter-section__inner.section--heading-left .newsletter-section__title {
        text-align: center;
        font-size: 24px;
    }

    .newsletter-section__inner.section--text-left .newsletter-section__text {
        text-align: center;
        font-size: 14px;
    }
    .newsletter-section__field{
        align-items: flex-start !important;
    }
    .newsletter-section__field{
        width: 90%;
        justify-content: center;
        align-items: center;
    }
    .newsletter-section__form{
        align-items: center;
    }
}

.newsletter-section__form-wrap.section--btn-left,
.newsletter-section__form-wrap.section--btn-center,
.newsletter-section__form-wrap.section--btn-right {
    display: flex;
}

.newsletter-section__form-wrap.section--btn-left {
    justify-content: flex-start;
}

.newsletter-section__form-wrap.section--btn-center {
    justify-content: center;
}

.newsletter-section__form-wrap.section--btn-right {
    justify-content: flex-end;
}

/* Reviews */
.reviews-section__inner.section--heading-left .reviews-section__title {
    text-align: left;
}

.reviews-section__inner.section--heading-center .reviews-section__title {
    text-align: center;
    color: #000;
    font-family: Playfair !important;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

@media (max-width: 768px) {
    .reviews-section__inner.section--heading-center .reviews-section__title {
        color: #000;
        font-family: Playfair !important;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        word-break: break-word;
        white-space: normal;
    }
}

.reviews-section__inner.section--heading-right .reviews-section__title {
    text-align: right;
}

.reviews-section__inner.section--btn-left .reviews-section__cta {
    margin-right: auto;
    margin-left: 0;
}

.reviews-section__inner.section--btn-right .reviews-section__cta {
    margin-left: auto;
    margin-right: 0;
}

/* Blog */
.blog-section__inner.section--heading-left .blog-section__title {
    text-align: center;
}

.blog-section__inner.section--heading-center .blog-section__title {
    color: #000;
    font-family: Playfair !important;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

.blog-section__inner.section--heading-right .blog-section__title {
    text-align: right;
}

.blog-section__cta-wrap.section--btn-left,
.blog-section__cta-wrap.section--btn-center,
.blog-section__cta-wrap.section--btn-right {
    display: flex;
}

.blog-section__cta-wrap.section--btn-left {
    justify-content: flex-start;
}

.blog-section__cta-wrap.section--btn-center {
    justify-content: center;
}

.blog-section__cta-wrap.section--btn-right {
    justify-content: flex-end;
}