/*==============================================
    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 Traumatología y Ortopedia
# Clase aislada: trauma-benefits
--------------------------------------------------------------*/

.trauma-benefits.services-five {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 115px 0 95px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(237, 251, 255, 0.72) 48%, rgba(255, 255, 255, 1) 100%);
    overflow: hidden;
    z-index: 1;
}

.trauma-benefits.services-five::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 20%, rgba(50, 98, 128, 0.10) 0%, rgba(50, 98, 128, 0) 32%),
        radial-gradient(circle at 90% 78%, rgba(211, 229, 245, 0.70) 0%, rgba(211, 229, 245, 0) 36%);
    pointer-events: none;
    z-index: -1;
}

.trauma-benefits__shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.trauma-benefits__shape--one {
    width: 380px;
    height: 380px;
    left: -170px;
    top: 90px;
    border: 1px solid rgba(50, 98, 128, 0.12);
    background: rgba(237, 251, 255, 0.50);
}

.trauma-benefits__shape--two {
    width: 300px;
    height: 300px;
    right: -130px;
    bottom: 80px;
    border: 1px solid rgba(50, 98, 128, 0.10);
    background: rgba(211, 229, 245, 0.38);
}

.trauma-benefits .container {
    position: relative;
    z-index: 2;
}

/* Título de sección */

.trauma-benefits .section-title-three {
    position: relative;
    display: block;
    max-width: 850px;
    margin: 0 auto 56px;
    text-align: center;
}

.trauma-benefits__label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: fit-content;
    max-width: 100%;
    color: var(--color1);
    background: rgba(237, 251, 255, 0.86);
    border: 1px solid rgba(50, 98, 128, 0.18);
    border-radius: 999px;
    padding: 8px 16px 8px 9px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 auto 18px;
    box-shadow: 0 10px 26px rgba(16, 26, 41, 0.05);
}

.trauma-benefits__label span {
    width: 29px;
    height: 29px;
    min-width: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--careon-white);
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    box-shadow: 0 8px 18px rgba(50, 98, 128, 0.22);
}

.trauma-benefits .section-title-three__title {
    color: var(--color1);
    font-size: 46px;
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: -0.35px;
    text-transform: none;
    margin: 0 auto 14px;
    max-width: 820px;
}

.trauma-benefits .section-title-three__tagline {
    display: block;
    color: var(--color2);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    margin: 0 auto;
    max-width: 680px;
}

.trauma-benefits .section-title-three::after {
    content: "";
    position: relative;
    display: block;
    width: 82px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3));
    margin: 22px auto 0;
}

/* Tarjetas */

.trauma-benefits .services-five__single {
    position: relative;
    display: block;
    height: calc(100% - 30px);
    min-height: 360px;
    border: 1px solid rgba(50, 98, 128, 0.13);
    border-radius: 24px;
    padding: 34px 30px 32px;
    margin-bottom: 30px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(237, 251, 255, 0.76));
    box-shadow:
        0 18px 46px rgba(16, 26, 41, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
    overflow: hidden;
    transition: all 450ms ease;
    z-index: 1;
}

.trauma-benefits .services-five__single::before {
    content: "";
    position: absolute;
    width: 155px;
    height: 155px;
    right: -78px;
    top: -78px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(211, 229, 245, 0.92) 0%, rgba(211, 229, 245, 0) 72%);
    z-index: -1;
    transition: all 450ms ease;
}

.trauma-benefits .services-five__single::after {
    content: "";
    position: absolute;
    left: 0;
    top: 34px;
    width: 5px;
    height: 92px;
    border-radius: 0 12px 12px 0;
    background: linear-gradient(180deg, var(--color1), var(--color2));
    opacity: 0.85;
    transition: all 450ms ease;
}

.trauma-benefits .services-five__single:hover {
    transform: translateY(-8px);
    border-color: rgba(50, 98, 128, 0.32);
    box-shadow:
        0 26px 60px rgba(16, 26, 41, 0.11),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.trauma-benefits .services-five__single:hover::before {
    transform: scale(1.16);
}

.trauma-benefits .services-five__single:hover::after {
    height: 128px;
}

/* Número */

.trauma-benefits .services-five__count {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}

.trauma-benefits .services-five__count::before {
    display: none;
}

.trauma-benefits .services-five__count span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(50, 98, 128, 0.22);
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1px;
    transition: all 350ms ease;
}

.trauma-benefits .services-five__single:hover .services-five__count span {
    color: rgba(50, 98, 128, 0.40);
    transform: translateY(-2px);
}

/* Icono */

.trauma-benefits .services-five__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 22px;
    background: rgba(237, 251, 255, 0.90);
    border: 1px solid rgba(50, 98, 128, 0.14);
    box-shadow: 0 14px 32px rgba(16, 26, 41, 0.07);
    margin-bottom: 28px;
    overflow: hidden;
    z-index: 2;
}

.trauma-benefits .services-five__icon::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.70);
    z-index: -1;
}

.trauma-benefits .services-five__icon img {
    display: block;
    max-width: 42px !important;
    width: 42px;
    height: 42px;
    object-fit: contain;
    transition: all 500ms ease;
}

.trauma-benefits .services-five__single:hover .services-five__icon img {
    transform: scale(1.08) rotateY(360deg);
}

/* Título de tarjeta */

.trauma-benefits .services-five__title {
    color: var(--color1);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: -0.1px;
    text-transform: none;
    margin: 0 0 16px;
    max-width: 280px;
}

.trauma-benefits .services-five__title a {
    color: var(--color1);
    transition: all 350ms ease;
}

.trauma-benefits .services-five__title a:hover {
    color: var(--color2);
}

/* Texto */

.trauma-benefits .services-five__text {
    color: var(--black);
    font-size: 15px;
    line-height: 1.78;
    font-weight: 400;
    margin: 0;
}

/* Compatibilidad */

.trauma-benefits .services-five__icon span {
    position: relative;
    display: inline-block;
    font-size: 54px;
    color: var(--careon-primary);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.trauma-benefits .services-five__single:hover .services-five__icon span {
    transform: rotateY(360deg);
    color: var(--careon-base);
}

.trauma-benefits .services-five__btn-box {
    position: relative;
    display: block;
}

.trauma-benefits .services-five__btn-box .thm-btn {
    background-color: var(--careon-extra);
    padding: 18px 28px;
    color: var(--careon-black);
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (max-width: 1199px) {
    .trauma-benefits.services-five {
        padding: 100px 0 80px;
    }

    .trauma-benefits .section-title-three__title {
        font-size: 40px;
    }

    .trauma-benefits .services-five__single {
        padding: 32px 26px 30px;
        min-height: 350px;
    }

    .trauma-benefits .services-five__title {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .trauma-benefits.services-five {
        padding: 90px 0 70px;
    }

    .trauma-benefits .section-title-three {
        margin-bottom: 44px;
    }

    .trauma-benefits .section-title-three__title {
        font-size: 36px;
        line-height: 1.18;
    }

    .trauma-benefits .section-title-three__tagline {
        font-size: 15px;
    }

    .trauma-benefits .services-five__single {
        min-height: 330px;
    }
}

@media (max-width: 767px) {
    .trauma-benefits.services-five {
        padding: 75px 0 55px;
    }

    .trauma-benefits .section-title-three {
        margin-bottom: 36px;
        padding: 0 4px;
    }

    .trauma-benefits__label {
        font-size: 12px;
        padding: 7px 13px 7px 8px;
        line-height: 1.35;
    }

    .trauma-benefits__label span {
        width: 26px;
        height: 26px;
        min-width: 26px;
        font-size: 12px;
    }

    .trauma-benefits .section-title-three__title {
        font-size: 31px;
        line-height: 1.18;
        letter-spacing: -0.15px;
    }

    .trauma-benefits .section-title-three__tagline {
        font-size: 14px;
        line-height: 1.55;
    }

    .trauma-benefits .section-title-three::after {
        width: 66px;
        height: 3px;
        margin-top: 18px;
    }

    .trauma-benefits .services-five__single {
        min-height: auto;
        padding: 30px 24px 28px;
        border-radius: 22px;
        text-align: center;
    }

    .trauma-benefits .services-five__single::after {
        display: none;
    }

    .trauma-benefits .services-five__count {
        top: 24px;
        right: 24px;
    }

    .trauma-benefits .services-five__count span {
        font-size: 36px;
    }

    .trauma-benefits .services-five__icon {
        margin-left: auto;
        margin-right: auto;
        width: 70px;
        height: 70px;
        border-radius: 20px;
        margin-bottom: 24px;
    }

    .trauma-benefits .services-five__icon img {
        max-width: 39px !important;
        width: 39px;
        height: 39px;
    }

    .trauma-benefits .services-five__title {
        max-width: 100%;
        font-size: 20px;
        line-height: 1.32;
        margin-bottom: 13px;
    }

    .trauma-benefits .services-five__text {
        font-size: 14px;
        line-height: 1.75;
    }
}

@media (max-width: 480px) {
    .trauma-benefits.services-five {
        padding: 65px 0 45px;
    }

    .trauma-benefits .section-title-three__title {
        font-size: 28px;
    }

    .trauma-benefits .section-title-three__tagline {
        font-size: 13px;
    }

    .trauma-benefits .services-five__single {
        padding: 28px 20px 26px;
        border-radius: 20px;
    }

    .trauma-benefits .services-five__count span {
        font-size: 32px;
    }

    .trauma-benefits .services-five__title {
        font-size: 19px;
    }

    .trauma-benefits .services-five__text {
        font-size: 13.5px;
    }
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/

.service-details {
    position: relative;
    display: block;
    padding: 115px 0 110px;
    background:
        linear-gradient(180deg, rgba(237, 251, 255, 0.55) 0%, rgba(255, 255, 255, 1) 42%, rgba(237, 251, 255, 0.52) 100%);
    overflow: hidden;
    z-index: 1;
}

.service-details::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    left: -190px;
    top: 85px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(50, 98, 128, 0.10) 0%, rgba(50, 98, 128, 0) 68%);
    pointer-events: none;
    z-index: -1;
}

.service-details::after {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    right: -160px;
    bottom: 70px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(211, 229, 245, 0.74) 0%, rgba(211, 229, 245, 0) 70%);
    pointer-events: none;
    z-index: -1;
}

.service-details .container {
    position: relative;
    z-index: 2;
}

.service-details__left {
    position: relative;
    display: block;
}

.service-details__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 28px;
    background: var(--color3);
    border: 1px solid rgba(50, 98, 128, 0.12);
    box-shadow:
        0 28px 70px rgba(16, 26, 41, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
    z-index: 1;
}

.service-details__img::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(237, 251, 255, 0.02) 0%, rgba(50, 98, 128, 0.15) 100%),
        radial-gradient(circle at 26% 18%, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 34%);
    pointer-events: none;
    z-index: 2;
}

.service-details__img::after {
    content: "";
    position: absolute;
    left: 26px;
    bottom: 26px;
    width: 140px;
    height: 48px;
    border-radius: 999px;
    background: rgba(237, 251, 255, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.48);
    backdrop-filter: blur(6px);
    z-index: 3;
}

.service-details__img img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 28px;
    transform: scale(1);
    transition: transform 700ms ease;
}

.service-details__img:hover img {
    transform: scale(1.035);
}

.service-details__content {
    position: relative;
    display: block;
    margin-top: 32px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(50, 98, 128, 0.10);
    border-radius: 26px;
    padding: 34px 34px 36px;
    box-shadow: 0 18px 46px rgba(16, 26, 41, 0.06);
}

.service-details__title-1 {
    color: var(--color1);
    font-size: 46px;
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: -0.3px;
    text-transform: none;
    margin: 0;
}

.service-details__text-1 {
    color: var(--black);
    font-size: 16px;
    line-height: 1.82;
    font-weight: 400;
    margin: 20px 0 22px;
}

.service-details__title-2 {
    position: relative;
    color: var(--color1);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.15px;
    text-transform: none;
    margin: 34px 0 22px;
}

.service-details__title-2::after {
    content: "";
    position: relative;
    display: block;
    width: 68px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3));
    margin-top: 14px;
}

.service-details__points-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin: 26px 0 18px;
}

.service-details__points-list {
    position: relative;
    display: block;
    flex: 1;
    margin: 0;
    padding: 0;
}

.service-details__points-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(237, 251, 255, 0.72);
    border: 1px solid rgba(50, 98, 128, 0.11);
    color: var(--color1);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
}

.service-details__points-list li + li {
    margin-top: 12px;
}

.service-details__points-list li .icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    margin-top: 1px;
}

.service-details__points-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: var(--careon-white);
}

.service-details__text-3 {
    color: var(--black);
    font-size: 16px;
    line-height: 1.82;
    margin: 22px 0 34px;
}

.service-details__title-3 {
    position: relative;
    color: var(--color1);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.15px;
    text-transform: none;
    margin: 0;
}

.service-details__title-3::after {
    content: "";
    position: relative;
    display: block;
    width: 68px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3));
    margin-top: 14px;
}

.service-details__text-4 {
    color: var(--black);
    font-size: 16px;
    line-height: 1.82;
    margin: 23px 0 30px;
}

.service-details__img-box {
    position: relative;
    display: block;
    margin-top: 26px;
}

.service-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(50, 98, 128, 0.12);
    box-shadow: 0 18px 42px rgba(16, 26, 41, 0.08);
}

.service-details__img-box-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 24px;
    transition: transform 600ms ease;
}

.service-details__img-box-img:hover img {
    transform: scale(1.04);
}

.service-details__text-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.service-details__text-list li {
    position: relative;
    display: block;
    color: var(--black);
    font-size: 15.5px;
    line-height: 1.8;
    padding: 15px 18px 15px 22px;
    border-radius: 16px;
    background: rgba(237, 251, 255, 0.68);
    border: 1px solid rgba(50, 98, 128, 0.10);
}

.service-details__text-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 5px;
    height: calc(100% - 32px);
    border-radius: 0 12px 12px 0;
    background: linear-gradient(180deg, var(--color1), var(--color2));
}

.service-details__text-list li + li {
    margin-top: 14px;
}

.service-details__right {
    position: sticky;
    top: 110px;
    display: block;
}

.service-details__services-box {
    position: relative;
    display: block;
    border: 1px solid rgba(50, 98, 128, 0.14);
    border-radius: 26px;
    padding: 34px 32px 32px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(237, 251, 255, 0.78));
    box-shadow:
        0 22px 56px rgba(16, 26, 41, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
    overflow: hidden;
    z-index: 1;
}

.service-details__services-box::before {
    content: "";
    position: absolute;
    right: -78px;
    top: -78px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(211, 229, 245, 0.92) 0%, rgba(211, 229, 245, 0) 72%);
    z-index: -1;
}

.service-details__service-title {
    color: var(--color1);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.15px;
    margin-bottom: 26px;
    text-transform: none;
}

.service-details__service-title::after {
    content: "";
    position: relative;
    display: block;
    width: 64px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3));
    margin-top: 14px;
}

.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(--color1);
    background: rgba(237, 251, 255, 0.78);
    border: 1px solid rgba(50, 98, 128, 0.12);
    padding: 15px 18px;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    text-transform: none;
    overflow: hidden;
    z-index: 1;
    transition: all 400ms ease;
}

.service-details__service-list li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 400ms ease;
    z-index: -1;
}

.service-details__service-list li:hover a,
.service-details__service-list li.active a {
    border-color: transparent;
    color: var(--careon-white);
    transform: translateX(4px);
    box-shadow: 0 14px 30px rgba(50, 98, 128, 0.16);
}

.service-details__service-list li:hover a::before,
.service-details__service-list li.active a::before {
    transform: scaleX(1);
}

.service-details__service-list li a span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    font-size: 10px;
    color: var(--color1);
    background: rgba(255, 255, 255, 0.70);
    transition: all 400ms ease;
}

.service-details__service-list li:hover a span,
.service-details__service-list li.active a span {
    color: var(--color1);
    background: var(--careon-white);
}

.service-details__need-help-inner {
    position: relative;
    display: block;
    border: 1px solid rgba(50, 98, 128, 0.14);
    border-radius: 26px;
    padding: 16px;
    margin-top: 32px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 20px 50px rgba(16, 26, 41, 0.08);
}

.service-details__need-help {
    position: relative;
    display: block;
    border-radius: 22px;
    text-align: center;
    padding: 72px 34px 70px;
    overflow: hidden;
    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(145deg, rgba(50, 98, 128, 0.82), rgba(104, 121, 135, 0.72)),
        rgba(50, 98, 128, 0.55);
    backdrop-filter: blur(6px);
}

.service-details__need-help-title {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.28;
    color: var(--careon-white);
    margin: 0;
}

.service-details__need-help-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    margin: 26px auto 20px;
    box-shadow: 0 16px 36px rgba(16, 26, 41, 0.18);
    transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
    background: var(--careon-white);
    transform: translateY(-4px);
}

.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(--color1);
}

.service-details__need-help-call {
    position: relative;
    display: block;
}

.service-details__need-help-call a {
    font-size: 23px;
    font-weight: 900;
    line-height: 1.6;
    color: var(--careon-white);
    transition: all 350ms ease;
}

.service-details__need-help-call a:hover {
    color: var(--color3);
}

.service-details__download-box {
    position: relative;
    display: block;
    border: 1px solid rgba(50, 98, 128, 0.14);
    border-radius: 26px;
    padding: 32px;
    margin-top: 32px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(237, 251, 255, 0.78));
    box-shadow: 0 22px 56px rgba(16, 26, 41, 0.08);
}

.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: 14px;
}

.service-details__download-list li a {
    position: relative;
    background: rgba(237, 251, 255, 0.82);
    border: 1px solid rgba(50, 98, 128, 0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    font-size: 15px;
    font-weight: 800;
    color: var(--color1);
    padding: 17px 20px;
    border-radius: 18px;
    overflow: hidden;
    z-index: 1;
    transition: all 400ms ease;
}

.service-details__download-list li:hover a {
    color: var(--careon-white);
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(50, 98, 128, 0.16);
}

.service-details__download-list li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    transition: transform 0.45s ease;
    transform-origin: left;
    transform: scaleX(0);
    z-index: -1;
}

.service-details__download-list li:hover a::before {
    transform: scaleX(1);
}

.service-details__download-list li a span {
    font-size: 16px;
    font-weight: 400;
    color: var(--color1);
    transition: all 500ms ease;
}

.service-details__download-list li:hover a span {
    color: var(--careon-white);
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (max-width: 1199px) {
    .service-details {
        padding: 100px 0 95px;
    }

    .service-details__title-1 {
        font-size: 40px;
    }

    .service-details__img img {
        height: 400px;
    }

    .service-details__right {
        position: relative;
        top: auto;
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .service-details {
        padding: 90px 0 85px;
    }

    .service-details__content {
        padding: 30px 26px;
    }

    .service-details__title-1 {
        font-size: 36px;
        line-height: 1.18;
    }

    .service-details__title-2,
    .service-details__title-3 {
        font-size: 25px;
    }

    .service-details__points-box {
        flex-direction: column;
        gap: 12px;
    }

    .service-details__services-box,
    .service-details__download-box {
        padding: 30px 26px;
    }
}

@media (max-width: 767px) {
    .service-details {
        padding: 75px 0 70px;
    }

    .service-details__img {
        border-radius: 24px;
    }

    .service-details__img img {
        height: 310px;
        border-radius: 24px;
    }

    .service-details__img::after {
        display: none;
    }

    .service-details__content {
        margin-top: 26px;
        padding: 26px 20px;
        border-radius: 22px;
        text-align: center;
    }

    .service-details__title-1 {
        font-size: 31px;
        line-height: 1.2;
    }

    .service-details__text-1,
    .service-details__text-3,
    .service-details__text-4 {
        font-size: 14px;
        line-height: 1.75;
    }

    .service-details__title-2,
    .service-details__title-3 {
        font-size: 22px;
        line-height: 1.28;
    }

    .service-details__title-2::after,
    .service-details__title-3::after {
        margin-left: auto;
        margin-right: auto;
    }

    .service-details__points-list li {
        text-align: left;
        font-size: 14px;
    }

    .service-details__img-box-img img {
        height: 230px;
    }

    .service-details__text-list li {
        text-align: left;
        font-size: 14px;
    }

    .service-details__service-title {
        font-size: 24px;
        text-align: center;
    }

    .service-details__service-title::after {
        margin-left: auto;
        margin-right: auto;
    }

    .service-details__service-list li a {
        font-size: 14px;
        padding: 14px 16px;
    }

    .service-details__need-help {
        padding: 58px 24px;
    }

    .service-details__need-help-title {
        font-size: 22px;
    }

    .service-details__need-help-call a {
        font-size: 19px;
    }
}

@media (max-width: 480px) {
    .service-details {
        padding: 65px 0 60px;
    }

    .service-details__img img {
        height: 260px;
    }

    .service-details__content {
        padding: 24px 16px;
    }

    .service-details__title-1 {
        font-size: 28px;
    }

    .service-details__title-2,
    .service-details__title-3 {
        font-size: 20px;
    }

    .service-details__services-box,
    .service-details__download-box {
        padding: 26px 18px;
        border-radius: 22px;
    }

    .service-details__service-list li a {
        align-items: flex-start;
    }

    .service-details__need-help-inner {
        padding: 12px;
        border-radius: 22px;
    }

    .service-details__need-help {
        border-radius: 20px;
        padding: 48px 18px;
    }

    .service-details__need-help-bg,
    .service-details__need-help-bg::before {
        border-radius: 20px;
    }

    .service-details__need-help-icon {
        width: 74px;
        height: 74px;
    }

    .service-details__download-list li a {
        padding: 15px 16px;
        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
--------------------------------------------------------------*/