/*==============================================
    FAQ One
===============================================*/
 :root {
   --gradient1: linear-gradient(to bottom, #00a2ff, #0093fa, #0084f4, #0074ed, #0763e4);
   --gradient2: linear-gradient(to bottom, #454555, #393a49, #2e2f3e, #232433, #191a28);
   --color4: #009472;
   --color5: #00a8cc;
   
 }
/*==============================================
    FAQ One / Preguntas Frecuentes - Diseño Premium Pulido
===============================================*/

.faq-section.faq-one {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 108px 0 108px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 14%, rgba(var(--careon-primary-rgb), 0.78) 0%, rgba(255,255,255,0) 34%),
        radial-gradient(circle at 92% 22%, rgba(var(--careon-base-rgb), 0.11) 0%, rgba(255,255,255,0) 36%),
        linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%);
    z-index: 1;
}

.faq-section.faq-one::before {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    left: -178px;
    bottom: -188px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(var(--careon-primary-rgb), 0.90) 0%, rgba(var(--careon-base-rgb), 0.08) 100%);
    z-index: -1;
}

.faq-section.faq-one::after {
    content: "";
    position: absolute;
    width: 138px;
    height: 78px;
    right: 46px;
    top: 72px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.13);
    border-radius: 30px;
    transform: rotate(-17deg);
    background: rgba(237, 252, 255, 0.44);
    z-index: -1;
}

.faq-section .container {
    position: relative;
    z-index: 2;
}

/*==============================================
    Contenedor principal
===============================================*/

.faq-section .faq-one__inner {
    position: relative;
    display: block;
    background:
        linear-gradient(145deg, rgba(237,252,255,0.96), rgba(255,255,255,0.98));
    border-radius: 46px;
    padding: 78px 66px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    box-shadow:
        0 30px 82px rgba(23, 49, 64, 0.105),
        0 8px 22px rgba(23, 49, 64, 0.045),
        inset 0 0 0 1px rgba(255,255,255,0.80);
    overflow: hidden;
}

.faq-section .faq-one__inner::before {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    right: -120px;
    top: -120px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(var(--careon-primary-rgb), 0.98) 0%, rgba(var(--careon-base-rgb), 0.08) 100%);
    z-index: 0;
}

.faq-section .faq-one__inner::after {
    content: "";
    position: absolute;
    left: 66px;
    top: 0;
    width: 164px;
    height: 5px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color6));
    z-index: 2;
}

/* Línea decorativa interna */
.faq-section .faq-one__inner .row {
    position: relative;
    z-index: 2;
}

.faq-section .faq-one__inner .row::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 58.333%;
    width: 1px;
    background: linear-gradient(
        180deg,
        rgba(var(--careon-base-rgb), 0),
        rgba(var(--careon-base-rgb), 0.14),
        rgba(var(--careon-base-rgb), 0)
    );
    pointer-events: none;
}

/*==============================================
    Columna izquierda
===============================================*/

.faq-section .faq-one__left {
    position: relative;
    display: block;
    margin-right: 52px;
    z-index: 3;
}

.faq-section .faq-one__left .section-title {
    margin-bottom: 34px;
}

/* Label */
.faq-section .section-title__label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color2);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(var(--careon-base-rgb), 0.09);
    border: 1px solid rgba(var(--careon-base-rgb), 0.10);
    margin-bottom: 16px;
}

.faq-section .section-title__label::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    background: var(--color2);
    box-shadow: 0 0 0 5px rgba(var(--careon-base-rgb), 0.12);
}

/* Título */
.faq-section .section-title__title {
    color: var(--color1);
    font-size: 42px;
    line-height: 1.32;
    font-weight: 800;
  letter-spacing: -0.011em;
    margin: 0;
}

.faq-section .section-title__title::after {
    content: "";
    display: block;
    width: 82px;
    height: 4px;
    border-radius: 999px;
    margin-top: 18px;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color6));
}

/* Subtítulo */
.faq-section .section-title__tagline {
    position: relative;
    display: inline-block;
    max-width: 560px;
    margin-top: 18px;
    padding: 13px 18px;
    color: var(--color1);
    font-size: 13px;
    line-height: 1.65;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    background: rgba(255,255,255,0.80);
    border-left: 4px solid var(--color2);
    border-radius: 0 18px 18px 0;
    border-top: 1px solid rgba(var(--careon-base-rgb), 0.08);
    border-right: 1px solid rgba(var(--careon-base-rgb), 0.08);
    border-bottom: 1px solid rgba(var(--careon-base-rgb), 0.08);
    box-shadow: 0 12px 26px rgba(23, 49, 64, 0.06);
}

/*==============================================
    Acordeón
===============================================*/

.faq-section .faq-one__left .faq-one-accrodion {
    position: relative;
    z-index: 2;
}

.faq-section .faq-one__left .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-base-rgb), 0.14);
    border-radius: 20px;
    background: rgba(255,255,255,0.86);
    box-shadow:
        0 12px 30px rgba(23, 49, 64, 0.055),
        inset 0 0 0 1px rgba(255,255,255,0.60);
    overflow: hidden;
    transition: all 500ms ease;
}

.faq-section .faq-one__left .faq-one-accrodion .accrodion::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--color1), var(--color2));
    opacity: 0.75;
    transition: all 400ms ease;
}

.faq-section .faq-one__left .faq-one-accrodion .accrodion::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    right: -52px;
    top: -52px;
    border-radius: 50%;
    background: rgba(var(--careon-primary-rgb), 0.68);
    opacity: 0;
    transition: all 400ms ease;
    z-index: 0;
}

.faq-section .faq-one__left .faq-one-accrodion .accrodion.active,
.faq-section .faq-one__left .faq-one-accrodion .accrodion:hover {
    border-color: rgba(var(--careon-base-rgb), 0.26);
    box-shadow:
        0 18px 42px rgba(23, 49, 64, 0.10),
        inset 0 0 0 1px rgba(255,255,255,0.72);
    transform: translateY(-2px);
}

.faq-section .faq-one__left .faq-one-accrodion .accrodion.active::before {
    top: 14px;
    bottom: 14px;
    opacity: 1;
}

.faq-section .faq-one__left .faq-one-accrodion .accrodion.active::after,
.faq-section .faq-one__left .faq-one-accrodion .accrodion:hover::after {
    opacity: 1;
}

.faq-section .faq-one__left .faq-one-accrodion .accrodion + .accrodion {
    margin-top: 15px;
}

.faq-section .faq-one__left .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 19px 62px 19px 80px;
    transition: all 200ms linear;
    z-index: 2;
}

.faq-section .faq-one__left .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
    color: var(--color1);
    text-transform: none;
    position: relative;
    transition: all 500ms ease;
}

.faq-section .faq-one__left .faq-one-accrodion .accrodion-title h4::before {
    content: "\e933";
    font-family: 'icomoon' !important;
    font-weight: 700;
    font-size: 11px;
    color: var(--color1);
    position: absolute;
    top: 50%;
    right: -42px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background:
        linear-gradient(135deg, rgba(var(--careon-primary-rgb), 0.95), #ffffff);
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    transform: translateY(-50%);
    transition: all 500ms ease;
    text-align: center;
}

.faq-section .faq-one__left .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e932";
    color: var(--careon-white);
    background: linear-gradient(135deg, var(--color1), var(--color2));
    border-color: transparent;
    box-shadow: 0 10px 22px rgba(23, 49, 64, 0.16);
}

.faq-section .faq-one__left .faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0 58px 24px 80px;
    margin-top: -2px;
    z-index: 2;
}

.faq-section .faq-one__left .faq-one-accrodion .accrodion-content .inner {
    position: relative;
    padding-top: 4px;
}

.faq-section .faq-one__left .faq-one-accrodion .accrodion-content p {
    margin: 0;
    color: rgba(var(--careon-black-rgb), 0.76);
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
}

/* Numeración */
.faq-section .faq-one-accrodion__count {
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.08);
    border: 1px solid rgba(var(--careon-base-rgb), 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-section .faq-one-accrodion__count::before {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    color: var(--color1);
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
}

.faq-section .accrodion.active .faq-one-accrodion__count {
    background: linear-gradient(135deg, var(--color1), var(--color2));
    border-color: transparent;
    box-shadow: 0 10px 22px rgba(23, 49, 64, 0.16);
}

.faq-section .accrodion.active .faq-one-accrodion__count::before {
    color: var(--careon-white);
}

/* Nota inferior */
.faq-section__note {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 26px;
    padding: 18px 20px;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.92), rgba(237,252,255,0.80));
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    box-shadow: 0 14px 34px rgba(23, 49, 64, 0.07);
    overflow: hidden;
}

.faq-section__note::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--color1), var(--color2));
}

.faq-section__note::after {
    content: "";
    position: absolute;
    width: 74px;
    height: 74px;
    right: -34px;
    bottom: -34px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.08);
}

.faq-section__note span {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--careon-white);
    background: linear-gradient(135deg, var(--color1), var(--color2));
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    box-shadow: 0 10px 22px rgba(23, 49, 64, 0.20);
}

.faq-section__note p {
    position: relative;
    margin: 0;
    color: var(--color1);
    font-size: 14px;
    line-height: 1.58;
    font-weight: 700;
    z-index: 2;
}

/*==============================================
    Columna derecha / Imagen
===============================================*/

.faq-section .faq-one__right {
    position: relative;
    display: block;
    margin-left: -6px;
    z-index: 3;
}

.faq-section .faq-one__right::before {
    content: "";
    position: absolute;
    inset: 38px -24px -24px 34px;
    border-radius: 32px;
    background: rgba(var(--careon-base-rgb), 0.08);
    z-index: 0;
}

.faq-section .faq-one__right::after {
    content: "";
    position: absolute;
    width: 122px;
    height: 122px;
    right: -24px;
    top: -28px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(var(--careon-primary-rgb), 0.98) 0%, rgba(var(--careon-base-rgb), 0.08) 100%);
    z-index: 0;
}

.faq-section .faq-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 32px;
    z-index: 2;
    box-shadow:
        0 30px 72px rgba(23, 49, 64, 0.17),
        0 10px 24px rgba(23, 49, 64, 0.07);
}

.faq-section .faq-one__img::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0.70) 0%, rgba(255,255,255,0.25) 100%);
    transform: skewX(17deg);
    z-index: 3;
}

.faq-section .faq-one__img:hover::before {
    animation: shine 1.9s;
}

.faq-section .faq-one__img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 34px;
    bottom: 34px;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--color1), var(--color2), var(--color6));
    z-index: 2;
}

.faq-section .faq-one__img img {
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    border-radius: 32px;
    transition: all 0.7s ease;
}

.faq-section .faq-one__right:hover .faq-one__img img {
    transform: scale(1.035);
    filter: saturate(1.05) contrast(1.03);
}

/* Tarjeta sobre imagen */
.faq-section__image-card {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 4;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    box-shadow: 0 16px 36px rgba(23, 49, 64, 0.14);
    backdrop-filter: blur(10px);
}

.faq-section__image-card strong {
    display: block;
    color: var(--color1);
    font-size: 15px;
    line-height: 1.25;
    font-weight: 900;
}

.faq-section__image-card span {
    display: block;
    color: var(--color2);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
    margin-top: 5px;
}

/* Badge flotante adicional */
.faq-section__floating-badge {
    position: absolute;
    right: -18px;
    top: 54px;
    z-index: 5;
    max-width: 190px;
    padding: 15px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    box-shadow: 0 18px 40px rgba(23, 49, 64, 0.13);
    backdrop-filter: blur(10px);
}

.faq-section__floating-badge span {
    width: 34px;
    height: 34px;
    margin-bottom: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    color: var(--careon-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(23, 49, 64, 0.18);
}

.faq-section__floating-badge p {
    margin: 0;
    color: var(--color1);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
}

/*==============================================
    Responsive
===============================================*/

@media only screen and (max-width: 1199px) {
    .faq-section.faq-one {
        padding: 95px 0 95px;
    }

    .faq-section .faq-one__inner {
        padding: 64px 46px;
        border-radius: 38px;
    }

    .faq-section .faq-one__inner .row::before {
        display: none;
    }

    .faq-section .faq-one__left {
        margin-right: 0;
        margin-bottom: 48px;
    }

    .faq-section .faq-one__right {
        margin-left: 0;
    }

    .faq-section .section-title__title {
        font-size: 38px;
    }

    .faq-section .faq-one__img img {
        min-height: 420px;
    }

    .faq-section__floating-badge {
        right: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .faq-section .faq-one__inner {
        padding: 56px 38px;
    }
}

@media only screen and (max-width: 767px) {
    .faq-section.faq-one {
        padding: 78px 0 82px;
    }

    .faq-section .faq-one__inner {
        padding: 44px 24px;
        border-radius: 30px;
    }

    .faq-section .faq-one__inner::after {
        left: 24px;
        width: 120px;
    }

    .faq-section .section-title__title {
        font-size: 32px;
        line-height: 1.16;
    }

    .faq-section .section-title__tagline {
        font-size: 12px;
        letter-spacing: 0.07em;
        padding: 12px 15px;
    }

    .faq-section .section-title__label {
        font-size: 11px;
        line-height: 1.25;
    }

    .faq-section .faq-one__left .faq-one-accrodion .accrodion-title {
        padding: 18px 54px 18px 68px;
    }

    .faq-section .faq-one-accrodion__count {
        left: 22px;
        width: 34px;
        height: 34px;
    }

    .faq-section .faq-one__left .faq-one-accrodion .accrodion-title h4 {
        font-size: 15px;
    }

    .faq-section .faq-one__left .faq-one-accrodion .accrodion-title h4::before {
        right: -38px;
        width: 30px;
        height: 30px;
    }

    .faq-section .faq-one__left .faq-one-accrodion .accrodion-content {
        padding: 0 26px 22px 68px;
    }

    .faq-section .faq-one__img img {
        min-height: 360px;
    }

    .faq-section__image-card {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .faq-section__floating-badge {
        position: relative;
        right: auto;
        top: auto;
        max-width: 100%;
        margin-top: 18px;
    }

    .faq-section__note {
        flex-direction: column;
    }
}

@media only screen and (max-width: 480px) {
    .faq-section .section-title__title {
        font-size: 29px;
    }

    .faq-section .faq-one__inner {
        padding: 38px 18px;
    }

    .faq-section .faq-one__left .faq-one-accrodion .accrodion-title {
        padding: 17px 48px 17px 62px;
    }

    .faq-section .faq-one-accrodion__count {
        left: 18px;
        width: 32px;
        height: 32px;
    }

    .faq-section .faq-one__left .faq-one-accrodion .accrodion-content {
        padding: 0 22px 22px 62px;
    }

    .faq-section .faq-one__img img {
        min-height: 320px;
    }

    .faq-section__image-card {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 18px;
    }
}





/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/