/*==============================================
    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;
}


/*--------------------------------------------------------------
# Benefits Section - Cardiología
--------------------------------------------------------------*/
.services-two.cardio-benefits-section {
    position: relative;
    display: block;
    padding: 105px 0 145px;
    margin-bottom: 5px;
    overflow: hidden;
    z-index: 1;
    background:
        linear-gradient(180deg, var(--careon-white) 0%, #fbfdff 45%, var(--careon-white) 100%);
}

.services-two.cardio-benefits-section::before {
    content: "";
    position: absolute;
    inset: 24px;
    border-radius: 34px;
    background:
        linear-gradient(120deg, rgba(var(--careon-black-rgb), .028) 0 1px, transparent 1px 100%),
        linear-gradient(180deg, rgba(var(--careon-white-rgb), .98), rgba(var(--careon-extra-rgb), .48));
    background-size: 46px 46px, 100% 100%;
    border: 1px solid rgba(var(--careon-black-rgb), .05);
    pointer-events: none;
    z-index: -2;
}

.cardio-benefits-bg-line {
    position: absolute;
    left: 50%;
    top: 54%;
    width: 88%;
    height: 120px;
    transform: translate(-50%, -50%);
    opacity: .17;
    pointer-events: none;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='1200' height='120' viewBox='0 0 1200 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 66 H150 L172 66 L190 34 L218 98 L246 66 H405 L430 66 L448 42 L474 88 L502 66 H710 L735 66 L752 35 L780 101 L808 66 H1200' fill='none' stroke='%23132f4e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' opacity='.22'/%3E%3Cpath d='M0 70 H150 L172 70 L190 38 L218 102 L246 70 H405 L430 70 L448 46 L474 92 L502 70 H710 L735 70 L752 39 L780 105 L808 70 H1200' fill='none' stroke='%23b21d21' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='.16'/%3E%3C/svg%3E");
}

@media (min-width: 1200px) {
    .cardio-benefits-section .container {
        max-width: 1180px;
    }
}

/*--------------------------------------------------------------
# Benefits Heading
--------------------------------------------------------------*/
.cardio-benefits-heading {
    position: relative;
    max-width: 880px;
    margin: 0 auto 48px;
}

.cardio-benefits-heading__title,
.cardio-benefits-heading .section-title-two__title {
    position: relative;
    display: inline-block;
    margin: 0;
    color: var(--color1);
    font-size: 42px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.6px;
    padding-bottom: 18px;
}

.cardio-benefits-heading__title::before,
.cardio-benefits-heading .section-title-two__title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 94px;
    height: 3px;
    border-radius: 50px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(var(--careon-black-rgb), .16), var(--color1), rgba(var(--careon-black-rgb), .16));
}

.cardio-benefits-heading__title::after,
.cardio-benefits-heading .section-title-two__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    transform: translateX(-50%);
    background-color: var(--color2);
    box-shadow: 0 0 0 7px rgba(var(--careon-base-rgb), .08);
}

.cardio-benefits-heading__tagline,
.cardio-benefits-heading .section-title-two__tagline {
    position: relative;
    display: inline-block;
    max-width: 760px;
    margin: 20px auto 0;
    padding: 12px 24px;
    color: var(--color2);
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    border-radius: 14px;
    background-color: rgba(var(--careon-white-rgb), .95);
    border: 1px solid rgba(var(--careon-black-rgb), .10);
    box-shadow: 0 12px 32px rgba(var(--careon-black-rgb), .045);
}

/*--------------------------------------------------------------
# Benefits Inner
--------------------------------------------------------------*/
.cardio-benefits-inner {
    position: relative;
    display: block;
    padding: 22px;
    border-radius: 30px;
    border: 1px solid rgba(var(--careon-black-rgb), .07);
    background-color: rgba(var(--careon-white-rgb), .94);
    box-shadow: 0 28px 85px rgba(var(--careon-black-rgb), .075);
    backdrop-filter: blur(10px);
}

.cardio-benefits-inner::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 24px;
    border: 1px solid rgba(var(--careon-black-rgb), .04);
    pointer-events: none;
}

.cardio-benefits-list {
    position: relative;
    margin: 0;
    row-gap: 24px;
}

.cardio-benefits-item {
    position: relative;
    display: flex;
}

/*--------------------------------------------------------------
# Benefits Card
--------------------------------------------------------------*/
.cardio-benefits-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 38px 28px 36px;
    border-radius: 24px;
    background-color: var(--careon-white);
    border: 1px solid rgba(var(--careon-black-rgb), .075);
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    overflow: hidden;
    transition: transform 350ms ease, box-shadow 350ms ease, border-color 350ms ease;
}

.cardio-benefits-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 3px;
    border-radius: 0 0 50px 50px;
    background: linear-gradient(90deg, transparent, rgba(var(--careon-base-rgb), .50), transparent);
    opacity: .65;
}

.cardio-benefits-card::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 0;
    height: 3px;
    border-radius: 50px 50px 0 0;
    background: linear-gradient(90deg, transparent, rgba(var(--careon-base-rgb), .65), transparent);
    opacity: 0;
    transition: opacity 350ms ease;
}

.cardio-benefits-card:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--careon-base-rgb), .22);
    box-shadow: 0 26px 62px rgba(var(--careon-black-rgb), .10);
}

.cardio-benefits-card:hover::after {
    opacity: 1;
}

/*--------------------------------------------------------------
# Benefits Icon - destacado
--------------------------------------------------------------*/
.cardio-benefits-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 104px;
    min-width: 104px;
    margin: 0 auto 26px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, var(--careon-white), var(--careon-extra));
    border: 1px solid rgba(var(--careon-black-rgb), .08);
    box-shadow:
        0 18px 38px rgba(var(--careon-black-rgb), .09),
        inset 0 0 0 9px rgba(var(--careon-extra-rgb), .72);
    z-index: 1;
    transition: transform 350ms ease, border-radius 350ms ease, box-shadow 350ms ease;
}

.cardio-benefits-icon::before {
    content: "";
    position: absolute;
    inset: -9px;
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(var(--careon-base-rgb), .18), rgba(var(--careon-black-rgb), .075));
    z-index: -2;
    opacity: .78;
    transition: opacity 350ms ease, transform 350ms ease, border-radius 350ms ease;
}

.cardio-benefits-icon::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 22px;
    background: #fbfdff;
    z-index: -1;
    transition: background 350ms ease;
}

.cardio-benefits-icon img {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    max-width: 60px;
    object-fit: contain;
    z-index: 2;
    filter: drop-shadow(0 8px 13px rgba(var(--careon-black-rgb), .18));
    transition: transform 350ms ease, filter 350ms ease;
}

.cardio-benefits-card:hover .cardio-benefits-icon {
    transform: translateY(-3px) scale(1.05);
    border-radius: 50%;
    box-shadow:
        0 22px 44px rgba(var(--careon-black-rgb), .12),
        inset 0 0 0 9px rgba(var(--careon-primary-rgb), .85);
}

.cardio-benefits-card:hover .cardio-benefits-icon::before {
    opacity: 1;
    transform: scale(1.06);
    border-radius: 50%;
}

.cardio-benefits-card:hover .cardio-benefits-icon img {
    transform: scale(1.1);
    filter: drop-shadow(0 11px 16px rgba(var(--careon-base-rgb), .25));
}

/*--------------------------------------------------------------
# Benefits Text
--------------------------------------------------------------*/
.cardio-benefits-card__title,
.cardio-benefits-card .services-two__title {
    position: relative;
    margin: 0 0 17px;
    color: var(--color1);
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: -0.2px;
}

.cardio-benefits-card__title::after,
.cardio-benefits-card .services-two__title::after {
    content: "";
    display: block;
    width: 38px;
    height: 2px;
    margin: 14px auto 0;
    border-radius: 50px;
    background-color: rgba(var(--careon-base-rgb), .34);
}

.cardio-benefits-card__text,
.cardio-benefits-card .services-two__text {
    margin: 0;
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Separación con la siguiente sección
--------------------------------------------------------------*/
.cardio-benefits-section + section {
    margin-top: 60px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1199px) {
    .services-two.cardio-benefits-section {
        padding: 92px 0 125px;
        margin-bottom: 35px;
    }

    .cardio-benefits-heading__title,
    .cardio-benefits-heading .section-title-two__title {
        font-size: 38px;
    }

    .cardio-benefits-card {
        padding: 34px 23px 32px;
    }

    .cardio-benefits-card__title,
    .cardio-benefits-card .services-two__title {
        font-size: 21px;
        line-height: 29px;
    }
}

@media (max-width: 991px) {
    .services-two.cardio-benefits-section {
        padding: 82px 0 115px;
        margin-bottom: 30px;
    }

    .services-two.cardio-benefits-section::before {
        inset: 12px;
        border-radius: 24px;
    }

    .cardio-benefits-bg-line {
        opacity: .14;
    }

    .cardio-benefits-inner {
        padding: 16px;
        border-radius: 24px;
    }

    .cardio-benefits-list {
        row-gap: 20px;
    }

    .cardio-benefits-card {
        padding: 34px 22px 32px;
    }

    .cardio-benefits-section + section {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {
    .services-two.cardio-benefits-section {
        padding: 70px 0 100px;
        margin-bottom: 25px;
    }

    .cardio-benefits-heading {
        margin-bottom: 36px;
    }

    .cardio-benefits-heading__title,
    .cardio-benefits-heading .section-title-two__title {
        font-size: 32px;
        line-height: 1.15;
    }

    .cardio-benefits-heading__tagline,
    .cardio-benefits-heading .section-title-two__tagline {
        padding: 11px 16px;
        font-size: 16px;
        line-height: 25px;
    }

    .cardio-benefits-inner {
        padding: 13px;
        border-radius: 22px;
    }

    .cardio-benefits-list {
        row-gap: 18px;
    }

    .cardio-benefits-card {
        padding: 32px 20px 30px;
        border-radius: 20px;
    }

    .cardio-benefits-icon {
        width: 92px;
        height: 92px;
        min-width: 92px;
        border-radius: 24px;
        margin-bottom: 24px;
    }

    .cardio-benefits-icon img {
        width: 54px;
        height: 54px;
        max-width: 54px;
    }

    .cardio-benefits-card__title,
    .cardio-benefits-card .services-two__title {
        font-size: 20px;
        line-height: 28px;
    }

    .cardio-benefits-card__text,
    .cardio-benefits-card .services-two__text {
        font-size: 16px;
        line-height: 27px;
    }

    .cardio-benefits-section + section {
        margin-top: 35px;
    }
}

@media (max-width: 480px) {
    .services-two.cardio-benefits-section {
        padding: 65px 0 90px;
    }

    .cardio-benefits-heading__title,
    .cardio-benefits-heading .section-title-two__title {
        font-size: 29px;
    }

    .cardio-benefits-card {
        padding: 30px 18px 28px;
    }

    .cardio-benefits-icon {
        width: 86px;
        height: 86px;
        min-width: 86px;
    }

    .cardio-benefits-icon img {
        width: 50px;
        height: 50px;
        max-width: 50px;
    }
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.services-five {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 90px;
    z-index: 1;
}

.services-five__single {
    position: relative;
    display: block;
    border: 1px solid var(--careon-extra);
    border-radius: 10px;
    padding: 59px 39px 59px;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-five__single:hover {
    border: 1px solid var(--careon-primary);
}

.services-five__count {
    position: absolute;
    top: 63px;
    right: 41px;
}

.services-five__count:before {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: rgba(var(--careon-black-rgb), .20);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.services-five__icon {
    position: relative;
    display: flex;
    align-items: center;
}

.services-five__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--careon-primary);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.services-five__single:hover .services-five__icon span {
    transform: rotateY(360deg);
    color: var(--careon-base);
}

.services-five__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    margin-top: 42px;
    margin-bottom: 24px;
}

.services-five__title a {
    color: var(--careon-black);
}

.services-five__title a:hover {
    color: var(--careon-base);
}

.services-five__text {
    margin-bottom: 31px;
}

.services-five__btn-box {
    position: relative;
    display: block;
}

.services-five__btn-box .thm-btn {
    background-color: var(--careon-extra);
    padding: 21px 30px 21px;
    color: var(--careon-black);
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
    position: relative;
    display: block;
    padding: 105px 0 125px;
    overflow: hidden;
    z-index: 1;
    background:
        linear-gradient(135deg, rgba(var(--careon-extra-rgb), .70) 0%, var(--careon-white) 32%, var(--careon-white) 68%, rgba(var(--careon-extra-rgb), .80) 100%);
}

.service-details::before {
    content: "";
    position: absolute;
    inset: 24px;
    border-radius: 34px;
    background:
        linear-gradient(120deg, rgba(var(--careon-black-rgb), .045) 0 1px, transparent 1px 100%),
        linear-gradient(180deg, rgba(var(--careon-white-rgb), .95), rgba(var(--careon-white-rgb), .72));
    background-size: 42px 42px, 100% 100%;
    border: 1px solid rgba(var(--careon-black-rgb), .06);
    pointer-events: none;
    z-index: -2;
}

.service-details::after {
    content: "";
    position: absolute;
    top: 44%;
    left: 5%;
    width: 90%;
    height: 120px;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: .24;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='1200' height='120' viewBox='0 0 1200 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 70 H180 L205 70 L222 38 L248 98 L275 70 H420 L445 70 L462 45 L488 90 L515 70 H720 L745 70 L762 34 L790 102 L818 70 H1200' fill='none' stroke='%23132f4e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' opacity='.22'/%3E%3Cpath d='M0 72 H180 L205 72 L222 40 L248 100 L275 72 H420 L445 72 L462 47 L488 92 L515 72 H720 L745 72 L762 36 L790 104 L818 72 H1200' fill='none' stroke='%23b21d21' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='.18'/%3E%3C/svg%3E");
}

@media (min-width: 1200px) {
    .service-details .container {
        max-width: 1200px;
    }
}

.service-details__left {
    position: relative;
    display: block;
    padding: 16px;
    border-radius: 30px;
    background-color: rgba(var(--careon-white-rgb), .96);
    border: 1px solid rgba(var(--careon-black-rgb), .075);
    box-shadow:
        0 26px 76px rgba(var(--careon-black-rgb), .08),
        inset 0 1px 0 rgba(var(--careon-white-rgb), .90);
    overflow: hidden;
}

.service-details__left::before {
    content: "";
    position: absolute;
    left: 34px;
    right: 34px;
    top: 0;
    height: 4px;
    border-radius: 0 0 50px 50px;
    background: linear-gradient(90deg, transparent, rgba(var(--careon-base-rgb), .58), transparent);
    z-index: 3;
}

.service-details__left::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(var(--careon-base-rgb), .075) 0 35%, transparent 36%),
        linear-gradient(135deg, rgba(var(--careon-base-rgb), .04), rgba(var(--careon-black-rgb), .035));
    pointer-events: none;
}

.service-details__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 24px;
    background-color: var(--careon-extra);
    box-shadow: 0 16px 40px rgba(var(--careon-black-rgb), .09);
    z-index: 2;
}

.service-details__img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(var(--careon-black-rgb), .18) 100%);
    z-index: 1;
    pointer-events: none;
}

.service-details__img::after {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 19px;
    border: 1px solid rgba(var(--careon-white-rgb), .58);
    z-index: 2;
    pointer-events: none;
}

.service-details__img img {
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    transition: transform 700ms ease, filter 500ms ease;
}

.service-details__img:hover img {
    transform: scale(1.035);
    filter: saturate(1.04) contrast(1.03);
}

.service-details__content {
    position: relative;
    display: block;
    margin-top: 30px;
    padding: 20px 10px 12px;
    z-index: 2;
}

.service-details__title-1 {
    position: relative;
    display: inline-block;
    margin: 0;
    color: var(--color1);
    font-size: 44px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.7px;
    padding-bottom: 18px;
}

.service-details__title-1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 96px;
    height: 3px;
    border-radius: 50px;
    background: linear-gradient(90deg, var(--color2), rgba(var(--careon-base-rgb), .18));
}

.service-details__title-1::after {
    content: "";
    position: absolute;
    left: 106px;
    bottom: -3px;
    width: 30px;
    height: 3px;
    border-radius: 50px;
    background-color: rgba(var(--careon-black-rgb), .16);
}

.service-details__text-1 {
    margin: 24px 0 22px;
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
}

.service-details__title-2 {
    position: relative;
    display: inline-block;
    margin: 36px 0 24px;
    color: var(--color1);
    font-size: 26px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: -0.3px;
    padding-left: 16px;
}

.service-details__title-2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 4px;
    border-radius: 50px;
    background-color: var(--color2);
}

.service-details__points-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 24px;
    margin: 4px 0 30px;
    border-radius: 22px;
    background-color: rgba(var(--careon-white-rgb), .98);
    border: 1px solid rgba(var(--careon-black-rgb), .075);
    box-shadow: 0 14px 34px rgba(var(--careon-black-rgb), .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;
    padding: 12px 0;
}

.service-details__points-list li + li {
    margin-top: 0;
    border-top: 1px solid rgba(var(--careon-black-rgb), .06);
}

.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-color: rgba(var(--careon-base-rgb), .08);
}

.service-details__points-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 11px;
    color: var(--color2);
    line-height: 1;
}

.service-details__points-list li p {
    margin: 0;
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.service-details__text-3 {
    margin: 24px 0 36px;
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
}

.service-details__title-3 {
    position: relative;
    display: inline-block;
    color: var(--color1);
    font-size: 26px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: -0.3px;
    padding-left: 16px;
}

.service-details__title-3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 4px;
    border-radius: 50px;
    background-color: var(--color2);
}

.service-details__text-4 {
    margin: 24px 0 32px;
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
}

.service-details__img-box {
    position: relative;
    display: block;
    margin-top: 12px;
}

.service-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 22px;
    background-color: var(--careon-extra);
    box-shadow: 0 14px 34px rgba(var(--careon-black-rgb), .075);
}

.service-details__img-box-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(var(--careon-black-rgb), .16) 100%);
    z-index: 1;
    pointer-events: none;
}

.service-details__img-box-img img {
    width: 100%;
    min-height: 240px;
    object-fit: cover;
    border-radius: 22px;
    display: block;
    transition: transform 700ms ease;
}

.service-details__img-box-img:hover img {
    transform: scale(1.04);
}

.service-details__text-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 24px;
    border-radius: 22px;
    background-color: rgba(var(--careon-extra-rgb), .52);
    border: 1px solid rgba(var(--careon-black-rgb), .065);
}

.service-details__text-list li {
    position: relative;
    display: block;
    padding-left: 22px;
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.service-details__text-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color2);
    box-shadow: 0 0 0 6px rgba(var(--careon-base-rgb), .08);
}

.service-details__text-list li + li {
    margin-top: 17px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.service-details__right {
    position: relative;
    display: block;
    margin-left: 24px;
    position: sticky;
    top: 110px;
}

.service-details__services-box {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-black-rgb), .075);
    border-radius: 28px;
    padding: 34px;
    background-color: rgba(var(--careon-white-rgb), .98);
    box-shadow:
        0 24px 70px rgba(var(--careon-black-rgb), .075),
        inset 0 1px 0 rgba(var(--careon-white-rgb), .92);
    overflow: hidden;
}

.service-details__services-box::before {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    height: 4px;
    border-radius: 0 0 50px 50px;
    background: linear-gradient(90deg, transparent, rgba(var(--careon-base-rgb), .58), transparent);
}

.service-details__services-box::after {
    content: "";
    position: absolute;
    right: -58px;
    bottom: -58px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(var(--careon-base-rgb), .065) 0 35%, transparent 36%),
        linear-gradient(135deg, rgba(var(--careon-base-rgb), .035), rgba(var(--careon-black-rgb), .03));
    pointer-events: none;
}

.service-details__service-title {
    position: relative;
    margin: 0 0 28px;
    color: var(--color1);
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: -0.4px;
    padding-bottom: 16px;
    z-index: 2;
}

.service-details__service-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 78px;
    height: 3px;
    border-radius: 50px;
    background: linear-gradient(90deg, var(--color2), rgba(var(--careon-base-rgb), .18));
}

.service-details__service-list {
    position: relative;
    display: block;
    margin: 0;
    z-index: 2;
}

.service-details__service-list li {
    position: relative;
    display: block;
}

.service-details__service-list li + li {
    margin-top: 12px;
}

.service-details__service-list li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--color1);
    background-color: rgba(var(--careon-extra-rgb), .72);
    border: 1px solid rgba(var(--careon-black-rgb), .065);
    padding: 15px 20px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    overflow: hidden;
    z-index: 1;
    transition: all 350ms ease;
}

.service-details__service-list li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color1), var(--color6));
    transform: translateX(-101%);
    transition: transform 350ms ease;
    z-index: -1;
}

.service-details__service-list li:hover a,
.service-details__service-list li.active a {
    border-color: rgba(var(--careon-black-rgb), .08);
    background-color: transparent;
    color: var(--careon-white);
    box-shadow: 0 12px 28px rgba(var(--careon-black-rgb), .10);
}

.service-details__service-list li:hover a::before,
.service-details__service-list li.active a::before {
    transform: translateX(0);
}

.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(--color2);
    background-color: var(--careon-white);
    transition: all 350ms ease;
}

.service-details__service-list li:hover a span,
.service-details__service-list li.active a span {
    color: var(--color2);
    background-color: var(--careon-white);
    transform: rotate(90deg);
}

/*--------------------------------------------------------------
# Need Help
--------------------------------------------------------------*/
.service-details__need-help-inner {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-black-rgb), .075);
    border-radius: 28px;
    padding: 14px;
    margin-top: 30px;
    background-color: rgba(var(--careon-white-rgb), .98);
    box-shadow: 0 22px 64px rgba(var(--careon-black-rgb), .075);
}

.service-details__need-help {
    position: relative;
    display: block;
    border-radius: 22px;
    text-align: center;
    padding: 72px 34px;
    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(135deg, rgba(var(--careon-black-rgb), .88), rgba(var(--careon-base-rgb), .72));
    backdrop-filter: blur(3px);
}

.service-details__need-help::before {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    height: 4px;
    border-radius: 0 0 50px 50px;
    background: linear-gradient(90deg, transparent, rgba(var(--careon-white-rgb), .70), transparent);
    z-index: 2;
}

.service-details__need-help-title {
    position: relative;
    margin: 0;
    color: var(--careon-white);
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
    z-index: 2;
}

.service-details__need-help-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    background-color: var(--careon-white);
    border-radius: 50%;
    margin: 28px auto 20px;
    box-shadow:
        0 16px 34px rgba(var(--careon-black-rgb), .20),
        0 0 0 10px rgba(var(--careon-white-rgb), .12);
    transition: all 350ms ease;
    z-index: 2;
}

.service-details__need-help-icon:hover {
    background-color: var(--color2);
    transform: translateY(-3px) scale(1.04);
}

.service-details__need-help-icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: var(--color2);
    line-height: 1;
    transition: all 350ms ease;
}

.service-details__need-help-icon:hover span {
    color: var(--careon-white);
}

.service-details__need-help-call {
    position: relative;
    display: block;
    z-index: 2;
}

.service-details__need-help-call a {
    display: inline-block;
    color: var(--careon-white);
    font-size: 22px;
    font-weight: 800;
    line-height: 34px;
    transition: color 300ms ease;
}

.service-details__need-help-call a:hover {
    color: var(--careon-primary);
}

/*--------------------------------------------------------------
# Download Box
--------------------------------------------------------------*/
.service-details__download-box {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-black-rgb), .075);
    border-radius: 28px;
    padding: 32px;
    margin-top: 30px;
    background-color: rgba(var(--careon-white-rgb), .98);
    box-shadow: 0 22px 64px rgba(var(--careon-black-rgb), .075);
    overflow: hidden;
}

.service-details__download-box::before {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    height: 4px;
    border-radius: 0 0 50px 50px;
    background: linear-gradient(90deg, transparent, rgba(var(--careon-base-rgb), .58), transparent);
}

.service-details__download-list {
    position: relative;
    display: block;
    margin: 0;
    z-index: 2;
}

.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-color: rgba(var(--careon-extra-rgb), .72);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--color1);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 17px 20px 17px 58px;
    border-radius: 16px;
    border: 1px solid rgba(var(--careon-black-rgb), .065);
    overflow: hidden;
    z-index: 1;
    transition: all 350ms ease;
}

.service-details__download-list li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color2), #8f171a);
    transform: translateY(101%);
    transition: transform 350ms ease;
    z-index: -1;
}

.service-details__download-list li a::after {
    content: "\f019";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: var(--careon-white);
    color: var(--color2);
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    box-shadow: 0 8px 18px rgba(var(--careon-black-rgb), .08);
}

.service-details__download-list li:hover a {
    color: var(--careon-white);
    border-color: rgba(var(--careon-base-rgb), .30);
    box-shadow: 0 14px 32px rgba(var(--careon-base-rgb), .16);
}

.service-details__download-list li:hover a::before {
    transform: translateY(0);
}

.service-details__download-list li a span {
    font-size: 16px;
    font-weight: 400;
    color: var(--color2);
    transition: all 350ms ease;
}

.service-details__download-list li:hover a span {
    color: var(--careon-white);
    transform: translateY(2px);
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1199px) {
    .service-details {
        padding: 92px 0 112px;
    }

    .service-details__title-1 {
        font-size: 38px;
        line-height: 1.15;
    }

    .service-details__right {
        margin-left: 10px;
    }

    .service-details__services-box,
    .service-details__download-box {
        padding: 28px;
    }

    .service-details__need-help {
        padding: 64px 28px;
    }
}

@media (max-width: 991px) {
    .service-details {
        padding: 78px 0 98px;
    }

    .service-details::before {
        inset: 12px;
        border-radius: 24px;
    }

    .service-details::after {
        left: 50%;
        width: 92%;
        transform: translate(-50%, -50%);
        opacity: .18;
    }

    .service-details__left {
        margin-bottom: 42px;
    }

    .service-details__right {
        margin-left: 0;
        position: relative;
        top: auto;
    }

    .service-details__img img {
        min-height: 380px;
    }

    .service-details__points-box {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 767px) {
    .service-details {
        padding: 68px 0 88px;
    }

    .service-details::after {
        opacity: .13;
    }

    .service-details__left {
        padding: 12px;
        border-radius: 24px;
    }

    .service-details__img {
        border-radius: 20px;
    }

    .service-details__img img {
        min-height: 320px;
        border-radius: 20px;
    }

    .service-details__content {
        padding: 18px 6px 8px;
    }

    .service-details__title-1 {
        font-size: 32px;
        line-height: 1.15;
    }

    .service-details__title-2,
    .service-details__title-3 {
        font-size: 23px;
        line-height: 31px;
    }

    .service-details__points-box {
        padding: 20px;
        border-radius: 18px;
    }

    .service-details__img-box-img img {
        min-height: 210px;
    }

    .service-details__text-list {
        padding: 20px;
    }

    .service-details__services-box,
    .service-details__download-box {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .service-details__service-title {
        font-size: 24px;
        line-height: 32px;
    }

    .service-details__need-help-inner {
        border-radius: 22px;
        padding: 12px;
    }

    .service-details__need-help {
        padding: 56px 22px;
        border-radius: 18px;
    }

    .service-details__need-help-bg,
    .service-details__need-help-bg::before {
        border-radius: 18px;
    }

    .service-details__download-list li a {
        padding: 16px 18px 16px 56px;
    }
}

@media (max-width: 480px) {
    .service-details {
        padding: 62px 0 82px;
    }

    .service-details__title-1 {
        font-size: 29px;
    }

    .service-details__img img {
        min-height: 280px;
    }

    .service-details__points-list li {
        gap: 10px;
    }

    .service-details__service-list li a {
        padding: 14px 16px;
        font-size: 15px;
    }

    .service-details__need-help-title {
        font-size: 21px;
        line-height: 30px;
    }

    .service-details__need-help-call a {
        font-size: 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
--------------------------------------------------------------*/