.testimonials{background-color:var(--base-500);width:100%;padding:10rem 0;overflow:hidden}.testimonials-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.testimonials-header h3{width:30%}.testimonials-nav{gap:1rem;display:flex}.testimonials-nav-button-wrapper{will-change:transform;position:relative}.testimonials-nav-button{background:var(--base-100);width:80px;height:80px;color:var(--base-500);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;transition:opacity .3s,transform .2s;display:flex}.testimonials-nav-button:active{transform:scale(.85)}.testimonials-carousel{will-change:transform;width:100%;padding:0 2rem 4rem;overflow:visible}.testimonials-track{cursor:grab;touch-action:none;will-change:transform,opacity;width:100%;position:relative}.testimonial-card{background-color:var(--base-100);will-change:transform;border-radius:.35rem;flex-direction:column;justify-content:space-between;width:520px;min-height:380px;padding:2.5rem;display:flex}.testimonial-content{flex-direction:column;gap:1rem;display:flex}.testimonial-quote-mark{color:var(--base-200);font-family:Roslindale Variable,sans-serif;font-size:3.5rem;line-height:1}.testimonial-content p{color:var(--base-500);font-weight:450;line-height:1.5}.testimonial-author{align-items:center;gap:1rem;margin-top:1rem;display:flex}.testimonial-author-img{border-radius:50%;flex-shrink:0;width:48px;height:48px;overflow:hidden}.testimonial-author-img img{filter:grayscale()}.testimonial-author-info{flex-direction:column;gap:.2rem;display:flex}.testimonial-author-name{color:var(--base-500);font-size:1rem}.testimonial-stars{gap:.1rem;display:flex}.testimonial-stars .star{color:var(--base-200);font-size:.85rem}.testimonial-stars .star.filled{color:var(--base-500)}@media (max-width:1000px){.testimonials{padding:8rem 0 4rem}.testimonials-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.testimonials-header h3{width:100%}.testimonials-nav-button{transform:none}.testimonial-card{width:100%}.testimonial-content{gap:0}}
