/*==============================================
    Testimonial One
===============================================*/
.testimonial-one {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.testimonial-one__left {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-right: 70px;
}

.testimonial-one__img {
    position: relative;
    display: block;
}

.testimonial-one__img img {
    width: 100%;
    border-radius: var(--careon-bdr-radius);
}

.testimonial-one__right {
    position: relative;
    display: block;
}

.testimonial-one__right .section-title {
    margin-bottom: 36px;
}

.testimonial-one__carousel {
    position: relative;
    display: block;
    margin-top: 41px;
}

.testimonial-one__single {
    position: relative;
    display: block;
    background-color: var(--careon-extra);
    border-radius: var(--careon-bdr-radius);
    border-bottom: 2px solid var(--careon-base);
    padding: 40px 40px 79px;
}

.testimonial-one__ratting {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-one__ratting span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--careon-black);
}

.testimonial-one__ratting span.icon-star-color {
    color: rgba(var(--careon-black-rgb), .30);
}

.testimonial-one__text {
    font-size: 30px;
    line-height: 36px;
    margin: 29px 0 32px;
}

.testimonial-one__client-info {
    position: relative;
    display: block;
}

.testimonial-one__client-info h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.testimonial-one__client-info h4 a {
    color: var(--careon-black);
}

.testimonial-one__client-info h4 a:hover {
    color: var(--careon-base);
}

.testimonial-one__client-info p {
    margin-top: 8px;
}

.testimonial-one__quote {
    position: absolute;
    bottom: 90px;
    right: 40px;
}

.testimonial-one__quote span {
    position: relative;
    display: inline-block;
    font-size: 55px;
    color: rgba(var(--careon-base-rgb), .30);
}

.testimonial-one__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    z-index: 100;
}

.testimonial-one__carousel .owl-nav .owl-next,
.testimonial-one__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
    color: var(--careon-white) !important;
    background-color: rgba(var(--careon-base-rgb), 1) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--careon-black) !important;
    color: var(--careon-white) !important;
}





/*==============================================
# Testimonial Two - Testimonios Oftalmología Premium
===============================================*/

.testimonial-two,
.oph-testimonials-section {
    position: relative;
    display: block;
    padding: 105px 0 120px;
    margin-top: 0;
    z-index: 1;
    overflow: hidden;
    background:
        radial-gradient(circle at 4% 18%, rgba(var(--careon-extra-rgb), 0.90) 0%, transparent 30%),
        radial-gradient(circle at 96% 86%, rgba(var(--careon-base-rgb), 0.12) 0%, transparent 27%),
        linear-gradient(180deg, rgba(var(--careon-primary-rgb), 0.36) 0%, #ffffff 46%, rgba(var(--careon-primary-rgb), 0.54) 100%);
}

/* Marco general */
.testimonial-two::before,
.oph-testimonials-section::before {
    content: "";
    position: absolute;
    inset: 28px;
    height: auto;
    background-color: transparent;
    border: 1px solid rgba(var(--careon-base-rgb), 0.11);
    border-radius: 36px;
    pointer-events: none;
    z-index: -1;
}

/* Línea superior sutil */
.oph-testimonials-section::after {
    content: "";
    position: absolute;
    top: 28px;
    left: 50%;
    width: 245px;
    height: 2px;
    border-radius: 100px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(var(--careon-base-rgb), 0.35),
        transparent
    );
    transform: translateX(-50%);
    z-index: 0;
}

/* Figuras decorativas */
.oph-testimonials-bg-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.oph-testimonials-bg-shape-1 {
    width: 400px;
    height: 400px;
    left: -210px;
    top: 90px;
    background:
        radial-gradient(circle, rgba(var(--careon-extra-rgb), 1) 0%, rgba(var(--careon-extra-rgb), 0.42) 58%, transparent 100%);
}

.oph-testimonials-bg-shape-2 {
    width: 300px;
    height: 300px;
    right: -135px;
    bottom: 72px;
    background:
        radial-gradient(circle, rgba(var(--careon-base-rgb), 0.13) 0%, rgba(var(--careon-base-rgb), 0.045) 62%, transparent 100%);
}

/*--------------------------------------------------------------
# Título y subtítulo
--------------------------------------------------------------*/

.oph-testimonials-title-box,
.testimonial-two .section-title-two {
    position: relative;
    max-width: 850px;
    margin: 0 auto 56px !important;
    padding: 0;
    text-align: center !important;
}

.oph-testimonials-subtitle-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--color2);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin: 0 auto 18px;
    background-color: rgba(var(--careon-white-rgb), 0.94);
    border: 1px solid rgba(var(--careon-base-rgb), 0.18);
    padding: 10px 16px;
    border-radius: 100px;
    box-shadow: 0 10px 24px rgba(16, 26, 41, 0.04);
}

.oph-testimonials-subtitle-label span {
    position: relative;
    width: 8px;
    height: 8px;
    background-color: var(--color2);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(var(--careon-base-rgb), 0.12);
}

.section-title-two__title,
.oph-testimonials-title {
    position: relative;
    display: block;
    color: var(--color1);
    font-weight: 900;
    line-height: 1.08;
    margin: 0 auto 18px !important;
    letter-spacing: -0.7px;
    max-width: 760px;
    text-align: center !important;
    text-shadow: none;
}

.oph-testimonials-title span {
    color: var(--color2);
}

.section-title-two__tagline,
.oph-testimonials-tagline {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 670px;
    color: var(--color1);
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    margin: 0 auto !important;
    padding: 14px 24px;
    background:
        linear-gradient(90deg, rgba(var(--careon-extra-rgb), 0.88), rgba(var(--careon-white-rgb), 0.94));
    border: 1px solid rgba(var(--careon-base-rgb), 0.10);
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(16, 26, 41, 0.045);
    overflow: hidden;
    text-align: center;
}

.oph-testimonials-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;
}

/*--------------------------------------------------------------
# Contenedor principal
--------------------------------------------------------------*/

.oph-testimonials-inner {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 42px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(var(--careon-white-rgb), 0.92), rgba(var(--careon-white-rgb), 0.78));
    box-shadow: 0 28px 80px rgba(16, 26, 41, 0.075);
    overflow: hidden;
}

/* Fondo decorativo interno */
.oph-testimonials-inner::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: -105px;
    top: -105px;
    border-radius: 50%;
    background-color: rgba(var(--careon-base-rgb), 0.055);
    pointer-events: none;
}

.oph-testimonials-inner::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    left: -90px;
    bottom: -90px;
    border-radius: 50%;
    background-color: rgba(var(--careon-extra-rgb), 0.72);
    pointer-events: none;
}

.oph-testimonials-inner .row {
    position: relative;
    z-index: 1;
}

/* Efecto de línea superior del contenedor */
.oph-testimonials-inner > .row::before {
    content: "";
    position: absolute;
    top: -42px;
    left: 50%;
    width: 170px;
    height: 3px;
    border-radius: 100px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(var(--careon-base-rgb), 0.42), transparent);
    z-index: 2;
}

/*--------------------------------------------------------------
# Columna izquierda - Testimonio
--------------------------------------------------------------*/

.testimonial-two__left,
.oph-testimonials-left {
    position: relative;
    display: block;
    margin-top: 0;
    margin-right: -38px;
    z-index: 5;
}

.testimonial-two__carousel,
.oph-testimonials-carousel {
    position: relative;
    display: block;
}

/* Tarjeta testimonio */
.testimonial-two__single,
.oph-testimonials-card {
    position: relative;
    display: block;
    background:        linear-gradient(180deg, var(--careon-white), rgba(var(--careon-primary-rgb), 0.36));
    border: 1px solid rgba(var(--careon-base-rgb), 0.14);
    border-radius: 5px;
    padding: 38px 42px 100px;
    min-height: 360px;
    box-shadow:        0 25px 60px rgba(16, 26, 41, 0.10),        inset 0 0 0 1px rgba(var(--careon-white-rgb), 0.70);
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* Línea decorativa superior de tarjeta */
.oph-testimonials-card::before {
    content: "";
    position: absolute;
    left: 34px;
    right: 34px;
    top: 0;
    height: 3px;
    border-radius: 0 0 100px 100px;
    background:
        linear-gradient(90deg, transparent, rgba(var(--careon-base-rgb), 0.45), transparent);
}

/* Círculo suave dentro de tarjeta */
.oph-testimonials-card::after {
    content: "";
    position: absolute;
    width: 135px;
    height: 135px;
    right: -52px;
    top: -52px;
    border-radius: 50%;
    background-color: rgba(var(--careon-base-rgb), 0.055);
    pointer-events: none;
}

/* Comilla decorativa */
.oph-testimonials-quote-icon {
    position: absolute;
    right: 32px;
    top: 18px;
    color: rgba(var(--careon-base-rgb), 0.08);
    font-size: 96px;
    line-height: 1;
    font-weight: 900;
    z-index: 0;
}

.oph-testimonials-quote-icon span {
    display: block;
    font-family: Georgia, serif;
}

/* Cliente */
.testimonial-two__client-info,
.oph-testimonials-client-info {
    position: relative;
    display: block;
    z-index: 1;
}

.testimonial-two__client-name,
.oph-testimonials-client-name {
    color: var(--color1);
    font-size: 21px;
    font-weight: 900;
    line-height: 29px;
    margin: 0;
}

.testimonial-two__client-name a,
.oph-testimonials-client-name a {
    color: var(--color1);
}

.testimonial-two__client-name a:hover,
.oph-testimonials-client-name a:hover {
    color: var(--color2);
}

.testimonial-two__client-sub-title,
.oph-testimonials-client-sub-title {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    color: var(--color2);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    padding: 8px 12px;
    background-color: rgba(var(--careon-extra-rgb), 0.78);
    border: 1px solid rgba(var(--careon-base-rgb), 0.10);
    border-radius: 100px;
}

/* Rating */
.testimonial-two__rating,
.oph-testimonials-rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 22px;
    margin-bottom: 22px;
    z-index: 1;
}

.testimonial-two__rating span,
.oph-testimonials-rating span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #F8BC26;
    filter: drop-shadow(0 3px 5px rgba(248, 188, 38, 0.22));
}

.testimonial-two__rating span:nth-child(4),
.testimonial-two__rating span:nth-child(5) {
    color: #F8BC26;
}

/* Texto testimonio */
.testimonial-two__text,
.oph-testimonials-text {
    position: relative;
    color: var(--black);
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    margin: 0;
    max-width: 520px;
    z-index: 1;
}

/* Navegación Owl */
.testimonial-two__carousel .owl-nav,
.oph-testimonials-carousel .owl-nav {
    position: absolute;
    bottom: 32px;
    left: 42px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev,
.oph-testimonials-carousel.owl-theme .owl-nav .owl-next,
.oph-testimonials-carousel.owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 50%;
    color: var(--color2);
    background-color: rgba(var(--careon-extra-rgb), 0.95);
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    font-size: 15px;
    margin: 0;
    text-align: center;
    box-shadow: 0 10px 24px rgba(16, 26, 41, 0.055);
    transition: all 400ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev span,
.oph-testimonials-carousel.owl-theme .owl-nav .owl-next span,
.oph-testimonials-carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
.oph-testimonials-carousel.owl-theme .owl-nav .owl-next span {
    transform: rotate(180deg);
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover,
.oph-testimonials-carousel.owl-theme .owl-nav .owl-next:hover,
.oph-testimonials-carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--color2);
    color: var(--careon-white);
    border-color: var(--color2);
    transform: translateY(-2px);
}

/*--------------------------------------------------------------
# Columna derecha - Imagen
--------------------------------------------------------------*/

.testimonial-two__right,
.oph-testimonials-right {
    position: relative;
    display: block;
    margin-left: -18px;
    z-index: 2;
}

/* Marco externo suave detrás de la imagen */
.oph-testimonials-right::before {
    content: "";
    position: absolute;
    left: 18px;
    right: -10px;
    top: 18px;
    bottom: -18px;
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(var(--careon-extra-rgb), 0.90), rgba(var(--careon-base-rgb), 0.08));
    border: 1px solid rgba(var(--careon-base-rgb), 0.10);
    z-index: -1;
}

.testimonial-two__img,
.oph-testimonials-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 30px;
    box-shadow:
        0 25px 60px rgba(16, 26, 41, 0.13),
        0 0 0 8px rgba(var(--careon-white-rgb), 0.78),
        0 0 0 9px rgba(var(--careon-base-rgb), 0.07);
}

.testimonial-two__img::before,
.oph-testimonials-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 44%, rgba(0, 124, 147, 0.20) 100%);
    z-index: 1;
    pointer-events: none;
}

.testimonial-two__img::after,
.oph-testimonials-img::after {
    content: "";
    position: absolute;
    inset: 13px;
    border: 1px solid rgba(var(--careon-white-rgb), 0.38);
    border-radius: 23px;
    z-index: 2;
    pointer-events: none;
}

.testimonial-two__img img,
.oph-testimonials-img img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 30px;
    transition: all 700ms ease;
}

.oph-testimonials-right:hover .oph-testimonials-img img {
    transform: scale(1.04);
    filter: saturate(1.06) contrast(1.02);
}

/* Tarjeta flotante sobre imagen */
.oph-testimonials-floating-card {
    position: absolute;
    right: 28px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: 315px;
    padding: 17px 19px;
    background-color: rgba(var(--careon-white-rgb), 0.94);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.13);
    box-shadow: 0 18px 44px rgba(16, 26, 41, 0.13);
    z-index: 4;
}

.oph-testimonials-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-testimonials-floating-icon span {
    color: #F8BC26;
    font-size: 17px;
}

.oph-testimonials-floating-content h4 {
    color: var(--color1);
    font-size: 16px;
    line-height: 22px;
    font-weight: 900;
    margin: 0 0 3px;
}

.oph-testimonials-floating-content p {
    color: var(--careon-gray);
    font-size: 13px;
    line-height: 19px;
    margin: 0;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {
    .testimonial-two,
    .oph-testimonials-section {
        padding: 95px 0 105px;
    }

    .oph-testimonials-title {
        font-size: 42px;
    }

    .oph-testimonials-inner {
        max-width: 960px;
        padding: 36px;
    }

    .testimonial-two__text,
    .oph-testimonials-text {
        font-size: 20px;
        line-height: 30px;
    }

    .testimonial-two__img img,
    .oph-testimonials-img img {
        height: 410px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-two,
    .oph-testimonials-section {
        padding: 85px 0 95px;
    }

    .oph-testimonials-section::before {
        inset: 20px;
    }

    .oph-testimonials-title {
        font-size: 38px;
    }

    .oph-testimonials-title-box {
        margin-bottom: 42px !important;
    }

    .oph-testimonials-inner {
        padding: 30px;
    }

    .testimonial-two__left,
    .oph-testimonials-left {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .testimonial-two__right,
    .oph-testimonials-right {
        margin-left: 0;
    }

    .oph-testimonials-right::before {
        left: 14px;
        right: -6px;
        top: 14px;
        bottom: -14px;
    }

    .testimonial-two__single,
    .oph-testimonials-card {
        min-height: auto;
        padding: 34px 34px 100px;
    }

    .testimonial-two__img img,
    .oph-testimonials-img img {
        height: 420px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-two,
    .oph-testimonials-section {
        padding: 75px 0 85px;
    }

    .oph-testimonials-title {
        font-size: 34px;
        line-height: 42px;
    }

    .oph-testimonials-tagline {
        font-size: 16px;
        line-height: 26px;
        padding: 13px 16px;
    }

    .oph-testimonials-inner {
        padding: 24px 18px;
        border-radius: 24px;
    }

    .testimonial-two__single,
    .oph-testimonials-card {
        padding: 30px 24px 94px;
        border-radius: 22px;
    }

    .testimonial-two__text,
    .oph-testimonials-text {
        font-size: 19px;
        line-height: 28px;
    }

    .testimonial-two__carousel .owl-nav,
    .oph-testimonials-carousel .owl-nav {
        left: 24px;
        bottom: 28px;
    }

    .testimonial-two__carousel.owl-theme .owl-nav .owl-next,
    .testimonial-two__carousel.owl-theme .owl-nav .owl-prev,
    .oph-testimonials-carousel.owl-theme .owl-nav .owl-next,
    .oph-testimonials-carousel.owl-theme .owl-nav .owl-prev {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }

    .testimonial-two__img img,
    .oph-testimonials-img img {
        height: 360px;
    }

    .oph-testimonials-floating-card {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 18px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-two,
    .oph-testimonials-section {
        padding: 65px 0 75px;
    }

    .oph-testimonials-section::before {
        inset: 12px;
        border-radius: 24px;
    }

    .oph-testimonials-subtitle-label {
        font-size: 11px;
        line-height: 18px;
        padding: 9px 12px;
        letter-spacing: 0.3px;
    }

    .oph-testimonials-title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -0.4px;
    }

    .oph-testimonials-tagline {
        display: block;
        font-size: 15px;
        line-height: 24px;
        padding: 13px 15px;
    }

    .oph-testimonials-inner {
        padding: 20px 14px;
    }

    .testimonial-two__single,
    .oph-testimonials-card {
        padding: 28px 20px 90px;
    }

    .testimonial-two__client-name,
    .oph-testimonials-client-name {
        font-size: 20px;
        line-height: 28px;
    }

    .testimonial-two__text,
    .oph-testimonials-text {
        font-size: 18px;
        line-height: 27px;
    }

    .oph-testimonials-quote-icon {
        font-size: 72px;
        right: 22px;
        top: 18px;
    }

    .testimonial-two__img img,
    .oph-testimonials-img img {
        height: 310px;
    }

    .oph-testimonials-floating-card {
        padding: 15px 16px;
    }
}










/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
    position: relative;
    display: block;
    background-color: var(--careon-extra);
    padding: 120px 0 120px;
    z-index: 1;
}

.testimonial-three__carousel {
    position: relative;
    display: block;
}

.testimonial-three__single {
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
    border-radius: 10px;
    background-color: var(--careon-white);
    padding: 40px 60px 40px;
}

.testimonial-three__img {
    position: relative;
    display: block;
    max-width: 350px;
    width: 100%;
}

.testimonial-three__img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-three__content {
    position: relative;
    display: block;
    flex: 1;
}

.testimonial-three__quote {
    position: relative;
    display: inline-block;
}

.testimonial-three__quote span {
    position: relative;
    display: inline-block;
    font-size: 44px;
    color: var(--careon-primary);
}

.testimonial-three__text {
    font-size: 26px;
    line-height: 38px;
    margin: 29px 0 33px;
}

.testimonial-three__client-info {
    position: relative;
    display: block;
}

.testimonial-three__client-info h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 14px;
}

.testimonial-three__client-info h3 a {
    color: var(--careon-black);
}

.testimonial-three__ratting {
    position: absolute;
    bottom: 90px;
    right: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-three__ratting span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #FFB124;
}

.testimonial-three__carousel.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin: 80px 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 2px;
    border-radius: 2px;
    background-color: rgba(var(--careon-black-rgb), .30);
    margin: 0px 5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.testimonial-three__carousel.owl-carousel .owl-dot.active {
    background-color: var(--careon-primary);
}

.testimonial-three__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}


/*--------------------------------------------------------------
# Testimonial Four
--------------------------------------------------------------*/
.testimonial-four {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.testimonial-four__carousel {
    position: relative;
    display: block;
}

.testimonial-four__single {
    position: relative;
    display: block;
    border-radius: 10px;
    background-color: var(--careon-extra);
    padding: 40px 40px 41px;
}

.testimonial-four__client-info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 34px;
}

.testimonial-four__client-img {
    position: relative;
    display: block;
    max-width: 80px;
    width: 100%;
}

.testimonial-four__client-img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-four__client-content {
    position: relative;
    display: block;
    flex: 1;
}

.testimonial-four__client-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 8px;
}

.testimonial-four__client-content h3 a {
    color: var(--careon-black);
}

.testimonial-four__client-content h3 a:hover {
    color: var(--careon-base);
}

.testimonial-four__quote {
    position: absolute;
    top: 43px;
    right: 48px;
}

.testimonial-four__quote span {
    position: relative;
    display: inline-block;
    font-size: 62px;
    color: var(--careon-primary);
}

.testimonial-four__carousel.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 12px;
    max-width: 340px;
    width: 100%;
    border-radius: 6px;
    background-color: var(--careon-extra);
    margin: 60px auto 0 !important;
}

.testimonial-four__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 50%;
    border-radius: 5px;
    background-color: var(--careon-extra);
    margin: 0;
    padding: 0 !important;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.testimonial-four__carousel.owl-carousel .owl-dot.active {
    background-color: var(--careon-primary);
    opacity: 1;
}

.testimonial-four__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.testimonial-four__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}


/*--------------------------------------------------------------
# Testimonial Five
--------------------------------------------------------------*/
.testimonial-five {
    position: relative;
    display: block;
    padding: 90px 0 0;
    z-index: 1;
}

.testimonial-five .container {
    max-width: 660px;
}

.testimonial-five__carousel {
    position: relative;
    display: block;
}

.testimonial-five__carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-five__single {
    position: relative;
    display: block;
    background-color: var(--careon-extra);
    padding: 40px 40px 38px;
    border-radius: 10px;
    z-index: 1;
}

.testimonial-five__quote {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.testimonial-five__quote span {
    position: relative;
    display: inline-block;
    font-size: 160px;
    color: rgba(var(--careon-base-rgb), 0.05);
}

.testimonial-five__text {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 87px;
}

.testimonial-five__client-info-and-ratting-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-five__Client-box {
    position: relative;
    display: block;
}

.testimonial-five__Client-box h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 8px;
}

.testimonial-five__Client-box h3 a {
    color: var(--careon-black);
}

.testimonial-five__Client-box h3 a:hover {
    color: var(--careon-base);
}

.testimonial-five__ratting {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-five__ratting span {
    position: relative;
    display: block;
    font-size: 22px;
    color: #FFB124;
}

.testimonial-five__carousel.owl-theme .owl-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto 0 !important;
    z-index: 100;
}

.testimonial-five__carousel .owl-nav .owl-next,
.testimonial-five__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    color: var(--careon-white) !important;
    background-color: rgba(var(--careon-base-rgb), 1) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.testimonial-five__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonial-five__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.testimonial-five__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-five__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-five__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-five__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--careon-black) !important;
    color: var(--careon-white) !important;
}

/*==============================================
    Testimonial Six
===============================================*/
.testimonial-six {
    position: relative;
    display: block;
    padding: 90px 0 120px;
    z-index: 1;
}

.testimonial-six__left {
    position: relative;
    display: block;
    margin-left: 65px;
    margin-right: 95px;
}

.testimonial-six__img {
    position: relative;
    display: block;
    z-index: 1;
}

.testimonial-six__img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -18px;
    right: 28px;
    top: 172px;
    background-color: var(--careon-extra);
    border-radius: 22px;
    z-index: -1;
}

.testimonial-six__img::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -45px;
    right: 55px;
    top: 192px;
    background-color: var(--color3);
    border-radius: 22px;
    z-index: -1;
}

.testimonial-six__img img {
    width: 100%;
    border-radius: var(--careon-bdr-radius);
}

.testimonial-six__count-box {
    position: absolute;
    bottom: 75px;
    left: -65px;
    max-width: 240px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 17px 30px 17px;
    background-color: var(--careon-white);
    border: 1px solid var(--careon-base);
    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
    border-radius: var(--careon-bdr-radius);
    z-index: 2;
}

.testimonial-six__count {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-six__count h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px I !important;
    font-family: var(--careon-font) !important;
}

.testimonial-six__count span {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px I !important;
    font-family: var(--careon-font) !important;
    color: var(--careon-black);
}

.testimonial-six__right {
    position: relative;
    display: block;
}

.testimonial-six__right .section-title {
    margin-bottom: 36px;
}

.testimonial-six__carousel {
    position: relative;
    display: block;
    margin-top: 41px;
}

.testimonial-six__single {
    position: relative;
    display: block;
    background-color: var(--careon-extra);
    border-radius: var(--careon-bdr-radius);
    border-bottom: 2px solid var(--careon-base);
    padding: 40px 40px 79px;
}

.testimonial-six__ratting {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-six__ratting span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #F8BC26;
}

.testimonial-six__ratting span.icon-star-color {
    color: var(--careon-white);
}

.testimonial-six__text {
    font-size: 30px;
    line-height: 36px;
    margin: 29px 0 32px;
}

.testimonial-six__client-info {
    position: relative;
    display: block;
}

.testimonial-six__client-info h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.testimonial-six__client-info h4 a {
    color: var(--careon-black);
}

.testimonial-six__client-info h4 a:hover {
    color: var(--careon-base);
}

.testimonial-six__client-info p {
    margin-top: 8px;
}

.testimonial-six__quote {
    position: absolute;
    bottom: 90px;
    right: 40px;
}

.testimonial-six__quote span {
    position: relative;
    display: inline-block;
    font-size: 55px;
    color: rgba(var(--careon-base-rgb), .30);
}

.testimonial-six__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    z-index: 100;
}

.testimonial-six__carousel .owl-nav .owl-next,
.testimonial-six__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
    color: var(--careon-white) !important;
    background-color: rgba(var(--careon-base-rgb), 1) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.testimonial-six__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonial-six__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.testimonial-six__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-six__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-six__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-six__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--careon-black) !important;
    color: var(--careon-white) !important;
}

/*--------------------------------------------------------------
# Testimonials Page
--------------------------------------------------------------*/
.testimonials-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.testimonials-page .testimonial-four__single {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Blog Carousel Page
--------------------------------------------------------------*/
.testimonials-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 170px;
}

.testimonials-carousel-page .testimonial-four__single {
    margin-bottom: 0;
}






/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/