body {
    font-family: "Segoe UI", sans-serif;
    margin: 0;
    background: #f7faff;
}

.testimonials-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.badge {
    background: #d6f3e9;
    color: #176553;
    padding: 6px 14px;
    font-weight: 600;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 14px;
}

.testimonials-header h2 {
    font-size: 32px;
    color: #0c4a6e;
    margin: 10px 0;
}

.testimonials-header p {
    max-width: 600px;
    margin: 0 auto 40px;
    color: #555;
    font-size: 16px;
}

.testimonial-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    text-align: left;
    max-width: 500px;
    margin: auto;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #0c4a6e;
}

.testimonial-author h4 {
    margin: 0;
    color: #0c4a6e;
    font-size: 16px;
}

.testimonial-author span {
    font-size: 13px;
    color: #777;
}

/* Swiper styles */
.swiper {
    padding: 20px 0 40px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #0c4a6e;
}

.swiper-pagination-bullet-active {
    background: #0c4a6e;
}

.testimonial-rating {
    margin-top: 4px;
}

.testimonial-rating .filled-star {
    color: #f5b301;
    font-size: 16px;
    margin-right: 2px;
}

.testimonial-rating .empty-star {
    color: #ddd;
    font-size: 16px;
    margin-right: 2px;
}

@media (max-width: 768px) {
    .testimonials-header h2 {
        font-size: 24px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .testimonial-card {
        padding: 20px;
    }
}
