/*
Theme Name: MedAI Modern
Description: Modern MedAI WordPress theme with AI-powered medical assistance
Version: 2.0
Author: MedAI Team
*/

/* Additional theme styles can be added here */
/* Most styles are inline in the template for better performance */

.medai-testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.testimonial-item {
    background: rgba(26, 35, 50, 0.8);
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.testimonial-content {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-weight: 600;
    color: #00bcd4;
}

.testimonial-title {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
}

.testimonial-rating {
    margin-top: 0.5rem;
}
