/*==============================================
    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;
}

/* ==============================================================
   EG PERSIANA STUDIO
   BASE GENERAL PARA TODAS LAS SECCIONES DEL HOME
   ============================================================== */

.eg-section {
    position: relative;
    display: block;
    overflow: hidden;
    font-family: var(--careon-font);
    isolation: isolate;
}

.eg-section--surface-soft {
    background-color: var(--careon-primary);
}

.eg-section--surface-clean {
    background-color: var(--careon-white);
}

.eg-section--surface-neutral {
    background-color: var(--color3);
}

/* ==============================================================
   TÍTULOS Y SUBTÍTULOS GENERALES
   MISMA JERARQUÍA VISUAL DEL RESTO DEL HOME
   ============================================================== */

.eg-section__heading {
    position: relative;
    margin-bottom: 56px;
}

.eg-section .eg-section__title,
.eg-section .section-title-two__title.eg-section__title {
    margin: 0;
    color: var(--color1) !important;
    font-family: var(--careon-title) !important;
    font-size: 46px !important;
    line-height: 1.10 !important;
    font-weight: 600;
    letter-spacing: -0.012em;
    word-spacing: 0.025em;
    text-transform: none !important;
    text-wrap: balance;
}

.eg-section .eg-section__subtitle,
.eg-section .section-title-two__tagline.eg-section__subtitle {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 680px;
    min-height: 0;
    margin: 18px auto 0 !important;
    padding: 0 0 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--color2) !important;
    font-family: var(--careon-font) !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
    font-weight: 600;
    letter-spacing: 0.035em;
    word-spacing: 0.065em;
    text-transform: none !important;
    box-shadow: none !important;
    text-wrap: balance;
}

.eg-section__subtitle::before {
    display: none !important;
}

.eg-section__subtitle::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 62px;
    height: 2px;
    border-radius: var(--careon-bdr-radius);
    background-color: var(--color2);
    transform: translateX(-50%);
}

/* ==============================================================
   TESTIMONIOS
   MISMO FONDO DE LA SECCIÓN BENEFICIOS
   ============================================================== */

.eg-testimonials-section.testimonial-two {
    position: relative;
    display: block;
    margin-top: 0;
    padding: 108px 0 92px;
    background:
        radial-gradient(
            circle at 14% 18%,
            rgba(var(--careon-base-rgb), .07) 0%,
            rgba(var(--careon-base-rgb), 0) 24%
        ),
        radial-gradient(
            circle at 88% 84%,
            rgba(var(--careon-extra-rgb), .78) 0%,
            rgba(var(--careon-extra-rgb), 0) 26%
        ),
        linear-gradient(
            135deg,
            var(--careon-white) 0%,
            var(--careon-primary) 58%,
            var(--color3) 100%
        );
    z-index: 1;
}

.eg-testimonials-section.testimonial-two::before {
    content: "";
    position: absolute;
    top: 40px;
    right: -110px;
    left: auto;
    width: 270px;
    height: 270px;
    border: 1px solid rgba(var(--careon-base-rgb), .16);
    border-radius: 50%;
    background: transparent;
    pointer-events: none;
    z-index: -1;
}

.eg-testimonials-section.testimonial-two::after {
    content: "";
    position: absolute;
    left: -75px;
    right: auto;
    bottom: -90px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(var(--careon-extra-rgb), .50);
    pointer-events: none;
    z-index: -1;
}

.eg-testimonials-section .container {
    position: relative;
    z-index: 2;
}

/* ==============================================================
   ENCABEZADO
   TÍTULO ARRIBA + SUBTÍTULO ABAJO
   ============================================================== */

.eg-testimonials-section__heading {
    position: relative;
    display: block;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}

.eg-testimonials-section__heading .eg-section__title {
    display: block;
    width: 100%;
    text-align: center !important;
}

.eg-testimonials-section__heading .eg-section__subtitle {
    display: inline-block;
    text-align: center !important;
}

/* ==============================================================
   ESTRUCTURA PRINCIPAL
   UNA SOLA COMPOSICIÓN ELEGANTE Y CENTRADA
   ============================================================== */

.eg-testimonials-layout {
    position: relative;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    align-items: stretch;
    border: 1px solid rgba(var(--careon-base-rgb), .14);
    border-radius: 30px;
    background-color: var(--careon-white);
    box-shadow: 0 24px 64px rgba(var(--careon-black-rgb), .08);
}

.eg-testimonials-layout::before {
    content: "";
    position: absolute;
    top: 0;
    left: 42px;
    width: 72px;
    height: 3px;
    border-radius: 0 0 var(--careon-bdr-radius) var(--careon-bdr-radius);
    background-color: var(--color2);
    z-index: 7;
}

.eg-testimonials-layout > [class*="col-"] {
    display: flex;
    padding-left: 0;
    padding-right: 0;
}

/* ==============================================================
   LADO DEL TESTIMONIO
   ============================================================== */

.eg-testimonials-section .testimonial-two__left.eg-testimonials-card {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0;
    z-index: 3;
}

.eg-testimonials-section .testimonial-two__carousel {
    position: relative;
    display: block;
    width: 100%;
}

.eg-testimonials-section .testimonial-two__carousel .owl-stage-outer,
.eg-testimonials-section .testimonial-two__carousel .owl-stage,
.eg-testimonials-section .testimonial-two__carousel .owl-item,
.eg-testimonials-section .testimonial-two__carousel .item {
    height: 100%;
}

.eg-testimonials-section .testimonial-two__single.eg-testimonial-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    height: 100%;
    padding: 48px 48px 112px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background-color: var(--careon-white);
    box-shadow: none;
}

/* Círculo decorativo suave dentro de la tarjeta */
.eg-testimonials-section .testimonial-two__single.eg-testimonial-item::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background-color: rgba(var(--careon-extra-rgb), .45);
    pointer-events: none;
}


.eg-testimonial-item__top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    z-index: 2;
}

.eg-testimonials-section .testimonial-two__client-info.eg-testimonial-item__client {
    position: relative;
    display: block;
}

.eg-testimonial-item__eyebrow {
    margin: 0 0 10px;
    color: var(--color2);
    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
    letter-spacing: .03em;
    word-spacing: .04em;
}

.eg-testimonials-section .testimonial-two__client-name.eg-testimonial-item__name {
    margin: 0;
    color: var(--color1);
    font-family: var(--careon-title);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.008em;
    text-transform: none;
}

.eg-testimonials-section .testimonial-two__client-sub-title.eg-testimonial-item__role {
    display: inline-block;
    margin: 8px 0 0;
    color: var(--careon-gray);
    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
    letter-spacing: .02em;
}

.eg-testimonial-item__quote {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 58px;
    padding-top: 10px;
    border: 1px solid rgba(var(--careon-base-rgb), .18);
    border-radius: 50%;
    background-color: var(--careon-primary);
    color: var(--color2);
    font-family: var(--careon-title);
    font-size: 44px;
    line-height: 1;
    font-weight: 700;
}

/* ==============================================================
   ESTRELLAS
   ============================================================== */

.eg-testimonials-section .testimonial-two__rating.eg-testimonial-item__rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 24px;
    margin-bottom: 24px;
    z-index: 2;
}

.eg-testimonials-section .testimonial-two__rating.eg-testimonial-item__rating span {
    position: relative;
    display: inline-block;
    color: #F8BC26;
    font-size: 17px;
}

.eg-testimonials-section .testimonial-two__rating.eg-testimonial-item__rating span:nth-child(4),
.eg-testimonials-section .testimonial-two__rating.eg-testimonial-item__rating span:nth-child(5) {
   color: #F8BC26;
}

/* ==============================================================
   TEXTO DEL TESTIMONIO
   ============================================================== */

.eg-testimonials-section .testimonial-two__text.eg-testimonial-item__text {
    position: relative;
    max-width: 470px;
    margin: 0;
    color: var(--careon-gray);
    font-family: var(--careon-font);
    font-size: 18px;
    line-height: 1.88;
    font-weight: 400;
    letter-spacing: .012em;
    word-spacing: .045em;
    z-index: 2;
}

/* ==============================================================
   NAVEGACIÓN OWL
   ============================================================== */

.eg-testimonials-section .testimonial-two__carousel .owl-nav {
    position: absolute;
    left: 48px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    z-index: 6;
}

.eg-testimonials-section .testimonial-two__carousel.owl-theme .owl-nav .owl-next,
.eg-testimonials-section .testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    border: 1px solid rgba(var(--careon-base-rgb), .18);
    border-radius: 50%;
    background-color: var(--careon-primary);
    color: var(--color2);
    font-size: 16px;
    text-align: center;
    transition:
        background-color .3s ease,
        color .3s ease,
        border-color .3s ease,
        transform .3s ease;
}

.eg-testimonials-section .testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.eg-testimonials-section .testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    border-color: var(--color2);
    background-color: var(--color2);
    color: var(--careon-white);
    transform: translateY(-2px);
}

.eg-testimonials-section .testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
.eg-testimonials-section .testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eg-testimonials-section .testimonial-two__carousel.owl-theme .owl-nav .owl-next span {
    transform: rotate(180deg);
}

/* ==============================================================
   IMAGEN DEL LADO DERECHO
   ============================================================== */

.eg-testimonials-section .testimonial-two__right.eg-testimonials-visual {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 500px;
    margin: 0;
    z-index: 1;
}

.eg-testimonials-section .testimonial-two__img.eg-testimonials-visual__img {
    position: relative;
    display: block;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.eg-testimonials-section .testimonial-two__img.eg-testimonials-visual__img::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(var(--careon-black-rgb), .08) 0%,
            rgba(var(--careon-black-rgb), 0) 34%
        );
    pointer-events: none;
    z-index: 1;
}

.eg-testimonials-section .testimonial-two__img.eg-testimonials-visual__img::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 58px;
    height: 2px;
    border-radius: var(--careon-bdr-radius);
    background-color: var(--color2);
    z-index: 2;
}

.eg-testimonials-section .testimonial-two__img.eg-testimonials-visual__img img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    transition: transform .7s ease;
}

.eg-testimonials-section .testimonial-two__right:hover .testimonial-two__img img {
    transform: scale(1.025);
}

/* ==============================================================
   RESPONSIVE - TABLET / ESCRITORIO MEDIO
   ============================================================== */

@media (max-width: 1199.98px) {
    .eg-testimonials-section.testimonial-two {
        padding: 94px 0 82px;
    }

    .eg-section .eg-section__title,
    .eg-section .section-title-two__title.eg-section__title {
        font-size: 42px !important;
    }

    .eg-section .eg-section__subtitle,
    .eg-section .section-title-two__tagline.eg-section__subtitle {
        font-size: 17px !important;
    }

    .eg-testimonials-section .testimonial-two__single.eg-testimonial-item {
        padding: 42px 38px 106px;
    }

    .eg-testimonials-section .testimonial-two__single.eg-testimonial-item::after {
        left: 38px;
    }

    .eg-testimonials-section .testimonial-two__carousel .owl-nav {
        left: 38px;
    }
}

@media (max-width: 991.98px) {
    .eg-testimonials-section.testimonial-two {
        padding: 84px 0 74px;
    }

    .eg-section__heading {
        margin-bottom: 46px;
    }

    .eg-testimonials-layout {
        max-width: 760px;
        overflow: hidden;
    }

    .eg-testimonials-layout > [class*="col-"] {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .eg-testimonials-section .testimonial-two__single.eg-testimonial-item {
        min-height: 410px;
    }

    .eg-testimonials-section .testimonial-two__right.eg-testimonials-visual,
    .eg-testimonials-section .testimonial-two__img.eg-testimonials-visual__img,
    .eg-testimonials-section .testimonial-two__img.eg-testimonials-visual__img img {
        min-height: 410px;
    }
}

/* ==============================================================
   RESPONSIVE - MÓVIL
   ============================================================== */

@media (max-width: 767.98px) {
    .eg-testimonials-section.testimonial-two {
        padding: 72px 0 64px;
    }

    .eg-testimonials-section.testimonial-two::before {
        width: 210px;
        height: 210px;
        right: -150px;
    }

    .eg-section .eg-section__heading,
    .eg-testimonials-section .eg-testimonials-section__heading {
        text-align: center !important;
    }

    .eg-section .eg-section__title,
    .eg-section .section-title-two__title.eg-section__title {
        width: 100%;
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 36px !important;
        line-height: 1.12 !important;
        letter-spacing: -0.008em;
        word-spacing: .02em;
        text-align: center !important;
    }

    .eg-section .eg-section__subtitle,
    .eg-section .section-title-two__tagline.eg-section__subtitle {
        display: table;
        max-width: 92%;
        margin: 16px auto 0 !important;
        padding-bottom: 14px !important;
        font-size: 16px !important;
        line-height: 1.75 !important;
        letter-spacing: .028em !important;
        word-spacing: .055em;
        text-align: center !important;
    }

    .eg-section__subtitle::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .eg-testimonials-layout {
        border-radius: 24px;
    }

    .eg-testimonials-layout::before {
        left: 28px;
        width: 60px;
    }

    .eg-testimonials-section .testimonial-two__single.eg-testimonial-item {
        min-height: 390px;
        padding: 34px 28px 98px;
    }

    .eg-testimonials-section .testimonial-two__single.eg-testimonial-item::after {
        left: 28px;
        bottom: 74px;
    }

    .eg-testimonial-item__eyebrow {
        font-size: 16px;
    }

    .eg-testimonials-section .testimonial-two__client-name.eg-testimonial-item__name {
        font-size: 24px;
    }

    .eg-testimonial-item__quote {
        min-width: 50px;
        height: 50px;
        font-size: 38px;
    }

    .eg-testimonials-section .testimonial-two__text.eg-testimonial-item__text {
        font-size: 16px;
        line-height: 1.88;
    }

    .eg-testimonials-section .testimonial-two__carousel .owl-nav {
        left: 28px;
        bottom: 24px;
    }

    .eg-testimonials-section .testimonial-two__right.eg-testimonials-visual,
    .eg-testimonials-section .testimonial-two__img.eg-testimonials-visual__img,
    .eg-testimonials-section .testimonial-two__img.eg-testimonials-visual__img img {
        min-height: 360px;
    }
}

@media (max-width: 575.98px) {
    .eg-testimonials-section.testimonial-two {
        padding: 62px 0 56px;
    }

    .eg-section__heading {
        margin-bottom: 40px;
    }

    .eg-section .eg-section__title,
    .eg-section .section-title-two__title.eg-section__title {
        font-size: 34px !important;
        line-height: 1.14 !important;
    }

    .eg-section .eg-section__subtitle,
    .eg-section .section-title-two__tagline.eg-section__subtitle {
        font-size: 16px !important;
        line-height: 1.78 !important;
        letter-spacing: .025em !important;
        word-spacing: .05em;
    }

    .eg-testimonials-section .testimonial-two__single.eg-testimonial-item {
        min-height: 370px;
        padding: 30px 22px 92px;
    }

    .eg-testimonials-section .testimonial-two__single.eg-testimonial-item::after {
        left: 22px;
        bottom: 70px;
        width: 52px;
    }

    .eg-testimonial-item__top {
        gap: 16px;
    }

    .eg-testimonials-section .testimonial-two__client-name.eg-testimonial-item__name {
        font-size: 22px;
    }

    .eg-testimonial-item__quote {
        min-width: 46px;
        height: 46px;
        font-size: 34px;
    }

    .eg-testimonials-section .testimonial-two__rating.eg-testimonial-item__rating {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .eg-testimonials-section .testimonial-two__carousel .owl-nav {
        left: 22px;
        bottom: 22px;
    }

    .eg-testimonials-section .testimonial-two__right.eg-testimonials-visual,
    .eg-testimonials-section .testimonial-two__img.eg-testimonials-visual__img,
    .eg-testimonials-section .testimonial-two__img.eg-testimonials-visual__img img {
        min-height: 300px;
    }
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/