/*==============================================
    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);
}

/*--------------------------------------------------------------
# Testimonios Nefrología - Diseño Premium Mejorado
--------------------------------------------------------------*/

.nefro-testimonials-v3 {
    position: relative;
    display: block;
    padding: 110px 0 115px;
    background:
        radial-gradient(circle at 7% 18%, rgba(255, 255, 255, 0.82) 0%, transparent 30%),
        radial-gradient(circle at 95% 78%, rgba(136, 33, 51, 0.065) 0%, rgba(136, 33, 51, 0.035) 18%, transparent 34%),
        linear-gradient(180deg, var(--color3) 0%, #f6fdff 50%, var(--color3) 100%);
    overflow: hidden;
    z-index: 1;
}

.nefro-testimonials-v3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 5px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color6));
    z-index: 2;
}

.nefro-testimonials-v3__shape {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    z-index: -1;
}

.nefro-testimonials-v3__shape--one {
    width: 370px;
    height: 370px;
    left: -180px;
    top: 80px;
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(0, 77, 115, 0.08);
}

.nefro-testimonials-v3__shape--two {
    width: 290px;
    height: 290px;
    right: -120px;
    bottom: 80px;
    background: rgba(136, 33, 51, 0.06);
    border: 1px solid rgba(136, 33, 51, 0.08);
}

.nefro-testimonials-v3__shape--three {
    width: 150px;
    height: 150px;
    right: 22%;
    top: 135px;
    background: rgba(0, 77, 115, 0.045);
    border: 1px solid rgba(0, 77, 115, 0.07);
}

/* Encabezado */

.nefro-testimonials-v3__section-title {
    position: relative;
    max-width: 850px;
    margin: 0 auto 54px;
    padding-bottom: 15px;
}

.nefro-testimonials-v3__eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 16px;
    margin-bottom: 17px;
    color: var(--color2);
       font-size: 17px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(0, 77, 115, 0.12);
    box-shadow: 0 10px 22px rgba(0, 77, 115, 0.055);
}

.nefro-testimonials-v3__eyebrow span {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: var(--color1);
    box-shadow: 0 0 0 6px rgba(136, 33, 51, 0.12);
}

.nefro-testimonials-v3__title {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    color: var(--color1);
    font-size: clamp(32px, 3.5vw, 50px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -1px;
    text-transform: none;
}

.nefro-testimonials-v3__title::after {
    content: "";
    display: block;
    width: 92px;
    height: 4px;
    margin: 18px auto 0;
    border-radius: 999px;
   
}

.nefro-testimonials-v3__tagline {
    max-width: 700px;
    margin: 16px auto 0;
    color: var(--color2) !important;
    font-size: 15.5px;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: 0.1px;
    text-transform: none;
}

/* Carrusel */

.nefro-testimonials-v3__carousel {
    position: relative;
    display: block;
    max-width: 930px;
    margin: 0 auto;
}

/* Card */

.nefro-testimonials-v3__card {
    position: relative;
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
    gap: 38px;
    min-height: 285px;
    padding: 42px 48px;
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 253, 255, 0.98));
    border: 1px solid rgba(0, 77, 115, 0.12);
    box-shadow: 0 24px 65px rgba(16, 26, 41, 0.11);
    overflow: hidden;
    z-index: 1;
}

.nefro-testimonials-v3__card::before {
    content: "";
    position: absolute;
    right: -62px;
    top: -62px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background: rgba(235, 251, 255, 0.98);
    border: 1px solid rgba(0, 77, 115, 0.08);
    z-index: -1;
}

.nefro-testimonials-v3__card::after {
    content: "";
    position: absolute;
    left: -78px;
    bottom: -78px;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: rgba(136, 33, 51, 0.055);
    z-index: -1;
}

/* Imagen */

.nefro-testimonials-v3__img {
    position: relative;
    width: 170px;
    height: 170px;
    max-width: none;
    display: block;
    border-radius: 50%;
    padding: 7px;
    background: linear-gradient(135deg, var(--color1), var(--color2), var(--color6));
    box-shadow: 0 18px 45px rgba(0, 77, 115, 0.16);
    z-index: 2;
}

.nefro-testimonials-v3__img::before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.46);
    border: 1px solid rgba(0, 77, 115, 0.12);
    z-index: -1;
}

.nefro-testimonials-v3__img::after {
    content: "";
    position: absolute;
    right: 4px;
    bottom: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
  
    z-index: 3;
}

.nefro-testimonials-v3__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Contenido */

.nefro-testimonials-v3__content {
    position: relative;
    display: block;
    flex: initial;
    z-index: 2;
}

.nefro-testimonials-v3__top-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.nefro-testimonials-v3__quote {
    position: relative;
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-radius: 17px;
    color: var(--color1);
    background: var(--color3);
    border: 1px solid rgba(0, 77, 115, 0.11);
    box-shadow: 0 10px 24px rgba(0, 77, 115, 0.06);
}

.nefro-testimonials-v3__quote i {
    color: var(--color1);
    font-size: 21px;
}

/* Rating */

.nefro-testimonials-v3__rating {
    position: relative;
    right: auto;
    bottom: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255, 177, 36, 0.12);
    border: 1px solid rgba(255, 177, 36, 0.22);
    z-index: 3;
}

.nefro-testimonials-v3__rating i {
    color: #ffb124;
    font-size: 15px;
    filter: drop-shadow(0 4px 8px rgba(255, 177, 36, 0.18));
}

.nefro-testimonials-v3__text {
    margin: 0 0 24px;
    color: var(--careon-gray);
    font-size: 19px;
    font-weight: 650;
    line-height: 1.58;
}

.nefro-testimonials-v3__client-info {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    padding-left: 18px;
}

.nefro-testimonials-v3__client-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--color2), var(--color2));
}

.nefro-testimonials-v3__client-info h3 {
    margin: 0 0 5px;
    color: var(--color1);
    font-size: 21px;
    font-weight: 900;
    line-height: 1.2;
}

.nefro-testimonials-v3__client-info p {
    margin: 0;
    color: var(--color2);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

/* Dots */

.nefro-testimonials-v3__carousel.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin: 42px 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nefro-testimonials-v3__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 5px;
    border-radius: 999px;
    background-color: rgba(0, 77, 115, 0.22);
    margin: 0 5px;
    padding: 0;
    transition: all 250ms ease;
}

.nefro-testimonials-v3__carousel.owl-carousel .owl-dot.active {
    width: 54px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
}

.nefro-testimonials-v3__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.nefro-testimonials-v3__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/* Responsive */

@media only screen and (max-width: 991px) {
    .nefro-testimonials-v3 {
        padding: 90px 0 95px;
    }

    .nefro-testimonials-v3__card {
        grid-template-columns: 155px 1fr;
        gap: 28px;
        padding: 38px 34px;
    }

    .nefro-testimonials-v3__img {
        width: 145px;
        height: 145px;
    }

    .nefro-testimonials-v3__text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .nefro-testimonials-v3 {
        padding: 78px 0 82px;
    }

    .nefro-testimonials-v3__title {
        font-size: 31px;
        line-height: 1.13;
    }

    .nefro-testimonials-v3__tagline {
        font-size: 15px;
    }

    .nefro-testimonials-v3__card {
        display: block;
        padding: 34px 25px 36px;
        border-radius: 26px;
        text-align: center;
    }

    .nefro-testimonials-v3__img {
        width: 138px;
        height: 138px;
        margin: 0 auto 28px;
    }

    .nefro-testimonials-v3__top-row {
        justify-content: center;
        flex-direction: column;
        gap: 12px;
    }

    .nefro-testimonials-v3__text {
        font-size: 17px;
        line-height: 1.6;
    }

    .nefro-testimonials-v3__client-info {
        align-items: center;
        padding-left: 0;
    }

    .nefro-testimonials-v3__client-info::before {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .nefro-testimonials-v3__eyebrow {
        font-size: 13px;
    }

    .nefro-testimonials-v3__title {
        font-size: 28px;
    }

    .nefro-testimonials-v3__card {
        padding: 30px 21px 34px;
    }

    .nefro-testimonials-v3__img {
        width: 124px;
        height: 124px;
    }

    .nefro-testimonials-v3__text {
        font-size: 16px;
    }

    .nefro-testimonials-v3__client-info h3 {
        font-size: 19px;
    }

    .nefro-testimonials-v3__rating {
        padding: 8px 11px;
    }

    .nefro-testimonials-v3__rating i {
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/