/*==============================================
    FAQ One
===============================================*/
 :root {
   --gradient1: linear-gradient(to bottom, #00a2ff, #0093fa, #0084f4, #0074ed, #0763e4);
   --gradient2: linear-gradient(to bottom, #454555, #393a49, #2e2f3e, #232433, #191a28);
  --color4: radial-gradient(circle,rgba(41, 158, 104, 1) 0%, rgba(19, 127, 76, 1) 100%);
  --color5: radial-gradient(circle,rgba(33, 102, 222, 1) 0%, rgba(0, 62, 173, 1) 100%);
   
 }

.faq-one {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 90px 0 0;
    z-index: 1;
}

.faq-one__inner {
    position: relative;
    display: block;
    background-color: var(--careon-extra);
    border-radius: 60px;
    padding: 120px 60px 120px;
}

.faq-one__left {
    position: relative;
    display: block;
    margin-right: 40px;
}

.faq-one__left .section-title {
    margin-bottom: 39px;
}

.faq-one__left .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-black-rgb), .23);
    border-radius: var(--careon-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one__left .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 20px 30px 20px;
    padding-left: 80px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-right: 25px;
}

.faq-one__left .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-one__left .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 30px;
}

.faq-one__left .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;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--careon-primary);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.faq-one__left .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e932";
}

.faq-one__left .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 31px;
    padding-left: 80px;
    padding-right: 50px;
    margin-top: 1px;
}

.faq-one__left .faq-one-accrodion .accrodion-content p {
    margin: 0;
}

.faq-one-accrodion__count {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}

.faq-one-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-one__right {
    position: relative;
    display: block;
    margin-left: -10px;
}

.faq-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--careon-bdr-radius);
    z-index: 1;
}

.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, .7) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(17deg);
    z-index: 1;
}

.faq-one__img:hover::before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s;
}

.faq-one__img img {
    width: 100%;
    border-radius: var(--careon-bdr-radius);
}



/*--------------------------------------------------------------
# FAQ Two - Preguntas Frecuentes Medicina Estética
--------------------------------------------------------------*/

.faq-two {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 125px 0 135px;
    overflow: hidden;
    z-index: 1;
    background:
        radial-gradient(circle at 8% 12%, rgba(206, 146, 136, 0.15) 0%, transparent 30%),
        radial-gradient(circle at 92% 85%, rgba(249, 231, 224, 0.95) 0%, transparent 35%),
        linear-gradient(135deg, #ffffff 0%, #fff8f5 48%, #fdf0eb 100%);
}

.faq-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 13px;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3));
    z-index: -1;
}

.faq-two__shape-one {
    position: absolute;
    top: 70px;
    left: -115px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(156, 95, 85, 0.07);
    border: 1px solid rgba(156, 95, 85, 0.12);
    z-index: -1;
}

.faq-two__shape-two {
    position: absolute;
    right: -130px;
    bottom: 80px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(206, 146, 136, 0.14);
    z-index: -1;
}

.faq-two__shape-three {
    position: absolute;
    top: 45%;
    left: 48%;
    width: 230px;
    height: 230px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(249, 231, 224, 0.65);
    filter: blur(8px);
    z-index: -1;
}

.faq-two__row {
    --bs-gutter-x: 58px;
    --bs-gutter-y: 42px;
}

/*--------------------------------------------------------------
# Lado izquierdo
--------------------------------------------------------------*/

.faq-two__left {
    position: relative;
    display: block;
    padding: 38px 34px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(206, 146, 136, 0.22);
    box-shadow: 0 24px 65px rgba(156, 95, 85, 0.11);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.faq-two__left::before {
    content: "";
    position: absolute;
    top: -72px;
    right: -72px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(249, 231, 224, 0.86);
    z-index: -1;
}

.faq-two__left::after {
    content: "";
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 0;
    height: 4px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3));
}

.faq-two__label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    padding: 10px 18px;
    border-radius: 100px;
    background: rgba(249, 231, 224, 0.96);
    color: var(--color1);
    font-size: 11px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    box-shadow: 0 12px 32px rgba(156, 95, 85, 0.08);
}

.faq-two__label::before {
    content: "";
    min-width: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color2);
    box-shadow: 0 0 0 6px rgba(206, 146, 136, 0.22);
}

.faq-two__left .section-title-two {
    margin-bottom: 22px;
}

.faq-two__left .section-title-two__title {
    margin: 0;
    color: var(--color1);
    font-size: 40px;
    line-height: 1.4;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: -0.9px;
}

.faq-two__left .section-title-two__tagline {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 18px;
    padding: 9px 18px;
    border-radius: 100px;
    background: rgba(249, 231, 224, 0.96);
    color: var(--color1);
    font-size: 12px;
    line-height: 1.75;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    box-shadow: 0 12px 32px rgba(156, 95, 85, 0.08);
    border: 1px solid rgba(206, 146, 136, 0.18);
}

.faq-two__left .section-title-two__tagline::before {
    content: "";
    position: relative;
    display: inline-block;
    left: auto;
    top: auto;
    min-width: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color2);
    box-shadow: 0 0 0 6px rgba(206, 146, 136, 0.22);
}

.faq-two__text {
    margin: 0;
    color: rgba(16, 26, 41, 0.72);
    font-size: 15px;
    line-height: 1.85;
    font-weight: 500;
}

.faq-two__btn-box {
    position: relative;
   
    align-items: center;

    gap: 14px;
    margin-top: 32px;
    text-align: center;
}

/* Botón verde: Contáctanos / WhatsApp */
.faq-two__btn-box .thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 8px 8px 8px 24px;
    border-radius: 100px;
    background: var(--color4);
    color: var(--white);
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    overflow: hidden;
    border: none;
    box-shadow: 0 18px 38px rgba(19, 127, 76, 0.22);
    transition: all 400ms ease;
}

.faq-two__btn-box .thm-btn::before,
.faq-two__btn-box .thm-btn::after {
    background-color: rgba(255, 255, 255, 0.14);
}

.faq-two__btn-box .thm-btn:hover {
    transform: translateY(-3px);
    color: var(--white);
    box-shadow: 0 24px 50px rgba(19, 127, 76, 0.30);
}

.faq-two__btn-box .thm-btn i {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    color: var(--white);
    font-size: 15px;
}

/* Botón azul: llamadas */
.faq-two__btn-box .thm-btn-1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 8px 8px 8px 24px;
    border-radius: 100px;
    background: var(--color5);
    color: var(--white);
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    overflow: hidden;
    border: none;
    box-shadow: 0 18px 38px rgba(0, 62, 173, 0.20);
    transition: all 400ms ease;
}

.faq-two__btn-box .thm-btn-1::before,
.faq-two__btn-box .thm-btn-1::after {
    background-color: rgba(255, 255, 255, 0.14);
}

.faq-two__btn-box .thm-btn-1:hover {
    transform: translateY(-3px);
    color: var(--white);
    box-shadow: 0 24px 50px rgba(0, 62, 173, 0.28);
}

.faq-two__btn-box .thm-btn-1 i {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    color: var(--white);
    font-size: 15px;
}
/*--------------------------------------------------------------
# Lado derecho - Acordeón
--------------------------------------------------------------*/

.faq-two__right {
    position: relative;
    display: block;
    margin-left: 0;
}

.faq-two__right .faq-one-accrodion {
    position: relative;
    display: block;
}

.faq-two__right .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid rgba(206, 146, 136, 0.26);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 16px 40px rgba(156, 95, 85, 0.07);
    overflow: hidden;
    transition: all 500ms ease;
    backdrop-filter: blur(8px);
}

.faq-two__right .faq-one-accrodion .accrodion:hover {
    transform: translateY(-4px);
    border-color: rgba(156, 95, 85, 0.36);
    box-shadow: 0 24px 55px rgba(156, 95, 85, 0.13);
}

.faq-two__right .faq-one-accrodion .accrodion.active {
    border-color: rgba(156, 95, 85, 0.40);
    background:
        linear-gradient(135deg, rgba(249, 231, 224, 0.62), rgba(255, 255, 255, 0.88));
    box-shadow: 0 26px 65px rgba(156, 95, 85, 0.14);
}

.faq-two__right .faq-one-accrodion .accrodion + .accrodion {
    margin-top: 22px;
}

.faq-two__right .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 24px 64px 24px 82px;
    transition: all 300ms ease;
}

.faq-two__right .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    color: var(--color1);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.45;
    text-transform: none;
    position: relative;
    transition: all 400ms ease;
}

.faq-two__right .faq-one-accrodion .accrodion-title h4::before {
    content: "\e933";
    font-family: 'icomoon' !important;
    font-weight: 700;
    font-size: 12px;
    color: var(--color1);
    position: absolute;
    top: 50%;
    right: -38px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(249, 231, 224, 0.88);
    border: 1px solid rgba(206, 146, 136, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    transition: all 400ms ease;
}

.faq-two__right .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e932";
    color: var(--white);
    background: linear-gradient(135deg, var(--color1), var(--color2));
    border-color: transparent;
    box-shadow: 0 12px 25px rgba(156, 95, 85, 0.18);
}

.faq-two__right .faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0 64px 28px 82px;
    margin-top: -4px;
}

.faq-two__right .faq-one-accrodion .accrodion-content .inner {
    position: relative;
    padding-top: 2px;
}

.faq-two__right .faq-one-accrodion .accrodion-content p {
    margin: 0;
    color: rgba(16, 26, 41, 0.72);
    font-size: 15px;
    line-height: 1.85;
    font-weight: 500;
}

.faq-two-accrodion__count {
    position: absolute;
    top: 24px;
    left: 26px;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: rgba(249, 231, 224, 0.95);
    border: 1px solid rgba(206, 146, 136, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-two-accrodion__count::before {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    color: var(--color1);
    counter-increment: count;
    content: "0" counter(count);
    transition: all 300ms ease;
}

.faq-two-accrodion__count::after {
    display: none;
}

.faq-two__right .faq-one-accrodion .accrodion.active .faq-two-accrodion__count {
    background: linear-gradient(135deg, var(--color1), var(--color2));
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(156, 95, 85, 0.18);
}

.faq-two__right .faq-one-accrodion .accrodion.active .faq-two-accrodion__count::before {
    color: var(--white);
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {
    .faq-two {
        padding: 110px 0 115px;
    }

    .faq-two__row {
        --bs-gutter-x: 42px;
    }

    .faq-two__left {
        padding: 34px 28px;
    }

    .faq-two__left .section-title-two__title {
        font-size: 36px;
    }

    .faq-two__right .faq-one-accrodion .accrodion-title {
        padding: 23px 58px 23px 78px;
    }

    .faq-two__right .faq-one-accrodion .accrodion-content {
        padding: 0 58px 26px 78px;
    }
}

@media only screen and (max-width: 991px) {
    .faq-two {
        padding: 92px 0 95px;
    }

    .faq-two__row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 38px;
    }

    .faq-two__left {
        max-width: 100%;
        padding: 34px 30px;
    }

    .faq-two__left .section-title-two__title {
        font-size: 34px;
    }

    .faq-two__right {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .faq-two {
        padding: 78px 0 80px;
        background:
            radial-gradient(circle at 0% 8%, rgba(206, 146, 136, 0.13) 0%, transparent 32%),
            radial-gradient(circle at 100% 84%, rgba(249, 231, 224, 0.95) 0%, transparent 40%),
            linear-gradient(135deg, #fff 0%, #fff8f5 52%, #fdf0eb 100%);
    }

    .faq-two::before {
        height: 9px;
    }

    .faq-two__shape-one {
        top: 55px;
        left: -155px;
        width: 230px;
        height: 230px;
    }

    .faq-two__shape-two {
        right: -170px;
        bottom: 70px;
        width: 280px;
        height: 280px;
    }

    .faq-two__shape-three {
        display: none;
    }

    .faq-two__left {
        padding: 30px 24px;
        border-radius: 26px;
        text-align: left;
    }

    .faq-two__left::after {
        left: 24px;
        right: 24px;
    }

    .faq-two__label {
        max-width: 100%;
        padding: 9px 14px;
        font-size: 10px;
        line-height: 1.45;
        letter-spacing: 0.55px;
    }

    .faq-two__left .section-title-two {
        margin-bottom: 20px;
    }

    .faq-two__left .section-title-two__title {
        font-size: 30px;
        line-height: 1.18;
        letter-spacing: -0.4px;
    }

    .faq-two__left .section-title-two__tagline {
        padding: 8px 14px;
        font-size: 10px;
        line-height: 1.45;
        letter-spacing: 0.45px;
        white-space: normal;
        text-align: center;
    }

    .faq-two__left .section-title-two__tagline::before {
        min-width: 7px;
        width: 7px;
        height: 7px;
        box-shadow: 0 0 0 5px rgba(206, 146, 136, 0.20);
    }

    .faq-two__text {
        font-size: 14px;
        line-height: 1.8;
    }

    .faq-two__btn-box {
        margin-top: 26px;
    }

    .faq-two__btn-box .thm-btn {
        width: 100%;
        justify-content: space-between;
        padding: 8px 8px 8px 22px;
    }

    .faq-two__right .faq-one-accrodion .accrodion {
        border-radius: 20px;
    }

    .faq-two__right .faq-one-accrodion .accrodion + .accrodion {
        margin-top: 16px;
    }

    .faq-two__right .faq-one-accrodion .accrodion-title {
        padding: 21px 54px 21px 68px;
    }

    .faq-two__right .faq-one-accrodion .accrodion-title h4 {
        font-size: 16px;
        line-height: 1.45;
    }

    .faq-two__right .faq-one-accrodion .accrodion-title h4::before {
        right: -38px;
        width: 32px;
        height: 32px;
        font-size: 11px;
    }

    .faq-two__right .faq-one-accrodion .accrodion-content {
        padding: 0 24px 24px 68px;
    }

    .faq-two__right .faq-one-accrodion .accrodion-content p {
        font-size: 14px;
        line-height: 1.8;
    }

    .faq-two-accrodion__count {
        top: 20px;
        left: 20px;
        width: 34px;
        height: 34px;
        border-radius: 12px;
    }

    .faq-two-accrodion__count::before {
        font-size: 13px;
    }
}

@media only screen and (max-width: 480px) {
    .faq-two {
        padding: 70px 0 72px;
    }

    .faq-two__left {
        padding: 26px 20px;
        border-radius: 23px;
    }

    .faq-two__label {
        font-size: 9.5px;
        padding: 8px 12px;
        letter-spacing: 0.45px;
    }

    .faq-two__left .section-title-two__title {
        font-size: 26px;
        line-height: 1.22;
    }

    .faq-two__left .section-title-two__tagline {
        font-size: 13.5px;
    }

    .faq-two__btn-box .thm-btn {
        font-size: 13px;
    }

    .faq-two__btn-box .thm-btn i {
        width: 39px;
        height: 39px;
    }

    .faq-two__right .faq-one-accrodion .accrodion-title {
        padding: 20px 48px 20px 60px;
    }

    .faq-two__right .faq-one-accrodion .accrodion-title h4 {
        font-size: 15px;
    }

    .faq-two__right .faq-one-accrodion .accrodion-title h4::before {
        right: -34px;
        width: 29px;
        height: 29px;
        font-size: 10px;
    }

    .faq-two__right .faq-one-accrodion .accrodion-content {
        padding: 0 20px 22px 60px;
    }

    .faq-two-accrodion__count {
        left: 17px;
        width: 31px;
        height: 31px;
        border-radius: 11px;
    }

    .faq-two-accrodion__count::before {
        font-size: 12px;
    }
}

@media only screen and (max-width: 375px) {
    .faq-two__left .section-title-two__title {
        font-size: 24px;
    }

    .faq-two__right .faq-one-accrodion .accrodion-title {
        padding: 18px 45px 18px 56px;
    }

    .faq-two__right .faq-one-accrodion .accrodion-title h4 {
        font-size: 14px;
    }

    .faq-two__right .faq-one-accrodion .accrodion-content {
        padding: 0 18px 21px 56px;
    }

    .faq-two__right .faq-one-accrodion .accrodion-content p {
        font-size: 13.5px;
    }

    .faq-two-accrodion__count {
        left: 15px;
    }
}


/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/