/* Patients Speak Section */
.patients-speak {
    background: #f9fbff;
}

/* Title Styling */
.patients-speak .sub-title8 {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #6c757d;
    margin-bottom: 8px;
}

.patients-speak h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1f4fd8;
    margin-bottom: 40px;
}

/* Swiper Container */
.mySwiper {
    padding-bottom: 40px;
}

/* Video Card */
.video-card {
    background: #ffffff;
    border-radius: 16px;
    transition: all 0.3s ease;
    text-align: center;
}

.video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Iframe (Video) */
.video-card iframe {
    border-radius: 12px;
    border: none;
}

/* Patient Name */
.video-card h6 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-top: 10px;
}

/* Swiper Pagination */
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cbd5ff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #1f4fd8;
}

/* Responsive */
@media (max-width: 992px) {
    .patients-speak h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .patients-speak h2 {
        font-size: 26px;
    }

    .video-card iframe {
        height: 160px;
    }
}
