body .header-full-width .container {
    max-width: 90% !important;
}

/* تعديل شكل الهيدر بعد التمرير ليبقى شفافًا أو شبه شفاف */
.header-wrapper.stuck .header-inner.container {
    margin-top: 30px !important;
    padding: 0px 30px;
    --border-bottom-width: 1px;
    --border-color: rgba(255, 255, 255, 0.7);
    --border-left-width: 1px;
    --border-right-width: 1px;
    --border-style: solid;
    --border-top-width: 1px;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: 56px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 1px 0px,
        rgba(149, 184, 250, 0.1) 0px 6px 12px 0px,
        rgba(0, 0, 0, 0.08) 0px 2px 4px 0px,
        rgb(255, 255, 255) 0px 0px 1px 0px inset,
        rgb(255, 255, 255) 0px 1px 0px 0px inset;
    height: 100%;
    opacity: 1;
}

/* إلغاء أي top إضافي قد يضاف تلقائياً */
.header.header-full-width.stuck {
    top: 0 !important;
}
/* إزالة الظلال عن الهيدر في كل حالاته */
.header-shadow .header-wrapper,
.header-wrapper.stuck,
.layout-shadow #wrapper {
    box-shadow: none !important;
}
/* إزالة اللون الأبيض على اليمين واليسار */

.header-full-width .container,
.header-wrapper,
.header-inner {
    /* max-width: 100% !important; */
    background-color: transparent !important;
    /* box-shadow: none !important; */
    /* padding-left: 0 !important; */
    /* padding-right: 0 !important; */
}
