.testimonial-section{

padding:100px 0;

}

.testimonial-card{

background:rgba(255,255,255,.05);

border-radius:25px;

padding:35px;

text-align:center;

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(15px);

transition:.35s;

height:100%;

}

.testimonial-card:hover{

transform:translateY(-10px);

box-shadow:0 0 35px rgba(139,92,246,.35);

}

.testimonial-img{

width:90px;

height:90px;

border-radius:50%;

border:4px solid #8B5CF6;

object-fit:cover;

margin-bottom:20px;

}

.testimonial-card h5{

color:#fff;

font-weight:700;

}

.stars{

font-size:22px;

color:#FFD54A;

margin:12px 0;

}

.testimonial-card p{

color:#B6C2D9;

line-height:1.8;

}