/* Custom Testimonial Styles */
.elementor-widget-lindo_testimonials .lindo-testimonial-item {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 40px 30px;
    text-align: center;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.elementor-widget-lindo_testimonials .lindo-testimonial-img {
    margin-bottom: 20px;
}

.elementor-widget-lindo_testimonials .lindo-testimonial-img img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    border: 2px solid #D4A574; /* Accent color */
    padding: 4px;
    background: #fff;
    object-fit: cover;
}

.elementor-widget-lindo_testimonials .lindo-testimonial-star {
    margin-bottom: 20px;
    color: #D4A574;
}

.elementor-widget-lindo_testimonials .lindo-testimonial-content {
    font-style: italic;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1;
}

.elementor-widget-lindo_testimonials .lindo-testimonial-name {
    color: #1F3D2B; /* Primary color */
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}
