/*==============================================
    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
--------------------------------------------------------------*/
.services-four {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.services-four__single {
    position: relative;
    display: block;
    background-color: var(--careon-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 40px 40px 40px;
    border: 5px solid transparent;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-four__single:hover {
    border: 5px solid rgba(var(--careon-base-rgb), .10);
}

.services-four__icon {
    position: relative;
    display: flex;
    align-items: center;
}

.services-four__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--careon-primary);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.services-four__single:hover .services-four__icon span {
    transform: rotateY(360deg);
}

.services-four__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    margin-top: 42px;
    margin-bottom: 24px;
}

.services-four__title a {
    color: var(--careon-black);
}

.services-four__title a:hover {
    color: var(--careon-base);
}

.services-four__text {
    margin-bottom: 31px;
}

.services-four__btn-box {
    position: relative;
    display: block;
}

.services-four__btn-box .thm-btn {
    background-color: var(--careon-extra);
    padding: 21px 30px 21px;
    color: var(--careon-black);
}






/*--------------------------------------------------------------
# Services Five - Beneficios Oncológicos
: onco-benefits-clean
--------------------------------------------------------------*/
.services-five.onco-benefits-clean {
    position: relative;
    display: block;
    overflow: hidden;
    counter-reset: none;
    padding: 115px 0 120px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fcfc 48%, #eefcfa 100%);
    z-index: 1;
}

.services-five.onco-benefits-clean::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(4, 174, 164, 0),
        rgba(4, 174, 164, 0.35),
        rgba(0, 149, 215, 0.35),
        rgba(0, 149, 215, 0)
    );
    z-index: -1;
}

.services-five.onco-benefits-clean::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(4, 174, 164, 0.035) 0%, rgba(255, 255, 255, 0) 34%),
        linear-gradient(315deg, rgba(0, 149, 215, 0.035) 0%, rgba(255, 255, 255, 0) 36%);
    pointer-events: none;
    z-index: -1;
}

/* Quitar círculos / blobs decorativos */
.services-five.onco-benefits-clean .onco-benefits-clean__shape,
.services-five.onco-benefits-clean .onco-benefits-clean__shape--one,
.services-five.onco-benefits-clean .onco-benefits-clean__shape--two {
    display: none !important;
}

.onco-benefits-clean__container {
    max-width: 1240px;
}
/*--------------------------------------------------------------
# Encabezado
--------------------------------------------------------------*/

.onco-benefits-clean__heading {
    position: relative;
    max-width: 850px;
    margin: 0 auto 58px !important;
}

.onco-benefits-clean__label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    padding: 9px 16px;
    border-radius: 999px;
    color: var(--color2);
    background: rgba(0, 149, 215, 0.10);
     font-size: 14px;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.onco-benefits-clean__label::before {
    content: "";
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color1);
    box-shadow: 0 0 0 6px rgba(4, 174, 164, 0.13);
}

.onco-benefits-clean__title {
    position: relative;
    color: var(--color1);
      font-size: 35px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 1.1px;
    margin: 0 0 18px !important;
    padding-bottom: 20px;
    text-transform: none;
}

.onco-benefits-clean__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 96px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
    transform: translateX(-50%);
}

.onco-benefits-clean__subtitle {
    max-width: 700px;
    margin: 0 auto;
    color: var(--color2);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
}


/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/

.onco-benefits-clean__row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin: 0 !important;
}

.onco-benefits-clean__col {
    width: 100% !important;
    max-width: 100% !important;
    flex: unset !important;
    padding: 0 !important;
}


/*--------------------------------------------------------------
# Tarjetas
--------------------------------------------------------------*/

.onco-benefits-clean__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 355px;
    height: 100%;
    overflow: hidden;
    padding: 36px 32px 34px !important;
    margin-bottom: 0 !important;
    border-radius: 26px !important;
    border: 1px solid rgba(0, 149, 215, 0.15) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 255, 255, 0.98) 100%);
    box-shadow: 0 18px 45px rgba(16, 26, 41, 0.08);
    transition: all 0.4s ease;
    z-index: 1;
}

.onco-benefits-clean__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(4, 174, 164, 0.10), rgba(0, 149, 215, 0.10));
    opacity: 0;
    transition: all 0.4s ease;
    z-index: -1;
}

.onco-benefits-clean__card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
    opacity: 0.95;
}

.onco-benefits-clean__card:hover {
    transform: translateY(-8px);
    border-color: rgba(4, 174, 164, 0.34) !important;
    box-shadow: 0 26px 60px rgba(16, 26, 41, 0.13);
}

.onco-benefits-clean__card:hover::before {
    opacity: 1;
}


/*--------------------------------------------------------------
# Número
--------------------------------------------------------------*/

.onco-benefits-clean__count {
    position: absolute !important;
    top: 28px !important;
    right: 30px !important;
    z-index: 2;
}

.onco-benefits-clean__count::before {
    display: none !important;
}

.onco-benefits-clean__count span {
    display: block;
    color: rgba(0, 149, 215, 0.15);
    font-size: 54px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2px;
    transition: all 0.4s ease;
}

.onco-benefits-clean__card:hover .onco-benefits-clean__count span {
    color: rgba(4, 174, 164, 0.22);
    transform: scale(1.05);
}


/*--------------------------------------------------------------
# Icono
--------------------------------------------------------------*/

.onco-benefits-clean__icon {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 28px;
    border-radius: 22px;
    /* background:
        linear-gradient(135deg, rgba(4, 174, 164, 0.13), rgba(0, 149, 215, 0.13)); */
    border: 1px solid rgba(0, 149, 215, 0.14);
    box-shadow: 0 14px 30px rgba(16, 26, 41, 0.07);
    transition: all 0.45s ease;
    z-index: 3;
}

.onco-benefits-clean__icon::before {
    content: "";
    position: absolute;
    right: -7px;
    bottom: -7px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    /* background: linear-gradient(135deg, var(--color1), var(--color2)); */
    opacity: 0.95;
}

.onco-benefits-clean__icon-img {
    position: relative;
    display: block;
    width: 104px;
    max-width: 74px;
    height: 104px;
    object-fit: contain;
    z-index: 2;
    transition: all 0.45s ease;
}

.onco-benefits-clean__card:hover .onco-benefits-clean__icon {
    background: linear-gradient(135deg, var(--color1), var(--color2));
    transform: translateY(-4px);
}

.onco-benefits-clean__card:hover .onco-benefits-clean__icon-img {
    transform: scale(1.08);
    filter: brightness(0) invert(1);
}


/*--------------------------------------------------------------
# Contenido
--------------------------------------------------------------*/

.onco-benefits-clean__content {
    position: relative;
    z-index: 3;
}

.onco-benefits-clean__card-title {
    color: var(--black);
    font-size: 23px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: none;
    margin: 0 0 17px !important;
    transition: all 0.35s ease;
}

.onco-benefits-clean__card:hover .onco-benefits-clean__card-title {
    color: var(--color2);
}

.onco-benefits-clean__text {
    color: var(--careon-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0 !important;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {
    .services-five.onco-benefits-clean {
        padding: 95px 0;
    }

    .onco-benefits-clean__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .onco-benefits-clean__title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .services-five.onco-benefits-clean {
        padding: 85px 0;
    }

    .onco-benefits-clean__heading {
        margin-bottom: 48px !important;
    }

    .onco-benefits-clean__title {
        font-size: 35px;
    }

    .onco-benefits-clean__subtitle {
        font-size: 16.5px;
    }

    .onco-benefits-clean__card {
        min-height: 330px;
    }
}

@media only screen and (max-width: 767px) {
    .services-five.onco-benefits-clean {
        padding: 70px 0;
    }

    .onco-benefits-clean__row {
        grid-template-columns: 1fr;
    }

    .onco-benefits-clean__title {
        font-size: 30px;
        letter-spacing: -0.6px;
    }

    .onco-benefits-clean__subtitle {
        font-size: 16px;
    }

    .onco-benefits-clean__card {
        min-height: auto;
        padding: 32px 26px 30px !important;
        border-radius: 22px !important;
    }

    .onco-benefits-clean__count {
        top: 24px !important;
        right: 24px !important;
    }

    .onco-benefits-clean__count span {
        font-size: 46px;
    }

    .onco-benefits-clean__icon {
        width: 66px;
        height: 66px;
        border-radius: 20px;
        margin-bottom: 24px;
    }

    .onco-benefits-clean__card-title {
        font-size: 21px;
    }
}

@media only screen and (max-width: 480px) {
    .services-five.onco-benefits-clean {
        padding: 60px 0;
    }

    .onco-benefits-clean__label {
        font-size: 10.5px;
        padding: 8px 12px;
    }

    .onco-benefits-clean__title {
        font-size: 27px;
    }

    .onco-benefits-clean__text {
        font-size: 14.5px;
    }
}
/*--------------------------------------------------------------
# Service Details - Estilo Oncológico Premium
--------------------------------------------------------------*/

.service-details {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 115px 0 120px;
    background:
        linear-gradient(180deg, #f8fcfc 0%, #f2f8f8 46%, #fcfefe 100%);
    z-index: 1;
}

.service-details::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(4, 174, 164, 0),
        rgba(4, 174, 164, 0.35),
        rgba(0, 149, 215, 0.35),
        rgba(0, 149, 215, 0)
    );
    opacity: 0.75;
    z-index: -1;
}

.service-details::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(4, 174, 164, 0.03) 0%,
            rgba(255, 255, 255, 0) 30%,
            rgba(0, 149, 215, 0.035) 100%
        );
    pointer-events: none;
    z-index: -1;
}


/*--------------------------------------------------------------
# Columna izquierda
--------------------------------------------------------------*/

.service-details__left {
    position: relative;
    display: block;
}

.service-details__img {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px;
    border-radius: 30px;
    background: var(--white);
    border: 1px solid rgba(0, 149, 215, 0.14);
    box-shadow: 0 24px 60px rgba(16, 26, 41, 0.10);
}

.service-details__img::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 22px;
    background:
        linear-gradient(
            180deg,
            rgba(16, 26, 41, 0) 48%,
            rgba(16, 26, 41, 0.26) 100%
        );
    z-index: 2;
    pointer-events: none;
}

.service-details__img img {
    width: 100%;
    display: block;
    height: 460px;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
    transition: all 0.6s ease;
}

.service-details__img:hover img {
    transform: scale(1.04);
}


/*--------------------------------------------------------------
# Contenido principal
--------------------------------------------------------------*/

.service-details__content {
    position: relative;
    display: block;
    margin-top: 34px;
    padding: 42px 42px 46px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 149, 215, 0.14);
    box-shadow: 0 22px 55px rgba(16, 26, 41, 0.08);
}

.service-details__content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 34px;
    bottom: 34px;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--color1), var(--color2));
}

.service-details__title-1 {
    position: relative;
    color: var(--black);
    font-size: 44px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -1.1px;
    margin: 0;
    padding-bottom: 20px;
    text-transform: none;
}

.service-details__title-1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 105px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
    box-shadow: 0 10px 22px rgba(0, 149, 215, 0.15);
}

.service-details__text-1 {
    margin: 24px 0 24px;
    color: rgba(16, 26, 41, 0.76);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.85;
}

.service-details__title-2,
.service-details__title-3 {
    position: relative;
    color: var(--black);
    font-size: 26px;
    font-weight: 900;
    line-height: 1.28;
    margin: 36px 0 22px;
    padding-left: 16px;
    text-transform: none;
}

.service-details__title-2::before,
.service-details__title-3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 7px;
    width: 5px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--color1), var(--color2));
}

.service-details__text-3 {
    margin: 24px 0 34px;
    color: rgba(16, 26, 41, 0.76);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.85;
}

.service-details__text-4 {
    margin: 22px 0 32px;
    color: rgba(16, 26, 41, 0.76);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.85;
}


/*--------------------------------------------------------------
# Puntos / Listas
--------------------------------------------------------------*/

.service-details__points-box {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0;
}

.service-details__points-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.service-details__points-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(238, 252, 250, 0.82);
    border: 1px solid rgba(4, 174, 164, 0.12);
    transition: all 0.35s ease;
}

.service-details__points-list li+li {
    margin-top: 0;
}

.service-details__points-list li:hover {
    transform: translateX(4px);
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(0, 149, 215, 0.24);
    box-shadow: 0 14px 30px rgba(16, 26, 41, 0.07);
}

.service-details__points-list li .icon {
    position: relative;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        135deg,
        rgba(4, 174, 164, 0.14),
        rgba(0, 149, 215, 0.14)
    );
}

.service-details__points-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 11px;
    color: var(--color1);
}

.service-details__points-list li p {
    margin: 0;
    color: var(--black);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}


/*--------------------------------------------------------------
# Imágenes internas y texto secundario
--------------------------------------------------------------*/

.service-details__img-box {
    position: relative;
    display: block;
    margin-top: 28px;
}

.service-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 8px;
    border-radius: 26px;
    background: var(--white);
    border: 1px solid rgba(0, 149, 215, 0.14);
    box-shadow: 0 18px 42px rgba(16, 26, 41, 0.08);
    overflow: hidden;
}

.service-details__img-box-img img {
    width: 100%;
    display: block;
    height: 310px;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
    transition: all 0.6s ease;
}

.service-details__img-box-img:hover img {
    transform: scale(1.04);
}

.service-details__text-list {
    position: relative;
    display: block;
    margin: 0;
}

.service-details__text-list li {
    position: relative;
    display: block;
    padding: 18px 20px 18px 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(0, 149, 215, 0.12);
    color: rgba(16, 26, 41, 0.76);
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.75;
}

.service-details__text-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--color1), var(--color2));
}

.service-details__text-list li+li {
    margin-top: 16px;
}


/*--------------------------------------------------------------
# Columna derecha
--------------------------------------------------------------*/

.service-details__right {
    position: relative;
    display: block;
    position: sticky;
    top: 105px;
}

.service-details__services-box {
    position: relative;
    display: block;
    border: 1px solid rgba(0, 149, 215, 0.15);
    border-radius: 28px;
    padding: 34px 30px 32px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 55px rgba(16, 26, 41, 0.08);
    overflow: hidden;
}

.service-details__services-box::before {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 0;
    height: 5px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
}

.service-details__service-title {
    color: var(--black);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 28px;
    text-transform: none;
}

.service-details__service-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.service-details__service-list li {
    position: relative;
    display: block;
}

.service-details__service-list li+li {
    margin-top: 0;
}

.service-details__service-list li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--black);
    background: rgba(238, 252, 250, 0.85);
    border: 1px solid rgba(0, 149, 215, 0.12);
    padding: 15px 18px;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    overflow: hidden;
    z-index: 1;
    transition: all 0.35s ease;
}

.service-details__service-list li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    opacity: 0;
    transition: all 0.35s ease;
    z-index: -1;
}

.service-details__service-list li:hover a,
.service-details__service-list li.active a {
    border-color: transparent;
    background-color: transparent;
    color: var(--white);
    transform: translateX(4px);
    box-shadow: 0 14px 30px rgba(0, 149, 215, 0.20);
}

.service-details__service-list li:hover a::before,
.service-details__service-list li.active a::before {
    opacity: 1;
}

.service-details__service-list li a span {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: var(--color1);
    background: rgba(255, 255, 255, 0.85);
    transition: all 0.35s ease;
}

.service-details__service-list li:hover a span,
.service-details__service-list li.active a span {
    color: var(--color2);
    background: var(--white);
}


/*--------------------------------------------------------------
# Need Help
--------------------------------------------------------------*/

.service-details__need-help-inner {
    position: relative;
    display: block;
    border: 1px solid rgba(0, 149, 215, 0.15);
    border-radius: 28px;
    padding: 10px;
    margin-top: 34px;
    background: var(--white);
    box-shadow: 0 22px 55px rgba(16, 26, 41, 0.08);
}

.service-details__need-help {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 22px;
    text-align: center;
    padding: 72px 38px;
    z-index: 1;
}

.service-details__need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 22px;
    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: 22px;
    background:
        linear-gradient(
            135deg,
            rgba(4, 174, 164, 0.86),
            rgba(0, 149, 215, 0.82)
        );
    backdrop-filter: blur(6px);
}

.service-details__need-help-title {
    position: relative;
    color: var(--white);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.35;
    margin: 0;
}

.service-details__need-help-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    background-color: var(--white);
    border-radius: 24px;
    margin: 26px auto 20px;
    box-shadow: 0 18px 40px rgba(16, 26, 41, 0.18);
    transition: all 0.35s ease;
}

.service-details__need-help-icon:hover {
    background: var(--black);
    transform: translateY(-4px);
}

.service-details__need-help-icon span {
    position: relative;
    display: inline-block;
    font-size: 31px;
    color: var(--color1);
    transition: all 0.35s ease;
}

.service-details__need-help-icon:hover span {
    color: var(--white);
}

.service-details__need-help-call {
    position: relative;
    display: block;
}

.service-details__need-help-call a {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.45;
    color: var(--white);
    text-shadow: 0 8px 18px rgba(16, 26, 41, 0.18);
}

.service-details__need-help-call a:hover {
    color: var(--black);
}


/*--------------------------------------------------------------
# Download Box
--------------------------------------------------------------*/

.service-details__download-box {
    position: relative;
    display: block;
    border: 1px solid rgba(0, 149, 215, 0.15);
    border-radius: 28px;
    padding: 34px 30px 32px;
    margin-top: 34px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 55px rgba(16, 26, 41, 0.08);
}

.service-details__download-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.service-details__download-list li {
    position: relative;
    display: block;
}

.service-details__download-list li+li {
    margin-top: 0;
}

.service-details__download-list li a {
    position: relative;
    background: rgba(238, 252, 250, 0.88);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    font-size: 15px;
    font-weight: 800;
    color: var(--black);
    padding: 17px 20px;
    border-radius: 18px;
    border: 1px solid rgba(0, 149, 215, 0.12);
    overflow: hidden;
    z-index: 1;
    transition: all 0.35s ease;
}

.service-details__download-list li:hover a {
    color: var(--white);
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 149, 215, 0.20);
}

.service-details__download-list li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    transition: all 0.35s ease;
    opacity: 0;
    transform: none;
    z-index: -1;
}

.service-details__download-list li:hover a::before {
    opacity: 1;
    transform: none;
}

.service-details__download-list li a span {
    font-size: 16px;
    font-weight: 700;
    color: var(--color2);
    transition: all 0.35s ease;
}

.service-details__download-list li:hover a span {
    color: var(--white);
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {
    .service-details {
        padding: 95px 0 105px;
    }

    .service-details__title-1 {
        font-size: 38px;
        line-height: 1.16;
    }

    .service-details__content {
        padding: 36px 34px 40px;
    }

    .service-details__img img {
        height: 420px;
    }

    .service-details__right {
        position: relative;
        top: auto;
    }
}

@media only screen and (max-width: 991px) {
    .service-details {
        padding: 85px 0 95px;
    }

    .service-details__right {
        margin-top: 40px;
    }

    .service-details__title-1 {
        font-size: 34px;
    }

    .service-details__points-box {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .service-details__img img {
        height: 390px;
    }
}

@media only screen and (max-width: 767px) {
    .service-details {
        padding: 70px 0 85px;
    }

    .service-details__content {
        padding: 30px 24px 34px;
        border-radius: 24px;
    }

    .service-details__content::before {
        top: 28px;
        bottom: 28px;
    }

    .service-details__title-1 {
        font-size: 29px;
        letter-spacing: -0.6px;
    }

    .service-details__title-2,
    .service-details__title-3 {
        font-size: 23px;
    }

    .service-details__text-1,
    .service-details__text-3,
    .service-details__text-4 {
        font-size: 15px;
    }

    .service-details__img,
    .service-details__img-box-img {
        border-radius: 24px;
        padding: 7px;
    }

    .service-details__img img {
        height: 340px;
        border-radius: 17px;
    }

    .service-details__img-box-img img {
        height: 260px;
        border-radius: 17px;
    }

    .service-details__services-box,
    .service-details__download-box {
        padding: 30px 24px;
        border-radius: 24px;
    }

    .service-details__need-help {
        padding: 58px 28px;
    }
}

@media only screen and (max-width: 480px) {
    .service-details {
        padding: 60px 0 75px;
    }

    .service-details__content {
        padding: 28px 20px 30px;
    }

    .service-details__title-1 {
        font-size: 26px;
    }

    .service-details__title-2,
    .service-details__title-3 {
        font-size: 21px;
    }

    .service-details__points-list li {
        padding: 13px 14px;
    }

    .service-details__service-title {
        font-size: 24px;
    }

    .service-details__img img {
        height: 300px;
    }

    .service-details__img-box-img img {
        height: 225px;
    }

    .service-details__need-help-title {
        font-size: 21px;
    }

    .service-details__need-help-call a {
        font-size: 19px;
    }
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
    position: relative;
    display: block;
    padding: 120px 0 30px;
    z-index: 1;
}

.services-page .services-two__single {
    margin-bottom: 30px;
    margin-top: 32px;
}

.services-page .services-two__single-list li {
    border-bottom: 1px solid var(--careon-bdr-color);
}

.services-page .services-two__inner ul li:nth-child(4) .services-two__single::before {
    display: none;
}


.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) {
    border-bottom: none;
}

.services-page .services-two__inner ul li:nth-child(8) {
    border-bottom: none;
}

.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 {
    margin-top: 0px;
}

.services-page .services-two__inner ul li:nth-child(2) .services-two__single {
    margin-top: 0px;
}

.services-page .services-two__inner ul li:nth-child(3) .services-two__single {
    margin-top: 0px;
}


/*--------------------------------------------------------------
# Services Carousel Page
--------------------------------------------------------------*/
.services-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 170px;
}

.services-carousel-page .services-three__single {
    margin-bottom: 0;
}













/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/