﻿.testimonial-section {
    padding: 4rem 0;
    background: #fff;
}

.badge-banner {
    background: rgba(16, 185, 129, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 2rem;
}

.badge-text {
    color: #10b981;
    font-weight: 600;
    font-size: 0.875rem;
}

.testimonial-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.testimonial-subheading {
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.testimonial-card {
    background: #f9fafb;
    border-radius: 1rem;
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .testimonial-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 24px rgba(0,0,0,0.08);
    }

.testimonial-quote {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-top: 1px solid var(--line);
    margin-top: 1.5rem;
    padding-top: .875rem;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-avatar-placeholder {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
}

.testimonial-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.testimonial-title {
    font-size: 0.875rem;
    color: #6b7280;
}
