/*
Theme Name: Rwaq Al-Shams Corporate
Theme URI: https://rwaqalshams.com/
Author: Rwaq Al-Shams
Description: Custom corporate theme for Rwaq Al-Shams (Hero + 6 Main Services + Projects). RTL-ready and plugin-friendly.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rwaq-al-shams
*/

:root{
  --rwaq-gold:#F4B400;
  --rwaq-gold-dark:#E09F00;
  --rwaq-black:#0B0B0B;
  --rwaq-gray:#F5F5F5;
}

body{font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;}
a{text-decoration:none}
.rwaq-topbar{background:var(--rwaq-black); color:#fff; font-size:14px}
.rwaq-topbar a{color:#fff; opacity:.9}
.rwaq-topbar a:hover{opacity:1}
.rwaq-brand{display:flex; align-items:center; gap:12px}
.rwaq-logo{height:46px; width:auto}
.rwaq-nav .nav-link{color:var(--rwaq-black); font-weight:600}
.rwaq-nav .nav-link:hover{color:var(--rwaq-gold-dark)}
.rwaq-hero{position:relative; min-height:72vh; display:flex; align-items:center; background:#111}
.rwaq-hero::before{content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(0,0,0,.75), rgba(0,0,0,.25));}
.rwaq-hero-media{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.65}
.rwaq-hero-inner{position:relative; z-index:2}
.rwaq-btn{background:var(--rwaq-gold); border:0; color:#000; font-weight:800; padding:12px 18px; border-radius:12px}
.rwaq-btn:hover{background:var(--rwaq-gold-dark)}
.rwaq-section{padding:60px 0}
.rwaq-section-title{font-size:34px; font-weight:900; color:var(--rwaq-black)}
.rwaq-section-sub{color:#64748b}
.rwaq-card{border:1px solid #e5e7eb; border-radius:18px; background:#fff; overflow:hidden; height:100%}
.rwaq-card .thumb{height:170px; background:#111; position:relative}
.rwaq-card img{width:100%; height:100%; object-fit:cover}
.rwaq-badge{display:inline-flex; align-items:center; gap:8px; background:rgba(244,180,0,.15); color:#7a5600; padding:6px 10px; border-radius:999px; font-weight:800; font-size:12px}
.rwaq-icon-circle{width:44px; height:44px; border-radius:999px; background:rgba(244,180,0,.16); display:flex; align-items:center; justify-content:center; font-weight:900}
.rwaq-footer{background:var(--rwaq-black); color:#fff}
.rwaq-footer a{color:#fff; opacity:.85}
.rwaq-footer a:hover{opacity:1}
.rwaq-whatsapp{position:fixed; right:18px; bottom:18px; z-index:9999; background:#25D366; color:#fff; width:54px; height:54px; border-radius:999px; display:flex; align-items:center; justify-content:center; box-shadow:0 10px 26px rgba(0,0,0,.25)}
.rwaq-whatsapp:hover{filter:brightness(.95)}
.rwaq-rtl{direction:rtl}
