.follow-us.follow-us-8 .parent {
    display: flex;
    justify-content: center;
    width: 100% !important;
}
.index section.s-block--fixed-banner:nth-of-type(1) > .container {
    max-width: 100%; /* تمديد الكونتينر بعرض الصفحة */
    padding: 0;      /* إزالة الهوامش الداخلية */
}

section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0;
}
.banner-entry {
    height: 350px;
  
    background-color: rgb(255 255 255);
}
/* ميديا كويري للشاشات الصغيرة */
@media (max-width: 768px) {
    .s-block--banners .grid.one-row {
        grid-template-columns: repeat(3, 1fr); /* عمودين للشاشات الصغيرة */
        gap: 1rem;
    }
  .banner-entry {
    height: 200px;
  }
  img.w-full.h-full.object-cover {
    object-fit: fill;
}

}

.main-banner-0 .buttons-wrapper button {
    display: none !important;
}

.custom-menu-link {
    display: inline-block !important;
    padding: 0 12px !important;
    font-size: 15px !important;
    line-height: 20px !important;
  margin-bottom: 30px;
  color: var(--main-text-color) !important;
}

li.\!hidden.lg\:\!block.root-level.lg\:\!inline-block.has-children {
    display: none !important;
}
nav#mobile-menu ul.main-menu > li:nth-child(3) {
        display: none !important;
    }

button.basis-0.\!bg-none.gap-1\.5.flex.items-center {
    display: none;
}
.main-nav-container.fixed-pinned .main-menu>li>a {
    padding-top: 20px !important;
 
      margin-bottom: -18px;
}


/* استهداف جميع الأيقونات داخل الهيدر */
div.flex.flex-1.items-center svg {
    fill: #000 !important;   /* للملء */
    stroke: #000 !important; /* للخطوط */
}

.main-banner-slider.swiper.relative.swiper-fade.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-watch-progress.swiper-backface-hidden .img {
    object-fit: fill;
}

.flex.items-center.gap-x-2\.5.md\:gap-x-4.buttons-wrapper {
    display: none;
}