/* Add custom CSS styles below */ 
.s-slider-block__title {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
    text-align: center;
}
.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
    /* text-align: center; */
}
.s-slider-block__title-right{
    text-align: center;
}
.s-slider-block__title h2 {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.s-slider-block__title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.15em;
  width: 100%;
  height: 0.45em;
  background: rgba(255, 140, 80, 0.35); /* لون الفرشاة */
  border-radius: 4px;
  z-index: -1;
}


img.lazy.loaded {
    opacity: 1;
    background: #ffffff !important;
    transform: translateY(0);
}