/* Add custom CSS styles below */ 
/* تقليل المسافة فوق أول بانر في الصفحة */
section.s-block.s-block--one-wide-banner.wide-placeholder.custom-s {
    margin-top: 5px !important;     /* قلل الرقم إذا تبغاه أقل */
    padding-top: 0 !important;
}

/* في حال الثيم نفسه يضيف padding من container */
section.s-block.s-block--one-wide-banner .container,
section.s-block.s-block--one-wide-banner > div {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* منع أي مسافة من فوق بسبب ال body */
body {
    padding-top: 0 !important;
}