@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

/* Hurghada Travels global footer. Scoped to the pasted Elementor wrapper. */
[data-section-html] {
  --ht-footer-ink: #071827;
  --ht-footer-surface: #f7fbfc;
  --ht-footer-gold: #f19d10;
  --ht-footer-turquoise: #2e718f;
  --ht-footer-aqua: #58a8bd;
  --ht-footer-ivory: #fffdf8;
  --ht-footer-max: 1240px;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

[data-section-html],
[data-section-html] * {
  box-sizing: border-box;
}

[data-section-html] a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

[data-section-html] .site-footer.site-footer.site-footer.site-footer.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #e6f2f5;
  border-top: 1px solid rgba(88, 168, 189, .26);
  background:
    radial-gradient(circle at 88% 0%, rgba(46, 113, 143, .28), transparent 34%),
    radial-gradient(circle at 8% 76%, rgba(241, 157, 16, .1), transparent 25%),
    linear-gradient(155deg, #071c2b 0%, #04131e 52%, #082432 100%) !important;
}

[data-section-html] .site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .45;
  background: repeating-radial-gradient(ellipse at 14% 110%, transparent 0 34px, rgba(255, 255, 255, .025) 35px 36px, transparent 37px 70px);
}

[data-section-html] .section-shell {
  position: relative;
  z-index: 1;
  width: min(var(--ht-footer-max), calc(100% - 44px));
  margin: 0 auto;
}

[data-section-html] .footer-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 54px 0 50px;
  border-bottom: 1px solid rgba(157, 210, 223, .18);
}

[data-section-html] .footer-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(180px, 28vw);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ht-footer-gold), var(--ht-footer-turquoise), transparent);
}

[data-section-html] .footer-cta h2 {
  max-width: 720px;
  margin: 0;
  color: var(--ht-footer-ivory);
  font-size: clamp(2.35rem, 4.2vw, 4.25rem);
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}

[data-section-html] .footer-cta-actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

[data-section-html] .footer-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: var(--ht-footer-ink);
  background: var(--ht-footer-gold);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 800;
  transition: transform .25s ease, background-color .25s ease;
}

[data-section-html] .footer-button.secondary {
  color: #edf8fa;
  background: rgba(88, 168, 189, .1);
  border-color: rgba(157, 210, 223, .28);
}

[data-section-html] .footer-button:hover,
[data-section-html] .footer-button:focus-visible {
  transform: translateY(-2px);
  background: var(--ht-footer-surface);
  color: var(--ht-footer-ink);
}

[data-section-html] .footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, .7fr));
  gap: clamp(34px, 5vw, 72px);
  padding: 66px 0 56px;
}

[data-section-html] .footer-brand img {
  width: 96px;
  height: 96px;
  display: block;
  object-fit: contain;
  margin-bottom: 18px;
}

[data-section-html] .footer-brand p {
  max-width: 390px;
  margin: 0;
  color: #bfd6dd;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}

[data-section-html] .footer-column h3 {
  margin: 8px 0 19px;
  color: #ffc451;
  font-size: .92rem;
  letter-spacing: .095em;
  text-transform: uppercase;
}

[data-section-html] .footer-links {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

[data-section-html] .footer-links li::marker {
  content: "";
}

[data-section-html] .footer-links a {
  color: #c7dce2;
  font-size: .95rem;
  font-weight: 600;
  transition: color .22s ease, transform .22s ease;
}

[data-section-html] .footer-links li {
  color: #b8d0d7;
  font-size: .95rem;
  line-height: 1.55;
}

[data-section-html] .footer-links a:hover,
[data-section-html] .footer-links a:focus-visible {
  color: var(--ht-footer-gold);
  transform: translateX(3px);
}

[data-section-html] .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

[data-section-html] .social-links a {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: #d9e9ed;
  background: rgba(88, 168, 189, .09);
  border: 1px solid rgba(157, 210, 223, .16);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
}

[data-section-html] .social-links a:hover,
[data-section-html] .social-links a:focus-visible {
  color: var(--ht-footer-ink);
  background: var(--ht-footer-gold);
}

[data-section-html] .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0 28px;
  color: #9eb9c2;
  border-top: 1px solid rgba(157, 210, 223, .13);
  font-size: .82rem;
  font-weight: 600;
}

[data-section-html] .footer-bottom-links {
  display: flex;
  gap: 18px;
}

[data-section-html] .footer-bottom a:hover,
[data-section-html] .footer-bottom a:focus-visible {
  color: var(--ht-footer-gold);
}

@media (max-width: 980px) {
  [data-section-html] .footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  [data-section-html] .footer-main {
    grid-template-columns: 1.4fr 1fr;
  }
}

@media (max-width: 680px) {
  [data-section-html] .section-shell {
    width: calc(100% - 28px);
  }

  [data-section-html] .footer-cta {
    padding: 42px 0 38px;
  }

  [data-section-html] .footer-cta h2 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  [data-section-html] .footer-cta-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  [data-section-html] .footer-button {
    width: 100%;
  }

  [data-section-html] .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 22px;
    padding: 50px 0 42px;
  }

  [data-section-html] .footer-brand,
  [data-section-html] .footer-main > .footer-column:last-child {
    grid-column: 1 / -1;
  }

  [data-section-html] .footer-brand p {
    font-size: .96rem;
  }

  [data-section-html] .footer-column h3 {
    margin-bottom: 16px;
    font-size: .86rem;
  }

  [data-section-html] .footer-links a,
  [data-section-html] .footer-links li {
    font-size: .9rem;
  }

  [data-section-html] .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    font-size: .78rem;
  }
}
