/* Main container responsiveness */
#leadform {
  padding: 10px 1em;
  box-sizing: border-box;
}

/* Contact Form 7 wrapper */
#leadform .wpcf7 {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

/* Form element styling */
#leadform input,
#leadform textarea,
#leadform select {
  width: 100%;
  margin-bottom: 16px;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
}

/* Submit button */
#leadform input[type="submit"],
#leadform button {
  background-color: #0284c7;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
}

/* Ensure block columns don’t interfere with layout */
#leadform .wp-block-columns {
  display: block;
}

#leadform .wp-block-column {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}


#why-us, #leadform {
  background-color: #e6f2fa; /* light trust blue */
  border-top: 1px solid #cce4f5;
  border-bottom: 1px solid #cce4f5;
}


#how-it-works, #why-us {
  padding-right:50px;
  padding-left:50px;
}

