/* ✅ تنسيق عنوان "خدماتنا" */
.s-slider-block__title-right h2 {
  background-color: #004f9e;
  color: #fff;
  padding: 10px 30px;
  border-radius: 25px 0 0 25px;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
}

/* ✅ تنسيق السلايدر */
.s-block--categories .swiper-slide {
  background-color: #ffffff;
  text-align: center;
  padding: 25px 15px;
  border-radius: 15px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.s-block--categories .swiper-slide:hover {
  transform: translateY(-5px);
}

/* ✅ إخفاء الأيقونة الأصلية داخل <i> */
.s-block--categories .slide--cat-entry i {
  width: 150px;
  height: 150px;
  margin: 0 auto 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0 !important;
  color: transparent !important;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}

/* ✅ صورة - جائزة التميز السياحي */
.s-block--categories .swiper-slide:nth-of-type(1) i {
  background-image: url('https://cdn.salla.sa/form-builder/QBwpie2gr1hK1vQJ1XZyvDYgJDT0pTAaptpvlwsF.png');
}

/* ✅ صورة - التدريب والتأهيل */
.s-block--categories .swiper-slide:nth-of-type(2) i {
  background-image: url('https://cdn.salla.sa/form-builder/qjISgOFOswdpwMDEas73ko1unv44W79aS6E9HBcM.png');
}

/* ✅ صورة - جائزة الجودة السياحية */
.s-block--categories .swiper-slide:nth-of-type(3) i {
  background-image: url('https://cdn.salla.sa/form-builder/ZYsAO5j97jEXfZFoJree2idoUtUMwPhHX5CI7jn5.png'); /* ← غيّر الرابط هنا */
}

/* ✅ صورة - الاستشارات والتطوير */
.s-block--categories .swiper-slide:nth-of-type(4) i {
  background-image: url('https://cdn.salla.sa/form-builder/kFeR7Wt6SJ5lImoVd5Ab3hqQ4XCeGcPl07KAjJft.png'); /* ← غيّر الرابط هنا */
}



/* ✅ تنسيق النص داخل كل خانة */
.s-block--categories .slide--cat-entry h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}