.elementor-2628 .elementor-element.elementor-element-cf49f00{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2628 .elementor-element.elementor-element-444b25c{width:100%;max-width:100%;}/* Start custom CSS for container, class: .elementor-element-cf49f00 *//* Dropdown Styling */
select {
  background-color: #fff; /* Set background to white */
  color: #000; /* Set text color to black */
  border: 1px solid #333; /* Slightly darker border for contrast */
  padding: 10px; /* Add padding for better readability */
  font-size: 16px; /* Set font size */
  border-radius: 5px; /* Rounded corners */
}

select option {
  background-color: #fff; /* Ensure options also have white background */
  color: #000; /* Ensure option text is black */
}

select:focus {
  outline: none; /* Remove default focus outline */
  border: 1px solid #f7b731; /* Optional: change border color on focus */
}/* End custom CSS */