 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgb(15, 23, 42), rgb(11, 18, 32));
  background-size: cover;
}

.u-section-1 .u-sheet-1 {
  min-height: 922px;
}

.u-section-1 .u-text-1 {
  margin: 10px auto 0;
}

.u-section-1 .u-text-2 {
  margin: 0 auto;
}

.u-section-1 .u-custom-html-1 {
  height: auto;
  min-height: 800px;
  margin-top: 30px;
  margin-bottom: 0;
  width: 100%;
}

@media (max-width: 1199px) {
  .u-section-1 .u-custom-html-1 {
    width: auto;
  }
}.airport-popup {
  width: 260px;
}
.airport-popup a {
  color: #fff !important;
}
.airport-popup .leaflet-popup-content-wrapper {
  background: linear-gradient(180deg, #0f172a, #0b1220);
  color: white;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.6);
}
.airport-popup .leaflet-popup-tip {
  background: #0b1220;
}
/* CARD BASE */
.airport-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: Arial, sans-serif;
  padding-left: 12px;
  padding-right: 4px;
}
/* HEADER */
.airport-header {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.airport-code {
  font-size: 18px;
  font-weight: bold;
}
.airport-name {
  font-size: 13px;
  opacity: 0.8;
}
/* IMAGE */
.airport-image img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
}
/* FOOTER BUTTON */
.airport-footer a {
  display: block;
  text-align: center;
  background: linear-gradient(180deg, #c40000, #8b0000);
  color: #ffffff;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(255,255,255,0.12);
  transition: all 0.2s ease;
}
.airport-footer a:hover {
  background: #ff1a1a;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.4);
}
.airport-popup.delta .airport-card { border-left: 4px solid #005aff; }
.airport-popup.charlie .airport-card { border-left: 4px solid #f600ff; }
.airport-popup.soft .airport-card { border-left: 4px solid #4ff328; }
.airport-popup.non_towered .airport-card { border-left: 4px solid #77336e; }
.airport-popup.water .airport-card { border-left: 4px solid #ebf4fa; }
.airport-popup.airplane .airport-card { border-left: 4px solid #D6D9DC; }