@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&display=swap');

*{box-sizing:border-box;margin:0;padding:0}
:root{
  --green:#062b28;
  --gold:#c4923f;
  --gold2:#e3bf77;
  --cream:#f8f1e7;
  --soft:#fbfaf7;
  --border:#eadfce;
  --text:#182b29;
  --muted:#6f7774;
}
body{font-family:"Tajawal",Arial,sans-serif;direction:rtl;background:#fff;color:var(--text);line-height:1.75;overflow-x:hidden}
a{text-decoration:none;color:inherit}
.container{width:min(1160px,calc(100% - 34px));margin-inline:auto}

.topbar{height:72px;background:var(--green);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.08)}
.nav{height:72px;display:flex;align-items:center;gap:24px}
.logo.logo-real{width:106px;min-width:106px;max-width:106px;height:58px;overflow:hidden;display:flex;align-items:center}
.logo-img{width:88px;max-width:88px;height:auto;max-height:52px;object-fit:contain;display:block}
.menu{flex:1;display:flex;justify-content:center;align-items:center;gap:23px;color:white;font-size:15px;font-weight:800}
.menu a{height:72px;display:flex;align-items:center}
.menu a:hover{color:var(--gold2)}
.cta{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#d9ad63,#bd8434);color:white;border-radius:8px;padding:10px 18px;font-weight:900;box-shadow:0 8px 18px rgba(196,146,63,.22)}

.hero{
  min-height:575px;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(95deg,rgba(6,43,40,.97) 0%,rgba(6,43,40,.80) 48%,rgba(6,43,40,.22) 100%),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1500&q=80") center/cover;
}
.hero-ring{position:absolute;width:560px;height:760px;border:18px solid rgba(227,191,119,.58);border-radius:50%;left:-240px;top:-120px;transform:rotate(-12deg)}
.hero-inner{min-height:575px;display:flex;align-items:center}
.hero-content{max-width:620px;position:relative;z-index:2}
.hero h1{color:white;font-size:clamp(38px,4.2vw,58px);line-height:1.18;font-weight:900;margin-bottom:16px}
.hero p{color:#e8f0ed;font-size:20px;max-width:580px}
.badges{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}
.badges div{color:#e6c17a;font-weight:900;border:1px solid rgba(227,191,119,.28);border-radius:14px;padding:12px 16px;background:rgba(255,255,255,.05)}

.section{padding:78px 0}
.soft{background:var(--soft)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.kicker{color:var(--gold);font-weight:900;display:block;margin-bottom:6px}
h2{color:var(--green);font-size:clamp(28px,3vw,40px);line-height:1.35;font-weight:900;margin-bottom:12px}
p{color:var(--muted)}
.photo{
  min-height:350px;
  border-radius:0 78px 0 78px;
  background:url("https://images.unsplash.com/photo-1565552645632-d725f8bfc19a?auto=format&fit=crop&w=1200&q=80") center/cover;
  border:8px solid white;
  box-shadow:0 18px 45px rgba(6,43,40,.12);
}
.stats{background:var(--green);margin-top:28px;border-radius:0 34px 0 34px;display:grid;grid-template-columns:repeat(4,1fr);color:white;overflow:hidden}
.stats div{padding:20px 12px;text-align:center;border-left:1px solid rgba(255,255,255,.11);font-size:14px}
.stats strong{display:block;color:var(--gold2);font-size:30px;line-height:1.1;direction:ltr}
.section-title{text-align:center;max-width:780px;margin:0 auto 34px}
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service{background:white;border:1px solid var(--border);border-radius:16px;padding:28px 24px;text-align:center;box-shadow:0 10px 28px rgba(0,0,0,.04)}
.service:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(6,43,40,.10)}
.icon{width:72px;height:72px;background:var(--green);color:var(--gold2);border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;font-size:30px;border:4px solid #f2eadf}
.service h3{color:var(--green);font-size:22px;margin-bottom:12px}
.service ul{text-align:right;color:var(--muted);font-size:15px;list-style:none}
.service li{padding:5px 0}
.service li:before{content:"✓";color:var(--gold);font-weight:900;margin-left:8px}

.final-cta{padding:56px 0;background:var(--green);color:white}
.final-grid{display:grid;grid-template-columns:1fr 330px;gap:28px;align-items:center}
.final-cta h2{color:var(--gold2)}
.final-cta p{color:#e9efec;margin-bottom:18px}
.cta-img{
  height:220px;
  border-radius:20px;
  background:url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1200&q=80") center/cover;
  border:4px solid rgba(255,255,255,.12);
}

footer{background:#031b19;color:#d7c7a5;padding:30px 0;font-weight:800}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:24px}
.footer-grid h3{color:var(--gold2);margin-bottom:8px}
.footer-grid p{color:#d7c7a5}
.footer-grid a{display:block;margin:5px 0;color:#d7c7a5}

.wa-float{position:fixed;right:24px;bottom:24px;z-index:999999;min-width:64px;height:64px;border-radius:999px;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 17px;box-shadow:0 14px 32px rgba(37,211,102,.38);border:3px solid rgba(255,255,255,.92);font-weight:900;animation:waFloat 2.2s ease-in-out infinite}
.wa-svg{width:34px;height:34px;fill:#fff;display:block}
.wa-float span{color:#fff;font-size:15px;line-height:1}
@keyframes waFloat{0%,100%{bottom:24px}50%{bottom:34px}}

@media(max-width:950px){
  .menu{display:none}
  .nav{justify-content:space-between}
  .about-grid,.final-grid,.footer-grid{grid-template-columns:1fr}
  .services{grid-template-columns:repeat(2,1fr)}
  .stats{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .hero,.hero-inner{min-height:auto}
  .hero-inner{padding:70px 0}
  .hero h1{font-size:34px}
  .hero p{font-size:17px}
  .section{padding:56px 0}
  .services,.stats{grid-template-columns:1fr}
  .wa-float{right:16px;bottom:16px;width:60px;min-width:60px;height:60px;padding:0;border-radius:50%}
  .wa-float span{display:none}
  @keyframes waFloat{0%,100%{bottom:16px}50%{bottom:25px}}
}


/* Brochure style contracting block */
.brochure-block{
  padding:74px 0;
  background:#fff;
}

.brochure-card{
  position:relative;
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  box-shadow:0 18px 45px rgba(6,43,40,.10);
  overflow:hidden;
  display:grid;
  grid-template-columns:360px 1fr;
  min-height:430px;
}

.brochure-photo{
  min-height:430px;
  background:
    linear-gradient(180deg,rgba(6,43,40,.08),rgba(6,43,40,.18)),
    url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=900&q=80") center/cover;
  clip-path:polygon(0 0,100% 0,82% 100%,0 100%);
}

.brochure-content{
  padding:46px 44px 105px;
}

.brochure-content h2{
  margin-bottom:10px;
}

.brochure-content p{
  max-width:650px;
  margin-bottom:24px;
}

.mini-services{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.mini-services div{
  background:#fff;
  border:1px solid var(--border);
  border-radius:14px;
  padding:16px 12px;
  text-align:center;
  font-weight:900;
  color:var(--green);
  min-height:112px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.mini-services span{
  display:block;
  color:var(--gold);
  font-size:27px;
  margin-bottom:8px;
}

.project-steps{
  position:absolute;
  right:0;
  left:0;
  bottom:0;
  background:var(--green);
  color:#d7c7a5;
  display:grid;
  grid-template-columns:repeat(5,1fr);
}

.project-steps div{
  padding:17px 10px;
  text-align:center;
  border-left:1px solid rgba(255,255,255,.1);
  font-weight:900;
  font-size:13px;
}

.project-steps b{
  display:block;
  color:var(--gold2);
  font-size:18px;
  line-height:1;
  margin-bottom:4px;
}

@media(max-width:950px){
  .brochure-card{
    grid-template-columns:1fr;
  }
  .brochure-photo{
    min-height:260px;
    clip-path:none;
  }
  .brochure-content{
    padding:34px 22px 20px;
  }
  .mini-services{
    grid-template-columns:repeat(2,1fr);
  }
  .project-steps{
    position:static;
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:620px){
  .mini-services,
  .project-steps{
    grid-template-columns:1fr;
  }
}
