.doctor-slider-wrapper-f192b17622224e749e4fab445dda6268 {
    position: relative;
    width: 100%;
    overflow: hidden; /* Important for slider containment */
}

.doctor-slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 40px;
    background: #f9f9f9;
    border-radius: 15px;
}

@media (min-width: 768px) {
    .doctor-slide-content {
        flex-direction: row; /* Image left, text right */
        align-items: flex-start;
    }
}

.doctor-slide-image {
    flex: 0 0 40%;
    max-width: 300px;
}

.doctor-slide-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 3/4;
}

.doctor-slide-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.doctor-slide-heading {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 600;
}

.doctor-slide-desc {
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
    color: #555;
}

/* Swiper custom styles */
.doctor-swiper-f192b17622224e749e4fab445dda6268 {
    padding-bottom: 50px; /* Space for pagination */
}

.doctor-swiper-f192b17622224e749e4fab445dda6268 .swiper-button-next,
.doctor-swiper-f192b17622224e749e4fab445dda6268 .swiper-button-prev {
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.doctor-swiper-f192b17622224e749e4fab445dda6268 .swiper-button-next:after,
.doctor-swiper-f192b17622224e749e4fab445dda6268 .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.doctor-swiper-f192b17622224e749e4fab445dda6268 .swiper-pagination-bullet-active {
    background: #333;
}
