
/* Testimony Hero */
.testimony-hero,.cta-section-testimonial {
padding: 80px 0 60px 0;
    background-color: var(--light-grey);
    text-align: center;
}

.testimonial-grid {
    padding: 100px 0;
}

.testimonial-grid h2 {
    text-align: center;
    margin-bottom: 60px;
}

/* Card styles are inherited from global.css, but we can add specifics */
.testimonial-card img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 25px;
    object-fit: cover;
    border: 4px solid #E0E0E0;
}

.testimonial-card strong {
    display: block;
    color: var(--navy);
    margin-top: 20px;
}

.testimonial-card .text-muted {
    font-size: 0.9rem;
}

.star-rating {
    color: var(--accent-gold);
    font-size: 1.25rem; /* Rem for scalability */
    margin-top: 15px;
    letter-spacing: 2px;
}
