/* Airgroup Dynamics - Page Specific Styles */

/* FULL WIDTH DIVIDER - Unique to ADI page */
.full-width-divider {
  width: 100%;
  height: 60vh;
  position: relative;
  margin:0;
}
.full-width-divider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.divider-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  display: flex;
  align-items: flex-end;
  padding: 48px;
}
.divider-text {
  color: white;
  font-size: 32px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}