/* حجم اللوقو */
.header-container .navbar-brand img.logo-light {
    height: 6.8rem !important; /* تقدر تغير الرقم حسب رغبتك */
    width: auto !important;
    max-width: 560px;
}


/* ===== الشريط نفسه ===== */
.flex.justify-start.relative.container {
    display: flex;
    justify-content: center; /* توسيط الشريط أفقياً */
    align-items: center;     /* توسيط الشريط عمودياً */
    text-align: center;
    font-weight: 700;        /* خط عريض للنص داخل الشريط */
}

/* ===== إخفاء الرابط المكرر ===== */
.flex.flex-col p.text-xs {
    display: none !important;
}
--------------


/* يخلي الشريحة النشطة فقط فل عرض الشاشة */
.swiper-slide-active {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
}

/* يخلي الصورة تغطي الشاشة بالكامل */
.swiper-slide-active img {
    width: 100vw !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 0 !important; /* يشيل الحواف الدائرية */
}