/* إيقاف مؤثرات الدخول غير الضرورية على الجوال */
  .animate__animated,
  [data-aos] {
    opacity: 1 !important;
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  /* رفع زر واتساب */
  div.move-up:has(a[aria-label="Angel Whatsapp"]) {
    bottom: 185px !important;
  }
}
/* توسيط عناوين الأقسام في جميع الشاشات */
body .s-block__title,
body .s-slider-block__title {
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
}

body .s-block__title > div,
body .s-slider-block__title > div {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body .s-block__title h2,
body .s-block__title p,
body .s-slider-block__title h2,
body .s-slider-block__title p {
  width: 100% !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}