/* Add custom CSS styles below */ 
body{
  background: white !important;
}

/**    silder block ***/
section.s-block.s-block--photos-slider {
    margin-top: 0;
}
section.s-block.s-block--photos-slider .swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
section.s-block.s-block--photos-slider .swiper-slide,
section.s-block.s-block--photos-slider .swiper-slide img {
    border-radius: 0 !important;
}
section.s-block.s-block--photos-slider .swiper.s-slider-container {
    padding: 0 !important;
}
.home-slider.photos-slider .s-slider-block__title-nav {
    display:none !important;
}
/** End silder block ***/
/** banners blocks ***/
section#IRT__photos-slider-0
{
    margin-bottom: 0 !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
}
.banner--fixed img {
    border-radius: 0 !important;
}
/** End banners ***/



    .Text-Style h1 {
            text-align: center;
            color: #17a2a8;
            width: 60%;
            margin: 0px auto;
        }

        @media (max-width: 768px) {
            .Text-Style h1 {
                width: 100%;
            }
        }

.social-link {
  background-color: #000000 !important; /* أو أي لون غامق يناسب هويتك */
}

.social-link svg path {
  fill: #ffffff !important; /* السهم يفضل أبيض جوه الدائرة الغامقة */
}