.elementor-54 .elementor-element.elementor-element-72f5d22{--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;}/* Start custom CSS *//* ==========================================================
   FORCE DROPDOWN OPTION TEXT TO WHITE (BASE STATE)
   Does NOT affect other inputs
   ========================================================== */

/* Target the inquiry type dropdown options specifically */
.elementor-form
.elementor-field-type-select
select.elementor-field
option {
  color: #ffffff !important;
}

/* Ensure the dropdown list background stays dark */
.elementor-form
.elementor-field-type-select
select.elementor-field
option {
  background-color: #04112A !important;
}/* End custom CSS */