/*==============================================
    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 - Algólogo Benefits Mejorado
--------------------------------------------------------------*/
.algologo-benefits {
    position: relative;
    display: block;
    padding: 110px 0 95px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 14%, rgba(0, 140, 216, 0.10) 0%, transparent 28%),
        radial-gradient(circle at 92% 82%, rgba(7, 74, 170, 0.10) 0%, transparent 30%),
        linear-gradient(180deg, #ffffff 0%, var(--color3) 100%);
    z-index: 1;
}

.algologo-benefits__shape-one {
    position: absolute;
    top: 80px;
    left: -110px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(0, 140, 216, 0.08);
    z-index: -1;
}

.algologo-benefits__shape-two {
    position: absolute;
    right: -120px;
    bottom: 70px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(7, 74, 170, 0.08);
    z-index: -1;
}

.algologo-benefits__heading {
    max-width: 850px;
    margin: 0 auto 55px;
}

.algologo-benefits__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    margin-bottom: 16px;
    border-radius: 19px;
    background: rgba(0, 140, 216, 0.12);
    color: var(--color2);
    font-size: 14px;
    line-height: 25px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
}

.algologo-benefits__title {
    color: var(--color1);
    font-size: 44px;
    line-height: 52px;
    font-weight: 900;
    margin-bottom: 13px;
}

.algologo-benefits__subtitle {
    max-width: 720px;
    margin: 0 auto;
    color: var(--color5);
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
}

.algologo-benefits__row {
    row-gap: 30px;
}

.algologo-benefits__card {
    position: relative;
    height: 100%;
    min-height: 360px;
    padding: 38px 28px 34px;
    margin-bottom: 0;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 140, 216, 0.15);
    box-shadow: 0 20px 55px rgba(7, 74, 170, 0.08);
    overflow: hidden;
    text-align: center;
    transition: all 420ms ease;
    z-index: 1;
}

.algologo-benefits__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    opacity: 0;
    transition: all 420ms ease;
    z-index: -1;
}

.algologo-benefits__card::after {
    content: "";
    position: absolute;
    right: -58px;
    top: -58px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(0, 140, 216, 0.08);
    transition: all 420ms ease;
    z-index: -1;
}

.algologo-benefits__card:hover {
    transform: translateY(-9px);
    box-shadow: 0 28px 75px rgba(7, 74, 170, 0.18);
}

.algologo-benefits__card:hover::before {
    opacity: 1;
}

.algologo-benefits__card:hover::after {
    background: rgba(255, 255, 255, 0.13);
    transform: scale(1.35);
}

.algologo-benefits__icon {
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto 28px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffffff 0%, rgba(0, 140, 216, 0.10) 100%);
    border: 1px dashed rgba(0, 140, 216, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(0, 140, 216, 0.13);
    overflow: visible;
    transition: all 420ms ease;
}

.algologo-benefits__icon::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 50%;
    background: rgba(248, 248, 255, 0.98);
    border: 1px solid rgba(0, 140, 216, 0.15);
    z-index: -1;
}

.algologo-benefits__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 42px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--color2), transparent);
    transform: translateX(-50%);
}

.algologo-benefits__icon img {
    width: 52px;
    max-width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
    filter: none;
    transition: all 420ms ease;
}

.algologo-benefits__card:hover .algologo-benefits__icon {
   
    border-color: rgba(255, 255, 255, 0.55);
    box-shadow: 0 14px 35px rgba(255, 255, 255, 0.12);
}

.algologo-benefits__card:hover .algologo-benefits__icon::before {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.35);
}

.algologo-benefits__card:hover .algologo-benefits__icon img {
    filter: brightness(0) invert(1);
    transform: scale(1.08);
}

.algologo-benefits__card-title {
    color: var(--color1);
    font-size: 21px;
    line-height: 28px;
    font-weight: 900;
    margin: 0 0 20px;
    transition: all 420ms ease;
}

.algologo-benefits__text {
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    font-weight: 400;
    margin: 0;
    transition: all 420ms ease;
}

.algologo-benefits__card:hover .algologo-benefits__card-title,
.algologo-benefits__card:hover .algologo-benefits__text {
    color: var(--white);
}

.algologo-benefits__cta {
    position: relative;
    height: 100%;
    min-height: 360px;
    padding: 45px 44px;
    margin-bottom: 0;
    border-radius: 28px;
    overflow: hidden;
    background: var(--color1);
    box-shadow: 0 26px 70px rgba(7, 74, 170, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.algologo-benefits__cta-bg {
    position: absolute;
    inset: 0;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    transform: scale(1.02);
    transition: all 600ms ease;
}

.algologo-benefits__cta:hover .algologo-benefits__cta-bg {
    transform: scale(1.07);
}

.algologo-benefits__cta-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(7, 74, 170, 0.98) 0%,
            rgba(7, 74, 170, 0.92) 38%,
            rgba(7, 74, 170, 0.72) 58%,
            rgba(0, 140, 216, 0.28) 100%
        );
    z-index: 1;
}

.algologo-benefits__cta::before {
    display: none;
}

.algologo-benefits__cta::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    z-index: 1;
}

.algologo-benefits__cta-content {
    position: relative;
    max-width: 430px;
    z-index: 2;
}

.algologo-benefits__cta-label {
    display: inline-flex;
    align-items: center;
    padding: 9px 15px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.17);
    color: var(--white);
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
}

.algologo-benefits__cta-title {
    color: var(--white);
    font-size: 31px;
    line-height: 39px;
    font-weight: 900;
    margin-bottom: 15px;
}

.algologo-benefits__cta-text {
    max-width: 380px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
}

.algologo-benefits__btn-box {
    margin-top: 36px;
}

.algologo-benefits__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 32px;
    border-radius: 999px;
    background: var(--white);
    color: var(--color1);
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.14);
}

.algologo-benefits__btn::before,
.algologo-benefits__btn::after {
    background-color: var(--color2);
}

.algologo-benefits__btn:hover {
    color: var(--white);
}

/* Responsive */
@media (max-width: 1199px) {
    .algologo-benefits__card,
    .algologo-benefits__cta {
        min-height: 340px;
    }
}

@media (max-width: 991px) {
    .algologo-benefits {
        padding: 90px 0 80px;
    }

    .algologo-benefits__title {
        font-size: 38px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    .algologo-benefits {
        padding: 75px 0 70px;
    }

    .algologo-benefits__heading {
        margin-bottom: 38px;
    }

    .algologo-benefits__title {
        font-size: 31px;
        line-height: 38px;
    }

    .algologo-benefits__subtitle {
        font-size: 15px;
        line-height: 25px;
    }

    .algologo-benefits__card {
        min-height: auto;
        padding: 34px 24px 30px;
    }

    .algologo-benefits__icon {
        width: 88px;
        height: 88px;
    }

    .algologo-benefits__icon img {
        width: 48px;
        height: 48px;
    }

    .algologo-benefits__cta {
        min-height: auto;
        padding: 38px 28px;
    }

    .algologo-benefits__cta-title {
        font-size: 25px;
        line-height: 32px;
    }
}
/*--------------------------------------------------------------
# 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 - Algólogo
--------------------------------------------------------------*/
.service-details {
    position: relative;
    display: block;
    padding: 120px 0 113px;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 10%, rgba(0, 140, 216, 0.08) 0%, transparent 28%),
        radial-gradient(circle at 90% 80%, rgba(7, 74, 170, 0.08) 0%, transparent 30%),
        linear-gradient(180deg, #ffffff 0%, var(--color3) 100%);
    z-index: 1;
}

.service-details__left,
.service-details__right {
    position: relative;
    display: block;
}

.service-details__img {
    position: relative;
    display: block;
    padding: 14px;
    border-radius: 30px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(0,140,216,0.15);
    box-shadow: 0 24px 65px rgba(7,74,170,0.10);
    overflow: hidden;
}

.service-details__img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.service-details__content {
    position: relative;
    display: block;
    margin-top: 34px;
    padding: 38px;
    border-radius: 30px;
    background: rgba(255,255,255,0.95);
    border: 1px solid rgba(0,140,216,0.14);
    box-shadow: 0 22px 60px rgba(7,74,170,0.08);
}

.service-details__title-1 {
    color: var(--color1);
    font-size: 48px;
    font-weight: 900;
    line-height: 58px;
    letter-spacing: -0.5px;
}

.service-details__text-1,
.service-details__text-3,
.service-details__text-4,
.service-details__text-list li {
    color: var(--color5);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.service-details__text-1 {
    margin: 20px 0 22px;
}

.service-details__title-2,
.service-details__title-3 {
    color: var(--color1);
    font-size: 27px;
    font-weight: 900;
    line-height: 36px;
}

.service-details__title-2 {
    margin: 36px 0 24px;
}

.service-details__points-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.service-details__points-list {
    position: relative;
    display: block;
    flex: 1;
    min-width: 250px;
}

.service-details__points-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(0,140,216,0.07);
    border: 1px solid rgba(0,140,216,0.12);
}

.service-details__points-list li+li {
    margin-top: 14px;
}

.service-details__points-list li .icon span {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.service-details__points-list li .text p {
    color: var(--color5);
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
}

.service-details__text-3 {
    margin: 24px 0 34px;
}

.service-details__text-4 {
    margin: 24px 0 32px;
}

.service-details__img-box {
    position: relative;
    display: block;
    margin-top: 10px;
}

.service-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 24px;
}

.service-details__img-box-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 24px;
    transition: all 600ms ease;
}

.service-details__img-box-img:hover img {
    transform: scale(1.06);
}

.service-details__text-list li {
    position: relative;
    padding-left: 24px;
}

.service-details__text-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color2);
}

.service-details__text-list li+li {
    margin-top: 17px;
}

/* Sidebar */
.service-details__services-box,
.service-details__download-box {
    position: relative;
    display: block;
    border-radius: 28px;
    padding: 34px;
    background: rgba(255,255,255,0.95);
    border: 1px solid rgba(0,140,216,0.16);
    box-shadow: 0 22px 60px rgba(7,74,170,0.08);
}

.service-details__service-title {
    color: var(--color1);
    font-size: 29px;
    font-weight: 900;
    line-height: 38px;
    margin-bottom: 28px;
}

.service-details__service-list li+li {
    margin-top: 15px;
}

.service-details__service-list li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--color5);
    background: rgba(248,248,255,0.95);
    border: 1px solid rgba(0,140,216,0.14);
    padding: 16px 22px;
    border-radius: 999px;
    font-weight: 800;
    overflow: hidden;
    z-index: 1;
}

.service-details__service-list li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    opacity: 0;
    transition: all 420ms ease;
    z-index: -1;
}

.service-details__service-list li:hover a,
.service-details__service-list li.active a {
    border-color: transparent;
    color: var(--white);
    transform: translateX(4px);
}

.service-details__service-list li:hover a::before,
.service-details__service-list li.active a::before {
    opacity: 1;
}

.service-details__service-list li a span {
    font-size: 11px;
    color: var(--color2);
    transition: all 420ms ease;
}

.service-details__service-list li:hover a span,
.service-details__service-list li.active a span {
    color: var(--white);
}

/* Need Help */
.service-details__need-help-inner {
    position: relative;
    display: block;
    border-radius: 28px;
    padding: 14px;
    margin-top: 40px;
    background: rgba(255,255,255,0.95);
    border: 1px solid rgba(0,140,216,0.16);
    box-shadow: 0 22px 60px rgba(7,74,170,0.08);
}

.service-details__need-help {
    position: relative;
    display: block;
    border-radius: 24px;
    text-align: center;
    padding: 78px 34px;
    overflow: hidden;
    z-index: 1;
}

.service-details__need-help-bg {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.service-details__need-help-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(7,74,170,0.94), rgba(0,140,216,0.68));
    backdrop-filter: blur(3px);
}

.service-details__need-help-title {
    color: var(--white);
    font-size: 25px;
    font-weight: 900;
    line-height: 35px;
}

.service-details__need-help-icon {
    width: 86px;
    height: 86px;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 50%;
    margin: 28px auto 22px;
    transition: all 420ms ease;
}

.service-details__need-help-icon:hover {
    background: var(--white);
}

.service-details__need-help-icon span {
    font-size: 32px;
    color: var(--white);
    transition: all 420ms ease;
}

.service-details__need-help-icon:hover span {
    color: var(--color1);
}

.service-details__need-help-call a {
    color: var(--white);
    font-size: 23px;
    font-weight: 900;
    line-height: 40px;
}

.service-details__need-help-call a:hover {
    color: var(--color3);
}

/* Download */
.service-details__download-box {
    margin-top: 40px;
}

.service-details__download-list li+li {
    margin-top: 16px;
}

.service-details__download-list li a {
    position: relative;
    background: rgba(248,248,255,0.95);
    border: 1px solid rgba(0,140,216,0.14);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 16px;
    font-weight: 800;
    color: var(--color5);
    padding: 18px 24px;
    border-radius: 18px;
    overflow: hidden;
    z-index: 1;
}

.service-details__download-list li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    transform: scale(1, 0);
    transform-origin: bottom right;
    transition: transform 0.5s ease;
    z-index: -1;
}

.service-details__download-list li:hover a::before {
    transform: scale(1, 1);
    transform-origin: top center;
}

.service-details__download-list li:hover a {
    color: var(--white);
}

.service-details__download-list li a span {
    color: var(--color2);
    transition: all 420ms ease;
}

.service-details__download-list li:hover a span {
    color: var(--white);
}

/* Responsive */
@media (max-width: 991px) {
    .service-details {
        padding: 90px 0;
    }

    .service-details__right {
        margin-top: 45px;
    }

    .service-details__title-1 {
        font-size: 38px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    .service-details {
        padding: 75px 0;
    }

    .service-details__content {
        padding: 28px 22px;
    }

    .service-details__img img {
        height: 330px;
    }

    .service-details__title-1 {
        font-size: 31px;
        line-height: 39px;
    }

    .service-details__points-box {
        gap: 18px;
    }

    .service-details__services-box,
    .service-details__download-box {
        padding: 26px 22px;
    }
}


/* Centrar iconos del bloque de ayuda */
.service-details__need-help-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    min-width: 86px;
    min-height: 86px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    margin: 28px auto 18px;
    transition: all 420ms ease;
}

.service-details__need-help-icon span,
.service-details__need-help-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 32px;
    line-height: 1;
    color: var(--white);
    text-align: center;
}

.service-details__need-help-icon:hover {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.55);
    transform: translateY(-4px);
}

.service-details__need-help-call {
    text-align: center;
}

.service-details__need-help-call a {
    display: inline-block;
    text-align: center;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/