/* -----------------------------------
   Blue Section
----------------------------------- */
.section-blue {
  background-color: #094e7c;
  color: #fff;
  margin-top: 15px;
}

/* Text that stays white */
.section-blue .section-title,
.section-blue .service-title,
.section-blue p,
.section-blue label,
.section-blue button {
  color: #fff;
}

/* Inputs remain readable */
.section-blue input,
.section-blue textarea,
.section-blue select {
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

/* Service column overrides */
.section-blue .service-column {
  background-color: #fff;
  border-color: #e9ecef;
  color: #333;
}

.section-blue .service-column .service-title,
.section-blue .service-column p {
  color: #333;
}
