@media (max-width: 768px) {

  .hero-text {
    position: relative !important;
  }

  /* رفع النص */
  .hero-text [class*="content"],
  .hero-text .swiper-slide-content,
  .hero-text .swiper-content,
  .hero-text .s-block__content {
    position: absolute !important;
    top: 15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 90% !important;
    text-align: center !important;
  }

  /* 🔥 فك تموضع الزر نهائيًا */
  .hero-text a,
  .hero-text button {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    display: block !important;
   margin: 60px auto 0 auto !important;
    z-index: 1 !important;
  }

  /* ضمان ظهور العنوان فوق */
  .hero-text h1,
  .hero-text h2 {
    position: relative !important;
    z-index: 2 !important;
    margin-bottom: 10px !important;
  }

}