.td-testimonials {
    padding: 64px 0;
    overflow: hidden;
    background: #fff;
}

.td-testimonials__head {
    max-width: 860px;
    margin: 0 auto 28px;
}

.td-testimonials__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    margin-bottom: 12px;
    padding: 7px 14px;
    border: 1px solid var(--td-editorial-pill-border);
    border-radius: 999px;
    background: var(--td-editorial-pill-background);
    color: var(--td-editorial-pill-color);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-transform: uppercase;
    box-shadow: var(--td-editorial-pill-shadow);
}

.td-testimonials__title {
    margin: 0 0 10px;
    color: var(--td-title-blue);
    font-family: "Poppins", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.04;
}

.td-testimonials__subtitle {
    max-width: 700px;
    margin: 0 auto;
    color: #607190;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.72;
}

.td-testimonials__carousel {
    padding: 6px 0 56px;
}

.td-testimonials__carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.td-testimonials__carousel .owl-item {
    display: flex;
    height: auto;
    flex: 0 0 auto;
}

.td-testimonials__slide {
    display: flex;
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
    padding: 4px 0;
}

.td-testimonial-card {
    display: flex;
    width: 100%;
    min-height: 240px;
    flex-direction: column;
    padding: 24px;
    border: 1px solid #e0e8f3;
    border-radius: 24px;
    background: linear-gradient(145deg, #fff 0%, #fbfcff 100%);
    box-shadow: 0 18px 42px rgba(27, 47, 91, 0.07);
}

.td-testimonial-card__top {
    display: flex;
    align-items: center;
    gap: 11px;
}

.td-testimonial-card__top img,
.td-testimonial-card__avatar {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 15px;
}

.td-testimonial-card__top img {
    object-fit: cover;
}

.td-testimonial-card__avatar {
    display: grid;
    place-items: center;
    background: #fff1df;
    color: var(--td-orange-end);
}

.td-testimonial-card__top strong {
    color: #1b2f5b;
    font-size: 0.82rem;
    font-weight: 800;
}

.td-testimonial-card__stars {
    margin-top: 4px;
    color: var(--td-orange-end);
    font-size: .75rem;
}

.td-testimonial-card > p {
    flex: 1;
    margin: 20px 0;
    color: #4e607c;
    font-size: 0.91rem;
    line-height: 1.62;
}

.td-testimonial-card > small {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 6px;
    min-height: 28px;
    padding: 6px 10px;
    border: 1px solid #17865a;
    border-radius: 999px;
    background: linear-gradient(135deg, #2ca96f, #17865a);
    color: #fff;
    font-size: .75rem;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: 0 8px 18px rgba(23, 134, 90, .16);
}

.td-testimonial-card > small i {
    color: inherit;
}

.td-testimonials__carousel .owl-nav {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: auto;
    margin-top: 20px;
    transform: none;
}

.td-testimonials__carousel .owl-nav button.owl-prev,
.td-testimonials__carousel .owl-nav button.owl-next {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 0;
    border: 1px solid #f2d8b7 !important;
    border-radius: 999px;
    background: #fff !important;
    color: var(--td-orange-end) !important;
    font-size: 1.45rem !important;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.td-testimonials__carousel .owl-nav button.owl-prev:hover,
.td-testimonials__carousel .owl-nav button.owl-next:hover {
    border-color: var(--td-orange-end) !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(223, 110, 13, 0.16);
}

.td-testimonials__carousel .owl-nav button span {
    position: relative;
    top: -1px;
}

@media (max-width: 767px) {
    .td-testimonials {
        padding: 48px 0;
    }

    .td-testimonials__head {
        margin-bottom: 20px;
        padding: 0 14px;
    }

    .td-testimonials__eyebrow {
        min-height: 25px;
        margin-bottom: 8px;
        padding: 4px 9px;
        font-size: .75rem;
    }

    .td-testimonials__title {
        margin-bottom: 7px;
        font-size: 1.62rem;
        line-height: 1.3;
    }

    .td-testimonials__subtitle {
        max-width: 350px;
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .td-testimonials__carousel {
        margin-right: -15px;
        padding-bottom: 42px;
    }

    .td-testimonial-card {
        min-height: 220px;
        padding: 20px;
    }
}
