/* ===== تعديلات الموبايل فقط — قالب سترة ===== */
@media (max-width: 767px) {

  /* (1) ارتفاع السلايدر/الفيديو الرئيسي
        غيّر 420 للارتفاع اللي يعجبك (بكسل) */
  .vs-hero .hero-main {
    min-height: 420px !important;
    background-size: cover !important;
    background-position: center !important;   /* جرّب top أو bottom للتحكم في الجزء الظاهر */
  }
  .vs-hero video {
    height: 100% !important;
    object-fit: cover !important;
  }

  /* (2) المسافات فوق وتحت كل قسم
        قلّل 18 لمسافة أصغر، أو زوّده لمسافة أكبر */
  .home > section {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

}