/* =========================================================
   HIMALAYA MEDICAL SERVICES
   SERVICES PAGE CSS
   ========================================================= */


/* =========================================================
   1. SERVICES HERO SECTION
   ========================================================= */

.services-hero-section {

    position: relative;

    overflow: hidden;

    padding: 90px 0;

    background:
        linear-gradient(
            135deg,
            #F7FAFD 0%,
            #EEF6FF 100%
        );

}


.services-hero-container {

    display: grid;

    grid-template-columns:
        1fr
        0.9fr;

    align-items: center;

    gap: 70px;

}


.services-hero-content {

    max-width: 650px;

}


.services-hero-content h1 {

    margin-bottom: 22px;

    color: #123B70;

    font-size: clamp(
        42px,
        5vw,
        64px
    );

    font-weight: 800;

    line-height: 1.08;

    letter-spacing: -1.5px;

}


.services-hero-content h1 span {

    display: block;

    color: #2F80ED;

}

/* HERO SUBHEADING */
.services-hero-subheading {
    margin: -6px 0 14px;
    color: #123B70;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.2px;
}

.services-hero-content > p {

    max-width: 620px;

    margin-bottom: 30px;

    color: #5B6B82;

    font-size: 17px;

    line-height: 1.8;

}

/* HERO TRUST / SUPPORT HIGHLIGHTS */
.services-hero-highlights {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 28px;
}

.services-hero-highlight {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #123B70;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
}

.services-hero-highlight .highlight-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: #2F80ED;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 800;
}


/* =========================================================
   2. SERVICES HERO ACTIONS
   ========================================================= */

.services-hero-actions {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 14px;

}


.services-hero-actions .btn {

    min-width: 160px;

}


/* =========================================================
   3. SERVICES HERO VISUAL
   ========================================================= */

.services-hero-visual {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

}


.services-hero-visual::before {

    content: "";

    position: absolute;

    top: -30px;

    right: -20px;

    width: 150px;

    height: 150px;

    border: 25px solid rgba(47, 128, 237, 0.08);

    border-radius: 50%;

}


.services-hero-visual::after {

    content: "";

    position: absolute;

    bottom: -30px;

    left: -20px;

    width: 100px;

    height: 100px;

    border-radius: 50%;

    background: rgba(50, 196, 141, 0.10);

}


.services-hero-visual img {

    position: relative;

    z-index: 1;

    display: block;

    width: 100%;

    max-width: 560px;

    height: 420px;

    object-fit: cover;

    border-radius:
        24px
        80px
        24px
        24px;

    box-shadow:
        0 25px 55px rgba(18, 59, 112, 0.15);

}


/* =========================================================
   4. SERVICES INTRODUCTION
   ========================================================= */

.services-intro-section {

    background: #FFFFFF;

    padding-bottom: 65px;

}


/* =========================================================
   5. SERVICES LIST SECTION
   ========================================================= */

.services-list-section {

    padding: 0 0 100px;

    background: #FFFFFF;

}


.services-list-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 24px;

}


/* =========================================================
   6. SERVICE DETAIL CARD
   ========================================================= */

.service-detail-card {

    display: flex;

    flex-direction: column;

    overflow: hidden;

    background: #FFFFFF;

    border: 1px solid #D8E5F2;

    border-radius: 20px;

    box-shadow:
        0 6px 25px rgba(18, 59, 112, 0.05);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;

}


.service-detail-card:hover {

    transform: translateY(-7px);

    border-color: rgba(47, 128, 237, 0.30);

    box-shadow:
        0 20px 45px rgba(18, 59, 112, 0.10);

}


/* =========================================================
   7. SERVICE DETAIL IMAGE
   ========================================================= */

.service-detail-image {

    position: relative;

    height: 240px;

    overflow: hidden;

}


.service-detail-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition:
        transform 0.5s ease;

}


.service-detail-card:hover
.service-detail-image img {

    transform: scale(1.05);

}


.service-detail-number {

    position: absolute;

    top: 18px;

    left: 18px;

    width: 45px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 11px;

    background: rgba(18, 59, 112, 0.94);

    color: #FFFFFF;

    font-size: 13px;

    font-weight: 800;

    box-shadow:
        0 8px 20px rgba(18, 59, 112, 0.18);

}



/* =========================================================
   8. SERVICE DETAIL CONTENT
========================================================= */

.service-detail-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 24px 24px;
}


/* SERVICE CATEGORY */

.service-detail-label {
    display: block;
    margin-bottom: 8px;

    color: #1769C2;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: 1.4;
    text-transform: uppercase;
}


/* SERVICE TITLE */

.service-detail-content h2 {
    display: flex;
    align-items: flex-start;

    min-height: 56px;

    margin: 0 0 14px;

    color: #123B70;
    font-size: 25px;
    font-weight: 750;
    line-height: 1.25;
}


/* =========================================================
   SERVICE HOOK POINT
========================================================= */

.service-hook {
    display: flex;
    align-items: flex-start;

    min-height: 44px;

    margin: 0 0 12px;

    color: #1769C2;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
     letter-spacing: -0.2px;
    font-family: "Inter", "Segoe UI", sans-serif;

}


/* HOOK COLOR VARIATION */

.service-detail-card:nth-child(3n+1) .service-hook {
    color: #1769C2;
}

.service-detail-card:nth-child(3n+2) .service-hook {
    color: #32C48D;
}

.service-detail-card:nth-child(3n) .service-hook {
    color: #2F80ED;
}


/* SERVICE DESCRIPTION */

.service-detail-content > p:not(.service-hook) {
    min-height: 68px;

    margin: 0 0 16px;

    color: #5B6B82;
    font-size: 13.5px;
    line-height: 1.5;
}


/* VIEW SERVICE */

.service-detail-link {
    margin-top: auto;
}
.service-detail-content {

    display: flex;

    flex-direction: column;

    flex: 1;

    padding: 28px;

}


.service-detail-label {

    display: inline-block;

    margin-bottom: 10px;

    color: #1769C2;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.2px;

    text-transform: uppercase;

}


.service-detail-content h2 {

    margin-bottom: 12px;

    color: #123B70;

    font-size: 25px;

    font-weight: 750;

    line-height: 1.25;

} */


/* =========================================================
   SERVICE HOOK POINT
========================================================= */

.service-hook {
    margin-bottom: 16px;
    color: #1769C2;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}


Color variation for different service cards

.service-detail-card:nth-child(3n+1) .service-hook {
    color: #1769C2;
}

.service-detail-card:nth-child(3n+2) .service-hook {
    color: #32C48D;
}

.service-detail-card:nth-child(3n) .service-hook {
    color: #2F80ED;
}


/* =========================================================
   9. SERVICE FEATURE LIST
   ========================================================= */

.service-feature-list {

    display: flex;

    flex-direction: column;

    gap: 10px;

    margin-bottom: 25px;

}


.service-feature-list li {

    display: flex;

    align-items: center;

    gap: 10px;

    color: #172B4D;

    font-size: 13px;

    line-height: 1.5;

}


.service-feature-list li span {

    width: 21px;

    height: 21px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: rgba(50, 196, 141, 0.12);

    color: #32C48D;

    font-size: 10px;

    font-weight: 800;

}


/* =========================================================
   10. SERVICE DETAIL LINK
   ========================================================= */

.service-detail-link {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    width: fit-content;

    margin-top: auto;

    color: #1769C2;

    font-size: 13px;

    font-weight: 700;

    transition:
        gap 0.3s ease,
        color 0.3s ease;

}


.service-detail-link:hover {

    gap: 13px;

    color: #2F80ED;

}


.service-detail-link span {

    font-size: 18px;

}

/* =========================================================
   11. WHAT SUPPORT DO YOU NEED?
   ========================================================= */

.support-needs-section {
    padding: 90px 0;
    background: #FFFFFF;
}


/* ---------------------------------------------------------
   SECTION HEADER
--------------------------------------------------------- */

.support-needs-section .section-header {
    max-width: 780px;
    margin: 0 auto 50px;
    text-align: center;
}


/* ---------------------------------------------------------
   SUPPORT NEEDS GRID
--------------------------------------------------------- */

.support-needs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}


/* ---------------------------------------------------------
   SUPPORT NEED CARD
--------------------------------------------------------- */

.support-need-card {
    position: relative;
    display: flex;
    min-height: 280px;
    padding: 30px;
    overflow: hidden;

    background: #F7FAFD;
    border: 1px solid #D8E5F2;
    border-radius: 18px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


.support-need-card:hover {
    transform: translateY(-6px);

    border-color: rgba(47, 128, 237, 0.30);

    box-shadow:
        0 18px 40px rgba(18, 59, 112, 0.09);
}


/* ---------------------------------------------------------
   CARD NUMBER
--------------------------------------------------------- */

.support-need-number {
    position: absolute;

    top: 22px;
    right: 24px;

    color: rgba(47, 128, 237, 0.12);

    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}


/* ---------------------------------------------------------
   CARD CONTENT
--------------------------------------------------------- */

.support-need-content {
    position: relative;
    z-index: 1;

    display: flex;
    flex-direction: column;

    width: 100%;
}


/* ---------------------------------------------------------
   CARD TITLE
--------------------------------------------------------- */

.support-need-content h3 {
    max-width: 290px;

    margin: 0 0 15px;

    color: #123B70;

    font-size: 24px;
    font-weight: 750;
    line-height: 1.25;

    letter-spacing: -0.4px;
}


.support-need-content h3 span {
    display: block;

    color: #2F80ED;
}


/* ---------------------------------------------------------
   CARD DESCRIPTION
--------------------------------------------------------- */

.support-need-content > p {
    max-width: 340px;

    margin: 0 0 24px;

    color: #5B6B82;

    font-size: 14px;
    line-height: 1.7;
}


/* ---------------------------------------------------------
   RECOMMENDED SERVICE
--------------------------------------------------------- */

.recommended-service {
    margin-top: auto;

    padding-top: 18px;

    border-top: 1px solid #D8E5F2;
}


.recommended-label {
    display: block;

    margin-bottom: 7px;

    color: #1769C2;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1px;
    line-height: 1.4;

    text-transform: uppercase;
}


.recommended-service strong {
    display: block;

    color: #123B70;

    font-size: 13px;
    font-weight: 700;

    line-height: 1.6;
}


.service-separator {
    display: inline-block;

    margin: 0 4px;

    color: #2F80ED;
}


/* ---------------------------------------------------------
   SUBTLE CARD DECORATION
--------------------------------------------------------- */

.support-need-card::after {
    content: "";

    position: absolute;

    right: -35px;
    bottom: -45px;

    width: 120px;
    height: 120px;

    border-radius: 50%;

    background: rgba(47, 128, 237, 0.045);

    pointer-events: none;
}

/* =========================================================
   11. HOW HMS WORKS
   ========================================================= */

.hms-process-section {
    padding: 90px 0;
    background: #F7FAFD;
}


/* ---------------------------------------------------------
   SECTION HEADER
--------------------------------------------------------- */

.hms-process-section .section-header {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}


/* ---------------------------------------------------------
   PROCESS GRID
--------------------------------------------------------- */

.hms-process-grid {
    position: relative;

    display: grid;
    grid-template-columns: repeat(6, 1fr);

    gap: 20px;
}


/* ---------------------------------------------------------
   CONNECTING LINE
--------------------------------------------------------- */

.hms-process-grid::before {
    content: "";

    position: absolute;

    top: 27px;
    left: 8%;
    right: 8%;

    height: 2px;

    background: #D8E5F2;

    z-index: 0;
}


/* ---------------------------------------------------------
   PROCESS STEP
--------------------------------------------------------- */

.hms-process-step {
    position: relative;
    z-index: 1;

    text-align: center;
}


/* ---------------------------------------------------------
   PROCESS NUMBER
--------------------------------------------------------- */

.hms-process-number {
    width: 56px;
    height: 56px;

    margin: 0 auto 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #2F80ED;
    border-radius: 50%;

    background: #FFFFFF;

    color: #1769C2;

    font-size: 14px;
    font-weight: 800;

    box-shadow:
        0 6px 18px rgba(18, 59, 112, 0.08);

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* ---------------------------------------------------------
   PROCESS HOVER
--------------------------------------------------------- */

.hms-process-step:hover .hms-process-number {
    background: #2F80ED;
    color: #FFFFFF;

    transform: translateY(-3px);

    box-shadow:
        0 10px 24px rgba(47, 128, 237, 0.20);
}


/* ---------------------------------------------------------
   PROCESS CONTENT
--------------------------------------------------------- */

.hms-process-content {
    padding: 0 8px;
}


/* ---------------------------------------------------------
   PROCESS TITLE
--------------------------------------------------------- */

.hms-process-content h3 {
    margin: 0 0 11px;

    color: #123B70;

    font-size: 18px;
    font-weight: 750;

    line-height: 1.3;
}


/* ---------------------------------------------------------
   PROCESS DESCRIPTION
--------------------------------------------------------- */

.hms-process-content p {
    margin: 0;

    color: #5B6B82;

    font-size: 13px;
    line-height: 1.65;
}
/* =========================================================
   11. SERVICES BENEFITS SECTION
   ========================================================= */

/* =========================================================
   13. WHY CHOOSE HMS?
   ========================================================= */

.services-benefits-section {
    padding: 90px 0;
    background: #F7FAFD;
}


/* ---------------------------------------------------------
   SECTION HEADER
--------------------------------------------------------- */

.services-benefits-section .section-header {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}


/* ---------------------------------------------------------
   8 BENEFIT CARDS — 4 × 2
--------------------------------------------------------- */

/* ---------------------------------------------------------
   8 BENEFIT CARDS — 4 × 2
--------------------------------------------------------- */

.hms-why-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}


/* ---------------------------------------------------------
   BENEFIT CARD
--------------------------------------------------------- */

.hms-why-item {
    display: flex;
    flex-direction: column;

    min-height: 235px;

    padding: 30px 25px;

    background: #F7FAFD;

    border: 1px solid #D8E5F2;

    border-radius: 16px;

    box-shadow:
        0 5px 18px rgba(18, 59, 112, 0.04);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


.hms-why-item:hover {
    transform: translateY(-5px);

    border-color: rgba(47, 128, 237, 0.30);

    box-shadow:
        0 15px 35px rgba(18, 59, 112, 0.08);
}


/* ---------------------------------------------------------
   ICON BOX
--------------------------------------------------------- */

.hms-why-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    border-radius: 12px;

    background: #EAF3FF;

    color: #2F80ED;

    font-size: 21px;
    font-weight: 800;
}


/* ---------------------------------------------------------
   CARD TITLE
--------------------------------------------------------- */

.hms-why-item h3 {
    margin: 0 0 10px;

    color: #123B70;

    font-size: 17px;
    font-weight: 750;

    line-height: 1.35;
}


/* ---------------------------------------------------------
   CARD DESCRIPTION
--------------------------------------------------------- */

.hms-why-item p {
    margin: 0;

    color: #5B6B82;

    font-size: 13px;

    line-height: 1.7;
}


/* ---------------------------------------------------------
   OUR APPROACH
--------------------------------------------------------- */

/* ---------------------------------------------------------
   OUR APPROACH — LIGHT CARD
--------------------------------------------------------- */

.hms-why-statement {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 250px;

    padding: 45px 40px;

    background: #FFFFFF;

    border: 1px solid #D8E5F2;

    border-radius: 16px;

    box-shadow:
        0 8px 25px rgba(18, 59, 112, 0.05);

    text-align: center;

    overflow: hidden;
}


/* ---------------------------------------------------------
   OUR APPROACH DECORATION
--------------------------------------------------------- */

.hms-why-statement::before {
    content: "";

    position: absolute;

    top: -60px;
    right: -60px;

    width: 150px;
    height: 150px;

    border: 25px solid rgba(47, 128, 237, 0.06);

    border-radius: 50%;
}


.hms-why-statement::after {
    content: "";

    position: absolute;

    bottom: -50px;
    left: -40px;

    width: 120px;
    height: 120px;

    border-radius: 50%;

    background: rgba(47, 128, 237, 0.045);
}


/* ---------------------------------------------------------
   APPROACH CONTENT
--------------------------------------------------------- */

.hms-why-statement-inner {
    position: relative;

    z-index: 1;

    max-width: 750px;

    margin: 0 auto;
}


/* ---------------------------------------------------------
   APPROACH LABEL
--------------------------------------------------------- */
.hms-why-statement-label {
    display: inline-block;

    margin-bottom: 18px;

    color: #2F80ED;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.3px;

    text-transform: uppercase;
}


/* ---------------------------------------------------------
   APPROACH HEADING
--------------------------------------------------------- */
.hms-why-statement h3 {
    margin: 0 0 20px;

    color: #123B70;

    font-size: 30px;
    font-weight: 800;

    line-height: 1.2;

    letter-spacing: -0.5px;
}


.hms-why-statement h3 span {
    display: block;

    color: #2F80ED;
}

/* ---------------------------------------------------------
   APPROACH MESSAGE
--------------------------------------------------------- */
.hms-why-statement p {
    margin: 0;

    color: #5B6B82;

    font-size: 40px;

    line-height: 1.6;
    font-weight: 500;
}


.hms-why-statement p strong {
    display: block;

    margin-top: 4px;

    color: #123B70;

    font-size: 25px;

    font-weight: 800;
}

/* =========================================================
   14. SERVICES CTA
   ========================================================= */

.services-cta-section {

    padding: 90px 0;

    background:
        linear-gradient(
            135deg,
            #123B70 0%,
            #1769C2 100%
        );

}


.services-cta-content {

    max-width: 850px;

    margin: 0 auto;

    text-align: center;

}


.services-cta-content .section-label {

    color: #A9D1FF;

}


.services-cta-content h2 {

    margin-bottom: 18px;

    color: #FFFFFF;

    font-size: clamp(
        32px,
        4vw,
        50px
    );

    font-weight: 800;

    line-height: 1.15;

}


.services-cta-content h2 span {

    color: #8FC4FF;

}


.services-cta-content > p {

    max-width: 680px;

    margin: 0 auto 30px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 15px;

    line-height: 1.8;

}


/* =========================================================
   15. CTA ACTIONS
   ========================================================= */

.services-cta-actions {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 14px;

}


/* =========================================================
   16. OUTLINE WHITE BUTTON
   ========================================================= */

.btn-outline-white {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 48px;

    padding: 12px 24px;

    border: 1px solid rgba(255, 255, 255, 0.40);

    border-radius: 8px;

    background: transparent;

    color: #FFFFFF;

    font-size: 14px;

    font-weight: 700;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;

}


.btn-outline-white:hover {

    transform: translateY(-2px);

    background: rgba(255, 255, 255, 0.10);

    border-color: #FFFFFF;

}


/* =========================================================
   17. LARGE TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .services-hero-container {

        gap: 45px;

    }


    .hms-why-benefits {
    grid-template-columns: repeat(2, 1fr);
}

    .hms-process-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 45px;
}

.hms-process-grid::before {
    display: none;
}

}


/* =========================================================
   18. TABLET
   ========================================================= */

@media (max-width: 992px) {

    .services-hero-section {

        padding: 70px 0;

    }


    .services-hero-container {

        grid-template-columns: 1fr;

    }


    .services-hero-content {

        max-width: 750px;

        margin: 0 auto;

        text-align: center;

    }


    .services-hero-content h1 {

        font-size: 50px;

    }


    .services-hero-content > p {

        margin-inline: auto;

    }


    .services-hero-actions {

        justify-content: center;

    }


    .services-hero-visual {

        max-width: 650px;

        width: 100%;

        margin: 0 auto;

    }


    .services-list-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: none;
        margin-inline: 0;
    }

}


/* =========================================================
   19. MOBILE
   ========================================================= */

@media (max-width: 640px) {

    .services-hero-section {

        padding: 55px 0 65px;

    }


    .services-hero-content h1 {

        font-size: 38px;

        letter-spacing: -1px;

    }


    .services-hero-content > p {

        font-size: 14px;

    }


    .services-hero-actions {

        flex-direction: column;

        width: 100%;

    }


    .services-hero-actions .btn {

        width: 100%;

    }


    .services-hero-visual img {

        height: 330px;

        border-radius:
            20px
            60px
            20px
            20px;

    }


    .services-intro-section {

        padding-bottom: 50px;

    }

.services-list-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .services-list-section {

        padding-bottom: 70px;

    }


    .services-detail-card {

        border-radius: 16px;

    }


    .service-detail-image {

        height: 220px;

    }


    .service-detail-content {

        padding: 23px;

    }


    .service-detail-content h2 {

        font-size: 21px;
        min-height: auto;
    }

     .service-hook {
        min-height: auto;
    }

    .service-detail-content > p:not(.service-hook) {
        min-height: auto;
    }

    /* WHY CHOOSE HMS */

.hms-why-benefits {
    grid-template-columns: 1fr;

    gap: 16px;

    margin-bottom: 20px;
}


.hms-why-item {
    min-height: auto;

    padding: 25px 22px;
}


.hms-why-icon {
    width: 48px;
    height: 48px;

    margin-bottom: 18px;
}


.hms-why-item h3 {
    font-size: 17px;
}


.hms-why-item p {
    font-size: 13px;
}


.hms-why-statement {
    min-height: 230px;

    padding: 30px 22px;
}


.hms-why-statement h3 {
    font-size: 24px;
}


.hms-why-statement p {
    font-size: 15px;
}


.hms-why-statement p strong {
    font-size: 18px;
}


    .services-cta-section {

        padding: 65px 0;

    }


    .services-cta-content h2 {

        font-size: 34px;

    }


    .services-cta-actions {

        flex-direction: column;

    }


    .services-cta-actions .btn,
    .services-cta-actions .btn-outline-white {

        width: 100%;

    }


    /* HOW HMS WORKS */

.hms-process-section {
    padding: 65px 0;
}

.hms-process-section .section-header {
    margin-bottom: 40px;
}

.hms-process-grid {
    grid-template-columns: 1fr;
    gap: 0;
}

.hms-process-grid::before {
    display: block;

    top: 28px;
    bottom: 28px;
    left: 27px;
    right: auto;

    width: 2px;
    height: auto;
}

.hms-process-step {
    display: grid;
    grid-template-columns: 56px 1fr;

    column-gap: 20px;

    text-align: left;

    min-height: 125px;
}

.hms-process-number {
    margin: 0;

    grid-column: 1;
    grid-row: 1;
}

.hms-process-content {
    grid-column: 2;

    padding: 4px 0 30px;
}

.hms-process-content h3 {
    font-size: 18px;
}

.hms-process-content p {
    font-size: 13.5px;
}
}


/* =========================================================
   20. EXTRA SMALL DEVICES
   ========================================================= */

@media (max-width: 400px) {

    .services-hero-content h1 {

        font-size: 34px;

    }


    .services-hero-visual img {

        height: 290px;

    }


    .service-detail-image {

        height: 200px;

    }


    .service-detail-content {

        padding: 20px;

    }

}

.recommended-service-link {
    color: #123B70;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    text-decoration: none;
    transition:
        color 0.25s ease,
        text-decoration 0.25s ease;
}

.recommended-service-link:hover {
    color: #000000;
    /* text-decoration: underline; */
}
.recommended-service-links {
    display: inline;
}

.recommended-service-links .recommended-service-link {
    display: inline;
}