/*==============================================
    FAQ One
===============================================*/
 :root {
   --gradient1: linear-gradient(to bottom, #00a2ff, #0093fa, #0084f4, #0074ed, #0763e4);
   --gradient2: linear-gradient(to bottom, #454555, #393a49, #2e2f3e, #232433, #191a28);
  --color4: #008a45;
    --color5: #1c76c3;
   
 }

/* =========================================================
   SECCIÓN DE PREGUNTAS FRECUENTES
========================================================= */
.ci-faq-section {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 125px 0 135px;
    background:
        radial-gradient(
            circle at 7% 17%,
            rgba(var(--careon-primary-rgb), 0.78) 0%,
            rgba(var(--careon-primary-rgb), 0) 27%
        ),
        radial-gradient(
            circle at 94% 83%,
            rgba(var(--careon-base-rgb), 0.07) 0%,
            rgba(var(--careon-base-rgb), 0) 28%
        ),
        linear-gradient(
            180deg,
            var(--careon-white) 0%,
            var(--careon-extra) 100%
        );
    font-family: var(--careon-font);
    counter-reset: none;
    isolation: isolate;
    z-index: 1;
}


/* Línea superior de transición */
.ci-faq-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(92%, 1380px);
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(var(--careon-base-rgb), 0) 0%,
        rgba(var(--careon-base-rgb), 0.28) 50%,
        rgba(var(--careon-base-rgb), 0) 100%
    );
    transform: translateX(-50%);
}


/* Forma circular principal */
.ci-faq-section::after {
    content: "";
    position: absolute;
    top: -270px;
    left: -230px;
    width: 680px;
    height: 680px;
    border: 115px solid rgba(var(--careon-base-rgb), 0.035);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}


/* =========================================================
   DECORACIONES DEL FONDO
========================================================= */
.ci-faq-section__decoration {
    position: absolute;
    display: block;
    pointer-events: none;
    z-index: -1;
}

.ci-faq-section__decoration--one {
    top: 110px;
    right: 4%;
    width: 130px;
    height: 130px;
    opacity: 0.18;
    background-image:
        linear-gradient(
            rgba(var(--careon-base-rgb), 0.48) 1px,
            rgba(var(--careon-base-rgb), 0) 1px
        ),
        linear-gradient(
            90deg,
            rgba(var(--careon-base-rgb), 0.48) 1px,
            rgba(var(--careon-base-rgb), 0) 1px
        );
    background-size: 18px 18px;
}

.ci-faq-section__decoration--two {
    right: -190px;
    bottom: -230px;
    width: 500px;
    height: 500px;
    border: 90px solid rgba(var(--careon-primary-rgb), 0.65);
    border-radius: 50%;
}

.ci-faq-section__decoration--three {
    left: 4%;
    bottom: 14%;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    background-color: rgba(var(--careon-base-rgb), 0.28);
    box-shadow:
        35px -32px 0 rgba(var(--careon-base-rgb), 0.08),
        69px 3px 0 rgba(var(--careon-base-rgb), 0.13),
        15px 43px 0 rgba(var(--careon-base-rgb), 0.08);
}


/* =========================================================
   CONTENEDOR INTERIOR
========================================================= */
.ci-faq-section__inner {
    position: relative;
    display: block;
    margin: 0;
    padding: 70px;
    overflow: hidden;
    border: 1px solid rgba(var(--careon-base-rgb), 0.13);
    border-radius: calc(var(--careon-bdr-radius) + 22px);
    background:
        linear-gradient(
            145deg,
            rgba(var(--careon-white-rgb), 0.98) 0%,
            rgba(var(--careon-extra-rgb), 0.92) 100%
        );
    box-shadow:
        0 35px 75px rgba(var(--careon-black-rgb), 0.1),
        0 10px 25px rgba(var(--careon-black-rgb), 0.04);
}

.ci-faq-section__inner::before {
    content: "";
    position: absolute;
    top: -125px;
    right: -115px;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background:
        linear-gradient(
            145deg,
            var(--careon-primary) 0%,
            rgba(var(--careon-base-rgb), 0.08) 100%
        );
    pointer-events: none;
}

.ci-faq-section__inner::after {
    content: "";
    position: absolute;
    left: -95px;
    bottom: -110px;
    width: 245px;
    height: 245px;
    border: 45px solid rgba(var(--careon-base-rgb), 0.025);
    border-radius: 50%;
    pointer-events: none;
}


/* =========================================================
   DISTRIBUCIÓN GENERAL
========================================================= */
.ci-faq-section__layout {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(390px, 0.85fr);
    align-items: center;
    gap: 72px;
    width: 100%;
    z-index: 1;
}


/* =========================================================
   ESTILO DEL TÍTULO Y SUBTÍTULO
========================================================= */
.ci-faq-section .ci-cardio-heading {
    position: relative;
    display: block;
    margin-bottom: 42px;
}

.ci-faq-section .ci-cardio-heading__title {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 22px;
    color: var(--color1);
    font-family: var(--careon-font);
  font-size: clamp(2.3rem, 2.3vw, 2.25rem);
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: 0;
}

.ci-faq-section .ci-cardio-heading__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 88px;
    height: 5px;
    border-radius: var(--careon-bdr-radius);
    background: linear-gradient(
        90deg,
        var(--color2) 0%,
        rgba(var(--careon-base-rgb), 0.25) 100%
    );
}

.ci-faq-section .ci-cardio-heading__subtitle {
    position: relative;
    display: block;
    margin: 21px 0 0;
    color: var(--color2);
    font-family: var(--careon-font);
    font-size: clamp(1.2rem, 1.3vw, 1.3rem);
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
}


/* =========================================================
   COLUMNA DE PREGUNTAS
========================================================= */
.ci-faq-section__content {
    position: relative;
    display: block;
    min-width: 0;
    margin: 0;
}


/* =========================================================
   CONTENEDOR DEL ACORDEÓN
========================================================= */
.ci-faq-accordion {
    position: relative;
    display: grid;
    gap: 17px;
}


/* =========================================================
   ELEMENTO DEL ACORDEÓN
========================================================= */
.ci-faq-section .ci-faq-accordion .ci-faq-accordion__item {
    position: relative;
    display: block;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(var(--careon-base-rgb), 0.15);
    border-radius: calc(var(--careon-bdr-radius) - 2px);
    background-color: rgba(var(--careon-white-rgb), 0.92);
    box-shadow:
        0 8px 22px rgba(var(--careon-black-rgb), 0.035);
    transition:
        border-color 0.35s ease,
        background-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.ci-faq-section .ci-faq-accordion .ci-faq-accordion__item::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 0;
    width: 4px;
    border-radius: 0 var(--careon-bdr-radius) var(--careon-bdr-radius) 0;
    background-color: rgba(var(--careon-base-rgb), 0.22);
    transition:
        top 0.35s ease,
        bottom 0.35s ease,
        background-color 0.35s ease;
}

.ci-faq-section .ci-faq-accordion .ci-faq-accordion__item:hover {
    border-color: rgba(var(--careon-base-rgb), 0.34);
    background-color: var(--careon-white);
    box-shadow:
        0 15px 30px rgba(var(--careon-black-rgb), 0.07);
    transform: translateY(-2px);
}

.ci-faq-section .ci-faq-accordion .ci-faq-accordion__item.active {
    border-color: rgba(var(--careon-base-rgb), 0.4);
    background:
        linear-gradient(
            145deg,
            var(--careon-white) 0%,
            rgba(var(--careon-primary-rgb), 0.52) 100%
        );
    box-shadow:
        0 18px 38px rgba(var(--careon-black-rgb), 0.08);
}

.ci-faq-section
.ci-faq-accordion
.ci-faq-accordion__item.active::before {
    top: 0;
    bottom: 0;
    background-color: var(--color2);
}


/* Eliminar margen original entre acordeones */
.ci-faq-section
.ci-faq-accordion
.accrodion + .accrodion {
    margin-top: 0;
}


/* =========================================================
   TÍTULO DE LA PREGUNTA
========================================================= */
.ci-faq-section
.ci-faq-accordion
.ci-faq-accordion__title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 80px;
    padding: 20px 72px 20px 84px;
    cursor: pointer;
    transition: background-color 0.35s ease;
}

.ci-faq-section
.ci-faq-accordion
.ci-faq-accordion__title h4 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: clamp(1.05rem, 1.25vw, 1.2rem);
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    transition: color 0.35s ease;
}

.ci-faq-section
.ci-faq-accordion
.ci-faq-accordion__item.active
.ci-faq-accordion__title h4 {
    color: var(--color2);
}


/* =========================================================
   BOTÓN PARA ABRIR Y CERRAR
========================================================= */
.ci-faq-section
.ci-faq-accordion
.ci-faq-accordion__title h4::before {
    content: "\e933";
    position: absolute;
    top: 50%;
    right: -48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.14);
    border-radius: 50%;
    background-color: var(--careon-primary);
    color: var(--color2);
    font-family: "icomoon" !important;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    transform: translateY(-50%);
    transition:
        color 0.35s ease,
        background-color 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease;
}

.ci-faq-section
.ci-faq-accordion
.ci-faq-accordion__item:hover
.ci-faq-accordion__title h4::before {
    border-color: var(--color2);
    background-color: var(--color2);
    color: var(--careon-white);
}

.ci-faq-section
.ci-faq-accordion
.ci-faq-accordion__item.active
.ci-faq-accordion__title h4::before {
    content: "\e932";
    border-color: var(--color2);
    background-color: var(--color2);
    color: var(--careon-white);
    transform: translateY(-50%) rotate(180deg);
}


/* =========================================================
   NÚMERO DE LA PREGUNTA
========================================================= */
.ci-faq-section
.ci-faq-accordion
.ci-faq-accordion__count {
    position: absolute;
    top: 50%;
    left: 21px;
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.13);
    border-radius: 12px;
    background:
        linear-gradient(
            145deg,
            var(--careon-primary) 0%,
            var(--color3) 100%
        );
    color: var(--color2);
    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    transform: translateY(-50%);
    transition:
        color 0.35s ease,
        background-color 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.ci-faq-section
.ci-faq-accordion
.ci-faq-accordion__count::before {
    display: none;
}

.ci-faq-section
.ci-faq-accordion
.ci-faq-accordion__item.active
.ci-faq-accordion__count {
    border-color: var(--color2);
    background: var(--color2);
    color: var(--careon-white);
    box-shadow:
        0 8px 18px rgba(var(--careon-base-rgb), 0.22);
}


/* =========================================================
   RESPUESTA
========================================================= */
.ci-faq-section
.ci-faq-accordion
.ci-faq-accordion__content {
    position: relative;
    margin: 0;
    padding: 0 72px 29px 84px;
}

.ci-faq-section
.ci-faq-accordion
.ci-faq-accordion__answer {
    position: relative;
    padding-top: 20px;
    border-top: 1px solid rgba(var(--careon-base-rgb), 0.12);
}

.ci-faq-section
.ci-faq-accordion
.ci-faq-accordion__answer::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 62px;
    height: 2px;
    border-radius: var(--careon-bdr-radius);
    background-color: var(--color2);
}

.ci-faq-section
.ci-faq-accordion
.ci-faq-accordion__content p {
    margin: 0;
    color: var(--careon-gray);
    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.85;
    font-weight: 400;
}


/* =========================================================
   COLUMNA DE LA IMAGEN
========================================================= */
.ci-faq-section__visual {
    position: sticky;
    top: 120px;
    display: block;
    min-width: 0;
    margin: 0;
    padding: 25px 25px 0 0;
}

.ci-faq-section__visual::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 72%;
    height: 72%;
    border: 2px solid rgba(var(--careon-base-rgb), 0.19);
    border-radius: calc(var(--careon-bdr-radius) + 14px);
    pointer-events: none;
}

.ci-faq-section__visual::after {
    content: "";
    position: absolute;
    left: -24px;
    bottom: -24px;
    width: 58%;
    height: 52%;
    border-radius: calc(var(--careon-bdr-radius) + 14px);
    background-color: rgba(var(--careon-primary-rgb), 0.9);
    pointer-events: none;
    z-index: -1;
}


/* =========================================================
   MARCO DE LA IMAGEN
========================================================= */
.ci-faq-section__image-frame {
    position: relative;
    display: block;
    width: 100%;
    min-height: 660px;
    overflow: hidden;
    border: 8px solid var(--careon-white);
    border-radius: calc(var(--careon-bdr-radius) + 10px);
    background-color: var(--careon-primary);
    box-shadow:
        0 32px 68px rgba(var(--careon-black-rgb), 0.16),
        0 10px 24px rgba(var(--careon-black-rgb), 0.07);
    z-index: 1;
}

.ci-faq-section__image-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(var(--careon-base-rgb), 0.16);
    border-radius: calc(var(--careon-bdr-radius) + 2px);
    pointer-events: none;
    z-index: 3;
}

.ci-faq-section__image-frame::after {
    content: "";
    position: absolute;
    top: -110%;
    left: -85%;
    width: 48%;
    height: 300%;
    opacity: 0;
    background-color: rgba(var(--careon-white-rgb), 0.24);
    transform: rotate(24deg);
    transition:
        left 0.9s ease,
        opacity 0.9s ease;
    pointer-events: none;
    z-index: 2;
}

.ci-faq-section__image-frame:hover::after {
    left: 145%;
    opacity: 1;
}


/* Imagen */
.ci-faq-section__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    transition: transform 0.8s ease;
}

.ci-faq-section__image-frame:hover
.ci-faq-section__image {
    transform: scale(1.035);
}


/* Capa inferior */
.ci-faq-section__image-overlay {
    position: absolute;
    inset: auto 0 0;
    display: block;
    height: 45%;
    background: linear-gradient(
        180deg,
        rgba(var(--careon-black-rgb), 0) 0%,
        rgba(var(--careon-black-rgb), 0.38) 100%
    );
    pointer-events: none;
    z-index: 1;
}


/* =========================================================
   SÍMBOLO MÉDICO
========================================================= */
.ci-faq-section__medical-symbol {
    position: absolute;
    top: 27px;
    right: 27px;
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border: 1px solid rgba(var(--careon-white-rgb), 0.5);
    border-radius: 19px;
    background-color: rgba(var(--careon-white-rgb), 0.93);
    box-shadow:
        0 14px 30px rgba(var(--careon-black-rgb), 0.14);
    backdrop-filter: blur(9px);
    z-index: 4;
}

.ci-faq-section__medical-symbol::before,
.ci-faq-section__medical-symbol::after {
    content: "";
    position: absolute;
    border-radius: var(--careon-bdr-radius);
    background-color: var(--color2);
}

.ci-faq-section__medical-symbol::before {
    width: 29px;
    height: 5px;
}

.ci-faq-section__medical-symbol::after {
    width: 5px;
    height: 29px;
}

.ci-faq-section__medical-symbol span {
    position: relative;
    width: 12px;
    height: 12px;
    border: 3px solid var(--careon-white);
    border-radius: 50%;
    background-color: var(--color2);
    z-index: 1;
}



/* =========================================================
   PANTALLAS ENTRE 1200PX Y 1399PX
========================================================= */
@media only screen and (max-width: 1399px) {

    .ci-faq-section__inner {
        padding: 60px;
    }

    .ci-faq-section__layout {
        grid-template-columns:
            minmax(0, 1.12fr)
            minmax(360px, 0.88fr);
        gap: 55px;
    }

    .ci-faq-section__image-frame {
        min-height: 610px;
    }
}


/* =========================================================
   TABLET GRANDE
========================================================= */
@media only screen and (max-width: 1199px) {

    .ci-faq-section {
        padding: 105px 0 115px;
    }

    .ci-faq-section__inner {
        padding: 52px 45px;
    }

    .ci-faq-section__layout {
        grid-template-columns:
            minmax(0, 1.08fr)
            minmax(330px, 0.92fr);
        gap: 42px;
    }

    .ci-faq-section__image-frame {
        min-height: 560px;
    }

    .ci-faq-section
    .ci-faq-accordion
    .ci-faq-accordion__title {
        padding-right: 66px;
        padding-left: 78px;
    }

    .ci-faq-section
    .ci-faq-accordion
    .ci-faq-accordion__content {
        padding-right: 66px;
        padding-left: 78px;
    }
}


/* =========================================================
   TABLET
========================================================= */
@media only screen and (max-width: 991px) {

    .ci-faq-section {
        padding: 90px 0 100px;
    }

    .ci-faq-section__inner {
        max-width: 720px;
        margin: 0 auto;
        padding: 48px 40px;
    }

    .ci-faq-section__layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .ci-faq-section__visual {
        position: relative;
        top: auto;
        width: min(100%, 620px);
        margin: 0 auto;
    }

    .ci-faq-section__image-frame {
        min-height: 620px;
    }
}


/* =========================================================
   MÓVILES
========================================================= */
@media only screen and (max-width: 767px) {

    .ci-faq-section {
        padding: 75px 0 85px;
    }

    .ci-faq-section__inner {
        padding: 38px 25px;
        border-radius: calc(var(--careon-bdr-radius) + 8px);
    }

    .ci-faq-section__layout {
        gap: 38px;
    }

    .ci-faq-section .ci-cardio-heading {
        margin-bottom: 34px;
    }

    .ci-faq-section
    .ci-faq-accordion
    .ci-faq-accordion__title {
        min-height: 76px;
        padding: 18px 61px 18px 70px;
    }

    .ci-faq-section
    .ci-faq-accordion
    .ci-faq-accordion__title h4::before {
        right: -43px;
        width: 35px;
        height: 35px;
    }

    .ci-faq-section
    .ci-faq-accordion
    .ci-faq-accordion__count {
        left: 16px;
        width: 39px;
        height: 39px;
    }

    .ci-faq-section
    .ci-faq-accordion
    .ci-faq-accordion__content {
        padding: 0 61px 25px 70px;
    }

    .ci-faq-section__visual {
        padding: 14px 14px 0 0;
    }

    .ci-faq-section__visual::after {
        left: -8px;
        bottom: -13px;
    }

    .ci-faq-section__image-frame {
        min-height: 535px;
        border-width: 6px;
        border-radius: calc(var(--careon-bdr-radius) + 5px);
    }

    .ci-faq-section__medical-symbol {
        top: 18px;
        right: 18px;
        width: 57px;
        height: 57px;
    }

    .ci-faq-section__heartbeat {
        right: 17px;
        bottom: 17px;
        width: 185px;
        height: 54px;
    }
}


/* =========================================================
   MÓVILES PEQUEÑOS
========================================================= */
@media only screen and (max-width: 480px) {

    .ci-faq-section {
        padding: 65px 0 75px;
    }

    .ci-faq-section__inner {
        padding: 32px 18px;
    }

    .ci-faq-section .ci-cardio-heading__title {
        font-size: 2.1rem;
        line-height: 1.14;
    }

    .ci-faq-section .ci-cardio-heading__subtitle {
        padding-left: 14px;
        font-size: 1.1rem;
        line-height: 1.45;
    }

    .ci-faq-section
    .ci-faq-accordion
    .ci-faq-accordion__title {
        min-height: 72px;
        padding: 16px 53px 16px 62px;
    }

    .ci-faq-section
    .ci-faq-accordion
    .ci-faq-accordion__title h4 {
        font-size: 1rem;
    }

    .ci-faq-section
    .ci-faq-accordion
    .ci-faq-accordion__title h4::before {
        right: -38px;
        width: 33px;
        height: 33px;
    }

    .ci-faq-section
    .ci-faq-accordion
    .ci-faq-accordion__count {
        left: 13px;
        width: 37px;
        height: 37px;
    }

    .ci-faq-section
    .ci-faq-accordion
    .ci-faq-accordion__content {
        padding: 0 20px 23px 62px;
    }

    .ci-faq-section__image-frame {
        min-height: 450px;
    }

    .ci-faq-section__medical-symbol {
        width: 52px;
        height: 52px;
    }

    .ci-faq-section__heartbeat {
        width: 165px;
        padding: 0 14px;
    }
}


/* =========================================================
   REDUCCIÓN DE MOVIMIENTO
========================================================= */
@media (prefers-reduced-motion: reduce) {

    .ci-faq-section__image,
    .ci-faq-section__image-frame::after,
    .ci-faq-accordion__item,
    .ci-faq-accordion__title h4::before {
        transition: none;
    }
}

/*--------------------------------------------------------------
# FAQ Two
--------------------------------------------------------------*/
.faq-two {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 188px;
    z-index: 1;
}

.faq-two__left {
    position: relative;
    display: block;
}

.faq-two__left .section-title-two {
    margin-bottom: 21px;
}

.faq-two__btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
    text-align: center;
}

.faq-two__btn-box .thm-btn {
    background-color: var(--color4);
    padding: 5px 20px 5px;
    padding-right: 5px;
    display: inline-flex;
    align-items: center;
}

.faq-two__btn-box .thm-btn::before,
.faq-two__btn-box .thm-btn::after {
    background-color: var(--careon-black);
}

.faq-two__btn-box .thm-btn i {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--careon-white-rgb), .10);
    border-radius: 50%;
    margin-left: 20px;
}



.faq-two__btn-box .thm-btn-1 {
    background: var(--color5);
    padding: 5px 20px 5px;
    padding-right: 5px;
    display: inline-flex;
    align-items: center;
}

.faq-two__btn-box .thm-btn-1::before,
.faq-two__btn-box .thm-btn-1::after {
    background-color: var(--careon-black);
}

.faq-two__btn-box .thm-btn-1 i {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--careon-white-rgb), .10);
    border-radius: 50%;
    margin-left: 20px;
}


.faq-two__right {
    position: relative;
    display: block;
    margin-left: 30px;
}

.faq-two__right .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 2px solid rgba(var(--careon-black-rgb), .23);
    border-radius: var(--careon-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-two__right .faq-one-accrodion .accrodion.active {
    border: 2px solid var(--careon-primary);
}

.faq-two__right .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 19px 25px 19px;
    padding-left: 65px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-two__right .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--careon-black);
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-two__right .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 30px;
}

.faq-two__right .faq-one-accrodion .accrodion-title h4::before {
    content: "\e933";
    font-family: 'icomoon' !important;
    font-weight: 700;
    font-size: 11px;
    color: var(--careon-black);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.faq-two__right .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e932";
    color: var(--careon-primary);
}

.faq-two__right .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 31px;
    padding-left: 80px;
    padding-right: 20px;
    margin-top: 1px;
}

.faq-two__right .faq-one-accrodion .accrodion-content p {
    margin: 0;
}

.faq-two-accrodion__count {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.faq-two-accrodion__count:before {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--careon-black);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-two-accrodion__count::after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: -5px;
    width: 3px;
    height: 3px;
    background-color: var(--careon-black);
}

/*--------------------------------------------------------------
# FAQ Three
--------------------------------------------------------------*/
.faq-three {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 120px;
    z-index: 1;
}

.faq-three__left {
    position: relative;
    display: block;
}

.faq-three__left .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-extra-rgb), 1);
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-three__left .faq-one-accrodion .accrodion.active {
    border: 1px solid rgba(var(--careon-black-rgb), 1);
}

.faq-three__left .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 21px 30px 21px;
    padding-left: 65px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-three__left .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    padding-right: 40px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: var(--careon-black);
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-three__left .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-three__left .faq-one-accrodion .accrodion-title h4::before {
    content: "\e933";
    font-family: 'icomoon' !important;
    font-weight: 700;
    font-size: 12px;
    color: var(--careon-base);
    position: absolute;
    top: 50%;
    right: 0;
    height: 40px;
    width: 40px;
    background-color: var(--careon-extra);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.faq-three__left .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e932";
    color: var(--careon-white);
    background-color: var(--careon-base);
}

.faq-three__left .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 31px;
    padding-left: 80px;
    padding-right: 20px;
    margin-top: 1px;
}

.faq-three__left .faq-one-accrodion .accrodion-content p {
    margin: 0;
}

.faq-three-accrodion__count {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.faq-three-accrodion__count:before {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-left: 3px;
    font-weight: 700;
    color: var(--careon-black);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-three-accrodion__count::after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: -5px;
    width: 3px;
    height: 3px;
    background-color: var(--careon-black);
}

.faq-three__right {
    position: relative;
    display: block;
}

.faq-three__img {
    position: relative;
    display: block;
}

.faq-three__img img {
    width: 100%;
    border-radius: 10px;
}

.faq-three__contact-info {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(var(--careon-white-rgb), .90);
    border-radius: 10px;
    padding: 17px 20px 21px;
    max-width: 292px;
    width: 100%;
}

.faq-three__contact-info-list {
    position: relative;
    display: block;
}

.faq-three__contact-info-list li {
    position: relative;
    display: block;
}

.faq-three__contact-info-list li+li {
    margin-top: 27px;
}

.faq-three__contact-info-icon-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.faq-three__contact-info-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.faq-three__contact-info-icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--careon-black);
}

.faq-three__contact-info-number {
    position: relative;
    display: block;
}

.faq-three__contact-info-number p {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: var(--careon-black);
}

.faq-three__contact-info-number p a {
    color: var(--careon-black);
}

.faq-three__contact-info-number p a:hover {
    color: var(--careon-base);
}


/*--------------------------------------------------------------
# FAQ Four
--------------------------------------------------------------*/
.faq-four {
    padding: 90px 0 120px;
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 90px;
    z-index: 1;
}

.faq-page .faq-one__left {
    margin-bottom: 30px;
    margin-right: 0;
}





/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/