.banner--fixed:first-of-type img {
    border-radius: .375rem;
    border-style: none;
    display: block;
    object-fit: cover;
    width: 100%;
    margin-top: 0rem;
    margin-right: 0rem;

    /* 🔹 تكبير الصورة قليلاً داخل الإطار */
    transform: scale(1.1); /* ← يمكنك تعديل الرقم (1.05 أو 1.2 حسب رغبتك) */
    transition: transform 0.5s ease; /* سلاسة في الحركة عند التحميل */
}


.da-bgg {
    background-color: #f3f4f6 !important;
}

.s-slider-block__title * {
    position: relative;
    right: 50px; /* حرّك القيمة حسب رغبتك */
}