
/******************************************************************************/
/* SCHEDULE A TOUR */
/******************************************************************************/
.responsive-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  appearance: auto;
}

/* Ensure options display correctly */
.responsive-form option {
  color: #132153;
}

/* Fix hidden select in some frameworks */
.responsive-form select:focus {
  outline: none;
  border-color: #4CAF50;
}

/*SCHEDULE A TOUR Form Errors*/
.form-errors {
    background: #ffe6e6;
    border: 1px solid #ff4d4d;
    color: #b30000;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.form-errors ul {
    margin: 0;
    padding-left: 20px;
}