.testimonials-container{gap:30px;animation:fadeInUp .6s ease-out;transition:all .3s ease}.testimonials-container:hover .testimonial-card{transform:translateY(-2px)}.testimonial-card{width:28%;min-width:200px;background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05);border-radius:16px;padding:1.5rem;transition:all .3s ease;cursor:pointer}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.testimonial-card:first-child{animation-delay:.1s}.testimonial-card:nth-child(2){animation-delay:.2s}.testimonial-card:nth-child(3){animation-delay:.3s}.testimonial-quote{line-height:1.6;position:relative;margin-bottom:1.25rem;color:#0065f2;font-weight:300;font-size:1rem}.testimonial-quote:before{content:"";position:absolute;top:-10px;left:-15px;font-size:3rem;color:rgba(0,101,242,.2);font-family:serif}.testimonial-avatar{width:45px;height:45px;border-radius:50%;background-color:rgba(0,101,242,.15);margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;overflow:hidden}.testimonial-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.testimonial-avatar:hover{background-color:rgba(0,101,242,.25);transform:scale(1.05)}.testimonial-client-name{color:#0065f2;font-weight:500;font-size:1.25rem;margin-bottom:.25rem;transition:all .3s ease}.testimonial-client-name:hover{color:rgb(0,90.9,217.8)}.testimonial-client-description{color:#0065f2;font-weight:400;font-size:1rem;opacity:.8;transition:all .3s ease}.testimonial-client-description:hover{opacity:1}@media(max-width:576px){.testimonials-container{flex-direction:column!important;gap:2rem;animation:slideInUp .5s ease-out}.testimonial-card{width:100%!important;min-width:auto;padding:1.5rem}.testimonial-card .testimonial-quote{font-size:1rem;text-align:center;margin-bottom:1.5rem}.testimonial-card .testimonial-avatar{width:50px;height:50px;margin:0 auto 1rem}.testimonial-card .testimonial-client-name{width:100%;font-size:1.125rem;text-align:center}.testimonial-card .testimonial-client-description{width:100%;font-size:.875rem;text-align:center}}@media(max-width:768px){.testimonials-container{flex-direction:column!important;flex-wrap:wrap;gap:2.5rem}.testimonial-card{width:100%!important;min-width:auto;max-width:500px;margin:0 auto;padding:2rem}.testimonial-card .testimonial-quote{font-size:1.125rem;text-align:center;margin-bottom:2rem}.testimonial-card .testimonial-avatar{width:60px;height:60px;margin:0 auto 1rem}.testimonial-card .testimonial-client-name{width:100%;font-size:1.25rem;text-align:center}.testimonial-card .testimonial-client-description{width:100%;font-size:1rem;text-align:center}}@media(min-width:769px)and (max-width:992px){.testimonials-container{flex-direction:row!important;justify-content:space-around;flex-wrap:nowrap;gap:1rem}.testimonial-card{width:30%!important;min-width:200px;max-width:none}.testimonial-card .testimonial-quote{font-size:.875rem;margin-bottom:1.25rem}.testimonial-card .testimonial-avatar{width:50px;height:50px;margin-bottom:.75rem}.testimonial-card .testimonial-client-name{font-size:1rem}.testimonial-card .testimonial-client-description{font-size:.875rem}}@media(min-width:993px)and (max-width:1200px){.testimonials-container{flex-direction:row!important;justify-content:space-around;padding:60px 32px!important;flex-wrap:nowrap;gap:2.5rem}.testimonial-card{width:28%!important;min-width:250px;max-width:none}.testimonial-card .testimonial-quote{font-size:1rem;margin-bottom:1.5rem}.testimonial-card .testimonial-avatar{width:55px;height:55px;margin-bottom:.75rem}.testimonial-card .testimonial-client-name{font-size:1.125rem}.testimonial-card .testimonial-client-description{font-size:.875rem}}@media(min-width:1201px){.testimonials-container{flex-direction:row!important;padding:60px 32px!important;justify-content:space-around;flex-wrap:nowrap;gap:3rem}.testimonial-card{width:28%!important;min-width:300px;max-width:none}.testimonial-card .testimonial-quote{font-size:1.125rem;margin-bottom:1.75rem}.testimonial-card .testimonial-avatar{width:60px;height:60px;margin-bottom:1rem}.testimonial-card .testimonial-client-name{font-size:1.25rem}.testimonial-card .testimonial-client-description{font-size:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes staggerFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.testimonials-gap-sm{gap:1rem}.testimonials-gap-md{gap:2rem}.testimonials-gap-lg{gap:3rem}.testimonials-center{justify-content:center}.testimonials-around{justify-content:space-around}.testimonials-between{justify-content:space-between}.testimonial-card-center,.testimonial-card-center .testimonial-quote{text-align:center}.testimonial-card-center .testimonial-avatar{margin:0 auto 1rem}.testimonial-card-center .testimonial-client-description,.testimonial-card-center .testimonial-client-name{text-align:center}.testimonial-card-left,.testimonial-card-left .testimonial-client-description,.testimonial-card-left .testimonial-client-name,.testimonial-card-left .testimonial-quote{text-align:left}.testimonial-avatar-sm .testimonial-avatar{width:40px;height:40px}.testimonial-avatar-md .testimonial-avatar{width:60px;height:60px}.testimonial-avatar-lg .testimonial-avatar{width:80px;height:80px}.testimonial-primary .testimonial-client-description,.testimonial-primary .testimonial-client-name,.testimonial-primary .testimonial-quote{color:#0065f2}.testimonial-secondary .testimonial-client-description,.testimonial-secondary .testimonial-client-name,.testimonial-secondary .testimonial-quote{color:#6c757d}.testimonial-hover-none .testimonial-card:hover{transform:none;box-shadow:0 4px 20px rgba(0,0,0,.08)}.testimonial-hover-scale .testimonial-card:hover{transform:scale(1.05)}.testimonials-gradient{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;padding:2rem}.testimonials-card-enhanced .testimonial-card{box-shadow:0 8px 25px rgba(0,0,0,.1);border:1px solid rgba(0,101,242,.1)}.testimonials-card-enhanced .testimonial-card:hover{box-shadow:0 15px 35px rgba(0,0,0,.15);border-color:#0065f2}.testimonials-border .testimonial-card{border:2px solid rgba(0,0,0,0);transition:all .3s ease}.testimonials-border .testimonial-card:hover{border-color:#0065f2;background-color:rgba(0,101,242,.05)}.testimonials-animated .testimonial-card{animation:float 6s ease-in-out infinite}.testimonials-animated .testimonial-card:first-child{animation-delay:2s}.testimonials-animated .testimonial-card:nth-child(2){animation-delay:4s}.testimonials-animated .testimonial-card:nth-child(3){animation-delay:6s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}