.testimonials-section{

padding:120px 0;

background:#fff;

}

.testimonial-card{

background:#fff;

border-radius:25px;

padding:35px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.testimonial-card:hover{

transform:translateY(-10px);

}

.stars{

color:#ffb400;

font-size:22px;

margin-bottom:20px;

}

.testimonial-card p{

font-size:16px;

line-height:1.8;

color:#666;

margin-bottom:30px;

}

.client{

display:flex;

align-items:center;

gap:15px;

}

.client-img{

width:55px;

height:55px;

border-radius:50%;

background:linear-gradient(135deg,#4f46e5,#8b5cf6);

display:flex;

justify-content:center;

align-items:center;

font-weight:700;

color:#fff;

}

.client h5{

margin:0;

font-size:18px;

font-weight:700;

}

.client span{

font-size:14px;

color:#777;

}