/*==============================================
    Services One
===============================================*/
.services-one {
    position: relative;
    display: block;
    background-color: var(--careon-extra);
    padding: 0 0 90px;
    z-index: 1;
}

.services-one__left {
    position: relative;
    display: block;
    margin-top: 240px;
}

.services-one__left .section-title {
    margin-bottom: 30px;
}

.services-one__btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.services-one__btn-box .thm-btn {
    background-color: var(--careon-white);
    border: 1px solid var(--careon-primary);
    color: var(--careon-black);
}

.services-one__right {
    position: relative;
    display: block;
    margin-left: 30px;
}

.services-one__single {
    position: relative;
    display: block;
    background-color: var(--careon-white);
    border-radius: var(--careon-bdr-radius);
    padding: 40px 40px 37px;
    margin-bottom: 30px;
}

.services-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background-color: var(--color3);
    border-radius: 50%;
    z-index: 1;
}

.services-one__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--careon-base);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.services-one__single:hover .services-one__icon:before {
    transform: scaleX(1);
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--careon-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
    transform: scale(0.9);
    color: var(--careon-white);
}

.services-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin: 22px 0 34px;
}

.services-one__title a {
    color: var(--careon-black);
}

.services-one__title a:hover {
    color: var(--careon-base);
}

.services-one__read-more {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--careon-black);
    margin-top: 31px;
}

.services-one__read-more:hover {
    color: var(--careon-base);
}

.services-one__right ul li:first-child {
    margin-top: 80px;
}

.services-one__right ul li:last-child {
    margin-top: -80px;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.services-two__inner {
    position: relative;
    display: block;
    border: 2px solid var(--careon-bdr-color);
    border-radius: var(--careon-bdr-radius);
    padding: 41px 40px 18px;
}

.services-two__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 22px;
}

.services-two__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    bottom: 0;
    width: 2px;
    background-color: var(--careon-bdr-color);
}

.services-two__inner ul li:first-child .services-two__single::before {
    display: none;
}

.services-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.services-two__title a {
    color: var(--careon-black);
}

.services-two__title a:hover {
    color: var(--careon-base);
}

.services-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background-color: var(--careon-extra);
    border-radius: 50%;
    margin: 23px auto 20px;
    z-index: 1;
}

.services-two__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--careon-base);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.services-two__single:hover .services-two__icon:before {
    transform: scaleX(1);
}

.services-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--careon-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-two__single:hover .services-two__icon span {
    transform: scale(0.9);
    color: var(--careon-white);
}

.services-two__btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.services-two__btn-box .thm-btn {
    color: var(--careon-black);
    padding: 12px 29px 16px;
    background-color: transparent;
    border: 1px solid var(--careon-black);
}

.services-two__btn-box .thm-btn::before,
.services-two__btn-box .thm-btn::after {
    background-color: var(--careon-black);
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.services-three__single {
    position: relative;
    display: block;
    background-color: var(--careon-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px 30px 31px;
}

.services-three__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    background-color: var(--careon-extra);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.services-three__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--careon-base);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.services-three__single:hover .services-three__icon::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.services-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--careon-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-three__single:hover .services-three__icon span {
    color: var(--careon-white);
    transform: scale(0.9);
}

.services-three__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 37px;
    margin-bottom: 29px;
}

.services-three__title a {
    color: var(--careon-black);
}

.services-three__title a:hover {
    color: var(--careon-base);
}

.services-three__text {
    margin-bottom: 28px;
}

.services-three__read-more {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 500;
    color: var(--careon-black);
    gap: 10px;
}

.services-three__read-more span {
    font-weight: 600;
    font-size: 16px;
}

.services-three__read-more:hover {
    color: var(--careon-base);
}

.services-three__get-a-quote {
    position: relative;
    display: block;
    background-color: var(--careon-base);
    padding: 36px 40px 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}

.services-three__get-a-quote-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.services-three__get-a-quote-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(0, 109, 119, 0) -95%, #006D77 65%);
}

.services-three__get-a-quote-sub-title {
    font-size: 18px;
    color: var(--careon-white);
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 21px;
}

.services-three__get-a-quote-title {
    font-size: 24px;
    color: var(--careon-white);
    font-weight: 700;
    line-height: 30px;
}

.services-three__thm-btn {
    position: relative;
    display: block;
    margin-top: 138px;
}

.services-three__thm-btn .thm-btn {
    padding: 22.5px 30px 22.5px;
}

.services-three__thm-btn .thm-btn::before,
.services-three__thm-btn .thm-btn::after {
    background-color: var(--careon-white);
}

.services-three__thm-btn .thm-btn:hover {
    color: var(--careon-black);
}


/*--------------------------------------------------------------
# Services Four
--------------------------------------------------------------*/

.rehab-ui-section,
.rehab-ui-section * {
    box-sizing: border-box;
}

.rehab-ui-heading {
    position: relative;
    width: 100%;
    margin: 0 0 48px;
}

.rehab-ui-title,
.rehab-ui-heading .rehab-ui-title {
    margin: 0;
    color: var(--color1) !important;
    font-family: var(--careon-font);
    font-size: clamp(31px, 3vw, 45px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.35px;
    word-spacing: 1px;
}

.rehab-ui-subtitle,
.rehab-ui-heading .rehab-ui-subtitle {
    display: block;
    margin: 10px 0 0;
    color: var(--color2) !important;
    font-family: var(--careon-font);
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: .12px;
    word-spacing: .65px;
}

.rehab-ui-heading--center {
    text-align: center;
}

.rehab-ui-heading--center .rehab-ui-title,
.rehab-ui-heading--center .rehab-ui-subtitle {
    text-align: center;
}

.rehab-ui-heading--center::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin: 17px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
}


/* ==========================================================================
   FONDO NUEVO SIN FIGURAS
   - Sin ::before ni ::after decorativos.
   - Fondo blanco limpio con transición azul muy suave arriba y abajo.
   ========================================================================== */

.services-four.rehab-benefits-v3 {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 96px 0 90px;
    background:
        linear-gradient(
            180deg,
            var(--careon-primary) 0%,
            rgba(255, 255, 255, 1) 17%,
            rgba(255, 255, 255, 1) 82%,
            var(--color3) 100%
        );
    z-index: 1;
}

/* IMPORTANTE:
   Se eliminan expresamente los pseudoelementos para evitar cualquier
   círculo, óvalo o decoración heredada del template o de versiones anteriores.
*/
.services-four.rehab-benefits-v3::before,
.services-four.rehab-benefits-v3::after {
    content: none !important;
    display: none !important;
}


/* ==========================================================================
   GRID
   ========================================================================== */

.rehab-benefits-v3__grid {
    position: relative;
    row-gap: 26px;
}

.rehab-benefits-v3__grid > [class*="col-"] {
    display: flex;
}


/* ==========================================================================
   TARJETAS
   ========================================================================== */

.services-four__single.rehab-benefits-v3__card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 31px 29px 30px;
    overflow: hidden;
    border: 1px solid rgba(var(--careon-black-rgb), .075);
    border-radius: 20px;
    background: var(--white);
    box-shadow:
        0 12px 30px rgba(var(--careon-black-rgb), .055),
        0 2px 8px rgba(var(--careon-black-rgb), .025);
    transition:
        transform .30s ease,
        box-shadow .30s ease,
        border-color .30s ease;
    z-index: 1;
}

/* Acento superior fino */
.services-four__single.rehab-benefits-v3__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    width: 52px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
    transition: width .30s ease;
}

/* Sin figura circular dentro de las tarjetas */
.services-four__single.rehab-benefits-v3__card::after {
    content: none !important;
    display: none !important;
}

.services-four__single.rehab-benefits-v3__card:hover {
    transform: translateY(-6px);
    border-color: rgba(var(--careon-base-rgb), .20);
    box-shadow:
        0 20px 42px rgba(var(--careon-black-rgb), .09),
        0 4px 10px rgba(var(--careon-black-rgb), .035);
}

.services-four__single.rehab-benefits-v3__card:hover::before {
    width: 82px;
}


/* ==========================================================================
   ICONOS PNG
   ========================================================================== */

.services-four__icon.rehab-benefits-v3__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin: 0 0 23px;
    border: 1px solid rgba(var(--careon-base-rgb), .16);
    border-radius: 17px;
    background: linear-gradient(
        145deg,
        var(--careon-primary),
        var(--white)
    );
    box-shadow: 0 8px 20px rgba(var(--careon-base-rgb), .09);
}

.services-four__icon.rehab-benefits-v3__icon::before,
.services-four__icon.rehab-benefits-v3__icon::after {
    content: none !important;
    display: none !important;
}

.services-four__icon.rehab-benefits-v3__icon img {
    position: relative;
    display: block;
    width: 66px;
    height: 66px;
    max-width: 66px;
    object-fit: contain;
    object-position: center;
    z-index: 2;
    transition: transform .35s ease;
}

.services-four__single.rehab-benefits-v3__card:hover
.services-four__icon.rehab-benefits-v3__icon img {
    transform: scale(1.08);
}


/* ==========================================================================
   TÍTULO DE CADA BENEFICIO
   ========================================================================== */

.services-four__title.rehab-benefits-v3__title {
    margin: 0 0 13px;
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 20px;
    line-height: 1.34;
    font-weight: 800;
    text-transform: none;
    letter-spacing: -.10px;
    word-spacing: .45px;
}


/* ==========================================================================
   TEXTO
   Todos los textos tienen mínimo 16px.
   ========================================================================== */

.services-four__text.rehab-benefits-v3__text {
    margin: 0;
    color: var(--careon-gray);
    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.70;
    font-weight: 400;
    letter-spacing: .06px;
    word-spacing: .50px;
}


/* ==========================================================================
   TABLET
   ========================================================================== */

@media (max-width: 1199px) {

    .services-four.rehab-benefits-v3 {
        padding: 84px 0 78px;
    }

    .rehab-ui-heading {
        margin-bottom: 42px;
    }

    .services-four__single.rehab-benefits-v3__card {
        padding: 28px 26px;
    }

    .services-four__title.rehab-benefits-v3__title {
        font-size: 19px;
    }
}


/* ==========================================================================
   TABLET VERTICAL
   ========================================================================== */

@media (max-width: 991px) {

    .services-four.rehab-benefits-v3 {
        padding: 74px 0 68px;
    }

    .rehab-benefits-v3__grid {
        row-gap: 22px;
    }

    .services-four__single.rehab-benefits-v3__card {
        padding: 27px 24px;
    }

    .services-four__icon.rehab-benefits-v3__icon {
        width: 64px;
        height: 64px;
        margin-bottom: 21px;
    }

    .services-four__icon.rehab-benefits-v3__icon img {
        width: 43px;
        height: 43px;
        max-width: 43px;
    }
}


/* ==========================================================================
   MÓVIL
   Título y subtítulo siempre centrados.
   ========================================================================== */

@media (max-width: 767px) {

    .services-four.rehab-benefits-v3 {
        padding: 60px 0 56px;
        background:
            linear-gradient(
                180deg,
                var(--careon-primary) 0%,
                var(--white) 15%,
                var(--white) 84%,
                var(--color3) 100%
            );
    }

    .rehab-ui-heading,
    .rehab-ui-heading--center {
        width: 100%;
        margin-bottom: 34px;
        text-align: center !important;
    }

    .rehab-ui-title,
    .rehab-ui-heading .rehab-ui-title,
    .rehab-ui-heading--center .rehab-ui-title {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: clamp(28px, 8vw, 35px);
        line-height: 1.15;
        text-align: center !important;
    }

    .rehab-ui-subtitle,
    .rehab-ui-heading .rehab-ui-subtitle,
    .rehab-ui-heading--center .rehab-ui-subtitle {
        width: 100%;
        margin: 9px auto 0;
        font-size: 17px;
        line-height: 1.44;
        text-align: center !important;
    }

    .rehab-ui-heading--center::after {
        margin-left: auto;
        margin-right: auto;
    }

    .rehab-benefits-v3__grid {
        row-gap: 18px;
    }

    .services-four__single.rehab-benefits-v3__card {
        min-height: auto;
        padding: 25px 22px;
        border-radius: 18px;
    }

    .services-four__single.rehab-benefits-v3__card::before {
        left: 22px;
    }

    .services-four__icon.rehab-benefits-v3__icon {
        width: 62px;
        height: 62px;
        margin-bottom: 19px;
        border-radius: 16px;
    }

    .services-four__icon.rehab-benefits-v3__icon img {
        width: 41px;
        height: 41px;
        max-width: 41px;
    }

    .services-four__title.rehab-benefits-v3__title {
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 1.35;
    }

    .services-four__text.rehab-benefits-v3__text {
        font-size: 16px;
        line-height: 1.66;
    }
}


/* ==========================================================================
   MÓVIL PEQUEÑO
   ========================================================================== */

@media (max-width: 420px) {

    .services-four.rehab-benefits-v3 {
        padding: 52px 0 50px;
    }

    .rehab-ui-title,
    .rehab-ui-heading .rehab-ui-title {
        font-size: clamp(27px, 8.5vw, 33px);
    }

    .rehab-ui-subtitle,
    .rehab-ui-heading .rehab-ui-subtitle {
        font-size: 16px;
    }

    .services-four__single.rehab-benefits-v3__card {
        padding: 23px 19px;
    }
}

/*--------------------------------------------------------------
# Services Five
--------------------------------------------------------------*/
.services-five {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 90px;
    z-index: 1;
}

.services-five__single {
    position: relative;
    display: block;
    border: 1px solid var(--careon-extra);
    border-radius: 10px;
    padding: 59px 39px 59px;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-five__single:hover {
    border: 1px solid var(--careon-primary);
}

.services-five__count {
    position: absolute;
    top: 63px;
    right: 41px;
}

.services-five__count:before {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: rgba(var(--careon-black-rgb), .20);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.services-five__icon {
    position: relative;
    display: flex;
    align-items: center;
}

.services-five__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--careon-primary);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.services-five__single:hover .services-five__icon span {
    transform: rotateY(360deg);
    color: var(--careon-base);
}

.services-five__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    margin-top: 42px;
    margin-bottom: 24px;
}

.services-five__title a {
    color: var(--careon-black);
}

.services-five__title a:hover {
    color: var(--careon-base);
}

.services-five__text {
    margin-bottom: 31px;
}

.services-five__btn-box {
    position: relative;
    display: block;
}

.services-five__btn-box .thm-btn {
    background-color: var(--careon-extra);
    padding: 21px 30px 21px;
    color: var(--careon-black);
}


/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/

.service-details {
    position: relative;
    display: block;
    padding: 110px 0 105px;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            var(--careon-primary) 0%,
            var(--white) 42%,
            var(--color3) 100%
        );
    z-index: 1;
}

.service-details::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 120px;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
}


/*--------------------------------------------------------------
# Columna izquierda
--------------------------------------------------------------*/

.service-details__left {
    position: relative;
    display: block;
}

.service-details__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 24px;
    box-shadow:
        0 20px 48px rgba(var(--careon-black-rgb), .10),
        0 5px 14px rgba(var(--careon-black-rgb), .035);
}

.service-details__img::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(var(--careon-black-rgb), 0) 58%,
            rgba(var(--careon-black-rgb), .14) 100%
        );
    opacity: .75;
    z-index: 1;
    pointer-events: none;
}

.service-details__img img {
    display: block;
    width: 100%;
    border-radius: 24px;
    transform: scale(1.01);
    transition: transform .55s ease;
}

.service-details__img:hover img {
    transform: scale(1.045);
}

.service-details__content {
    position: relative;
    display: block;
    margin-top: 34px;
    padding: 34px 34px 36px;

    border: 1px solid rgba(var(--careon-base-rgb), .10);
    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,.985) 70%,
            rgba(var(--careon-base-rgb), .03) 100%
        );

    box-shadow:
        0 18px 44px rgba(var(--careon-black-rgb), .06),
        0 4px 12px rgba(var(--careon-black-rgb), .025);
}

.service-details__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 34px;
    width: 90px;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
}


/*--------------------------------------------------------------
# Títulos y textos
--------------------------------------------------------------*/

.service-details__title-1 {
    position: relative;
    margin: 0 0 28px;
    padding-bottom: 20px;

    color: var(--color1);

    font-family: var(--careon-font);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.12;
    font-weight: 800;

    letter-spacing: -.55px;
    word-spacing: .7px;

    text-shadow:
        0 2px 0 rgba(var(--careon-black-rgb), .025),
        0 8px 20px rgba(var(--careon-black-rgb), .045);
}

.service-details__title-1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 84px;
    height: 4px;

    border-radius: 999px;

    background: linear-gradient(
        90deg,
        var(--color1),
        var(--color2)
    );
}

.service-details__text-1,
.service-details__text-3,
.service-details__text-4,
.service-details__text-list li {
    color: var(--careon-gray);

    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;

    letter-spacing: .03px;
    word-spacing: .45px;
}

.service-details__text-1 {
    margin: 0 0 24px;
}

.service-details__title-2,
.service-details__title-3 {
    position: relative;

    color: var(--color1);

    font-family: var(--careon-font);
    font-size: 26px;
    line-height: 1.3;
    font-weight: 800;

    letter-spacing: -.15px;
    word-spacing: .45px;
}

.service-details__title-2 {
    margin: 34px 0 22px;
    padding-left: 16px;
}

.service-details__title-2::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;

    width: 4px;

    border-radius: 999px;

    background: linear-gradient(
        180deg,
        var(--color1),
        var(--color2)
    );
}

.service-details__text-3 {
    margin: 24px 0 34px;
}

.service-details__title-3 {
    margin: 0 0 22px;
    padding-bottom: 13px;
}

.service-details__title-3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 58px;
    height: 3px;

    border-radius: 999px;

    background: var(--color2);
}

.service-details__text-4 {
    margin: 0 0 30px;
}


/*--------------------------------------------------------------
# Listas de puntos
--------------------------------------------------------------*/

.service-details__points-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    flex-wrap: wrap;
    margin: 24px 0 28px;
}

.service-details__points-list {
    position: relative;
    display: block;
    flex: 1 1 260px;

    margin: 0;
    padding: 18px 20px;

    border: 1px solid rgba(var(--careon-base-rgb), .09);
    border-radius: 16px;

    background: var(--careon-primary);

    box-shadow:
        0 8px 20px rgba(var(--careon-black-rgb), .03);
}

.service-details__points-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;

    color: var(--careon-gray);

    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
}

.service-details__points-list li + li {
    margin-top: 13px;
}

.service-details__points-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;
    flex: 0 0 28px;

    margin-top: 1px;

    border-radius: 9px;

    background:
        linear-gradient(
            135deg,
            var(--color1),
            var(--color2)
        );

    box-shadow:
        0 6px 14px rgba(var(--careon-base-rgb), .15);
}

.service-details__points-list li .icon span {
    position: relative;
    display: inline-block;

    color: var(--careon-white);

    font-size: 11px;
}


/*--------------------------------------------------------------
# Bloque de imágenes interiores
--------------------------------------------------------------*/

.service-details__img-box {
    position: relative;
    display: block;
}

.service-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;

    border-radius: 20px;

    box-shadow:
        0 16px 36px rgba(var(--careon-black-rgb), .08),
        0 4px 12px rgba(var(--careon-black-rgb), .025);
}

.service-details__img-box-img img {
    display: block;
    width: 100%;

    border-radius: 20px;

    transform: scale(1.01);

    transition: transform .45s ease;
}

.service-details__img-box-img:hover img {
    transform: scale(1.04);
}

.service-details__text-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 22px 24px;

    border: 1px solid rgba(var(--careon-base-rgb), .09);
    border-radius: 16px;

    background: var(--careon-primary);
}

.service-details__text-list li {
    position: relative;
    display: block;
    padding-left: 18px;
}

.service-details__text-list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: var(--color2);

    box-shadow:
        0 0 0 4px rgba(var(--careon-base-rgb), .08);
}

.service-details__text-list li + li {
    margin-top: 14px;
}


/*--------------------------------------------------------------
# Columna derecha
--------------------------------------------------------------*/

.service-details__right {
    position: relative;
    display: block;
}


/*--------------------------------------------------------------
# Caja de servicios
--------------------------------------------------------------*/

.service-details__services-box {
    position: relative;
    display: block;
    overflow: hidden;

    border: 1px solid rgba(var(--careon-base-rgb), .11);
    border-radius: 22px;

    padding: 32px 28px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.98),
            var(--careon-primary)
        );

    box-shadow:
        0 16px 38px rgba(var(--careon-black-rgb), .06),
        0 4px 12px rgba(var(--careon-black-rgb), .025);
}

.service-details__services-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;

    width: 72px;
    height: 4px;

    border-radius: 0 0 999px 999px;

    background: linear-gradient(
        90deg,
        var(--color1),
        var(--color2)
    );
}

.service-details__service-title {
    position: relative;

    margin: 0 0 26px;
    padding-bottom: 13px;

    color: var(--color1);

    font-family: var(--careon-font);
    font-size: 28px;
    line-height: 1.3;
    font-weight: 800;
}

.service-details__service-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 52px;
    height: 3px;

    border-radius: 999px;

    background: var(--color2);
}

.service-details__service-list {
    position: relative;
    display: block;
    margin: 0;
}

.service-details__service-list li {
    position: relative;
    display: block;
}

.service-details__service-list li + li {
    margin-top: 12px;
}

.service-details__service-list li a {
    position: relative;

    display: flex;
    align-items: center;

    gap: 11px;

    padding: 14px 17px;

    border: 1px solid rgba(var(--careon-base-rgb), .08);
    border-radius: 14px;

    background: var(--white);

    color: var(--careon-gray);

    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;

    text-decoration: none;

    box-shadow:
        0 6px 16px rgba(var(--careon-black-rgb), .025);

    transition:
        color .25s ease,
        background-color .25s ease,
        border-color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.service-details__service-list li:hover a,
.service-details__service-list li.active a {
    transform: translateX(4px);

    border-color: var(--careon-base);

    background:
        linear-gradient(
            135deg,
            var(--color1),
            var(--color2)
        );

    color: var(--careon-white);

    box-shadow:
        0 10px 22px rgba(var(--careon-base-rgb), .18);
}

.service-details__service-list li a span {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;
    flex: 0 0 28px;

    border-radius: 9px;

    background: var(--careon-primary);

    color: var(--color2);

    font-size: 11px;

    transition:
        color .25s ease,
        background-color .25s ease;
}

.service-details__service-list li:hover a span,
.service-details__service-list li.active a span {
    background: rgba(255,255,255,.16);
    color: var(--careon-white);
}


/*--------------------------------------------------------------
# Need Help
--------------------------------------------------------------*/

.service-details__need-help-inner {
    position: relative;
    display: block;

    margin-top: 30px;
    padding: 9px;

    border: 1px solid rgba(var(--careon-base-rgb), .12);
    border-radius: 22px;

    background: var(--white);

    box-shadow:
        0 16px 38px rgba(var(--careon-black-rgb), .06);
}

.service-details__need-help {
    position: relative;
    display: block;
    overflow: hidden;

    padding: 62px 34px 58px;

    border-radius: 16px;

    text-align: center;

    z-index: 1;
}

.service-details__need-help-bg {
    position: absolute;
    inset: 0;

    border-radius: 16px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    z-index: -1;
}

.service-details__need-help-bg::before {
    content: "";
    position: absolute;
    inset: 0;

    border-radius: 16px;

    background:
        linear-gradient(
            135deg,
            rgba(0,64,124,.84),
            rgba(0,126,178,.68)
        );

    backdrop-filter: blur(2px);
}

.service-details__need-help-title {
    margin: 0;

    color: var(--careon-white);

    font-family: var(--careon-font);
    font-size: 25px;
    line-height: 1.35;
    font-weight: 800;

    text-shadow:
        0 4px 14px rgba(0,20,45,.25);
}

.service-details__need-help-icon {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 78px;
    height: 78px;

    margin: 24px auto 18px;

    border: 1px solid rgba(255,255,255,.30);
    border-radius: 50%;

    background: rgba(255,255,255,.15);

    box-shadow:
        0 12px 24px rgba(0,20,45,.20);

    backdrop-filter: blur(4px);

    transition:
        transform .25s ease,
        background-color .25s ease,
        box-shadow .25s ease;
}

.service-details__need-help-icon:hover {
    transform: translateY(-3px) scale(1.04);

    background-color: var(--careon-base);

    box-shadow:
        0 16px 30px rgba(0,20,45,.28);
}

.service-details__need-help-icon span {
    position: relative;
    display: inline-block;

    color: var(--careon-white);

    font-size: 30px;

    transition: color .25s ease;
}

.service-details__need-help-icon:hover span {
    color: var(--careon-white);
}

.service-details__need-help-call {
    position: relative;
    display: block;
}

.service-details__need-help-call a {
    display: inline-block;

    color: var(--careon-white);

    font-family: var(--careon-font);
    font-size: 21px;
    line-height: 1.4;
    font-weight: 800;

    text-decoration: none;

    text-shadow:
        0 3px 10px rgba(0,20,45,.22);

    transition: color .25s ease;
}

.service-details__need-help-call a:hover {
    color: #dff7ff;
}


/*--------------------------------------------------------------
# Download Box
--------------------------------------------------------------*/

.service-details__download-box {
    position: relative;
    display: block;

    margin-top: 30px;
    padding: 28px;

    border: 1px solid rgba(var(--careon-base-rgb), .11);
    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            var(--white),
            var(--careon-primary)
        );

    box-shadow:
        0 16px 38px rgba(var(--careon-black-rgb), .05);
}

.service-details__download-list {
    position: relative;
    display: block;
    margin: 0;
}

.service-details__download-list li {
    position: relative;
    display: block;
}

.service-details__download-list li + li {
    margin-top: 12px;
}

.service-details__download-list li a {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 58px;

    padding: 14px 18px 14px 58px;

    overflow: hidden;

    border: 1px solid rgba(var(--careon-base-rgb), .09);
    border-radius: 14px;

    background: var(--white);

    color: var(--careon-gray);

    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;

    text-decoration: none;

    box-shadow:
        0 7px 18px rgba(var(--careon-black-rgb), .025);

    z-index: 1;

    transition:
        color .25s ease,
        border-color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.service-details__download-list li a::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            135deg,
            var(--color1),
            var(--color2)
        );

    transform: scaleX(0);
    transform-origin: left;

    transition: transform .35s ease;

    z-index: -1;
}

.service-details__download-list li:hover a::before {
    transform: scaleX(1);
}

.service-details__download-list li:hover a {
    transform: translateY(-2px);

    border-color: var(--careon-base);

    color: var(--careon-white);

    box-shadow:
        0 11px 24px rgba(var(--careon-base-rgb), .16);
}

.service-details__download-list li a span {
    color: var(--careon-gray);

    font-size: 16px;
    font-weight: 600;

    transition: color .25s ease;
}

.service-details__download-list li:hover a span {
    color: var(--careon-white);
}


/*--------------------------------------------------------------
# Services Page - Diseño Mejorado
--------------------------------------------------------------*/

.services-page {
    position: relative;
    display: block;
    padding: 105px 0 65px;
    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            var(--white) 0%,
            var(--careon-primary) 100%
        );

    z-index: 1;
}

.services-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;

    width: 100px;
    height: 4px;

    transform: translateX(-50%);

    border-radius: 0 0 999px 999px;

    background:
        linear-gradient(
            90deg,
            var(--color1),
            var(--color2)
        );
}

.services-page .services-two__single {
    position: relative;

    margin-bottom: 30px;
    margin-top: 28px;

    padding: 24px;

    border: 1px solid rgba(var(--careon-base-rgb), .09);
    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            var(--white),
            rgba(var(--careon-base-rgb), .025)
        );

    box-shadow:
        0 14px 34px rgba(var(--careon-black-rgb), .05),
        0 3px 10px rgba(var(--careon-black-rgb), .025);

    transition:
        transform .28s ease,
        box-shadow .28s ease,
        border-color .28s ease;
}

.services-page .services-two__single:hover {
    transform: translateY(-6px);

    border-color: rgba(var(--careon-base-rgb), .20);

    box-shadow:
        0 20px 44px rgba(var(--careon-black-rgb), .08),
        0 5px 14px rgba(var(--careon-black-rgb), .03);
}

.services-page .services-two__single-list li {
    border-bottom: 1px solid rgba(var(--careon-base-rgb), .08);
}

.services-page .services-two__inner ul li:nth-child(4) .services-two__single::before,
.services-page .services-two__inner ul li:nth-child(7) .services-two__single::before {
    display: none;
}

.services-page .services-two__inner ul li:nth-child(7),
.services-page .services-two__inner ul li:nth-child(8),
.services-page .services-two__inner ul li:nth-child(9) {
    border-bottom: none;
}

.services-page .services-two__inner ul li:nth-child(1) .services-two__single,
.services-page .services-two__inner ul li:nth-child(2) .services-two__single,
.services-page .services-two__inner ul li:nth-child(3) .services-two__single {
    margin-top: 0;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (max-width: 1199px) {

    .service-details {
        padding: 90px 0;
    }

    .service-details__content {
        padding: 30px 28px 32px;
    }

    .service-details__services-box,
    .service-details__download-box {
        padding: 26px 24px;
    }

    .services-page {
        padding: 90px 0 55px;
    }
}

@media (max-width: 991px) {

    .service-details {
        padding: 78px 0;
    }

    .service-details__right {
        margin-top: 40px;
    }

    .service-details__points-box {
        gap: 16px;
    }

    .services-page {
        padding: 78px 0 50px;
    }
}

@media (max-width: 767px) {

    .service-details {
        padding: 62px 0;
    }

    .service-details__img,
    .service-details__img img {
        border-radius: 20px;
    }

    .service-details__content {
        margin-top: 26px;
        padding: 28px 20px 30px;
        border-radius: 20px;
    }

    .service-details__content::before {
        left: 50%;
        width: 78px;
        transform: translateX(-50%);
    }

    .service-details__title-1 {
        font-size: clamp(30px, 8vw, 38px);
        line-height: 1.15;
        text-align: center;
    }

    .service-details__title-1::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .service-details__title-2,
    .service-details__title-3 {
        font-size: 23px;
    }

    .service-details__text-1,
    .service-details__text-3,
    .service-details__text-4,
    .service-details__text-list li,
    .service-details__points-list li {
        font-size: 16px;
    }

    .service-details__points-box {
        flex-direction: column;
        gap: 14px;
    }

    .service-details__points-list {
        width: 100%;
    }

    .service-details__right {
        margin-top: 34px;
    }

    .service-details__services-box,
    .service-details__download-box {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .service-details__services-box::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .service-details__service-title {
        font-size: 25px;
        text-align: center;
    }

    .service-details__service-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .service-details__need-help {
        padding: 48px 22px 44px;
    }

    .service-details__need-help-title {
        font-size: 23px;
    }

    .service-details__need-help-call a {
        font-size: 19px;
    }

    .services-page {
        padding: 62px 0 44px;
    }

    .services-page .services-two__single {
        margin-top: 20px;
        padding: 20px;
        border-radius: 18px;
    }
}

@media (max-width: 420px) {

    .service-details__content {
        padding: 25px 15px 27px;
    }

    .service-details__title-2 {
        padding-left: 13px;
    }

    .service-details__points-list {
        padding: 16px 14px;
    }

    .service-details__service-list li a {
        padding: 13px 13px;
    }

    .service-details__download-list li a {
        padding-left: 48px;
        padding-right: 14px;
    }

    .service-details__need-help {
        padding-left: 16px;
        padding-right: 16px;
    }
}



/*--------------------------------------------------------------
# Services Carousel Page
--------------------------------------------------------------*/
.services-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 170px;
}

.services-carousel-page .services-three__single {
    margin-bottom: 0;
}













/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/