/*==============================================
    Services One
===============================================*/
.services-one {
    position: relative;
    display: block;
    background-color: var(--careon-white);
    padding: 90px 0 90px;
    z-index: 1;
}

.services-one__left {
    position: relative;
    display: block;
    margin-top: 80px;
}
.benefio-tex{
    font-size: 20px;
}
.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;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 1px solid var(--color1);
}

.services-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background-color: var(--color2);
    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;
    color: var(--color2);
}

.services-one__title a {
    color: var(--color1);
}

.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;
}

/* Beneficios — fondo con degradé de marca y decoración geométrica */
.services-one--beneficios {
    overflow: hidden;
    padding: 100px 0 110px;
    background:
        linear-gradient(118deg,
            rgba(3, 46, 86, 0.04) 0%,
            transparent 38%),
        linear-gradient(242deg,
            rgba(39, 175, 193, 0.09) 0%,
            transparent 42%),
        linear-gradient(165deg,
            #f6fbfd 0%,
            #eef6fa 38%,
            #f4f9fc 68%,
            #e8f3f8 100%);
}

.services-one--beneficios::before {
    content: "";
    position: absolute;
    top: -140px;
    right: -100px;
    width: min(52vw, 520px);
    height: min(52vw, 520px);
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%,
        rgba(39, 175, 193, 0.14) 0%,
        rgba(39, 175, 193, 0.04) 45%,
        transparent 72%);
    pointer-events: none;
    z-index: 0;
}

.services-one--beneficios::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -90px;
    width: min(48vw, 460px);
    height: min(48vw, 460px);
    border-radius: 50%;
    background: radial-gradient(circle at 60% 60%,
        rgba(3, 46, 86, 0.08) 0%,
        rgba(3, 46, 86, 0.02) 50%,
        transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.services-one--beneficios .container {
    position: relative;
    z-index: 2;
}

.services-one__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

/* Medio círculos / arcos */
.services-one__hemi {
    position: absolute;
    display: block;
    border-radius: 50% 50% 0 0;
}

.services-one__hemi--1 {
    top: 12%;
    left: -6%;
    width: clamp(200px, 28vw, 340px);
    height: clamp(100px, 14vw, 170px);
    background: linear-gradient(180deg,
        rgba(39, 175, 193, 0.11) 0%,
        rgba(39, 175, 193, 0.02) 100%);
    border: 1px solid rgba(39, 175, 193, 0.12);
    transform: rotate(-8deg);
}

.services-one__hemi--2 {
    bottom: 8%;
    right: -4%;
    width: clamp(180px, 24vw, 300px);
    height: clamp(90px, 12vw, 150px);
    border-radius: 50% 50% 0 0;
    background: linear-gradient(180deg,
        rgba(3, 46, 86, 0.07) 0%,
        transparent 100%);
    border: 1px solid rgba(3, 46, 86, 0.08);
    transform: rotate(165deg);
}

/* Anillos (círculos abiertos) */
.services-one__ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid transparent;
}

.services-one__ring--1 {
    top: 22%;
    right: 8%;
    width: clamp(120px, 16vw, 200px);
    height: clamp(120px, 16vw, 200px);
    border-color: rgba(39, 175, 193, 0.18);
    border-top-color: transparent;
    border-left-color: rgba(39, 175, 193, 0.28);
    transform: rotate(-25deg);
}

.services-one__ring--2 {
    bottom: 28%;
    left: 6%;
    width: clamp(90px, 12vw, 150px);
    height: clamp(90px, 12vw, 150px);
    border-color: rgba(3, 46, 86, 0.1);
    border-bottom-color: rgba(3, 46, 86, 0.2);
    border-right-color: transparent;
    transform: rotate(40deg);
}

/* Líneas diagonales suaves */
.services-one__stroke {
    position: absolute;
    height: 1px;
    border-radius: 1px;
    background: linear-gradient(90deg,
        transparent,
        rgba(39, 175, 193, 0.35) 35%,
        rgba(3, 46, 86, 0.2) 65%,
        transparent);
}

.services-one__stroke--1 {
    top: 18%;
    left: 12%;
    width: min(38vw, 280px);
    transform: rotate(-14deg);
    opacity: 0.7;
}

.services-one__stroke--2 {
    top: 48%;
    right: 5%;
    width: min(32vw, 220px);
    transform: rotate(22deg);
    opacity: 0.55;
}

.services-one__stroke--3 {
    bottom: 22%;
    left: 28%;
    width: min(28vw, 180px);
    transform: rotate(-6deg);
    opacity: 0.45;
}

.services-one__dot-grid {
    position: absolute;
    top: 8%;
    right: 22%;
    width: 120px;
    height: 120px;
    opacity: 0.35;
    background-image: radial-gradient(circle,
        rgba(3, 46, 86, 0.18) 1px,
        transparent 1px);
    background-size: 14px 14px;
    mask-image: radial-gradient(circle at center, #000 30%, transparent 75%);
}

.services-one--beneficios .services-one__left {
    margin-top: 40px;
}

.services-one--beneficios .section-title__title {
    font-size: clamp(40px, 3vw, 52px);
    line-height: 1.1;
    margin-bottom: 14px;
}

.services-one--beneficios .section-title__tagline {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.4px;
}

.services-one--beneficios .services-one__intro {
    font-size: 16px;
    line-height: 1.75;
    color: var(--careon-gray);
    max-width: 420px;
}

.services-one--beneficios .services-one__right {
    margin-left: 0;
}

.services-one--beneficios .services-one__right ul li {
    display: flex;
    margin-bottom: 24px;
}

.services-one--beneficios .services-one__right ul li:first-child,
.services-one--beneficios .services-one__right ul li:last-child {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .services-one--beneficios .services-one__left {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .services-one--beneficios .services-one__intro {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .services-one--beneficios {
        padding: 72px 0 80px;
    }

    .services-one__hemi--1,
    .services-one__ring--1,
    .services-one__stroke--2,
    .services-one__dot-grid {
        display: none;
    }

    .services-one__hemi--2 {
        width: 200px;
        height: 100px;
        right: -12%;
    }
}

/* Beneficios: tarjetas con relieve, acento y alineación icono–texto */
.services-one--beneficios .services-one__single {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px 26px;
    overflow: hidden;
    border: 1px solid rgba(var(--careon-black-rgb), 0.08);
    box-shadow:
        0 8px 18px rgba(var(--careon-black-rgb), 0.08),
        0 16px 34px rgba(var(--careon-black-rgb), 0.06),
        inset 0 1px 0 rgba(var(--careon-white-rgb), 0.75);
    background:
        linear-gradient(145deg, rgba(var(--careon-white-rgb), 0.82) 0%, rgba(var(--careon-white-rgb), 0.92) 38%, rgba(240, 250, 252, 0.88) 100%),
        var(--careon-white);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s ease,
        border-color 0.35s ease;
}

.services-one--beneficios .services-one__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--careon-base),
        rgba(var(--careon-primary-rgb), 0.85),
        var(--careon-base)
    );
    z-index: 1;
    pointer-events: none;
}

.services-one--beneficios .services-one__single:hover {
    transform: translateY(-6px);
    border-color: rgba(var(--careon-base-rgb), 0.35);
    box-shadow:
        0 14px 24px rgba(var(--careon-black-rgb), 0.1),
        0 24px 46px rgba(var(--careon-black-rgb), 0.12),
        0 0 0 1px rgba(var(--careon-base-rgb), 0.18),
        inset 0 1px 0 rgba(var(--careon-white-rgb), 0.95);
}

.services-one--beneficios .services-one__icon {
    width: 72px;
    height: 72px;
    margin: 0 0 16px;
    background: linear-gradient(145deg, var(--color2), #1f9dae);
    border: 1px solid rgba(var(--careon-base-rgb), 0.3);
    box-shadow: 0 8px 20px rgba(var(--careon-black-rgb), 0.08);
}

.services-one--beneficios .services-one__icon::before {
    display: none;
}

.services-one--beneficios .services-one__icon img {
    max-width: 50px;
    width: auto;
    height: auto;
    filter: brightness(0) invert(1);
    transition: transform 0.35s ease;
}

.services-one--beneficios .services-one__single:hover .services-one__icon img {
    transform: scale(1.06);
}

.services-one--beneficios .services-one__right .services-one__title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.25;
    color: var(--careon-black);
}

.services-one--beneficios .services-one__right .services-one__text {
    margin: 0;
    line-height: 1.55;
    font-size: 15px;
    color: var(--careon-gray);
}

@media (max-width: 575px) {
    .services-one--beneficios .services-one__single {
        padding: 24px 20px 22px;
    }

    .services-one--beneficios .services-one__right .services-one__title {
        font-size: 24px;
    }

    .services-one--beneficios .services-one__right .services-one__text {
        font-size: 15px;
    }
}

/*--------------------------------------------------------------
# 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(--color2);
    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 Two — Beneficios (diseño especializado)
--------------------------------------------------------------*/
.services-two--beneficios {
    padding: 110px 0 90px;
    overflow: hidden;
    background: linear-gradient(165deg, #dceaf4 0%, #edf5fa 42%, #e3eff8 100%);
}

.services-two--beneficios::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--careon-base-rgb), .18) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.services-two--beneficios::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(3, 46, 86, .08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.services-two--beneficios .container {
    position: relative;
    z-index: 2;
}

.services-two__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.services-two__shape {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--careon-black);
    opacity: .07;
    line-height: 1;
}

.services-two__shape i {
    font-size: inherit;
}

.services-two__shape--1 {
    top: 8%;
    left: 4%;
    font-size: 88px;
    transform: rotate(-18deg);
}

.services-two__shape--2 {
    top: 18%;
    right: 6%;
    font-size: 72px;
    transform: rotate(12deg);
}

.services-two__shape--3 {
    bottom: 22%;
    left: 2%;
    font-size: 64px;
    transform: rotate(8deg);
}

.services-two__shape--4 {
    top: 42%;
    right: 3%;
    font-size: 56px;
    opacity: .06;
}

.services-two__shape--5 {
    bottom: 12%;
    right: 12%;
    font-size: 80px;
    transform: rotate(-10deg);
}

.services-two__shape--6 {
    top: 55%;
    left: 10%;
    font-size: 48px;
    opacity: .05;
}

.services-two--beneficios .section-title-two {
    margin-bottom: 48px;
}

.services-two--beneficios .section-title-two__title {
    color: var(--careon-black);
}

.services-two--beneficios .section-title-two__tagline {
    color: var(--careon-black);
    background: rgba(var(--careon-white-rgb), .75);
    border: 1px solid rgba(var(--careon-black-rgb), .1);
    text-shadow: none;
    box-shadow: 0 4px 14px rgba(var(--careon-black-rgb), .06);
}

.services-two--beneficios .services-two__inner {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.services-two--beneficios .services-two__single {
    height: 100%;
    margin-bottom: 0;
    padding: 28px 22px 32px;
    border-radius: 16px;
    background: var(--careon-white);
    border: 1px solid rgba(var(--careon-black-rgb), .06);
    box-shadow: 0 10px 32px rgba(var(--careon-black-rgb), .08);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.services-two--beneficios .services-two__single::before {
    display: none;
}

.services-two--beneficios .services-two__single:hover {
    transform: translateY(-6px);
    border-color: rgba(var(--careon-base-rgb), .35);
    box-shadow: 0 16px 40px rgba(var(--careon-black-rgb), .12);
}

.services-two--beneficios .services-two__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    background: var(--color1);
    border: 2px solid rgba(var(--careon-base-rgb), .25);
    box-shadow: 0 6px 18px rgba(var(--careon-black-rgb), .1);
}

.services-two--beneficios .services-two__icon img {
    max-width: 42px !important;
    width: auto;
    height: auto;
    transition: transform .3s ease;
}

.services-two--beneficios .services-two__single:hover .services-two__icon img {
    transform: scale(1.08);
}

.services-two--beneficios .services-two__title {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 12px;
    color: var(--careon-black);
}

.services-two--beneficios .services-two__text {
    font-size: 15px;
    line-height: 1.6;
    color: var(--careon-gray);
    margin: 0;
}

.services-two--beneficios .services-two__cta {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(var(--careon-black-rgb), .15);
}

@media (max-width: 991px) {
    .services-two__shape {
        font-size: 48px !important;
        opacity: .05;
    }

    .services-two__shape--5,
    .services-two__shape--1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .services-two--beneficios {
        padding: 80px 0 60px;
    }

    .services-two--beneficios .services-two__single {
        padding: 24px 18px 28px;
    }

    .services-two__decor .services-two__shape {
        display: none;
    }

    .services-two__decor .services-two__shape--4 {
        display: flex;
        top: 5%;
        right: 5%;
        font-size: 56px;
    }
}

/*--------------------------------------------------------------
# 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: 34px;
    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, #032E56dc -95%,#032E56ef 65%);
}

.services-three__get-a-quote-sub-title {
     font-size: 35px;
    color: var(--careon-white);
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 40px;
}

.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: 100px;
    text-align: center;
}

.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: 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;
    color: var(--color1);
}

.service-details__text-1:hover {
    margin: 19px 0 20px;
    color: var(--color1) !important;
}
.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:var(--color2);
    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-black);
    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: 18px;
    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
--------------------------------------------------------------*/