.elementor-3595 .elementor-element.elementor-element-99df5a3{--display:flex;}.elementor-3595 .elementor-element.elementor-element-99df5a3.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-3595 .elementor-element.elementor-element-99df5a3{--width:83.226%;}}/* Start custom CSS for html, class: .elementor-element-867f021 *//* ================================================
   WPForms Custom Styling — Lillian Ogbogoh
   Speaker Page — Enquiry Section
   ------------------------------------------------
   Paste into:
   WordPress > Appearance > Customise > Additional CSS
   ================================================ */

/* ── Force white input backgrounds to dark ── */
.enquiry .wpforms-field input[type="text"],
.enquiry .wpforms-field input[type="email"],
.enquiry .wpforms-field input[type="tel"],
.enquiry .wpforms-field input[type="number"],
.enquiry .wpforms-field input[type="url"],
.enquiry .wpforms-field select,
.enquiry .wpforms-field textarea,
.enquiry input[type="text"],
.enquiry input[type="email"],
.enquiry input[type="tel"],
.enquiry select,
.enquiry textarea {
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(218, 165, 32, 0.3) !important;
  border-radius: 0 !important;
  color: #F5F5DC !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
  padding: 0.85rem 1rem !important;
  width: 100% !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

/* ── Labels — beige not black ── */
.enquiry .wpforms-field-label,
.enquiry .wpforms-field label,
.enquiry label {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.65rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: rgba(245, 245, 220, 0.65) !important;
  margin-bottom: 0.4rem !important;
}

/* ── Sublabels (WPForms uses these for name fields) ── */
.enquiry .wpforms-field-sublabel {
  color: rgba(245, 245, 220, 0.45) !important;
  font-size: 0.62rem !important;
  font-family: 'DM Sans', sans-serif !important;
}

/* ── Placeholders ── */
.enquiry .wpforms-field input::placeholder,
.enquiry .wpforms-field textarea::placeholder,
.enquiry input::placeholder,
.enquiry textarea::placeholder {
  color: rgba(245, 245, 220, 0.25) !important;
}

/* ── Focus ── */
.enquiry .wpforms-field input:focus,
.enquiry .wpforms-field select:focus,
.enquiry .wpforms-field textarea:focus,
.enquiry input:focus,
.enquiry select:focus,
.enquiry textarea:focus {
  border-color: #DAA520 !important;
  outline: none !important;
  box-shadow: none !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

/* ── Select arrow ── */
.enquiry .wpforms-field select,
.enquiry select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23DAA520' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  padding-right: 2.5rem !important;
  cursor: pointer !important;
}

/* ── Select options ── */
.enquiry select option {
  background: #1a0505 !important;
  color: #F5F5DC !important;
}

/* ── Textarea ── */
.enquiry .wpforms-field textarea,
.enquiry textarea {
  resize: vertical !important;
  min-height: 120px !important;
}

/* ── Field spacing ── */
.enquiry .wpforms-field {
  margin-bottom: 1rem !important;
  padding: 0 !important;
}

/* ── Submit button — gold ── */
.enquiry .wpforms-submit,
.enquiry button[type="submit"],
.enquiry input[type="submit"] {
  background: #DAA520 !important;
  color: #1C1C1C !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.74rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 1rem 2.4rem !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  transition: background 0.3s ease, transform 0.2s ease !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  margin-top: 0.5rem !important;
}

.enquiry .wpforms-submit:hover,
.enquiry button[type="submit"]:hover,
.enquiry input[type="submit"]:hover {
  background: #D4A017 !important;
  transform: translateY(-2px) !important;
}

/* ── Required asterisk ── */
.enquiry .wpforms-required-label {
  color: #DAA520 !important;
}

/* ── Error messages ── */
.enquiry .wpforms-error-container,
.enquiry .wpforms-field .wpforms-error {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.72rem !important;
  color: #e57373 !important;
  margin-top: 0.3rem !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* ── Success message ── */
.enquiry .wpforms-confirmation-container-full,
.enquiry .wpforms-confirmation-container {
  background: rgba(218, 165, 32, 0.08) !important;
  border: 1px solid rgba(218, 165, 32, 0.25) !important;
  border-radius: 0 !important;
  color: #F5F5DC !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 300 !important;
  line-height: 1.7 !important;
  padding: 1.8rem 2rem !important;
}

/* ── Strip WPForms default box ── */
.enquiry .wpforms-container-full .wpforms-form,
.enquiry .wpforms-container {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* ── Loading spinner ── */
.enquiry .wpforms-submit-spinner {
  filter: brightness(0) invert(1) !important;
}/* End custom CSS */