/* ============================================================
   Client Testimonials — reusable across all frontend pages
   Carousel selector: .owl-testimonials
   ============================================================ */

/* Section header — centered title with gold divider */
.testimonials-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.testimonials-section .section-title {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    font-family: 'DomaineDispCondSemibold-Italic', serif !important;
    font-style: italic;
}

.testimonials-section .section-divider {
    width: 100px;
    height: 4px;
    background: #d4af37;
    margin: 20px auto;
}

@media (max-width: 768px) {
    .testimonials-section .section-title {
        font-size: 1.8rem;
        word-wrap: break-word;
    }

    .testimonials-section .section-header {
        margin-bottom: 40px;
        padding: 0 10px;
    }
}

.testimonials-section {
    padding: 80px 0;
    background: white;
    position: relative;
    z-index: 1;
}

.testimonials-carousel {
    margin-top: 60px;
}

.testimonial-slide {
    padding: 0 10px;
}

.testimonial-card {
    background: white;
    padding: 35px 25px;
    border-radius: 15px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.testimonials-carousel .owl-item {
    display: flex;
    height: auto;
}

.testimonials-carousel .testimonial-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.testimonial-avatar {
    width: 70px;
    height: 70px;
    background: #ffd700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-weight: 700;
    font-size: 1.5rem;
    color: #1a1a1a;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

.testimonial-avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.testimonial-card:hover .testimonial-avatar {
    transform: scale(1.1);
    background: #d4af37;
}

.testimonial-header {
    margin-bottom: 15px;
}

.testimonial-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1a1a1a;
}

.testimonial-position {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

.testimonial-stars {
    color: #ffd700;
    font-size: 1rem;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.testimonial-stars i {
    margin: 0 2px;
}

.testimonial-card:hover .testimonial-stars {
    transform: scale(1.1);
}

.testimonial-text {
    color: #555;
    line-height: 1.7;
    font-size: 0.95rem;
    font-style: italic;
    margin: 0;
    flex-grow: 1;
}

/* Owl Carousel nav — hidden, dots only */
.testimonials-section .owl-testimonials .owl-nav {
    display: none !important;
}

.testimonials-section .owl-testimonials {
    position: relative;
    padding: 0 20px;
}

/* Dots */
.owl-testimonials .owl-dots {
    margin-top: 40px;
}

.owl-testimonials .owl-dots .owl-dot span {
    background: #d4af37;
    width: 12px;
    height: 12px;
    transition: all 0.3s ease;
}

.owl-testimonials .owl-dots .owl-dot.active span {
    background: #1a1a1a;
    transform: scale(1.3);
}

.owl-testimonials .owl-dots .owl-dot:hover span {
    background: #1a1a1a;
}

@media (max-width: 1200px) {
    .testimonials-section .owl-testimonials {
        padding: 0 20px;
    }
}



@media (max-width: 768px) {
    .testimonial-slide {
        padding: 0 10px;
    }

    .testimonial-card {
        padding: 30px 20px;
        min-height: 350px;
    }

    .testimonials-section .owl-testimonials {
        padding: 0 10px;
    }

    .testimonial-avatar {
        width: 80px;
        height: 80px;
        margin: 0 auto 15px;
    }

    .testimonial-avatar img {
        width: 100% !important;
        height: 100% !important;
    }
}
