/* =========================================
   HOW TO GET STARTED
========================================= */

.get-started-section {
    padding: 80px 0 100px;

    background: #f1f1f1;
    color: #071c68;
}


/* =========================================
   SECTION HEADING
========================================= */

.get-started-heading {
    max-width: 1000px;

    margin: 0 auto 25px;

    text-align: center;
}

.get-started-heading .eyebrow {
    margin: 0 0 12px;

    color: #071c68;

    font-size: 16px;
    font-weight: 700;
}

.get-started-heading h2 {
    margin: 0 0 12px;

    color: #071c68;

    font-size: 40px;
    font-weight: 500;

    line-height: 1.2;
}

.get-started-intro {
    margin: 0;

    color: #071c68;

    font-size: 16px;
    line-height: 1.5;
}


/* Center line under heading */

.get-started-heading .section-divider {
    width: 48px;
    height: 1px;

    margin: 22px auto 0;

    background: #071c68;
}


/* =========================================
   STEPS WRAPPER
========================================= */

.steps-container {
    max-width: 950px;

    margin: 0 auto;
}


/* =========================================
   INDIVIDUAL STEP
========================================= */

.process-step {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 80px;

    align-items: center;

    min-height: 390px;
}


/* =========================================
   ALTERNATING STEP
========================================= */

.process-step-reverse .process-image {
    order: 2;
}

.process-step-reverse .process-content {
    order: 1;
}


/* =========================================
   STEP IMAGE
========================================= */

.process-image {
    display: flex;

    align-items: center;
    justify-content: center;
}

.process-image img {
    width: 100%;
    max-width: 450px;
    height: 360px;

    object-fit: contain;
}


/* =========================================
   STEP CONTENT
========================================= */

.process-content {
    max-width: 390px;
}


/* STEP 1 / STEP 2 */

.step-label {
    display: block;

    margin-bottom: 8px;

    color: #071c68;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1px;
}


/* Small line */

.step-divider {
    width: 52px;
    height: 2px;

    margin-bottom: 15px;

    background: #071c68;
}


/* Step heading */

.process-content h3 {
    margin: 0 0 22px;

    color: #071c68;

    font-size: 23px;
    font-weight: 500;

    line-height: 1.3;
}


/* Step description */

.process-content p {
    max-width: 370px;

    margin: 0;

    color: #071c68;

    font-size: 15px;
    font-weight: 400;

    line-height: 1.6;
}

/* =========================================
   STATIC IMAGE HERO
========================================= */

.about-hero {
    position: relative;

    min-height: 700px;

    display: flex;
    align-items: center;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    overflow: hidden;
}

/* Overlay over the background image */

.about-hero .hero-background-overlay {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.25);

    z-index: 1;
}

/* Keep content above overlay */

.about-hero .hero-container {
    position: relative;
    z-index: 2;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .get-started-section {
        padding: 65px 0 80px;
    }

    .get-started-heading h2 {
        font-size: 35px;
    }

    .process-step {
        gap: 45px;

        min-height: 350px;
    }

    .process-image img {
        max-width: 380px;
        height: 320px;
    }

}

/* =========================================
   MISSION & VALUES
========================================= */

.mission-values-section {
    width: 100%;

    padding: 0;

    background: #ffffff;
}


/* Main grid */

.mission-values-grid {
    width: min(100%, 960px);

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 0;
}


/* =========================================
   COMMON BLOCK
========================================= */

.mv-content,
.mv-image {
    min-height: 390px;
}


/* =========================================
   CONTENT
========================================= */

.mv-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 50px 25px;
}


/* Mission */

.mission-content {
    color: #071c68;

    background: #ffffff;
}


/* Values */

.values-content {
    color: #ffffff;

    background: #071c68;

    padding-left: 48px;
    padding-right: 48px;
}


/* =========================================
   HEADINGS
========================================= */

.mv-content h2 {
    margin: 0;

    font-size: 32px;
    font-weight: 500;

    line-height: 1.2;
}


/* =========================================
   SMALL LINE
========================================= */

.mv-divider {
    width: 21px;
    height: 1px;

    margin: 18px 0 25px;

    background: currentColor;
}


/* =========================================
   PARAGRAPH
========================================= */

.mv-content p {
    max-width: 420px;

    margin: 0;

    font-size: 14px;
    font-weight: 500;

    line-height: 1.5;
}

.values-content p {
    font-weight: 600;
}

/* ============================================
   CLINIC DETAILS
============================================ */

.clinic-details-section {
    width: 100%;
    background: #f3f3f3;
}

.clinic-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 700px;
}


/* Image
============================================ */

.clinic-details-image {
    width: 100%;
    min-height: 700px;
    overflow: hidden;
}

.clinic-details-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}


/* Content
============================================ */

.clinic-details-content {
    display: flex;
    align-items: center;
    padding: 70px 8%;
}

.clinic-details-inner {
    width: 100%;
    max-width: 650px;
}

.clinic-details-inner h2 {
    margin: 0 0 25px;
    font-size: clamp(26px, 2.2vw, 36px);
    line-height: 1.25;
    color: #071d70;
    font-weight: 600;
}


/* Contact
============================================ */

.clinic-contact-list {
    margin-bottom: 30px;
}

.clinic-contact-list p {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    margin: 0 0 12px;

    font-size: 17px;
    line-height: 1.5;
    color: #071d70;
}

.clinic-contact-list i {
    width: 18px;
    margin-top: 4px;
    text-align: center;
    color: #071d70;
}

.clinic-contact-list a {
    color: inherit;
    text-decoration: none;
}

.clinic-contact-list a:hover {
    text-decoration: underline;
}


/* Details
============================================ */

.clinic-features {
    margin-bottom: 45px;
}

.clinic-features p {
    margin: 0 0 14px;

    font-size: 17px;
    line-height: 1.55;
    color: #071d70;
}

.clinic-features strong {
    font-weight: 700;
}


/* Directions Button
============================================ */

.clinic-directions-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;

    padding: 16px 35px;

    background: #071d70;
    color: #fff;

    font-size: 18px;
    font-weight: 600;

    text-decoration: none;

    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.clinic-directions-btn:hover {
    background: #0c329e;
    color: #fff;
    transform: translateY(-2px);
}

.clinic-directions-btn span {
    font-size: 24px;
    line-height: 1;
}

/* ============================================
   LOCATION SERVICES
============================================ */

.location-services-section {
    position: relative;
    background-size: cover;
      background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.location-services-overlay {
    position: absolute;
    inset: 0;

    background: rgba(14, 54, 99, 0.72);

    z-index: 1;
}

.location-services-container {
    position: relative;
    z-index: 2;
}


/* Content */
.location-services-content {
    width: 100%;
    max-width: 950px;

    padding: 70px 0;
}


.location-services-eyebrow {
    margin: 0 0 12px;

    font-size: 16px;
    font-weight: 700;

    color: #fff;
}


.location-services-content h2 {
    max-width: 700px;

    margin: 0 0 12px;

    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.15;
    font-weight: 700;

    color: #fff;
}


.location-services-description {
    max-width: 720px;

    margin: 0;

    font-size: 18px;
    line-height: 1.6;

    color: #fff;
}


.location-services-divider {
    width: 125px;
    height: 2px;

    margin: 30px 0;

    background: #fff;
}


/* ============================================
   SERVICES LIST
============================================ */

.location-services-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 20px 70px;

    margin-bottom: 35px;
}


.location-services-list ul {
    margin: 0;
    padding-left: 20px;
}


.location-services-list li {
    margin-bottom: 7px;

    font-size: 16px;
    line-height: 1.45;

    color: #fff;
}


/* ============================================
   BUTTON
============================================ */

.location-services-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 16px 40px;

    background: #fff;
    color: #071d70;

    font-size: 16px;
    font-weight: 700;

    text-decoration: none;

    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}


.location-services-btn:hover {
    background: #f1f1f1;
    color: #071d70;

    transform: translateY(-2px);
}


.location-services-btn span {
    font-size: 20px;
}


/* ============================================
   TABLET
============================================ */

@media (max-width: 991px) {

    .location-services-section,
    .location-services-container {
        min-height: auto;
    }

    .location-services-content {
        padding: 70px 0;
    }

    .location-services-list {
        gap: 20px 40px;
    }

}


/* ============================================
   MOBILE
============================================ */

@media (max-width: 768px) {

    .location-services-section {
        background-position: center;
    }

    .location-services-content {
        padding: 60px 0;
    }

    .location-services-content h2 {
        font-size: 36px;
    }

    .location-services-description {
        font-size: 17px;
    }

    .location-services-list {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .location-services-list li {
        font-size: 15px;
        margin-bottom: 9px;
    }

    .location-services-btn {
        margin-top: 15px;
    }

}


/* ============================================
   SMALL MOBILE
============================================ */

@media (max-width: 480px) {

    .location-services-content {
        padding: 50px 0;
    }

    .location-services-content h2 {
        font-size: 30px;
    }

    .location-services-eyebrow {
        font-size: 14px;
    }

    .location-services-btn {
        width: 100%;
        padding: 15px 20px;
    }

}

/* ============================================
   TABLET
============================================ */

@media (max-width: 991px) {

    .clinic-details-grid {
        grid-template-columns: 1fr 1fr;
        min-height: 550px;
    }

    .clinic-details-image {
        min-height: 550px;
    }

    .clinic-details-content {
        padding: 50px 35px;
    }

}


/* ============================================
   MOBILE
============================================ */

@media (max-width: 768px) {

    .clinic-details-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .clinic-details-image {
        min-height: auto;
        height: 350px;
    }

    .clinic-details-content {
        padding: 45px 25px;
    }

    .clinic-details-inner {
        max-width: none;
    }

    .clinic-details-inner h2 {
        font-size: 27px;
    }

    .clinic-contact-list p,
    .clinic-features p {
        font-size: 16px;
    }

    .clinic-directions-btn {
        width: 100%;
        padding: 16px 20px;
        gap: 15px;
    }

}


/* Small phones */
@media (max-width: 480px) {

    .clinic-details-image {
        height: 280px;
    }

    .clinic-details-content {
        padding: 35px 20px;
    }

    .clinic-details-inner h2 {
        font-size: 24px;
    }

}

/* =========================================
   IMAGES
========================================= */

.mv-image {
    width: 100%;

    overflow: hidden;
}

.mv-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .mission-values-grid {
        width: 90%;
    }

    .mv-content,
    .mv-image {
        min-height: 350px;
    }

    .mv-content {
        padding: 40px 30px;
    }

    .mv-content h2 {
        font-size: 29px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

    .mission-values-grid {
        width: 100%;

        grid-template-columns: 1fr;
    }

    .mv-content,
    .mv-image {
        min-height: auto;
    }

    .mv-content {
        padding: 45px 25px;
    }

    .mv-image {
        height: 320px;
    }

    .mv-content h2 {
        font-size: 28px;
    }

    .mv-content p {
        max-width: none;

        font-size: 14px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

    .get-started-section {
        padding: 55px 0 65px;
    }

    .get-started-heading {
        margin-bottom: 40px;
    }

    .get-started-heading .eyebrow {
        font-size: 14px;
    }

    .get-started-heading h2 {
        font-size: 31px;
    }

    .get-started-intro {
        font-size: 15px;
    }


    /* Stack image + content */

    .process-step {
        grid-template-columns: 1fr;

        gap: 20px;

        min-height: 0;

        margin-bottom: 65px;
    }


    /* Always image first on mobile */

    .process-step-reverse .process-image {
        order: 1;
    }

    .process-step-reverse .process-content {
        order: 2;
    }


    /* Image */

    .process-image img {
        width: 100%;
        max-width: 380px;
        height: 280px;
    }


    /* Content */

    .process-content {
        width: 100%;
        max-width: 500px;

        margin: 0 auto;

        text-align: left;
    }

    .process-content h3 {
        font-size: 22px;
    }

    .process-content p {
        max-width: none;

        font-size: 15px;
    }

}