/*==============================================
    Testimonial One / Testimonios - Diseño Premium Pulido
===============================================*/

.testimonials-section.testimonial-one {
    position: relative;
    display: block;
    padding: 118px 0 112px;
    overflow: hidden;
    background: radial-gradient(circle at 8% 14%, rgba(var(--careon-primary-rgb), 0.95) 0%, rgba(255, 255, 255, 0) 34%), radial-gradient(circle at 88% 18%, rgba(var(--careon-base-rgb), 0.11) 0%, rgba(255, 255, 255, 0) 36%), linear-gradient(180deg, var(--color3) 0%, #f8fcfd 100%);

    z-index: 1;
}

.testimonials-section.testimonial-one::before {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    right: -178px;
    bottom: -190px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(var(--careon-primary-rgb), 0.88) 0%, rgba(var(--careon-base-rgb), 0.08) 100%);
    z-index: -1;
}

.testimonials-section.testimonial-one::after {
    content: "";
    position: absolute;
    width: 138px;
    height: 78px;
    left: 42px;
    top: 72px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.13);
    border-radius: 30px;
    transform: rotate(17deg);
    background: rgba(237, 252, 255, 0.42);
    z-index: -1;
}

.testimonials-section .container {
    position: relative;
    z-index: 2;
}

.testimonials-section .container::before {
    content: "";
    position: absolute;
    left: 48%;
    top: 40px;
    bottom: 40px;
    width: 1px;
    background: linear-gradient(
        180deg,
        rgba(var(--careon-base-rgb), 0),
        rgba(var(--careon-base-rgb), 0.16),
        rgba(var(--careon-base-rgb), 0)
    );
    pointer-events: none;
}

/*==============================================
    Imagen izquierda
===============================================*/

.testimonials-section .testimonial-one__left {
    position: relative;
    display: block;
    margin-left: 18px;
    margin-right: 78px;
    padding: 14px;
}

.testimonials-section .testimonial-one__left::before {
    content: "";
    position: absolute;
    inset: 44px -20px -22px 44px;
    border-radius: 34px;
    background: rgba(var(--careon-base-rgb), 0.08);
    z-index: 0;
}

.testimonials-section .testimonial-one__left::after {
    content: "";
    position: absolute;
    width: 118px;
    height: 118px;
    right: -18px;
    top: -18px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(var(--careon-primary-rgb), 0.96) 0%, rgba(var(--careon-base-rgb), 0.08) 100%);
    z-index: 0;
}

.testimonials-section .testimonial-one__img {
    position: relative;
    display: block;
    border-radius: 34px;
    overflow: hidden;
    z-index: 2;
    box-shadow:
        0 32px 76px rgba(23, 49, 64, 0.18),
        0 10px 24px rgba(23, 49, 64, 0.08);
}

.testimonials-section .testimonial-one__img::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(23, 49, 64, 0.02) 0%, rgba(23, 49, 64, 0.18) 100%);
    z-index: 1;
    pointer-events: none;
}

.testimonials-section .testimonial-one__img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 34px;
    bottom: 34px;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--color1), var(--color2), var(--color6));
    z-index: 2;
}

.testimonials-section .testimonial-one__img img {
    width: 100%;
    min-height: 505px;
    object-fit: cover;
    border-radius: 34px;
    transition: all 0.7s ease;
}

.testimonials-section .testimonial-one__left:hover .testimonial-one__img img {
    transform: scale(1.035);
    filter: saturate(1.06) contrast(1.03);
}

/* Badge principal sobre imagen */
.testimonials-section .testimonial-one__image-badge {
    position: absolute;
    left: 46px;
    bottom: 42px;
    right: 46px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    box-shadow: 0 18px 38px rgba(23, 49, 64, 0.14);
    z-index: 4;
    backdrop-filter: blur(10px);
}

.testimonials-section .testimonial-one__image-badge span {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--careon-white);
    background: linear-gradient(135deg, var(--color1), var(--color2));
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    box-shadow: 0 10px 22px rgba(23, 49, 64, 0.22);
}

.testimonials-section .testimonial-one__image-badge p {
    margin: 0;
    color: var(--color1);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 800;
}

/* Tarjeta pequeña superior */
.testimonials-section .testimonial-one__trust-card {
    position: absolute;
    right: -12px;
    top: 58px;
    z-index: 5;
    padding: 15px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    box-shadow: 0 18px 40px rgba(23, 49, 64, 0.12);
    backdrop-filter: blur(10px);
}

.testimonials-section .testimonial-one__trust-card strong {
    display: block;
    color: var(--color1);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
}

.testimonials-section .testimonial-one__trust-card span {
    display: block;
    color: var(--color2);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    margin-top: 5px;
}

/*==============================================
    Contenido derecho
===============================================*/

.testimonials-section .testimonial-one__right {
    position: relative;
    display: block;
    padding-left: 12px;
}

.testimonials-section .testimonial-one__right .section-title {
    margin-bottom: 30px;
}

/* Label */
.testimonials-section .section-title__label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color2);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(var(--careon-base-rgb), 0.09);
    border: 1px solid rgba(var(--careon-base-rgb), 0.10);
    margin-bottom: 16px;
}

.testimonials-section .section-title__label::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    background: var(--color2);
    box-shadow: 0 0 0 5px rgba(var(--careon-base-rgb), 0.12);
}

/* Título */
.testimonials-section .section-title__title {
    color: var(--color1);
    font-size: 43px;
    line-height: 1.32;
    font-weight: 800;
   letter-spacing: -0.011em;
    margin: 0;
}

.testimonials-section .section-title__title::after {
    content: "";
    display: block;
    width: 82px;
    height: 4px;
    border-radius: 999px;
    margin-top: 18px;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color6));
}

/* Subtítulo */
.testimonials-section .section-title__tagline {
    position: relative;
    display: inline-block;
    max-width: 560px;
    margin-top: 18px;
    padding: 13px 18px;
    color: var(--color1);
    font-size: 13px;
    line-height: 1.65;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
   background: rgba(255, 255, 255, 0.76);
    border-left: 4px solid var(--color2);
    border-radius: 0 18px 18px 0;
    border-top: 1px solid rgba(var(--careon-base-rgb), 0.08);
    border-right: 1px solid rgba(var(--careon-base-rgb), 0.08);
    border-bottom: 1px solid rgba(var(--careon-base-rgb), 0.08);
    box-shadow: 0 12px 26px rgba(23, 49, 64, 0.06);
}

.testimonials-section .testimonial-one__text-1 {
    color: rgba(var(--careon-black-rgb), 0.78);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    max-width: 540px;
    margin: 0;
}

/*==============================================
    Carrusel
===============================================*/

.testimonials-section .testimonial-one__carousel {
    position: relative;
    display: block;
    margin-top: 34px;
}

.testimonials-section .testimonial-one__carousel::before {
    content: "";
    position: absolute;
    left: 24px;
    top: -16px;
    width: 74px;
    height: 4px;
    border-radius: 999px;
   
    z-index: 3;
}

.testimonials-section .testimonial-one__single {
    position: relative;
    display: block;
    background:
        linear-gradient(145deg, rgba(237,252,255,0.94), rgba(255,255,255,0.98));
    border-radius: 30px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    border-bottom: 4px solid var(--color2);
    padding: 42px 42px 88px;
    overflow: hidden;
    box-shadow:
        0 22px 52px rgba(23, 49, 64, 0.10),
        inset 0 0 0 1px rgba(255,255,255,0.70);
    transition: all 0.38s ease;
}

.testimonials-section .testimonial-one__single::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    right: -94px;
    top: -98px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(var(--careon-primary-rgb), 0.98) 0%, rgba(var(--careon-base-rgb), 0.08) 100%);
    z-index: 0;
}

.testimonials-section .testimonial-one__single::after {
    content: "";
    position: absolute;
    left: 0;
    top: 36px;
    bottom: 36px;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--color1), var(--color2), var(--color6));
    z-index: 1;
}

.testimonials-section .testimonial-one__single:hover {
    transform: translateY(-4px);
    box-shadow:
        0 28px 64px rgba(23, 49, 64, 0.13),
        inset 0 0 0 1px rgba(255,255,255,0.76);
}

.testimonials-section .testimonial-one__ratting {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.70);
    border: 1px solid rgba(var(--careon-base-rgb), 0.08);
}

.testimonials-section .testimonial-one__ratting span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #F8BC26;
}

.testimonials-section .testimonial-one__ratting span.icon-star-color {
    color: #F8BC26;
}

.testimonials-section .testimonial-one__text {
    position: relative;
    color: var(--color1);
    font-size: 27px;
    line-height: 1.45;
    font-weight: 500;
    margin: 28px 0 30px;
    max-width: 560px;
    z-index: 2;
}

.testimonials-section .testimonial-one__client-info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 2;
}

.testimonials-section .testimonial-one__client-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    color: var(--careon-white);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(23, 49, 64, 0.18);
}

.testimonials-section .testimonial-one__client-icon span {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

.testimonials-section .testimonial-one__client-info h4 {
    color: var(--color1);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}

.testimonials-section .testimonial-one__client-info h4 a {
    color: var(--color1);
}

.testimonials-section .testimonial-one__client-info h4 a:hover {
    color: var(--color2);
}

.testimonials-section .testimonial-one__client-info p {
    color: rgba(var(--careon-black-rgb), 0.72);
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}

.testimonials-section .testimonial-one__quote {
    position: absolute;
    bottom: 67px;
    right: 42px;
    z-index: 1;
}

.testimonials-section .testimonial-one__quote span {
    position: relative;
    display: inline-block;
    font-size: 72px;
    color: rgba(var(--careon-base-rgb), 0.22);
}

/*==============================================
    Navegación Owl
===============================================*/

.testimonials-section .testimonial-one__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    z-index: 100;
}

.testimonials-section .testimonial-one__carousel .owl-nav .owl-next,
.testimonials-section .testimonial-one__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
    color: var(--careon-white) !important;
    background: linear-gradient(135deg, var(--color1), var(--color2)) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    box-shadow: 0 12px 24px rgba(23, 49, 64, 0.18);
    transition: all 500ms ease;
    z-index: 100;
}

.testimonials-section .testimonial-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 7px;
}

.testimonials-section .testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 7px;
    transform: rotate(180deg);
}

.testimonials-section .testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
.testimonials-section .testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-section .testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonials-section .testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background: var(--color1) !important;
    color: var(--careon-white) !important;
    transform: translateY(-2px);
}

.testimonials-section .testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    transform: rotate(180deg) translateY(2px);
}

/*==============================================
    Nota inferior
===============================================*/

.testimonials-section .testimonial-one__bottom-note {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 560px;
    margin-top: 24px;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.70);
    border: 1px solid rgba(var(--careon-base-rgb), 0.10);
    box-shadow: 0 12px 28px rgba(23, 49, 64, 0.05);
}

.testimonials-section .testimonial-one__bottom-note span {
    width: 9px;
    height: 9px;
    min-width: 9px;
    border-radius: 50%;
    background: var(--color2);
    box-shadow: 0 0 0 5px rgba(var(--careon-base-rgb), 0.11);
}

.testimonials-section .testimonial-one__bottom-note p {
    margin: 0;
    color: rgba(var(--careon-black-rgb), 0.76);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
}

/*==============================================
    Responsive
===============================================*/

@media only screen and (max-width: 1199px) {
    .testimonials-section.testimonial-one {
        padding: 95px 0 95px;
    }

    .testimonials-section .container::before {
        display: none;
    }

    .testimonials-section .testimonial-one__left {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 48px;
    }

    .testimonials-section .testimonial-one__img img {
        min-height: 460px;
    }

    .testimonials-section .testimonial-one__trust-card {
        right: 28px;
    }

    .testimonials-section .section-title__title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonials-section .testimonial-one__right {
        padding-left: 0;
    }

    .testimonials-section .testimonial-one__text {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonials-section.testimonial-one {
        padding: 78px 0 82px;
    }

    .testimonials-section .testimonial-one__left {
        padding: 10px;
    }

    .testimonials-section .testimonial-one__img img {
        min-height: 380px;
    }

    .testimonials-section .testimonial-one__image-badge {
        left: 28px;
        right: 28px;
        bottom: 28px;
        padding: 15px 16px;
    }

    .testimonials-section .testimonial-one__trust-card {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 18px;
        display: inline-block;
    }

    .testimonials-section .section-title__title {
        font-size: 32px;
        line-height: 1.16;
    }

    .testimonials-section .section-title__tagline {
        font-size: 12px;
        letter-spacing: 0.07em;
        padding: 12px 15px;
    }

    .testimonials-section .section-title__label {
        font-size: 11px;
        line-height: 1.25;
    }

    .testimonials-section .testimonial-one__single {
        padding: 34px 28px 84px;
        border-radius: 26px;
    }

    .testimonials-section .testimonial-one__text {
        font-size: 21px;
        line-height: 1.35;
    }

    .testimonials-section .testimonial-one__quote {
        right: 28px;
        bottom: 72px;
    }

    .testimonials-section .testimonial-one__quote span {
        font-size: 54px;
    }

    .testimonials-section .testimonial-one__bottom-note {
        border-radius: 22px;
    }
}

@media only screen and (max-width: 480px) {
    .testimonials-section .section-title__title {
        font-size: 29px;
    }

    .testimonials-section .testimonial-one__img img {
        min-height: 330px;
    }

    .testimonials-section .testimonial-one__image-badge {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 18px;
    }

    .testimonials-section .testimonial-one__single {
        padding: 30px 22px 84px;
    }

    .testimonials-section .testimonial-one__text {
        font-size: 19px;
    }

    .testimonials-section .testimonial-one__client-info h4 {
        font-size: 20px;
    }

    .testimonials-section .testimonial-one__bottom-note {
        align-items: flex-start;
    }
}

/*==============================================
    Testimonial Two
===============================================*/
.testimonial-two {
    position: relative;
    display: block;
    padding: 230px 0 0;
    margin-top: -110px;
    z-index: 1;
}

.testimonial-two:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 700px;
    background-color: var(--careon-extra);
    z-index: -1;
}

.testimonial-two__left {
    position: relative;
    display: block;
    margin-top: 60px;
}

.testimonial-two__carousel {
    position: relative;
    display: block;
}

.testimonial-two__single {
    position: relative;
    display: block;
    background-color: var(--careon-white);
    border: 1px solid var(--careon-bdr-color);
    border-radius: var(--careon-bdr-radius);
    padding: 32px 40px 130px;
}

.testimonial-two__client-info {
    position: relative;
    display: block;
}

.testimonial-two__client-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.testimonial-two__client-name a {
    color: var(--careon-black);
}

.testimonial-two__client-name a:hover {
    color: var(--careon-base);
}

.testimonial-two__client-sub-title {
    margin-top: 14px;
}

.testimonial-two__rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 28px;
}

.testimonial-two__rating span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #F8BC26;
}

.testimonial-two__rating span:nth-child(4) {
    color: #EFEFEF;
}

.testimonial-two__rating span:nth-child(5) {
    color: #EFEFEF;
}

.testimonial-two__text {
    font-size: 30px;
    line-height: 36px;
}

.testimonial-two__carousel .owl-nav {
    position: absolute;
    bottom: 40px;
    left: 40px;
    margin: 0 !important;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--careon-base);
    background-color: #F2F4F7;
    border: none;
    font-size: 16px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--careon-base);
    background-color: #F2F4F7;
    border: none;
    font-size: 16px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-two__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 {
    transform: rotate(180deg);
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: rgba(var(--careon-primary-rgb), 1);
    color: var(--careon-base);
}

.testimonial-two__right {
    position: relative;
    display: block;
    margin-left: -190px;
}

.testimonial-two__img {
    position: relative;
    display: block;
}

.testimonial-two__img img {
    width: 100%;
    border-radius: var(--careon-bdr-radius);
}


/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/