/* Booking main tabs (Outstation / Local) */
.booking-main-tab {
  border-radius: 24px;
  padding: 8px 18px;
}

.booking-main-tab.active {
  background: #FFD97A !important; /* brighter solid yellow */
  color: #222 !important;
  font-weight: bold;
  border-radius: 24px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 6px 18px rgba(255,217,122,0.18);
}

/* Sub-tabs (One Way / Round Trip) */
.booking-sub-tab.active {
  background: #111 !important;
  color: #fff !important;
  font-weight: bold;
  border-radius: 12px;
  padding: 8px 12px;
}
