:root{--gold:#e7be31;--ink:#242424;--muted:#656565;--line:#e7e4dc;--paper:#faf9f6}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:130px}
body{margin:0;color:var(--ink);background:#fff;font:16px/1.9 Almarai,Arial,sans-serif}
a{color:inherit;text-decoration:none}
a:hover{color:#856400}
button{font:inherit;cursor:pointer}
img{max-width:100%;height:auto}
video{display:block;width:100%;max-height:76vh;background:#171717;object-fit:contain}
p{margin:0 0 1.25em}
h1,h2,h3{line-height:1.6;margin:0 0 20px;font-weight:700}
h1{font-size:clamp(26px,3vw,40px)}
h2{font-size:clamp(25px,2.5vw,34px)}
h3{font-size:19px}
ul{padding-inline-start:24px}
.container,.header-inner{width:min(1200px,calc(100% - 64px));margin:auto}
.site-header{position:sticky;top:0;z-index:30;background:#fff;border-bottom:3px solid var(--gold);box-shadow:0 3px 20px #00000008}
.header-inner{min-height:118px;display:flex;align-items:center;gap:28px}
.brand{flex:0 0 255px;line-height:0}
.brand img{width:255px;object-fit:contain}
.navigation{display:flex;align-items:center;flex-wrap:wrap;gap:4px 17px;list-style:none;padding:0;margin:0;font-size:14px}
.navigation li{position:relative}
.navigation a{display:inline-block;padding:12px 0}
.navigation>li>a[aria-current=page]{box-shadow:inset 0 -2px var(--gold)}
.navigation ul{display:none;position:absolute;inset-inline-start:0;top:100%;min-width:205px;background:white;border-top:3px solid var(--gold);box-shadow:0 12px 30px #0002;list-style:none;padding:10px 18px}
.navigation li.open>ul{display:block}
.navigation ul a{display:block;padding:7px 0}
.sub-toggle{border:0;background:transparent;padding:6px;color:#806522}
.language{margin-inline-start:auto;border:1px solid var(--line);padding:7px 12px;font-size:13px;white-space:nowrap}
.menu-toggle{display:none}
.skip{position:fixed;top:-100px;background:white;padding:15px;z-index:50}
.skip:focus{top:0}
:focus-visible{outline:3px solid #b68b09;outline-offset:4px}
.main-slider{padding:0;background:#191919}
.main-slider .container{width:100%}
.main-slider .starter{display:none}
.about-us-area,.team-section,.partners-section{padding:78px 0;background-size:cover;background-position:center}
.section-title{text-align:center;margin-bottom:32px}
.section-title h1:after,.section-title h2:after{content:'';display:block;width:56px;height:3px;background:var(--gold);margin:18px auto 0}
.row{display:flex;flex-wrap:wrap;gap:30px}
.row>.col-lg-6{flex:1 1 400px;min-width:0}
.row>.col-lg-8{flex:1 1 100%}
.about-us-area>.container>.row:first-child{justify-content:center}
.about-content{font-size:17px;line-height:2.1}
.about-content strong,.about-content b{font-weight:400}
.vedio-inner img{display:block;width:100%;border-radius:3px}
.about-us-area .row{align-items:center}
.team-section{background-color:var(--paper);border-block:1px solid var(--line)}
.owl-stage{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 2px 24px;scrollbar-color:var(--gold) #eee;scrollbar-width:thin}
.owl-item{flex:0 0 265px;scroll-snap-align:start;min-width:0}
.team-member{height:100%;background:white;border:1px solid var(--line);box-shadow:0 4px 18px #00000005}
.team-member .image-box img{display:block;width:100%;aspect-ratio:1.25;object-fit:cover}
.desc-content{padding:20px 17px}
.desc-content h3{font-size:17px;margin:0}
.hover-content{display:none}
.carousel-controls{display:flex;justify-content:center;gap:10px;margin-top:18px}
.carousel-controls button{background:white;border:1px solid #cfbd85;width:46px;height:42px;font-size:23px}
.purchase-section{background:#292929;color:white;padding:36px 0;text-align:center;border-bottom:4px solid var(--gold)}
.purchase-section h2,.purchase-section h3{margin:0}
.purchase-section .row{justify-content:center}
.funfact{padding:40px 32px;background:white}
.funfact .row{display:block;max-width:1200px;margin:auto}
.funfact img{display:block;width:100%;height:auto;object-fit:contain}
.partners-section .owl-item{flex-basis:180px;display:flex;align-items:center;justify-content:center;background:white;border:1px solid var(--line);padding:12px}
.partners-section img{display:block;max-height:155px;width:100%;object-fit:contain}
.page-title{padding:60px 0;background-size:cover;background-position:center;position:relative;color:#fff;isolation:isolate}
.page-title:before{content:'';position:absolute;inset:0;background:#151515b8;z-index:-1}
.page-title h1{margin-bottom:14px}
.bread-crumb{padding:0;list-style:none;display:flex;gap:16px;margin:0;font-size:14px}
.bread-crumb li+li:before{content:'/';margin-inline-end:16px;color:var(--gold)}
.sidebar-page-container{padding:64px 0 80px}
.sidebar-page-container>.container>.row{align-items:flex-start;gap:44px}
.col-md-8{flex:1 1 620px;min-width:0}
.col-md-4{flex:0 1 255px;min-width:0}
.news-text{overflow-wrap:anywhere}
.content-side .news-text{font-size:17px;line-height:2.05}
.content-side .news-text strong,.content-side .news-text b{font-weight:400}
.content-side .news-text img{display:block;max-width:100%;height:auto;margin:0 auto 30px}
.content-side .news-text p{margin-bottom:22px}
.content-side .news-text table{width:100%;border-collapse:collapse}
.content-side .news-text td{padding:12px;border:1px solid var(--line)}
.sidebar-category{padding:25px;background:var(--paper);border-top:3px solid var(--gold)}
.sidebar-category ul{list-style:none;padding:0;margin:0}
.sidebar-category li{border-bottom:1px solid var(--line)}
.sidebar-category a{display:block;padding:12px 0}
.footer{padding:58px 0 40px;background-color:#202020;background-size:cover;color:#eee;font-size:14px}
.footer>.container>.row{gap:38px}
.footer>.container>.row>.col-lg-6{flex:1 1 450px}
.footer .row .row{gap:25px}
.footer .col-lg-8{flex:1 1 230px}
.footer .col-lg-4{flex:1 1 130px}
.footer .col-lg-6 .col-lg-6{flex:1 1 180px}
.footer-logo{margin-bottom:22px}
.footer-logo img{max-width:255px;max-height:84px;object-fit:contain}
.footer ul{list-style:none;padding:0}
.footer .social-icon-one{display:flex;gap:20px}
.footer .post{margin-bottom:12px}
.footer .news-text{direction:ltr;text-align:start}
.footer-bottom{background:#151515;color:#bdbdbd;padding:18px 0;font-size:12px;text-align:center}
.footer-bottom p{margin:0}
.back-top{position:fixed;bottom:22px;inset-inline-end:22px;background:var(--gold);color:#222;display:grid;place-items:center;width:40px;height:40px;border:1px solid #bba34d}
.text-center{text-align:center}
.clearfix:after{content:'';display:table;clear:both}
.text{overflow-wrap:anywhere}
[dir=ltr] .footer .news-text{text-align:left}
@media(max-width:1100px){.header-inner{gap:18px}
.brand,.brand img{width:220px;flex-basis:220px}
.navigation{gap:2px 12px;font-size:13px}
}
@media(max-width:850px){.container,.header-inner{width:calc(100% - 36px)}
.header-inner{min-height:96px;flex-wrap:wrap;gap:12px;padding:12px 0}
.brand,.brand img{width:215px;flex-basis:215px}
.menu-toggle{display:block;margin-inline-start:auto;border:1px solid var(--line);background:white;padding:7px 10px;font-size:13px}
.language{margin:0;font-size:12px;padding:7px}
.header-inner nav{display:none;width:100%;order:4}
.header-inner nav.open{display:block}
.navigation{display:block;font-size:15px}
.navigation li{border-bottom:1px solid var(--line)}
.navigation ul{position:static;box-shadow:none;border:0;padding-inline-start:20px}
.navigation li.open>ul{display:block}
.sub-toggle{float:inline-end;padding:10px 18px}
.about-us-area,.team-section,.partners-section{padding:48px 0}
.sidebar-page-container{padding:40px 0}
.col-md-4{flex:1 1 100%}
.page-title{padding:36px 0}
.owl-item{flex-basis:245px}
.funfact{padding:25px 18px}
.footer{padding:40px 0}
.row{gap:24px}
}
@media(max-width:420px){.brand,.brand img{width:175px;flex-basis:175px}
.header-inner{gap:7px}
.menu-toggle{font-size:12px;padding:5px}
.language{padding:5px}
.about-content,.content-side .news-text{font-size:16px}
.partners-section .owl-item{flex-basis:145px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
}

/* Keep the original v8 presentation with the approved Arabic name and current menu controls. */
button{color:var(--ink);-webkit-appearance:none;appearance:none}
.nav-group{display:inline-flex;align-items:center;gap:8px;color:var(--ink);padding:12px 0}
.chevron{display:inline-block;font-family:Arial,sans-serif;line-height:1;transition:transform .18s}
.sub-toggle[aria-expanded=true] .chevron{transform:rotate(180deg)}
.navigation>li.is-active>a,.navigation>li.is-active>.nav-group{box-shadow:inset 0 -2px var(--gold)}
.navigation ul a[aria-current=page],.sidebar-category a[aria-current=page]{color:#856400;font-weight:700}
.footer-company-name{display:block;max-width:255px;color:#fff;font-size:1.25rem;font-weight:700;line-height:1.7}
.footer .row>div{min-width:0}
.footer .post{overflow-wrap:anywhere}
.footer a[dir=ltr]{display:inline-block;max-width:100%;unicode-bidi:isolate}
.footer .news-text{direction:inherit;text-align:start}
.footer a:hover,.footer a:focus-visible{color:var(--gold)}
.footer :focus-visible{outline-color:var(--gold)}
.content-side .news-text .numbered-list{list-style:none;padding-inline-start:0}
.back-top span{display:none}
@media(max-width:850px){.nav-group{float:none;width:100%;justify-content:space-between;padding:12px 0}}
@media(prefers-reduced-motion:reduce){.chevron{transition:none}}

/* Final interaction and small-screen refinements; preserve the approved identity. */
.language,.menu-toggle,.sub-toggle,.back-top,.carousel-controls button{min-width:44px;min-height:44px}
.language{display:inline-flex;align-items:center;justify-content:center;font-size:14px}
.bread-crumb{flex-wrap:wrap;row-gap:6px}
.bread-crumb li{min-width:0;overflow-wrap:anywhere}
.navigation ul{max-width:min(320px,calc(100vw - 36px))}
.back-top{z-index:20;bottom:max(22px,env(safe-area-inset-bottom))}
@media(max-width:850px){
.header-inner nav.open{max-height:calc(100vh - 130px);max-height:calc(100dvh - 130px);overflow-y:auto;overscroll-behavior:contain}
.menu-toggle{font-size:14px}
.navigation ul{max-width:100%}
}
@media(max-width:420px){
.header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px}
.brand{width:100%;min-width:0}
.brand img{width:100%;max-width:175px;height:auto}
.header-inner nav{grid-column:1 / -1}
.menu-toggle{margin:0;padding:6px}
.language{padding:6px}
}

/* Stable company-video cover, matching the original white logo background. */
.main-slider,.video-container,.company-video,.company-video video{background:#fff}
.company-video{position:relative;aspect-ratio:16/9;max-height:76vh;margin:auto;width:100%}
.company-video video{display:block;width:100%;height:100%;aspect-ratio:16/9;object-fit:contain}
.company-video-cover{position:absolute;inset:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:24px;border:0;background:#fff;color:var(--ink)}
.company-video-cover[hidden]{display:none}
.company-video-cover img{width:min(360px,68%);max-height:35%;height:auto;object-fit:contain}
.company-video-play{display:grid;place-items:center;width:56px;height:56px;border:2px solid var(--gold);border-radius:50%;font-size:22px;line-height:1;color:#242424}
.company-video-label{font-size:1rem;line-height:1.5;text-align:center}
.company-video-cover:focus-visible{outline-offset:-5px}
.facebook-mark{font:700 20px/1 Arial,sans-serif}
@media(max-width:650px){.company-video-cover{gap:12px;padding:18px}.company-video-play{width:44px;height:44px;font-size:18px}.company-video-label{font-size:.875rem}}

/* Shared type and document flow; no page transition or hidden-page state. */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
.ggg-page{display:block;width:100%;min-width:0}
.ggg-page>main{display:block;width:100%;min-width:0}
.header-inner>nav{min-width:0;flex:1}
input,select,textarea{font:inherit}
.content-side .news-text em,.content-side .news-text i{font-style:normal}
.content-side .news-text,.about-content,.project-section{font-size:1.0625rem;line-height:2}
.content-side .news-text h2,.project-section h2{font-size:clamp(1.4rem,2.3vw,2rem);line-height:1.6}
.content-side .news-text h3,.project-section h3{font-size:1.125rem;line-height:1.6}
.content-side .news-text h2 strong,.content-side .news-text h2 b{font-weight:inherit}
@media(max-width:650px){.content-side .news-text,.about-content,.project-section{font-size:1rem}}

/* Complete email text wraps safely in Arabic and English footers. */
.ggg-page footer a[href^="mailto:"]{direction:ltr;unicode-bidi:isolate;white-space:normal;overflow-wrap:anywhere}
/* Compact homepage media and the original gold/black/white contact layout. */
.header-inner{gap:20px}
.navigation{column-gap:12px}
.main-slider .company-video{width:min(880px,100%);height:auto;max-height:500px;aspect-ratio:16/9}
.main-slider .company-video video{max-height:500px}
.main-slider .company-video-cover{gap:16px}
.main-slider .company-video-cover img{width:min(320px,68%)}
.funfact{padding:28px 24px}
.funfact .row{max-width:660px}
.funfact img{width:100%;max-height:380px;object-fit:contain}
.partners-section .section-title p{max-width:780px;margin:0 auto;font-size:1rem;line-height:1.9}
.team-section .desc-content{min-height:108px;display:flex;align-items:center;justify-content:center;text-align:center}
.team-section .desc-content h3{font-size:1rem;line-height:1.75}
.contact-page-title{background:#292929}
.contact-section{padding:64px 0 76px}
.contact-intro{font-size:1.125rem;margin-bottom:36px}
.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.contact-layout h2{font-size:1.6rem;padding-bottom:12px;border-bottom:2px solid var(--gold)}
.contact-layout address{font-style:normal;line-height:2;margin-bottom:28px}
.contact-phones{list-style:none;padding:0}
.contact-phones li{margin:10px 0}
.contact-phones a,.contact-email a{display:inline-block;max-width:100%;direction:ltr;unicode-bidi:isolate;overflow-wrap:anywhere}
.contact-email{padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid var(--line)}
.contact-email h3{font-size:1rem;margin:0 0 7px}
.contact-email a{text-decoration:underline;text-underline-offset:4px}
@media(max-width:850px){
  .header-inner{gap:12px}
  .funfact{padding:24px 18px}
  .funfact .row{max-width:560px}
  .funfact img{max-height:330px}
  .contact-section{padding:40px 0 50px}
  .contact-layout{grid-template-columns:1fr;gap:28px}
}
@media(max-width:420px){
  .header-inner{gap:8px}
  .company-video-cover{gap:10px}
  .contact-layout h2{font-size:1.4rem}
}
/* Contextual company navigation and readable sector copy. */
.sidebar-category a[aria-current=page]{border-inline-start:3px solid var(--gold);padding-inline-start:12px}
.sector-content,.strategy-content{max-width:100%;min-width:0}
.sector-section{padding:22px 0;border-bottom:1px solid var(--line);scroll-margin-top:150px}
.sector-section:first-child{padding-top:0}
.sector-section:last-child{border-bottom:0}
.content-side .sector-section h2,.content-side .strategy-content h2{font-size:1.4rem;line-height:1.65;margin:0 0 16px}
.content-side .sector-section p{margin:0 0 18px}
.content-side .sector-section p:last-child{margin-bottom:0}
.sector-section ul{margin:0;padding-inline-start:24px}
.sector-section li{padding-inline-start:5px;margin-bottom:9px}
.sector-section li::marker{color:#856400}
.strategy-sector-links{display:flex;flex-wrap:wrap;gap:12px;list-style:none;padding:0;margin:20px 0}
.strategy-sector-links a{display:block;padding:10px 18px;border:1px solid var(--gold);color:inherit}
.strategy-sector-links a:hover,.strategy-sector-links a:focus-visible{background:var(--paper)}
.bread-crumb{flex-wrap:wrap}
@media(max-width:650px){
 .sector-section{padding:18px 0;scroll-margin-top:100px}
 .content-side .sector-section h2,.content-side .strategy-content h2{font-size:1.25rem}
}

/* Mobile navigation stability fix (Arabic and English).
   Keep the approved header design while forcing the opened menu into its own
   full-width row and preventing any horizontal page expansion on iOS. */
html,body,.ggg-page{max-width:100%;overflow-x:hidden}
@supports(overflow:clip){html,body,.ggg-page{overflow-x:clip}}
@media(max-width:850px){
 .site-header .header-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  grid-template-areas:"brand menu language" "navigation navigation navigation";
  align-items:center;
  gap:8px;
  width:calc(100% - 36px);
  min-width:0;
  padding:12px 0
 }
 .site-header .header-inner>.brand{
  grid-area:brand;
  width:100%;
  max-width:215px;
  min-width:0;
  flex:initial;
  justify-self:start
 }
 .site-header .header-inner>.brand img{
  display:block;
  width:100%;
  max-width:215px;
  height:auto
 }
 .site-header .header-inner>.menu-toggle{
  grid-area:menu;
  margin:0;
  float:none;
  min-width:0;
  max-width:100%;
  padding:7px 9px;
  font-size:16px;
  line-height:1.35;
  white-space:nowrap;
  touch-action:manipulation
 }
 .site-header .header-inner>.language{
  grid-area:language;
  margin:0;
  min-width:0;
  max-width:100%;
  padding:7px 9px;
  font-size:16px;
  line-height:1.35;
  white-space:nowrap;
  touch-action:manipulation
 }
 .site-header .header-inner>#navigation{
  grid-area:navigation;
  grid-column:auto;
  order:initial;
  width:100%;
  max-width:100%;
  min-width:0;
  margin:0;
  overflow-x:hidden
 }
 .site-header .header-inner>#navigation:not(.open){display:none}
 .site-header .header-inner>#navigation.open{
  display:block;
  max-height:calc(100vh - 130px);
  max-height:calc(100dvh - 130px);
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain
 }
 .site-header .navigation{
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  margin:0;
  padding:0;
  overflow-x:hidden
 }
 .site-header .navigation>li{
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  position:relative
 }
 .site-header .navigation>li>a,
 .site-header .navigation>li>.nav-group{
  display:flex;
  align-items:center;
  width:100%;
  max-width:100%;
  min-width:0;
  padding:11px 4px;
  white-space:normal;
  overflow-wrap:anywhere
 }
 .site-header .navigation>.has-submenu>a{
  width:calc(100% - 48px);
  padding-inline-end:8px
 }
 .site-header .navigation>.has-submenu>.sub-toggle:not(.nav-group){
  position:absolute;
  inset-inline-end:0;
  top:0;
  float:none;
  width:48px;
  min-width:48px;
  padding:10px;
  margin:0
 }
 .site-header .navigation ul{
  position:static;
  width:100%;
  max-width:100%;
  min-width:0;
  margin:0;
  padding:4px 20px 10px;
  border:0;
  box-shadow:none;
  overflow-x:hidden
 }
 .site-header .navigation ul a{
  display:block;
  width:100%;
  max-width:100%;
  white-space:normal;
  overflow-wrap:anywhere
 }
}
@media(max-width:380px){
 .site-header .header-inner{width:calc(100% - 24px);gap:6px}
 .site-header .header-inner>.menu-toggle,
 .site-header .header-inner>.language{padding-inline:6px}
}
