/*==============================================
    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 Medicina Estética
--------------------------------------------------------------*/

.services-five {
    position: relative;
    display: block;
    padding: 125px 0 115px;
    overflow: hidden;
    z-index: 1;
    background:
        radial-gradient(circle at 8% 8%, rgba(206, 146, 136, 0.16) 0%, transparent 30%),
        radial-gradient(circle at 94% 80%, rgba(206, 146, 136, 0.18) 0%, transparent 28%),
        linear-gradient(135deg, #fff 0%, #fff8f5 46%, #fdf0eb 100%);
}

.services-five::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 13px;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3));
    z-index: -1;
}

.services-five__shape-one {
    position: absolute;
    top: 55px;
    left: -90px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(156, 95, 85, 0.07);
    border: 1px solid rgba(156, 95, 85, 0.12);
    z-index: -1;
}

.services-five__shape-two {
    position: absolute;
    right: -115px;
    bottom: 70px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(206, 146, 136, 0.14);
    z-index: -1;
}

.services-five__shape-three {
    position: absolute;
    top: 44%;
    left: 50%;
    width: 210px;
    height: 210px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(249, 231, 224, 0.60);
    filter: blur(6px);
    z-index: -1;
}

/*--------------------------------------------------------------
# Título
--------------------------------------------------------------*/

.services-five .section-title-three {
    position: relative;
    max-width: 900px;
    margin: 0 auto 72px;
}

.services-five__eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 10px 20px;
    border-radius: 100px;
    background: rgba(249, 231, 224, 0.96);
    color: var(--color1);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    box-shadow: 0 12px 32px rgba(156, 95, 85, 0.08);
}

.services-five__eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color2);
    box-shadow: 0 0 0 6px rgba(206, 146, 136, 0.22);
}

.services-five .section-title-three__title {
    margin: 0;
    color: var(--color1);
    font-size: 42px;
    line-height: 1.4;
    font-weight: 900;
    letter-spacing: -1px;
}

.services-five .section-title-three__tagline {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    max-width: 760px;
    margin: 18px auto 0;
    padding: 9px 18px;
    border-radius: 100px;
    background: rgba(249, 231, 224, 0.96);
    color: var(--color1);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    box-shadow: 0 12px 32px rgba(156, 95, 85, 0.08);
    border: 1px solid rgba(206, 146, 136, 0.18);
}

.services-five .section-title-three__tagline::before {
    content: "";
    min-width: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color2);
    box-shadow: 0 0 0 6px rgba(206, 146, 136, 0.22);
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/

.services-five__grid {
    row-gap: 36px;
}

.services-five__grid > [class*="col-"] {
    display: flex;
}

/*--------------------------------------------------------------
# Tarjetas
--------------------------------------------------------------*/

.services-five__single {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 355px;
    padding: 36px 32px 38px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(206, 146, 136, 0.24);
    box-shadow: 0 18px 45px rgba(156, 95, 85, 0.08);
    overflow: hidden;
    transition: all 500ms ease;
    backdrop-filter: blur(10px);
}

.services-five__single::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(249, 231, 224, 0.46), rgba(255, 255, 255, 0.10)),
        radial-gradient(circle at top right, rgba(206, 146, 136, 0.18), transparent 35%);
    opacity: 0;
    transition: opacity 500ms ease;
    z-index: -1;
}

.services-five__single::after {
    content: "";
    position: absolute;
    top: -82px;
    right: -82px;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: rgba(249, 231, 224, 0.78);
    transition: all 500ms ease;
    z-index: -1;
}

.services-five__single:hover {
    transform: translateY(-10px);
    border-color: rgba(156, 95, 85, 0.35);
    box-shadow: 0 30px 75px rgba(156, 95, 85, 0.16);
}

.services-five__single:hover::before {
    opacity: 1;
}

.services-five__single:hover::after {
    top: -55px;
    right: -55px;
    background: rgba(206, 146, 136, 0.22);
}

/*--------------------------------------------------------------
# Superior de tarjeta
--------------------------------------------------------------*/

.services-five__top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 38px;
    z-index: 2;
}

.services-five__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 23px;
    background:
        linear-gradient(135deg, rgba(249, 231, 224, 0.98), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(206, 146, 136, 0.30);
    box-shadow: 0 16px 36px rgba(156, 95, 85, 0.10);
    transition: all 500ms ease;
}

.services-five__icon::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 17px;
    background: linear-gradient(135deg, rgba(206, 146, 136, 0.20), rgba(249, 231, 224, 0.44));
    z-index: 0;
}

.services-five__icon img {
    position: relative;
    max-width: 45px;
    max-height: 45px;
    object-fit: contain;
    z-index: 1;
    transition: all 500ms ease;
}

.services-five__single:hover .services-five__icon {
    background: linear-gradient(135deg, var(--color1), var(--color2));
    transform: rotateY(180deg);
}

.services-five__single:hover .services-five__icon img {
    transform: rotateY(180deg) scale(1.05);
    filter: brightness(0) invert(1);
}

.services-five__count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-five__count span {
    position: relative;
    display: inline-block;
    color: rgba(156, 95, 85, 0.13);
    font-size: 56px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
    transition: all 500ms ease;
}

.services-five__single:hover .services-five__count span {
    color: rgba(156, 95, 85, 0.30);
    transform: scale(1.08);
}

/*--------------------------------------------------------------
# Contenido
--------------------------------------------------------------*/

.services-five__content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    z-index: 2;
}

.services-five__title {
    margin: 0 0 20px;
    color: var(--color1);
    font-size: 21px;
    font-weight: 900;
    line-height: 1.38;
    text-transform: none;
    transition: all 400ms ease;
}

.services-five__text {
    margin: 0;
    color: rgba(16, 26, 41, 0.72);
    font-size: 15px;
    line-height: 1.9;
    font-weight: 400;
}

.services-five__bottom-line {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 0;
    height: 4px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 500ms ease;
}

.services-five__single:hover .services-five__bottom-line {
    transform: scaleX(1);
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {
    .services-five {
        padding: 105px 0 90px;
    }

    .services-five .section-title-three {
        margin-bottom: 60px;
    }

    .services-five .section-title-three__title {
        font-size: 38px;
    }

    .services-five__single {
        min-height: 345px;
        padding: 32px 26px 36px;
    }

    .services-five__title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .services-five {
        padding: 90px 0 75px;
    }

    .services-five__grid {
        row-gap: 30px;
    }

    .services-five .section-title-three {
        margin-bottom: 52px;
    }

    .services-five .section-title-three__title {
        font-size: 34px;
    }

    .services-five__single {
        min-height: 330px;
    }
}

@media only screen and (max-width: 767px) {
    .services-five {
        padding: 80px 0 65px;
    }

    .services-five .section-title-three {
        margin-bottom: 44px;
    }

    .services-five .section-title-three__title {
        font-size: 30px;
        letter-spacing: -0.4px;
    }

    .services-five .section-title-three__tagline {
        padding: 8px 14px;
        font-size: 10px;
        line-height: 1.45;
        letter-spacing: 0.45px;
        white-space: normal;
        text-align: center;
    }

    .services-five .section-title-three__tagline::before {
        min-width: 7px;
        width: 7px;
        height: 7px;
        box-shadow: 0 0 0 5px rgba(206, 146, 136, 0.20);
    }

    .services-five__eyebrow {
        font-size: 11px;
        padding: 8px 14px;
    }

    .services-five__single {
        min-height: auto;
        padding: 30px 24px 34px;
        border-radius: 24px;
    }

    .services-five__top {
        margin-bottom: 30px;
    }

    .services-five__icon {
        width: 68px;
        height: 68px;
        border-radius: 20px;
    }

    .services-five__icon img {
        max-width: 40px;
        max-height: 40px;
    }

    .services-five__count span {
        font-size: 45px;
    }

    .services-five__title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .services-five__text {
        font-size: 14px;
        line-height: 1.8;
    }
}

@media only screen and (max-width: 480px) {
    .services-five .section-title-three__title {
        font-size: 27px;
    }

    .services-five__single {
        padding: 28px 21px 32px;
    }

    .services-five__top {
        align-items: center;
    }

    .services-five__count span {
        font-size: 40px;
    }

    .services-five__title {
        font-size: 19px;
    }

    .services-five__bottom-line {
        left: 22px;
        right: 22px;
    }
}
/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
    position: relative;
    display: block;
    padding: 120px 0 113px;
    z-index: 1;
}

.service-details__left {
    position: relative;
    display: block;
}

.service-details__img {
    position: relative;
    display: block;
}

.service-details__img img {
    width: 100%;
    border-radius: var(--careon-bdr-radius);
}

.service-details__content {
    position: relative;
    display: block;
    margin-top: 27px;
}

.service-details__title-1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}

.service-details__text-1 {
    margin: 19px 0 20px;
}

.service-details__title-2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin: 33px 0 23px;
}

.service-details__points-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
}

.service-details__points-list {
    position: relative;
    display: block;
}

.service-details__points-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.service-details__points-list li+li {
    margin-top: 15px;
}

.service-details__points-list li .icon {
    position: relative;
    display: inline-block;
}

.service-details__points-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 11px;
    color: var(--careon-primary);
}

.service-details__text-3 {
    margin: 20px 0 33px;
}

.service-details__title-3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.service-details__text-4 {
    margin: 23px 0 30px;
}

.service-details__img-box {
    position: relative;
    display: block;
}

.service-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-details__img-box-img img {
    width: 100%;
    border-radius: var(--careon-bdr-radius);
}

.service-details__text-list {
    position: relative;
    display: block;
}

.service-details__text-list li {
    position: relative;
    display: block;
}

.service-details__text-list li+li {
    margin-top: 17px;
}

.service-details__right {
    position: relative;
    display: block;
}

.service-details__services-box {
    position: relative;
    display: block;
    border: 2px solid var(--careon-bdr-color);
    border-radius: var(--careon-bdr-radius);
    padding: 39px 39px 39px;
}

.service-details__service-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
}

.service-details__service-list {
    position: relative;
    display: block;
}

.service-details__service-list li {
    position: relative;
    display: block;
}

.service-details__service-list li+li {
    margin-top: 20px;
}

.service-details__service-list li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--careon-gray);
    background-color: var(--careon-extra);
    border: 1px solid transparent;
    padding: 15px 30px 15px;
    border-radius: 30px;
}

.service-details__service-list li:hover a {
    border: 1px solid var(--careon-base);
    background-color: var(--careon-base);
    color: var(--careon-white);
}

.service-details__service-list li.active a {
    border: 1px solid var(--careon-base);
    background-color: var(--careon-base);
    color: var(--careon-white);
}

.service-details__service-list li a span {
    position: relative;
    font-size: 11px;
    color: var(--careon-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__service-list li:hover a span {
    color: var(--careon-white);
}

.service-details__service-list li.active a span {
    color: var(--careon-white);
}

.service-details__need-help-inner {
    position: relative;
    display: block;
    border: 2px solid var(--careon-bdr-color);
    border-radius: var(--careon-bdr-radius);
    padding: 18px;
    margin-top: 40px;
}

.service-details__need-help {
    position: relative;
    display: block;
    border-radius: var(--careon-bdr-radius);
    text-align: center;
    padding: 82px 50px 82px;
    z-index: 1;
}

.service-details__need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--careon-bdr-radius);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.service-details__need-help-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--careon-bdr-radius);
    background-color: rgb(156 77 77 / 57%);
    backdrop-filter: blur(10px);
}

.service-details__need-help-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: var(--careon-white);
}

.service-details__need-help-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    background-color: var(--careon-base);
    border-radius: 50%;
    margin: 26px auto 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
    background-color: var(--careon-base);
}

.service-details__need-help-icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: var(--careon-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__need-help-icon:hover span {
    color: var(--careon-white);
}

.service-details__need-help-call {
    position: relative;
    display: block;
}

.service-details__need-help-call a {
    font-size: 23px;
    font-weight: 600;
    line-height: 40px;
    color: var(--careon-white);
}

.service-details__need-help-call a:hover {
    color: var(--careon-black);
}

.service-details__download-box {
    position: relative;
    display: block;
    border: 2px solid var(--careon-bdr-color);
    border-radius: var(--careon-bdr-radius);
    padding: 38px 38px 38px;
    margin-top: 40px;
}

.service-details__download-list {
    position: relative;
    display: block;
}

.service-details__download-list li {
    position: relative;
    display: block;
}

.service-details__download-list li+li {
    margin-top: 20px;
}

.service-details__download-list li a {
    position: relative;
    background-color: var(--careon-extra);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    color: var(--careon-gray);
    padding: 18px 30px 18px;
    padding-left: 75px;
    border-radius: var(--careon-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.service-details__download-list li:hover a {
    color: var(--careon-white);
}

.service-details__download-list li a::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;
}

.service-details__download-list li:hover a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.service-details__download-list li a span {
    font-size: 16px;
    font-weight: 400;
    color: var(--careon-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__download-list li:hover a span {
    color: var(--careon-white);
}


/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/