/* Ensure the white header overlays cleanly on top of blue section */
.header.fixed-top {
  background-color: #ffffff !important;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  z-index: 1030;
}

/* Space between header and section so blue starts below it */
#how-we-help-hero {
  margin-top: 80px; /* adjust depending on navbar height */
}

/* Optional: make curve blend smoother */
section svg.position-absolute.bottom-0 {
  margin-bottom: -1px;
}