.testimonials{

padding:100px 0;

overflow:hidden;

}

.testimonial-slider{

display:flex;

gap:30px;

overflow-x:auto;

scroll-behavior:smooth;

padding-bottom:10px;

scrollbar-width:none;

}

.testimonial-slider::-webkit-scrollbar{

display:none;

}

.testimonial-card{

min-width:350px;

background:rgba(255,255,255,.06);

border:1px solid rgba(255,255,255,.08);

padding:35px;

border-radius:20px;

backdrop-filter:blur(20px);

text-align:center;

transition:.4s;

flex-shrink:0;

}

.testimonial-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(103,61,230,.30);

}

.testimonial-card img{

width:90px;

height:90px;

border-radius:50%;

object-fit:cover;

margin-bottom:20px;

}

.stars{

font-size:22px;

margin-bottom:20px;

}

.review{

color:#d3d3d3;

line-height:1.8;

margin-bottom:25px;

min-height:120px;

}

.testimonial-card h3{

margin-bottom:8px;

}