/* custom overrides (loaded last) */
@media (max-width: 767px) {
  .headerAndNavContainer {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
  }
  /* eyebrow (secondary nav) collapses on scroll to reclaim space */
  .secondaryNav {
    overflow: hidden;
    max-height: 300px;
    transition: max-height 0.25s ease, opacity 0.2s ease;
  }
  .secondaryNav.eyebrow-collapsed {
    max-height: 0 !important;
    opacity: 0 !important;
  }
}

/* Footer logo: render pure white so it reads cleanly on the dark footer */
.footerContainer img[src*="logo"] {
  filter: brightness(0) invert(1);
}

/* Homepage "Everything you need to feel your best" grid:
   show line icons on brand-blue circle badges instead of photos */
.items_b353a7f92340489d96de770e6cfc4daf .imgShape.circleImg {
  background-color: #003e7e;
}
.items_b353a7f92340489d96de770e6cfc4daf .imgHover-transform {
  display: flex;
  align-items: center;
  justify-content: center;
}
.items_b353a7f92340489d96de770e6cfc4daf .serviceIconSvg {
  width: 46%;
  height: 46%;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
