.taxi-wrapper {
  max-width: 800px;
  margin: 20px auto;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.taxi-step {
  display: inline-block;
  padding: 8px 12px;
  margin-right: 5px;
  border-radius: 6px;
  background: #f3f3f3;
  cursor: pointer;
}
.taxi-step.active {
  background: #FFF200;
  color: #000;
  font-weight:600;
}
.taxi-group {
  margin-bottom: 15px;
}
.taxi-group label {
  font-weight: 600;
  /* display: block; */
  margin-bottom: 5px;
}
.taxi-group input, .taxi-group select, .taxi-group textarea {
  /* width: 100%; */
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
font-size: 17px;
}
.taxi-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.taxi-btn {
  border: none;
  border-radius: 5px;
  padding: 8px 18px;
  cursor: pointer;
}
.taxi-btn.primary { background: #B92025; color: #fff; }
.taxi-btn.ghost { background: #f1f1f1; }
.taxi-error { color: #db1100; font-size: 14px; }
input[type="number"]{ width: 25% !important;}
form#taxi-booking-form {
    padding-top: 20px;
}
input[type=radio] + label {
    padding-right: 15px;
}