.wpcf7 {
    max-width: 650px;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.wpcf7 label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 5px;
    font-size: 14px;
}

.wpcf7 textarea {
    min-height: 120px;
}

.wpcf7 input[type="submit"] {
    background: #2d6cdf;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
    background: #1f4fbf;
}

.cf7-submit {
    text-align: right;
    margin-top: 10px;
}

.wpcf7 input[type="checkbox"] {
    margin-right: 8px;
}
.footer-container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 40px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 30px 20px !important;
}

.footer-col {
    flex: 1 1 0 !important;
    width: 33.33% !important;
    min-width: 200px !important;
}
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column !important;
    }

    .footer-col {
        width: 100% !important;
    }
}
gap:90px;
padding:70px 25px;
}
line-height:2;
.village-form {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.village-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 18px;
}

.village-form input,
.village-form textarea,
.village-form select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s ease;
}

.village-form input:focus,
.village-form textarea:focus,
.village-form select:focus {
  border-color: #25D366;
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.15);
}

.village-form textarea {
  min-height: 120px;
}

.form-row {
  display: flex;
  gap: 15px;
}

.form-row > div {
  flex: 1;
}

.form-note {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}

.checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: normal;
}

.village-form input[type="submit"] {
  margin-top: 20px;
  background: #25D366;
  color: white;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.village-form input[type="submit"]:hover {
  background: #1ebe5d;
}
.form-header {
  text-align: center;
  margin-bottom: 20px;
}

.form-header h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

.form-header p {
  color: #666;
  font-size: 15px;
}
.form-title {
  text-align: center;
}
.fund-form {
  max-width: 750px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.fund-form h3 {
  text-align: center;
}

.fund-form h4 {
  margin-top: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.fund-form label {
  display: block;
  margin-top: 12px;
  font-weight: 600;
}

.fund-form input,
.fund-form textarea,
.fund-form select {
  width: 100%;
  padding: 8px;
  margin-top: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.fund-form textarea {
  min-height: 90px;
}

.fund-form input[type="radio"],
.fund-form input[type="checkbox"] {
  width: auto;
  margin-right: 6px;
}

.fund-form input[type="submit"] {
  margin-top: 20px;
  padding: 10px 15px;
  background: #2c5aa0;
  color: white;
  border: none;
  cursor: pointer;
}

.fund-form input[type="submit"]:hover {
  background: #1e3f73;
}
.form-notice {
  border: 2px solid #2c5aa0;
  background: #f3f7ff;
  padding: 12px 15px;
  margin: 15px 0 25px;
  font-size: 14px;
  line-height: 1.4;
}

.form-notice strong {
  color: #2c5aa0;
}
.form-notice {
  border: 2px solid #2c5aa0;
  background: #f3f7ff;
  padding: 12px 15px;
  margin: 15px 0 25px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.form-notice strong {
  color: #2c5aa0;
}
.form-section {
  margin-bottom: 10px;
}

.fund-form h4 {
  margin: 20px 0 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ddd;
}

.fund-form label {
  margin-top: 8px;
  margin-bottom: 2px;
}

.fund-form input,
.fund-form textarea,
.fund-form select {
  margin-top: 2px;
  margin-bottom: 6px;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}

.form-row > div {
  flex: 1;
}
.fund-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.fund-form h3 {
  text-align: center;
  margin-bottom: 10px;
}

.fund-form h4 {
  margin: 16px 0 6px;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
}

.form-notice {
  border: 2px solid #2c5aa0;
  background: #f3f7ff;
  padding: 10px 12px;
  margin: 10px 0 15px;
  text-align: center;
  font-size: 13px;
}

.fund-form label {
  display: block;
  margin: 6px 0 2px;
  font-weight: 600;
  font-size: 14px;
}

.fund-form input,
.fund-form textarea,
.fund-form select {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  box-sizing: border-box;
}

.fund-form textarea {
  min-height: 90px;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 6px;
}

.small-field {
  flex: 0.5;
}

.medium-field {
  flex: 1.5;
}

.fund-form input[type="submit"] {
  margin-top: 15px;
  padding: 10px;
  background: #2c5aa0;
  color: #fff;
  border: none;
  cursor: pointer;
}

.fund-form input[type="submit"]:hover {
  background: #1e3f73;
}
.fund-form label {
  display: block;
  margin: 3px 0 0;
  font-weight: 600;
  font-size: 14px;
}

.fund-form input,
.fund-form textarea,
.fund-form select {
  margin: 0;
}
.fund-form label {
  display: block;
  margin: 0;          /* removes space above and below label */
  font-weight: 600;
  font-size: 14px;
}

.fund-form input,
.fund-form textarea,
.fund-form select {
  width: 100%;
  padding: 6px 8px;
  margin: 0;          /* removes space above box */
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.fund-form br {
  display: none;
}
.form-row label {
  margin: 0;
}

.fund-form input[type="radio"] {
  width: auto;
  margin-right: 6px;
}
.form-row > div * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row input[type="number"] {
  width: 100%;
  height: 42px;          /* force same height */
  padding: 8px 10px;
  box-sizing: border-box;
}
.form-row > div {
  flex: 1;
}
.wpcf7-acceptance input[type="checkbox"] {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  position: static !important;
}