.testimonial-home{

padding:110px 0;

background:#ffffff;

}

.testimonial-card{

background:#fff;

padding:35px;

border-radius:25px;

border:1px solid #eef2f7;

box-shadow:0 12px 30px rgba(0,0,0,.05);

transition:.35s;

display:flex;

flex-direction:column;

justify-content:space-between;

}

.testimonial-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.stars{

font-size:22px;

color:#f59e0b;

margin-bottom:20px;

letter-spacing:3px;

}

.testimonial-card p{

font-size:16px;

line-height:1.9;

color:#6b7280;

margin-bottom:30px;

}

.testimonial-user{

display:flex;

align-items:center;

gap:15px;

}

.testimonial-user img{

width:60px;

height:60px;

border-radius:50%;

object-fit:cover;

}

.testimonial-user h4{

margin:0;

font-size:18px;

color:#111827;

}

.testimonial-user span{

font-size:14px;

color:#9ca3af;

}

@media(max-width:768px){

.testimonial-card{

padding:25px;

}

}