/* ===== NINJA FORM STYLING FOR DIGITAL WILDERNESS ===== */

/* APPLY MANROPE FONT */
.nf-form-content,
.nf-form-content * {
  font-family: 'Manrope', sans-serif;
}

/* FORM WRAPPER TEXT */
.nf-form-content {
  color: #ffffff;
}

/* FORM TITLE */
.nf-form-title h3,
.nf-form-title {
  color: #ffffff !important;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 12px;
}

/* FORM DESCRIPTION / REQUIRED NOTE */
.nf-form-fields-required,
.nf-form-fields-required p {
  color: rgba(255,255,255,0.7) !important;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 24px;
}

/* FIELD LABELS (BASE) */
.nf-form-content label {
  color: rgba(255,255,255,0.9);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}

/* ===== UNIFIED LABEL STYLE ===== */

.nf-form-content .nf-field-label label,
.nf-form-content h3,
.nf-form-content .nf-field-label h3 {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  line-height: 1.4;
  margin-bottom: 6px;
}

/* REQUIRED ASTERISK */
.nf-form-content .ninja-forms-req-symbol,
.nf-form-content .nf-required {
  color: #FF893E !important;
}

/* FIELD DESCRIPTIONS */
.nf-field-description,
.nf-field-description p,
.nf-after-field .nf-error-msg,
.nf-field-description span {
  color: rgba(255,255,255,0.6) !important;
  font-size: 12px !important;
  line-height: 1.4;
}

/* INPUT FIELDS */
.nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.nf-form-content textarea,
.nf-form-content select {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.2);
  color: #ffffff;
  padding: 12px;
  border-radius: 4px;
  box-sizing: border-box;
}

/* PLACEHOLDERS */
.nf-form-content input::placeholder,
.nf-form-content textarea::placeholder {
  color: rgba(255,255,255,0.5);
}

/* FOCUS STATE */
.nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus,
.nf-form-content textarea:focus,
.nf-form-content select:focus {
  border-color: #DCBC06;
  background: rgba(255,255,255,0.08);
  outline: none;
}

/* FIELD SPACING */
.nf-form-content .nf-field-container {
  margin-bottom: 20px;
}

/* TEXTAREA SIZE */
.nf-form-content textarea {
  min-height: 140px;
}

/* ===== RADIO / CHECKBOX ===== */

.nf-form-content input[type="radio"],
.nf-form-content input[type="checkbox"] {
  accent-color: #FF893E;
  width: 18px;
  height: 18px;
}

.nf-form-content .nf-field-element li label {
  color: #ffffff;
  font-size: 14px;
}

.nf-form-content .nf-field-element li {
  margin-bottom: 8px;
}

/* ===== BUTTON ===== */

.nf-form-content input[type="submit"] {
  background: #FF893E;
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.25s ease;
  min-width: 220px;
}

/* BUTTON HOVER */
.nf-form-content input[type="submit"]:hover {
  background: #FCD976;
  color: #ffffff;
  transform: translateY(-1px);
}

/* MOBILE */
@media (max-width: 767px) {
  .nf-form-title h3,
  .nf-form-title {
    font-size: 26px;
  }

  .nf-form-content input[type="submit"] {
    width: 100%;
    min-width: 0;
  }
}

/* FORCE GROUP HEADINGS TO MATCH LABELS EXACTLY */
.nf-form-content h3 {
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-top: 0 !important;
  margin-bottom: 6px !important;
  letter-spacing: 0 !important;
}

/* ===== NINJA FORM CONFIRMATION MESSAGE ===== */

.nf-response-msg,
.nf-response-msg p {
  color: #ffffff !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5;
}

/* OPTIONAL: tighten spacing */
.nf-response-msg {
  margin-top: 20px;
}


/* ===== WP SHOW POSTS - DIGITAL WILDERNESS FINAL ===== */

.wp-show-posts,
.wp-show-posts * {
  font-family: 'Manrope', sans-serif;
}

/* TITLE (ORANGE) */
.wp-show-posts .wp-show-posts-entry-title a {
  color: #FF893E !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

/* TITLE HOVER (YELLOW) */
.wp-show-posts .wp-show-posts-entry-title a:hover {
  color: #FCD976 !important;
}

/* EXCERPT */
.wp-show-posts-entry-summary {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
}

/* IMAGE */
.wp-show-posts-entry img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

/* CARD SPACING */
.wp-show-posts-entry {
  padding: 0;
}

/* REMOVE READ MORE BUTTON */
.wp-show-posts-read-more {
  display: none;
}

/* SECTION SPACING */
.wp-show-posts {
  margin-top: 40px;
}

/* GAP BETWEEN POSTS */
.wp-show-posts .wp-show-posts-inner {
  gap: 30px;
}



/* WP Show Posts - Read more buttons */
.wp-show-posts .wp-show-posts-read-more,
.wp-show-posts .wp-show-posts-read-more:link,
.wp-show-posts .wp-show-posts-read-more:visited {
  display: inline-block;
  background: transparent !important;
  color: #FF893E !important;
  border: 1px solid #FF893E !important;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none !important;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 1;
  transition: all 0.25s ease;
}

.wp-show-posts .wp-show-posts-read-more:hover,
.wp-show-posts .wp-show-posts-read-more:focus {
  background: #FF893E !important;
  color: #14213D !important;
  border-color: #FF893E !important;
  text-decoration: none !important;
}



.grecaptcha-badge {
    visibility: hidden !important;
}

/* Hide the Elementor reCAPTCHA field space */
.elementor-field-type-recaptcha,
.elementor-field-type-recaptcha_v3,
.elementor-field-group-recaptcha,
.elementor-field-group-recaptcha_v3 {
    display: none !important;
}