.elementor-267 .elementor-element.elementor-element-1dae8b3{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-fe0861f *//* === Naabans Foundation Volunteer Form === */
.volunteer-form-card {
  max-width: 700px;
  margin: 40px auto;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  font-family: "Inter", "Poppins", sans-serif;
  transition: all 0.3s ease;
  border-top: 6px solid #00b884;
}

.volunteer-form-card:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

/* === Titles === */
.volunteer-form-card h2.form-title {
  text-align: center;
  color: #174c43;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.volunteer-form-card h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #174c43;
  font-weight: 600;
  border-left: 4px solid #00b884;
  padding-left: 10px;
}

/* === Input Fields === */
.volunteer-form-card input[type="text"],
.volunteer-form-card input[type="email"],
.volunteer-form-card input[type="tel"],
.volunteer-form-card textarea,
.volunteer-form-card select {
  width: 100%;
  padding: 14px 16px;
  margin-top: 8px;
  margin-bottom: 16px;
  border-radius: 10px;
  border: 1px solid #d8e2dc;
  font-size: 15px;
  transition: 0.3s ease;
  background: #f9fafb;
  color: #174c43;
}

/* Focus state */
.volunteer-form-card input:focus,
.volunteer-form-card textarea:focus,
.volunteer-form-card select:focus {
  border-color: #00b884;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 184, 132, 0.15);
  outline: none;
}

/* === Select Dropdown === */
.volunteer-form-card select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f9fafb url("data:image/svg+xml;utf8,<svg fill='%2300b884' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 14px center;
  background-size: 16px;
  padding: 14px 40px 14px 16px;
  line-height: 1.4;
  height: 48px;
}

/* === Checkboxes === */
.volunteer-form-card .wpcf7-list-item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 8px;
}

.volunteer-form-card .wpcf7-list-item label {
  font-size: 0.95rem;
  color: #174c43;
  cursor: pointer;
}

.volunteer-form-card input[type="checkbox"] {
  accent-color: #00b884;
}

/* === File Uploads === */
.volunteer-form-card input[type="file"] {
  background: #f8f9fa;
  border: 1px dashed #00b884;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.volunteer-form-card input[type="file"]:hover {
  border-color: #174c43;
}

/* === Textarea === */
.volunteer-form-card textarea {
  min-height: 120px;
  resize: vertical;
}

/* === Submit Button === */
.volunteer-form-card input[type="submit"] {
  background: #00b884;
  color: #fff;
  border: none;
  padding: 14px 25px;
  font-size: 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  margin-top: 25px;
  font-weight: 500;
}

.volunteer-form-card input[type="submit"]:hover {
  background: #174c43;
  transform: translateY(-2px);
}

/* === Acceptance Field === */
.volunteer-form-card .wpcf7-acceptance {
  margin-top: 20px;
  font-size: 0.9rem;
  color: #174c43;
}

/* === Validation Messages === */
.volunteer-form-card .wpcf7-not-valid-tip {
  color: #d93025;
  font-size: 0.85rem;
  margin-top: -10px;
  margin-bottom: 10px;
}

.volunteer-form-card .wpcf7-response-output {
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: 20px;
}

/* Success */
.volunteer-form-card .wpcf7-mail-sent-ok {
  background: #e6f9f0;
  border: 1px solid #00b884;
  color: #174c43;
}

/* Error */
.volunteer-form-card .wpcf7-validation-errors {
  background: #fff4f4;
  border: 1px solid #e63946;
  color: #c62828;
}

/* === Responsive === */
@media (max-width: 600px) {
  .volunteer-form-card {
    padding: 25px 20px;
  }

  .volunteer-form-card h2.form-title {
    font-size: 1.5rem;
  }

  .volunteer-form-card h3 {
    font-size: 1rem;
  }

  .volunteer-form-card .wpcf7-list-item {
    display: block;
    margin-right: 0;
  }
}/* End custom CSS */