.testimonials-container{background-color:#f5f5f5;color:black;padding:40px;text-align:center}.testimonials-title{font-size:2.5rem;font-weight:700;margin-bottom:30px}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:20px;gap:20px;justify-content:center;margin-top:20px}.testimonial-card{background:black;max-width:600px;color:white;padding:20px;border-radius:10px;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:scale(1.05);box-shadow:0 4px 15px rgba(255,255,255,.1)}.testimonial-header{display:flex;align-items:center;margin-bottom:15px}.testimonial-image{width:70px;height:70px;border-radius:50%;border:2px solid white}.testimonial-info{margin-left:15px;text-align:left}.testimonial-name{font-size:1.1rem;font-weight:700}.testimonial-business{font-size:.9rem;color:gray}.testimonial-text{font-size:1rem;font-style:italic;color:#ccc}.testimonial-button{margin-top:20px;padding:12px 24px;font-size:1rem;font-weight:700;background-color:white;color:black;border:none;border-radius:8px;cursor:pointer;transition:.3s}.cta-button:hover{color:black;background-color:skyblue}@media (max-width:1024px){.testimonials-container{padding:35px 20px}.testimonials-title{font-size:2rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:15px}.testimonial-card{padding:18px}.testimonial-image{width:55px;height:55px}.testimonial-name{font-size:1rem}.testimonial-business{font-size:.85rem}.testimonial-text{font-size:.95rem}.testimonial-button{font-size:.9rem;padding:10px 20px}}@media (max-width:768px){.testimonials-container{padding:30px 15px}.testimonials-title{font-size:1.8rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.testimonial-card{padding:16px}.testimonial-image{width:50px;height:50px}.testimonial-name{font-size:.95rem}.testimonial-business{font-size:.8rem}.testimonial-text{font-size:.9rem}.testimonial-button{font-size:.85rem;padding:8px 18px}}@media (max-width:480px){.testimonials-container{padding:25px 10px}.testimonials-title{font-size:1.5rem}.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:14px}.testimonial-image{width:45px;height:45px}.testimonial-name{font-size:.9rem}.testimonial-business{font-size:.75rem}.testimonial-text{font-size:.85rem}.testimonial-button{font-size:.8rem;padding:7px 16px}}