/*==============================================
    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 - Beneficios Oftalmología Mejorado
--------------------------------------------------------------*/

.services-two,
.oph-benefits-section {
    position: relative;
    display: block;
    padding: 100px 0 115px;
    z-index: 1;
    overflow: hidden;
    background:
        radial-gradient(circle at 5% 18%, rgba(var(--careon-extra-rgb), 0.84) 0%, transparent 28%),
        radial-gradient(circle at 95% 82%, rgba(var(--careon-base-rgb), 0.10) 0%, transparent 26%),
        linear-gradient(180deg, rgba(var(--careon-primary-rgb), 0.34) 0%, #ffffff 48%, rgba(var(--careon-primary-rgb), 0.50) 100%);
}

/* Marco suave general */
.oph-benefits-section::before {
    content: "";
    position: absolute;
    inset: 28px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.10);
    border-radius: 36px;
    pointer-events: none;
    z-index: -1;
}

/* Línea superior sutil igual a biografía */
.oph-benefits-section::after {
    content: "";
    position: absolute;
    top: 28px;
    left: 50%;
    width: 230px;
    height: 2px;
    border-radius: 100px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(var(--careon-base-rgb), 0.32),
        transparent
    );
    transform: translateX(-50%);
    z-index: 0;
}

/* Figuras decorativas */
.oph-benefits-bg-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.oph-benefits-bg-shape-1 {
    width: 360px;
    height: 360px;
    left: -190px;
    top: 90px;
    background:
        radial-gradient(circle, rgba(var(--careon-extra-rgb), 1) 0%, rgba(var(--careon-extra-rgb), 0.38) 58%, transparent 100%);
}

.oph-benefits-bg-shape-2 {
    width: 270px;
    height: 270px;
    right: -120px;
    bottom: 72px;
    background:
        radial-gradient(circle, rgba(var(--careon-base-rgb), 0.12) 0%, rgba(var(--careon-base-rgb), 0.04) 62%, transparent 100%);
}

/*--------------------------------------------------------------
# Título y subtítulo - igual estilo que biografía
--------------------------------------------------------------*/

.oph-benefits-title-box {
    position: relative;
    max-width: 760px;
    margin: 0 auto 52px;
    padding: 0;
}

/* Etiqueta superior */
.oph-benefits-subtitle-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color2);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 18px;
    background-color: rgba(var(--careon-white-rgb), 0.92);
    border: 1px solid rgba(var(--careon-base-rgb), 0.18);
    padding: 10px 16px;
    border-radius: 100px;
    box-shadow: 0 10px 24px rgba(16, 26, 41, 0.04);
}

.oph-benefits-subtitle-label span {
    position: relative;
    width: 8px;
    height: 8px;
    background-color: var(--color2);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(var(--careon-base-rgb), 0.12);
}

/* Título principal */
.section-title-two__title,
.oph-benefits-title {
    position: relative;
    color: var(--color1);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 18px;
    letter-spacing: -0.7px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: none;
}

.oph-benefits-title span {
    color: var(--color2);
}

/* Subtítulo tipo cápsula, como biografía */
.section-title-two__tagline,
.oph-benefits-tagline {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 650px;
    color: var(--color1);
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    margin: 0 auto;
    padding: 14px 24px;
    background:
        linear-gradient(90deg, rgba(var(--careon-extra-rgb), 0.86), rgba(var(--careon-white-rgb), 0.92));
    border: 1px solid rgba(var(--careon-base-rgb), 0.10);
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(16, 26, 41, 0.045);
    overflow: hidden;
}

.oph-benefits-tagline::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(var(--careon-base-rgb), 0.06);
    transform: translateY(-50%);
    pointer-events: none;
}

/*--------------------------------------------------------------
# Contenedor principal
--------------------------------------------------------------*/

.services-two__inner,
.oph-benefits-inner {
    position: relative;
    display: block;
    max-width: 1040px;
    margin: 0 auto;
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    border-radius: 30px;
    padding: 36px;
    background-color: rgba(var(--careon-white-rgb), 0.86);
    box-shadow: 0 26px 75px rgba(16, 26, 41, 0.07);
    overflow: hidden;
}

/* Brillos decorativos internos */
.oph-benefits-inner::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    right: -95px;
    top: -95px;
    border-radius: 50%;
    background-color: rgba(var(--careon-base-rgb), 0.055);
    pointer-events: none;
}

.oph-benefits-inner::after {
    content: "";
    position: absolute;
    width: 165px;
    height: 165px;
    left: -82px;
    bottom: -82px;
    border-radius: 50%;
    background-color: rgba(var(--careon-extra-rgb), 0.72);
    pointer-events: none;
}

/* Corrige los pegados */
.oph-benefits-list {
    position: relative;
    z-index: 1;
    margin-left: -12px;
    margin-right: -12px;
    row-gap: 24px;
}

.oph-benefits-list > li {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}

/*--------------------------------------------------------------
# Tarjetas de beneficios
--------------------------------------------------------------*/

.services-two__single,
.oph-benefits-card {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    min-height: 335px;
    margin-bottom: 0;
    padding: 34px 24px 30px;
    background:
        linear-gradient(180deg, var(--careon-white), rgba(var(--careon-primary-rgb), 0.44));
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    border-radius: 24px;
    box-shadow: 0 14px 36px rgba(16, 26, 41, 0.045);
    transition: all 400ms ease;
    overflow: hidden;
}

/* Quitamos separadores verticales antiguos */
.services-two__single::before,
.oph-benefits-card::before {
    display: none;
}

/* Brillo superior tarjeta */
.oph-benefits-card::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 0;
    height: 3px;
    border-radius: 0 0 100px 100px;
    background:
        linear-gradient(90deg, transparent, rgba(var(--careon-base-rgb), 0.42), transparent);
    opacity: 0;
    transition: all 400ms ease;
}

.oph-benefits-card:hover {
    transform: translateY(-7px);
    border-color: rgba(var(--careon-base-rgb), 0.25);
    box-shadow: 0 24px 55px rgba(16, 26, 41, 0.10);
}

.oph-benefits-card:hover::after {
    opacity: 1;
}

/* Número decorativo */
.oph-benefits-card-number {
    position: absolute;
    top: 18px;
    right: 22px;
    color: rgba(var(--careon-base-rgb), 0.12);
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1px;
    z-index: 0;
    transition: all 400ms ease;
}

.oph-benefits-card:hover .oph-benefits-card-number {
    color: rgba(var(--careon-base-rgb), 0.20);
    transform: translateY(-3px);
}

/* Icono */
.services-two__icon,
.oph-benefits-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    min-width: 84px;
    background:
        linear-gradient(145deg, rgba(var(--careon-extra-rgb), 0.95), rgba(var(--careon-white-rgb), 0.98));
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    border-radius: 50%;
    margin: 0 auto 22px;
    z-index: 2;
    box-shadow:
        0 14px 30px rgba(16, 26, 41, 0.06),
        inset 0 0 0 7px rgba(var(--careon-white-rgb), 0.78);
    transition: all 400ms ease;
}

.services-two__icon::before,
.oph-benefits-icon::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    background:
        linear-gradient(135deg, var(--color2), var(--color1));
    transform: scale(0);
    transform-origin: center;
    transition: all 350ms ease;
    z-index: -1;
}

.oph-benefits-card:hover .oph-benefits-icon {
    transform: translateY(-4px);
    border-color: rgba(var(--careon-base-rgb), 0.22);
}

.oph-benefits-card:hover .oph-benefits-icon::before {
    transform: scale(1);
}

.services-two__icon img,
.oph-benefits-icon img {
    max-width: 56px !important;
    max-height: 56px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    transition: all 350ms ease;
}

.oph-benefits-card:hover .oph-benefits-icon img {
    transform: scale(0.9);
    filter: brightness(0) invert(1);
}

/* Título de tarjeta */
.services-two__title,
.oph-benefits-card-title {
    position: relative;
    color: var(--color1);
    font-size: 20px;
    font-weight: 900;
    line-height: 29px;
    margin: 0 0 14px;
    z-index: 2;
}

.services-two__title a,
.oph-benefits-card-title a {
    color: var(--color1);
    transition: all 350ms ease;
}

.services-two__title a:hover,
.oph-benefits-card-title a:hover {
    color: var(--color2);
}

/* Texto */
.services-two__text,
.oph-benefits-card-text {
    position: relative;
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin: 0;
    z-index: 2;
}

/*--------------------------------------------------------------
# Botones por si se usan luego
--------------------------------------------------------------*/

.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);
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {
    .services-two,
    .oph-benefits-section {
        padding: 95px 0 105px;
    }

    .oph-benefits-title {
        font-size: 42px;
    }

    .services-two__inner,
    .oph-benefits-inner {
        max-width: 960px;
        padding: 32px;
    }

    .services-two__single,
    .oph-benefits-card {
        min-height: 350px;
        padding: 32px 22px 28px;
    }
}

@media only screen and (max-width: 991px) {
    .services-two,
    .oph-benefits-section {
        padding: 85px 0 95px;
    }

    .oph-benefits-section::before {
        inset: 20px;
    }

    .oph-benefits-title {
        font-size: 38px;
    }

    .oph-benefits-title-box {
        margin-bottom: 42px;
    }

    .services-two__inner,
    .oph-benefits-inner {
        padding: 28px;
    }

    .services-two__single,
    .oph-benefits-card {
        min-height: 320px;
        padding: 32px 24px 28px;
    }
}

@media only screen and (max-width: 767px) {
    .services-two,
    .oph-benefits-section {
        padding: 75px 0 85px;
    }

    .oph-benefits-title {
        font-size: 34px;
        line-height: 42px;
    }

    .oph-benefits-tagline {
        font-size: 16px;
        line-height: 26px;
        padding: 13px 16px;
    }

    .services-two__inner,
    .oph-benefits-inner {
        padding: 24px 18px;
        border-radius: 24px;
    }

    .oph-benefits-list {
        row-gap: 20px;
    }

    .oph-benefits-list > li {
        margin-bottom: 20px;
    }

    .services-two__single,
    .oph-benefits-card {
        min-height: auto;
        padding: 30px 22px 27px;
    }

    .services-two__title,
    .oph-benefits-card-title {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .services-two,
    .oph-benefits-section {
        padding: 65px 0 75px;
    }

    .oph-benefits-section::before {
        inset: 12px;
        border-radius: 24px;
    }

    .oph-benefits-subtitle-label {
        font-size: 11px;
        line-height: 18px;
        padding: 9px 12px;
        letter-spacing: 0.3px;
    }

    .oph-benefits-title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -0.4px;
    }

    .oph-benefits-tagline {
        display: block;
        font-size: 15px;
        line-height: 24px;
        padding: 13px 15px;
    }

    .services-two__inner,
    .oph-benefits-inner {
        padding: 20px 14px;
    }

    .oph-benefits-list {
        margin-left: 0;
        margin-right: 0;
        row-gap: 18px;
    }

    .oph-benefits-list > li {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 18px;
    }

    .services-two__icon,
    .oph-benefits-icon {
        width: 76px;
        height: 76px;
        min-width: 76px;
    }

    .services-two__icon img,
    .oph-benefits-icon img {
        max-width: 42px !important;
        max-height: 42px;
    }

    .services-two__single,
    .oph-benefits-card {
        padding: 28px 18px 25px;
    }

    .oph-benefits-card-number {
        font-size: 36px;
        top: 16px;
        right: 18px;
    }
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.services-three__single {
    position: relative;
    display: block;
    background-color: var(--careon-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px 30px 31px;
}

.services-three__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    background-color: var(--careon-extra);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.services-three__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--careon-base);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.services-three__single:hover .services-three__icon::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.services-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--careon-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-three__single:hover .services-three__icon span {
    color: var(--careon-white);
    transform: scale(0.9);
}

.services-three__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 37px;
    margin-bottom: 29px;
}

.services-three__title a {
    color: var(--careon-black);
}

.services-three__title a:hover {
    color: var(--careon-base);
}

.services-three__text {
    margin-bottom: 28px;
}

.services-three__read-more {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 500;
    color: var(--careon-black);
    gap: 10px;
}

.services-three__read-more span {
    font-weight: 600;
    font-size: 16px;
}

.services-three__read-more:hover {
    color: var(--careon-base);
}

.services-three__get-a-quote {
    position: relative;
    display: block;
    background-color: var(--careon-base);
    padding: 36px 40px 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}

.services-three__get-a-quote-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.services-three__get-a-quote-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(0, 109, 119, 0) -95%, #006D77 65%);
}

.services-three__get-a-quote-sub-title {
    font-size: 18px;
    color: var(--careon-white);
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 21px;
}

.services-three__get-a-quote-title {
    font-size: 24px;
    color: var(--careon-white);
    font-weight: 700;
    line-height: 30px;
}

.services-three__thm-btn {
    position: relative;
    display: block;
    margin-top: 138px;
}

.services-three__thm-btn .thm-btn {
    padding: 22.5px 30px 22.5px;
}

.services-three__thm-btn .thm-btn::before,
.services-three__thm-btn .thm-btn::after {
    background-color: var(--careon-white);
}

.services-three__thm-btn .thm-btn:hover {
    color: var(--careon-black);
}


/*--------------------------------------------------------------
# Services Four
--------------------------------------------------------------*/
.services-four {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.services-four__single {
    position: relative;
    display: block;
    background-color: var(--careon-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 40px 40px 40px;
    border: 5px solid transparent;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-four__single:hover {
    border: 5px solid rgba(var(--careon-base-rgb), .10);
}

.services-four__icon {
    position: relative;
    display: flex;
    align-items: center;
}

.services-four__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--careon-primary);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.services-four__single:hover .services-four__icon span {
    transform: rotateY(360deg);
}

.services-four__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    margin-top: 42px;
    margin-bottom: 24px;
}

.services-four__title a {
    color: var(--careon-black);
}

.services-four__title a:hover {
    color: var(--careon-base);
}

.services-four__text {
    margin-bottom: 31px;
}

.services-four__btn-box {
    position: relative;
    display: block;
}

.services-four__btn-box .thm-btn {
    background-color: var(--careon-extra);
    padding: 21px 30px 21px;
    color: var(--careon-black);
}

/*--------------------------------------------------------------
# Services Five
--------------------------------------------------------------*/
.services-five {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 90px;
    z-index: 1;
}

.services-five__single {
    position: relative;
    display: block;
    border: 1px solid var(--careon-extra);
    border-radius: 10px;
    padding: 59px 39px 59px;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-five__single:hover {
    border: 1px solid var(--careon-primary);
}

.services-five__count {
    position: absolute;
    top: 63px;
    right: 41px;
}

.services-five__count:before {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: rgba(var(--careon-black-rgb), .20);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.services-five__icon {
    position: relative;
    display: flex;
    align-items: center;
}

.services-five__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--careon-primary);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.services-five__single:hover .services-five__icon span {
    transform: rotateY(360deg);
    color: var(--careon-base);
}

.services-five__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    margin-top: 42px;
    margin-bottom: 24px;
}

.services-five__title a {
    color: var(--careon-black);
}

.services-five__title a:hover {
    color: var(--careon-base);
}

.services-five__text {
    margin-bottom: 31px;
}

.services-five__btn-box {
    position: relative;
    display: block;
}

.services-five__btn-box .thm-btn {
    background-color: var(--careon-extra);
    padding: 21px 30px 21px;
    color: var(--careon-black);
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
    overflow: hidden;
    background:
        radial-gradient(circle at 5% 16%, rgba(var(--careon-extra-rgb), 0.92) 0%, transparent 30%),
        radial-gradient(circle at 96% 82%, rgba(var(--careon-base-rgb), 0.13) 0%, transparent 27%),
        linear-gradient(180deg, rgba(var(--careon-primary-rgb), 0.34) 0%, #ffffff 48%, rgba(var(--careon-primary-rgb), 0.54) 100%);
}

.service-details::before {
    content: "";
    position: absolute;
    inset: 28px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    border-radius: 38px;
    background:
        linear-gradient(180deg, rgba(var(--careon-white-rgb), 0.18), rgba(var(--careon-white-rgb), 0.04));
    box-shadow: inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.45);
    pointer-events: none;
    z-index: -1;
}

.service-details::after {
    content: "";
    position: absolute;
    top: 28px;
    left: 50%;
    width: 300px;
    height: 3px;
    border-radius: 100px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(var(--careon-base-rgb), 0.18),
            var(--color2),
            rgba(var(--careon-base-rgb), 0.18),
            transparent
        );
    transform: translateX(-50%);
    z-index: 0;
}

.service-details .container {
    position: relative;
    z-index: 1;
}

.service-details .container::before {
    content: "";
    position: absolute;
    left: -45px;
    top: 90px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    background-color: rgba(var(--careon-white-rgb), 0.36);
    z-index: -1;
}

.service-details .container::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: 85px;
    width: 86px;
    height: 86px;
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(var(--careon-extra-rgb), 0.86), rgba(var(--careon-base-rgb), 0.10));
    transform: rotate(12deg);
    z-index: -1;
}

/*--------------------------------------------------------------
# Left Content
--------------------------------------------------------------*/

.service-details__left {
    position: relative;
    display: block;
    padding: 38px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.14);
    border-radius: 36px;
    background:
        linear-gradient(180deg, rgba(var(--careon-white-rgb), 0.95), rgba(var(--careon-white-rgb), 0.82));
    box-shadow:
        0 30px 90px rgba(16, 26, 41, 0.08),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.68);
    overflow: hidden;
}

.service-details__left::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    right: -105px;
    top: -105px;
    border-radius: 50%;
    background-color: rgba(var(--careon-base-rgb), 0.055);
    pointer-events: none;
}

.service-details__left::after {
    content: "";
    position: absolute;
    left: 38px;
    right: 38px;
    top: 0;
    height: 4px;
    border-radius: 0 0 100px 100px;
    background:
        linear-gradient(90deg, transparent, var(--color2), rgba(var(--careon-base-rgb), 0.30), transparent);
}

.service-details__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 32px;
    box-shadow:
        0 28px 68px rgba(16, 26, 41, 0.14),
        0 0 0 9px rgba(var(--careon-white-rgb), 0.80),
        0 0 0 10px rgba(var(--careon-base-rgb), 0.07);
}

.service-details__img::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 42%, rgba(0, 124, 147, 0.22) 100%);
    z-index: 1;
    pointer-events: none;
}

.service-details__img::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(var(--careon-white-rgb), 0.42);
    border-radius: 25px;
    z-index: 2;
    pointer-events: none;
}

.service-details__img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 32px;
    transition: all 700ms ease;
}

.service-details__img:hover img {
    transform: scale(1.045);
    filter: saturate(1.08) contrast(1.03);
}

.service-details__content {
    position: relative;
    display: block;
    margin-top: 38px;
    z-index: 1;
}

.service-details__title-1 {
    color: var(--color1);
    font-size: 48px;
    font-weight: 900;
    line-height: 58px;
    letter-spacing: -0.8px;
    margin-bottom: 0;
}

.service-details__title-1::after {
    content: "";
    display: block;
    width: 96px;
    height: 4px;
    margin-top: 18px;
    border-radius: 100px;
    background:
        linear-gradient(90deg, var(--color2), rgba(var(--careon-base-rgb), 0.10));
}

.service-details__text-1 {
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 30px;
    margin: 24px 0 24px;
}

.service-details__title-2,
.service-details__title-3 {
    color: var(--color1);
    font-size: 26px;
    font-weight: 900;
    line-height: 36px;
    margin: 36px 0 24px;
    letter-spacing: -0.3px;
}

.service-details__title-2::before,
.service-details__title-3::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: var(--color2);
    box-shadow: 0 0 0 6px rgba(var(--careon-base-rgb), 0.11);
    vertical-align: middle;
}

.service-details__points-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 28px;
    margin: 28px 0 28px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(var(--careon-white-rgb), 0.92), rgba(var(--careon-extra-rgb), 0.56));
    box-shadow:
        0 16px 38px rgba(16, 26, 41, 0.055),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.58);
}

.service-details__points-list {
    position: relative;
    display: block;
    flex: 1;
}

.service-details__points-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 12px 14px;
    border-radius: 16px;
    background-color: rgba(var(--careon-white-rgb), 0.62);
    border: 1px solid rgba(var(--careon-base-rgb), 0.08);
    transition: all 350ms ease;
}

.service-details__points-list li + li {
    margin-top: 12px;
}

.service-details__points-list li:hover {
    transform: translateX(5px);
    background-color: rgba(var(--careon-white-rgb), 0.92);
    border-color: rgba(var(--careon-base-rgb), 0.18);
    box-shadow: 0 12px 26px rgba(16, 26, 41, 0.05);
}

.service-details__points-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color2), var(--color1));
    box-shadow: 0 8px 18px rgba(var(--careon-base-rgb), 0.18);
    margin-top: 1px;
}

.service-details__points-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: var(--careon-white);
}

.service-details__points-list li .text p,
.service-details__points-list li p {
    color: var(--careon-gray);
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
}

.service-details__text-3 {
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 30px;
    margin: 24px 0 36px;
}

.service-details__text-4 {
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 30px;
    margin: 23px 0 30px;
}

.service-details__img-box {
    position: relative;
    display: block;
    margin-top: 32px;
}

.service-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 26px;
    box-shadow:
        0 20px 48px rgba(16, 26, 41, 0.10),
        0 0 0 7px rgba(var(--careon-white-rgb), 0.80),
        0 0 0 8px rgba(var(--careon-base-rgb), 0.06);
}

.service-details__img-box-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 45%, rgba(0, 124, 147, 0.18) 100%);
    z-index: 1;
    pointer-events: none;
}

.service-details__img-box-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 26px;
    transition: all 700ms ease;
}

.service-details__img-box-img:hover img {
    transform: scale(1.045);
}

.service-details__text-list {
    position: relative;
    display: block;
    margin-top: 22px;
}

.service-details__text-list li {
    position: relative;
    display: block;
    padding: 18px 20px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(var(--careon-white-rgb), 0.92), rgba(var(--careon-extra-rgb), 0.54));
    border: 1px solid rgba(var(--careon-base-rgb), 0.10);
    box-shadow:
        0 12px 30px rgba(16, 26, 41, 0.045),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.58);
}

.service-details__text-list li + li {
    margin-top: 14px;
}

/*--------------------------------------------------------------
# Right Sidebar
--------------------------------------------------------------*/

.service-details__right {
    position: relative;
    display: block;
    margin-left: 20px;
}

.service-details__services-box {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-base-rgb), 0.14);
    border-radius: 30px;
    padding: 34px;
    background:
        linear-gradient(180deg, rgba(var(--careon-white-rgb), 0.95), rgba(var(--careon-primary-rgb), 0.42));
    box-shadow:
        0 26px 75px rgba(16, 26, 41, 0.07),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.66);
    overflow: hidden;
}

.service-details__services-box::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    right: -90px;
    top: -90px;
    border-radius: 50%;
    background-color: rgba(var(--careon-base-rgb), 0.055);
    pointer-events: none;
}

.service-details__services-box::after {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    height: 4px;
    border-radius: 0 0 100px 100px;
    background:
        linear-gradient(90deg, transparent, rgba(var(--careon-base-rgb), 0.45), transparent);
}

.service-details__service-title {
    position: relative;
    color: var(--color1);
    font-size: 28px;
    font-weight: 900;
    line-height: 38px;
    margin-bottom: 28px;
    letter-spacing: -0.4px;
    z-index: 1;
}

.service-details__service-title::after {
    content: "";
    display: block;
    width: 74px;
    height: 3px;
    margin-top: 13px;
    border-radius: 100px;
    background:
        linear-gradient(90deg, var(--color2), rgba(var(--careon-base-rgb), 0.08));
}

.service-details__service-list {
    position: relative;
    display: block;
    z-index: 1;
}

.service-details__service-list li {
    position: relative;
    display: block;
}

.service-details__service-list li + li {
    margin-top: 14px;
}

.service-details__service-list li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--color1);
    background:
        linear-gradient(180deg, rgba(var(--careon-white-rgb), 0.92), rgba(var(--careon-extra-rgb), 0.62));
    border: 1px solid rgba(var(--careon-base-rgb), 0.10);
    padding: 16px 20px;
    border-radius: 18px;
    font-weight: 800;
    overflow: hidden;
    box-shadow:
        0 10px 24px rgba(16, 26, 41, 0.035),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.58);
    transition: all 400ms ease;
    z-index: 1;
}

.service-details__service-list li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, var(--color2), var(--color1));
    transform: scaleX(0);
    transform-origin: left;
    transition: all 400ms ease;
    z-index: -1;
}

.service-details__service-list li:hover a::before,
.service-details__service-list li.active a::before {
    transform: scaleX(1);
}

.service-details__service-list li:hover a,
.service-details__service-list li.active a {
    border-color: transparent;
    background-color: transparent;
    color: var(--careon-white);
    transform: translateX(5px);
    box-shadow: 0 14px 30px rgba(var(--careon-base-rgb), 0.18);
}

.service-details__service-list li a span {
    position: relative;
    font-size: 11px;
    color: var(--color2);
    transition: all 500ms ease;
}

.service-details__service-list li:hover a span,
.service-details__service-list li.active a span {
    color: var(--careon-white);
}

/*--------------------------------------------------------------
# Need Help
--------------------------------------------------------------*/

.service-details__need-help-inner {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-base-rgb), 0.14);
    border-radius: 30px;
    padding: 14px;
    margin-top: 40px;
    background-color: rgba(var(--careon-white-rgb), 0.84);
    box-shadow:
        0 24px 58px rgba(16, 26, 41, 0.07),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.64);
}

.service-details__need-help {
    position: relative;
    display: block;
    border-radius: 24px;
    text-align: center;
    padding: 78px 36px 78px;
    z-index: 1;
    overflow: hidden;
}

.service-details__need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.service-details__need-help-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(0, 124, 147, 0.82), rgba(65, 121, 123, 0.72));
    backdrop-filter: blur(8px);
}

.service-details__need-help::before {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(var(--careon-white-rgb), 0.12);
    z-index: -1;
}

.service-details__need-help::after {
    content: "";
    position: absolute;
    left: -50px;
    bottom: -50px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: rgba(var(--careon-white-rgb), 0.10);
    z-index: -1;
}

.service-details__need-help-title {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    color: var(--careon-white);
    text-shadow: 0 8px 22px rgba(16, 26, 41, 0.18);
}

.service-details__need-help-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    background-color: rgba(var(--careon-white-rgb), 0.18);
    border: 1px solid rgba(var(--careon-white-rgb), 0.30);
    border-radius: 50%;
    margin: 26px auto 20px;
    box-shadow:
        0 18px 38px rgba(16, 26, 41, 0.20),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.22);
    transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
    background-color: var(--careon-white);
    transform: translateY(-4px);
}

.service-details__need-help-icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: var(--careon-white);
    transition: all 500ms ease;
}

.service-details__need-help-icon:hover span {
    color: var(--color2);
}

.service-details__need-help-call {
    position: relative;
    display: block;
}

.service-details__need-help-call a {
    font-size: 22px;
    font-weight: 900;
    line-height: 36px;
    color: var(--careon-white);
    transition: all 350ms ease;
}

.service-details__need-help-call a:hover {
    color: var(--careon-black);
}

/*--------------------------------------------------------------
# Download Box
--------------------------------------------------------------*/

.service-details__download-box {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-base-rgb), 0.14);
    border-radius: 30px;
    padding: 34px;
    margin-top: 40px;
    background:
        linear-gradient(180deg, rgba(var(--careon-white-rgb), 0.95), rgba(var(--careon-primary-rgb), 0.42));
    box-shadow:
        0 24px 58px rgba(16, 26, 41, 0.07),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.66);
    overflow: hidden;
}

.service-details__download-box::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -85px;
    top: -85px;
    border-radius: 50%;
    background-color: rgba(var(--careon-base-rgb), 0.055);
    pointer-events: none;
}

.service-details__download-list {
    position: relative;
    display: block;
    z-index: 1;
}

.service-details__download-list li {
    position: relative;
    display: block;
}

.service-details__download-list li + li {
    margin-top: 16px;
}

.service-details__download-list li a {
    position: relative;
    background:
        linear-gradient(180deg, rgba(var(--careon-white-rgb), 0.94), rgba(var(--careon-extra-rgb), 0.62));
    border: 1px solid rgba(var(--careon-base-rgb), 0.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 800;
    color: var(--color1);
    padding: 18px 22px 18px;
    padding-left: 68px;
    border-radius: 18px;
    overflow: hidden;
    z-index: 1;
    box-shadow:
        0 10px 24px rgba(16, 26, 41, 0.035),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.58);
    transition: all 400ms ease;
}

.service-details__download-list li a::after {
    content: "\f019";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--color2), var(--color1));
    color: var(--careon-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    font-size: 13px;
    box-shadow: 0 10px 22px rgba(var(--careon-base-rgb), 0.20);
}

.service-details__download-list li:hover a {
    color: var(--careon-white);
    transform: translateX(5px);
    border-color: transparent;
    box-shadow: 0 14px 30px rgba(var(--careon-base-rgb), 0.18);
}

.service-details__download-list li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, var(--color2), var(--color1));
    transition: transform 0.5s ease;
    transform-origin: left;
    transform: scaleX(0);
    z-index: -1;
}

.service-details__download-list li:hover a::before {
    transform: scaleX(1);
}

.service-details__download-list li a span {
    font-size: 16px;
    font-weight: 400;
    color: var(--color2);
    transition: all 500ms ease;
}

.service-details__download-list li:hover a span {
    color: var(--careon-white);
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {
    .service-details {
        padding: 95px 0 105px;
    }

    .service-details__left {
        padding: 34px;
    }

    .service-details__right {
        margin-left: 0;
    }

    .service-details__title-1 {
        font-size: 42px;
        line-height: 52px;
    }

    .service-details__img img {
        height: 420px;
    }

    .service-details__points-box {
        gap: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .service-details {
        padding: 85px 0 95px;
    }

    .service-details::before {
        inset: 20px;
    }

    .service-details__left {
        margin-bottom: 40px;
    }

    .service-details__right {
        margin-left: 0;
    }

    .service-details__img img {
        height: 400px;
    }

    .service-details__points-box {
        flex-direction: column;
    }

    .service-details__points-list {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .service-details {
        padding: 75px 0 85px;
    }

    .service-details__left {
        padding: 26px 22px;
        border-radius: 26px;
    }

    .service-details__title-1 {
        font-size: 34px;
        line-height: 42px;
    }

    .service-details__title-2,
    .service-details__title-3 {
        font-size: 23px;
        line-height: 32px;
    }

    .service-details__img {
        border-radius: 26px;
    }

    .service-details__img img {
        height: 330px;
        border-radius: 26px;
    }

    .service-details__points-box {
        padding: 22px;
        border-radius: 22px;
    }

    .service-details__services-box,
    .service-details__need-help-inner,
    .service-details__download-box {
        padding: 26px;
        border-radius: 24px;
    }

    .service-details__service-title {
        font-size: 25px;
        line-height: 34px;
    }

    .service-details__need-help {
        padding: 64px 28px;
    }
}

@media only screen and (max-width: 575px) {
    .service-details {
        padding: 65px 0 75px;
    }

    .service-details::before {
        inset: 12px;
        border-radius: 24px;
    }

    .service-details__left {
        padding: 22px 16px;
        border-radius: 24px;
    }

    .service-details__title-1 {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -0.4px;
    }

    .service-details__text-1,
    .service-details__text-3,
    .service-details__text-4 {
        font-size: 15px;
        line-height: 27px;
    }

    .service-details__img img {
        height: 280px;
    }

    .service-details__points-box {
        padding: 18px;
    }

    .service-details__points-list li {
        padding: 11px 12px;
    }

    .service-details__img-box-img img {
        height: 220px;
    }

    .service-details__services-box,
    .service-details__need-help-inner,
    .service-details__download-box {
        padding: 20px;
    }

    .service-details__service-title {
        font-size: 23px;
        line-height: 32px;
    }

    .service-details__service-list li a {
        padding: 14px 16px;
        font-size: 14px;
    }

    .service-details__need-help {
        padding: 58px 22px;
    }

    .service-details__need-help-title {
        font-size: 22px;
        line-height: 31px;
    }

    .service-details__need-help-call a {
        font-size: 20px;
        line-height: 32px;
    }

    .service-details__download-list li a {
        padding: 16px 18px 16px 62px;
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
    position: relative;
    display: block;
    padding: 120px 0 30px;
    z-index: 1;
}

.services-page .services-two__single {
    margin-bottom: 30px;
    margin-top: 32px;
}

.services-page .services-two__single-list li {
    border-bottom: 1px solid var(--careon-bdr-color);
}

.services-page .services-two__inner ul li:nth-child(4) .services-two__single::before {
    display: none;
}


.services-page .services-two__inner ul li:nth-child(7) .services-two__single::before {
    display: none;
}

.services-page .services-two__inner ul li:nth-child(7) {
    border-bottom: none;
}

.services-page .services-two__inner ul li:nth-child(8) {
    border-bottom: none;
}

.services-page .services-two__inner ul li:nth-child(9) {
    border-bottom: none;
}

.services-page .services-two__inner ul li:nth-child(1) .services-two__single {
    margin-top: 0px;
}

.services-page .services-two__inner ul li:nth-child(2) .services-two__single {
    margin-top: 0px;
}

.services-page .services-two__inner ul li:nth-child(3) .services-two__single {
    margin-top: 0px;
}


/*--------------------------------------------------------------
# Services Carousel Page
--------------------------------------------------------------*/
.services-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 170px;
}

.services-carousel-page .services-three__single {
    margin-bottom: 0;
}













/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/