/*==============================================
    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
===============================================*/
.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
--------------------------------------------------------------*/

.rehab-ui-section,
.rehab-ui-section * {
    box-sizing: border-box;
}

.rehab-ui-heading {
    position: relative;
    width: 100%;
    margin: 0 0 48px;
}

.rehab-ui-title,
.rehab-ui-heading .rehab-ui-title {
    margin: 0;
    color: var(--color1) !important;
    font-family: var(--careon-font);
    font-size: clamp(31px, 3vw, 45px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.35px;
    word-spacing: 1px;
}

.rehab-ui-subtitle,
.rehab-ui-heading .rehab-ui-subtitle {
    display: block;
    margin: 10px 0 0;
    color: var(--color2) !important;
    font-family: var(--careon-font);
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: .12px;
    word-spacing: .65px;
}

.rehab-ui-heading--center {
    text-align: center;
}

.rehab-ui-heading--center .rehab-ui-title,
.rehab-ui-heading--center .rehab-ui-subtitle {
    text-align: center;
}

.rehab-ui-heading--center::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin: 17px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
}


/* ==========================================================================
   FONDO
   ========================================================================== */

.testimonial-four.rehab-testimonials-v2 {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 96px 0 90px;
    background:
        linear-gradient(
            180deg,
            #edf7fc 0%,
            var(--white) 15%,
            var(--white) 85%,
            var(--careon-primary) 100%
        );
    z-index: 1;
}

.testimonial-four.rehab-testimonials-v2::before,
.testimonial-four.rehab-testimonials-v2::after {
    content: none !important;
    display: none !important;
}


/* ==========================================================================
   CARRUSEL
   ========================================================================== */

.testimonial-four__carousel.rehab-testimonials-v2__carousel {
    position: relative;
    display: block;
}

.rehab-testimonials-v2__carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.rehab-testimonials-v2__carousel .owl-item {
    display: flex;
    height: auto;
    padding: 8px 2px 16px;
}

.rehab-testimonials-v2__carousel .owl-item > .rehab-testimonials-v2__card {
    width: 100%;
}


/* ==========================================================================
   TARJETA PREMIUM
   ========================================================================== */

.testimonial-four__single.rehab-testimonials-v2__card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 34px 34px 34px;
    overflow: hidden;

    border: 1px solid rgba(var(--careon-black-rgb), .10);
    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,.995) 58%,
            rgba(var(--careon-base-rgb), .025) 100%
        );

    box-shadow:
        0 18px 42px rgba(var(--careon-black-rgb), .075),
        0 4px 12px rgba(var(--careon-black-rgb), .035),
        inset 0 0 0 1px rgba(255,255,255,.75);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

/* Borde interior muy sutil */
.testimonial-four__single.rehab-testimonials-v2__card::before {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(var(--careon-base-rgb), .055);
    border-radius: 18px;
    pointer-events: none;
    z-index: 0;
}

/* Resplandor discreto en esquina inferior */
.testimonial-four__single.rehab-testimonials-v2__card::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -75px;
    bottom: -85px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(var(--careon-base-rgb), .085) 0%,
        rgba(var(--careon-base-rgb), 0) 70%
    );
    pointer-events: none;
    z-index: 0;
}

.testimonial-four__single.rehab-testimonials-v2__card:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--careon-base-rgb), .30);
    box-shadow:
        0 28px 58px rgba(var(--careon-black-rgb), .12),
        0 8px 20px rgba(var(--careon-black-rgb), .045),
        inset 0 0 0 1px rgba(255,255,255,.92);
}


/* ==========================================================================
   LÍNEA SUPERIOR
   ========================================================================== */

.rehab-testimonials-v2__top-line {
    position: absolute;
    top: 0;
    left: 34px;
    width: 86px;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
    box-shadow: 0 3px 9px rgba(var(--careon-base-rgb), .18);
    z-index: 3;
    transition: width .35s ease;
}

.rehab-testimonials-v2__card:hover .rehab-testimonials-v2__top-line {
    width: 128px;
}


/* ==========================================================================
   COMILLAS
   ========================================================================== */

.testimonial-four__quote.rehab-testimonials-v2__quote {
    position: absolute;
    top: 27px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;

    border: 1px solid rgba(var(--careon-base-rgb), .18);
    border-radius: 17px;

    background:
        linear-gradient(
            145deg,
            var(--careon-primary),
            var(--white)
        );

    box-shadow:
        0 10px 22px rgba(var(--careon-black-rgb), .06);

    z-index: 2;
}

.testimonial-four__quote.rehab-testimonials-v2__quote span {
    position: relative;
    display: inline-block;
    color: var(--color2);
    font-size: 30px;
    line-height: 1;
}

.testimonial-four__quote.rehab-testimonials-v2__quote:empty::after {
    content: "“";
    color: var(--color2);
    font-family: Georgia, serif;
    font-size: 45px;
    line-height: .8;
}


/* ==========================================================================
   ESTRELLAS
   ========================================================================== */

.rehab-testimonials-v2__stars {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    width: fit-content;
    margin: 0 0 23px;
    padding: 7px 11px;

    border: 1px solid rgba(219, 157, 0, .22);
    border-radius: 999px;

    background:
        linear-gradient(
            180deg,
            #fffdf7,
            #fff8e8
        );

    box-shadow: 0 5px 12px rgba(218, 157, 0, .07);
}

.rehab-testimonials-v2__stars span {
    display: inline-block;
    color: #f2b01e;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1;
}


/* ==========================================================================
   CLIENTE
   ========================================================================== */

.testimonial-four__client-info.rehab-testimonials-v2__client-info {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 76px 25px 0;
}

.testimonial-four__client-img.rehab-testimonials-v2__client-img {
    position: relative;
    display: block;
    flex: 0 0 84px;
    width: 84px;
    max-width: 84px;
    height: 84px;
    padding: 4px;

    overflow: hidden;

    border: 2px solid rgba(var(--careon-base-rgb), .20);
    border-radius: 50%;

    background: var(--white);

    box-shadow:
        0 9px 20px rgba(var(--careon-black-rgb), .09),
        0 0 0 5px rgba(var(--careon-base-rgb), .04);
}

.testimonial-four__client-img.rehab-testimonials-v2__client-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.testimonial-four__client-content.rehab-testimonials-v2__client-content {
    position: relative;
    display: block;
    min-width: 0;
    flex: 1;
}

.testimonial-four__client-content.rehab-testimonials-v2__client-content h3 {
    margin: 0 0 6px;
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 21px;
    line-height: 1.28;
    font-weight: 800;
    letter-spacing: -.08px;
    word-spacing: .4px;
}

.testimonial-four__client-content.rehab-testimonials-v2__client-content p {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: var(--color2);
    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
}

.testimonial-four__client-content.rehab-testimonials-v2__client-content p::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--color2);
    box-shadow: 0 0 0 4px rgba(var(--careon-base-rgb), .08);
}


/* ==========================================================================
   CAJA DEL TEXTO DEL TESTIMONIO
   ========================================================================== */

.rehab-testimonials-v2__review-box {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 1px;
    border-radius: 17px;

    background:
        linear-gradient(
            135deg,
            rgba(var(--careon-base-rgb), .32),
            rgba(var(--careon-base-rgb), .07) 40%,
            rgba(var(--careon-black-rgb), .05) 100%
        );
}

.testimonial-four__text.rehab-testimonials-v2__text {
    position: relative;
    margin: 0;
    padding: 20px 21px 20px 24px;

    border: 0;
    border-left: 4px solid var(--color2);
    border-radius: 16px;

    background:
        linear-gradient(
            145deg,
            var(--careon-primary) 0%,
            #f9fcff 100%
        );

    color: var(--careon-gray);
    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.72;
    font-weight: 400;
    letter-spacing: .06px;
    word-spacing: .5px;
}


/* ==========================================================================
   DOTS
   ========================================================================== */

.testimonial-four__carousel.rehab-testimonials-v2__carousel.owl-carousel .owl-dots {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: auto;
    max-width: none;
    height: auto;

    margin: 40px auto 0 !important;
    padding: 0;

    border-radius: 0;
    background: transparent;
}

.testimonial-four__carousel.rehab-testimonials-v2__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;

    width: 10px;
    height: 10px;

    margin: 0;
    padding: 0 !important;

    border: 0;
    border-radius: 50%;

    background: rgba(var(--careon-base-rgb), .23);

    transition:
        width .25s ease,
        border-radius .25s ease,
        background-color .25s ease,
        box-shadow .25s ease;
}

.testimonial-four__carousel.rehab-testimonials-v2__carousel.owl-carousel .owl-dots .owl-dot.active {
    width: 36px;
    border-radius: 999px;
    background: var(--color2);
    box-shadow: 0 4px 10px rgba(var(--careon-base-rgb), .18);
}

.testimonial-four__carousel.rehab-testimonials-v2__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.testimonial-four__carousel.rehab-testimonials-v2__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}


/* ==========================================================================
   TABLET
   ========================================================================== */

@media (max-width: 1199px) {

    .testimonial-four.rehab-testimonials-v2 {
        padding: 84px 0 78px;
    }

    .rehab-ui-heading {
        margin-bottom: 42px;
    }

    .testimonial-four__single.rehab-testimonials-v2__card {
        padding: 31px 29px 31px;
    }

    .rehab-testimonials-v2__top-line {
        left: 29px;
    }

    .testimonial-four__quote.rehab-testimonials-v2__quote {
        top: 25px;
        right: 26px;
    }
}


/* ==========================================================================
   TABLET VERTICAL
   ========================================================================== */

@media (max-width: 991px) {

    .testimonial-four.rehab-testimonials-v2 {
        padding: 74px 0 68px;
    }

    .testimonial-four__client-content.rehab-testimonials-v2__client-content h3 {
        font-size: 20px;
    }
}


/* ==========================================================================
   MÓVIL
   ========================================================================== */

@media (max-width: 767px) {

    .testimonial-four.rehab-testimonials-v2 {
        padding: 60px 0 56px;
    }

    .rehab-ui-heading,
    .rehab-ui-heading--center {
        width: 100%;
        margin-bottom: 34px;
        text-align: center !important;
    }

    .rehab-ui-title,
    .rehab-ui-heading .rehab-ui-title,
    .rehab-ui-heading--center .rehab-ui-title {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: clamp(28px, 8vw, 35px);
        line-height: 1.15;
        text-align: center !important;
    }

    .rehab-ui-subtitle,
    .rehab-ui-heading .rehab-ui-subtitle,
    .rehab-ui-heading--center .rehab-ui-subtitle {
        width: 100%;
        margin: 9px auto 0;
        font-size: 17px;
        line-height: 1.44;
        text-align: center !important;
    }

    .rehab-ui-heading--center::after {
        margin-left: auto;
        margin-right: auto;
    }

    .testimonial-four__single.rehab-testimonials-v2__card {
        padding: 27px 22px 25px;
        border-radius: 20px;
    }

    .testimonial-four__single.rehab-testimonials-v2__card::before {
        inset: 6px;
        border-radius: 15px;
    }

    .rehab-testimonials-v2__top-line {
        left: 22px;
    }

    .testimonial-four__quote.rehab-testimonials-v2__quote {
        top: 23px;
        right: 21px;
        width: 50px;
        height: 50px;
        border-radius: 15px;
    }

    .testimonial-four__quote.rehab-testimonials-v2__quote span {
        font-size: 27px;
    }

    .rehab-testimonials-v2__stars {
        margin-bottom: 20px;
    }

    .testimonial-four__client-info.rehab-testimonials-v2__client-info {
        gap: 13px;
        margin: 0 58px 21px 0;
    }

    .testimonial-four__client-img.rehab-testimonials-v2__client-img {
        flex-basis: 72px;
        width: 72px;
        max-width: 72px;
        height: 72px;
    }

    .testimonial-four__client-content.rehab-testimonials-v2__client-content h3 {
        font-size: 19px;
    }

    .testimonial-four__client-content.rehab-testimonials-v2__client-content p {
        font-size: 16px;
    }

    .testimonial-four__text.rehab-testimonials-v2__text {
        padding: 17px 17px 17px 20px;
        font-size: 16px;
        line-height: 1.68;
    }

    .testimonial-four__carousel.rehab-testimonials-v2__carousel.owl-carousel .owl-dots {
        margin-top: 30px !important;
    }
}


/* ==========================================================================
   MÓVIL PEQUEÑO
   ========================================================================== */

@media (max-width: 420px) {

    .testimonial-four.rehab-testimonials-v2 {
        padding: 52px 0 50px;
    }

    .rehab-ui-title,
    .rehab-ui-heading .rehab-ui-title {
        font-size: clamp(27px, 8.5vw, 33px);
    }

    .rehab-ui-subtitle,
    .rehab-ui-heading .rehab-ui-subtitle {
        font-size: 16px;
    }

    .testimonial-four__single.rehab-testimonials-v2__card {
        padding: 24px 18px 22px;
    }

    .rehab-testimonials-v2__top-line {
        left: 18px;
    }

    .testimonial-four__quote.rehab-testimonials-v2__quote {
        top: 20px;
        right: 17px;
        width: 46px;
        height: 46px;
    }

    .testimonial-four__client-info.rehab-testimonials-v2__client-info {
        margin-right: 48px;
    }

    .testimonial-four__client-img.rehab-testimonials-v2__client-img {
        flex-basis: 66px;
        width: 66px;
        max-width: 66px;
        height: 66px;
    }
}


/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/