/*==============================================
    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 {
    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
--------------------------------------------------------------*/
.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 - Preguntas frecuentes Oftalmología Premium Plus
--------------------------------------------------------------*/

.faq-three,
.oph-faq-section {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 110px 0 125px;
    z-index: 1;
    overflow: hidden;
    background:
        radial-gradient(circle at 6% 18%, rgba(var(--careon-extra-rgb), 0.95) 0%, transparent 30%),
        radial-gradient(circle at 94% 82%, rgba(var(--careon-base-rgb), 0.14) 0%, transparent 28%),
        linear-gradient(180deg, rgba(var(--careon-primary-rgb), 0.38) 0%, #ffffff 47%, rgba(var(--careon-primary-rgb), 0.56) 100%);
}

.oph-faq-section::before {
    content: "";
    position: absolute;
    inset: 28px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.13);
    border-radius: 38px;
    background:
        linear-gradient(180deg, rgba(var(--careon-white-rgb), 0.20), rgba(var(--careon-white-rgb), 0.05));
    box-shadow:
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.45);
    pointer-events: none;
    z-index: -1;
}

.oph-faq-section::after {
    content: "";
    position: absolute;
    top: 28px;
    left: 50%;
    width: 300px;
    height: 3px;
    border-radius: 100px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(var(--careon-base-rgb), 0.18),
            var(--color2),
            rgba(var(--careon-base-rgb), 0.18),
            transparent
        );
    transform: translateX(-50%);
    z-index: 0;
}

/* Figuras decorativas */
.oph-faq-bg-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.oph-faq-bg-shape-1 {
    width: 420px;
    height: 420px;
    left: -210px;
    top: 75px;
    background:
        radial-gradient(circle, rgba(var(--careon-extra-rgb), 1) 0%, rgba(var(--careon-extra-rgb), 0.48) 58%, transparent 100%);
}

.oph-faq-bg-shape-2 {
    width: 320px;
    height: 320px;
    right: -145px;
    bottom: 55px;
    background:
        radial-gradient(circle, rgba(var(--careon-base-rgb), 0.15) 0%, rgba(var(--careon-base-rgb), 0.05) 62%, transparent 100%);
}

.oph-faq-section .container {
    position: relative;
}

.oph-faq-section .container::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 180px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    background-color: rgba(var(--careon-white-rgb), 0.35);
    z-index: -1;
}

.oph-faq-section .container::after {
    content: "";
    position: absolute;
    right: -22px;
    bottom: 90px;
    width: 78px;
    height: 78px;
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(var(--careon-extra-rgb), 0.82), rgba(var(--careon-base-rgb), 0.10));
    transform: rotate(12deg);
    z-index: -1;
}

/*--------------------------------------------------------------
# Contenedor general
--------------------------------------------------------------*/

.oph-faq-inner {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 48px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.15);
    border-radius: 38px;
    background:
        linear-gradient(180deg, rgba(var(--careon-white-rgb), 0.95), rgba(var(--careon-white-rgb), 0.80));
    box-shadow:
        0 32px 90px rgba(16, 26, 41, 0.08),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.68);
    overflow: hidden;
}

.oph-faq-inner::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    right: -108px;
    top: -108px;
    border-radius: 50%;
    background-color: rgba(var(--careon-base-rgb), 0.06);
    pointer-events: none;
}

.oph-faq-inner::after {
    content: "";
    position: absolute;
    width: 185px;
    height: 185px;
    left: -92px;
    bottom: -92px;
    border-radius: 50%;
    background-color: rgba(var(--careon-extra-rgb), 0.78);
    pointer-events: none;
}

.oph-faq-inner .row {
    position: relative;
    z-index: 1;
}

.oph-faq-inner > .row::before {
    content: "";
    position: absolute;
    top: -48px;
    left: 50%;
    width: 190px;
    height: 3px;
    border-radius: 100px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(var(--careon-base-rgb), 0.46), transparent);
    z-index: 2;
}

/*--------------------------------------------------------------
# Columna izquierda
--------------------------------------------------------------*/

.faq-three__left,
.oph-faq-left {
    position: relative;
    display: block;
    padding-right: 16px;
}

/* Títulos */
.oph-faq-title-box {
    position: relative;
    max-width: 620px;
    margin-bottom: 34px;
    padding: 0;
}

.oph-faq-subtitle-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color2);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 18px;
    background-color: rgba(var(--careon-white-rgb), 0.96);
    border: 1px solid rgba(var(--careon-base-rgb), 0.20);
    padding: 11px 17px;
    border-radius: 100px;
    box-shadow:
        0 12px 26px rgba(16, 26, 41, 0.045),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.72);
}

.oph-faq-subtitle-label span {
    width: 8px;
    height: 8px;
    background-color: var(--color2);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(var(--careon-base-rgb), 0.13);
}

.section-title__title,
.oph-faq-title {
    color: var(--color1);
    font-weight: 900;
    line-height: 1.06;
    margin-bottom: 18px;
    letter-spacing: -0.8px;
    max-width: 620px;
    text-shadow: none;
}

.oph-faq-title span {
    color: var(--color2);
}

.section-title__tagline,
.oph-faq-tagline {
    position: relative;
    display: inline-flex;
    align-items: center;
    max-width: 560px;
    color: var(--color1);
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 0;
    padding: 14px 22px;
    background:
        linear-gradient(90deg, rgba(var(--careon-extra-rgb), 0.92), rgba(var(--careon-white-rgb), 0.96));
    border: 1px solid rgba(var(--careon-base-rgb), 0.11);
    border-radius: 18px;
    box-shadow:
        0 14px 34px rgba(16, 26, 41, 0.045),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.62);
    overflow: hidden;
}

.oph-faq-tagline::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(var(--careon-base-rgb), 0.06);
    transform: translateY(-50%);
    pointer-events: none;
}

/*--------------------------------------------------------------
# Acordeón
--------------------------------------------------------------*/

.oph-faq-accordion {
    position: relative;
    display: block;
}

.faq-three__left .faq-one-accrodion .accrodion,
.oph-faq-item {
    position: relative;
    display: block;
    background:
        linear-gradient(180deg, var(--careon-white), rgba(var(--careon-primary-rgb), 0.40));
    border: 1px solid rgba(var(--careon-base-rgb), 0.14);
    border-radius: 18px;
    box-shadow:
        0 12px 30px rgba(16, 26, 41, 0.05),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.58);
    overflow: hidden;
    transition: all 400ms ease;
}

.faq-three__left .faq-one-accrodion .accrodion + .accrodion,
.oph-faq-item + .oph-faq-item {
    margin-top: 16px;
}

.faq-three__left .faq-one-accrodion .accrodion:hover,
.oph-faq-item:hover {
    transform: translateY(-3px);
    border-color: rgba(var(--careon-base-rgb), 0.24);
    box-shadow:
        0 20px 46px rgba(16, 26, 41, 0.08),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.66);
}

.faq-three__left .faq-one-accrodion .accrodion.active,
.oph-faq-item.active {
    border-color: rgba(var(--careon-base-rgb), 0.45);
    background:
        linear-gradient(180deg, rgba(var(--careon-white-rgb), 0.98), rgba(var(--careon-extra-rgb), 0.76));
    box-shadow:
        0 24px 58px rgba(16, 26, 41, 0.10),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.78);
}

/* Brillo superior */
.oph-faq-item::before {
    content: "";
    position: absolute;
    left: 26px;
    right: 26px;
    top: 0;
    height: 3px;
    border-radius: 0 0 100px 100px;
    background:
        linear-gradient(90deg, transparent, var(--color2), rgba(var(--careon-base-rgb), 0.28), transparent);
    opacity: 0;
    transition: all 350ms ease;
}

.oph-faq-item.active::before,
.oph-faq-item:hover::before {
    opacity: 1;
}

/* Título item */
.faq-three__left .faq-one-accrodion .accrodion-title,
.oph-faq-item-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 20px 66px 20px 76px;
    transition: all 300ms ease;
}

.faq-three__left .faq-one-accrodion .accrodion-title h4,
.oph-faq-item-title h4 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 900;
    line-height: 27px;
    color: var(--color1);
    text-transform: none;
    position: relative;
    transition: all 350ms ease;
}

.faq-three__left .faq-one-accrodion .accrodion.active .accrodion-title h4,
.oph-faq-item.active .oph-faq-item-title h4 {
    color: var(--color1);
}

/* Botón abrir/cerrar */
.faq-three__left .faq-one-accrodion .accrodion-title h4::before,
.oph-faq-item-title h4::before {
    content: "\e933";
    font-family: 'icomoon' !important;
    font-weight: 700;
    font-size: 11px;
    color: var(--color2);
    position: absolute;
    top: 50%;
    right: -46px;
    height: 38px;
    width: 38px;
    background-color: rgba(var(--careon-extra-rgb), 0.94);
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 350ms ease;
    text-align: center;
    box-shadow:
        0 10px 22px rgba(16, 26, 41, 0.045),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.60);
}

.faq-three__left .faq-one-accrodion .accrodion.active .accrodion-title h4::before,
.oph-faq-item.active .oph-faq-item-title h4::before {
    content: "\e932";
    color: var(--careon-white);
    background: linear-gradient(135deg, var(--color2), var(--color1));
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(var(--careon-base-rgb), 0.24);
}

/* Contenido */
.faq-three__left .faq-one-accrodion .accrodion-content,
.oph-faq-item-content {
    position: relative;
    padding: 0 28px 25px 76px;
    margin-top: -2px;
}

.faq-three__left .faq-one-accrodion .accrodion-content .inner,
.oph-faq-item-content .inner {
    position: relative;
    padding: 16px 18px;
    background-color: rgba(var(--careon-white-rgb), 0.74);
    border: 1px solid rgba(var(--careon-base-rgb), 0.08);
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.52);
}

.faq-three__left .faq-one-accrodion .accrodion-content p,
.oph-faq-item-content p {
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

/* Número */
.faq-three-accrodion__count,
.oph-faq-count {
    position: absolute;
    top: 20px;
    left: 22px;
    transform: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:
        linear-gradient(145deg, rgba(var(--careon-extra-rgb), 0.98), rgba(var(--careon-white-rgb), 0.98));
    border: 1px solid rgba(var(--careon-base-rgb), 0.11);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 9px 20px rgba(16, 26, 41, 0.04),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.58);
}

.faq-three-accrodion__count::before,
.oph-faq-count::before {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    color: var(--color2);
    counter-increment: count;
    content: "0" counter(count);
    transition: all 300ms ease;
}

.faq-three-accrodion__count::after,
.oph-faq-count::after {
    display: none;
}

.oph-faq-item.active .oph-faq-count {
    background: linear-gradient(135deg, var(--color2), var(--color1));
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(var(--careon-base-rgb), 0.20);
}

.oph-faq-item.active .oph-faq-count::before {
    color: var(--careon-white);
}

/*--------------------------------------------------------------
# Columna derecha - Imagen
--------------------------------------------------------------*/

.faq-three__right,
.oph-faq-right {
    position: relative;
    display: block;
    margin-left: 34px;
}

/* Marco detrás */
.oph-faq-right::before {
    content: "";
    position: absolute;
    left: 22px;
    right: -12px;
    top: 22px;
    bottom: -22px;
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(var(--careon-extra-rgb), 0.92), rgba(var(--careon-base-rgb), 0.10));
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    box-shadow: 0 18px 44px rgba(16, 26, 41, 0.055);
    z-index: -1;
}

.oph-faq-right::after {
    content: "";
    position: absolute;
    right: 26px;
    top: 24px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(var(--careon-white-rgb), 0.72), rgba(var(--careon-extra-rgb), 0.22));
    border: 1px solid rgba(var(--careon-white-rgb), 0.38);
    z-index: 3;
    pointer-events: none;
}

.faq-three__img,
.oph-faq-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 34px;
    box-shadow:
        0 28px 68px rgba(16, 26, 41, 0.14),
        0 0 0 9px rgba(var(--careon-white-rgb), 0.80),
        0 0 0 10px rgba(var(--careon-base-rgb), 0.07);
}

.oph-faq-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 42%, rgba(0, 124, 147, 0.22) 100%);
    z-index: 1;
    pointer-events: none;
}

.oph-faq-img::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(var(--careon-white-rgb), 0.42);
    border-radius: 26px;
    z-index: 2;
    pointer-events: none;
}

.faq-three__img img,
.oph-faq-img img {
    width: 100%;
    height: 585px;
    object-fit: cover;
    border-radius: 34px;
    transition: all 700ms ease;
}

.oph-faq-right:hover .oph-faq-img img {
    transform: scale(1.045);
    filter: saturate(1.08) contrast(1.03);
}

/* Badge flotante */
.oph-faq-floating-badge {
    position: absolute;
    left: 28px;
    top: 28px;
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: 320px;
    padding: 16px 18px;
    background-color: rgba(var(--careon-white-rgb), 0.95);
    backdrop-filter: blur(14px);
    border-radius: 18px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.14);
    box-shadow:
        0 18px 44px rgba(16, 26, 41, 0.12),
        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.62);
    z-index: 4;
}

.oph-faq-floating-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--color2), var(--color1));
    color: var(--careon-white);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(var(--careon-base-rgb), 0.25);
}

.oph-faq-floating-icon span {
    color: var(--careon-white);
    font-size: 17px;
}

.oph-faq-floating-badge h4 {
    color: var(--color1);
    font-size: 16px;
    line-height: 22px;
    font-weight: 900;
    margin: 0 0 3px;
}

.oph-faq-floating-badge p {
    color: var(--careon-gray);
    font-size: 13px;
    line-height: 19px;
    margin: 0;
}


.faq-three__contact-info-list,
.oph-faq-contact-list {
    position: relative;
    display: block;
    margin: 0;
}

.faq-three__contact-info-list li,
.oph-faq-contact-list li {
    position: relative;
    display: block;
    padding: 15px;
    background:
        linear-gradient(180deg, rgba(var(--careon-extra-rgb), 0.74), rgba(var(--careon-white-rgb), 0.84));
    border: 1px solid rgba(var(--careon-base-rgb), 0.09);
    border-radius: 16px;
}

.faq-three__contact-info-list li + li,
.oph-faq-contact-list li + li {
    margin-top: 12px;
}

.faq-three__contact-info-icon-box,
.oph-faq-contact-icon-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.faq-three__contact-info-icon,
.oph-faq-contact-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--color2), var(--color1));
    box-shadow: 0 10px 22px rgba(var(--careon-base-rgb), 0.20);
}

.faq-three__contact-info-icon span,
.oph-faq-contact-icon span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--careon-white);
}

.faq-three__contact-info-icon-text,
.oph-faq-contact-label {
    color: var(--color1);
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    margin: 0;
}

.faq-three__contact-info-number,
.oph-faq-contact-number {
    position: relative;
    display: block;
}

.faq-three__contact-info-number p,
.oph-faq-contact-number p {
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
    color: var(--color1);
    margin: 0;
    word-break: break-word;
}

.faq-three__contact-info-number p a,
.oph-faq-contact-number p a {
    color: var(--color1);
    transition: all 350ms ease;
}

.faq-three__contact-info-number p a:hover,
.oph-faq-contact-number p a:hover {
    color: var(--color2);
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {
    .faq-three,
    .oph-faq-section {
        padding: 95px 0 105px;
    }

    .oph-faq-inner {
        max-width: 990px;
        padding: 40px;
    }

    .oph-faq-title {
        font-size: 42px;
    }

    .faq-three__img img,
    .oph-faq-img img {
        height: 545px;
    }

    .faq-three__right,
    .oph-faq-right {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .faq-three,
    .oph-faq-section {
        padding: 85px 0 95px;
    }

    .oph-faq-section::before {
        inset: 20px;
    }

    .oph-faq-inner {
        padding: 32px;
    }

    .faq-three__left,
    .oph-faq-left {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .faq-three__right,
    .oph-faq-right {
        margin-left: 0;
    }

    .oph-faq-right::before {
        left: 14px;
        right: -6px;
        top: 14px;
        bottom: -14px;
    }

    .faq-three__img img,
    .oph-faq-img img {
        height: 470px;
    }
}

@media only screen and (max-width: 767px) {
    .faq-three,
    .oph-faq-section {
        padding: 75px 0 85px;
    }

    .oph-faq-inner {
        padding: 24px 18px;
        border-radius: 24px;
    }

    .oph-faq-title {
        font-size: 34px;
        line-height: 42px;
    }

    .oph-faq-tagline {
        font-size: 16px;
        line-height: 26px;
        padding: 13px 16px;
    }

    .faq-three__left .faq-one-accrodion .accrodion-title,
    .oph-faq-item-title {
        padding: 18px 60px 18px 68px;
    }

    .faq-three__left .faq-one-accrodion .accrodion-title h4,
    .oph-faq-item-title h4 {
        font-size: 15px;
        line-height: 24px;
    }

    .faq-three__left .faq-one-accrodion .accrodion-content,
    .oph-faq-item-content {
        padding: 0 20px 22px 68px;
    }

    .faq-three-accrodion__count,
    .oph-faq-count {
        left: 20px;
        width: 36px;
        height: 36px;
    }

    .faq-three__img img,
    .oph-faq-img img {
        height: 400px;
    }

    .oph-faq-floating-badge {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 18px;
        max-width: 100%;
    }

    .faq-three__contact-info,
    .oph-faq-contact-info {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 18px;
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .faq-three,
    .oph-faq-section {
        padding: 65px 0 75px;
    }

    .oph-faq-section::before {
        inset: 12px;
        border-radius: 24px;
    }

    .oph-faq-inner {
        padding: 20px 14px;
    }

    .oph-faq-subtitle-label {
        font-size: 11px;
        line-height: 18px;
        padding: 9px 12px;
        letter-spacing: 0.3px;
    }

    .oph-faq-title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -0.4px;
    }

    .oph-faq-tagline {
        display: block;
        font-size: 15px;
        line-height: 24px;
        padding: 13px 15px;
    }

    .faq-three__left .faq-one-accrodion .accrodion-title,
    .oph-faq-item-title {
        padding: 17px 54px 17px 62px;
    }

    .faq-three__left .faq-one-accrodion .accrodion-title h4,
    .oph-faq-item-title h4 {
        font-size: 14px;
        line-height: 23px;
    }

    .faq-three__left .faq-one-accrodion .accrodion-title h4::before,
    .oph-faq-item-title h4::before {
        right: -42px;
        width: 34px;
        height: 34px;
    }

    .faq-three__left .faq-one-accrodion .accrodion-content,
    .oph-faq-item-content {
        padding: 0 15px 20px 62px;
    }

    .faq-three__left .faq-one-accrodion .accrodion-content .inner,
    .oph-faq-item-content .inner {
        padding: 14px 15px;
    }

    .faq-three-accrodion__count,
    .oph-faq-count {
        top: 17px;
        left: 16px;
        width: 34px;
        height: 34px;
    }

    .faq-three-accrodion__count::before,
    .oph-faq-count::before {
        font-size: 12px;
    }

    .faq-three__img img,
    .oph-faq-img img {
        height: 330px;
    }

    .oph-faq-floating-badge {
        padding: 15px 16px;
    }

    .faq-three__contact-info,
    .oph-faq-contact-info {
        padding: 16px;
    }

    .faq-three__contact-info-list li,
    .oph-faq-contact-list li {
        padding: 14px;
    }

    .oph-faq-right::after {
        display: none;
    }
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/