.s-block--banners .on-text {
    position: absolute; /* تم الإضافة لضمان عمل transform */
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dark .s-block--banners .banner-square h3 {
    color: #ffffff; /* تم إزالة التكرار */
    background-color: rgba(0, 0, 0, 0.32); /* تم التحسين */
}

@media (min-width: 768px) {
    .md\:text-sm {
        font-size: .875rem;
        line-height: 4.50rem;
    }
}

@media (max-width: 767px) {
    .is-bottom-header .fixed-pinned .header-container {
        display: block;
    }

    .is-bottom-header .header-inner {
        position: relative !important;
    }
}

@media (max-width: 768px) {
  .tabs.tabs__flex {
    justify-content: center !important;
    flex-wrap: wrap; /* في حال كان العدد كبيرًا يمكن أن يلتف للصف الثاني */
  }

  .tab-trigger {
    margin-bottom: 8px; /* يعطي مسافة في حال التفاف الأزرار */
  }
}