@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Readex+Pro:wght@400;500;600;700&display=swap");

:root{
  --enterprise-bg:#f4f7fb;
  --enterprise-surface:#ffffff;
  --enterprise-surface-2:#f8fbff;
  --enterprise-text:#0f2234;
  --enterprise-muted:#627487;
  --enterprise-line:#dfe8f0;
  --enterprise-brand:#0e6ba8;
  --enterprise-brand-2:#1b8ed6;
  --enterprise-brand-soft:#eaf5fd;
  --enterprise-navy:#0c2235;
  --enterprise-navy-2:#12314a;
  --enterprise-shadow:0 22px 60px rgba(9,24,39,.09);
  --enterprise-shadow-strong:0 34px 90px rgba(9,24,39,.16);
  --enterprise-radius:22px;
}

html body{
  background:
    radial-gradient(960px 360px at 100% -10%, rgba(14,107,168,.08), transparent 58%),
    radial-gradient(720px 260px at 0% 0%, rgba(27,142,214,.06), transparent 55%),
    linear-gradient(180deg,#f8fbff 0%, #f4f7fb 100%) !important;
  color:var(--enterprise-text) !important;
  padding-top:0 !important;
}
body::before{display:none !important;}
html[dir="rtl"] body{font-family:"Readex Pro","IBM Plex Sans Arabic","Alexandria",sans-serif !important;}
html[dir="ltr"] body{font-family:"Manrope","Readex Pro",sans-serif !important;}

.container{max-width:1280px !important;}
.container.topbar,
.topbar{
  position:sticky !important;
  top:0 !important;
  margin:0 !important;
  max-width:100% !important;
  width:100% !important;
  padding:0 !important;
  border-radius:0 0 24px 24px !important;
  border:0 !important;
  border-bottom:1px solid rgba(15,34,52,.08) !important;
  background:rgba(255,255,255,.86) !important;
  backdrop-filter:blur(16px) !important;
  box-shadow:0 12px 40px rgba(15,34,52,.08) !important;
  overflow:visible !important;
  z-index:80 !important;
}
.dark-mode .container.topbar,
.dark-mode .topbar{
  background:rgba(10,23,35,.82) !important;
  border-bottom-color:rgba(255,255,255,.08) !important;
}
.topbar-inner{
  max-width:1280px !important;
  margin:0 auto !important;
  padding:14px 22px !important;
  gap:20px !important;
  background:transparent !important;
}
.brand{gap:12px !important;}
.brand img{width:50px !important;height:50px !important;}
.brand-text strong{font-size:16px !important;letter-spacing:-.01em !important;}
.brand-text span{font-size:12px !important;}
.nav{gap:8px !important;}
.nav a{
  padding:10px 13px !important;
  border-radius:12px !important;
  font-size:13px !important;
  font-weight:700 !important;
  color:#496074 !important;
}
.nav a:hover{background:var(--enterprise-brand-soft) !important;color:var(--enterprise-brand) !important;}
.topbar .btn,
.topbar .menu-btn{
  height:44px !important;
  border-radius:14px !important;
  padding:0 15px !important;
  font-weight:700 !important;
}
.topbar .btn.primary,
.topbar #darkModeToggle{
  background:linear-gradient(135deg,var(--enterprise-navy),var(--enterprise-navy-2)) !important;
  color:#fff !important;
  border-color:transparent !important;
}
.menu-btn{
  background:#fff !important;
}

.hero{
  margin:28px auto 0 !important;
  min-height:clamp(590px,72vh,760px) !important;
  border-radius:34px !important;
  background:linear-gradient(135deg,#0a1f31 0%, #102b42 48%, #153b59 100%) !important;
  border:1px solid rgba(9,24,39,.08) !important;
  box-shadow:var(--enterprise-shadow-strong) !important;
  isolation:isolate;
}
.hero .slides{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
}
.hero .slide,
.hero .slide img{width:100% !important;height:100% !important;}
.hero .slide img{
  object-fit:cover !important;
  opacity:.42 !important;
  filter:saturate(.9) contrast(1.02) !important;
  transform:scale(1.02) !important;
}
.hero::before,
.hero::after,
.hero .slide::after{display:none !important;}
.hero-overlay{
  background:
    linear-gradient(115deg, rgba(6,17,28,.70) 0%, rgba(10,27,42,.60) 32%, rgba(10,31,50,.28) 54%, rgba(9,24,39,.12) 100%),
    radial-gradient(500px 280px at 88% 18%, rgba(36,150,220,.24), transparent 60%) !important;
  z-index:2 !important;
}
.hero-content{
  min-height:clamp(590px,72vh,760px) !important;
  align-items:center !important;
  padding:52px 42px !important;
}
.hero-box.hero-shell{
  width:100% !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.16fr) minmax(320px,.84fr) !important;
  align-items:end !important;
  gap:28px !important;
}
.hero-copy{display:flex !important;flex-direction:column !important;gap:18px !important;}
.tag,#heroTag{
  padding:10px 16px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:999px !important;
  font-size:13px !important;
  font-weight:700 !important;
  width:max-content;
}
.hero-title{
  margin:0 !important;
  color:#fff !important;
  font-size:clamp(2.8rem,5.1vw,5.35rem) !important;
  line-height:1.05 !important;
  letter-spacing:-.035em !important;
  font-weight:700 !important;
  max-width:10ch !important;
  text-wrap:balance;
}
.hero-desc{
  margin:0 !important;
  max-width:58ch !important;
  color:rgba(255,255,255,.86) !important;
  font-size:1rem !important;
  line-height:2.05 !important;
  font-weight:500 !important;
}
.hero-actions{display:flex !important;gap:12px !important;flex-wrap:wrap !important;}
.hero-actions .btn{
  min-width:170px !important;
  height:48px !important;
  border-radius:14px !important;
  justify-content:center !important;
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  color:#fff !important;
}
.hero-actions .btn.primary{
  background:#fff !important;
  color:var(--enterprise-navy) !important;
}
.hero-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:2px;
}
.hero-trust span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.82);
  font-size:.92rem;
  font-weight:600;
}
.hero-trust i{color:#7dd3fc;}
.hero-panel{
  padding:26px !important;
  border-radius:30px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.07)) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  box-shadow:0 20px 60px rgba(2,8,16,.18) !important;
  backdrop-filter:blur(12px);
}
.hero-panel-head strong{
  display:block;
  margin-bottom:8px;
  color:#fff;
  font-size:1.08rem;
  font-weight:700;
}
.hero-panel-head p{
  margin:0 0 16px;
  color:rgba(255,255,255,.76);
  font-size:.95rem;
  line-height:1.9;
  font-weight:500;
}
.hero-highlights{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:12px !important;
  margin-top:0 !important;
}
.hero-mini{
  min-height:auto !important;
  padding:15px 16px !important;
  border-radius:20px !important;
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  backdrop-filter:none !important;
}
.hero-mini strong{font-size:.98rem !important;line-height:1.6 !important;}
.hero-mini span{font-size:.86rem !important;line-height:1.85 !important;}
.hero-quicklinks{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
.hero-quicklinks a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:0 12px;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:.9rem;
  font-weight:600;
}
.controls,
.dots{display:none !important;}

section{padding:58px 0 0 !important;}
.sec-head{margin-bottom:22px !important;}
.sec-head h2{
  font-size:1.95rem !important;
  font-weight:700 !important;
  letter-spacing:-.02em !important;
}
.sec-head p{
  font-size:1rem !important;
  line-height:1.95 !important;
  max-width:60ch !important;
  color:var(--enterprise-muted) !important;
  font-weight:500 !important;
}
.grid{gap:18px !important;}
.card{
  border-radius:24px !important;
  border:1px solid var(--enterprise-line) !important;
  box-shadow:var(--enterprise-shadow) !important;
}

#focus .grid{gap:16px !important;}
.focus-card{
  grid-column:span 3 !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
  gap:10px !important;
  min-height:192px !important;
  padding:18px !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,#ffffff,#fbfdff) !important;
  position:relative;
  overflow:hidden;
}
.focus-card::after{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(14,107,168,.10), transparent 68%);
  top:-34px;
  inset-inline-end:-28px;
}
.focus-ic{
  width:54px !important;
  height:54px !important;
  margin:0 !important;
  border-radius:16px !important;
  background:linear-gradient(135deg,var(--enterprise-brand),var(--enterprise-brand-2)) !important;
  border:0 !important;
  color:#fff !important;
  font-size:1.18rem !important;
  box-shadow:0 16px 30px rgba(14,107,168,.20) !important;
  animation:enterpriseFloat 4.5s ease-in-out infinite;
}
.focus-card:nth-child(2) .focus-ic{animation-delay:.45s}
.focus-card:nth-child(3) .focus-ic{animation-delay:.9s}
.focus-card:nth-child(4) .focus-ic{animation-delay:1.35s}
.focus-card h3{
  margin:4px 0 0 !important;
  font-size:1rem !important;
  line-height:1.55 !important;
  font-weight:700 !important;
}
.focus-card p{
  margin:0 !important;
  font-size:.92rem !important;
  line-height:1.9 !important;
  color:var(--enterprise-muted) !important;
  font-weight:500 !important;
}
.focus-card:hover .focus-ic{transform:translateY(-3px) rotate(8deg);}
@keyframes enterpriseFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-5px)}
}

.sector-card{border-radius:26px !important;}
.sector-in{padding:24px !important;}
.post-card,.team-card{border-radius:24px !important;}
.post-img{height:210px !important;}
.post-body{padding:18px !important;}
.post-body h3{font-size:1.08rem !important;font-weight:700 !important;}
.team-head{padding:18px 18px 14px !important;}
.team-body{padding:0 18px 18px !important;}
.team-name{font-size:1.06rem !important;}
.team-bio,.team-title,.focus-card p,.post-body .meta,.post-body .more{font-weight:500 !important;}
.team-tag{background:#f8fbff !important;}

#contact .contact-card{
  padding:24px !important;
  border-radius:26px !important;
}
#contact .contact-wrap{gap:18px !important;align-items:stretch !important;}
#contact .contact-card form{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px 16px !important;}
#contact .contact-card form .field:nth-last-child(2),
#contact .contact-card form .field:last-child,
#contact .contact-card form button{grid-column:1/-1;}
#contact input,
#contact textarea{
  border-radius:16px !important;
  background:#fbfdff !important;
  border:1px solid var(--enterprise-line) !important;
  padding:14px 16px !important;
  font-size:.96rem !important;
}
#contact textarea{min-height:168px !important;}
#contact .btn.primary{min-width:190px !important;background:linear-gradient(135deg,var(--enterprise-brand),var(--enterprise-brand-2)) !important;color:#fff !important;border-color:transparent !important;}
#contact .foot-title{font-size:1.02rem !important;margin-bottom:10px !important;}
#contact .foot-links{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
}
#contact .foot-links a{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  min-height:50px !important;
  padding:0 14px !important;
  border-radius:16px !important;
  background:#f7fbff !important;
  border:1px solid var(--enterprise-line) !important;
  color:#25445c !important;
  font-weight:600 !important;
}

.site-footer,
.site-footer.container{
  margin:68px auto 26px !important;
  padding:34px 30px 24px !important;
  border-radius:30px !important;
  background:linear-gradient(180deg,#0a1f31 0%, #10283d 100%) !important;
  border:0 !important;
  color:#fff !important;
  box-shadow:var(--enterprise-shadow-strong) !important;
}
.site-footer .foot-grid{
  display:grid !important;
  grid-template-columns:1.25fr .9fr .92fr !important;
  gap:26px !important;
  align-items:start !important;
}
.site-footer .foot-brand{display:flex !important;align-items:flex-start !important;gap:16px !important;}
.site-footer .foot-logo{
  width:58px !important;
  height:58px !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.10) !important;
}
.site-footer .foot-brand-copy strong{display:block;font-size:1.12rem;font-weight:700;color:#fff;}
.site-footer .foot-brand-copy .muted,
.site-footer .foot-brand-desc,
.site-footer .foot-contact,
.site-footer .foot-bottom,
.site-footer .foot-bottom a{color:rgba(255,255,255,.72) !important;}
.site-footer .foot-brand-desc{
  margin:12px 0 0;
  font-size:.95rem;
  line-height:1.95;
  font-weight:500;
}
.site-footer .foot-title{
  font-size:1rem !important;
  font-weight:700 !important;
  color:#fff !important;
  margin-bottom:12px !important;
}
.site-footer .foot-links{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
}
.site-footer .foot-links a{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:8px !important;
  min-height:46px !important;
  padding:0 14px !important;
  border-radius:16px !important;
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  color:#fff !important;
  font-weight:600 !important;
}
.site-footer .foot-contact{display:flex;flex-direction:column;gap:10px;font-weight:500 !important;line-height:1.9 !important;}
.site-footer .foot-contact div{display:flex;align-items:flex-start;gap:10px;}
.site-footer .foot-social{display:flex !important;gap:10px !important;margin-top:16px !important;}
.site-footer .soc{
  width:42px !important;
  height:42px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:#fff !important;
  transition:all .22s ease !important;
}
.site-footer .soc:hover{background:#fff !important;color:var(--enterprise-navy) !important;transform:translateY(-2px) !important;}
.site-footer .foot-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:16px;
  min-height:48px;
  padding:0 16px;
  border-radius:16px;
  background:#fff;
  color:var(--enterprise-navy);
  font-weight:700;
}
.site-footer .foot-bottom{
  margin-top:24px !important;
  padding-top:18px !important;
  border-top:1px solid rgba(255,255,255,.10) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  flex-wrap:wrap !important;
}

@media (max-width: 1100px){
  .hero-box.hero-shell{grid-template-columns:1fr !important;align-items:start !important;}
  .hero-panel{max-width:720px !important;}
  .focus-card{grid-column:span 6 !important;}
  .site-footer .foot-grid{grid-template-columns:1fr 1fr !important;}
  .site-footer .foot-brand{grid-column:1/-1 !important;}
}

@media (max-width: 820px){
  .topbar-inner{padding:12px 14px !important;}
  .container.topbar,.topbar{border-radius:0 0 18px 18px !important;}
  .hero{margin-top:18px !important;min-height:auto !important;}
  .hero-content{padding:28px 18px !important;min-height:auto !important;}
  .hero-title{font-size:clamp(2.15rem,10vw,3.4rem) !important;max-width:100% !important;}
  .hero-desc{max-width:100% !important;font-size:.97rem !important;}
  .hero-actions .btn{width:100% !important;min-width:0 !important;}
  .hero-trust{gap:8px !important;}
  .hero-trust span{width:100%;justify-content:flex-start;}
  .hero-quicklinks{grid-template-columns:1fr !important;}
  .focus-card,
  .sector-card,
  .post-card,
  .team-card{grid-column:span 12 !important;}
  #contact .contact-card form{grid-template-columns:1fr !important;}
  #contact .foot-links,
  .site-footer .foot-links{grid-template-columns:1fr !important;}
  .site-footer,
  .site-footer.container{padding:28px 18px 22px !important;}
  .site-footer .foot-grid{grid-template-columns:1fr !important;gap:18px !important;}
  .site-footer .foot-brand{grid-column:auto !important;}
}
