/* للديسكتوب فقط */
@media (min-width: 992px) {
  .index section.s-block--fixed-banner:nth-of-type(13) > .container,
  .index section.s-block--fixed-banner:nth-of-type(14) > .container {
      max-width: 60%; /* تمديد الكونتينر بعرض الصفحة */
      padding: 0;      /* إزالة الهوامش الداخلية */
  }
}

/* البانر رقم 12 – ديسكتوب فقط */
@media (min-width: 992px) {
  .index section.s-block--fixed-banner:nth-of-type(12) > .container {
      max-width: 40%;
      padding: 0;
  }
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
  max-width: 100%;
  margin-top: 0;
padding:0;
}


/* أول بانر بس من غير مارجن توب وياخد فول ويدث */
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
  margin-top: 0;
  max-width: 100%;
}

/* البانر الأول ياخد ارتفاع كامل */
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
  margin-top: 0;
  height: 100%;
  overflow: hidden;
}
}
/* تغيير لون النص في هذا السكشن فقط */
.advanced-slider--0 .advanced-slider__caption__inner__content__heading,
.advanced-slider--0 .advanced-slider__caption__inner__content__text {
    color: #fff;
}

/* لون نص الزرار أبيض في سكشن من نحن فقط */
#about-1 .btn,
#about-1 .btn span,
#about-1 .btn i {
    color: #fff !important;
}
/* إزالة الخلفية الداكنة في سكشن العروض فقط */
.promo_with_countdown--4 .bg-gray-900 {
    background-color: transparent !important;
}

/* سنترة العنوان والوصف */
.slider-with-bg--8 .s-block--slider-with-bg-title {
    text-align: center;
}

.slider-with-bg--8 .s-block--slider-with-bg-title > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* سنترة زر "عرض الكل" */
.slider-with-bg--8 .s-slider-block__title-left {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* تلوين زر عرض الكل */
.slider-with-bg--8 .s-slider-block__display-all {
    background-color: #DC9D43 !important;
    border-color: #DC9D43 !important;
    color: #fff !important;
    padding: 10px 28px;
    border-radius: 6px;
}


/* هوفر */
.slider-with-bg--8 .s-slider-block__display-all:hover {
    background-color: #c88d3c;
    border-color: #c88d3c;
    color: #fff;
}

.promotion-title {
    margin-top: -24px !important;
}