/* ================= UFUQ ALMOSUL — premium homepage (RTL) ================= */
:root{
  --navy-950:#041224;
  --navy-900:#06182f;
  --navy-850:#08203e;
  --navy-800:#0a274d;
  --blue:#0b7ff5;
  --blue-2:#2a9dff;
  --cyan:#4cc9ff;
  --text:#101828;
  --muted:#667085;
  --bg:#f4f7fb;
  --card:#ffffff;
  --border:#e4e9f0;
  --shadow:0 12px 34px rgba(16,24,40,.08);
  --shadow-strong:0 22px 50px rgba(4,18,36,.20);
  --radius:12px;
  --maxw:1180px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:78px}
body{
  font-family:'Cairo',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Tahoma,sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.7;
  font-size:15px;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:24px}
.icn{width:24px;height:24px}
.icn-sm{width:17px;height:17px;vertical-align:middle}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-height:43px;padding:10px 20px;border-radius:5px;border:1px solid transparent;
  font-weight:800;font-size:13px;line-height:1;cursor:pointer;transition:.22s ease;
}
.btn .icn{transition:transform .22s ease}
.btn:hover .icn{transform:translateX(-3px)}
.btn-primary{
  color:#fff;background:linear-gradient(180deg,#1389ff 0%,#0673df 100%);
  border-color:#148aff;box-shadow:0 9px 24px rgba(11,127,245,.24)
}
.btn-primary:hover{transform:translateY(-2px);filter:brightness(1.07);box-shadow:0 12px 30px rgba(11,127,245,.32)}
.btn-ghost{color:#fff;background:rgba(4,18,36,.22);border-color:rgba(255,255,255,.58);backdrop-filter:blur(6px)}
.btn-ghost:hover{background:rgba(255,255,255,.12)}
.btn-outline-light{color:#d8ebff;border-color:#2f78bf;background:transparent}
.btn-outline-light:hover{color:#fff;background:#0b7ff5;border-color:#0b7ff5}
.btn-sm{min-height:36px;padding:8px 14px;font-size:12px}

/* ---------- header ---------- */
.site-header{
  position:fixed;z-index:100;top:0;inset-inline:0;height:70px;
  background:rgba(3,16,32,.88);border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(14px);transition:background .25s ease,box-shadow .25s ease
}
.site-header.scrolled{background:rgba(3,16,32,.97);box-shadow:0 10px 30px rgba(0,0,0,.18)}
.header-inner{height:70px;display:flex;align-items:center;gap:22px}
.brand{display:flex;align-items:center;gap:10px;color:#fff;min-width:max-content}
.brand-badge{
  width:38px;height:38px;display:grid;place-items:center;overflow:hidden;flex:none;
  background:rgba(255,255,255,.96);border-radius:50%;padding:4px
}
.brand-badge img{width:100%;height:100%;object-fit:contain}
.brand-text{line-height:1.05}
.brand-text strong{display:block;font-size:18px;font-weight:900;letter-spacing:.1px}
.brand-text small{display:block;margin-top:4px;font-size:9px;color:#b8c9dc;font-weight:600;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.main-nav{display:flex;align-items:stretch;gap:1px;margin-inline-start:auto;height:70px}
.main-nav a{
  position:relative;display:flex;align-items:center;padding-inline:14px;color:#f0f5fb;
  font-size:12px;font-weight:700;transition:.2s ease
}
.main-nav a::after{
  content:"";position:absolute;bottom:0;inset-inline:14px;height:2px;background:#1789ff;
  transform:scaleX(0);transform-origin:center;transition:transform .2s ease
}
.main-nav a:hover{color:#50b7ff}
.main-nav a:hover::after,.main-nav a.active::after{transform:scaleX(1)}
.main-nav a.active{color:#50b7ff}
.btn-quote{min-height:38px;padding-inline:18px;font-size:11px;flex:none}
.nav-toggle{display:none;width:42px;height:42px;place-items:center;background:transparent;border:0;color:#fff;cursor:pointer}

/* ---------- hero ---------- */
.hero{
  position:relative;isolation:isolate;min-height:505px;padding-top:70px;color:#fff;overflow:hidden;
  background:#061a31
}
.hero-bg{
  position:absolute;z-index:-3;inset:0;
  background:
    linear-gradient(90deg,rgba(3,14,29,.98) 3%,rgba(4,18,36,.91) 30%,rgba(6,28,55,.55) 58%,rgba(4,18,36,.40) 100%),
    radial-gradient(circle at 69% 38%,rgba(35,150,255,.36),transparent 28%),
    linear-gradient(135deg,#06162d 0%,#09294d 56%,#051527 100%)
}
.hero-bg::before{
  content:"";position:absolute;inset:0;opacity:.23;
  background-image:
    linear-gradient(rgba(77,201,255,.16) 1px,transparent 1px),
    linear-gradient(90deg,rgba(77,201,255,.12) 1px,transparent 1px);
  background-size:42px 42px;mask-image:linear-gradient(90deg,transparent 18%,#000 72%,transparent)
}
.hero-bg::after{
  content:"";position:absolute;width:530px;height:530px;border:1px solid rgba(68,185,255,.16);
  border-radius:50%;inset-inline-start:46%;top:8%;box-shadow:0 0 0 70px rgba(36,141,238,.035),0 0 0 140px rgba(36,141,238,.025)
}
.hero-inner{
  position:relative;display:grid;grid-template-columns:.93fr 1.07fr;align-items:center;
  gap:42px;min-height:385px;padding-top:28px;padding-bottom:78px
}
.hero-text{position:relative;z-index:3;max-width:600px}
.hero-kicker{
  display:none;margin-bottom:8px;color:#56baff;font-size:12px;font-weight:900;letter-spacing:1.4px
}
.hero-text h1{font-size:48px;line-height:1.18;font-weight:900;letter-spacing:-1px;margin-bottom:6px;text-shadow:0 4px 20px rgba(0,0,0,.25)}
.hero-tagline{color:#279cff;font-size:24px;line-height:1.35;font-weight:900;margin-bottom:10px}
.hero-sub{max-width:570px;color:#fff;font-size:15px;line-height:1.65;font-weight:500;margin-bottom:24px;text-shadow:0 3px 14px rgba(0,0,0,.25)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}

.hero-visual{position:relative;height:360px;align-self:stretch;display:flex;align-items:center;justify-content:center;direction:ltr}
.tech-scene{position:relative;width:100%;height:100%;filter:drop-shadow(0 25px 30px rgba(0,0,0,.25))}
.scene-glow{position:absolute;width:250px;height:250px;border-radius:50%;left:22%;top:18%;background:radial-gradient(circle,rgba(32,168,255,.38),transparent 68%);filter:blur(14px)}

.solar-plane{
  position:absolute;left:2%;bottom:16%;width:315px;height:183px;display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(3,1fr);gap:3px;
  padding:5px;border:1px solid rgba(131,211,255,.5);background:#0e5d9c;
  transform:perspective(650px) rotateX(59deg) rotateZ(-15deg);transform-origin:center;
  box-shadow:0 26px 45px rgba(0,0,0,.38),inset 0 0 0 2px rgba(255,255,255,.10)
}
.solar-plane span{background:linear-gradient(135deg,#0c376c,#135e9c 55%,#0c376c);border:1px solid rgba(109,202,255,.26);box-shadow:inset 0 0 16px rgba(87,189,255,.15)}
.solar-plane::after{content:"";position:absolute;width:250px;height:3px;right:-38px;bottom:-8px;background:rgba(65,198,255,.42);box-shadow:0 0 14px rgba(42,157,255,.6)}

.server-rack{
  position:absolute;right:-4%;top:2%;width:142px;height:310px;padding:12px 11px;display:flex;flex-direction:column;gap:7px;
  background:linear-gradient(90deg,#091421,#172c3d 55%,#071019);border:1px solid rgba(111,179,220,.26);box-shadow:-20px 22px 44px rgba(0,0,0,.35)
}
.server-rack::before{content:"";position:absolute;inset:7px;border:1px solid rgba(106,183,230,.13);pointer-events:none}
.server-rack span{height:31px;border:1px solid #2d4659;background:linear-gradient(180deg,#172738,#0c1824);display:flex;gap:8px;align-items:center;padding:7px}
.server-rack span i{width:5px;height:5px;border-radius:50%;background:#28a7ff;box-shadow:0 0 8px #28a7ff}
.server-rack span i:nth-child(2){background:#6bd5ff}.server-rack span i:nth-child(3){width:44px;height:2px;border-radius:1px;background:#335976;box-shadow:none;margin-left:auto}

.cctv-camera{position:absolute;right:18%;top:12%;width:180px;height:78px;transform:rotate(-8deg);filter:drop-shadow(0 18px 18px rgba(0,0,0,.3))}
.camera-body{position:absolute;right:0;top:0;width:145px;height:59px;background:linear-gradient(180deg,#f7f9fa,#bdc7cd);clip-path:polygon(0 11%,100% 0,96% 78%,10% 100%);border-radius:7px}
.camera-body::before{content:"CCTV";position:absolute;right:18px;top:15px;font:800 8px/1 Arial;color:#4f5961;letter-spacing:1px}
.camera-lens{position:absolute;left:2px;top:13px;width:50px;height:50px;border-radius:50%;background:radial-gradient(circle,#0a1117 0 25%,#1f2c34 27% 43%,#8fa0a9 46% 54%,#18232a 58%);border:5px solid #aab5bc}
.camera-arm{position:absolute;right:8px;bottom:-20px;width:50px;height:18px;background:#bac5cb;transform:skewX(-18deg);border-radius:4px}
.camera-arm::after{content:"";position:absolute;right:-7px;bottom:-13px;width:14px;height:32px;background:#aebac1;border-radius:3px}

.signal-tower{position:absolute;left:50%;bottom:8%;color:#061423;filter:drop-shadow(0 0 6px rgba(98,202,255,.35))}
.signal-tower .icn{width:120px;height:180px;stroke:#071827;stroke-width:1.2;fill:none}
.network-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,#5bd3ff,transparent);transform-origin:left center;opacity:.8;box-shadow:0 0 8px rgba(91,211,255,.65)}
.line-a{width:205px;left:30%;top:53%;transform:rotate(-17deg)}
.line-b{width:175px;left:43%;top:61%;transform:rotate(25deg)}
.line-c{width:210px;left:24%;top:73%;transform:rotate(8deg)}
.network-node{position:absolute;width:8px;height:8px;border-radius:50%;background:#51ceff;border:2px solid rgba(255,255,255,.85);box-shadow:0 0 17px #27a9ff}
.node-a{left:30%;top:50%}.node-b{left:47%;top:45%}.node-c{left:54%;top:67%}.node-d{left:24%;top:72%}

/* ---------- stats ---------- */
.stats-bar{position:absolute;z-index:5;inset-inline:0;bottom:0}
.stats-panel{
  display:grid;grid-template-columns:repeat(4,1fr);min-height:74px;padding:12px 20px;
  background:linear-gradient(180deg,rgba(5,25,49,.94),rgba(4,18,36,.94));
  border:1px solid rgba(116,185,231,.18);border-bottom:0;border-radius:8px 8px 0 0;
  box-shadow:0 -10px 30px rgba(1,11,24,.20);backdrop-filter:blur(8px)
}
.stat{position:relative;display:flex;align-items:center;justify-content:center;gap:14px;color:#fff;padding:4px 20px}
.stat:not(:last-child)::after{content:"";position:absolute;inset-inline-end:0;top:18%;height:64%;width:1px;background:rgba(255,255,255,.09)}
.stat-ic{display:grid;place-items:center;color:#2ca5ff;flex:none}
.stat-ic .icn{width:31px;height:31px;stroke-width:1.55}
.stat-number{display:flex;align-items:baseline;gap:2px;direction:ltr;justify-content:flex-end}
.stat-value{font-size:24px;font-weight:900;line-height:1.05}.stat-suffix{font-size:18px;font-weight:900;color:#fff}
.stat-label{margin-top:4px;color:#d4e0ec;font-size:10px;font-weight:500;white-space:nowrap}

/* ---------- shared sections ---------- */
.section{padding-block:48px}
.section-head{text-align:center;max-width:740px;margin:0 auto 30px}
.compact-head{margin-bottom:24px}
.eyebrow{display:inline-block;margin-bottom:4px;color:#087df0;font-size:10px;font-weight:900;letter-spacing:.2px;text-transform:uppercase}
.eyebrow.light{color:#168fff}.eyebrow.center{display:block;text-align:center;margin-bottom:14px}
.section-head h2{color:#111827;font-size:24px;line-height:1.3;font-weight:900;letter-spacing:-.3px}
.section-lead{max-width:780px;margin:6px auto 0;color:#667085;font-size:12px;line-height:1.75}

/* ---------- services ---------- */
.section-services{background:#fff}
.cards-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}
.service-card{
  position:relative;min-height:177px;display:flex;flex-direction:column;align-items:center;text-align:center;
  padding:18px 12px 13px;background:#fff;border:1px solid #dfe5ec;border-radius:5px;
  box-shadow:0 5px 15px rgba(15,34,58,.045);transition:.22s ease;overflow:hidden
}
.service-card::before{content:"";position:absolute;inset:0 0 auto;height:2px;background:#0b7ff5;transform:scaleX(0);transition:.22s ease}
.service-card:hover{transform:translateY(-4px);border-color:#c7d8e9;box-shadow:0 14px 28px rgba(7,43,79,.11)}
.service-card:hover::before{transform:scaleX(1)}
.service-ic{display:grid;place-items:center;width:44px;height:44px;margin-bottom:10px;color:#0b579a}
.service-ic .icn{width:35px;height:35px;stroke-width:1.45}
.service-card:nth-child(4) .service-ic,.service-card:nth-child(5) .service-ic{color:#f3a400}
.service-card h3{margin-bottom:5px;color:#101828;font-size:12px;font-weight:900;line-height:1.35}
.service-card p{min-height:45px;color:#667085;font-size:9.3px;line-height:1.55}
.card-link{display:inline-flex;align-items:center;gap:3px;margin-top:auto;padding-top:8px;color:#087df0;font-size:9.5px;font-weight:800}
.card-link .icn{width:12px;height:12px}

/* ---------- solar ---------- */
.section-solar{position:relative;isolation:isolate;overflow:hidden;background:#071a30;color:#fff;padding-block:0}
.section-solar::after{content:"";position:absolute;z-index:-1;inset-inline-start:auto;right:-12%;top:-60%;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,#0c3e75 0,rgba(8,38,75,.62) 35%,transparent 70%)}
.solar-grid{min-height:286px;display:grid;grid-template-columns:1.03fr .97fr;align-items:stretch;padding-inline:0;max-width:none}
.solar-media{position:relative;overflow:hidden;background:linear-gradient(135deg,#0d2949,#0b2139)}
.solar-content{display:flex;flex-direction:column;justify-content:center;padding:30px max(44px,calc((100vw - var(--maxw))/2 + 24px)) 30px 38px;background:linear-gradient(90deg,rgba(6,24,47,.88),rgba(6,24,47,.99))}
.solar-content h2{font-size:24px;line-height:1.35;font-weight:900;margin-bottom:8px}
.solar-content>p{max-width:600px;color:#dbe7f2;font-size:11.2px;line-height:1.75;margin-bottom:13px}
.solar-brand-line{display:flex;align-items:center;gap:34px;direction:ltr;margin-bottom:16px}
.solar-brand-line strong{font-family:Arial,sans-serif;font-size:24px;font-style:italic;font-weight:900;letter-spacing:-1px;color:#f12424}
.solar-brand-line strong:nth-child(2){color:#1685df;font-style:normal}.solar-brand-line strong:nth-child(3){color:#f12424;font-style:normal}
.solar-features{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:15px}
.solar-feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px;color:#fff}
.solar-feature>span{height:27px;display:grid;place-items:center;color:#eaf6ff}.solar-feature .icn{width:23px;height:23px;stroke-width:1.5}
.solar-feature small{font-size:8.5px;font-weight:700;line-height:1.35}
.solar-content .btn{align-self:flex-start;min-width:180px}

.solar-scene{position:absolute;inset:0;overflow:hidden;background:linear-gradient(180deg,#12345b 0,#23587c 48%,#102f46 49%,#08192c 100%)}
.solar-scene::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 62% 28%,rgba(255,189,95,.9),rgba(255,157,44,.35) 4%,transparent 18%),linear-gradient(180deg,transparent 50%,rgba(5,20,33,.8) 100%)}
.solar-sun{position:absolute;left:60%;top:24%;width:10px;height:10px;border-radius:50%;background:#fff7d7;box-shadow:0 0 20px 7px #ffb657,0 0 70px 26px rgba(255,158,50,.32)}
.solar-field{position:absolute;left:-9%;bottom:4%;width:95%;height:65%;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(4,1fr);gap:4px;transform:perspective(680px) rotateX(59deg) rotateZ(8deg);padding:5px;background:#0a456f}
.solar-field span{background:linear-gradient(135deg,#0b4774,#1c76aa 55%,#0c3a60);border:1px solid rgba(147,219,255,.25)}
.inverter{position:absolute;bottom:14%;width:82px;height:115px;border-radius:2px;background:linear-gradient(160deg,#f9fbfc,#dce4e8);box-shadow:0 15px 24px rgba(0,0,0,.3);border:1px solid #c6d1d7}
.inverter::before{content:"";position:absolute;inset:12px 9px auto;height:11px;background:#e3e9ec;border-radius:2px}.inverter i{position:absolute;top:34px;left:50%;width:30px;height:30px;transform:translateX(-50%);background:#162532;border:6px solid #e6ebee;border-radius:3px}.inverter b{position:absolute;left:12px;right:12px;bottom:12px;height:4px;background:#c8d3d8;border-radius:2px}.inv-1{left:12%;height:126px;width:88px}.inv-2{left:29%;bottom:10%;height:110px}.inv-3{left:45%;bottom:13%;height:121px;width:90px}

/* ---------- brands ---------- */
.section-brands{background:#fff;border-bottom:1px solid #e5e9ee;padding-block:16px 18px;overflow:hidden}
.brands-window{position:relative;width:100%;overflow:hidden;direction:ltr}
.brands-window::before,.brands-window::after{content:"";position:absolute;z-index:3;top:0;bottom:0;width:42px;pointer-events:none}
.brands-window::before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}
.brands-window::after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}
.brands-track{display:flex;align-items:center;width:100%;transform:translate3d(0,0,0);will-change:transform}
.brand-item{flex:0 0 25%;min-width:0;height:54px;padding:6px 22px;display:flex;align-items:center;justify-content:center;color:#344054;font-size:20px;font-weight:900;white-space:nowrap;opacity:.82;filter:saturate(.88);box-sizing:border-box}
.brand-item img{display:block;max-height:38px;max-width:145px;width:auto;height:auto;object-fit:contain}
.brand-item span{display:block;overflow:hidden;text-overflow:ellipsis}
@media (max-width:900px){.brand-item{flex-basis:33.333333%;padding-inline:16px}}
@media (max-width:620px){.brands-window::before,.brands-window::after{width:24px}.brand-item{flex-basis:50%;height:50px;padding-inline:12px}.brand-item img{max-width:120px;max-height:34px}}
@media (max-width:380px){.brand-item{flex-basis:100%}}

/* ---------- projects ---------- */
.section-projects{background:#f5f7fa;padding-top:29px;padding-bottom:33px}
.filters{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin:0 auto 14px}
.filter{min-width:55px;padding:5px 14px;border-radius:4px;border:0;background:#eaedf1;color:#475467;font-size:9.5px;font-weight:700;cursor:pointer;transition:.18s ease}
.filter:hover{background:#dce8f5;color:#087df0}.filter.active{background:#0b7ff5;color:#fff;box-shadow:0 4px 12px rgba(11,127,245,.24)}
.projects-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}
.project-card{min-width:0;overflow:hidden;border-radius:5px;background:#0a1f37;box-shadow:0 4px 10px rgba(17,24,39,.09);transition:.24s ease}
.project-card.hide{display:none}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(6,33,61,.18)}
.project-thumb{position:relative;aspect-ratio:1.48/1;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,#0b315d,#122e46);color:#50bfff}
.project-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.project-card:hover .project-thumb img{transform:scale(1.055)}
.project-placeholder{opacity:.8}.project-placeholder .icn{width:48px;height:48px}
.project-shade{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(1,12,24,.87) 100%)}
.project-cat{display:none;position:absolute;z-index:2;top:9px;right:9px;padding:3px 8px;border-radius:20px;background:rgba(4,18,36,.64);backdrop-filter:blur(4px);color:#dcecff;font-size:8px;font-weight:700}
.project-overlay{position:absolute;z-index:2;inset-inline:10px;bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#fff}
.project-overlay h3{font-size:10.5px;font-weight:800;line-height:1.3;text-shadow:0 2px 5px rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.project-arrow{display:grid;place-items:center;color:#2ea7ff;flex:none}.project-arrow .icn{width:15px;height:15px}

/* ---------- why choose ---------- */
.section-why{padding:8px 0 17px;background:linear-gradient(180deg,#061a32,#06162a);color:#fff;border-bottom:1px solid rgba(255,255,255,.07)}
.why-title{text-align:center;height:20px}.why-title .eyebrow{font-size:8.5px;margin:0;color:#118cfb}
.why-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.why-item{display:flex;align-items:flex-start;gap:8px;min-width:0}
.why-ic{display:grid;place-items:center;flex:none;color:#1899ff}.why-ic .icn{width:27px;height:27px;stroke-width:1.6}
.why-item h4{font-size:9.4px;line-height:1.35;font-weight:800;margin-bottom:2px}.why-item p{color:#c3d0dc;font-size:7.7px;line-height:1.55}

/* ---------- footer ---------- */
.site-footer{background:#07182c;color:#c7d5e2;padding-top:24px}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr .95fr 1.45fr;gap:38px;padding-bottom:19px}
.brand-footer{width:max-content;margin-bottom:10px}.brand-footer .brand-badge{width:42px;height:42px}.brand-footer .brand-text strong{font-size:17px}.brand-footer .brand-text small{font-size:8px}
.footer-about{max-width:245px;margin-bottom:13px;color:#aebdca;font-size:8.7px;line-height:1.65}
.socials{display:flex;gap:7px;direction:ltr}.socials a{width:28px;height:28px;display:grid;place-items:center;border:1px solid #166cb0;border-radius:50%;color:#42b2ff;font:700 9px/1 Arial;transition:.18s ease}.socials a:hover{background:#0b7ff5;color:#fff;border-color:#0b7ff5;transform:translateY(-2px)}
.footer-col h4{margin-bottom:10px;color:#fff;font-size:10px;font-weight:800}
.footer-list{list-style:none;display:grid;gap:7px}.footer-list li{display:flex;align-items:center;gap:8px;color:#d2dce5;font-size:8.7px;line-height:1.35;direction:ltr;justify-content:flex-end}.footer-list .icn,.footer-address .icn{color:#62c5ff;flex:none;width:14px;height:14px;stroke-width:1.5}
.footer-address{display:flex;align-items:flex-start;gap:7px;color:#d4dee7;font-size:8.6px;line-height:1.6;margin-bottom:7px}.footer-sub-address{margin-bottom:10px;color:#97aabd;font-size:8px}
.footer-map{overflow:hidden;border-radius:4px;border:1px solid rgba(255,255,255,.16);background:#fff}.footer-map iframe{display:block;width:100%;height:132px;filter:saturate(.65) contrast(.95)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-block:9px}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;color:#9aabba;font-size:7.8px;direction:ltr}.footer-links{display:flex;align-items:center;gap:9px}.footer-links i{width:1px;height:10px;background:#566779}.footer-links a:hover{color:#fff}

/* ---------- whatsapp ---------- */
.whatsapp-float{position:fixed;z-index:110;right:17px;bottom:13px;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#25d366;color:#fff;border:2px solid rgba(255,255,255,.85);box-shadow:0 8px 22px rgba(5,25,45,.24);transition:.2s ease}.whatsapp-float:hover{transform:scale(1.08)}

/* ---------- subtle entrance animation ---------- */
.reveal{opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease}.reveal.in-view{opacity:1;transform:none}

/* ---------- responsive ---------- */
@media (max-width:1100px){
  .main-nav a{padding-inline:9px}.btn-quote{padding-inline:13px}.brand-text small{display:none}
  .hero-text h1{font-size:42px}.hero-tagline{font-size:21px}
  .cards-grid{grid-template-columns:repeat(3,1fr)}
  .projects-grid{grid-template-columns:repeat(3,1fr)}
  .why-grid{grid-template-columns:repeat(3,1fr);row-gap:16px}
  .solar-content{padding-inline-end:28px}.footer-grid{gap:22px}
}

@media (max-width:860px){
  html{scroll-padding-top:66px}.site-header,.header-inner,.main-nav{height:66px}
  .site-header{height:66px}.header-inner{gap:12px}
  .main-nav{
    position:fixed;top:66px;right:-100%;width:min(320px,84vw);height:calc(100vh - 66px);display:flex;flex-direction:column;align-items:stretch;
    gap:0;padding:18px;background:#06182f;box-shadow:-15px 20px 40px rgba(0,0,0,.3);transition:right .28s ease;overflow:auto
  }
  .main-nav.open{right:0}.main-nav a{height:auto;padding:13px 12px;border-bottom:1px solid rgba(255,255,255,.07);font-size:13px}.main-nav a::after{display:none}
  .nav-toggle{display:grid;margin-inline-start:auto}.btn-quote{display:none}
  .hero{padding-top:66px;min-height:610px}.hero-inner{grid-template-columns:1fr;min-height:auto;padding-top:45px;padding-bottom:126px;text-align:center}.hero-text{max-width:680px;margin:auto}.hero-sub{margin-inline:auto}.hero-actions{justify-content:center}.hero-visual{display:none}
  .stats-panel{grid-template-columns:repeat(2,1fr);border-radius:8px 8px 0 0}.stat:nth-child(2)::after{display:none}.stat{padding-block:10px}.stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.07)}
  .solar-grid{grid-template-columns:1fr}.solar-media{min-height:270px}.solar-content{padding:30px 24px 34px}.solar-content .btn{align-self:center}.solar-content{text-align:center}.solar-brand-line{justify-content:center}.solar-features{max-width:620px;width:100%;margin-inline:auto;margin-bottom:18px}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-about{max-width:360px}
}

@media (max-width:620px){
  .container{padding-inline:16px}
  .brand-badge{width:34px;height:34px}.brand-text strong{font-size:15px}
  .hero{min-height:620px}.hero-inner{padding-top:38px}.hero-kicker{display:block}.hero-text h1{font-size:34px}.hero-tagline{font-size:19px}.hero-sub{font-size:13px}.hero-actions .btn{width:100%}
  .stats-panel{padding-inline:6px}.stat{gap:8px;padding-inline:6px}.stat-ic .icn{width:25px;height:25px}.stat-value{font-size:19px}.stat-suffix{font-size:14px}.stat-label{font-size:8px}
  .section{padding-block:38px}.section-head h2{font-size:21px}.section-lead{font-size:11px}
  .cards-grid{grid-template-columns:repeat(2,1fr);gap:8px}.service-card{min-height:168px;padding-inline:9px}.service-card p{font-size:8.8px}
  .solar-media{min-height:220px}.inverter{transform:scale(.78);transform-origin:bottom left}.solar-brand-line{gap:20px}.solar-brand-line strong{font-size:20px}.solar-features{grid-template-columns:repeat(2,1fr);row-gap:15px}
  .projects-grid{grid-template-columns:repeat(2,1fr);gap:7px}.project-thumb{aspect-ratio:1.35/1}.project-overlay h3{font-size:9.5px}
  .why-grid{grid-template-columns:repeat(2,1fr);gap:15px 10px}.why-item h4{font-size:9px}.why-item p{font-size:7.4px}
  .footer-grid{grid-template-columns:1fr;gap:24px}.footer-about{max-width:none}.footer-map iframe{height:170px}.footer-bottom-inner{flex-direction:column;direction:rtl;text-align:center}
}

@media (max-width:380px){
  .cards-grid,.projects-grid,.why-grid{grid-template-columns:1fr}
  .hero-text h1{font-size:30px}.stats-panel{grid-template-columns:1fr}.stat:not(:last-child){border-bottom:1px solid rgba(255,255,255,.07)}.stat::after{display:none}.hero{min-height:770px}
}

/* ========================================================================
   2026 visual update — real imagery + improved typography/readability
   Hero image:  assets/img/hero-main.webp
   Solar image: assets/img/solar-section.webp
   Replace either file with another image using the same filename to update it.
   ======================================================================== */

body{font-size:16px}

/* General type scale */
.btn{font-size:14px;min-height:46px;padding:11px 22px}
.btn-sm{font-size:13px;min-height:39px;padding:9px 16px}
.brand-text strong{font-size:19px}
.brand-text small{font-size:10.5px}
.main-nav a{font-size:13.5px}
.btn-quote{font-size:12.5px}

/* Hero with a real image blended into the dark background */
.hero{min-height:560px;background:#041326}
.hero-bg{position:absolute;z-index:-3;inset:0;overflow:hidden;background:#041326}
.hero-bg img{
  position:absolute;inset-block:0;right:0;width:78%;height:100%;
  object-fit:cover;object-position:center center;
  filter:saturate(1.04) contrast(1.03)
}
.hero-bg::before{
  content:"";position:absolute;z-index:2;inset:0;opacity:1;mask-image:none;
  background:
    linear-gradient(90deg,#031020 0%,rgba(3,16,32,.98) 15%,rgba(3,16,32,.92) 32%,rgba(3,16,32,.56) 49%,rgba(3,16,32,.17) 72%,rgba(3,16,32,.06) 100%),
    linear-gradient(180deg,rgba(2,12,25,.22) 0%,transparent 48%,rgba(2,12,25,.36) 100%)
}
.hero-bg::after{content:none}
.hero-inner{
  min-height:440px;grid-template-columns:minmax(0,.90fr) minmax(0,1.10fr);
  gap:36px;padding-top:36px;padding-bottom:92px;direction:ltr
}
.hero-text{direction:rtl;text-align:right;max-width:610px}
.hero-text::before{
  content:"";position:absolute;z-index:-1;inset:-40px -60px -45px -70px;
  background:radial-gradient(ellipse at center,rgba(3,16,32,.45),transparent 72%);
  pointer-events:none
}
.hero-text h1{font-size:54px;line-height:1.16;margin-bottom:8px}
.hero-tagline{font-size:27px;margin-bottom:12px}
.hero-sub{font-size:17px;line-height:1.75;margin-bottom:28px;color:#f5f8fc}
.hero-kicker{font-size:13px}
.hero-visual{height:400px;pointer-events:none}

/* Stats readability */
.stats-panel{min-height:84px;padding:14px 22px}
.stat{gap:15px;padding:5px 20px}
.stat-ic .icn{width:34px;height:34px}
.stat-value{font-size:27px}.stat-suffix{font-size:20px}
.stat-label{font-size:12px;margin-top:5px}

/* Shared section type */
.section{padding-block:56px}
.eyebrow{font-size:12px;margin-bottom:6px}
.section-head h2{font-size:30px}
.section-lead{font-size:14px;line-height:1.8;margin-top:8px}

/* Services */
.cards-grid{gap:12px}
.service-card{min-height:220px;padding:24px 15px 18px}
.service-ic{width:50px;height:50px;margin-bottom:12px}
.service-ic .icn{width:39px;height:39px}
.service-card h3{font-size:15px;margin-bottom:7px}
.service-card p{min-height:62px;font-size:12.2px;line-height:1.65}
.card-link{font-size:11.5px;padding-top:10px;gap:5px}
.card-link .icn{width:14px;height:14px}

/* Solar section: real image with a feathered transition to the dark panel */
.section-solar{background:#071a30}
.section-solar::after{width:620px;height:620px;opacity:.65}
.solar-grid{
  min-height:390px;grid-template-columns:1.08fr .92fr;direction:ltr;
  background:#071a30
}
.solar-media{position:relative;min-height:390px;overflow:hidden;background:#071a30}
.solar-section-image{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;
  filter:saturate(1.02) contrast(1.02)
}
.solar-media::after{
  content:"";position:absolute;z-index:2;inset:0;pointer-events:none;
  background:
    linear-gradient(90deg,transparent 0%,transparent 58%,rgba(7,26,48,.22) 72%,rgba(7,26,48,.78) 91%,#071a30 100%),
    linear-gradient(180deg,rgba(7,26,48,.12),transparent 45%,rgba(7,26,48,.22))
}
.solar-content{
  direction:rtl;text-align:right;padding:44px clamp(30px,4.6vw,72px);
  background:linear-gradient(90deg,#071a30 0%,#071a30 74%,#081e38 100%)
}
.solar-content h2{font-size:30px;line-height:1.35;margin-bottom:10px}
.solar-content>p{font-size:14px;line-height:1.8;margin-bottom:16px}
.solar-brand-line{margin-bottom:19px;gap:38px}
.solar-brand-line strong{font-size:27px}
.solar-features{gap:15px;margin-bottom:19px}
.solar-feature>span{height:31px}.solar-feature .icn{width:26px;height:26px}
.solar-feature small{font-size:10.5px;line-height:1.45}
.solar-content .btn{min-width:195px}

/* Brands / projects */
.section-brands{padding-block:16px 18px}
.brand-item{font-size:20px}
.section-projects{padding-top:38px;padding-bottom:42px}
.filters{margin-bottom:18px}
.filter{font-size:11.5px;padding:7px 16px;min-width:62px}
.projects-grid{gap:8px}
.project-overlay{inset-inline:12px;bottom:10px}
.project-overlay h3{font-size:13px}
.project-cat{font-size:10px}

/* Why choose us */
.section-why{padding:15px 0 24px}
.why-title{height:auto;margin-bottom:12px}
.why-title .eyebrow{font-size:11px}
.why-grid{gap:18px}
.why-item{gap:10px}
.why-ic .icn{width:31px;height:31px}
.why-item h4{font-size:12.5px;margin-bottom:4px}
.why-item p{font-size:10.5px;line-height:1.65}

/* Footer — intentionally larger than the previous version */
.site-footer{padding-top:34px}
.footer-grid{gap:42px;padding-bottom:28px}
.brand-footer{margin-bottom:14px}
.brand-footer .brand-badge{width:48px;height:48px}
.brand-footer .brand-text strong{font-size:20px}
.brand-footer .brand-text small{font-size:10.5px}
.footer-about{max-width:300px;margin-bottom:17px;font-size:12.2px;line-height:1.8}
.socials{gap:9px}.socials a{width:34px;height:34px;font-size:11px}
.footer-col h4{margin-bottom:14px;font-size:14px}
.footer-list{gap:10px}
.footer-list li{font-size:12px;line-height:1.5;gap:9px}
.footer-list .icn,.footer-address .icn{width:17px;height:17px}
.footer-address{font-size:12px;line-height:1.7;margin-bottom:9px;gap:9px}
.footer-sub-address{font-size:11.5px;margin-bottom:13px}
.footer-map iframe{height:150px}
.footer-bottom{padding-block:13px}
.footer-bottom-inner{font-size:10.5px}
.footer-links{gap:12px}

/* Responsive refinements for the new images and type scale */
@media (max-width:1100px){
  .main-nav a{font-size:12.5px}
  .hero-text h1{font-size:47px}.hero-tagline{font-size:24px}.hero-sub{font-size:15.5px}
  .hero-bg img{width:82%}
  .solar-content{padding:38px 30px}
  .footer-grid{gap:28px}
}

@media (max-width:860px){
  .main-nav a{font-size:14px}
  .hero{min-height:650px}
  .hero-bg img{width:100%;opacity:.72;object-position:center}
  .hero-bg::before{
    background:linear-gradient(180deg,rgba(3,16,32,.70) 0%,rgba(3,16,32,.74) 34%,rgba(3,16,32,.88) 74%,#031020 100%)
  }
  .hero-inner{grid-template-columns:1fr;direction:rtl;min-height:auto;padding-top:62px;padding-bottom:138px;text-align:center}
  .hero-text{margin:auto;text-align:center;max-width:700px}
  .hero-text::before{inset:-35px -20px;background:radial-gradient(ellipse at center,rgba(3,16,32,.56),transparent 74%)}
  .hero-sub{margin-inline:auto}.hero-actions{justify-content:center}.hero-visual{display:none}
  .solar-grid{grid-template-columns:1fr;direction:ltr}
  .solar-media{min-height:330px}
  .solar-media::after{
    background:linear-gradient(180deg,transparent 0%,transparent 58%,rgba(7,26,48,.42) 78%,#071a30 100%)
  }
  .solar-content{direction:rtl;text-align:center;padding:36px 28px 40px;background:#071a30}
  .solar-content>p{margin-inline:auto}.solar-content .btn{align-self:center}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px}
  .footer-about{max-width:380px}
}

@media (max-width:620px){
  body{font-size:15.5px}
  .brand-text strong{font-size:16px}.brand-text small{font-size:10px}
  .hero{min-height:670px}
  .hero-inner{padding-top:52px}
  .hero-text h1{font-size:38px}.hero-tagline{font-size:22px}.hero-sub{font-size:15px}
  .stats-panel{padding-inline:8px}.stat{padding-inline:8px;gap:9px}.stat-value{font-size:22px}.stat-suffix{font-size:16px}.stat-label{font-size:10px}
  .section{padding-block:44px}.section-head h2{font-size:25px}.section-lead{font-size:13px}
  .eyebrow{font-size:11px}
  .cards-grid{grid-template-columns:1fr 1fr;gap:10px}
  .service-card{min-height:205px;padding:20px 12px 16px}.service-card h3{font-size:14px}.service-card p{font-size:11.5px;min-height:58px}.card-link{font-size:11px}
  .solar-media{min-height:260px}.solar-content{padding:32px 20px 36px}.solar-content h2{font-size:25px}.solar-content>p{font-size:13px}.solar-feature small{font-size:10px}
  .filter{font-size:11px}
  .project-overlay h3{font-size:11.5px}
  .why-title .eyebrow{font-size:10.5px}.why-item h4{font-size:11.5px}.why-item p{font-size:10px}
  .footer-grid{grid-template-columns:1fr;gap:28px}.footer-about{max-width:none}.footer-col h4{font-size:14px}.footer-list li,.footer-address{font-size:12px}.footer-sub-address{font-size:11px}.footer-bottom-inner{font-size:10px}
}

@media (max-width:420px){
  .cards-grid{grid-template-columns:1fr}
  .hero-text h1{font-size:34px}.hero-tagline{font-size:20px}
  .solar-media{min-height:230px}
  .projects-grid,.why-grid{grid-template-columns:1fr}
}

/* ========================================================================
   2026-08-26 header + services refinement
   - Header logo enlarged by ~40%
   - Header height increased to accommodate the larger identity
   - Top-header slogan removed in markup (logo + company name only)
   - Services use a balanced 4-column desktop grid
   ======================================================================== */

@media (min-width:861px){
  html{scroll-padding-top:88px}
  .site-header{height:88px}
  .header-inner{height:88px;gap:24px}
  .main-nav{height:88px}

  /* 38px x 1.40 = 53.2px */
  .site-header .brand-badge{
    width:53px;
    height:53px;
    padding:5px;
  }
  .site-header .brand{
    gap:13px;
  }
  .site-header .brand-text strong{
    font-size:21px;
    line-height:1.15;
  }
  .site-header .main-nav a{
    padding-inline:13px;
  }

  /* Keep hero aligned immediately below the taller fixed header. */
  .hero{padding-top:88px}

  /* Four service cards per row on desktop. */
  .section-services .cards-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
  }
}

/* Preserve a comfortable but not oversized header on tablets/phones. */
@media (max-width:860px){
  html{scroll-padding-top:76px}
  .site-header,.header-inner{height:76px}
  .main-nav{top:76px;height:calc(100vh - 76px)}
  .site-header .brand-badge{width:44px;height:44px;padding:4px}
  .site-header .brand-text strong{font-size:17px}
  .hero{padding-top:76px}
}

@media (max-width:620px){
  .section-services .cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:380px){
  .section-services .cards-grid{grid-template-columns:1fr}
}


/* ========================================================================
   2026-08-26 restore admin-managed homepage sections
   - Training courses
   - Customers
   - Prominent Why Choose Us section
   ======================================================================== */

/* Training */
.section-training{
  background:#fff;
  border-top:1px solid #edf1f5;
}
.training-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  max-width:1080px;
  margin-inline:auto;
}
.training-card{
  display:flex;
  align-items:flex-start;
  gap:18px;
  min-height:150px;
  padding:24px;
  background:#fff;
  border:1px solid #e3e9ef;
  border-radius:16px;
  box-shadow:0 7px 24px rgba(7,43,79,.055);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.training-card:hover{
  transform:translateY(-4px);
  border-color:#bfd8ef;
  box-shadow:0 15px 32px rgba(7,43,79,.10);
}
.training-ic{
  display:grid;
  place-items:center;
  flex:0 0 58px;
  width:58px;
  height:58px;
  border-radius:15px;
  background:linear-gradient(145deg,#eef7ff,#dfefff);
  color:#0b7ff5;
}
.training-ic .icn{width:30px;height:30px;stroke-width:1.7}
.training-body{min-width:0}
.training-card h3{
  margin:1px 0 7px;
  color:#101828;
  font-size:17px;
  line-height:1.45;
  font-weight:900;
}
.training-card p{
  margin:0;
  color:#667085;
  font-size:13.5px;
  line-height:1.8;
}

/* Customers */
.section-customers{
  background:#fff;
  border-top:1px solid #edf1f5;
}
.customers-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.customer-chip{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:92px;
  padding:16px 18px;
  background:#fff;
  border:1px solid #e1e7ed;
  border-radius:14px;
  color:#344054;
  font-size:14px;
  font-weight:800;
  text-align:center;
  box-shadow:0 5px 18px rgba(7,43,79,.045);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.customer-chip:hover{
  transform:translateY(-3px);
  border-color:#b9d7f3;
  box-shadow:0 12px 26px rgba(7,43,79,.09);
}
.customer-logo{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  max-width:105px;
  height:48px;
}
.customer-logo img{
  display:block;
  max-width:105px;
  max-height:46px;
  width:auto;
  height:auto;
  object-fit:contain;
}

/* Why choose us — make it a full, clearly visible homepage section. */
.section-why{
  position:relative;
  overflow:hidden;
  padding:54px 0 58px;
  background:linear-gradient(135deg,#06172b 0%,#082744 55%,#06172b 100%);
  color:#fff;
  border:0;
}
.section-why::before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-180px;
  top:-260px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(20,139,247,.20),transparent 67%);
  pointer-events:none;
}
.section-why .why-head{
  position:relative;
  z-index:1;
  margin-bottom:30px;
}
.section-why .why-head .eyebrow{
  display:inline-block;
  margin-bottom:6px;
  color:#36a4ff;
  font-size:12px;
}
.section-why .why-head h2{
  color:#fff;
  font-size:30px;
  line-height:1.35;
}
.section-why .why-head .section-lead{
  color:#c4d2df;
  font-size:13.5px;
  max-width:720px;
}
.section-why .why-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.section-why .why-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  min-height:116px;
  padding:20px 18px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:rgba(255,255,255,.035);
  backdrop-filter:blur(2px);
}
.section-why .why-ic{
  display:grid;
  place-items:center;
  flex:0 0 48px;
  width:48px;
  height:48px;
  border-radius:13px;
  color:#32a4ff;
  background:rgba(28,145,246,.10);
  border:1px solid rgba(51,164,255,.18);
}
.section-why .why-ic .icn{width:27px;height:27px;stroke-width:1.65}
.section-why .why-item h4{
  margin:1px 0 5px;
  color:#fff;
  font-size:15px;
  line-height:1.45;
  font-weight:900;
}
.section-why .why-item p{
  margin:0;
  color:#bdcad6;
  font-size:12.2px;
  line-height:1.7;
}

@media (max-width:900px){
  .training-grid{grid-template-columns:1fr}
  .customers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .section-why .why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:620px){
  .training-card{padding:19px 16px;gap:14px;min-height:auto}
  .training-ic{width:50px;height:50px;flex-basis:50px}.training-ic .icn{width:26px;height:26px}
  .training-card h3{font-size:15px}.training-card p{font-size:12.5px}
  .customers-grid{grid-template-columns:1fr 1fr;gap:10px}
  .customer-chip{min-height:86px;padding:13px 10px;flex-direction:column;gap:7px;font-size:12px}
  .customer-logo{height:37px;max-width:92px}.customer-logo img{max-width:92px;max-height:35px}
  .section-why{padding:44px 0 48px}
  .section-why .why-head h2{font-size:25px}
  .section-why .why-head .section-lead{font-size:12.5px}
  .section-why .why-grid{grid-template-columns:1fr;gap:11px}
  .section-why .why-item{min-height:auto;padding:17px 15px}
  .section-why .why-item h4{font-size:14px}.section-why .why-item p{font-size:11.8px}
}

@media (max-width:380px){
  .customers-grid{grid-template-columns:1fr}
}

/* ========================================================================
   2026-08-30 beneficiary-requested frontend upgrade
   - Store CTA, linked statistics, detail modals, dedicated content pages
   - Real social icons, solar brand logos and larger interactive surfaces
   ======================================================================== */

/* Store CTA */
.btn-store{white-space:nowrap}

/* Three linked hero statistics */
.stats-panel{grid-template-columns:repeat(3,minmax(0,1fr))}
.stat-link{cursor:pointer;transition:background .2s ease,transform .2s ease}
.stat-link:hover{background:rgba(22,143,255,.08);transform:translateY(-1px)}
.stat-link:focus-visible{outline:2px solid #52b9ff;outline-offset:-3px;border-radius:8px}
.stat-link .stat-ic,.stat-link .stat-number,.stat-link .stat-label{pointer-events:none}

/* Buttons used as text links */
.card-link.modal-open-btn{border:0;background:transparent;cursor:pointer}
.section-actions{display:flex;justify-content:center;margin-top:28px}

/* Solar brand logos */
.solar-brand-logos{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;
  width:min(100%,560px);margin:2px 0 20px;
}
.solar-brand-logo{
  height:54px;display:flex;align-items:center;justify-content:center;padding:8px 11px;
  border:1px solid rgba(255,255,255,.12);border-radius:9px;background:rgba(255,255,255,.96);
  overflow:hidden;transition:transform .2s ease,box-shadow .2s ease
}
.solar-brand-logo:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.18)}
.solar-brand-logo img{max-height:34px;max-width:100%;width:auto;height:auto;object-fit:contain}

/* Project cards are interactive buttons */
button.project-card{display:block;width:100%;padding:0;border:0;text-align:inherit;font:inherit;color:inherit;cursor:pointer}
button.project-card:focus-visible{outline:3px solid rgba(11,127,245,.45);outline-offset:3px}
.project-cat{display:block}

/* Social platforms: only Facebook, Instagram and TikTok */
.socials{gap:12px}
.socials a{
  width:43px;height:43px;border-radius:12px;border-color:rgba(255,255,255,.13);
  background:rgba(255,255,255,.045);font:inherit;color:#fff
}
.socials a:hover{transform:translateY(-3px);background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.22)}
.socials .social-facebook{color:#3693ff}.socials .social-instagram{color:#f05a86}.socials .social-tiktok{color:#fff}
.social-icon{display:block;width:23px;height:23px}

/* Shared detail modal */
body.modal-open{overflow:hidden}
.site-modal{position:fixed;z-index:300;inset:0;display:none;align-items:center;justify-content:center;padding:24px;direction:rtl}
.site-modal.open{display:flex}
.site-modal-backdrop{position:absolute;inset:0;background:rgba(1,10,22,.78);backdrop-filter:blur(7px)}
.site-modal-dialog{
  position:relative;z-index:1;width:min(940px,100%);max-height:min(780px,calc(100vh - 48px));overflow:auto;
  background:#fff;border-radius:20px;box-shadow:0 28px 80px rgba(0,0,0,.38);overscroll-behavior:contain
}
.site-modal-close{
  position:sticky;z-index:5;top:12px;float:left;margin:12px 0 -52px 12px;width:42px;height:42px;
  border:1px solid #e3e8ee;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.95);
  color:#182230;font-size:30px;line-height:1;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.10)
}
.site-modal-close:hover{background:#f3f7fb;color:#087df0}
.site-modal-content{min-height:240px}
.detail-modal{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);min-height:480px}
.detail-modal-media,.project-modal-gallery{min-width:0;background:#071a30;overflow:hidden}
.detail-modal-media img{width:100%;height:100%;min-height:480px;object-fit:cover}
.detail-modal-placeholder{height:100%;min-height:360px;display:grid;place-items:center;background:linear-gradient(135deg,#09284a,#07172a);color:#43afff}
.detail-modal-placeholder .icn{width:86px;height:86px;stroke-width:1.2}
.detail-modal-copy{padding:54px 44px 40px;align-self:center;min-width:0}
.detail-modal-copy h2{font-size:30px;line-height:1.35;color:#101828;margin:2px 0 14px;font-weight:900}
.detail-summary{font-size:14px;line-height:1.8;color:#344054;font-weight:700;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #e8edf2}
.detail-text{font-size:14px;line-height:2;color:#5b6675;margin-bottom:24px;white-space:normal}
.project-modal-gallery{display:flex;flex-direction:column;min-height:480px}
.project-modal-main{position:relative;flex:1;min-height:380px;background:#06182f}
.project-modal-main img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.project-modal-thumbs{display:flex;gap:8px;padding:10px;background:#06182f;overflow-x:auto;direction:ltr}
.project-modal-thumb{flex:0 0 82px;width:82px;height:60px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;background:#0b2948;cursor:pointer;opacity:.68;transition:.18s ease}
.project-modal-thumb.active,.project-modal-thumb:hover{border-color:#2aa1ff;opacity:1}
.project-modal-thumb img{width:100%;height:100%;object-fit:cover}

/* Inner pages */
.inner-page{padding-top:88px;background:#f5f7fa;min-height:70vh}
.page-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#041427 0%,#082c51 100%);color:#fff}
.page-hero::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-180px;top:-270px;background:radial-gradient(circle,rgba(44,165,255,.25),transparent 68%)}
.page-hero-grid{position:relative;display:grid;grid-template-columns:.92fr 1.08fr;align-items:stretch;min-height:430px;padding-inline:0}
.page-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:64px max(34px,calc((100vw - var(--maxw))/2 + 24px)) 64px 48px;position:relative;z-index:2}
.page-hero-copy h1{font-size:48px;line-height:1.25;font-weight:900;margin:5px 0 16px}
.page-hero-copy p{font-size:16px;line-height:1.95;color:#d7e4ef;max-width:650px}
.page-hero-copy .hero-actions{margin-top:24px}
.page-hero-media{position:relative;min-height:430px;overflow:hidden}
.page-hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.page-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 45%,rgba(5,24,47,.72) 86%,#06182f 100%)}
.page-content-section{background:#f5f7fa}
.content-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:24px;align-items:start}
.content-card,.content-side-card{background:#fff;border:1px solid #e2e8ef;border-radius:18px;box-shadow:0 10px 32px rgba(7,43,79,.06)}
.prose-card{padding:38px 40px}.prose-card h2{font-size:28px;line-height:1.4;margin:3px 0 16px}.prose-text{color:#566375;font-size:15px;line-height:2.05}
.content-side-card{padding:30px;position:sticky;top:112px}.content-side-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:15px;background:#eaf5ff;color:#0b7ff5;margin-bottom:18px}.content-side-icon .icn{width:30px;height:30px}.content-side-card h3{font-size:19px;line-height:1.5;margin-bottom:10px}.content-side-card p{color:#667085;font-size:13.5px;line-height:1.85;margin-bottom:20px}
.simple-page-hero{padding:74px 0 64px;background:linear-gradient(135deg,#041427,#082c51);color:#fff;text-align:center}.simple-page-hero h1{font-size:44px;line-height:1.3;margin:5px 0 12px}.simple-page-hero p{max-width:760px;margin:auto;color:#d7e4ef;font-size:15px;line-height:1.9}

/* Training page */
.training-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.training-page-card{position:relative;display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start;padding:26px;background:#fff;border:1px solid #e1e8ef;border-radius:17px;box-shadow:0 8px 25px rgba(7,43,79,.05);overflow:hidden}
.training-page-card .training-ic{margin-top:4px}.training-page-card h2{font-size:18px;line-height:1.45;margin-bottom:8px}.training-page-card p{color:#667085;font-size:13.5px;line-height:1.85}.training-page-number{position:absolute;left:15px;top:5px;color:#e6eef6;font-size:46px;font-weight:900;line-height:1;pointer-events:none}
.empty-state{padding:50px;text-align:center;background:#fff;border:1px solid #e3e9ef;border-radius:16px;color:#667085}

/* Solar detail page */
.solar-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.solar-detail-grid .content-card{height:100%}
.solar-benefits-section{background:#fff}.solar-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.solar-benefit-card{padding:25px 18px;text-align:center;border:1px solid #e1e8ef;border-radius:15px;background:#fff}.solar-benefit-card>span{width:55px;height:55px;display:grid;place-items:center;margin:0 auto 12px;border-radius:15px;background:#eaf5ff;color:#0b7ff5}.solar-benefit-card .icn{width:30px;height:30px}.solar-benefit-card h3{font-size:15px}
.solar-brands-section{background:#f5f7fa}.solar-page-brands{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}.solar-page-brand{min-height:95px;display:flex;align-items:center;justify-content:center;padding:17px;background:#fff;border:1px solid #e0e7ee;border-radius:14px;box-shadow:0 5px 18px rgba(7,43,79,.045)}.solar-page-brand img{max-height:50px;max-width:150px;width:auto;height:auto;object-fit:contain}.solar-page-brand strong{font-size:19px;color:#344054}
.solar-projects-section{background:#fff}.solar-project-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.solar-cta{padding:50px 0;background:linear-gradient(135deg,#06172b,#0a3158);color:#fff}.solar-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.solar-cta h2{font-size:28px;margin:2px 0 8px}.solar-cta p{color:#c4d3e0;font-size:14px}.solar-cta .btn{flex:none}

/* Responsive additions */
@media (max-width:960px){
  .detail-modal{grid-template-columns:1fr}.detail-modal-media img{min-height:310px;max-height:390px}.project-modal-gallery{min-height:350px}.project-modal-main{min-height:300px}.detail-modal-copy{padding:34px 30px 38px}
  .content-layout{grid-template-columns:1fr}.content-side-card{position:static}
  .page-hero-grid{grid-template-columns:1fr}.page-hero-copy{order:2;padding:42px 28px 48px;text-align:center}.page-hero-copy p{margin:auto}.page-hero-copy .hero-actions{justify-content:center}.page-hero-media{min-height:300px}.page-hero-media::after{background:linear-gradient(180deg,transparent 48%,#06182f 100%)}
  .solar-detail-grid{grid-template-columns:1fr}.solar-benefits-grid{grid-template-columns:repeat(2,1fr)}.solar-page-brands{grid-template-columns:repeat(3,1fr)}.solar-project-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:860px){
  .inner-page{padding-top:76px}
  .stats-panel{grid-template-columns:repeat(3,minmax(0,1fr))}.stat{padding-inline:8px}.stat:nth-child(-n+2){border-bottom:0}.stat:nth-child(2)::after{display:block}
  .solar-brand-logos{margin-inline:auto}
}

@media (max-width:700px){
  .site-modal{padding:12px}.site-modal-dialog{max-height:calc(100vh - 24px);border-radius:15px}.site-modal-close{top:8px;margin:8px 0 -48px 8px;width:39px;height:39px}.detail-modal-copy{padding:30px 20px 28px}.detail-modal-copy h2{font-size:24px}.detail-text{font-size:13px;line-height:1.9}.detail-modal-media img{min-height:240px;max-height:290px}.project-modal-gallery{min-height:0}.project-modal-main{min-height:245px}
  .training-page-grid{grid-template-columns:1fr}.simple-page-hero{padding:56px 0 48px}.simple-page-hero h1{font-size:34px}
  .prose-card{padding:28px 22px}.prose-card h2{font-size:24px}.prose-text{font-size:14px}.content-side-card{padding:24px 22px}
  .solar-cta-inner{flex-direction:column;text-align:center}.solar-cta h2{font-size:24px}
}

@media (max-width:620px){
  .stats-panel{padding:10px 3px}.stat{flex-direction:column;gap:3px;text-align:center;padding:7px 3px}.stat:not(:last-child)::after{display:block;top:12%;height:76%}.stat-number{justify-content:center}.stat-ic .icn{width:26px;height:26px}.stat-value{font-size:20px}.stat-suffix{font-size:14px}.stat-label{font-size:9.5px;white-space:normal;line-height:1.35}
  .solar-brand-logos{grid-template-columns:repeat(2,1fr);gap:8px}.solar-brand-logo{height:50px}.solar-brand-logo img{max-height:31px}
  .section-actions .btn{width:100%;max-width:340px}
  .socials a{width:42px;height:42px}.social-icon{width:22px;height:22px}
  .page-hero-copy h1{font-size:34px}.page-hero-copy p{font-size:14px}.page-hero-media{min-height:240px}
  .solar-benefits-grid{grid-template-columns:1fr 1fr}.solar-page-brands{grid-template-columns:repeat(2,1fr)}.solar-project-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:420px){
  .solar-benefits-grid,.solar-page-brands,.solar-project-grid{grid-template-columns:1fr}
  .training-page-card{grid-template-columns:1fr;padding:22px}.training-page-card .training-ic{margin:0}.training-page-number{font-size:38px}
}

/* 2026-08-30 interaction polish: the whole service card opens its details. */
button.service-card{
  width:100%;border:1px solid var(--border);font:inherit;color:inherit;text-align:center;cursor:pointer;
}
button.service-card:focus-visible{outline:3px solid rgba(11,127,245,.38);outline-offset:3px}
button.service-card .card-link{display:inline-flex;align-items:center;justify-content:center}

/* ========================================================================
   2026-08-31 readability + solar marquee + square service modal imagery
   ======================================================================== */

/* Global readability: the previous compact scale was too small for the client. */
body{font-size:17px}
.btn{font-size:15px}
.btn-sm{font-size:14px}
.main-nav a{font-size:15px}
.btn-quote{font-size:14px}
.brand-text strong{font-size:21px}

.hero-sub{font-size:17px}
.stat-value{font-size:29px}
.stat-suffix{font-size:21px}
.stat-label{font-size:13px;line-height:1.45}
.eyebrow{font-size:13px}
.section-head h2{font-size:32px}
.section-lead{font-size:15px;line-height:1.85}

.service-card h3{font-size:17px}
.service-card p{font-size:14px;line-height:1.75;min-height:72px}
.card-link{font-size:13.5px}
.solar-content h2{font-size:32px}
.solar-content>p{font-size:15.5px;line-height:1.9}
.solar-feature small{font-size:12.5px;line-height:1.55}
.filter{font-size:13px}
.project-overlay h3{font-size:13px}
.project-cat{font-size:11px}
.training-card h3{font-size:18px}
.training-card p{font-size:15px}
.customer-chip{font-size:15px}
.section-why .why-head .eyebrow{font-size:13px}
.section-why .why-head h2{font-size:32px}
.section-why .why-head .section-lead{font-size:15px}
.section-why .why-item h4{font-size:16px}
.section-why .why-item p{font-size:14px;line-height:1.75}

.footer-about{font-size:14px;line-height:1.85;max-width:330px}
.footer-col h4{font-size:16px}
.footer-list li{font-size:13.5px;line-height:1.6}
.footer-address{font-size:13.5px;line-height:1.75}
.footer-sub-address{font-size:13px}
.footer-bottom-inner{font-size:12px}
.socials a{width:46px;height:46px}
.social-icon{width:25px;height:25px}

/* Dedicated pages */
.page-hero-copy p{font-size:17px}
.prose-card h2{font-size:30px}
.prose-text{font-size:16.5px;line-height:2.05}
.content-side-card h3{font-size:20px}
.content-side-card p{font-size:15px}
.simple-page-hero p{font-size:16px}
.training-page-card h2{font-size:20px}
.training-page-card p{font-size:15px}
.solar-benefit-card h3{font-size:16px}
.solar-page-brand strong{font-size:20px}
.solar-cta p{font-size:15px}

/* Homepage solar partners: all active Solar brands from admin, continuous marquee. */
.solar-marquee-window{
  position:relative;
  width:min(100%,620px);
  margin:4px 0 22px;
  overflow:hidden;
  direction:ltr;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
}
.solar-marquee-track{
  display:flex;
  width:max-content;
  will-change:transform;
  animation:solarBrandsMarquee 32s linear infinite;
}
.solar-marquee-group{
  display:flex;
  align-items:center;
  gap:12px;
  padding-inline-end:12px;
  flex:none;
}
.solar-marquee-logo{
  flex:0 0 118px;
  width:118px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;
  background:rgba(255,255,255,.97);
  box-shadow:0 5px 16px rgba(0,0,0,.12);
}
.solar-marquee-logo img{display:block;max-width:96px;max-height:38px;width:auto;height:auto;object-fit:contain}
.solar-marquee-logo strong{font-size:15px;color:#24364a;white-space:nowrap}
@keyframes solarBrandsMarquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media (prefers-reduced-motion:reduce){.solar-marquee-track{animation-play-state:paused}}

/* Service images are uploaded as square artwork and must never be cropped. */
.service-detail-modal{align-items:center}
.service-detail-modal .detail-modal-media{
  width:100%;
  aspect-ratio:1/1;
  min-height:0;
  align-self:center;
  display:grid;
  place-items:center;
  padding:16px;
  background:#fff;
}
.service-detail-modal .detail-modal-media img{
  position:static;
  width:100%;
  height:100%;
  min-height:0;
  max-height:none;
  object-fit:contain;
  object-position:center;
}
.detail-modal-copy h2{font-size:32px}
.detail-summary{font-size:15.5px}
.detail-text{font-size:16px;line-height:2}

@media (max-width:860px){
  .main-nav a{font-size:15px}
  .solar-marquee-window{margin-inline:auto}
}

@media (max-width:700px){
  body{font-size:16px}
  .hero-sub{font-size:15.5px}
  .section-head h2{font-size:27px}
  .section-lead{font-size:14px}
  .service-card h3{font-size:15.5px}
  .service-card p{font-size:13px;min-height:68px}
  .card-link{font-size:12.5px}
  .stat-label{font-size:11.5px}
  .solar-content h2{font-size:27px}
  .solar-content>p{font-size:14.5px}
  .solar-feature small{font-size:12px}
  .project-overlay h3{font-size:12px}
  .training-card h3{font-size:16px}
  .training-card p{font-size:14px}
  .section-why .why-head h2{font-size:27px}
  .section-why .why-head .section-lead{font-size:14px}
  .section-why .why-item h4{font-size:15px}
  .section-why .why-item p{font-size:13px}
  .footer-about{font-size:13.5px}
  .footer-col h4{font-size:15px}
  .footer-list li,.footer-address{font-size:13px}
  .footer-sub-address{font-size:12.5px}
  .footer-bottom-inner{font-size:11.5px}
  .detail-modal-copy h2{font-size:26px}
  .detail-text{font-size:14.5px;line-height:1.95}
  .service-detail-modal .detail-modal-media{padding:10px;aspect-ratio:1/1}
  .service-detail-modal .detail-modal-media img{min-height:0;max-height:none}
  .page-hero-copy p{font-size:15.5px}
  .prose-text{font-size:15px}
  .training-page-card p{font-size:14px}
}

@media (max-width:620px){
  .solar-marquee-logo{flex-basis:104px;width:104px;height:54px;padding:7px 9px}
  .solar-marquee-logo img{max-width:86px;max-height:34px}
  .solar-marquee-track{animation-duration:27s}
  .stat-value{font-size:22px}.stat-suffix{font-size:16px}
}

/* ========================================================================
   2026-08-31 solar homepage strip correction
   Preserve the original solar section layout; only the partner logos move.
   ======================================================================== */
.solar-grid,
.solar-media,
.solar-content{min-width:0}

.solar-marquee-window{
  position:relative;
  display:block;
  width:min(100%,560px);
  max-width:560px;
  min-width:0;
  margin:2px 0 20px;
  overflow:hidden;
  direction:ltr;
  contain:inline-size;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%);
}
.solar-marquee-track{
  display:flex;
  align-items:center;
  width:max-content;
  min-width:max-content;
  transform:translate3d(0,0,0);
  will-change:transform;
  animation:solarBrandsMarqueeFixed 34s linear infinite;
}
.solar-marquee-group{
  display:flex;
  align-items:center;
  gap:10px;
  padding-inline-end:10px;
  flex:0 0 auto;
}
/* Reuse the exact visual treatment of the former four static logo boxes. */
.solar-marquee-item{
  flex:0 0 132.5px;
  width:132.5px;
  height:54px;
}
.solar-marquee-item strong{
  font-size:17px;
  color:#344054;
  white-space:nowrap;
}
@keyframes solarBrandsMarqueeFixed{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@media (prefers-reduced-motion:reduce){
  .solar-marquee-track{animation:none}
}
@media (max-width:860px){
  .solar-marquee-window{margin-inline:auto}
}
@media (max-width:620px){
  .solar-marquee-item{flex-basis:118px;width:118px;height:50px;padding:7px 10px}
  .solar-marquee-item img{max-height:31px}
  .solar-marquee-track{animation-duration:28s}
}


/* =========================================================
   UFUQ ALMOSUL — 2026-09-05
   تكبير الخطوط في جميع الصفحات
   ========================================================= */

body{font-size:17px !important}

/* Header */
.site-header .brand-text strong{font-size:22px !important}
.site-header .brand-text small{font-size:12px !important}
.site-header .main-nav a{font-size:15px !important}
.btn-quote{font-size:13px !important}

/* Buttons */
.btn{font-size:15px !important}
.btn-sm{font-size:13.5px !important}

/* Hero */
.hero-text h1{font-size:clamp(44px,4.2vw,60px) !important}
.hero-tagline{font-size:clamp(23px,2.1vw,29px) !important}
.hero-sub{font-size:18px !important}

/* Sections */
.eyebrow{font-size:13px !important}
.section-head h2{font-size:32px !important}
.section-lead{font-size:16px !important}

/* Statistics */
.stat-value{font-size:29px !important}
.stat-suffix{font-size:20px !important}
.stat-label{font-size:14px !important}

/* Services */
.service-card h3{font-size:17px !important}
.service-card p{font-size:14px !important}
.card-link{font-size:13.5px !important}

/* Solar */
.solar-content h2{font-size:32px !important}
.solar-content>p{font-size:16px !important}
.solar-feature small{font-size:13.5px !important}
.solar-brand-line strong{font-size:29px !important}

/* Brands */
.brand-item{font-size:21px !important}

/* Projects */
.filter{font-size:13px !important}
.project-overlay h3{font-size:15px !important}
.project-cat{font-size:11px !important}

/* Training */
.training-card h3{font-size:19px !important}
.training-card p{font-size:15px !important}
.customer-chip{font-size:16px !important}

/* Why choose */
.section-why .why-head h2{font-size:32px !important}
.section-why .why-head .section-lead{font-size:15px !important}
.section-why .why-item h4{font-size:17px !important}
.section-why .why-item p{font-size:14px !important}

/* Inner pages */
.page-hero-copy h1{font-size:clamp(32px,3vw,44px) !important}
.page-hero-copy p{font-size:17px !important}
.prose-text{font-size:17px !important;line-height:2 !important}
.detail-modal-copy h2{font-size:31px !important}
.detail-text{font-size:17px !important;line-height:2 !important}

/* Footer */
.footer-about{font-size:14px !important}
.footer-col h4{font-size:17px !important}
.footer-list li,.footer-address{font-size:14px !important}
.footer-sub-address{font-size:13px !important}
.footer-bottom-inner{font-size:12px !important}

/* Mobile */
@media (max-width:700px){
  body{font-size:16px !important}
  .site-header .main-nav a{font-size:15px !important}
  .hero-text h1{font-size:40px !important}
  .hero-tagline{font-size:23px !important}
  .hero-sub{font-size:16px !important}
  .section-head h2{font-size:29px !important}
  .section-lead{font-size:15px !important}
  .eyebrow{font-size:12px !important}
  .btn{font-size:15px !important}
  .stat-value{font-size:25px !important}
  .stat-suffix{font-size:17px !important}
  .stat-label{font-size:12px !important}
  .service-card h3{font-size:16px !important}
  .service-card p{font-size:13px !important}
  .card-link{font-size:12.5px !important}
  .solar-content h2{font-size:29px !important}
  .solar-content>p{font-size:15px !important}
  .solar-feature small{font-size:12.5px !important}
  .filter{font-size:13px !important}
  .project-overlay h3{font-size:13px !important}
  .training-card h3{font-size:17px !important}
  .training-card p{font-size:14px !important}
  .customer-chip{font-size:14px !important}
  .section-why .why-head h2{font-size:29px !important}
  .section-why .why-head .section-lead{font-size:14px !important}
  .section-why .why-item h4{font-size:15px !important}
  .section-why .why-item p{font-size:13px !important}
  .page-hero-copy h1{font-size:29px !important}
  .page-hero-copy p,.prose-text{font-size:16px !important}
  .detail-modal-copy h2{font-size:28px !important}
  .detail-text{font-size:16px !important}
  .footer-about{font-size:14px !important}
  .footer-col h4{font-size:16px !important}
  .footer-list li,.footer-address{font-size:13.5px !important}
  .footer-sub-address{font-size:12.5px !important}
  .footer-bottom-inner{font-size:11.5px !important}
}

@media (max-width:420px){
  .hero-text h1{font-size:37px !important}
  .hero-tagline{font-size:21px !important}
  .section-head h2{font-size:27px !important}
  .service-card h3{font-size:15.5px !important}
  .service-card p{font-size:13px !important}
}



/* =========================================================
   UFUQ ALMOSUL — تكبير جميع العناوين الصغيرة الزرقاء
   مثل: خدماتنا، علامات نعمل معها، الدورات التدريبية، عملاؤنا
   ========================================================= */

.eyebrow,
.section-head .eyebrow,
.center.eyebrow{
    font-size:18px !important;
    font-weight:800 !important;
    line-height:1.5 !important;
}

@media (max-width:700px){
    .eyebrow,
    .section-head .eyebrow,
    .center.eyebrow{
        font-size:16px !important;
    }
}


/* =========================================================
   UFUQ ALMOSUL — FINAL FONT SIZE FOR ABOUT + SOLAR PAGES
   تكبير الخطوط والعناوين في صفحات: من نحن + الطاقة الشمسية
   ========================================================= */

/* ---------- صفحة من نحن ---------- */
.about-page .about-full-copy .eyebrow{
    font-size:18px !important;
    font-weight:800 !important;
    line-height:1.5 !important;
}

.about-page .about-full-copy h1{
    font-size:44px !important;
    line-height:1.35 !important;
}

.about-page .about-full-copy p{
    font-size:18px !important;
    line-height:2 !important;
}

.about-page .prose-card .eyebrow{
    font-size:18px !important;
    font-weight:800 !important;
}

.about-page .prose-card h2{
    font-size:30px !important;
    line-height:1.5 !important;
}

.about-page .prose-text{
    font-size:17px !important;
    line-height:2 !important;
}

/* ---------- صفحة الطاقة الشمسية ---------- */
.solar-page .solar-full-content .eyebrow{
    font-size:18px !important;
    font-weight:800 !important;
    line-height:1.5 !important;
}

.solar-page .solar-full-content h2{
    font-size:44px !important;
    line-height:1.35 !important;
}

.solar-page .solar-full-content>p{
    font-size:18px !important;
    line-height:2 !important;
}

.solar-page .solar-experience-full .eyebrow{
    font-size:18px !important;
    font-weight:800 !important;
}

.solar-page .solar-experience-full .prose-text{
    font-size:18px !important;
    line-height:2 !important;
}

.solar-page .section-head .eyebrow{
    font-size:18px !important;
    font-weight:800 !important;
}

.solar-page .section-head h2{
    font-size:32px !important;
}

.solar-page .section-lead{
    font-size:16px !important;
}

/* ---------- موبايل ---------- */
@media (max-width:700px){
    .about-page .about-full-copy .eyebrow,
    .about-page .prose-card .eyebrow,
    .solar-page .solar-full-content .eyebrow,
    .solar-page .solar-experience-full .eyebrow,
    .solar-page .section-head .eyebrow{
        font-size:16px !important;
    }

    .about-page .about-full-copy h1{
        font-size:34px !important;
    }

    .about-page .about-full-copy p{
        font-size:16px !important;
        line-height:1.95 !important;
    }

    .about-page .prose-card h2{
        font-size:27px !important;
    }

    .about-page .prose-text{
        font-size:16px !important;
        line-height:1.95 !important;
    }

    .solar-page .solar-full-content h2{
        font-size:32px !important;
    }

    .solar-page .solar-full-content>p{
        font-size:16px !important;
        line-height:1.95 !important;
    }

    .solar-page .solar-experience-full .prose-text{
        font-size:16px !important;
        line-height:1.95 !important;
    }

    .solar-page .section-head h2{
        font-size:29px !important;
    }

    .solar-page .section-lead{
        font-size:15px !important;
    }
}

@media (max-width:420px){
    .about-page .about-full-copy h1{
        font-size:31px !important;
    }

    .solar-page .solar-full-content h2{
        font-size:29px !important;
    }

    .about-page .prose-card h2,
    .solar-page .section-head h2{
        font-size:27px !important;
    }
}
