
.testimonial-section .swiper-slide {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
}
.testimonial-meta {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.testimonial-photo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 1rem;
}
.testimonial-author {
    font-weight: bold;
}
.swiper-button-prev, .swiper-button-next {
    color: #000;
}
.swiper-pagination-bullet-active {
    background: #000;
}
