
:root{--brand:#0b9360;--brand2:#10b981;--navy:#082c25;--ink:#102a24;--muted:#64746f;--cream:#f5faf8;--white:#fff;--line:#dcebe5;--shadow:0 20px 60px rgba(7,45,37,.12);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Tajawal,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.75}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.topbar{background:var(--navy);color:#dff8ed;font-size:13px}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:7px 0}.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,235,229,.9)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;direction:ltr;font-weight:900;font-size:26px;color:var(--brand)}.logo img{width:40px;margin-right:8px}.logo span{color:var(--navy)}.menu{display:flex;align-items:center;gap:26px;font-weight:700;font-size:14px}.menu a{position:relative;padding:27px 0}.menu a:after{content:"";position:absolute;right:0;bottom:18px;width:0;height:3px;border-radius:5px;background:var(--brand);transition:.25s}.menu a:hover:after,.menu a.active:after{width:100%}.wa-btn,.primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;padding:12px 20px;border-radius:12px;font-weight:800;box-shadow:0 12px 28px rgba(11,147,96,.22)}.menu-toggle{display:none;border:0;background:#eef8f4;width:44px;height:44px;border-radius:12px;font-size:23px}.hero{position:relative;min-height:650px;background:linear-gradient(90deg,rgba(5,35,29,.92),rgba(5,35,29,.62)),url('hero-workers.jpg') center/cover;display:flex;align-items:center;color:#fff;overflow:hidden}.hero:after{content:"";position:absolute;width:520px;height:520px;border:80px solid rgba(16,185,129,.10);border-radius:50%;left:-200px;top:-170px}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;padding:70px 0}.eyebrow{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);padding:7px 14px;border-radius:999px;font-size:14px;font-weight:700}.hero h1{font-size:56px;line-height:1.25;margin:20px 0 16px;font-weight:900}.hero h1 em{color:#54e3a8;font-style:normal}.hero-copy{font-size:19px;color:#dceee8;max-width:650px}.hero-actions{display:flex;gap:14px;margin-top:28px}.ghost-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border:1px solid rgba(255,255,255,.35);border-radius:12px;font-weight:800;background:rgba(255,255,255,.08)}.trust-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:32px;color:#e4f7f0;font-size:14px}.lead-card{background:rgba(255,255,255,.98);color:var(--ink);border-radius:var(--radius);padding:30px;box-shadow:0 30px 80px rgba(0,0,0,.25)}.lead-card h2{margin:0;font-size:26px}.lead-card>p{margin:2px 0 20px;color:var(--muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field.full{grid-column:1/-1}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:#fafeFC;border-radius:12px;padding:13px 14px;font:inherit;outline:none}.field textarea{min-height:85px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(11,147,96,.08)}.submit{width:100%;border:0;cursor:pointer;margin-top:10px;font:inherit}.section{padding:90px 0}.soft{background:var(--cream)}.section-head{text-align:center;max-width:700px;margin:0 auto 42px}.section-head .tag{color:var(--brand);font-weight:900;font-size:14px}.section-head h2{font-size:38px;line-height:1.35;margin:8px 0 10px}.section-head p{color:var(--muted);margin:0}.country-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.country{background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;text-align:center;box-shadow:0 10px 30px rgba(7,45,37,.06);transition:.25s}.country:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.flag{font-size:44px}.country h3{margin:10px 0 3px;font-size:20px}.country p{margin:0;color:var(--muted);font-size:14px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.service-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 12px 36px rgba(7,45,37,.07);transition:.25s;display:flex;flex-direction:column;height:100%}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.service-card img{width:100%;aspect-ratio:16/10;height:auto;object-fit:cover;object-position:center;display:block;background:#eaf4f0}.service-body{padding:20px;display:flex;flex-direction:column;flex:1}.service-body h3{margin:0 0 6px;font-size:19px}.service-body p{margin:0 0 14px;color:var(--muted);font-size:14px;flex:1}.more{color:var(--brand);font-weight:900}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature{padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff}.feature .icon{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:#e9f9f2;font-size:25px}.feature h3{margin:16px 0 6px}.feature p{margin:0;color:var(--muted);font-size:14px}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:step}.step{position:relative;padding:26px;border-radius:20px;background:#fff;border:1px solid var(--line)}.step:before{counter-increment:step;content:"0" counter(step);font-size:38px;font-weight:900;color:#d9efe6}.step h3{margin:8px 0 5px}.step p{margin:0;color:var(--muted);font-size:14px}.cta{background:linear-gradient(135deg,var(--navy),#0b493b);color:#fff;border-radius:28px;padding:44px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{margin:0 0 7px;font-size:34px}.cta p{margin:0;color:#d2eee4}.inner-hero{background:linear-gradient(135deg,var(--navy),#0a493b);color:#fff;padding:90px 0}.inner-hero .container{max-width:900px;text-align:center}.inner-hero h1{font-size:48px;margin:10px 0}.inner-hero p{font-size:18px;color:#d9eee7;margin:0}.content-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:center}.content-grid>img{border-radius:26px;box-shadow:var(--shadow);width:100%;height:auto;aspect-ratio:16/11;object-fit:cover;object-position:center;display:block;background:#eaf4f0}.content h2{font-size:36px;line-height:1.4;margin:0 0 12px}.content p{color:var(--muted)}.checklist{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0}.check{background:#f2faf7;padding:12px 14px;border-radius:12px;font-weight:700}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px}.contact-info,.contact-form{border:1px solid var(--line);border-radius:24px;padding:30px;background:#fff;box-shadow:0 12px 40px rgba(7,45,37,.06)}.contact-item{padding:17px 0;border-bottom:1px solid var(--line)}.contact-item:last-child{border:0}.footer{background:#061f1a;color:#d7e9e3;padding:60px 0 18px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:35px}.footer h3{color:#fff;margin-top:0}.footer p,.footer a{color:#abc7be;font-size:14px}.footer a{display:block;margin:8px 0}.copy{border-top:1px solid rgba(255,255,255,.1);text-align:center;margin-top:35px;padding-top:18px;font-size:13px;color:#8baaa0}.float-wa{position:fixed;left:22px;bottom:22px;z-index:90;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:28px;box-shadow:0 12px 35px rgba(0,0,0,.22)}
@media(max-width:1000px){.menu{display:none;position:absolute;top:78px;right:4%;left:4%;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.menu.open{display:flex}.menu a{padding:10px}.menu a:after{display:none}.menu-toggle{display:block}.nav>.wa-btn{display:none}.hero-grid,.content-grid,.contact-grid{grid-template-columns:1fr}.hero h1{font-size:45px}.service-grid,.why-grid,.country-grid,.process{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.lead-card{max-width:620px}.hero{min-height:auto}}
@media(max-width:620px){.topbar{display:none}.nav{height:68px}.logo{font-size:22px}.hero-grid{padding:50px 0}.hero h1,.inner-hero h1{font-size:34px}.hero-copy{font-size:16px}.hero-actions{flex-direction:column}.form-grid,.service-grid,.why-grid,.country-grid,.process,.checklist,.footer-grid{grid-template-columns:1fr}.section{padding:62px 0}.section-head h2,.content h2{font-size:29px}.cta{padding:28px;display:block}.cta h2{font-size:27px}.cta .wa-btn{margin-top:18px}.content-grid>img{aspect-ratio:4/3;height:auto}}

/* Professional image alignment */
.service-card .img-construction{object-position:center 48%}
.service-card .img-hospital{object-position:center 42%}
.service-card .img-hospitality{object-position:center 45%}
.service-card .img-drivers{object-position:center 55%}
.service-card .img-factory{object-position:center 48%}
.service-card .img-security{object-position:center 42%}
.content-grid>.img-office{object-position:center 45%}
.content-grid>.img-construction{object-position:center 48%}
.content-grid>.img-hospital{object-position:center 42%}
.content-grid>.img-hospitality{object-position:center 45%}
.content-grid>.img-drivers{object-position:center 55%}
.content-grid>.img-factory{object-position:center 48%}
.content-grid>.img-security{object-position:center 42%}
@media(max-width:1000px) and (min-width:621px){.service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.service-grid{grid-template-columns:1fr;gap:18px}.service-card img{aspect-ratio:16/9}.content-grid>img{aspect-ratio:16/10}}

/* Homepage V2 */
button{font-family:inherit}.hero-v2{min-height:690px;background:linear-gradient(135deg,#062b24 0%,#0a493a 55%,#0b6a4d 100%);isolation:isolate}.hero-v2:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(78,225,164,.16),transparent 30%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,48px 48px,48px 48px;z-index:-1}.hero-v2-grid{display:grid;grid-template-columns:1fr .95fr;gap:80px;align-items:center;padding:78px 0}.hero-v2-copy h1{font-size:62px;margin:20px 0 16px;line-height:1.16}.hero-v2-copy h1 em{font-style:normal;color:#66ecb2}.hero-v2-copy>p{font-size:19px;color:#d8eee6;max-width:650px}.hero-proof{display:flex;gap:38px;margin-top:42px}.hero-proof div{display:flex;flex-direction:column}.hero-proof b{font-size:28px;color:#fff}.hero-proof span{font-size:13px;color:#b8d8cc}.hero-visual{position:relative;min-height:520px}.hero-photo{position:absolute;inset:20px 0 0 20px;border-radius:42px 42px 160px 42px;background:linear-gradient(180deg,transparent 45%,rgba(4,31,25,.3)),url('hero-workers.jpg') center/cover;box-shadow:0 35px 90px rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.15)}.hero-photo:before{content:"";position:absolute;inset:-18px 18px 18px -18px;border:1px solid rgba(102,236,178,.35);border-radius:42px 42px 160px 42px;z-index:-1}.floating-card{position:absolute;display:flex;align-items:center;gap:12px;background:#fff;color:var(--ink);padding:14px 16px;border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.24);min-width:210px}.floating-card>span{width:42px;height:42px;border-radius:12px;background:#e8faf2;color:var(--brand);display:grid;place-items:center;font-weight:900}.floating-card div{display:flex;flex-direction:column}.floating-card small{color:var(--muted)}.fc-one{right:-35px;top:85px}.fc-two{left:-25px;bottom:55px}.sector-strip{background:#fff;border-bottom:1px solid var(--line)}.sector-strip-grid{display:grid;grid-template-columns:1.3fr repeat(6,1fr);align-items:center;gap:12px;padding:22px 0;text-align:center}.sector-strip span{color:var(--muted)}.sector-strip b{font-size:14px}.split-head{display:flex;justify-content:space-between;align-items:end;text-align:right;max-width:none}.split-head p{max-width:480px}.modern-services{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.modern-service{position:relative;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;min-height:390px;box-shadow:0 14px 40px rgba(7,45,37,.07);transition:.3s}.modern-service:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.modern-service-img{height:215px;overflow:hidden;background:#edf7f3}.modern-service-img img{width:100%;height:100%;object-fit:cover;transition:.45s}.modern-service:hover img{transform:scale(1.055)}.modern-service-content{padding:22px;position:relative}.service-number{position:absolute;left:20px;top:20px;color:#c5ddd4;font-weight:900;font-size:22px}.modern-service h3{font-size:21px;margin:0 0 8px;padding-left:45px}.modern-service p{color:var(--muted);font-size:14px;margin:0 0 15px}.service-link{color:var(--brand);font-weight:900}.dark-section{background:#072c25;color:#fff;position:relative;overflow:hidden}.dark-section:after{content:"";position:absolute;width:480px;height:480px;border-radius:50%;border:90px solid rgba(79,221,160,.06);left:-190px;bottom:-280px}.why-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center;position:relative;z-index:1}.why-copy h2{font-size:42px;line-height:1.35;margin:10px 0 16px}.why-copy p{color:#c7e0d7}.light-tag{color:#66ecb2}.why-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}.why-cards article{padding:24px;border-radius:20px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11)}.why-cards article span{color:#66ecb2;font-weight:900}.why-cards h3{margin:10px 0 4px}.why-cards p{margin:0;color:#bad6cc;font-size:14px}.country-v2 .country{text-align:right;position:relative;overflow:hidden;padding:28px}.country-v2 .flag{font-size:50px}.country-v2 .country:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;background:#effaf6;left:-35px;bottom:-45px}.cta-v2{padding:54px 58px}.cta-v2>div span{color:#65e7ad;font-weight:800}.cta-v2 h2{font-size:38px;margin:6px 0}.request-modal{position:fixed;inset:0;z-index:300;display:none;align-items:center;justify-content:center;padding:20px}.request-modal.open{display:flex}.request-backdrop{position:absolute;inset:0;background:rgba(2,21,17,.72);backdrop-filter:blur(8px)}.request-dialog{position:relative;width:min(650px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:26px;padding:34px;box-shadow:0 35px 100px rgba(0,0,0,.35)}.request-dialog h2{font-size:30px;margin:4px 0}.request-dialog>p{color:var(--muted);margin-top:0}.modal-close{position:absolute;left:18px;top:16px;width:40px;height:40px;border:0;border-radius:50%;background:#eff7f4;font-size:25px;cursor:pointer}.request-modal .submit{margin-top:16px}.float-wa{border:0;cursor:pointer}
@media(max-width:1000px){.hero-v2-grid,.why-layout{grid-template-columns:1fr}.hero-v2-grid{gap:25px}.hero-visual{min-height:440px;max-width:650px}.modern-services{grid-template-columns:repeat(2,1fr)}.sector-strip-grid{grid-template-columns:repeat(4,1fr)}.sector-strip-grid span{grid-column:1/-1}.split-head{display:block;text-align:center}.split-head p{margin:auto}.hero-v2-copy h1{font-size:50px}.fc-one{right:15px}.fc-two{left:10px}}
@media(max-width:620px){.hero-v2-grid{padding:48px 0}.hero-v2-copy h1{font-size:38px}.hero-v2-copy>p{font-size:16px}.hero-proof{gap:18px;justify-content:space-between}.hero-proof b{font-size:23px}.hero-visual{min-height:340px}.hero-photo{inset:10px 0 0 0;border-radius:28px 28px 90px 28px}.floating-card{min-width:170px;padding:10px;font-size:12px}.floating-card>span{width:35px;height:35px}.fc-one{top:30px;right:8px}.fc-two{bottom:22px;left:5px}.sector-strip-grid{grid-template-columns:repeat(2,1fr)}.modern-services,.why-cards{grid-template-columns:1fr}.modern-service{min-height:auto}.modern-service-img{height:205px}.why-copy h2{font-size:31px}.cta-v2{padding:30px}.cta-v2 h2{font-size:29px}.request-dialog{padding:28px 20px}.hero-actions button,.hero-actions a{width:100%}}

/* V3: refined service cards and cleaned photography */
#services{background:linear-gradient(180deg,#ffffff 0%,#f5faf8 100%)}
#services .split-head{margin-bottom:38px;padding-bottom:24px;border-bottom:1px solid #dfece7}
#services .split-head h2{font-size:42px;letter-spacing:-.5px;margin:8px 0 0}
#services .split-head p{line-height:1.9}
.modern-services{gap:26px}
.modern-service{min-height:420px;border-radius:26px;border:1px solid #dbeae4;box-shadow:0 12px 35px rgba(7,45,37,.075);display:flex;flex-direction:column}
.modern-service:before{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.65);pointer-events:none;z-index:3}
.modern-service:hover{transform:translateY(-9px);border-color:#b8dfd0;box-shadow:0 24px 55px rgba(7,45,37,.14)}
.modern-service-img{height:230px;position:relative;background:#dfece7}
.modern-service-img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(4,39,31,.34) 100%);pointer-events:none}
.modern-service-img img{display:block;filter:saturate(.9) contrast(1.03)}
.modern-service:hover .modern-service-img img{transform:scale(1.07);filter:saturate(1.04) contrast(1.06)}
.modern-service-content{padding:25px 24px 24px;display:flex;flex-direction:column;flex:1}
.service-number{position:static;display:inline-grid;place-items:center;width:44px;height:30px;border-radius:999px;background:#eaf8f2;color:#0b9b6a;font-size:13px;margin-bottom:14px;direction:ltr}
.modern-service h3{font-size:20px;margin:0 0 10px;padding:0;line-height:1.45}
.modern-service p{font-size:14px;line-height:1.85;margin-bottom:18px;min-height:52px}
.service-link{margin-top:auto;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e4eee9;padding-top:16px;font-size:14px}
.service-link:after{content:"↗";direction:ltr;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e8f8f1;transition:.3s}
.modern-service:hover .service-link:after{background:#0aa36f;color:#fff;transform:translate(-3px,-2px)}
@media(max-width:1000px){#services .split-head h2{font-size:36px}.modern-service-img{height:220px}}
@media(max-width:620px){#services .split-head{margin-bottom:25px}#services .split-head h2{font-size:30px}.modern-service{min-height:auto}.modern-service-img{height:215px}.modern-service p{min-height:auto}}

/* V4 clean professional service cards */
#services{background:linear-gradient(180deg,#fff 0%,#f7fbf9 100%)}
.modern-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.modern-service{border-radius:22px;background:#fff;border:1px solid #dcebe5;overflow:hidden;box-shadow:0 12px 36px rgba(7,45,37,.07);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;min-height:445px}
.modern-service:hover{transform:translateY(-8px);box-shadow:0 24px 60px rgba(7,45,37,.15);border-color:#aedcca}
.modern-service-img{height:235px;position:relative;overflow:hidden;background:#eaf4f0}
.modern-service-img:after{content:none}
.modern-service-img img{width:100%;height:100%;object-fit:cover;object-position:center;filter:none;transition:transform .55s ease}
.modern-service:hover .modern-service-img img{transform:scale(1.055);filter:none}
.service-icon{position:absolute;right:22px;bottom:-26px;z-index:4;width:58px;height:58px;display:grid;place-items:center;border-radius:17px;background:linear-gradient(135deg,#0b9360,#10b981);color:#fff;font-size:27px;border:4px solid #fff;box-shadow:0 10px 24px rgba(11,147,96,.25)}
.modern-service-content{padding:42px 24px 24px;display:flex;flex-direction:column;flex:1}
.modern-service h3{font-size:21px;line-height:1.45;margin:0 0 9px;color:#082c25}
.modern-service p{font-size:14px;line-height:1.9;color:#687a74;margin:0 0 18px;min-height:54px}
.service-link{margin-top:auto;border-top:1px solid #e5efeb;padding-top:15px;color:#079864;font-weight:900;display:flex;align-items:center;justify-content:space-between}
.service-link:after{content:"←";width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eaf8f2;color:#0b9360;transition:.3s}
.modern-service:hover .service-link:after{background:#0b9360;color:#fff;transform:translateX(-4px)}
.service-number{display:none}
@media(max-width:1000px){.modern-services{grid-template-columns:repeat(2,1fr)}.modern-service-img{height:230px}}
@media(max-width:650px){.modern-services{grid-template-columns:1fr;gap:20px}.modern-service{min-height:auto}.modern-service-img{height:220px}.modern-service-content{padding:40px 20px 22px}.modern-service p{min-height:0}}
