.elementor-8 .elementor-element.elementor-element-d4e94c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-d4708d8 *//* ===== Devs Dominion CF7 form styling ===== */
.deven-form {
  max-width: 820px;
  margin: 30px auto;
  padding: 28px;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.06);
  background: #ffffff;
  font-family: Arial, sans-serif;
  color: #000000;
}

/* Heading and subtitle (centered) */
.deven-form .form-heading {
  text-align: center;
  font-size: 32px;
  font-weight: 700; /* reduced from 800 */
  margin: 4px 0 6px 0;
  color: #0b74de;
}
.deven-form .form-sub {
  text-align: center;
  font-size: 13px;
  color: #475569;
  margin-bottom: 20px;
}

/* Labels and required star */
.deven-form label {
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500; /* reduced from 700 */
  color: #000000;
}
.deven-form .req {
  color: #e11d48;
  margin-left: 6px;
  font-weight: 500; /* reduced from 800 */
}

/* Inputs, selects, textarea, file */
.deven-form input[type="text"],
.deven-form input[type="email"],
.deven-form input[type="tel"],
.deven-form input[type="number"],
.deven-form select,
.deven-form textarea,
.deven-form .wpcf7-file {
  width: 100%;
  padding: 12px 14px;
  margin-top: 6px;
  box-sizing: border-box;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  font-size: 15px;
  color: #000000;
}

.deven-form textarea { min-height: 110px; resize: vertical; }

.deven-form .wpcf7-form-control-wrap input[type="file"] {
  width: 100%;
}

/* Radio styling */
.deven-form .wpcf7-list-item,
.deven-form input[type="radio"] + label,
.deven-form input[type="radio"] {
  display: inline-block;
}
.deven-form input[type="radio"] {
  margin-right: 8px;
  vertical-align: middle;
  transform: scale(1.06);
  accent-color: #0b74de;
}
.deven-form .wpcf7-list-item {
  margin-right: 18px;
  font-size: 15px;
  font-weight: 500; /* reduced from 600 */
  color: #000000;
}

/* Focus styling */
.deven-form input:focus,
.deven-form select:focus,
.deven-form textarea:focus {
  border-color: #0b74de;
  box-shadow: 0 0 0 3px rgba(11,116,222,0.08);
  outline: none;
}

/* Consent text style */
.deven-form .consent {
  font-weight: 500; /* reduced from 600 */
  font-size: 14px;
  margin-top: 6px;
  color: #000000;
}

/* Submit button */
.deven-form .submit-wrap {
  text-align: center;
  margin-top: 18px;
}
.deven-form .wpcf7-submit {
  background: #0b74de;
  color: #fff;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 700; /* reduced from 800 */
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.deven-form .wpcf7-submit:hover {
  background: #095bb2;
}

/* Validation tip */
.wpcf7-not-valid-tip {
  color: #c53030;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 640px) {
  .deven-form { padding: 18px; }
  .deven-form .form-heading { font-size: 24px; }
  .deven-form label { font-size: 15px; }
  .deven-form .wpcf7-submit { width: 100%; padding: 12px; }
}/* End custom CSS */