.elementor-39 .elementor-element.elementor-element-88a4a85{--display:flex;}.elementor-39 .elementor-element.elementor-element-88a4a85:not(.elementor-motion-effects-element-type-background), .elementor-39 .elementor-element.elementor-element-88a4a85 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#102A6C;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-88a4a85 *//* ===================== FOOTER =============================== */
.hgm-footer {
  background: var(--hgm-deep-navy);
  color: rgba(255,255,255,0.84);
  padding: 80px 0 32px;
  overflow: hidden;
}

.hgm-footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.25fr;
  gap: 48px;
  align-items: flex-start;
}

.hgm-footer__brand {
  min-width: 0;
}

.hgm-footer__brand-logo {
  margin-bottom: 18px;
}

.hgm-footer__tag {
  font-size: 15px;
  color: rgba(255,255,255,0.72);
  max-width: 340px;
  margin: 0;
  line-height: 1.7;
}

.hgm-footer__h {
  font-family: var(--hgm-font-arabic);
  font-weight: 800;
  color: #fff;
  font-size: 16px;
  margin: 0 0 18px;
}

.hgm-footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hgm-footer__links a {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.5;
  transition: color 220ms ease, transform 220ms ease;
}

.hgm-footer__links a:hover {
  color: var(--hgm-yellow);
  transform: translateX(-3px);
}

.hgm-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hgm-footer__contact a {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.84);
  transition: color 220ms ease;
}

.hgm-footer__contact a:hover {
  color: var(--hgm-yellow);
}

.hgm-footer__contact svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  color: var(--hgm-yellow);
  stroke-width: 1.9;
}

.hgm-footer__legal {
  margin: 56px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.10);
  font-size: 12.5px;
  color: rgba(255,255,255,0.55);
  line-height: 1.8;
  text-align: center;
  max-width: 820px;
}

/* ===================== TABLET =============================== */
@media (max-width: 1024px) {
  .hgm-footer {
    padding: 64px 0 30px;
  }

  .hgm-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 40px 32px;
  }

  .hgm-footer__brand {
    grid-column: 1 / -1;
  }

  .hgm-footer__tag {
    max-width: 520px;
  }
}

/* ===================== MOBILE =============================== */
@media (max-width: 767px) {
  .hgm-footer {
    padding: 52px 0 26px;
    text-align: center;
  }

  .hgm-footer__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hgm-footer__brand-logo {
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    margin-bottom: 16px;
  }

  .hgm-footer__tag {
    max-width: 100%;
    margin-inline: auto;
    font-size: 14px;
  }

  .hgm-footer__h {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .hgm-footer__links {
    gap: 10px;
    align-items: center;
  }

  .hgm-footer__links a {
    font-size: 14px;
  }

  .hgm-footer__links a:hover {
    transform: none;
  }

  .hgm-footer__contact {
    align-items: center;
    gap: 12px;
  }

  .hgm-footer__contact a {
    justify-content: center;
    text-align: center;
    max-width: 320px;
    font-size: 14px;
  }

  .hgm-footer__contact svg {
    margin-top: 2px;
  }

  .hgm-footer__legal {
    margin-top: 40px;
    padding-top: 22px;
    font-size: 11.8px;
    line-height: 1.75;
    max-width: 100%;
  }
}

/* ===================== SMALL MOBILE ========================= */
@media (max-width: 420px) {
  .hgm-footer {
    padding: 46px 0 24px;
  }

  .hgm-footer__grid {
    gap: 30px;
  }

  .hgm-logo-lockup--lg .hgm-logo-lockup__top {
    font-size: 32px;
  }

  .hgm-logo-lockup--lg .hgm-logo-lockup__rib {
    font-size: 12px;
  }

  .hgm-footer__tag {
    font-size: 13.5px;
  }

  .hgm-footer__legal {
    font-size: 11.5px;
  }
}/* End custom CSS */