@import url('assets/css/style.css');

.bookingform-details {
  background: #ffffff !important;
  color: #0f172a !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 40px rgba(12, 35, 64, 0.15) !important;
  border: 1px solid #e2e8f0 !important;
  border-top: 5px solid #ffb703 !important;
}

.bookingform-details label {
  color: #0f172a !important;
  font-weight: 700 !important;
}

.booking-header h2 {
  color: #0c2340 !important;
}

.Bookingnow {
  color: #d97706 !important;
}

.nav-tabs .nav-link {
  color: #d97706 !important;
}

.nav-tabs .nav-link.active {
  background: #0c2340 !important;
  color: #ffffff !important;
  border: 1px solid #0c2340 !important;
}

#distance {
  color: #854d0e !important;
}


