/* ================================
   GLOBAL DARK BACKGROUND (ALL PAGES)
   ================================ */

/* 1) اجعل خلفية الموقع كلها سوداء */
html, body{
  background:#000 !important;
}

/* 2) أغلب الثيمات تضع خلفية بيضاء على wrapper/container */
#page, #wrapper, #main, #content, #primary, #secondary,
.site, .site-content, .site-main,
.container, .container-fluid, .wrap,
.content-area, .page-content, .entry-content, .entry, .hentry,
.main-content, .content-wrapper, .inner, .inner-wrap,
#colophon, footer{
  background:transparent !important;
}

/* 3) إذا الثيم يفرض خلفية على أقسام Gutenberg/Elementor */
.wp-site-blocks, .wp-block-group, .wp-block-cover, .wp-block-template-part,
.elementor, .elementor-section, .elementor-container, .elementor-column, .elementor-widget-wrap{
  background:transparent !important;
}

/* 4) خلي النصوص تقرأ على الأسود (اختياري + مفيد) */
body, p, li, .entry-content, .page-content{
  color:#eaeaea;
}

/* روابط */
a{ color:#c9a24d; }
a:hover{ opacity:0.9; }

/* ================================
   SEARCH BAR (ابيض مثل ما تريد)
   ================================ */
#wali313-searchbar input[type="search"]{
  background:#fff !important;
  color:#111 !important;
  border:1px solid rgba(255,255,255,0.35) !important;
  border-radius:999px !important;
  padding:10px 14px !important;
  outline:none !important;
}
#wali313-searchbar input[type="search"]::placeholder{
  color:#666 !important;
}

/* زر البحث */
#wali313-searchbar button{
  background:#c9a24d !important;
  color:#111 !important;
  border:0 !important;
  border-radius:999px !important;
  padding:10px 16px !important;
  cursor:pointer;
}






