.jo-testimonials-slider { 
    width: 100%; 
    padding: 40px 0 60px; 
    position: relative; 
    overflow: hidden; 
}

.jo-testimonials-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.jo-testimonials-slider .swiper-slide {
    height: auto;
    display: flex;
}

.jo-testimonials-card { 
    text-align: center; 
    max-width: 100%; 
    margin: 0 auto; 
    padding: 30px; 
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.jo-author-img { 
    margin-bottom: 15px; 
}

.jo-author-img img { 
    border-radius: 50%; 
    object-fit: cover; 
    margin: 0 auto;
    display: block;
}

.jo-quote { 
    font-style: italic; 
    font-size: 1.1rem; 
    line-height: 1.6; 
    margin-bottom: 20px; 
    flex-grow: 1;
}

.jo-author strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.jo-title { 
    font-size: 0.9rem; 
    opacity: 0.8; 
}

/* Swiper navigation */
.swiper-button-next,
.swiper-button-prev {
    color: #333;
    background: rgba(255,255,255,0.8);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.2rem;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ddd;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #333;
}