/* ADS Base — supplementary styles not covered by Elementor */

/* Smooth scrolling offset for fixed header */
.elementor-section[id], section[id], div[id] {
  scroll-margin-top: 75px;
}

/* Icon list link colors */
.elementor-icon-list-item a {
  color: #f5f6f8 !important;
  transition: color 0.2s;
}
.elementor-icon-list-item a:hover {
  color: #b42220 !important;
}

/* Progress bar labels */
.elementor-progress .elementor-title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #c8cdd4 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Buttons */
.elementor-button-wrapper .elementor-button {
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.08em;
}

/* Icon box tweaks */
.elementor-icon-box-wrapper {
  gap: 12px;
}

/* Divider */
.elementor-divider-separator {
  border-color: #8e1814 !important;
}

/* Body / html */
body.elementor-page {
  background: #0a0a0a !important;
}
