/*==============================================
    FAQ One
===============================================*/
 :root {
   --gradient1: linear-gradient(to bottom, #00a2ff, #0093fa, #0084f4, #0074ed, #0763e4);
   --gradient2: linear-gradient(to bottom, #454555, #393a49, #2e2f3e, #232433, #191a28);
  --color4: #3ba44f;
  --color5: #008eca;
   
 }

.faq-one.faq-one--brenda {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 105px 0 105px;
    background: var(--careon-white);
    overflow: hidden;
    z-index: 1;
}

.faq-one.faq-one--brenda::before,
.faq-one.faq-one--brenda::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.faq-one.faq-one--brenda::before {
    width: 330px;
    height: 330px;
    top: -150px;
    left: -120px;
    background: radial-gradient(
        circle,
        rgba(var(--careon-primary-rgb), 0.70) 0%,
        rgba(var(--careon-primary-rgb), 0) 72%
    );
}

.faq-one.faq-one--brenda::after {
    width: 300px;
    height: 300px;
    right: -120px;
    bottom: -150px;
    background: radial-gradient(
        circle,
        rgba(var(--careon-base-rgb), 0.09) 0%,
        rgba(var(--careon-base-rgb), 0) 72%
    );
}

.faq-one--brenda .faq-one__inner {
    position: relative;
    display: block;
    padding: 74px 70px;
    background:
        linear-gradient(
            135deg,
            var(--color3) 0%,
            rgba(var(--careon-primary-rgb), 0.48) 100%
        );
    border: 1px solid rgba(var(--careon-base-rgb), 0.10);
    border-radius: calc(var(--careon-bdr-radius) + 22px);
    box-shadow: 0 24px 65px rgba(var(--careon-gray-rgb), 0.07);
    overflow: hidden;
    z-index: 1;
}

.faq-one--brenda .faq-one__inner::before {
    content: "";
    position: absolute;
    width: 290px;
    height: 290px;
    right: -125px;
    top: -145px;
    border-radius: 50%;
    border: 1px solid rgba(var(--careon-base-rgb), 0.09);
    box-shadow:
        0 0 0 38px rgba(var(--careon-base-rgb), 0.025),
        0 0 0 78px rgba(var(--careon-base-rgb), 0.018);
    pointer-events: none;
    z-index: -1;
}

.faq-one--brenda .faq-one__inner::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 5px;
    top: 0;
    left: 70px;
    background: linear-gradient(90deg, var(--color1) 0%, var(--color2) 100%);
    border-radius: 0 0 10px 10px;
}

.faq-one--brenda .faq-one__left {
    position: relative;
    display: block;
    margin-right: 34px;
}

.faq-one--brenda .faq-one__left .section-title {
    position: relative;
    margin-bottom: 34px;
    max-width: 720px;
}

.faq-one--brenda .web-section-title,
.faq-one--brenda .section-title__title {
    color: var(--color1);
    font-size: 40px;
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 0;
    text-wrap: balance;
}

.faq-one--brenda .web-section-subtitle,
.faq-one--brenda .section-title__tagline {
    color: var(--color2);
    font-size: 18px;
    line-height: 1.7;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 12px 0 0;
    text-wrap: balance;
}

/*--------------------------------------------------------------
  Acordeón
--------------------------------------------------------------*/

.faq-one--brenda .faq-one-accrodion {
    position: relative;
    display: grid;
    gap: 16px;
}

.faq-one--brenda .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    margin: 0 !important;
    background: rgba(var(--careon-white-rgb), 0.72);
    border: 1px solid rgba(var(--careon-black-rgb), 0.16);
    border-radius: calc(var(--careon-bdr-radius) - 4px);
    box-shadow: 0 10px 28px rgba(var(--careon-gray-rgb), 0.035);
    overflow: hidden;
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        background-color 0.35s ease;
}

.faq-one--brenda .faq-one-accrodion .accrodion:hover {
    transform: translateY(-2px);
    border-color: rgba(var(--careon-base-rgb), 0.32);
    box-shadow: 0 16px 34px rgba(var(--careon-gray-rgb), 0.065);
}

.faq-one--brenda .faq-one-accrodion .accrodion.active {
    background: var(--careon-white);
    border-color: rgba(var(--careon-base-rgb), 0.34);
    box-shadow: 0 18px 38px rgba(var(--careon-gray-rgb), 0.075);
}

.faq-one--brenda .faq-one-accrodion .accrodion::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--color1) 0%, var(--color2) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.faq-one--brenda .faq-one-accrodion .accrodion.active::before {
    opacity: 1;
}

.faq-one--brenda .faq-one-accrodion .accrodion-title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 72px;
    cursor: pointer;
    padding: 18px 64px 18px 76px;
    transition: background-color 0.35s ease;
}

.faq-one--brenda .faq-one-accrodion .accrodion-title h4 {
    position: relative;
    width: 100%;
    margin: 0;
    color: var(--careon-black);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: none;
    transition: color 0.35s ease;
}

.faq-one--brenda .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--color1);
}

/* Botón + / - creado sólo con CSS, sin otra fuente */
.faq-one--brenda .faq-one-accrodion .accrodion-title h4::before,
.faq-one--brenda .faq-one-accrodion .accrodion-title h4::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -34px;
    width: 12px;
    height: 2px;
    background: var(--color2);
    border-radius: 10px;
    transform: translateY(-50%);
    transition: transform 0.35s ease, background-color 0.35s ease;
}

.faq-one--brenda .faq-one-accrodion .accrodion-title h4::after {
    transform: translateY(-50%) rotate(90deg);
}

.faq-one--brenda .faq-one-accrodion .accrodion.active .accrodion-title h4::after {
    transform: translateY(-50%) rotate(0deg);
}

.faq-one--brenda .faq-one-accrodion .accrodion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: var(--careon-primary);
    border: 1px solid rgba(var(--careon-base-rgb), 0.16);
    z-index: 0;
}

.faq-one--brenda .faq-one-accrodion .accrodion-title h4::before,
.faq-one--brenda .faq-one-accrodion .accrodion-title h4::after {
    z-index: 2;
}

.faq-one--brenda .faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0 58px 24px 76px;
    margin-top: 0;
}

.faq-one--brenda .faq-one-accrodion .accrodion-content .inner {
    position: relative;
    padding-top: 2px;
}

.faq-one--brenda .faq-one-accrodion .accrodion-content .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 1px;
    background: rgba(var(--careon-base-rgb), 0.22);
}

.faq-one--brenda .faq-one-accrodion .accrodion-content p {
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 1.85;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 13px 0 0;
}

.faq-one--brenda .faq-one-accrodion__count {
    position: absolute;
    top: 50%;
    left: 22px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    background: var(--careon-white);
    border: 1px solid rgba(var(--careon-base-rgb), 0.18);
    border-radius: 50%;
    box-shadow: 0 7px 18px rgba(var(--careon-gray-rgb), 0.05);
}

.faq-one--brenda .faq-one-accrodion__count::before {
    position: relative;
    display: block;
    color: var(--color1);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    counter-increment: count;
    content: "0" counter(count);
}

/*--------------------------------------------------------------
  Imagen
--------------------------------------------------------------*/

.faq-one--brenda .faq-one__right {
    position: relative;
    display: block;
    height: 100%;
    margin-left: 6px;
}

.faq-one--brenda .faq-one__right::before {
    content: "";
    position: absolute;
    top: -18px;
    right: -18px;
    width: 72%;
    height: 72%;
    background: var(--careon-primary);
    border-radius: calc(var(--careon-bdr-radius) + 8px);
    z-index: 0;
}

.faq-one--brenda .faq-one__right::after {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 26px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 1px solid rgba(var(--careon-base-rgb), 0.22);
    box-shadow:
        0 0 0 12px rgba(var(--careon-base-rgb), 0.035),
        0 0 0 24px rgba(var(--careon-base-rgb), 0.018);
    z-index: 2;
    pointer-events: none;
}

.faq-one--brenda .faq-one__img {
    position: relative;
    display: block;
    height: 100%;
    min-height: 540px;
    overflow: hidden;
    border-radius: calc(var(--careon-bdr-radius) + 4px);
    border: 8px solid var(--careon-white);
    box-shadow: 0 22px 52px rgba(var(--careon-gray-rgb), 0.12);
    z-index: 1;
}

.faq-one--brenda .faq-one__img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(var(--careon-black-rgb), 0) 62%,
        rgba(var(--careon-black-rgb), 0.12) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.faq-one--brenda .faq-one__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -85%;
    width: 45%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(var(--careon-white-rgb), 0) 0%,
        rgba(var(--careon-white-rgb), 0.52) 50%,
        rgba(var(--careon-white-rgb), 0) 100%
    );
    transform: skewX(-16deg);
    transition: left 0.9s ease;
    z-index: 2;
    pointer-events: none;
}

.faq-one--brenda .faq-one__img:hover::after {
    left: 135%;
}

.faq-one--brenda .faq-one__img img {
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: calc(var(--careon-bdr-radius) - 4px);
    transition: transform 0.7s ease;
}

.faq-one--brenda .faq-one__img:hover img {
    transform: scale(1.035);
}

/*--------------------------------------------------------------
  Animación propia de entrada
--------------------------------------------------------------*/

.faq-one--brenda .nbf-faq-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
    transition-delay: var(--nbf-faq-delay, 0ms);
}

.faq-one--brenda .nbf-faq-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/*--------------------------------------------------------------
  Responsive
--------------------------------------------------------------*/

@media (max-width: 1199px) {
    .faq-one.faq-one--brenda {
        padding: 95px 0;
    }

    .faq-one--brenda .faq-one__inner {
        padding: 62px 50px;
    }

    .faq-one--brenda .faq-one__left {
        margin-right: 18px;
    }

    .faq-one--brenda .faq-one__img,
    .faq-one--brenda .faq-one__img img {
        min-height: 500px;
    }
}

@media (max-width: 991px) {
    .faq-one.faq-one--brenda {
        padding: 85px 0;
    }

    .faq-one--brenda .faq-one__inner {
        padding: 56px 42px;
        border-radius: calc(var(--careon-bdr-radius) + 16px);
    }

    .faq-one--brenda .faq-one__inner::after {
        left: 42px;
    }

    .faq-one--brenda .faq-one__left {
        margin-right: 0;
    }

    .faq-one--brenda .web-section-title,
    .faq-one--brenda .section-title__title {
        font-size: 34px;
    }

    .faq-one--brenda .faq-one__right {
        margin: 48px 0 0;
    }

    .faq-one--brenda .faq-one__img,
    .faq-one--brenda .faq-one__img img {
        min-height: 430px;
        max-height: 560px;
    }

    .faq-one--brenda .faq-one__img img {
        object-position: center 42%;
    }

    .faq-one--brenda .faq-one__right::before {
        width: 58%;
        height: 76%;
    }
}

@media (max-width: 767px) {
    .faq-one.faq-one--brenda {
        padding: 75px 0;
    }

    .faq-one--brenda .faq-one__inner {
        padding: 46px 24px;
        border-radius: calc(var(--careon-bdr-radius) + 10px);
    }

    .faq-one--brenda .faq-one__inner::after {
        left: 50%;
        width: 90px;
        transform: translateX(-50%);
    }

    .faq-one--brenda .faq-one__left .section-title {
        text-align: center !important;
        margin: 0 auto 32px;
    }

    .faq-one--brenda .web-section-title,
    .faq-one--brenda .section-title__title {
        font-size: 29px;
        line-height: 1.28;
        text-align: center;
    }

    .faq-one--brenda .web-section-subtitle,
    .faq-one--brenda .section-title__tagline {
        font-size: 16px;
        line-height: 1.7;
        text-align: center;
        margin: 11px auto 0;
    }

    .faq-one--brenda .faq-one-accrodion {
        gap: 14px;
    }

    .faq-one--brenda .faq-one-accrodion .accrodion-title {
        min-height: 70px;
        padding: 16px 56px 16px 66px;
    }

    .faq-one--brenda .faq-one-accrodion .accrodion-title h4 {
        font-size: 17px;
        line-height: 1.5;
    }

    .faq-one--brenda .faq-one-accrodion__count {
        left: 16px;
        width: 36px;
        height: 36px;
    }

    .faq-one--brenda .faq-one-accrodion .accrodion-title::after {
        right: 15px;
        width: 30px;
        height: 30px;
    }

    .faq-one--brenda .faq-one-accrodion .accrodion-title h4::before,
    .faq-one--brenda .faq-one-accrodion .accrodion-title h4::after {
        right: -32px;
    }

    .faq-one--brenda .faq-one-accrodion .accrodion-content {
        padding: 0 22px 22px 66px;
    }

    .faq-one--brenda .faq-one-accrodion .accrodion-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .faq-one--brenda .faq-one__right {
        margin-top: 40px;
    }

    .faq-one--brenda .faq-one__img,
    .faq-one--brenda .faq-one__img img {
        min-height: 360px;
        max-height: 440px;
    }

    .faq-one--brenda .faq-one__right::after {
        width: 54px;
        height: 54px;
        left: -8px;
        bottom: 20px;
    }
}

@media (max-width: 575px) {
    .faq-one.faq-one--brenda {
        padding: 68px 0;
    }

    .faq-one--brenda .faq-one__inner {
        padding: 42px 16px 18px;
        border-radius: var(--careon-bdr-radius);
    }

    .faq-one--brenda .web-section-title,
    .faq-one--brenda .section-title__title {
        font-size: 27px;
    }

    .faq-one--brenda .faq-one-accrodion .accrodion {
        border-radius: 15px;
    }

    .faq-one--brenda .faq-one-accrodion .accrodion-title {
        padding-left: 58px;
        padding-right: 50px;
    }

    .faq-one--brenda .faq-one-accrodion__count {
        left: 12px;
        width: 34px;
        height: 34px;
    }

    .faq-one--brenda .faq-one-accrodion__count::before {
        font-size: 15px;
    }

    .faq-one--brenda .faq-one-accrodion .accrodion-title::after {
        right: 12px;
        width: 28px;
        height: 28px;
    }

    .faq-one--brenda .faq-one-accrodion .accrodion-title h4::before,
    .faq-one--brenda .faq-one-accrodion .accrodion-title h4::after {
        right: -30px;
        width: 11px;
    }

    .faq-one--brenda .faq-one-accrodion .accrodion-content {
        padding: 0 16px 20px 58px;
    }

    .faq-one--brenda .faq-one__right::before,
    .faq-one--brenda .faq-one__right::after {
        display: none;
    }

    .faq-one--brenda .faq-one__img {
        border-width: 5px;
        box-shadow: 0 16px 36px rgba(var(--careon-gray-rgb), 0.10);
    }

    .faq-one--brenda .faq-one__img,
    .faq-one--brenda .faq-one__img img {
        min-height: 310px;
        max-height: 390px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq-one--brenda .nbf-faq-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .faq-one--brenda .faq-one__img img,
    .faq-one--brenda .faq-one__img::after,
    .faq-one--brenda .faq-one-accrodion .accrodion {
        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
--------------------------------------------------------------*/