/* Center testimonials nicely without altering your carousel JS */
#testimonials, [data-section="testimonials"], .testimonials { display:flex; justify-content:center; padding:4rem 1rem; }
#testimonials .testimonial-container, [data-section="testimonials"] .testimonial-container, .testimonials .testimonial-container { max-width:780px; width:100%; margin:0 auto; }
.testimonial-container .glassy, .testimonial-container .testimonial, .testimonial-container article { margin:0 auto; border-radius:20px; padding:2rem; }
.testimonial-container img.logo { height:32px; max-height:36px; width:auto; object-fit:contain; opacity:.9; }
/* Heading styles */
.testimonials-heading { color:rgba(255,255,255,.92); font-weight:700; letter-spacing:-.01em; text-transform:uppercase; font-size:clamp(1.25rem,2vw,1.5rem); margin:0 0 .5rem; }
.testimonials-sub { color:rgba(255,255,255,.6); font-size:clamp(.9rem,1.2vw,1rem); margin:0 0 1.25rem; }