/* Testimonial — i2t3 component styles
 * Bootstrap provides the carousel; rules below style the slide content.
 */

.i2t3-testimonial-section { position: relative; }

.i2t3-testimonial-section .testimonial-slide {
    padding: 2rem 1rem;
}
.i2t3-testimonial-section .testimonial-slide img {
    border-radius: 50%;
    height: 96px;
    margin: 0 auto 1rem;
    object-fit: cover;
    width: 96px;
}
.i2t3-testimonial-section .testimonial-slide blockquote {
    font-size: 1.1rem;
    font-style: italic;
    margin: 0 auto 1rem;
    max-width: 720px;
}
.i2t3-testimonial-section .testimonial-slide .h4,
.i2t3-testimonial-section .testimonial-slide h4 {
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.i2t3-testimonial-section .testimonial-slide .designation,
.i2t3-testimonial-section .testimonial-slide small {
    color: var(--i2t3-text-muted, #6c757d);
    font-size: 0.9rem;
}

.i2t3-testimonial-section .carousel-indicators {
    bottom: -40px;
}
.i2t3-testimonial-section .carousel-indicators button {
    background-color: var(--i2t3-primary, #0d6efd);
}

/* Prev/next: Bootstrap's icons are white SVGs (for dark carousels) and vanish on
 * the light testimonial background. Give them a primary-coloured round backdrop
 * so the white arrow is visible. */
.i2t3-testimonial-section .carousel-control-prev-icon,
.i2t3-testimonial-section .carousel-control-next-icon {
    background-color: var(--i2t3-primary, #0d6efd);
    border-radius: 50%;
    width: 2.75rem;
    height: 2.75rem;
    background-size: 45%;
}
