.elementor-23436 .elementor-element.elementor-element-e647074{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-23436 .elementor-element.elementor-element-a90e44a{width:100%;max-width:100%;}#elementor-popup-modal-23436{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-23436 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-23436 .dialog-close-button{display:flex;}#elementor-popup-modal-23436 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for wpforms, class: .elementor-element-a90e44a *//* =============================================
   LAMBODAR INSTITUTE – WPForms Custom CSS
   Paste in: Elementor → Custom CSS  OR
             WordPress Admin → Appearance → Customize → Additional CSS
   ============================================= */

/* ── Labels ── */
.wpforms-field-label {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  color: #1e2235 !important;
  margin-bottom: 6px !important;
}

/* ── Required star ── */
.wpforms-required-label {
  color: #BB3930 !important;
}

/* ── All Inputs, Select, Textarea ── */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="tel"],
.wpforms-field input[type="number"],
.wpforms-field input[type="url"],
.wpforms-field select,
.wpforms-field textarea {
  width: 100% !important;
  padding: 12px 16px !important;
  border: 1.8px solid #dde2f0 !important;
  border-radius: 12px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.88rem !important;
  color: #1e2235 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

/* ── Focus State ── */
.wpforms-field input:focus,
.wpforms-field select:focus,
.wpforms-field textarea:focus {
  border-color: #2C3C78 !important;
  background: #f7f8ff !important;
  box-shadow: 0 0 0 4px rgba(44, 60, 120, 0.09) !important;
  outline: none !important;
}

/* ── Textarea ── */
.wpforms-field textarea {
  resize: vertical !important;
  min-height: 100px !important;
  line-height: 1.6 !important;
}

/* ── Placeholder ── */
.wpforms-field input::placeholder,
.wpforms-field textarea::placeholder {
  color: #b0bbd4 !important;
  font-size: 0.84rem !important;
}

/* ── Error Border ── */
.wpforms-field input.wpforms-error,
.wpforms-field select.wpforms-error,
.wpforms-field textarea.wpforms-error {
  border-color: #BB3930 !important;
  box-shadow: 0 0 0 3px rgba(187, 57, 48, 0.12) !important;
}

/* ── Error Message Text ── */
label.wpforms-error {
  color: #BB3930 !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  margin-top: 4px !important;
}

/* ── Submit Button ── */
.wpforms-submit {
  width: 100% !important;
  padding: 14px 28px !important;
  background: linear-gradient(135deg, #BB3930 0%, #8b1a12 100%) !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 14px !important;
  cursor: pointer !important;
  letter-spacing: 0.4px !important;
  box-shadow: 0 6px 24px rgba(187, 57, 48, 0.35) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease !important;
  -webkit-appearance: none !important;
}

.wpforms-submit:hover {
  background: linear-gradient(135deg, #2C3C78 0%, #1a254f 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 32px rgba(44, 60, 120, 0.3) !important;
}

.wpforms-submit:active {
  transform: scale(0.98) !important;
}

/* ── Success Confirmation ── */
.wpforms-confirmation-container-full {
  background: #f0fdf4 !important;
  border: 2px solid #86efac !important;
  border-radius: 16px !important;
  padding: 28px 24px !important;
  text-align: center !important;
  font-family: 'Poppins', sans-serif !important;
  color: #166534 !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
}

/* ── Form Container ── */
.wpforms-container {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 28px !important;
  box-shadow: 0 8px 40px rgba(44, 60, 120, 0.10) !important;
  border: 1.5px solid #e8eaf4 !important;
}

/* ── Field spacing ── */
.wpforms-field {
  margin-bottom: 18px !important;
  padding: 0 !important;
}

/* ── Hide default WPForms title ── */
.wpforms-head-container {
  display: none !important;
}/* End custom CSS */