/*
 * AirEvo responsive alignment hotfix v2
 * - Mirror the desktop navbar's fluid width and 1920px maximum.
 * - Let carousel content remain visible beneath the navigation arrows.
 * - Keep story-card footers transparent without changing the site footer.
 */

@media (min-width: 992px) {
  .av-home .av-benefits.av-shell {
    width: 100% !important;
    max-width: 1920px !important;
  }
}

.av-home .av-hero-carousel__arrow {
  background: rgba(255, 255, 255, .26) !important;
  border-color: rgba(255, 255, 255, .52) !important;
  -webkit-backdrop-filter: blur(3px) saturate(110%) !important;
  backdrop-filter: blur(3px) saturate(110%) !important;
}

.av-home .av-hero-carousel__arrow:hover,
.av-home .av-hero-carousel__arrow:focus-visible {
  background: rgba(10, 166, 156, .55) !important;
}

@media (max-width: 767px) {
  .av-home .av-hero-carousel__arrow {
    background: rgba(255, 255, 255, .30) !important;
  }
}

.av-home .av-story footer {
  background: transparent !important;
}
