@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&display=swap');

.shr-testimonials-section {
    background-color: #F9F9F3; /* Warm off-white */
    padding: 80px 20px 100px; /* Extra bottom padding for pagination */
    font-family: 'DM Sans', sans-serif;
    color: #333333;
}

.shr-testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.shr-testimonials-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.shr-testimonials-title {
    font-family: Georgia, serif;
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.shr-testimonials-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

/* Card Styling */
.shr-testimonial-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.shr-stars {
    color: #F59E0B; /* Gold/Yellow */
    font-size: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 4px;
}

.shr-testimonial-quote {
    font-size: 16px;
    line-height: 1.7;
    font-style: italic;
    color: #444444;
    margin: 0 0 24px 0;
    flex-grow: 1;
}

.shr-testimonial-author {
    font-size: 15px;
    color: #666666;
    margin-top: auto;
}

.shr-testimonial-author strong {
    color: #1a1a1a;
    font-weight: 700;
}

/* Swiper Controls Customization */
.shr-testimonials-swiper {
    padding: 20px 10px 60px; /* Space for shadow and pagination */
}

.shr-swiper-pagination {
    bottom: 0 !important;
}

.shr-swiper-pagination .swiper-pagination-bullet {
    background: #cccccc;
    opacity: 1;
}

.shr-swiper-pagination .swiper-pagination-bullet-active {
    background: #0A2540; /* Navy Blue */
}

.shr-swiper-prev,
.shr-swiper-next {
    color: #0A2540 !important; /* Navy Blue */
    background: #ffffff;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    top: 45% !important;
}

.shr-swiper-prev::after,
.shr-swiper-next::after {
    font-size: 18px !important;
    font-weight: bold;
}

@media (max-width: 768px) {
    .shr-swiper-prev,
    .shr-swiper-next {
        display: none !important; /* Hide arrows on mobile */
    }
}
