/*==============================================
    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;
}

/* ==========================================================
   TESTIMONIOS
   ========================================================== */

.ocv-testimonials-section {
    position: relative;
    isolation: isolate;
    display: block;
    overflow: hidden;
    padding: 110px 0 95px;
    background:
        radial-gradient(circle at 10% 4%, rgba(var(--careon-white-rgb), 0.94) 0, rgba(var(--careon-white-rgb), 0) 29%),
        radial-gradient(circle at 92% 94%, rgba(var(--careon-base-rgb), 0.08) 0, rgba(var(--careon-base-rgb), 0) 28%),
        linear-gradient(180deg, var(--careon-primary) 0%, var(--color3) 100%);
    font-family: var(--careon-font);
    z-index: 1;
}

.ocv-testimonials-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 90px;
    left: -115px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--careon-white-rgb), 0.82) 0%, rgba(var(--careon-white-rgb), 0) 70%);
    pointer-events: none;
}

.ocv-testimonials-section::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -120px;
    bottom: -135px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    border: 52px solid rgba(var(--careon-black-rgb), 0.035);
    pointer-events: none;
}

.ocv-testimonials-section,
.ocv-testimonials-section * {
    box-sizing: border-box;
}

.ocv-testimonials-section p,
.ocv-testimonials-section a,
.ocv-testimonials-section li,
.ocv-testimonials-section span,
.ocv-testimonials-section strong {
    font-size: max(16px, 1rem);
}

/* Encabezado */
.ocv-testimonials-section .ocv-section-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 44px;
    text-align: center;
}

.ocv-testimonials-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin: 0 auto 16px;
    padding: 8px 16px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.14);
    border-radius: 999px;
    background: rgba(var(--careon-white-rgb), 0.64);
    color: var(--color2);
    font-family: var(--careon-font);
    font-size: 16px !important;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.15px;
    box-shadow: 0 8px 22px rgba(var(--careon-black-rgb), 0.045);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.ocv-testimonials-section .ocv-section-title {
    margin: 0 0 14px;
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 46px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-wrap: balance;
}

.ocv-testimonials-section .ocv-section-subtitle {
    margin: 0 auto;
    max-width: 760px;
    color: var(--color2);
    font-family: var(--careon-font);
    font-size: 19px;
    line-height: 1.7;
    font-weight: 600;
    letter-spacing: 0.15px;
    text-wrap: balance;
}

/* Shell principal */
.ocv-testimonials-shell {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 34px;
    border: 1px solid rgba(var(--careon-black-rgb), 0.065);
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(var(--careon-white-rgb), 0.80), rgba(var(--careon-white-rgb), 0.50));
    box-shadow:
        0 28px 70px rgba(var(--careon-black-rgb), 0.075),
        inset 0 1px 0 rgba(var(--careon-white-rgb), 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ocv-testimonials-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(var(--careon-white-rgb), 0.85), rgba(var(--careon-base-rgb), 0.12), rgba(var(--careon-black-rgb), 0.05));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.ocv-testimonials-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    left: var(--ocv-glow-x, 32%);
    top: var(--ocv-glow-y, 30%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(var(--careon-base-rgb), 0.10), rgba(var(--careon-base-rgb), 0) 70%);
    filter: blur(6px);
    opacity: 0.9;
    pointer-events: none;
    transition: left 0.18s ease-out, top 0.18s ease-out;
}

.ocv-testimonials-left,
.ocv-testimonials-right {
    position: relative;
    z-index: 2;
    display: block;
}

.ocv-testimonials-left {
    padding: 10px 4px 10px 6px;
}

.ocv-testimonials-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.1px;
}

.ocv-testimonials-kicker-dot {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 50%;
    background: var(--color2);
    box-shadow: 0 0 0 7px rgba(var(--careon-base-rgb), 0.10);
}

/* Tarjeta */
.ocv-testimonial-card {
    --ocv-card-x: 50%;
    --ocv-card-y: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 430px;
    padding: 34px 36px 30px;
    overflow: hidden;
    border: 1px solid rgba(var(--careon-black-rgb), 0.085);
    border-radius: 30px;
    background:
        linear-gradient(160deg, rgba(var(--careon-white-rgb), 1) 0%, rgba(var(--careon-white-rgb), 0.97) 66%, rgba(var(--careon-primary-rgb), 0.55) 100%);
    box-shadow:
        0 22px 52px rgba(var(--careon-black-rgb), 0.085),
        inset 0 1px 0 rgba(var(--careon-white-rgb), 1);
    transform-style: preserve-3d;
    transition:
        transform 0.38s cubic-bezier(.2,.75,.25,1),
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.ocv-testimonial-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--color2), var(--color1));
    box-shadow: 0 0 22px rgba(var(--careon-base-rgb), 0.20);
}

.ocv-testimonial-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at var(--ocv-card-x) var(--ocv-card-y), rgba(var(--careon-base-rgb), 0.12), rgba(var(--careon-base-rgb), 0) 34%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.ocv-testimonial-card:hover {
    transform: translateY(-7px);
    border-color: rgba(var(--careon-base-rgb), 0.20);
    box-shadow:
        0 32px 68px rgba(var(--careon-black-rgb), 0.13),
        inset 0 1px 0 rgba(var(--careon-white-rgb), 1);
}

.ocv-testimonial-card:hover::after {
    opacity: 1;
}

.ocv-testimonial-card-glow {
    position: absolute;
    top: -80px;
    right: -60px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--careon-base-rgb), 0.13), rgba(var(--careon-base-rgb), 0) 69%);
    pointer-events: none;
}

.ocv-testimonial-quote {
    position: absolute;
    z-index: 2;
    top: 26px;
    right: 28px;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(var(--careon-base-rgb), 0.16);
    border-radius: 22px;
    background: linear-gradient(145deg, var(--careon-primary), var(--color3));
    box-shadow:
        0 13px 26px rgba(var(--careon-black-rgb), 0.07),
        inset 0 1px 0 rgba(var(--careon-white-rgb), 0.92);
    transform: rotate(3deg);
    transition: transform 0.35s ease;
}

.ocv-testimonial-card:hover .ocv-testimonial-quote {
    transform: rotate(0deg) translateY(-2px);
}

.ocv-testimonial-quote span {
    margin-top: 7px;
    color: var(--color2);
    font-family: Georgia, serif;
    font-size: 42px !important;
    line-height: 1;
    font-weight: 700;
}

.ocv-testimonial-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-right: 82px;
}

.ocv-client-avatar {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.14);
    background: linear-gradient(145deg, var(--careon-primary), var(--careon-white));
    box-shadow: 0 10px 22px rgba(var(--careon-black-rgb), 0.06);
}

.ocv-client-avatar span {
    color: var(--color2);
    font-size: 20px !important;
}

.ocv-client-info {
    min-width: 0;
}

.ocv-client-name {
    margin: 0 0 7px;
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-wrap: balance;
}

.ocv-client-role {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 6px 11px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.13);
    border-radius: 999px;
    background: rgba(var(--careon-primary-rgb), 0.72);
    color: var(--color2);
    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}

.ocv-rating {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 26px 0 20px;
}

.ocv-rating span {
    color: #F8BC26;
    font-size: 18px !important;
    line-height: 1;
    filter: drop-shadow(0 4px 7px rgba(var(--careon-base-rgb), 0.15));
}

.ocv-rating strong {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-left: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(var(--careon-black-rgb), 0.055);
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 16px !important;
    line-height: 1.2;
    font-weight: 700;
}

.ocv-testimonial-text {
    position: relative;
    z-index: 2;
    flex: 1;
    margin: 0;
    color: var(--careon-gray);
    font-family: var(--careon-font);
    font-size: 18px;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: 0.12px;
    text-wrap: pretty;
}

.ocv-testimonial-footer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(var(--careon-black-rgb), 0.075);
}

.ocv-testimonial-signature-line {
    width: 86px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color2), rgba(var(--careon-base-rgb), 0.18));
}

.ocv-testimonial-verified {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--color1);
    font-size: 16px !important;
    line-height: 1.35;
    font-weight: 600;
}

.ocv-testimonial-verified-icon {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 139, 98, 0.11);
    color: var(--color4);
    font-size: 14px !important;
    font-weight: 800;
}

/* Imagen */
.ocv-testimonials-right {
    padding: 8px 4px 8px 14px;
}

.ocv-testimonial-image-frame {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    padding: 22px;
    perspective: 1000px;
}

.ocv-testimonial-image-frame::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 5% 0 0 9%;
    border: 1px solid rgba(var(--careon-black-rgb), 0.07);
    border-radius: 34px;
    background: linear-gradient(155deg, rgba(var(--careon-white-rgb), 0.86), rgba(var(--careon-primary-rgb), 0.65));
    box-shadow: 0 24px 55px rgba(var(--careon-black-rgb), 0.07);
    transform: rotate(2deg);
}

.ocv-testimonial-image-frame::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: -12px;
    bottom: -4px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--careon-base-rgb), 0.12), rgba(var(--careon-base-rgb), 0) 72%);
    pointer-events: none;
}

.ocv-testimonial-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 8px solid rgba(var(--careon-white-rgb), 0.80);
    border-radius: 32px;
    background: var(--careon-white);
    box-shadow:
        0 30px 70px rgba(var(--careon-black-rgb), 0.16),
        0 0 0 1px rgba(var(--careon-black-rgb), 0.045);
    transform-style: preserve-3d;
    transition: transform 0.35s cubic-bezier(.2,.75,.25,1), box-shadow 0.35s ease;
}

.ocv-testimonial-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(var(--careon-white-rgb), 0) 58%, rgba(var(--careon-black-rgb), 0.085) 100%);
}

.ocv-testimonial-image img {
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
    transition: transform 0.6s cubic-bezier(.2,.75,.25,1);
}

.ocv-testimonial-image-frame:hover .ocv-testimonial-image img {
    transform: scale(1.06);
}

.ocv-testimonial-image-shine {
    position: absolute;
    z-index: 3;
    top: -20%;
    left: -45%;
    width: 34%;
    height: 150%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(var(--careon-white-rgb), 0.38), transparent);
    opacity: 0;
    pointer-events: none;
}

.ocv-testimonial-image-frame:hover .ocv-testimonial-image-shine {
    animation: ocvTestimonialShine 1.15s ease forwards;
}

.ocv-image-orbit {
    position: absolute;
    z-index: 1;
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(var(--careon-base-rgb), 0.16);
    pointer-events: none;
}

.ocv-image-orbit--one {
    top: 4px;
    right: -1px;
    width: 102px;
    height: 102px;
    animation: ocvFloatOne 7s ease-in-out infinite;
}

.ocv-image-orbit--two {
    left: 4px;
    bottom: 32px;
    width: 70px;
    height: 70px;
    border-color: rgba(var(--careon-black-rgb), 0.10);
    animation: ocvFloatTwo 6s ease-in-out infinite;
}

.ocv-testimonial-image-badge {
    position: absolute;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 10px 15px;
    border: 1px solid rgba(var(--careon-black-rgb), 0.07);
    border-radius: 999px;
    background: rgba(var(--careon-white-rgb), 0.91);
    color: var(--color1);
    font-size: 16px !important;
    line-height: 1.35;
    font-weight: 700;
    box-shadow: 0 14px 30px rgba(var(--careon-black-rgb), 0.11);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.ocv-testimonial-image-badge--top {
    top: 4px;
    left: -8px;
}

.ocv-testimonial-image-badge--bottom {
    right: -8px;
    bottom: 14px;
}

.ocv-image-badge-icon {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 26px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--careon-primary), var(--color3));
    color: var(--color2);
    font-size: 14px !important;
    font-weight: 800;
}

/* Owl Carousel */
.testimonial-two__carousel {
    position: relative;
}

.testimonial-two__carousel .owl-stage-outer {
    padding: 8px 4px 22px;
    margin: -8px -4px -22px;
}

.testimonial-two__carousel .owl-nav {
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
    margin: 20px 0 0 !important;
}

.testimonial-two__carousel.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    overflow: hidden;
    width: 54px;
    height: 54px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(var(--careon-black-rgb), 0.09);
    border-radius: 18px;
    background: rgba(var(--careon-white-rgb), 0.90);
    color: var(--color1);
    font-size: 16px;
    line-height: 1;
    box-shadow: 0 12px 24px rgba(var(--careon-black-rgb), 0.07);
    transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.testimonial-two__carousel.owl-theme .owl-nav [class*="owl-"]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    opacity: 0;
    transition: opacity 0.28s ease;
}

.testimonial-two__carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    transform: translateY(-3px);
    border-color: transparent;
    color: var(--careon-white);
    box-shadow: 0 16px 30px rgba(var(--careon-base-rgb), 0.18);
}

.testimonial-two__carousel.owl-theme .owl-nav [class*="owl-"]:hover::before {
    opacity: 1;
}

.testimonial-two__carousel.owl-theme .owl-nav [class*="owl-"] span {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span {
    transform: rotate(180deg);
}

.testimonial-two__carousel .owl-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
}

.testimonial-two__carousel.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0;
    border-radius: 999px;
    background: rgba(var(--careon-black-rgb), 0.16);
    transition: width 0.28s ease, background 0.28s ease;
}

.testimonial-two__carousel.owl-theme .owl-dots .owl-dot.active span,
.testimonial-two__carousel.owl-theme .owl-dots .owl-dot:hover span {
    width: 28px;
    background: var(--color2);
}

/* Reveal */
.ocv-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(.2,.75,.25,1);
}

.ocv-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes ocvTestimonialShine {
    0% { left: -45%; opacity: 0; }
    25% { opacity: 1; }
    100% { left: 125%; opacity: 0; }
}

@keyframes ocvFloatOne {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(-8px, 10px, 0); }
}

@keyframes ocvFloatTwo {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(7px, -8px, 0); }
}

/* Responsive */
@media (max-width: 1199px) {
    .ocv-testimonials-shell {
        padding: 28px;
    }

    .ocv-testimonial-card {
        min-height: 420px;
        padding: 31px 30px 28px;
    }

    .ocv-testimonial-image img {
        height: 460px;
    }
}

@media (max-width: 991px) {
    .ocv-testimonials-section {
        padding: 85px 0 72px;
    }

    .ocv-testimonials-section .ocv-section-title {
        font-size: 38px;
    }

    .ocv-testimonials-shell {
        padding: 24px;
        border-radius: 30px;
    }

    .ocv-testimonials-left,
    .ocv-testimonials-right {
        padding: 0;
    }

    .ocv-testimonials-right {
        margin-top: 8px;
    }

    .ocv-testimonial-image-frame {
        max-width: 660px;
        margin: 0 auto;
    }

    .ocv-testimonial-image img {
        height: 440px;
    }
}

@media (max-width: 767px) {
    .ocv-testimonials-section .ocv-section-heading {
        margin-bottom: 38px;
        text-align: center;
    }

    .ocv-testimonials-section .ocv-section-title {
        font-size: 32px;
        line-height: 1.22;
        text-align: center;
    }

    .ocv-testimonials-section .ocv-section-subtitle {
        font-size: 16px;
        text-align: center;
    }

    .ocv-testimonials-shell {
        padding: 18px;
    }

    .ocv-testimonials-kicker {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .ocv-testimonial-card {
        min-height: auto;
        padding: 26px 22px 24px;
        border-radius: 25px;
    }

    .ocv-testimonial-head {
        padding-right: 74px;
    }

    .ocv-client-name {
        font-size: 22px;
    }

    .ocv-testimonial-text {
        font-size: 16px;
        line-height: 1.85;
    }

    .ocv-testimonial-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .ocv-testimonial-image-frame {
        padding: 18px 8px 12px;
    }

    .ocv-testimonial-image {
        border-radius: 26px;
    }

    .ocv-testimonial-image img {
        height: 390px;
    }

    .ocv-testimonial-image-badge--top {
        left: -2px;
    }

    .ocv-testimonial-image-badge--bottom {
        right: -2px;
        bottom: 0;
    }
}

@media (max-width: 575px) {
    .ocv-testimonials-section {
        padding: 75px 0 62px;
    }

    .ocv-testimonials-section .ocv-section-title {
        font-size: 30px;
    }

    .ocv-testimonials-shell {
        padding: 14px;
        border-radius: 25px;
    }

    .ocv-testimonials-eyebrow {
        width: auto;
        max-width: 100%;
    }

    .ocv-testimonial-card {
        padding: 20px 18px 22px;
        border-radius: 22px;
    }

    .ocv-testimonial-card::before {
        top: 22px;
        bottom: 22px;
        width: 4px;
    }

    .ocv-testimonial-quote {
        position: relative;
        top: auto;
        right: auto;
        width: 55px;
        height: 55px;
        margin: 0 0 18px auto;
        border-radius: 18px;
    }

    .ocv-testimonial-quote span {
        font-size: 36px !important;
    }

    .ocv-testimonial-head {
        padding-right: 0;
    }

    .ocv-client-avatar {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
        border-radius: 16px;
    }

    .ocv-rating {
        margin-top: 22px;
    }

    .ocv-testimonial-image-frame {
        padding: 16px 0 8px;
    }

    .ocv-testimonial-image img {
        height: 320px;
    }

    .ocv-testimonial-image-badge {
        position: relative;
        inset: auto !important;
        width: fit-content;
        max-width: 100%;
        margin-top: 10px;
    }

    .ocv-testimonial-image-badge--bottom {
        margin-left: auto;
    }

    .ocv-image-orbit {
        display: none;
    }

    .testimonial-two__carousel .owl-nav,
    .testimonial-two__carousel .owl-dots {
        justify-content: center;
    }
}

@media (hover: none), (pointer: coarse) {
    .ocv-testimonial-card:hover {
        transform: none;
    }

    .ocv-testimonial-card::after {
        display: none;
    }

    .ocv-testimonial-image-frame:hover .ocv-testimonial-image img {
        transform: scale(1.02);
    }

    .ocv-testimonial-image-frame:hover .ocv-testimonial-image-shine {
        animation: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ocv-testimonials-section *,
    .ocv-testimonials-section *::before,
    .ocv-testimonials-section *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .ocv-reveal {
        opacity: 1;
        transform: none;
    }
}


/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/