.client-testimonials{position:relative;width:100%;padding:130px 0 140px;overflow:hidden}
.client-testimonials-heading{position:relative;z-index:2;max-width:760px;margin:0 auto 65px;padding:0 7vw;text-align:center}
.client-testimonials-heading .section-tag{display:inline-block;margin-bottom:18px}
.client-testimonials-heading h2{margin:0;font-size:clamp(40px,5vw,64px);line-height:1.05;font-weight:700;letter-spacing:-1.5px}
.client-testimonials-heading p{max-width:650px;margin:24px auto 0;font-size:17px;line-height:1.8;opacity:.7}

.testimonial-marquee{position:relative;width:100%;overflow:hidden;padding-top:30px;box-sizing:border-box}
.testimonial-marquee:before,.testimonial-marquee:after{content:"";position:absolute;top:0;width:60px;height:100%;z-index:3;pointer-events:none}
.testimonial-marquee:before{left:0;background:linear-gradient(to right,rgba(5,11,22,.45),transparent)}
.testimonial-marquee:after{right:0;background:linear-gradient(to left,rgba(5,11,22,.45),transparent)}

.testimonial-track{display:flex;width:max-content;gap:22px;animation:testimonial-scroll 45s linear infinite!important}

.testimonial-card{position:relative;flex:0 0 390px;min-height:275px;padding:32px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-sizing:border-box;transition:transform .35s,border-color .35s,box-shadow .35s}
.testimonial-card:hover{transform:translateY(-25px);border-color:rgba(70,160,255,.3);box-shadow:0 18px 45px rgba(0,0,0,.25),0 0 30px rgba(0,110,255,.07)}

.testimonial-rating{font-size:18px;letter-spacing:4px;line-height:1;opacity:.95}
.testimonial-text{margin:24px 0;font-size:16px;line-height:1.75;opacity:.72}
.testimonial-company{padding-top:20px;border-top:1px solid rgba(255,255,255,.07);font-size:15px;font-weight:600;line-height:1.45;color:rgba(255,255,255,.9)}

@keyframes testimonial-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.testimonial-marquee:hover .testimonial-track{animation-play-state:paused!important}
@media(prefers-reduced-motion:reduce){.testimonial-track{animation:none}}

@media(max-width:900px){
.client-testimonials{padding:110px 0 120px}
.testimonial-card{flex-basis:350px;min-height:270px}
.testimonial-marquee:before,.testimonial-marquee:after{width:45px}
}

@media(max-width:600px){
.client-testimonials{padding:90px 0 100px}
.client-testimonials-heading{margin-bottom:50px;padding:0 5vw}
.client-testimonials-heading h2{font-size:40px;letter-spacing:-1px}
.client-testimonials-heading p{font-size:15px;line-height:1.7}
.testimonial-track{gap:16px;animation-duration:48s}
.testimonial-card{flex-basis:310px;min-height:265px;padding:27px}
.testimonial-text{font-size:15px}
.testimonial-marquee:before,.testimonial-marquee:after{width:30px}
}
