.waterfund-section {
  background-color: #ccd1d7; /* light grey background */
  position: relative;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Arial', sans-serif;
}

.waterfund-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 110%;
  height: 100%;
  background-color: #003d80; /* dark blue shape behind */
  transform: rotate(-2deg);
  z-index: -1;
}

.waterfund-content {
  max-width: 900px;
  margin: 0 auto;
}

.waterfund-content h2 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.4;
}

.waterfund-content p {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
}

.waterfund-btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}
