.testimonials-section{background-color:#fff;padding:3rem 0}.testimonials-container{max-width:1565px;margin:0 auto;padding:0 20px}.testimonials-header{margin-bottom:2rem}.testimonials-title{font-weight:700;text-align:center;font-size:3.5rem;color:#444;margin:0}.testimonials-content{padding:2rem 0}.testimonials-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}.testimonial-card{padding:1rem;height:100%;min-height:320px;background:#fff;border:1px solid #bf0603;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-4px)}.testimonial-card-content{height:100%;display:flex;flex-direction:column;gap:1rem}.star-rating{display:flex;gap:4px}.star{color:#e0e0e0;font-size:20px}.star.filled{color:#bf0603}.testimonial-review{margin:0;font-style:italic;flex-grow:1;font-size:14px;line-height:1.6;color:#333}.testimonial-title{font-weight:700;margin:0;color:#bf0603;font-size:16px}.testimonials-controls{margin-top:2rem;gap:2rem}.testimonial-btn,.testimonials-controls{display:flex;justify-content:center;align-items:center}.testimonial-btn{background-color:#fff;color:#bf0603;min-width:auto;width:50px;height:50px;padding:0;border:1px solid #bf0603;transition:all .3s ease;cursor:pointer}.testimonial-btn:hover{background-color:#bf0603;color:#fff;transform:translateY(-2px)}.testimonial-btn svg{width:16px;height:16px}@media (max-width:1279px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:959px){.testimonials-title{font-size:2.5rem}.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:599px){.testimonials-title{font-size:2rem}.testimonials-grid{grid-template-columns:1fr}.testimonials-controls{gap:1rem}.testimonial-btn{width:40px;height:40px}}