/* ULA Group Footer */

.ula-footer {
  position: relative;
  width: 100%;
  min-height: 336px;
  overflow: hidden;
  background: #293579;
  color: #cecfd2;
  background-image: none;
  border-top: none;
  padding: 0;
}

.ula-footer__bg {
  position: absolute;
  inset: 0;
  background: #293579;
  pointer-events: none;
}


.ula-footer__decoration-img {
  position: absolute;
  bottom: -50px;
  inset-inline-start: 150px;
  width: 706.761px;
  height: 866.14px;
  /* transform: rotate(-151.477deg); */
  max-width: none;
  object-fit: contain;
  object-position: top left;
  mix-blend-mode: soft-light;
  opacity: 0.5;
  transform: rotate(-28.52deg) scaleX(-1);
  transform-origin: top left;
}

[dir="rtl"] .ula-footer__decoration-img {
  object-position: bottom left;
  transform: rotate(28.52deg);
  transform-origin: bottom left;
  bottom: 50px;
  inset-inline-start: -150px;
}

.ula-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 24px 32px;
}

.ula-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 48px 64px;
  margin-bottom: 56px;
}

.ula-footer__heading {
  margin: 0 0 19px;
  font-family: "Granadia-Bold", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.ula-footer__contact-email {
  margin: 0;
  font-family: "Granadia-Book", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #cecfd2;
}

.ula-footer__contact-email a {
  color: #cecfd2;
  text-decoration: none;
}

.ula-footer__contact-email a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.ula-footer__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.ula-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  color: #ffffff;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ula-footer__social-link:hover {
  opacity: 0.8;
  transform: translateY(-1px);
}

.ula-footer__social-link img,
.ula-footer__social-link svg {
  display: block;
  width: 20px;
  height: 20px;
}

.ula-footer__locations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 32px;
}

.ula-footer__location-title {
  margin: 0 0 9px;
  font-family: "Granadia-Book", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #cecfd2;
}

.ula-footer__location-text {
  margin: 0;
  font-family: "Granadia-Book", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #cecfd2;
}

.ula-footer__location-text p {
  margin: 0;
}

.ula-footer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.ula-footer__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.ula-footer__logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 34px;
  flex-shrink: 0;
}

.ula-footer__logo-mark-svg,
.ula-footer__logo-mark-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ula-footer__copyright {
  margin: 0;
  font-family: "Granadia-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #cecfd2;
}

.ula-footer__copyright p {
  margin: 0;
}

.ula-footer__legal {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.ula-footer__legal a {
  font-family: "Granadia-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #cecfd2;
  text-decoration: none;
  white-space: nowrap;
}

.ula-footer__legal a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.ula-footer .scroll-to-top {
  background: #6ac0ec;
  box-shadow: 0 4px 16px rgba(106, 192, 236, 0.35);
}

.ula-footer .scroll-to-top:hover {
  background: #4eb0e4;
  box-shadow: 0 6px 24px rgba(106, 192, 236, 0.45);
}

@media (max-width: 1024px) {
  .ula-footer__main {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ula-footer__locations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .ula-footer {
    min-height: 0;
  }

  .ula-footer__inner {
    padding: 40px 20px 28px;
  }

  .ula-footer__decoration {
    width: min(62%, 380px);
  }

  .ula-footer__decoration-img {
    top: -8%;
    inset-inline-start: -30%;
    width: 150%;
    height: 120%;
    opacity: 0.45;
  }

  .ula-footer__main {
    margin-bottom: 40px;
  }

  .ula-footer__locations {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ula-footer__bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .ula-footer__legal {
    gap: 16px 24px;
  }

  html[lang="ar"] .ula-footer__bar {
    align-items: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ula-footer__social-link,
  .ula-footer .scroll-to-top {
    transition: none;
  }
}
