.femidea-doctors-swiper {
  width: 100%;
  overflow: hidden;
  padding: 0 56px 24px;
}

.femidea-doctors-swiper .swiper-wrapper {
  align-items: flex-start;
}

.femidea-doctors-swiper .swiper-slide {
  width: clamp(196px, 15.8vw, 252px);
  max-width: 252px;
  display: flex;
  justify-content: center !important;
  margin-top: 0 !important;
}

.femidea-doctors-swiper .contentBox {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  padding: 0 !important;
  margin-top: 0 !important;
}

.femidea-doctors-swiper .contentBox a {
  display: block !important;
}

.femidea-doctors-swiper .contentBox img {
  width: clamp(154px, 11.8vw, 218px) !important;
  height: clamp(206px, 16.8vw, 296px) !important;
  max-width: none !important;
  aspect-ratio: 3 / 4 !important;
  object-fit: cover !important;
  border-radius: 48px !important;
}

.femidea-doctors-swiper .contentBox h3 {
  display: block !important;
  margin-top: 0 !important;
  min-height: 0;
  line-height: 1.2;
  font-size: clamp(16px, 1.05vw, 21px);
  text-align: center !important;
}

.femidea-doctors-swiper .femidea-doc-head {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 56px;
  margin-top: 12px;
}

.femidea-doctors-swiper .femidea-doc-booking {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border: 1px solid rgba(102, 74, 58, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #6e4f3e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: transform 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

.femidea-doctors-swiper .femidea-doc-booking:hover {
  transform: translateY(-1px);
  background: #fff;
  border-color: rgba(102, 74, 58, 0.8);
}

.femidea-doctors-swiper .femidea-doc-booking svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.femidea-doctors-prev,
.femidea-doctors-next {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 6;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(102, 74, 58, 0.45);
}

.femidea-doctors-prev {
  left: -8px;
}

.femidea-doctors-next {
  right: -8px;
}

.femidea-doctors-prev img,
.femidea-doctors-next img {
  position: static !important;
  width: 15px;
  height: 15px;
  margin: 0;
}

@media (max-width: 1024px) {
  .femidea-doctors-swiper {
    padding: 0 44px 20px;
  }

  .femidea-doctors-swiper .swiper-slide {
    width: 184px;
    max-width: 184px;
  }

  .femidea-doctors-swiper .contentBox h3 {
    min-height: 0;
    font-size: 17px;
  }

  .femidea-doctors-swiper .femidea-doc-head {
    min-height: 48px;
  }

  .femidea-doctors-prev {
    left: 2px;
  }

  .femidea-doctors-next {
    right: 2px;
  }
}
