/* تطبيق الخلفية على قاعدة رأس الصفحة الرئيسية في الجوال فقط */
@media (max-width: 767px) {
  #root .md\:hidden.relative.w-full.overflow-hidden.text-white {
    background-image:
      linear-gradient(rgba(15, 35, 57, 0.05), rgba(15, 35, 57, 0.05)),
      url('/header-background.svg') !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
  }
}
