/* تنسيق عنوان سيكشن البانرز */
.s-block--banners .s-block__title {
  width: 100%;
  padding: 60px 0 50px 0;
  text-align: center !important;
}

/* توسيط العنوان */
.s-block--banners .s-block__title .right-side {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* تنسيق النص */
.s-block--banners .s-block__title h2 {
  max-width: 700px;
  margin: 0 auto;
  text-align: center !important;
  color: #e97b86 !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
}

/* موبايل */
@media (max-width: 768px) {
  .s-block--banners .s-block__title {
    padding: 40px 0 30px 0;
  }

  .s-block--banners .s-block__title h2 {
    font-size: 20px !important;
  }
}

/* تقليل عرض الكونتينر في البنر الثابت */
.s-block--fixed-banner.wide-placeholder > .container {
  max-width: 90% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* التحكم في صور البنر */
.s-block--fixed-banner.wide-placeholder img[src*="2dfabf55-ec56-49fe-bb84-f80276e76fac"],
.s-block--fixed-banner.wide-placeholder img[src*="0776d08c-6e17-4c6e-b973-3d7505d350d5"],
.s-block--fixed-banner.wide-placeholder img[src*="62a8e490-455f-4687-adfe-ad15ab8e6dd4"],
.s-block--fixed-banner.wide-placeholder img[src*="b1ed787c-9d7e-4fe0-9394-83f71dd9cef4"] {
  width: 30% !important;
  margin-left: auto !important;
  display: block !important;
}

.s-slider-block__title-right h2 {
  display: none !important;
}
.md\:flex.items-center.justify-between {
  background-color: #dc7380 !important; /* وردي فاتح */
}