/*
 Theme Name: DaleyPWS
 Theme URI: https://daleypws.com
 Description: Fractional Identity Theme
 Author: Daley Professional Web Solutions
 Author URI: https://www.daleypws.com.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
.nf-form-cont.hsw-volunteer-form {
  color: #222;
  background: #ffffff;;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
  padding: 20px;
  margin: 20px auto;
}

/* Remove Ninja default borders/background if your theme adds them */
.nf-form-cont.hsw-volunteer-form .nf-form-layout,
.nf-form-cont.hsw-volunteer-form .nf-form-content {
  background: transparent;
  border: none;
}

/* Headings / description inside the form */
.nf-form-cont.hsw-volunteer-form h1,
.nf-form-cont.hsw-volunteer-form h2,
.nf-form-cont.hsw-volunteer-form h3 {
  font-weight: 700;
  margin-top: 0;
}

.nf-form-cont.hsw-volunteer-form .nf-form-fields-required,
.nf-form-cont.hsw-volunteer-form .nf-before-form-content {
  font-size: 13px;
  color: #6b7280;
}

/* Labels */
.nf-form-cont.hsw-volunteer-form .nf-field-label label {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 6px;
}

/* Helper / description text under fields */
.nf-form-cont.hsw-volunteer-form .nf-field-description {
  font-size: 12px;
  color: #64748b;
  margin-top: 6px;
}

/* Inputs, selects, textareas */
.nf-form-cont.hsw-volunteer-form input[type="text"],
.nf-form-cont.hsw-volunteer-form input[type="email"],
.nf-form-cont.hsw-volunteer-form input[type="tel"],
.nf-form-cont.hsw-volunteer-form input[type="number"],
.nf-form-cont.hsw-volunteer-form input[type="password"],
.nf-form-cont.hsw-volunteer-form select,
.nf-form-cont.hsw-volunteer-form textarea {
  font: inherit;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

.nf-form-cont.hsw-volunteer-form input[type="text"]:focus,
.nf-form-cont.hsw-volunteer-form input[type="email"]:focus,
.nf-form-cont.hsw-volunteer-form input[type="tel"]:focus,
.nf-form-cont.hsw-volunteer-form input[type="number"]:focus,
.nf-form-cont.hsw-volunteer-form input[type="password"]:focus,
.nf-form-cont.hsw-volunteer-form select:focus,
.nf-form-cont.hsw-volunteer-form textarea:focus {
  box-shadow: 0 0 0 4px  0 10px 30px rgba(0,0,0,.05);
}

/* Checkbox / radio list styling (“What are you here to do?”) */
.nf-form-cont.hsw-volunteer-form .nf-field-container ul,
.nf-form-cont.hsw-volunteer-form .nf-field-container .nf-field-element ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.nf-form-cont.hsw-volunteer-form .nf-field-container ul li {
  margin-bottom: 8px;
}

.nf-form-cont.hsw-volunteer-form .nf-field-container ul li label {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.3;
}


/* Buttons (submit, next, previous) */
.nf-form-cont.hsw-volunteer-form input[type="button"],
.nf-form-cont.hsw-volunteer-form input[type="submit"],
.nf-form-cont.hsw-volunteer-form button {
  border: none;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}

/* Primary submit */
.nf-form-cont.hsw-volunteer-form .nf-field-submit input[type="button"],
.nf-form-cont.hsw-volunteer-form .nf-field-submit input[type="submit"] {
  color: #fff;
}

.nf-form-cont.hsw-volunteer-form .nf-field-submit input[type="button"]:hover,
.nf-form-cont.hsw-volunteer-form .nf-field-submit input[type="submit"]:hover {
  filter: brightness(1.05);
}

/* Secondary (back / previous) buttons if present */
.nf-form-cont.hsw-volunteer-form .nf-next-previous input[type="button"]:not(.nf-next),
.nf-form-cont.hsw-volunteer-form .nf-next-previous input[type="submit"]:not(.nf-next) {
  background: #fff;
  border: 1px solid #e5e7eb;
}

/* Field spacing */
.nf-form-cont.hsw-volunteer-form .nf-row .nf-field-container {
  margin-bottom: 14px;
}

/* Error styling */
.nf-form-cont.hsw-volunteer-form .nf-error-msg,
.nf-form-cont.hsw-volunteer-form .ninja-forms-field-error {
  font-size: 12px;
  color: #bb0000;
  margin-top: 4px;
}

.nf-form-cont.hsw-volunteer-form .nf-error input,
.nf-form-cont.hsw-volunteer-form .nf-error select,
.nf-form-cont.hsw-volunteer-form .nf-error textarea {
  border-color: #bb0000;
}