/* Add custom CSS styles below */ 
/*حجم اللوقو*/
.logo img {
    height: 100px;
}
.container img{
  cursor: pointer;
  transition: transform 0.3s ease;
}
/*
s-design-before s-design-invisible-dom:hover{
  transform: scale(1.5);
} */
.container img:hover{
  transform: scale(1.1);
}

.s-slider-block__title-right {
     display: flex; /* نستخدم Flexbox لتوسيط المحتوى */
  justify-content: center; /* توسيط أفقي */
  align-items: center; /* توسيط عمودي */
}