﻿.testimonials {
    text-align: center;
    padding: 50px 20px;
}

.section-title .badge {
    display: inline-block;
    background: #2b5ef7;
    color: #fff;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 30px;
}

.card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .card .quote {
        font-size: 40px;
        color: #22c55e;
        margin-bottom: 10px;
    }

    .card p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

.stars {
    color: #facc15;
    font-size: 18px;
    margin-bottom: 20px;
}

.user {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .user img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
    }

    .user h4 {
        font-size: 16px;
        margin: 0;
        font-weight: bold;
    }

    .user span {
        font-size: 14px;
        color: #777;
    }

/* Swiper pagination */
.swiper-pagination-bullet {
    background: #2b5ef7;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #1d4ed8;
}
