body#home > header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

body#home > header .topbar,
body#home > header .nav {
  position: static !important;
  background: transparent !important;
  color: #0b3f70 !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body#home > header .topbar {
  border-bottom: 0 !important;
}

body#home > header .topbar .wrap {
  position: relative;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  gap: 18px !important;
  overflow: hidden;
}

body#home > header .top-info {
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 92px;
  gap: 10px !important;
  justify-content: center;
  flex-wrap: nowrap !important;
}

body#home > header .top-info > span,
body#home > header .top-info > a {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(11, 63, 112, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: #0b3f70 !important;
  font-weight: 800 !important;
  white-space: nowrap;
  box-shadow: 0 7px 18px rgba(11, 63, 112, .10);
  backdrop-filter: blur(10px);
}

body#home > header .top-info > span:first-child {
  min-width: 220px;
  max-width: 390px;
  overflow: hidden;
  text-overflow: ellipsis;
}

body#home > header .top-info b {
  color: #d97d13 !important;
}

body#home > header .top-info a,
body#home > header .top-info span,
body#home > header .email-stack a {
  color: #0b3f70 !important;
}

body#home > header .email-stack a + a:before {
  color: rgba(11, 63, 112, .34) !important;
}

body#home > header .lang {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  flex: 0 0 auto;
  margin-inline-start: 0 !important;
}

body#home > header .lang span,
body#home > header .lang a {
  border-color: rgba(11, 63, 112, .20) !important;
  color: #0b3f70 !important;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 7px 16px rgba(11, 63, 112, .08);
  backdrop-filter: blur(10px);
}

body#home > header .lang .active {
  background: #f29a24 !important;
  color: #082f59 !important;
  border-color: #f29a24 !important;
}

body#home > header .nav .wrap {
  min-height: 88px !important;
  display: grid !important;
  grid-template-columns: minmax(250px, .9fr) minmax(420px, 1.6fr) auto !important;
  align-items: center !important;
  gap: 22px !important;
}

body#home > header .brand {
  color: #0b3f70 !important;
}

body#home > header .brand-logo {
  width: 66px !important;
  height: 66px !important;
  padding: 6px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 10px 24px rgba(11, 63, 112, .14);
  backdrop-filter: blur(10px);
}

body#home > header .brand-text strong,
body#home > header .brand-text small {
  color: #0b3f70 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .78);
}

body#home > header .brand-text strong {
  font-size: 24px !important;
}

body#home > header .brand-text small {
  color: #082f59 !important;
}

body#home > header .menu {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px;
  border: 1px solid rgba(11, 63, 112, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 10px 28px rgba(11, 63, 112, .09);
  backdrop-filter: blur(12px);
}

body#home > header .menu a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 15px !important;
  border-radius: 12px;
  color: #0b3f70 !important;
  text-decoration: none;
  font-weight: 900 !important;
}

body#home > header .menu a:hover,
body#home > header .menu a.active {
  background: rgba(255, 255, 255, .92) !important;
  color: #0b3f70 !important;
}

body#home > header .menu a.active {
  box-shadow: inset 0 -3px 0 #f29a24;
}

body#home > header .menu a.active:after {
  display: none !important;
}

body#home > header .search {
  width: 46px !important;
  height: 46px !important;
  border: 1px solid rgba(11, 63, 112, .14) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .70) !important;
  color: #0b3f70 !important;
  font-size: 22px !important;
  box-shadow: 0 10px 24px rgba(11, 63, 112, .10);
  backdrop-filter: blur(12px);
}

body#home .hero,
body#home .preview-hero {
  padding-top: 134px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, .16) 42%, rgba(255, 255, 255, .28) 100%),
    url("assets/rooftop_theme_background.webp") center top / cover no-repeat !important;
}

body#home .hero .wrap,
body#home .preview-hero {
  min-height: 700px !important;
}

@media (max-width: 980px) {
  body#home > header {
    position: relative;
    background:
      linear-gradient(180deg, rgba(239, 247, 252, .62), rgba(255, 255, 255, .72)),
      url("assets/rooftop_theme_background.webp") center top / cover no-repeat;
  }

  body#home .hero,
  body#home .preview-hero {
    padding-top: 0;
  }

  body#home > header .nav .wrap {
    grid-template-columns: 1fr !important;
    justify-items: center;
    gap: 12px !important;
    padding: 14px 0;
  }

  body#home > header .menu {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start !important;
  }

  body#home > header .menu a {
    white-space: nowrap;
  }
}

body:not(#home) > .topbar,
body:not(#home) > .nav {
  position: absolute !important;
  right: 0;
  left: 0;
  z-index: 1000;
  background: transparent !important;
  color: #0b3f70 !important;
  border: 0 !important;
  box-shadow: none !important;
}

body:not(#home) > .topbar {
  top: 0;
}

body:not(#home) > .nav {
  top: 44px;
}

body:not(#home) > .topbar .wrap {
  position: relative;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  overflow: hidden;
}

body:not(#home) > .topbar .top-info {
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 92px;
  gap: 10px !important;
  justify-content: center;
  flex-wrap: nowrap !important;
}

body:not(#home) > .topbar .top-info > span,
body:not(#home) > .topbar .top-info > a {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(11, 63, 112, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .70);
  color: #0b3f70 !important;
  font-weight: 800 !important;
  white-space: nowrap;
  box-shadow: 0 7px 18px rgba(11, 63, 112, .10);
  backdrop-filter: blur(10px);
}

body:not(#home) > .topbar .top-info > span:first-child {
  min-width: 220px;
  max-width: 390px;
  overflow: hidden;
  text-overflow: ellipsis;
}

body:not(#home) > .topbar .top-info b,
body:not(#home) > .topbar .top-info i {
  color: #d97d13 !important;
}

body:not(#home) > .topbar .email-stack a + a:before {
  color: rgba(11, 63, 112, .34) !important;
}

body:not(#home) > .topbar .lang {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-inline-start: 0 !important;
}

body:not(#home) > .topbar .lang span,
body:not(#home) > .topbar .lang a {
  border-color: rgba(11, 63, 112, .20) !important;
  color: #0b3f70 !important;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 7px 16px rgba(11, 63, 112, .08);
  backdrop-filter: blur(10px);
}

body:not(#home) > .topbar .lang .active {
  background: #f29a24 !important;
  color: #082f59 !important;
  border-color: #f29a24 !important;
}

body:not(#home) > .nav .wrap {
  min-height: 88px !important;
  display: grid !important;
  grid-template-columns: minmax(250px, .9fr) minmax(420px, 1.6fr) auto !important;
  align-items: center !important;
  gap: 22px !important;
}

body:not(#home) > .nav .brand,
body:not(#home) > .nav .brand strong,
body:not(#home) > .nav .brand small {
  color: #0b3f70 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .78);
}

body:not(#home) > .nav .brand img {
  width: 66px !important;
  height: 66px !important;
  padding: 6px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 10px 24px rgba(11, 63, 112, .14);
  backdrop-filter: blur(10px);
}

body:not(#home) > .nav .nav-links,
body:not(#home) > .nav .menu {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px;
  border: 1px solid rgba(11, 63, 112, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 10px 28px rgba(11, 63, 112, .09);
  backdrop-filter: blur(12px);
}

body:not(#home) > .nav .nav-links a,
body:not(#home) > .nav .menu a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 15px !important;
  border-radius: 12px;
  color: #0b3f70 !important;
  text-decoration: none;
  font-weight: 900 !important;
}

body:not(#home) > .nav .nav-links a:hover,
body:not(#home) > .nav .nav-links a.active,
body:not(#home) > .nav .menu a:hover,
body:not(#home) > .nav .menu a.active {
  background: rgba(255, 255, 255, .92) !important;
  color: #0b3f70 !important;
  box-shadow: inset 0 -3px 0 #f29a24;
}

body:not(#home) > .nav .nav-links a.active:after,
body:not(#home) > .nav .menu a.active:after {
  display: none !important;
}

body:not(#home) > .page-hero,
body:not(#home) > .blog-hero,
body:not(#home) > .article-hero {
  padding-top: 134px !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .18) 42%, rgba(255, 255, 255, .32) 100%),
    url("assets/rooftop_theme_background.webp") center top / cover no-repeat !important;
  color: #0b3f70 !important;
  border-bottom: 1px solid rgba(11, 63, 112, .12);
}

body:not(#home) > .page-hero h1,
body:not(#home) > .blog-hero h1,
body:not(#home) > .article-hero h1 {
  color: #082f59 !important;
  text-shadow: 0 3px 14px rgba(255, 255, 255, .86), 0 1px 0 rgba(255, 255, 255, .72);
}

body:not(#home) > .page-hero p,
body:not(#home) > .blog-hero p,
body:not(#home) > .article-hero p {
  color: #284c68 !important;
}

@media (max-width: 980px) {
  body:not(#home) > .topbar,
  body:not(#home) > .nav {
    position: relative !important;
    top: auto;
    background:
      linear-gradient(180deg, rgba(239, 247, 252, .68), rgba(255, 255, 255, .74)),
      url("assets/rooftop_theme_background.webp") center top / cover no-repeat !important;
  }

  body:not(#home) > .nav .wrap {
    grid-template-columns: 1fr !important;
    justify-items: center;
    gap: 12px !important;
    padding: 14px 0;
  }

  body:not(#home) > .nav .nav-links,
  body:not(#home) > .nav .menu {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start !important;
  }

  body:not(#home) > .page-hero,
  body:not(#home) > .blog-hero,
  body:not(#home) > .article-hero {
    padding-top: 0 !important;
  }
}

@media (max-width: 700px) {
  body#home > header .topbar .wrap {
    justify-content: center !important;
    padding: 8px 0 !important;
  }

  body#home > header .top-info {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  body#home > header .top-info > span,
  body#home > header .top-info > a {
    justify-content: center;
    font-size: 12px;
  }
}
html,body{max-width:100%;overflow-x:hidden}img{height:auto}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #f29a24;outline-offset:3px;border-radius:8px}button,a,.btn,.send-button,.cta-button{touch-action:manipulation}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}} .topbar .top-info{display:flex;align-items:center;gap:18px;flex-wrap:wrap;white-space:normal}.topbar .top-info span,.topbar .top-info a{display:inline-flex;align-items:center;gap:7px;text-decoration:none}.topbar .top-info b{color:#e6a149;font-weight:900}.topbar .email-stack{display:inline-flex;align-items:center;gap:10px}.topbar .email-stack a+a:before{content:"|";margin-inline-end:10px;color:rgba(255,255,255,.45)}.topbar .lang{display:flex;gap:7px;direction:ltr;margin-inline-start:auto}.topbar .lang span,.topbar .lang a{min-width:36px;height:26px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:6px;font-weight:800;font-size:12px;text-decoration:none}.topbar .lang .active{background:rgba(255,255,255,.12)}@media(max-width:760px){.topbar .wrap{height:auto!important;min-height:42px;padding:8px 0;align-items:flex-start!important}.topbar .top-info{gap:8px 12px;font-size:12px}.topbar .email-stack{flex-direction:column;align-items:flex-start;gap:2px}.topbar .email-stack a+a:before{display:none}.topbar .lang{margin-inline-start:0}}
.topbar,
.nav {
  font-family: "Tajawal", "Cairo", Tahoma, Arial, sans-serif;
}

.topbar {
  position: relative;
  z-index: 90;
  overflow: visible;
}

.topbar .wrap {
  min-height: 48px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-block: 7px;
}

.top-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px 18px;
  white-space: normal;
  line-height: 1.45;
}

.top-info > span,
.top-info > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.top-info > span:first-child {
  max-width: min(100%, 680px);
}

.email-stack {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nav .wrap {
  min-height: 92px;
  display: grid;
  grid-template-columns: minmax(260px, 350px) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.brand img,
.brand-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex: 0 0 64px;
}

.brand span,
.brand-text {
  min-width: 0;
}

.brand strong,
.brand-text strong {
  display: block;
  color: #0b3f70;
  font: 900 24px/1.08 Arial, sans-serif;
}

.brand small,
.brand-text small {
  display: block;
  margin-top: 5px;
  color: #082f59;
  font-size: 12px;
  font-weight: 900;
}

.menu,
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  color: #082f59;
  font-size: 16px;
  font-weight: 900;
}

.menu a,
.nav-links a {
  position: relative;
  padding: 32px 0 26px;
  color: #082f59;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.menu a.active,
.nav-links a.active {
  color: #f28b18;
}

.menu a.active::after,
.nav-links a.active::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 17px;
  height: 3px;
  border-radius: 99px;
  background: #f28b18;
}

.project-card span {
  display: none !important;
}

@media (max-width: 980px) {
  .topbar .wrap {
    width: calc(100% - 20px);
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .top-info {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    font-size: 11px;
  }

  .top-info > span,
  .top-info > a {
    min-height: 34px;
    justify-content: center;
    padding: 6px 7px;
    border: 1px solid rgba(11, 63, 112, .14);
    border-radius: 9px;
    background: rgba(255,255,255,.72);
    text-align: center;
  }

  .top-info > span:first-child {
    grid-column: 1 / -1;
    max-width: none;
  }

  .email-stack {
    flex-direction: column;
    gap: 1px;
  }

  .email-stack a {
    overflow-wrap: anywhere;
    font-size: 10.5px;
  }

  .email-stack a + a::before {
    display: none !important;
  }

  .lang {
    order: -1;
    margin-inline: auto;
  }

  .nav .wrap {
    width: calc(100% - 20px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 0 7px;
  }

  .brand {
    justify-content: center;
  }

  .brand img,
  .brand-logo {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .brand strong,
  .brand-text strong {
    font-size: 19px;
    white-space: normal;
    text-align: center;
  }

  .brand small,
  .brand-text small {
    font-size: 10.5px;
    line-height: 1.25;
    white-space: normal;
    text-align: center;
  }

  .menu,
  .nav-links {
    width: 100%;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 4px 6px;
    scrollbar-width: none;
  }

  .menu::-webkit-scrollbar,
  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .menu a,
  .nav-links a {
    flex: 0 0 auto;
    padding: 8px 0 11px;
    font-size: 14px;
  }

  .menu a.active::after,
  .nav-links a.active::after {
    bottom: 4px;
  }
}

@media (max-width: 420px) {
  .top-info {
    grid-template-columns: 1fr;
  }

  .top-info > span:first-child {
    grid-column: auto;
  }
}

@media (max-width: 1100px) {
  body#home .hero .wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 16px !important;
  }

  body#home .floating {
    position: relative !important;
    z-index: 3 !important;
    order: 3 !important;
    width: min(100%, 620px) !important;
    max-width: 620px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    align-self: center !important;
    margin: 8px auto 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body#home .float-card {
    min-height: 64px !important;
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 9px 12px !important;
    border-radius: 13px !important;
  }

  body#home .float-card i {
    width: 34px !important;
    height: 34px !important;
  }

  body#home .float-card i svg {
    width: 28px !important;
    height: 28px !important;
  }

  body#home .float-card strong {
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  body#home .float-card small {
    font-size: 11px !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
  }

  body#home .float-card.map {
    grid-column: 1 / -1 !important;
    min-height: 68px !important;
  }
}

@media (max-width: 520px) {
  body#home .floating {
    grid-template-columns: 1fr !important;
  }

  body#home .float-card.map {
    grid-column: auto !important;
  }
}

.footer,
footer.footer {
  margin-top: 0 !important;
  padding: 38px 0 26px !important;
  color: #082f59 !important;
  background: transparent !important;
  font-family: "Tajawal", "Cairo", Tahoma, Arial, sans-serif !important;
  text-align: initial !important;
}

.footer .wrap {
  width: min(1180px, calc(100% - 82px)) !important;
  display: grid !important;
  grid-template-columns: 1.4fr 1fr 1fr 1.15fr !important;
  gap: 28px !important;
  align-items: start !important;
  margin-inline: auto !important;
  padding: 30px !important;
  border-radius: 28px !important;
  background: rgba(255,255,255,.72) !important;
  border: 1px solid rgba(255,255,255,.92) !important;
  box-shadow: 0 22px 55px rgba(8,47,89,.10) !important;
  backdrop-filter: blur(14px) !important;
}

.footer-logo-row {
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
  margin-bottom: 14px !important;
}

.footer-logo-row img {
  width: 66px !important;
  height: 66px !important;
  object-fit: contain !important;
  flex: 0 0 66px !important;
}

.footer-logo-row strong {
  display: block !important;
  color: #0b3f70 !important;
  font: 900 22px/1.1 Arial, sans-serif !important;
}

.footer-logo-row small {
  display: block !important;
  margin-top: 5px !important;
  color: #60758b !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.footer h4 {
  margin: 6px 0 14px !important;
  color: #082f59 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

.footer p,
.footer li,
.footer-contact div {
  color: #526981 !important;
  font-size: 14px !important;
  line-height: 1.85 !important;
}

.footer p {
  margin: 0 0 10px !important;
}

.footer ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.footer li {
  position: relative !important;
  margin-bottom: 8px !important;
}

.footer[dir="rtl"] li,
html[dir="rtl"] .footer li {
  padding-right: 18px !important;
}

html[dir="ltr"] .footer li {
  padding-left: 18px !important;
}

.footer li::before {
  content: "" !important;
  position: absolute !important;
  top: .85em !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #f29a24 !important;
}

html[dir="rtl"] .footer li::before {
  right: 0 !important;
}

html[dir="ltr"] .footer li::before {
  left: 0 !important;
}

.footer a {
  color: #0b3f70 !important;
  text-decoration: none !important;
  font-weight: 800 !important;
}

.footer a:hover {
  color: #f28b18 !important;
}

.footer-contact {
  display: grid !important;
  gap: 8px !important;
}

.copyright {
  width: min(1180px, calc(100% - 82px)) !important;
  margin: 18px auto 0 !important;
  padding: 14px 18px !important;
  border-top: 0 !important;
  color: #526981 !important;
  text-align: center !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
}

.copyright a {
  color: #0b3f70 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

body.contact-page {
  font-family: "Tajawal", "Cairo", Tahoma, Arial, sans-serif !important;
}

body.contact-page .contact-hero h1,
body.contact-page .contact-hero p,
body.contact-page .contact-hero .lead,
body.contact-page .contact-card,
body.contact-page .quick-card,
body.contact-page .map-card {
  font-family: "Tajawal", "Cairo", Tahoma, Arial, sans-serif !important;
}

@media (max-width: 980px) {
  .footer {
    padding-top: 30px !important;
  }

  .footer .wrap {
    grid-template-columns: 1fr 1fr !important;
    gap: 22px !important;
  }
}

@media (max-width: 620px) {
  .footer .wrap {
    grid-template-columns: 1fr !important;
  }

  .footer-logo-row {
    align-items: flex-start !important;
  }
}