.elementor-19 .elementor-element.elementor-element-c8e6c34{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-64d84a6 *//* ══════════════════════════════════════════
   1st Arabia — FOOTER CSS
   Professional Dark Footer
   ══════════════════════════════════════════ */

#site-footer {
  background: #04101f;
  position: relative;
  overflow: hidden;
  /* Subtle texture */
  background-image: radial-gradient(circle, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 30px 30px;
  background-color: #04101f;
}

/* Ambient color blobs */
#site-footer::before {
  content: '';
  position: absolute;
  width: 500px; height: 400px;
  left: -100px; top: -80px;
  background: radial-gradient(circle, rgba(0,98,163,.12) 0%, transparent 60%);
  pointer-events: none;
}
#site-footer::after {
  content: '';
  position: absolute;
  width: 400px; height: 400px;
  right: -80px; bottom: 40px;
  background: radial-gradient(circle, rgba(75,167,55,.08) 0%, transparent 60%);
  pointer-events: none;
}

/* Top accent */
.footer-accent-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,130,200,.4), rgba(75,167,55,.3), transparent);
}

/* ── Main section */
.footer-main {
  padding: 72px 0 60px;
  position: relative; z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1.1fr 1fr;
  gap: 52px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

/* Brand column */
.footer-brand { display: flex; flex-direction: column; gap: 18px; }

.footer-logo-wrap { display: inline-flex; }
.footer-logo {
  height: 42px; width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .88;
  transition: opacity .3s, transform .3s;
}
.footer-logo-wrap:hover .footer-logo { opacity: 1; transform: scale(1.03); }

.footer-bio {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 1.75;
  color: rgba(255,255,255,.35);
  max-width: 280px;
}
.footer-bio strong { color: rgba(255,255,255,.52); font-weight: 600; }

/* Location pills */
.footer-locations {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.floc {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,.45);
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  transition: color .2s, background .2s;
}
.floc:hover { color: rgba(255,255,255,.8); background: rgba(255,255,255,.09); }

/* Social */
.footer-social { display: flex; gap: 8px; }
.fsoc-btn {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.4);
  text-decoration: none;
  transition: background .25s, color .25s, border-color .25s, transform .25s;
}
.fsoc-btn:hover {
  background: rgba(0,98,163,.3);
  color: #7ec8f0;
  border-color: rgba(0,130,200,.4);
  transform: translateY(-3px);
}

/* Link columns */
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col-title {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.28);
  margin-bottom: 6px;
}
.footer-link {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  color: rgba(255,255,255,.46);
  text-decoration: none;
  transition: color .2s, padding-left .2s;
}
.footer-link:hover { color: rgba(255,255,255,.88); padding-left: 4px; }
.footer-link--accent { color: #3ba5e0 !important; font-weight: 600; }
.footer-link--accent:hover { color: #7ec8f0 !important; }

/* Bottom bar */
.footer-bottom {
  position: relative; z-index: 2;
  border-top: 0;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 64px;
}
.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-copy {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,.2);
}
.footer-copy strong { font-weight: 600; color: rgba(255,255,255,.28); }
.footer-bottom-links { display: flex; gap: 22px; }
.footer-btm-a {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,.2);
  text-decoration: none;
  transition: color .2s;
}
.footer-btm-a:hover { color: rgba(255,255,255,.5); }

/* ── Responsive */
@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-main { padding-left: 36px; padding-right: 36px; }
  .footer-bottom { padding-left: 36px; padding-right: 36px; }
}
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 40px; }
  .footer-main { padding: 52px 22px 40px; }
  .footer-bottom { padding: 0 22px; }
  .footer-bottom-inner { flex-direction: column; text-align: center; gap: 6px; }
  .footer-bottom-links { justify-content: center; }
}/* End custom CSS */