/*==============================================
    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);
}

/*--------------------------------------------------------------
# Beneficios Nefrología - Diseño Premium
--------------------------------------------------------------*/

.nefro-benefits-v2 {
    position: relative;
    display: block;
    padding: 115px 0 90px;
    background:
        radial-gradient(circle at 8% 18%, rgba(235, 251, 255, 0.95) 0%, rgba(235, 251, 255, 0.55) 15%, transparent 30%),
        radial-gradient(circle at 92% 82%, rgba(136, 33, 51, 0.055) 0%, rgba(136, 33, 51, 0.035) 18%, transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8fdff 52%, #ffffff 100%);
    overflow: hidden;
    z-index: 1;
}

.nefro-benefits-v2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 7%;
    right: 7%;
    height: 5px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color6));
    z-index: 2;
}

.nefro-benefits-v2__shape {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    z-index: -1;
}

.nefro-benefits-v2__shape--one {
    width: 390px;
    height: 390px;
    left: -180px;
    top: 70px;
    background: rgba(235, 251, 255, 0.88);
    border: 1px solid rgba(0, 77, 115, 0.08);
}

.nefro-benefits-v2__shape--two {
    width: 270px;
    height: 270px;
    right: -120px;
    bottom: 95px;
    background: rgba(136, 33, 51, 0.06);
    border: 1px solid rgba(136, 33, 51, 0.08);
}

/*--------------------------------------------------------------
# Títulos
--------------------------------------------------------------*/

.nefro-benefits-v2__section-title {
    position: relative;
    max-width: 850px;
    margin: 0 auto 58px;
}

.nefro-benefits-v2__eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 17px;
    margin-bottom: 18px;
    color: var(--color2);
       font-size: 17px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 999px;
    background: var(--color3);
    border: 1px solid rgba(0, 77, 115, 0.12);
    box-shadow: 0 10px 24px rgba(0, 77, 115, 0.06);
}

.nefro-benefits-v2__eyebrow span {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    background: var(--color1);
    box-shadow: 0 0 0 6px rgba(136, 33, 51, 0.12);
}

.nefro-benefits-v2__title {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    color: var(--color1);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -1.1px;
    text-transform: none;
}

.nefro-benefits-v2__title::after {
    content: "";
    display: block;
    width: 96px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 999px;

}

.nefro-benefits-v2__tagline {
    max-width: 720px;
    margin: 19px auto 0;
    color: var(--color2) !important;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: 0.15px;
    text-transform: none;
}

/*--------------------------------------------------------------
# Grid y tarjetas
--------------------------------------------------------------*/

.nefro-benefits-v2__row {
    position: relative;
    row-gap: 0;
}

.nefro-benefits-v2__card {
    position: relative;
    min-height: 355px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 38px 34px 34px;
    margin-bottom: 30px;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 253, 255, 0.98) 100%);
    border: 1px solid rgba(0, 77, 115, 0.10);
    box-shadow: 0 18px 48px rgba(16, 26, 41, 0.075);
    overflow: hidden;
    transition: all 420ms ease;
    z-index: 1;
}

.nefro-benefits-v2__card::before {
    content: "";
    position: absolute;
    right: -52px;
    top: -52px;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    background: rgba(235, 251, 255, 0.95);
    border: 1px solid rgba(0, 77, 115, 0.08);
    transition: all 420ms ease;
    z-index: -1;
}

.nefro-benefits-v2__card::after {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -70px;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background: rgba(136, 33, 51, 0.045);
    transition: all 420ms ease;
    z-index: -1;
}

.nefro-benefits-v2__card:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 77, 115, 0.20);
    box-shadow: 0 26px 60px rgba(16, 26, 41, 0.13);
}

.nefro-benefits-v2__card:hover::before {
    background: rgba(0, 77, 115, 0.10);
    transform: scale(1.18);
}

.nefro-benefits-v2__card:hover::after {
    background: rgba(136, 33, 51, 0.09);
    transform: scale(1.15);
}

/* Número decorativo */
.nefro-benefits-v2__card-number {
    position: absolute;
    right: 24px;
    top: 22px;
    color: rgba(0, 77, 115, 0.08);
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2px;
    z-index: 0;
    transition: all 350ms ease;
}

.nefro-benefits-v2__card:hover .nefro-benefits-v2__card-number {
    color: rgba(136, 33, 51, 0.12);
    transform: translateY(-4px);
}

/*--------------------------------------------------------------
# Íconos
--------------------------------------------------------------*/

.nefro-benefits-v2__icon {
    position: relative;
    width: 76px;
    height: 76px;
    min-width: 76px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, var(--color3) 0%, #ffffff 100%);
    border: 1px solid rgba(0, 77, 115, 0.14);
    box-shadow: 0 14px 30px rgba(0, 77, 115, 0.10);
    overflow: visible;
    transition: all 420ms ease;
    z-index: 2;
}

.nefro-benefits-v2__icon::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 27px;
    background: rgba(235, 251, 255, 0.60);
    border: 1px solid rgba(0, 77, 115, 0.08);
    z-index: -1;
    transition: all 420ms ease;
}

.nefro-benefits-v2__icon::after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: -7px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    /* background: linear-gradient(135deg, var(--color1), var(--color6));
    border: 4px solid var(--white);
    box-shadow: 0 8px 18px rgba(136, 33, 51, 0.20); */
    transition: all 420ms ease;
}

.nefro-benefits-v2__icon img {
    width: 46px;
    height: 46px;
    max-width: 46px !important;
    object-fit: contain;
    display: block;
    transition: all 420ms ease;
    filter: drop-shadow(0 6px 10px rgba(0, 77, 115, 0.12));
}

.nefro-benefits-v2__card:hover .nefro-benefits-v2__icon {
    background: linear-gradient(135deg, var(--color2), #006f9e);
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(0, 77, 115, 0.22);
}

.nefro-benefits-v2__card:hover .nefro-benefits-v2__icon::before {
    background: rgba(0, 77, 115, 0.11);
    transform: rotate(8deg);
}

.nefro-benefits-v2__card:hover .nefro-benefits-v2__icon::after {
    background: var(--color6);
    transform: scale(1.08);
}

.nefro-benefits-v2__card:hover .nefro-benefits-v2__icon img {
    transform: scale(1.08) rotateY(360deg);
}

/*--------------------------------------------------------------
# Texto de tarjetas
--------------------------------------------------------------*/

.nefro-benefits-v2__card-title {
    position: relative;
    margin: 0 0 16px;
    color: var(--color1);
    font-size: 21px;
    font-weight: 900;
    line-height: 1.28;
    text-transform: none;
    z-index: 2;
}

.nefro-benefits-v2__text {
    position: relative;
    margin: 0;
    color: var(--careon-gray);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.78;
    z-index: 2;
}

.nefro-benefits-v2__bottom-line {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 0;
    height: 5px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color6));
    transform: scaleX(0);
    transform-origin: left;
    transition: all 420ms ease;
}

.nefro-benefits-v2__card:hover .nefro-benefits-v2__bottom-line {
    transform: scaleX(1);
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {
    .nefro-benefits-v2__card {
        padding: 34px 28px 32px;
        min-height: 350px;
    }

    .nefro-benefits-v2__card-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .nefro-benefits-v2 {
        padding: 95px 0 70px;
    }

    .nefro-benefits-v2__section-title {
        margin-bottom: 48px;
    }

    .nefro-benefits-v2__card {
        min-height: 330px;
    }
}

@media only screen and (max-width: 767px) {
    .nefro-benefits-v2 {
        padding: 78px 0 58px;
    }

    .nefro-benefits-v2__title {
        font-size: 32px;
        line-height: 1.13;
    }

    .nefro-benefits-v2__tagline {
        font-size: 15.5px;
    }

    .nefro-benefits-v2__card {
        min-height: auto;
        padding: 32px 25px 32px;
        border-radius: 24px;
    }

    .nefro-benefits-v2__icon {
        width: 70px;
        height: 70px;
        min-width: 70px;
        margin-bottom: 22px;
    }

    .nefro-benefits-v2__icon img {
        width: 42px;
        height: 42px;
        max-width: 42px !important;
    }

    .nefro-benefits-v2__card-title {
        font-size: 19px;
    }

    .nefro-benefits-v2__text {
        font-size: 14.5px;
    }
}

@media only screen and (max-width: 480px) {
    .nefro-benefits-v2__eyebrow {
        font-size: 13px;
    }

    .nefro-benefits-v2__title {
        font-size: 29px;
    }

    .nefro-benefits-v2__card {
        padding: 30px 22px 31px;
    }

    .nefro-benefits-v2__card-number {
        font-size: 40px;
        right: 20px;
        top: 20px;
    }
}

/*--------------------------------------------------------------
# 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 - Diseño Médico Premium
--------------------------------------------------------------*/

.service-details {
    position: relative;
    display: block;
    padding: 115px 0 110px;
    background:
        radial-gradient(circle at 0% 0%, rgba(0, 77, 115, 0.08), transparent 34%),
        radial-gradient(circle at 100% 0%, rgba(0, 77, 115, 0.06), transparent 34%),
        radial-gradient(circle at 0% 100%, rgba(189, 129, 131, 0.05), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(0, 77, 115, 0.07), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f6fbfc 100%);
    overflow: hidden;
    z-index: 1;
}

.service-details::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background-color: var(--color2);
    z-index: 2;
}

/* .service-details::after {
    content: "";
    position: absolute;
    top: 42px;
    right: 52px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(0, 77, 115, 0.16);
    box-shadow:
        18px 0 0 rgba(0, 77, 115, 0.10),
        36px 0 0 rgba(0, 77, 115, 0.07),
        0 18px 0 rgba(189, 129, 131, 0.10),
        18px 18px 0 rgba(0, 77, 115, 0.08),
        36px 18px 0 rgba(189, 129, 131, 0.08);
    z-index: 1;
} */

.service-details .container {
    position: relative;
    z-index: 2;
}

/* .service-details .container::before {
    content: "";
    position: absolute;
    bottom: 45px;
    left: -12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(0, 77, 115, 0.12);
    box-shadow:
        16px 0 0 rgba(0, 77, 115, 0.08),
        32px 0 0 rgba(189, 129, 131, 0.08),
        0 16px 0 rgba(0, 77, 115, 0.07),
        16px 16px 0 rgba(189, 129, 131, 0.07),
        32px 16px 0 rgba(0, 77, 115, 0.06);
    z-index: -1;
} */

.service-details__left {
    position: relative;
    display: block;
}

/*--------------------------------------------------------------
# Imagen principal
--------------------------------------------------------------*/

.service-details__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 28px;
    background-color: var(--color3);
    border: 1px solid rgba(0, 77, 115, 0.12);
    box-shadow: 0 24px 60px rgba(16, 26, 41, 0.11);
    z-index: 1;
}

.service-details__img::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 77, 115, 0.10);
    z-index: 1;
    pointer-events: none;
}

.service-details__img::after {
    content: "";
    position: absolute;
    left: 28px;
    bottom: 28px;
    width: 96px;
    height: 6px;
    border-radius: 999px;
    background-color: var(--color6);
    box-shadow: 0 8px 22px rgba(189, 129, 131, 0.20);
    z-index: 2;
}

.service-details__img img {
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    object-position: center;
    border-radius: 28px;
    transform: scale(1);
    transition: all 650ms ease;
}

.service-details__img:hover img {
    transform: scale(1.035);
}

/*--------------------------------------------------------------
# Contenido principal
--------------------------------------------------------------*/

.service-details__content {
    position: relative;
    display: block;
    margin-top: 34px;
    padding: 42px 44px 46px;
    border-radius: 28px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 77, 115, 0.11);
    box-shadow: 0 20px 50px rgba(16, 26, 41, 0.075);
}

.service-details__content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 38px;
    bottom: 38px;
    width: 5px;
    border-radius: 999px;
    background-color: var(--color1);
}

.service-details__title-1 {
    position: relative;
    margin: 0;
    color: var(--color1);
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -1.1px;
    text-transform: none;
}

.service-details__title-1::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin-top: 18px;
    border-radius: 999px;
    background-color: var(--color2);
}

.service-details__text-1 {
    margin: 25px 0 22px;
    color: rgba(16, 26, 41, 0.78);
    font-size: 16.5px;
    font-weight: 500;
    line-height: 1.85;
}

.service-details__title-2,
.service-details__title-3 {
    position: relative;
    color: var(--color2);
    font-size: 27px;
    font-weight: 900;
    line-height: 1.28;
    margin: 38px 0 22px;
    text-transform: none;
}

.service-details__title-2::before,
.service-details__title-3::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 4px;
    margin-right: 11px;
    vertical-align: middle;
    border-radius: 999px;
    background-color: var(--color6);
}

.service-details__text-3,
.service-details__text-4 {
    color: rgba(16, 26, 41, 0.76);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.82;
}

.service-details__text-3 {
    margin: 24px 0 34px;
}

.service-details__text-4 {
    margin: 23px 0 30px;
}

/*--------------------------------------------------------------
# Puntos
--------------------------------------------------------------*/

.service-details__points-box {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 30px 0;
    padding: 24px;
    border-radius: 24px;
    background-color: rgba(235, 251, 255, 0.62);
    border: 1px solid rgba(0, 77, 115, 0.10);
}

.service-details__points-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.service-details__points-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 15px;
    border-radius: 16px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 77, 115, 0.08);
    transition: all 300ms ease;
}

.service-details__points-list li:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 77, 115, 0.18);
    box-shadow: 0 12px 28px rgba(16, 26, 41, 0.07);
}

.service-details__points-list li+li {
    margin-top: 13px;
}

.service-details__points-list li .icon {
    position: relative;
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background-color: rgba(0, 77, 115, 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 .text p,
.service-details__points-list li p {
    margin: 0;
    color: rgba(16, 26, 41, 0.80);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.52;
}

/*--------------------------------------------------------------
# Imágenes internas
--------------------------------------------------------------*/

.service-details__img-box {
    position: relative;
    display: block;
    margin-top: 32px;
}

.service-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 24px;
    background-color: var(--color3);
    border: 1px solid rgba(0, 77, 115, 0.10);
    box-shadow: 0 16px 38px rgba(16, 26, 41, 0.08);
}

.service-details__img-box-img img {
    width: 100%;
    min-height: 260px;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    transition: all 600ms ease;
}

.service-details__img-box-img:hover img {
    transform: scale(1.035);
}

/*--------------------------------------------------------------
# Lista de texto
--------------------------------------------------------------*/

.service-details__text-list {
    position: relative;
    display: grid;
    gap: 14px;
    margin: 24px 0 0;
    padding: 0;
}

.service-details__text-list li {
    position: relative;
    display: block;
    padding: 18px 20px 18px 58px;
    border-radius: 17px;
    background-color: rgba(235, 251, 255, 0.56);
    border: 1px solid rgba(0, 77, 115, 0.08);
    color: rgba(16, 26, 41, 0.78);
    font-size: 15.5px;
    font-weight: 600;
    line-height: 1.72;
    transition: all 300ms ease;
}

.service-details__text-list li:hover {
    background-color: #ffffff;
    border-color: rgba(0, 77, 115, 0.18);
    box-shadow: 0 10px 24px rgba(16, 26, 41, 0.06);
}

.service-details__text-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 18px;
    left: 18px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 11px;
    border-radius: 10px;
    background-color: var(--color2);
}

.service-details__text-list li+li {
    margin-top: 0;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.service-details__right {
    position: sticky;
    top: 105px;
    display: block;
    padding-left: 20px;
}

.service-details__services-box,
.service-details__download-box,
.service-details__need-help-inner {
    position: relative;
    display: block;
    border: 1px solid rgba(0, 77, 115, 0.12);
    border-radius: 26px;
    background-color: #ffffff;
    box-shadow: 0 18px 42px rgba(16, 26, 41, 0.075);
}

.service-details__services-box {
    padding: 34px 30px 32px;
}

.service-details__service-title {
    position: relative;
    margin: 0 0 26px;
    color: var(--color1);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.24;
    text-transform: none;
}

.service-details__service-title::after {
    content: "";
    display: block;
    width: 74px;
    height: 4px;
    margin-top: 14px;
    border-radius: 999px;
    background-color: var(--color2);
}

.service-details__service-list {
    position: relative;
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.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(--color1);
    background-color: var(--color3);
    border: 1px solid rgba(0, 77, 115, 0.09);
    padding: 15px 17px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
    transition: all 300ms ease;
}

.service-details__service-list li:hover a,
.service-details__service-list li.active a {
    border-color: var(--color2);
    background-color: var(--color2);
    color: var(--white);
    transform: translateX(4px);
    box-shadow: 0 12px 26px rgba(0, 77, 115, 0.16);
}

.service-details__service-list li a span {
    position: relative;
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: var(--color2);
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 300ms ease;
}

.service-details__service-list li:hover a span,
.service-details__service-list li.active a span {
    color: var(--color1);
    background-color: var(--white);
}

/*--------------------------------------------------------------
# Need Help
--------------------------------------------------------------*/

.service-details__need-help-inner {
    padding: 14px;
    margin-top: 34px;
}

.service-details__need-help {
    position: relative;
    display: block;
    border-radius: 22px;
    text-align: center;
    padding: 70px 30px;
    overflow: hidden;
    background-color: var(--color2);
    z-index: 1;
}

.service-details__need-help::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 24px;
    height: 4px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.35);
    z-index: 2;
}

.service-details__need-help-bg {
    position: absolute;
    inset: 0;
    border-radius: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.20;
    z-index: -1;
}

.service-details__need-help-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    background-color: rgb(0 77 115 / 13%);
}

.service-details__need-help-title {
    position: relative;
    margin: 0;
    color: var(--white);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.35;
    text-transform: none;
    z-index: 2;
}

.service-details__need-help-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    background-color: var(--white);
    border-radius: 50%;
    margin: 26px auto 20px;
    box-shadow: 0 14px 30px rgba(16, 26, 41, 0.20);
    transition: all 300ms ease;
    z-index: 2;
}

.service-details__need-help-icon:hover {
    background-color: var(--color1);
    transform: translateY(-4px);
}

.service-details__need-help-icon span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: var(--color2);
    transition: all 300ms ease;
}

.service-details__need-help-icon:hover span {
    color: var(--white);
}

.service-details__need-help-call {
    position: relative;
    display: block;
    z-index: 2;
}

.service-details__need-help-call a {
    color: var(--white);
    font-size: 21px;
    font-weight: 900;
    line-height: 1.35;
    text-decoration: none;
    transition: all 300ms ease;
}

.service-details__need-help-call a:hover {
    color: var(--color3);
}

/*--------------------------------------------------------------
# Download Box
--------------------------------------------------------------*/

.service-details__download-box {
    padding: 32px 30px;
    margin-top: 34px;
}

.service-details__download-list {
    position: relative;
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
}

.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-color: var(--color3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    font-size: 15px;
    font-weight: 800;
    color: var(--color1);
    padding: 17px 18px 17px 58px;
    border-radius: 15px;
    border: 1px solid rgba(0, 77, 115, 0.09);
    overflow: hidden;
    text-decoration: none;
    transition: all 300ms ease;
}

.service-details__download-list li a::after {
    content: "\f019";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 18px;
    top: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color2);
    background-color: var(--white);
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease;
}

.service-details__download-list li a::before {
    display: none;
}

.service-details__download-list li:hover a {
    color: var(--white);
    background-color: var(--color2);
    border-color: var(--color2);
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(0, 77, 115, 0.15);
}

.service-details__download-list li:hover a::after {
    color: var(--color1);
    background-color: var(--white);
}

.service-details__download-list li a span {
    font-size: 15px;
    font-weight: 800;
    color: var(--color1);
    transition: all 300ms ease;
}

.service-details__download-list li:hover a span {
    color: var(--white);
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {
    .service-details__content {
        padding: 36px 32px 40px;
    }

    .service-details__right {
        padding-left: 0;
    }

    .service-details__services-box,
    .service-details__download-box {
        padding: 30px 26px;
    }

    .service-details__points-box {
        gap: 16px;
        padding: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .service-details {
        padding: 95px 0 90px;
    }

    .service-details__right {
        position: relative;
        top: auto;
        margin-top: 55px;
    }

    .service-details__img img {
        min-height: 360px;
    }

    .service-details__points-box {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .service-details {
        padding: 78px 0;
    }

    .service-details::after {
        top: 28px;
        right: 26px;
        transform: scale(0.9);
    }

    .service-details__img {
        border-radius: 24px;
    }

    .service-details__img img {
        min-height: 300px;
        border-radius: 24px;
    }

    .service-details__content {
        margin-top: 28px;
        padding: 30px 24px 32px;
        border-radius: 22px;
    }

    .service-details__content::before {
        top: 28px;
        bottom: 28px;
    }

    .service-details__title-1 {
        font-size: 32px;
        line-height: 1.14;
    }

    .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;
        line-height: 1.75;
    }

    .service-details__points-box {
        padding: 18px;
        border-radius: 20px;
    }

    .service-details__img-box-img img {
        min-height: 230px;
    }

    .service-details__services-box,
    .service-details__download-box,
    .service-details__need-help-inner {
        border-radius: 22px;
    }

    .service-details__service-title {
        font-size: 24px;
    }

    .service-details__need-help {
        padding: 60px 24px;
    }

    .service-details__need-help-title {
        font-size: 22px;
    }

    .service-details__need-help-call a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .service-details__content {
        padding: 28px 20px 30px;
    }

    .service-details__title-1 {
        font-size: 29px;
    }

    .service-details__points-list li {
        padding: 12px;
    }

    .service-details__service-list li a {
        padding: 14px 15px;
        font-size: 14px;
    }

    .service-details__download-list li a {
        padding: 16px 16px 16px 54px;
        font-size: 14px;
    }

    .service-details__download-list li a span {
        font-size: 14px;
    }

    .service-details__need-help {
        padding: 52px 20px;
    }
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/