.ms-testimonials{

padding:100px 0;

background:#f8fbff;

}

.testimonial-slider{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.testimonial-card{

background:#fff;

border-radius:20px;

padding:35px;

box-shadow:0 20px 40px rgba(0,0,0,.08);

transition:.35s;

}

.testimonial-card:hover{

transform:translateY(-10px);

}

.testimonial-top{

display:flex;

align-items:center;

gap:15px;

margin-bottom:20px;

}

.testimonial-top img{

width:70px;

height:70px;

border-radius:50%;

object-fit:cover;

}

.testimonial-top h4{

margin:0;

font-size:20px;

}

.testimonial-top span{

color:#777;

font-size:14px;

}

.stars{

color:#ffc107;

font-size:22px;

margin-bottom:15px;

}

.testimonial-card p{

line-height:1.8;

color:#555;

}

.verified{

margin-top:20px;

display:inline-block;

padding:8px 15px;

background:#eaf8ef;

color:#0f8d41;

border-radius:30px;

font-weight:600;

}

.trust-grid{

margin-top:80px;

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}

.trust-card{

background:#fff;

text-align:center;

padding:40px;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.trust-card h3{

font-size:42px;

color:#0d6efd;

margin-bottom:10px;

}

.doctor-box{

margin-top:80px;

display:grid;

grid-template-columns:350px 1fr;

gap:50px;

align-items:center;

background:#fff;

padding:40px;

border-radius:25px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.doctor-image img{

width:100%;

border-radius:20px;

}

.doctor-content h3{

font-size:36px;

margin-bottom:20px;

}

.doctor-content p{

font-size:18px;

line-height:1.8;

margin-bottom:30px;

}

@media(max-width:991px){

.testimonial-slider{

grid-template-columns:1fr;

}

.trust-grid{

grid-template-columns:repeat(2,1fr);

}

.doctor-box{

grid-template-columns:1fr;

}

}

@media(max-width:600px){

.trust-grid{

grid-template-columns:1fr;

}

.doctor-content h3{

font-size:28px;

}

}