/*==============================================
    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: 120px 0 70px;
    margin-top: -110px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-two:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #f4faff 0%, #eefaff 100%);
    z-index: -1;
}

.testimonial-two .section-title-two__title {
    color: var(--color1);
    font-weight: 900;
    text-align: center;
    max-width: 760px;
    margin: 0 auto 18px;
    line-height: 1.15;
    text-shadow: 0 4px 10px rgba(0, 55, 129, 0.12);
}

.testimonial-two .section-title-two__tagline {
    display: inline-block;
    color: var(--color2);
    border: 2px solid var(--color2);
    background: #f4faff;
    padding: 9px 22px;
    border-radius: 40px;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(0, 122, 187, 0.12);
}

.testimonial-two__left {
    position: relative;
    display: block;
    margin-top: 35px;
}

.testimonial-two__google-summary {
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-two__google-summary h4 {
    font-size: 22px;
    font-weight: 900;
    color: #101A29;
    margin-bottom: 6px;
}

.testimonial-two__google-stars {
    color: #FDBA12;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 1px;
    text-shadow: 0 4px 10px rgba(253, 186, 18, 0.25);
}

.testimonial-two__google-summary p {
    margin: 5px 0;
    color: #101A29;
    font-size: 14px;
}

.testimonial-two__google-logo {
    font-size: 28px;
    font-weight: 900;
    color: #4285F4;
}

.testimonial-two__carousel {
    position: relative;
    padding-bottom: 72px;
}

.testimonial-two__single {
    background: #fff;
    border: 1px solid rgba(0, 122, 187, 0.10);
    border-radius: 16px;
    padding: 22px;
    margin: 10px;
    min-height: 170px;
    box-shadow: 0 12px 34px rgba(16, 26, 41, 0.10);
    transition: all 0.3s ease;
}

.testimonial-two__single:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(16, 26, 41, 0.16);
}

.testimonial-two__client-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-two__avatar {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #ff7a00, #ff9f2f);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(255, 122, 0, 0.25);
}

.testimonial-two__client-name {
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    margin: 0;
    color: #101A29;
}

.testimonial-two__client-sub-title {
    margin: 0;
    font-size: 13px;
    color: #6f7b8a;
}

.testimonial-two__google-icon {
    margin-left: auto;
    color: #4285F4;
    font-weight: 900;
}

.testimonial-two__rating {
    color: #FDBA12;
    font-size: 17px;
    margin: 13px 0 9px;
    letter-spacing: 1px;
}

.testimonial-two__rating span {
    color: #4285F4;
    font-size: 13px;
}

.testimonial-two__text {
    font-size: 14px;
    line-height: 21px;
    color: #101A29;
    margin: 0;
}

.testimonial-two__trustindex {
    display: inline-block;
    margin-left: 30px;
    margin-top: 8px;
    background: #00a36c;
    color: #fff;
    padding: 7px 15px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(0, 163, 108, 0.20);
}

.testimonial-two__right {
    position: relative;
    display: block;
    margin-left: 0;
}

.testimonial-two__img {
    position: relative;
}

.testimonial-two__img:before {
    content: "";
    position: absolute;
    inset: -14px;
    background: rgba(0, 122, 187, 0.08);
    border-radius: 10px;
    z-index: -1;
}

.testimonial-two__img img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 18px 38px rgba(16, 26, 41, 0.16);
}

/* Flechas corregidas */
.testimonial-two__carousel .owl-nav {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    margin: 0 !important;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev,
.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(0, 122, 187, 0.18) !important;
    background: #fff !important;
    color: var(--color1) !important;
    font-size: 22px !important;
    line-height: 42px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(16, 26, 41, 0.12);
    transition: all 0.3s ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover {
    background: var(--color2) !important;
    color: #fff !important;
    transform: translateY(-3px);
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev span,
.testimonial-two__carousel.owl-theme .owl-nav .owl-next span {
    transform: none !important;
    line-height: 1;
}

/* Corrige cuando Owl trae ambas flechas iguales */
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
    font-size: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev span:before {
    content: "‹";
    font-size: 32px;
    line-height: 1;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span {
    font-size: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span:before {
    content: "›";
    font-size: 32px;
    line-height: 1;
}

.testimonial-two__google-btn-wrap {
    margin-top: 32px;
    text-align: left;
}

.testimonial-two__google-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color2), #4aa8f0);
    color: #fff;
    padding: 18px 34px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(0, 122, 187, 0.30);
    transition: all 0.3s ease;
}

.testimonial-two__google-btn:hover {
    transform: translateY(-4px);
    color: #fff;
    box-shadow: 0 18px 36px rgba(0, 122, 187, 0.42);
}

@media (max-width: 991px) {
    .testimonial-two {
        padding: 100px 0 60px;
    }

    .testimonial-two__right {
        margin-top: 35px;
    }

    .testimonial-two__google-btn-wrap {
        text-align: center;
    }
}




/* Flechas centradas correctamente */
.testimonial-two__carousel .owl-nav {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0 !important;
}

.testimonial-two__carousel.owl-theme .owl-nav button.owl-prev,
.testimonial-two__carousel.owl-theme .owl-nav button.owl-next {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px;
    min-height: 42px;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    border: 1px solid rgba(0, 122, 187, 0.18) !important;
    background: #fff !important;
    color: var(--color1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    box-shadow: 0 10px 22px rgba(16, 26, 41, 0.12);
}

.testimonial-two__carousel.owl-theme .owl-nav button.owl-prev span,
.testimonial-two__carousel.owl-theme .owl-nav button.owl-next span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    height: 100%;
    font-size: 0 !important;
    line-height: 1 !important;
    transform: none !important;
}

.testimonial-two__carousel.owl-theme .owl-nav button.owl-prev span:before {
    content: "‹";
    font-size: 31px;
    line-height: 38px;
    margin-top: -3px;
}

.testimonial-two__carousel.owl-theme .owl-nav button.owl-next span:before {
    content: "›";
    font-size: 31px;
    line-height: 38px;
    margin-top: -3px;
}

.testimonial-two__carousel.owl-theme .owl-nav button.owl-prev:hover,
.testimonial-two__carousel.owl-theme .owl-nav button.owl-next:hover {
    background: var(--color2) !important;
    color: #fff !important;
    transform: translateY(-3px);
}

/* Responsive corregido al nuevo diseño */
@media only screen and (max-width: 767px) {
    .testimonial-two {
        padding: 90px 0 55px;
        margin-top: -70px;
    }

    .testimonial-two .section-title-two__title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .testimonial-two .section-title-two__tagline {
        font-size: 13px;
        line-height: 1.4;
        padding: 8px 14px;
    }

    .testimonial-two__left {
        margin-top: 28px;
    }

    .testimonial-two__single {
        padding: 18px;
        min-height: auto;
        margin: 8px;
    }

    .testimonial-two__text {
        font-size: 13px;
        line-height: 20px;
    }

    .testimonial-two__carousel {
        padding-bottom: 70px;
    }

    .testimonial-two__carousel .owl-nav {
        left: 50%;
        bottom: 10px;
    }

    .testimonial-two__right {
        margin-left: 0;
        margin-top: 35px;
    }

    .testimonial-two__img:before {
        inset: -8px;
    }

    .testimonial-two__google-btn-wrap {
        text-align: center;
        margin-top: 28px;
    }

    .testimonial-two__google-btn {
        width: 100%;
        max-width: 320px;
        font-size: 15px;
        padding: 15px 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-two {
        padding: 100px 0 60px;
    }

    .testimonial-two__left {
        margin-top: 30px;
    }

    .testimonial-two__right {
        margin-left: 0;
        margin-top: 40px;
    }

    .testimonial-two__google-btn-wrap {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-two__single {
        padding: 20px;
    }

    .testimonial-two__text {
        font-size: 14px;
        line-height: 21px;
    }

    .testimonial-two__img img {
        min-height: 380px;
        object-fit: cover;
    }
}




/* Logo Google real */
.testimonial-two__google-logo img {
    width: 80px;
    height: auto;
    margin-top: 5px;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.08));
}

/* Icono G en tarjeta */
.testimonial-two__google-icon {
    margin-left: auto;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-two__google-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* Mejora visual de la tarjeta tipo Google */
.testimonial-two__single {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    border: 1px solid #eee;
}

/* Avatar más tipo Google */
.testimonial-two__avatar {
    width: 40px;
    height: 40px;
    font-size: 14px;
    background: #f57c00;
}

/* Ajuste estrellas + check */
.testimonial-two__rating span {
    margin-left: 5px;
    font-weight: bold;
}

/* Espaciado más limpio */
.testimonial-two__client-info {
    align-items: flex-start;
}


/* Texto del testimonio un poquito más grande */
.testimonial-two__text {
    font-size: 16px !important;
    line-height: 26px !important;
}

/* Flechas del carrusel perfectamente centradas */
.testimonial-two__carousel.owl-theme .owl-nav {
    left: 50% !important;
    bottom: 12px !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
}

.testimonial-two__carousel.owl-theme .owl-nav button.owl-prev,
.testimonial-two__carousel.owl-theme .owl-nav button.owl-next {
    position: relative !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

.testimonial-two__carousel.owl-theme .owl-nav button.owl-prev span,
.testimonial-two__carousel.owl-theme .owl-nav button.owl-next span {
    display: none !important;
}

.testimonial-two__carousel.owl-theme .owl-nav button.owl-prev::before,
.testimonial-two__carousel.owl-theme .owl-nav button.owl-next::before {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-1px);
}

.testimonial-two__carousel.owl-theme .owl-nav button.owl-prev::before {
    content: "‹";
}

.testimonial-two__carousel.owl-theme .owl-nav button.owl-next::before {
    content: "›";
}

/* Responsive */
@media only screen and (max-width: 767px) {
    .testimonial-two__text {
        font-size: 14.5px !important;
        line-height: 22px !important;
    }

    .testimonial-two__carousel.owl-theme .owl-nav button.owl-prev,
    .testimonial-two__carousel.owl-theme .owl-nav button.owl-next {
        width: 40px !important;
        height: 40px !important;
    }
}





/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/