/* اشترك الآن في النص */
#banner-design-2 .items-center {
  display: flex;
  flex-direction: column;
  align-items: center;   /* في النص أفقي */
  justify-content: center; /* في النص رأسي */
  text-align: center; 
}

/* أخفي الزرار */
#banner-design-2 salla-button,
#banner-design-2 .s-button-wrap,
#banner-design-2 button {
  display: none !important;
}

/* كبر جملة لأول 100 مشترك */
#banner-design-2 p {
  font-size: 1.5rem;   /* حجم أكبر */
  font-weight: bold;   /* خط عريض */
  color: #000;         /* تقدر تغير اللون حسب التصميم */
  margin-top: 10px;
}

/* وسّط رابط تواصل معنا */
.s-block--faqs a.flex.items-center {
  justify-content: center !important;
}

/* تكبير النص والسهم */
span.text-sm.font-bold.inline-flex {
  font-size: 1.25rem;   /* 20px تقريباً */
  line-height: 1.75rem; /* 28px عشان التباعد */
}

span.text-sm.font-bold.inline-flex i {
  font-size: 1.5rem;    /* كبر الأيقونة */
}

/* ثبّت لون العناوين (الهيدر) */
.store-footer .collapse-trigger {
  color: #0f172a !important;   /* اللون الداكن الأصلي */
  font-weight: bold;           /* اختياري عشان يبان */
}

/* ثبّت لون العناصر الداخلية */
.store-footer .collapse-content a,
.store-footer .collapse-content span {
  color: #0f172a !important;   /* نفس اللون الداكن */
  opacity: 1 !important;
}

/* لو محتاج hover مختلف */
.store-footer .collapse-content a:hover {
  color: #111827 !important;   /* أغمق بسيط */
}

salla-button.btn--main.group.s-button-wrap.hydrated {
  display: none !important;
}

.floating-contacts {
  display: none !important;
}