/* ================================
   Swiper Wrapper - Desktop Only
   ================================ */

/* للحواسيب فقط (شاشات أكبر من 1024px) */
@media (min-width: 1025px) {
  .swiper-wrapper {
    justify-content: center !important;
  }
}