/* Add custom CSS styles below */ 
.advanced-slider .swiper .swiper-slide-active h2 {
    color: white;
}

.advanced-slider .swiper .swiper-slide-active p {
    color: white;
}

.advanced-slider__caption__inner__content__button span {
    color: #45244C !important;
}
.index section.s-block--fixed-banner:nth-of-type(1) > .container,
.index section.s-block--fixed-banner:nth-of-type(8) > .container {
    max-width: 100%; /* تمديد الكونتينر بعرض الصفحة */
    padding: 0;      /* إزالة الهوامش الداخلية */
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0;
}