.custom-testimonials-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    background: #f0fbf3;
    padding: 20px;
    border-radius: 12px;
}

.testimonial-card {
    background: white;
    border: 1px solid #d4e8d8;
    border-radius: 10px;
    padding: 15px;
    text-align: right; /* Urdu right align */
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.testimonial-rating {
    font-size: 18px;
    color: gold;
    margin-bottom: 5px;
}

.testimonial-name {
    font-weight: bold;
    margin: 0;
}

.testimonial-city {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.testimonial-text {
    font-size: 15px;
    margin-bottom: 10px;
}

.testimonial-button {
    display: inline-block;
    padding: 6px 12px;
    background: #f0fbf3;
    border: 1px solid #b5d5b8;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

audio {
    width: 100%;
    margin-top: 10px;
}
