/*==============================================
    Testimonial One - Dra. Eileen Amaro Balderas
===============================================*/

.dra-eileen-testimonials-section {
    position: relative;
    display: block;
    padding: 105px 0 105px;
    overflow: hidden;
    z-index: 1;
    background:
        linear-gradient(135deg, #ffffff 0%, #ffffff 46%, var(--color3) 100%);
}

/* Fondo limpio, elegante y uniforme */
.dra-eileen-testimonials-bg {
    position: absolute;
    inset: 0;
    background: none;
    opacity: 1;
    z-index: -3;
}

/* Luz suave superior derecha */
.dra-eileen-testimonials-bg::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -150px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(var(--careon-black-rgb), 0.052);
    filter: blur(2px);
    z-index: -2;
}

/* Luz azul suave inferior izquierda */
.dra-eileen-testimonials-bg::after {
    content: "";
    position: absolute;
    left: -170px;
    bottom: -190px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.052);
    filter: blur(2px);
    z-index: -2;
}

/* Detalles circulares discretos */
.dra-eileen-testimonials-section::before {
    content: "";
    position: absolute;
    top: 85px;
    right: 8%;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(var(--careon-black-rgb), 0.04);
    z-index: -1;
}

.dra-eileen-testimonials-section::after {
    content: "";
    position: absolute;
    bottom: 85px;
    left: 7%;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.045);
    z-index: -1;
}

.dra-eileen-testimonials-section .container {
    position: relative;
}

.dra-eileen-testimonials-section .container::before {
    content: "";
    position: absolute;
    top: -38px;
    left: 15px;
    right: 15px;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(var(--careon-base-rgb), 0.14) 28%,
        rgba(var(--careon-black-rgb), 0.12) 50%,
        rgba(var(--careon-base-rgb), 0.14) 72%,
        transparent 100%
    );
}

/* Figuras decorativas suaves */

.dra-eileen-testimonials-shape {
    position: absolute;
    border-radius: 30px;
    z-index: -1;
    opacity: 0.36;
}

.dra-eileen-testimonials-shape-1 {
    width: 170px;
    height: 170px;
    left: 7%;
    top: 28%;
    background: rgba(var(--careon-base-rgb), 0.055);
    transform: rotate(16deg);
}

.dra-eileen-testimonials-shape-2 {
    width: 135px;
    height: 135px;
    right: 8%;
    bottom: 18%;
    background: rgba(var(--careon-black-rgb), 0.045);
    transform: rotate(-15deg);
}

/* Imagen */

.dra-eileen-testimonials-left {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-right: 70px;
}

.dra-eileen-testimonials-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 34px;
    background: var(--careon-white);
    box-shadow: 0 24px 60px rgba(16, 26, 41, 0.12);
    z-index: 1;
}

.dra-eileen-testimonials-img::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 145px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 245, 242, 0.94) 78%
    );
    z-index: 1;
}

.dra-eileen-testimonials-img::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(var(--careon-white-rgb), 0.85);
    border-radius: 34px;
    pointer-events: none;
    z-index: 2;
}

.dra-eileen-testimonials-img img {
    width: 100%;
    display: block;
    border-radius: 34px;
    transform: scale(1.01);
}

.dra-eileen-testimonials-img-badge {
    position: absolute;
    left: 22px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 260px;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(var(--careon-white-rgb), 0.95);
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
    box-shadow: 0 18px 44px rgba(16, 26, 41, 0.14);
    border: 1px solid rgba(var(--careon-black-rgb), 0.08);
    z-index: 5;
}

.dra-eileen-testimonials-img-badge span {
    display: inline-block;
    width: 12px;
    height: 12px;
    min-width: 12px;
    border-radius: 50%;
    background: var(--color1);
    box-shadow: 0 0 0 6px rgba(var(--careon-black-rgb), 0.12);
}

/* Contenido derecho */

.dra-eileen-testimonials-right {
    position: relative;
    display: block;
    padding: 38px 38px 34px;
    border-radius: 34px;
    background: rgba(var(--careon-white-rgb), 0.90);
    border: 1px solid rgba(var(--careon-black-rgb), 0.055);
    box-shadow: 0 24px 60px rgba(16, 26, 41, 0.075);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.dra-eileen-testimonials-title-box {
    position: relative;
    margin-bottom: 24px;
}

.dra-eileen-testimonials-kicker {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    margin-top: 15px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(var(--careon-base-rgb), 0.09);
    color: var(--color2);
    font-family: var(--careon-font);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.dra-eileen-testimonials-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: var(--color1);
}

.dra-eileen-testimonials-title {
    position: relative;
    margin: 0;
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 40px;
    font-weight: 900;
    line-height: 1.38;
    letter-spacing: 0.2px;
}

.dra-eileen-testimonials-title::after {
    content: "";
    display: block;
    width: 86px;
    height: 4px;
    margin-top: 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
}

@media (max-width: 767px) {
  .dra-eileen-testimonials-title,
  .dra-eileen-faq-title {
    text-align: center;
  }

  .dra-eileen-testimonials-title::after,
  .dra-eileen-faq-title::after {
    margin: 18px auto 0;
  }
}

.dra-eileen-testimonials-subtitle {
    margin-top: 18px;
    color: var(--color2);
    font-family: var(--careon-font);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    text-transform: none;
}

.dra-eileen-testimonials-description {
    margin: 0;
    color: rgba(var(--careon-gray-rgb), 0.86);
    font-family: var(--careon-font);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
}

/* Carrusel */

.dra-eileen-testimonials-carousel {
    position: relative;
    display: block;
    margin-top: 34px;
}

/* Tarjeta de testimonio */

.dra-eileen-testimonial-card {
    position: relative;
    display: block;
    min-height: 335px;
    padding: 36px 36px 86px;
    overflow: hidden;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(var(--careon-base-rgb), 0.06), rgba(var(--careon-black-rgb), 0.045)),
        var(--careon-white);
    border: 1px solid rgba(var(--careon-black-rgb), 0.09);
    border-bottom: 3px solid var(--color2);
    box-shadow: 0 18px 50px rgba(16, 26, 41, 0.075);
    z-index: 1;
}

.dra-eileen-testimonial-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 28px;
    width: 5px;
    height: 70px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--color1), var(--color2));
    z-index: 2;
}

.dra-eileen-testimonial-card::after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.045);
    z-index: -1;
}

/* Estrellas completas y amarillas */

.dra-eileen-testimonial-rating {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dra-eileen-testimonial-rating span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #f4b400;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.dra-eileen-testimonial-rating span.icon-star-color {
    color: #f4b400;
    opacity: 1;
}

/* Texto del testimonio */

.dra-eileen-testimonial-text {
    margin: 22px 0 28px;
    color: var(--careon-gray);
    font-family: var(--careon-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.55;
}

/* Cliente */

.dra-eileen-testimonial-client {
    position: relative;
    display: block;
}

.dra-eileen-testimonial-client h4 {
    margin: 0;
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
}

.dra-eileen-testimonial-client p {
    margin: 5px 0 0;
    color: rgba(var(--careon-gray-rgb), 0.72);
    font-family: var(--careon-font);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

/* Quote */

.dra-eileen-testimonial-quote {
    position: absolute;
    bottom: 74px;
    right: 34px;
    z-index: 1;
}

.dra-eileen-testimonial-quote span {
    position: relative;
    display: inline-block;
    font-size: 58px;
    color: rgba(var(--careon-base-rgb), 0.14);
}

/* Flechas carrusel */

.dra-eileen-testimonials-carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 22px;
    left: 36px;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 0 !important;
    z-index: 100;
}

.dra-eileen-testimonials-carousel .owl-nav .owl-next,
.dra-eileen-testimonials-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: 13px !important;
    color: var(--careon-white) !important;
    background: var(--color2) !important;
    border-radius: 50%;
    margin: 0 !important;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    box-shadow: 0 12px 26px rgba(var(--careon-base-rgb), 0.24);
    z-index: 100;
}

.dra-eileen-testimonials-carousel.owl-theme .owl-nav .owl-prev {
    transform: rotate(180deg);
}

.dra-eileen-testimonials-carousel.owl-theme .owl-nav .owl-next span,
.dra-eileen-testimonials-carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dra-eileen-testimonials-carousel.owl-theme .owl-nav .owl-next:hover,
.dra-eileen-testimonials-carousel.owl-theme .owl-nav .owl-prev:hover {
    background: var(--color1) !important;
    color: var(--careon-white) !important;
    box-shadow: 0 14px 30px rgba(var(--careon-black-rgb), 0.25);
}

/* Ajustes tema */

.dra-eileen-testimonials-section .section-title__title {
    color: var(--color1);
}

.dra-eileen-testimonials-section .section-title__tagline {
    color: var(--color2);
}

.dra-eileen-testimonials-section .testimonial-one__right .section-title {
    margin-bottom: 24px;
}

.dra-eileen-testimonials-section .testimonial-one__single {
    background: transparent;
}

.dra-eileen-testimonials-section .testimonial-one__text {
    color: var(--careon-gray);
}

.dra-eileen-testimonials-section .testimonial-one__client-info h4 {
    color: var(--color1);
}

.dra-eileen-testimonials-section .testimonial-one__ratting span {
    color: #f4b400;
}

.dra-eileen-testimonials-section .testimonial-one__ratting span.icon-star-color {
    color: #f4b400;
    opacity: 1;
}

/* Responsive */

@media only screen and (max-width: 1199px) {
    .dra-eileen-testimonials-section {
        padding: 90px 0 90px;
    }

    .dra-eileen-testimonials-left {
        margin-right: 30px;
    }

    .dra-eileen-testimonials-title {
        font-size: 36px;
    }

    .dra-eileen-testimonial-text {
        font-size: 19px;
    }
}

@media only screen and (max-width: 991px) {
    .dra-eileen-testimonials-section {
        padding: 80px 0 80px;
        background:
            linear-gradient(180deg, #ffffff 0%, var(--color3) 100%);
    }

    .dra-eileen-testimonials-left {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .dra-eileen-testimonials-right {
        padding: 32px;
    }

    .dra-eileen-testimonials-section::before,
    .dra-eileen-testimonials-section::after {
        opacity: 0.55;
    }
}

@media only screen and (max-width: 767px) {
    .dra-eileen-testimonials-section {
        padding: 70px 0 70px;
    }

    .dra-eileen-testimonials-bg::before,
    .dra-eileen-testimonials-bg::after,
    .dra-eileen-testimonials-section::before,
    .dra-eileen-testimonials-section::after,
    .dra-eileen-testimonials-section .container::before {
        display: none;
    }

    .dra-eileen-testimonials-img,
    .dra-eileen-testimonials-img img,
    .dra-eileen-testimonials-img::after {
        border-radius: 24px;
    }

    .dra-eileen-testimonials-img-badge {
        left: 16px;
        bottom: 18px;
        max-width: calc(100% - 32px);
        font-size: 13px;
    }

    .dra-eileen-testimonials-right {
        padding: 24px 20px;
        border-radius: 26px;
    }

    .dra-eileen-testimonials-title {
        font-size: 31px;
        letter-spacing: -0.5px;
    }

    .dra-eileen-testimonials-subtitle {
        font-size: 15px;
    }

    .dra-eileen-testimonial-card {
        min-height: auto;
        padding: 30px 24px 82px;
        border-radius: 24px;
    }

    .dra-eileen-testimonial-text {
        font-size: 17px;
        line-height: 1.55;
    }

    .dra-eileen-testimonial-quote {
        right: 24px;
        bottom: 74px;
    }

    .dra-eileen-testimonial-quote span {
        font-size: 48px;
    }

    .dra-eileen-testimonials-carousel.owl-theme .owl-nav {
        left: 24px;
    }

    .dra-eileen-testimonials-shape {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .dra-eileen-testimonials-title {
        font-size: 28px;
    }

    .dra-eileen-testimonials-kicker {
        font-size: 11px;
        padding: 8px 12px;
        letter-spacing: 0.3px;
    }

    .dra-eileen-testimonial-card {
        padding: 28px 20px 80px;
    }

    .dra-eileen-testimonial-text {
        font-size: 16px;
    }

    .dra-eileen-testimonials-carousel .owl-nav .owl-next,
    .dra-eileen-testimonials-carousel .owl-nav .owl-prev {
        width: 39px;
        height: 39px;
    }
}
/*==============================================
    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
--------------------------------------------------------------*/