/*==============================================
    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 Dra. Eileen Amaro Balderas
--------------------------------------------------------------*/

.dra-eileen-benefits-section {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 105px 0 95px;
    overflow: hidden;
    z-index: 1;
    background:
        linear-gradient(135deg, #ffffff 0%, #ffffff 46%, var(--color3) 100%);
}

/* Fondo limpio, sin retícula */
.dra-eileen-benefits-bg {
    position: absolute;
    inset: 0;
    background: none;
    opacity: 1;
    z-index: -3;
}

/* Luz suave superior derecha */
.dra-eileen-benefits-bg::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -150px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(var(--careon-black-rgb), 0.052);
    filter: blur(2px);
    z-index: -2;
}

/* Luz azul suave inferior izquierda */
.dra-eileen-benefits-bg::after {
    content: "";
    position: absolute;
    left: -170px;
    bottom: -190px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.052);
    filter: blur(2px);
    z-index: -2;
}

/* Detalle circular discreto */
.dra-eileen-benefits-section::before {
    content: "";
    position: absolute;
    top: 85px;
    right: 8%;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(var(--careon-black-rgb), 0.04);
    z-index: -1;
}

.dra-eileen-benefits-section::after {
    content: "";
    position: absolute;
    bottom: 85px;
    left: 7%;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.045);
    z-index: -1;
}

.dra-eileen-benefits-section .container {
    position: relative;
}

.dra-eileen-benefits-section .container::before {
    content: "";
    position: absolute;
    top: -38px;
    left: 15px;
    right: 15px;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(var(--careon-base-rgb), 0.14) 28%,
        rgba(var(--careon-black-rgb), 0.12) 50%,
        rgba(var(--careon-base-rgb), 0.14) 72%,
        transparent 100%
    );
}

/* Figuras decorativas más suaves */

.dra-eileen-benefits-shape {
    position: absolute;
    border-radius: 30px;
    z-index: -1;
    opacity: 0.38;
}

.dra-eileen-benefits-shape-1 {
    width: 170px;
    height: 170px;
    left: 5%;
    top: 34%;
    background: rgba(var(--careon-base-rgb), 0.055);
    transform: rotate(18deg);
}

.dra-eileen-benefits-shape-2 {
    width: 135px;
    height: 135px;
    right: 7%;
    bottom: 16%;
    background: rgba(var(--careon-black-rgb), 0.045);
    transform: rotate(-16deg);
}

/* Títulos generales */

.dra-eileen-benefits-title-box {
    position: relative;
    max-width: 820px;
    margin: 0 auto 50px;
}

.dra-eileen-benefits-kicker {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    margin-top: 15px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(var(--careon-base-rgb), 0.09);
    color: var(--color2);
    font-family: var(--careon-font);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.dra-eileen-benefits-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: var(--color1);
}

.dra-eileen-benefits-title {
    position: relative;
    margin: 0;
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 40px;
    font-weight: 900;
    line-height: 1.38;
    letter-spacing: 0.2px;
}

.dra-eileen-benefits-title::after {
    content: "";
    display: block;
    width: 92px;
    height: 4px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
}

.dra-eileen-benefits-subtitle {
    max-width: 660px;
    margin: 18px auto 0;
    color: var(--color2);
    font-family: var(--careon-font);
    font-size: 23px;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: 1px;
    text-transform: none;
}

/* Fila */

.dra-eileen-benefits-row {
    position: relative;
    row-gap: 30px;
}

/* Tarjetas */

.dra-eileen-benefit-card {
    position: relative;
    display: block;
    height: 100%;
    min-height: 310px;
    padding: 34px 30px 32px;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(var(--careon-white-rgb), 0.92);
    border: 1px solid rgba(var(--careon-black-rgb), 0.075);
    box-shadow: 0 18px 48px rgba(16, 26, 41, 0.065);
    transition: all 500ms ease;
    z-index: 1;
}

.dra-eileen-benefit-card::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    width: 5px;
    height: 64px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--color1), var(--color2));
    transition: all 500ms ease;
}

.dra-eileen-benefit-card::after {
    content: "";
    position: absolute;
    right: -52px;
    bottom: -52px;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.045);
    transition: all 500ms ease;
    z-index: -1;
}

.dra-eileen-benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--careon-base-rgb), 0.18);
    box-shadow: 0 28px 70px rgba(16, 26, 41, 0.11);
}

.dra-eileen-benefit-card:hover::before {
    height: calc(100% - 48px);
}

.dra-eileen-benefit-card:hover::after {
    width: 190px;
    height: 190px;
    background: rgba(var(--careon-black-rgb), 0.055);
}

/* Evita que el contador viejo del tema se duplique */

.dra-eileen-benefits-section .services-five__count::before {
    display: none;
}

/* Número */

.dra-eileen-benefit-count {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}

.dra-eileen-benefit-count span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 42px;
    border-radius: 16px;
    background: rgba(var(--careon-black-rgb), 0.06);
    color: rgba(var(--careon-black-rgb), 0.32);
    font-family: var(--careon-font);
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
    transition: all 500ms ease;
}

.dra-eileen-benefit-card:hover .dra-eileen-benefit-count span {
    background: var(--color1);
    color: var(--careon-white);
    box-shadow: 0 12px 28px rgba(var(--careon-black-rgb), 0.22);
}

/* Iconos */

.dra-eileen-benefit-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(var(--careon-base-rgb), 0.08), rgba(var(--careon-black-rgb), 0.06)),
        var(--careon-white);
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    box-shadow: 0 14px 30px rgba(16, 26, 41, 0.07);
    transition: all 500ms ease;
    z-index: 2;
}

.dra-eileen-benefit-icon::before {
    content: "";
    position: absolute;
    inset: 7px;
    border-radius: 17px;
    background: rgba(var(--careon-white-rgb), 0.75);
    z-index: -1;
}

.dra-eileen-benefit-icon img {
    display: block;
    width: 38px;
    height: 38px;
    max-width: 38px;
    object-fit: contain;
    transition: all 500ms ease;
}

.dra-eileen-benefit-card:hover .dra-eileen-benefit-icon {
    background:
        linear-gradient(135deg, rgba(var(--careon-black-rgb), 0.12), rgba(var(--careon-base-rgb), 0.11)),
        var(--careon-white);
    transform: translateY(-3px);
}

.dra-eileen-benefit-card:hover .dra-eileen-benefit-icon img {
    transform: scale(1.08) rotateY(360deg);
}

/* Contenido */

.dra-eileen-benefit-content {
    position: relative;
    display: block;
    margin-top: 34px;
}

.dra-eileen-benefit-title {
    margin: 0 0 16px;
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
    text-transform: none;
    transition: all 400ms ease;
}

.dra-eileen-benefit-card:hover .dra-eileen-benefit-title {
    color: var(--color2);
}

.dra-eileen-benefit-text {
    margin: 0;
    color: var(--careon-gray);
    font-family: var(--careon-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.78;
}

/* Ajustes para que el tema original no pise los estilos */

.dra-eileen-benefits-section .section-title-three__title {
    color: var(--color1);
}

.dra-eileen-benefits-section .section-title-three__tagline {
    color: var(--color2);
}

.dra-eileen-benefits-section .services-five__single:hover {
    border-color: rgba(var(--careon-base-rgb), 0.20);
}

.dra-eileen-benefits-section .services-five__title {
    color: var(--color1);
}

.dra-eileen-benefits-section .services-five__text {
    color: var(--careon-gray);
}

/* Responsive */

@media only screen and (max-width: 1199px) {
    .dra-eileen-benefits-section {
        padding: 90px 0 80px;
    }

    .dra-eileen-benefits-title {
        font-size: 38px;
    }

    .dra-eileen-benefit-card {
        padding: 32px 26px 30px;
    }

    .dra-eileen-benefit-title {
        font-size: 19px;
    }
}

@media only screen and (max-width: 991px) {
    .dra-eileen-benefits-section {
        padding: 80px 0 70px;
        background:
            linear-gradient(180deg, #ffffff 0%, var(--color3) 100%);
    }

    .dra-eileen-benefits-title-box {
        margin-bottom: 42px;
    }

    .dra-eileen-benefit-card {
        min-height: 285px;
    }

    .dra-eileen-benefits-section::before,
    .dra-eileen-benefits-section::after {
        opacity: 0.55;
    }
}

@media only screen and (max-width: 767px) {
    .dra-eileen-benefits-section {
        padding: 70px 0 65px;
    }

    .dra-eileen-benefits-bg::before,
    .dra-eileen-benefits-bg::after,
    .dra-eileen-benefits-section::before,
    .dra-eileen-benefits-section::after,
    .dra-eileen-benefits-section .container::before {
        display: none;
    }

    .dra-eileen-benefits-title {
        font-size: 32px;
        letter-spacing: -0.5px;
    }

    .dra-eileen-benefits-subtitle {
        font-size: 14px;
        letter-spacing: 0.2px;
    }

    .dra-eileen-benefit-card {
        min-height: auto;
        padding: 30px 24px 28px;
        border-radius: 24px;
    }

    .dra-eileen-benefit-count {
        top: 26px;
        right: 24px;
    }

    .dra-eileen-benefit-count span {
        min-width: 48px;
        height: 38px;
        font-size: 22px;
    }

    .dra-eileen-benefit-icon {
        width: 62px;
        height: 62px;
        border-radius: 20px;
    }

    .dra-eileen-benefit-icon img {
        width: 35px;
        height: 35px;
        max-width: 35px;
    }

    .dra-eileen-benefit-content {
        margin-top: 28px;
    }

    .dra-eileen-benefit-title {
        font-size: 18px;
    }

    .dra-eileen-benefit-text {
        font-size: 14px;
        line-height: 1.72;
    }

    .dra-eileen-benefits-shape {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .dra-eileen-benefits-title {
        font-size: 29px;
    }

    .dra-eileen-benefits-kicker {
        font-size: 11px;
        padding: 8px 12px;
        letter-spacing: 0.3px;
    }

    .dra-eileen-benefit-card {
        padding: 28px 20px 26px;
    }

    .dra-eileen-benefit-title {
        font-size: 17px;
    }
}




/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/

.service-details {
    position: relative;
    display: block;
    padding: 120px 0 113px;
    z-index: 1;
    overflow: hidden;
    background:
        linear-gradient(135deg, #ffffff 0%, #ffffff 46%, var(--color3) 100%);
}

.service-details::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -150px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(var(--careon-black-rgb), 0.052);
    filter: blur(2px);
    z-index: -2;
}

.service-details::after {
    content: "";
    position: absolute;
    left: -170px;
    bottom: -190px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.052);
    filter: blur(2px);
    z-index: -2;
}

.service-details .container {
    position: relative;
    z-index: 2;
}

.service-details .container::before {
    content: "";
    position: absolute;
    top: -38px;
    left: 15px;
    right: 15px;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(var(--careon-base-rgb), 0.14) 28%,
        rgba(var(--careon-black-rgb), 0.12) 50%,
        rgba(var(--careon-base-rgb), 0.14) 72%,
        transparent 100%
    );
}

/* Columna izquierda */

.service-details__left {
    position: relative;
    display: block;
}

.service-details__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 34px;
    background: var(--careon-white);
    box-shadow: 0 24px 60px rgba(16, 26, 41, 0.12);
    z-index: 1;
}

.service-details__img::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 140px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 245, 242, 0.94) 78%
    );
    z-index: 1;
    pointer-events: none;
}

.service-details__img::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(var(--careon-white-rgb), 0.88);
    border-radius: 34px;
    pointer-events: none;
    z-index: 2;
}

.service-details__img img {
    width: 100%;
    display: block;
    border-radius: 34px;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.service-details__img:hover img {
    transform: scale(1.05);
}

/* Contenido principal */

.service-details__content {
    position: relative;
    display: block;
    margin-top: 32px;
    padding: 38px 38px 40px;
    border-radius: 34px;
    background: rgba(var(--careon-white-rgb), 0.92);
    border: 1px solid rgba(var(--careon-black-rgb), 0.055);
    box-shadow: 0 24px 60px rgba(16, 26, 41, 0.075);
    overflow: hidden;
    z-index: 1;
}

.service-details__content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 34px;
    width: 5px;
    height: 90px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--color1), var(--color2));
    z-index: 2;
}

.service-details__content::after {
    content: "";
    position: absolute;
    right: -55px;
    top: -55px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.045);
    z-index: -1;
}

.service-details__title-1 {
    position: relative;
    margin: 0;
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 46px;
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: -0.7px;
}

.service-details__title-1::after {
    content: "";
    display: block;
    width: 92px;
    height: 4px;
    margin-top: 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
}

.service-details__text-1 {
    margin: 24px 0 24px;
    color: var(--careon-gray);
    font-family: var(--careon-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
}

.service-details__title-2 {
    position: relative;
    margin: 36px 0 24px;
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 26px;
    font-weight: 900;
    line-height: 1.35;
}

.service-details__title-2::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    min-width: 9px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--color2);
    box-shadow: 0 0 0 5px rgba(var(--careon-base-rgb), 0.10);
    vertical-align: middle;
}

/* Puntos */

.service-details__points-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 26px;
    padding: 26px;
    border-radius: 26px;
    background: rgba(var(--careon-primary-rgb), 0.72);
    border: 1px solid rgba(var(--careon-black-rgb), 0.07);
    box-shadow: 0 14px 38px rgba(16, 26, 41, 0.045);
}

.service-details__points-list {
    position: relative;
    display: block;
    flex: 1;
    margin: 0;
}

.service-details__points-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.service-details__points-list li + li {
    margin-top: 15px;
}

.service-details__points-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    min-width: 26px;
    margin-top: 1px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.10);
}

.service-details__points-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 11px;
    color: var(--color2);
}

.service-details__points-list li p,
.service-details__points-list li .text,
.service-details__points-list li {
    color: var(--careon-gray);
    font-family: var(--careon-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
}

.service-details__text-3 {
    margin: 26px 0 35px;
    color: var(--careon-gray);
    font-family: var(--careon-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
}

.service-details__title-3 {
    position: relative;
    margin: 0;
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 26px;
    font-weight: 900;
    line-height: 1.35;
}

.service-details__title-3::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    min-width: 9px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--color2);
    box-shadow: 0 0 0 5px rgba(var(--careon-base-rgb), 0.10);
    vertical-align: middle;
}

.service-details__text-4 {
    margin: 23px 0 30px;
    color: var(--careon-gray);
    font-family: var(--careon-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
}

/* Imágenes interiores */

.service-details__img-box {
    position: relative;
    display: block;
    margin-top: 8px;
}

.service-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 28px;
    background: var(--careon-white);
    box-shadow: 0 18px 48px rgba(16, 26, 41, 0.09);
}

.service-details__img-box-img::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    border: 1px solid rgba(var(--careon-white-rgb), 0.88);
    pointer-events: none;
}

.service-details__img-box-img img {
    width: 100%;
    display: block;
    border-radius: 28px;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.service-details__img-box-img:hover img {
    transform: scale(1.06);
}

/* Lista de texto */

.service-details__text-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.service-details__text-list li {
    position: relative;
    display: block;
    padding: 20px 22px 20px 26px;
    border-radius: 20px;
    background: rgba(var(--careon-white-rgb), 0.86);
    border: 1px solid rgba(var(--careon-black-rgb), 0.07);
    color: var(--careon-gray);
    font-family: var(--careon-font);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
    box-shadow: 0 12px 30px rgba(16, 26, 41, 0.04);
}

.service-details__text-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--color1), var(--color2));
}

.service-details__text-list li + li {
    margin-top: 17px;
}

/* Columna derecha */

.service-details__right {
    position: relative;
    display: block;
}

.service-details__services-box {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-black-rgb), 0.075);
    border-radius: 30px;
    padding: 34px 32px 36px;
    background: rgba(var(--careon-white-rgb), 0.92);
    box-shadow: 0 22px 58px rgba(16, 26, 41, 0.075);
    overflow: hidden;
    z-index: 1;
}

.service-details__services-box::before {
    content: "";
    position: absolute;
    right: -55px;
    top: -55px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.05);
    z-index: -1;
}

.service-details__service-title {
    position: relative;
    margin: 0 0 28px;
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.35;
}

.service-details__service-title::after {
    content: "";
    display: block;
    width: 76px;
    height: 4px;
    margin-top: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
}

.service-details__service-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.service-details__service-list li {
    position: relative;
    display: block;
}

.service-details__service-list li + li {
    margin-top: 14px;
}

.service-details__service-list li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--careon-gray);
    background: rgba(var(--careon-primary-rgb), 0.72);
    border: 1px solid rgba(var(--careon-black-rgb), 0.07);
    padding: 15px 22px;
    border-radius: 999px;
    font-family: var(--careon-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.service-details__service-list li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--color2), var(--color1));
    transform: scaleX(0);
    transform-origin: left;
    transition: all 500ms ease;
    z-index: -1;
}

.service-details__service-list li:hover a::before,
.service-details__service-list li.active a::before {
    transform: scaleX(1);
}

.service-details__service-list li:hover a,
.service-details__service-list li.active a {
    border-color: transparent;
    background-color: transparent;
    color: var(--careon-white);
    transform: translateX(4px);
    box-shadow: 0 14px 30px rgba(16, 26, 41, 0.12);
}

.service-details__service-list li a span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    font-size: 10px;
    color: var(--color1);
    background: rgba(var(--careon-white-rgb), 0.70);
    transition: all 500ms ease;
}

.service-details__service-list li:hover a span,
.service-details__service-list li.active a span {
    color: var(--color2);
    background: var(--careon-white);
}

/* Need help */

.service-details__need-help-inner {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-black-rgb), 0.075);
    border-radius: 30px;
    padding: 16px;
    margin-top: 40px;
    background: rgba(var(--careon-white-rgb), 0.92);
    box-shadow: 0 22px 58px rgba(16, 26, 41, 0.075);
}

.service-details__need-help {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 24px;
    text-align: center;
    padding: 78px 40px 78px;
    z-index: 1;
    background-color: var(--color2);
}

.service-details__need-help::before {
    content: "";
    position: absolute;
    inset: 0;
  background: linear-gradient(135deg, rgb(0 75 161 / 71%) 0%, rgb(142 23 29 / 54%) 52%, rgb(2 47 115 / 77%) 100%);
    z-index: -1;
}

.service-details__need-help::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -45px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(var(--careon-white-rgb), 0.16);
    z-index: -1;
}

.service-details__need-help-bg {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -2;
    transform: scale(1.03);
}

.service-details__need-help-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background:
        linear-gradient(
            135deg,
            rgba(var(--careon-base-rgb), 0.42) 0%,
            rgba(var(--careon-black-rgb), 0.32) 55%,
            rgba(16, 26, 41, 0.24) 100%
        );
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
}

.service-details__need-help-title {
    margin: 0;
    color: var(--careon-white);
    font-family: var(--careon-font);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.42;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.20);
}

.service-details__need-help-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    background: var(--color1);
    border-radius: 50%;
    margin: 28px auto 22px;
    border: 2px solid rgba(var(--careon-white-rgb), 0.28);
    box-shadow: 0 16px 36px rgba(var(--careon-black-rgb), 0.22);
    transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
    background: var(--color2);
    transform: translateY(-4px) scale(1.03);
}

.service-details__need-help-icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: var(--careon-white);
    transition: all 500ms 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 {
    color: var(--careon-white);
    font-family: var(--careon-font);
    font-size: 23px;
    font-weight: 900;
    line-height: 1.6;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.20);
    transition: all 500ms ease;
}

.service-details__need-help-call a:hover {
    color: var(--color3);
}

/* Download */

.service-details__download-box {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-black-rgb), 0.075);
    border-radius: 30px;
    padding: 34px 32px 36px;
    margin-top: 40px;
    background: rgba(var(--careon-white-rgb), 0.92);
    box-shadow: 0 22px 58px rgba(16, 26, 41, 0.075);
    overflow: hidden;
    z-index: 1;
}

.service-details__download-box::before {
    content: "";
    position: absolute;
    right: -55px;
    top: -55px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(var(--careon-black-rgb), 0.045);
    z-index: -1;
}

.service-details__download-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.service-details__download-list li {
    position: relative;
    display: block;
}

.service-details__download-list li + li {
    margin-top: 16px;
}

.service-details__download-list li a {
    position: relative;
    background: rgba(var(--careon-primary-rgb), 0.72);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    font-family: var(--careon-font);
    font-size: 16px;
    font-weight: 800;
    color: var(--careon-gray);
    padding: 18px 24px 18px;
    padding-left: 72px;
    border-radius: 22px;
    border: 1px solid rgba(var(--careon-black-rgb), 0.07);
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.service-details__download-list li a::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.10);
    transform: translateY(-50%);
    transition: all 500ms ease;
    z-index: -1;
}

.service-details__download-list li:hover a {
    color: var(--careon-white);
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(16, 26, 41, 0.12);
}

.service-details__download-list li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--color2), var(--color1));
    transition: transform 0.5s ease;
    transform-origin: bottom right;
    transform: scale(1, 0);
    z-index: -2;
}

.service-details__download-list li:hover a::before {
    transform: scale(1, 1);
    transform-origin: top center;
}

.service-details__download-list li:hover a::after {
    background: rgba(var(--careon-white-rgb), 0.20);
}

.service-details__download-list li a span {
    font-size: 16px;
    font-weight: 800;
    color: var(--careon-gray);
    transition: all 500ms ease;
}

.service-details__download-list li:hover a span {
    color: var(--careon-white);
}

/* Responsive */

@media only screen and (max-width: 1199px) {
    .service-details {
        padding: 100px 0 95px;
    }

    .service-details__title-1 {
        font-size: 40px;
        line-height: 1.25;
    }

    .service-details__content {
        padding: 34px 32px 36px;
    }

    .service-details__services-box,
    .service-details__download-box {
        padding: 30px 28px 32px;
    }
}

@media only screen and (max-width: 991px) {
    .service-details {
        padding: 90px 0 85px;
        background:
            linear-gradient(180deg, #ffffff 0%, var(--color3) 100%);
    }

    .service-details__right {
        margin-top: 50px;
    }

    .service-details__points-box {
        flex-direction: column;
        gap: 15px;
    }

    .service-details::before,
    .service-details::after {
        opacity: 0.55;
    }
}

@media only screen and (max-width: 767px) {
    .service-details {
        padding: 75px 0 70px;
    }

    .service-details::before,
    .service-details::after,
    .service-details .container::before {
        display: none;
    }

    .service-details__img,
    .service-details__img img,
    .service-details__img::after {
        border-radius: 24px;
    }

    .service-details__content {
        padding: 28px 22px 30px;
        border-radius: 26px;
    }

    .service-details__title-1 {
        font-size: 32px;
        letter-spacing: -0.5px;
    }

    .service-details__title-2,
    .service-details__title-3 {
        font-size: 22px;
    }

    .service-details__text-1,
    .service-details__text-3,
    .service-details__text-4 {
        font-size: 15px;
        line-height: 1.75;
    }

    .service-details__points-box {
        padding: 22px;
        border-radius: 22px;
    }

    .service-details__img-box-img,
    .service-details__img-box-img img,
    .service-details__img-box-img::after {
        border-radius: 22px;
    }

    .service-details__services-box,
    .service-details__need-help-inner,
    .service-details__download-box {
        border-radius: 24px;
    }

    .service-details__service-title {
        font-size: 24px;
    }

    .service-details__service-list li a {
        padding: 14px 18px;
        font-size: 14px;
    }

    .service-details__need-help {
        padding: 60px 26px 60px;
        border-radius: 22px;
    }

    .service-details__need-help-title {
        font-size: 21px;
    }

    .service-details__download-list li a {
        padding: 16px 18px 16px;
        padding-left: 64px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .service-details__content {
        padding: 24px 18px 26px;
    }

    .service-details__title-1 {
        font-size: 29px;
    }

    .service-details__points-box {
        padding: 18px;
    }

    .service-details__services-box,
    .service-details__download-box {
        padding: 26px 20px 28px;
    }

    .service-details__need-help-inner {
        padding: 12px;
    }

    .service-details__need-help {
        padding: 52px 20px 52px;
    }

    .service-details__need-help-icon {
        width: 76px;
        height: 76px;
    }

    .service-details__need-help-call a {
        font-size: 20px;
    }

    .service-details__download-list li a span {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/