/* ==========================================================
   ستايل بلوك "أطباء الخدمة"
   كل الكلاسات هنا خاصة بهذا البلوك فقط ولن تتعارض مع باقي القالب.
   عدّل القيم (الألوان، المسافات، الخطوط) بحرية حسب هوية موقعك.
   ========================================================== */

.doctors-landing-block {
	margin: 40px 0;
}

.doctors-landing-block h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 8px;padding: 0rem 2rem 1rem;
}

.doctors-landing-block > p {
	color: #666;
	margin-bottom: 24px;padding: 0rem 2rem 1rem;
}

/* حاوية السلايدر */
.doctors-landing-block .doctors-swiper {
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px; /* مساحة لعرض النقاط (pagination) بدون تداخل */
	position: relative;
}

/* بطاقة الطبيب */
.doctors-landing-block .doc-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 12px;
	overflow: hidden;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
	height: 100%;
}

.doctors-landing-block .doc-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
}

.doctors-landing-block .doc-photo {
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #f4f4f4;
}

.doctors-landing-block .doc-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.doctors-landing-block .info {
	padding: 16px;
}

.doctors-landing-block .doc-name {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
}

/* اللغات */
.doctors-landing-block .doc-languages {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 8px;
}

.doctors-landing-block .doc-language {
	font-size: 12px;
  background: #f0f4ff;
  color: #173e3b;
  padding: 3px 10px;
  border-radius: 20px;
  font-family: var(--Font);
}

/* الموقع/الفرع */
.doctors-landing-block .doc-location {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.doctors-landing-block .doc-location-name {
	font-size: 12px;
	color: #888;
}

/* أزرار التنقل */
.doctors-landing-block .swiper-button-prev,
.doctors-landing-block .swiper-button-next {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
	color: #222;
}

.doctors-landing-block .swiper-button-prev::after,
.doctors-landing-block .swiper-button-next::after {
	font-size: 16px;
	font-weight: 700;
}

/* نقاط الباجينيشن */
.doctors-landing-block .swiper-pagination-bullet {
	background: #ccc;
	opacity: 1;
}

.doctors-landing-block .swiper-pagination-bullet-active {
	background: #2ea09a;
  width: 28px;
  border-radius: 10px;
}
