@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&family=Tajawal:wght@400;500;700&display=swap");
.site-footer-premium {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Cairo", "Tajawal", system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.02em;
  background: linear-gradient(168deg, #050a12 0%, #0a1424 38%, #0e1c32 72%, #0a1628 100%);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-footer-premium--in-view {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .site-footer-premium {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
html[dir=rtl] .site-footer-premium {
  font-family: "Tajawal", "Cairo", system-ui, sans-serif;
}
.site-footer-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse 90% 55% at 50% -15%, rgba(42, 132, 137, 0.28), transparent 58%), radial-gradient(ellipse 50% 40% at 100% 30%, rgba(30, 90, 120, 0.18), transparent 55%), radial-gradient(ellipse 45% 35% at 0% 70%, rgba(42, 132, 137, 0.12), transparent 50%), linear-gradient(105deg, transparent 0%, rgba(42, 132, 137, 0.04) 45%, transparent 52%), linear-gradient(-18deg, rgba(255, 255, 255, 0.02) 0%, transparent 42%);
}
.site-footer-premium::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23ffffff' fill-opacity='0.05'/%3E%3C/svg%3E");
  background-size: 48px 48px, 48px 48px, 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.85) 100%);
}
.site-footer-premium__main {
  position: relative;
  z-index: 1;
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: clamp(2.75rem, 4.5vw, 4rem);
}
.site-footer-premium__grid {
  --bs-gutter-y: 2.5rem;
}
.site-footer-premium__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}
@media (min-width: 768px) {
  .site-footer-premium__col {
    align-items: flex-start;
    text-align: start;
  }
}
@media (min-width: 768px) {
  .site-footer-premium__col--brand {
    padding-inline-end: 0.5rem;
  }
}
.site-footer-premium__logo {
  margin-bottom: 1.35rem;
  filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.35));
}
.site-footer-premium__about {
  max-width: 22rem;
  margin: 0 auto 1.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.75;
  opacity: 0.95;
}
@media (min-width: 768px) {
  .site-footer-premium__about {
    margin-left: 0;
    margin-right: 0;
  }
}
.site-footer-premium__about p:last-child {
  margin-bottom: 0;
}
.site-footer-premium__section-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.94);
  margin-bottom: 1.35rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(42, 132, 137, 0.25);
  width: 100%;
  max-width: 16rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .site-footer-premium__section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.site-footer-premium__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.site-footer-premium__list > li {
  margin: 0;
  padding: 0;
}
.site-footer-premium__list > li > a {
  display: inline-block;
  padding: 0.4rem 0;
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: color 0.28s ease, transform 0.28s ease;
}
.site-footer-premium__list > li > a:hover {
  color: #fff;
  transform: translateX(5px);
}
html[dir=rtl] .site-footer-premium__list > li > a:hover {
  transform: translateX(-5px);
}
@media (prefers-reduced-motion: reduce) {
  .site-footer-premium__list > li > a {
    transition: color 0.2s ease;
  }
  .site-footer-premium__list > li > a:hover {
    transform: none;
  }
}
.site-footer-premium__list .sub-menu {
  list-style: none;
  padding: 0.2rem 0 0 0.85rem;
  margin: 0;
}
.site-footer-premium__list .sub-menu a {
  font-size: 0.875rem;
  opacity: 0.92;
  transition: color 0.28s ease, transform 0.28s ease;
}
.site-footer-premium__list .sub-menu a:hover {
  color: #fff;
  transform: translateX(5px);
}
html[dir=rtl] .site-footer-premium__list .sub-menu a:hover {
  transform: translateX(-5px);
}
@media (prefers-reduced-motion: reduce) {
  .site-footer-premium__list .sub-menu a {
    transition: color 0.2s ease;
  }
  .site-footer-premium__list .sub-menu a:hover {
    transform: none;
  }
}
.site-footer-premium__contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.site-footer-premium__contact-item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 1.1rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.58);
}
@media (min-width: 768px) {
  .site-footer-premium__contact-item {
    justify-content: flex-start;
  }
}
.site-footer-premium__contact-item:last-child {
  margin-bottom: 0;
}
html[dir=rtl] .site-footer-premium__contact-item {
  flex-direction: row-reverse;
  text-align: right;
}
.site-footer-premium__contact-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.28s ease, transform 0.28s ease;
}
.site-footer-premium__contact-item a:hover {
  color: #fff;
  transform: translateX(5px);
}
html[dir=rtl] .site-footer-premium__contact-item a:hover {
  transform: translateX(-5px);
}
@media (prefers-reduced-motion: reduce) {
  .site-footer-premium__contact-item a {
    transition: color 0.2s ease;
  }
  .site-footer-premium__contact-item a:hover {
    transform: none;
  }
}
.site-footer-premium__contact-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 0.88rem;
  color: #5ec9cf;
  background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.12), rgba(42, 132, 137, 0.22));
  border: 1px solid rgba(42, 132, 137, 0.45);
  box-shadow: 0 0 0 1px rgba(42, 132, 137, 0.12), 0 4px 20px rgba(42, 132, 137, 0.22);
  margin-top: 0.05rem;
}
.site-footer-premium__contact-text {
  flex: 1;
  min-width: 0;
  line-height: 1.65;
}
.site-footer-premium__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .site-footer-premium__social {
    justify-content: flex-start;
  }
}
.site-footer-premium__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  transition: color 0.28s ease, transform 0.28s ease, background 0.28s ease, border-color 0.28s ease, box-shadow 0.32s ease;
}
.site-footer-premium__social-link i {
  font-size: 0.95rem;
}
.site-footer-premium__social-link:hover {
  color: #fff;
  background: rgba(42, 132, 137, 0.22);
  border-color: rgba(42, 132, 137, 0.55);
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(42, 132, 137, 0.38), 0 0 24px rgba(42, 132, 137, 0.2);
}
.site-footer-premium__social-link:focus-visible {
  outline: 2px solid #2a8489;
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .site-footer-premium__social-link:hover {
    transform: none;
  }
}
.site-footer-premium__divider {
  position: relative;
  z-index: 1;
  height: 1px;
  margin: 0;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(42, 132, 137, 0.35) 20%, rgba(255, 255, 255, 0.12) 50%, rgba(42, 132, 137, 0.35) 80%, transparent);
  opacity: 0.95;
}
.site-footer-premium__divider--bottom {
  opacity: 0.85;
}
.site-footer-premium__newsletter-band {
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 4vw, 3rem) 0;
}
.site-footer-premium__newsletter-inner {
  display: grid;
  gap: 1.75rem;
  align-items: center;
}
@media (min-width: 992px) {
  .site-footer-premium__newsletter-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 28rem);
    gap: 2.5rem;
  }
}
.site-footer-premium__newsletter-copy {
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer-premium__newsletter-copy {
    text-align: start;
  }
}
.site-footer-premium__newsletter-kicker {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(42, 132, 137, 0.95);
  margin-bottom: 0.45rem;
}
.site-footer-premium__newsletter-heading {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.96);
  margin: 0 0 0.5rem;
  line-height: 1.25;
  text-shadow: 0 2px 28px rgba(42, 132, 137, 0.15);
}
.site-footer-premium__newsletter-subline {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.6;
  max-width: 32rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .site-footer-premium__newsletter-subline {
    margin: 0;
  }
}
.site-footer-premium__newsletter-form {
  width: 100%;
}
.site-footer-premium__newsletter-field {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 5px;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(10, 20, 36, 0.85));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 12px 40px rgba(0, 0, 0, 0.25);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.site-footer-premium__newsletter-field:focus-within {
  border-color: rgba(42, 132, 137, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 0 3px rgba(42, 132, 137, 0.18), 0 16px 44px rgba(0, 0, 0, 0.3);
}
.site-footer-premium__input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: rgba(6, 12, 22, 0.45);
  color: #fff;
  font-size: 0.9375rem;
  padding: 0.75rem 1rem 0.75rem 1.25rem;
  border-radius: 999px;
  outline: none;
}
.site-footer-premium__input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.site-footer-premium__newsletter-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(145deg, #2a8489 0%, #1f6569 100%);
  box-shadow: 0 4px 18px rgba(42, 132, 137, 0.45);
  transition: transform 0.25s ease, box-shadow 0.3s ease, filter 0.25s ease;
}
.site-footer-premium__newsletter-btn i {
  font-size: 1.05rem;
  line-height: 1;
}
.site-footer-premium__newsletter-btn:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 32px rgba(42, 132, 137, 0.55), 0 0 40px rgba(42, 132, 137, 0.25);
  filter: brightness(1.05);
}
.site-footer-premium__newsletter-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .site-footer-premium__newsletter-btn:hover {
    transform: none;
  }
}
.site-footer-premium__bottom-bar {
  position: relative;
  z-index: 1;
  padding: 1.35rem 0 1.75rem;
}
.site-footer-premium__bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer-premium__bottom-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: start;
    gap: 1.25rem;
  }
}
.site-footer-premium__copyright {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.42);
  letter-spacing: 0.03em;
  line-height: 1.5;
  max-width: 42rem;
}
.site-footer-premium__credit {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.25s ease, opacity 0.25s ease;
}
.site-footer-premium__credit:hover {
  color: rgba(255, 255, 255, 0.72);
}
.site-footer-premium__credit:focus-visible {
  outline: 2px solid rgba(201, 162, 39, 0.5);
  outline-offset: 4px;
  border-radius: 4px;
}
.site-footer-premium__credit-text {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-footer-premium__credit-logo {
  display: block;
  height: 22px;
  width: auto;
  max-width: 104px;
  opacity: 0.88;
  transition: opacity 0.25s ease, filter 0.25s ease;
  filter: drop-shadow(0 0 12px rgba(201, 162, 39, 0.15));
}
.site-footer-premium__credit:hover .site-footer-premium__credit-logo {
  opacity: 1;
  filter: drop-shadow(0 0 14px rgba(201, 162, 39, 0.28));
}

body .scroll__top {
  width: 50px;
  height: 50px;
  right: 22px;
  border-radius: 50%;
  border: 1px solid rgba(42, 132, 137, 0.45);
  background: linear-gradient(155deg, #2a8489 0%, #1f6569 100%);
  color: #fff;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.06), 0 0 28px rgba(42, 132, 137, 0.25);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.3s ease, bottom 0.45s ease;
}
body .scroll__top:hover {
  background: linear-gradient(155deg, #34a8ae 0%, #2a8489 100%);
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(42, 132, 137, 0.5), 0 0 48px rgba(42, 132, 137, 0.35);
}
body .scroll__top:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 3px;
}
body .scroll__top::after {
  opacity: 0.25;
}
@media (prefers-reduced-motion: reduce) {
  body .scroll__top:hover {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  body .scroll__top {
    width: 44px;
    height: 44px;
    right: 14px;
  }
}
