.elementor-71 .elementor-element.elementor-element-5d8a873{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-71 .elementor-element.elementor-element-5d8a873{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-71 .elementor-element.elementor-element-5d8a873{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-77af08c *//* =========================================================================
   AIRBORNE CLUB — Premium Footer
   Palette:  --ac-blue #0058C9 · --ac-red #D62828 · Dark Navy background
   Type:     Poppins (headings) · Inter (body / links)
   ========================================================================= */

:root {
  --ac-blue: #0058C9;
  --ac-blue-light: #2E7CF6;
  --ac-red: #D62828;
  --ac-navy: #060c18;
  --ac-navy-soft: #0c1830;
  --ac-white: #ffffff;
  --ac-gray: #a9b4c4;
  --ac-gray-soft: #7b869a;
  --ac-line: rgba(255, 255, 255, 0.09);
  --ac-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.ac-footer, .ac-footer * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ac-footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--ac-navy) 0%, var(--ac-navy-soft) 100%);
  color: var(--ac-gray);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  padding: 88px 0 0;
}

/* Ambient brand glow — decorative only */
.ac-footer__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(600px 300px at 8% 0%, rgba(0, 88, 201, 0.22), transparent 60%),
    radial-gradient(500px 260px at 95% 15%, rgba(214, 40, 40, 0.14), transparent 60%);
}

.ac-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ---------- Grid ---------- */
.ac-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 1.1fr 1.1fr;
  gap: 56px;
  padding-bottom: 64px;
}

.ac-footer__col { min-width: 0; }

.ac-footer__heading {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--ac-white);
  letter-spacing: 0.01em;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 12px;
}
.ac-footer__heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--ac-blue) 0%, var(--ac-red) 100%);
}

/* ---------- Column 1: Brand ---------- */
.ac-footer__logo {
  display: inline-flex;
  line-height: 0;
  margin-bottom: 22px;
}
.ac-footer__logo img {
  height: 46px;
  width: auto;
  filter: brightness(0) invert(1);
  display: block;
}

.ac-footer__about {
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--ac-gray);
  max-width: 420px;
  margin-bottom: 26px;
}
.ac-footer__about strong {
  color: var(--ac-white);
  font-weight: 600;
}

.ac-footer__social {
  list-style: none;
  display: flex;
  gap: 12px;
}
.ac-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--ac-line);
  color: var(--ac-white);
  text-decoration: none;
  transition: transform 0.3s var(--ac-ease), background 0.3s var(--ac-ease), box-shadow 0.3s var(--ac-ease), border-color 0.3s var(--ac-ease);
}
.ac-footer__social-link .ac-icon {
  width: 18px !important;
  height: 18px !important;
  display: inline-block !important;
  fill: currentColor !important;
}
.ac-footer__social-link:hover {
  background: linear-gradient(135deg, var(--ac-blue) 0%, var(--ac-red) 100%);
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 88, 201, 0.35);
}

/* ---------- Column 2: Quick Links ---------- */
.ac-footer__links { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.ac-footer__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 0 8px 0;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ac-gray);
  text-decoration: none;
  transition: color 0.25s var(--ac-ease), padding-left 0.25s var(--ac-ease);
}
.ac-footer__link::before {
  content: '';
  width: 0;
  height: 1px;
  margin-right: 0;
  background: var(--ac-red);
  transition: width 0.25s var(--ac-ease), margin-right 0.25s var(--ac-ease);
}
.ac-footer__link:hover {
  color: var(--ac-white);
  padding-left: 4px;
}
.ac-footer__link:hover::before {
  width: 14px;
  margin-right: 8px;
}
.ac-footer__link.is-active {
  color: var(--ac-white);
  font-weight: 600;
}
.ac-footer__link.is-active::before {
  width: 14px;
  margin-right: 8px;
  background: linear-gradient(90deg, var(--ac-blue), var(--ac-red));
}

/* ---------- Column 3: Contact ---------- */
.ac-footer__contact { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.ac-footer__contact-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--ac-line);
  backdrop-filter: blur(6px);
  transition: background 0.3s var(--ac-ease), border-color 0.3s var(--ac-ease), transform 0.3s var(--ac-ease);
}
.ac-footer__contact-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(0, 88, 201, 0.4);
  transform: translateX(4px);
}
.ac-footer__contact-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--ac-blue) 0%, #003a8c 100%);
  color: var(--ac-white);
}
.ac-footer__contact-icon .ac-icon {
  width: 16px !important;
  height: 16px !important;
  display: inline-block !important;
  fill: currentColor !important;
}
.ac-footer__contact-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 14px;
  padding-top: 4px;
}
.ac-footer__contact-text a {
  color: var(--ac-gray);
  text-decoration: none;
  transition: color 0.2s var(--ac-ease);
}
.ac-footer__contact-text a:hover { color: var(--ac-white); }
.ac-footer__address {
  font-style: normal;
  color: var(--ac-gray);
  line-height: 1.6;
}

/* ---------- Column 4: CTA ---------- */
.ac-footer__cta-text {
  font-size: 14px;
  line-height: 1.75;
  color: var(--ac-gray);
  margin-bottom: 24px;
  max-width: 320px;
}
.ac-footer__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  background: linear-gradient(135deg, var(--ac-blue) 0%, var(--ac-blue-light) 100%);
  color: var(--ac-white) !important;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(0, 88, 201, 0.35);
  transition: transform 0.3s var(--ac-ease), box-shadow 0.3s var(--ac-ease), background 0.3s var(--ac-ease);
  white-space: nowrap;
}
.ac-footer__cta-btn .ac-icon {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  display: inline-block !important;
  fill: currentColor !important;
}
.ac-footer__cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 88, 201, 0.48);
  background: linear-gradient(135deg, var(--ac-red) 0%, #b31f1f 100%);
}

/* ---------- Bottom bar ---------- */
.ac-footer__bottom {
  border-top: 1px solid var(--ac-line);
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.ac-footer__copyright,
.ac-footer__credit {
  font-size: 13.5px;
  color: var(--ac-gray-soft);
}
.ac-footer__credit span {
  color: var(--ac-white);
  font-weight: 600;
}

/* ---------- Focus states ---------- */
.ac-footer__link:focus-visible,
.ac-footer__social-link:focus-visible,
.ac-footer__cta-btn:focus-visible,
.ac-footer__contact-text a:focus-visible {
  outline: 2px solid var(--ac-blue-light);
  outline-offset: 3px;
  border-radius: 6px;
}

/* =========================================================================
   Responsive
   ========================================================================= */

/* Tablet — 2 columns */
@media (max-width: 992px) {
  .ac-footer { padding-top: 64px; }
  .ac-footer__inner { padding: 0 28px; }
  .ac-footer__grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 44px;
    column-gap: 36px;
    padding-bottom: 48px;
  }
  .ac-footer__col--brand { grid-column: 1 / -1; }
  .ac-footer__about { max-width: 560px; }
}

/* Mobile — single column, centered */
@media (max-width: 640px) {
  .ac-footer { padding-top: 56px; }
  .ac-footer__inner { padding: 0 22px; }
  .ac-footer__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .ac-footer__col--brand { grid-column: auto; }

  .ac-footer__logo { justify-content: center; width: 100%; }
  .ac-footer__about { margin-left: auto; margin-right: auto; }
  .ac-footer__social { justify-content: center; }

  .ac-footer__heading { text-align: center; }
  .ac-footer__heading::after { left: 50%; transform: translateX(-50%); }

  .ac-footer__links { align-items: center; }
  .ac-footer__link:hover { padding-left: 0; }
  .ac-footer__link::before { display: none; }

  .ac-footer__contact-card { text-align: left; }

  .ac-footer__cta-text { margin-left: auto; margin-right: auto; }
  .ac-footer__col--cta { display: flex; flex-direction: column; align-items: center; }
  .ac-footer__cta-btn {
    width: 100%;
    justify-content: center;
    padding: 16px 26px;
  }

  .ac-footer__bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ac-footer__social-link,
  .ac-footer__link,
  .ac-footer__link::before,
  .ac-footer__contact-card,
  .ac-footer__cta-btn {
    transition: none !important;
  }
}/* End custom CSS */