 .testimonials-section {
            padding: 60px 0;
        }
        .testimonial-card {
            background-color: #f8f9fa;
            border: 1px solid #e9ecef;
            border-radius: 12px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .testimonial-img {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            margin: 0 auto 20px;
            object-fit: cover;
            border: 4px solid #fff;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .testimonial-text {
            font-size: 1rem;
            color: #6c757d;
            line-height: 1.6;
            margin-bottom: 20px;
            flex-grow: 1;
        }
        .testimonial-author {
            font-weight: 600;
            font-size: 1.1rem;
            color: #343a40;
            margin-bottom: 5px;
        }
        .rating .star {
            color: #ffc107;
            font-size: 1.2rem;
        }
      