/* Smooth animation for the loader fill */
.hero-line.line-overlay {
  width: 0%;
  transition: width linear;
}

.hero-background-list {
  margin-left: 0;
  /* transition: margin-left 1s ease; */ /* fallback, JS controls timing */
}

.w-tab-link.w--current .benefit-item-icon__wrap {
  background-color: white; /* your color */
  color: #658b8c;
}
