.elementor-992 .elementor-element.elementor-element-aae6955{--display:flex;--background-transition:0.3s;}.elementor-992 .elementor-element.elementor-element-aae6955.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-992 .elementor-element.elementor-element-aae6955{--width:101.089%;}}/* Start custom CSS for html, class: .elementor-element-544efa3 *//* Container Styling */
.mbi-eform {
  max-width: 700px;
  margin: 0 auto;
  background: #000; /* Black background */
  color: #fff; /* White text */
  padding: 30px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

/* Main Title */
.mbi-eform h1 {
  color: #FFD700; /* MBI Yellow */
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8em;
}

/* Section Headings */
.mbi-eform .section-title {
  color: #FFD700;
  font-size: 1.2em;
  margin-top: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FFD700;
  padding-bottom: 4px;
}

/* Labels */
.mbi-eform label {
  display: block;
  margin-top: 12px;
  font-weight: bold;
  color: #FFD700;
}

/* Inputs, Textareas, File Upload */
.mbi-eform input[type="text"],
.mbi-eform input[type="email"],
.mbi-eform textarea,
.mbi-eform input[type="file"] {
  width: 100%;
  margin-top: 4px;
  border: none;
  border-radius: 4px;
  font-size: 0.95em;
  color: #000;
  background: #fff;
}

/* Textarea Specific */
.mbi-eform textarea {
  min-height: 80px;
  resize: vertical;
}

/* Radio Button Group */
.mbi-eform .radio-group {
  margin-top: 8px;
  color: #fff;
}

.mbi-eform input[type="radio"] {
  margin-right: 5px;
}

/* Submit Button */
.mbi-eform button {
  margin-top: 25px;
  width: 100%;
  background: #FFD700;
  color: #000;
  border: none;
  font-size: 1em;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.mbi-eform button:hover {
  background: #e6c200; /* Darker yellow on hover */
}/* End custom CSS */