/* Start custom CSS for conexi_about2, class: .elementor-element-9baeb94 */.booking-form .form-row {
  margin-bottom: 15px;
}

.booking-form .two-columns {
  display: flex;
  gap: 15px;
}

.booking-form .form-group {
  flex: 1;
}

.booking-form input,
.booking-form select {
  width: 100%;
  padding: 16px;
  background-color: #222;
  color: white;
  border: none;
  border-radius: 50px;
}

.booking-form input::placeholder,
.booking-form select {
  color: #aaa;
}

.booking-form .book-now-button {
  width: 100%;
  background-color: #FFC107;
  color: #000;
  padding: 18px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}/* End custom CSS */