/* ANCOR GLOBAL DARK FOOTER */
.ancor-global-footer {
  background: #050505;
  color: #ffffff;
  border-top: 1px solid rgba(216,189,121,.22);
  direction: rtl;
  font-family: Arial, Helvetica, sans-serif;
}

.ancor-footer-main {
  width: min(1380px, calc(100% - 64px));
  margin: auto;
  padding: 58px 0 46px;
  display: grid;
  grid-template-columns: 1.15fr .78fr .78fr 1fr;
  gap: 52px;
  align-items: start;
}

.ancor-footer-brand {
  display: grid;
  gap: 18px;
}

.ancor-footer-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  color: #b9975b;
}

.ancor-footer-mark {
  width: 54px;
  height: 64px;
  display: grid;
  place-items: center;
  border-left: 4px solid #b9975b;
  border-bottom: 4px solid #b9975b;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.ancor-footer-logo strong {
  display: block;
  font-size: 42px;
  line-height: .85;
  letter-spacing: .10em;
  font-weight: 900;
}

.ancor-footer-logo small {
  display: block;
  margin-top: 7px;
  color: #d8bd79;
  font-size: 14px;
  letter-spacing: .28em;
  font-weight: 800;
}

.ancor-footer-brand p {
  color: rgba(255,255,255,.62);
  line-height: 1.9;
  font-size: 14px;
  max-width: 360px;
  margin: 0;
}

.ancor-footer-col h4 {
  color: #d8bd79;
  font-size: 15px;
  margin: 0 0 18px;
  font-weight: 900;
}

.ancor-footer-col a,
.ancor-footer-col span {
  display: block;
  color: rgba(255,255,255,.66);
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 10px;
  transition: .18s ease;
}

.ancor-footer-col a:hover {
  color: #d8bd79;
  transform: translateX(-4px);
}

.ancor-footer-contact-row {
  display: grid !important;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  direction: ltr;
  text-align: left;
  margin-bottom: 14px !important;
}

.ancor-footer-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(216,189,121,.11);
  color: #d8bd79;
  border: 1px solid rgba(216,189,121,.22);
  font-weight: 900;
}

.ancor-footer-contact-row b {
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 2px;
}

.ancor-footer-contact-row small {
  display: block;
  color: rgba(255,255,255,.52);
  font-size: 12px;
}

.ancor-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.10);
  background: #000000;
}

.ancor-footer-bottom-inner {
  width: min(1380px, calc(100% - 64px));
  margin: auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ancor-footer-social {
  display: flex;
  align-items: center;
  gap: 11px;
  direction: ltr;
}

.ancor-footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #d8bd79;
  border: 1px solid rgba(216,189,121,.25);
  background: rgba(255,255,255,.035);
  font-size: 13px;
  font-weight: 900;
  transition: .18s ease;
}

.ancor-footer-social a:hover {
  background: #b9975b;
  color: #050505;
  border-color: #b9975b;
  transform: translateY(-3px);
}

.ancor-footer-copy {
  color: rgba(255,255,255,.48);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.ancor-footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ancor-footer-links a {
  color: rgba(255,255,255,.50);
  font-size: 13px;
  font-weight: 700;
}

.ancor-footer-links a:hover {
  color: #d8bd79;
}

@media(max-width: 1050px) {
  .ancor-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    width: min(100% - 36px, 1380px);
    padding: 44px 0 34px;
  }

  .ancor-footer-bottom-inner {
    width: min(100% - 36px, 1380px);
    display: grid;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
  }

  .ancor-footer-social {
    justify-content: center;
  }

  .ancor-footer-links {
    justify-content: center;
  }
}

@media(max-width: 640px) {
  .ancor-footer-main {
    grid-template-columns: 1fr;
  }

  .ancor-footer-logo strong {
    font-size: 34px;
  }

  .ancor-footer-mark {
    width: 46px;
    height: 54px;
    font-size: 34px;
  }
}

/* ANCOR FOOTER FONT */
.ancor-global-footer,
.ancor-global-footer * {
  font-family: 'IBM Plex Sans Arabic', 'Tajawal', 'Inter', Arial, sans-serif !important;
}

