/* =====================================================
 WHAT BUSINESSES SAY ABOUT DISHA V3.8
 START
===================================================== */

.disha-testimonials-section{
    padding:55px 0;
    background:#FFFFFF;
}

.testimonials-heading{
    text-align:center;
    max-width:850px;
    margin:0 auto 35px;
}

.testimonials-heading h2{
    color:#0B4F9C;
    font-family:'Poppins',sans-serif;
    font-size:32px;
    margin-bottom:12px;
}

.testimonials-heading p{
    color:#5F6B7A;
    font-size:17px;
}

.testimonials-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.testimonial-card{
    background:#FFFFFF;
    border:1px solid #D9E8F6;
    border-radius:18px;
    padding:28px;
    box-shadow:0 8px 22px rgba(0,0,0,.04);
}

.review-stars{
    color:#F4B400;
    font-size:20px;
    letter-spacing:2px;
    margin-bottom:15px;
}

.review-text{
    color:#5F6B7A;
    line-height:1.6;
    font-size:14px;
    
}

.review-source{
    border-top:1px solid #E8EEF5;
    padding-top:15px;
    display:flex;
    flex-direction:column;
}

.review-source strong{
    color:#0B4F9C;
}

..review-source span{

    color:#6B7280;

    font-size:13px;

    margin-top:4px;

}

.google-review-link{
    text-align:center;
    margin-top:35px;
    color:#0B4F9C;
    font-weight:700;
}

.google-review-link a{

    display:inline-block;

    margin-top:16px;

    padding:10px 22px;

    border:1px solid #2E9E44;

    border-radius:30px;

    color:#0B4F9C;

    background:#F7FFF9;

    font-weight:700;

    font-size:14px;

    text-decoration:none;

}

@media(max-width:900px){
    .testimonials-grid{
        grid-template-columns:1fr;
    }
}

/* =====================================================
 WHAT BUSINESSES SAY ABOUT DISHA END
===================================================== */
