/* track-form.css — specific to track_form.php */

.search-wrap-alt {
  display: flex;
  justify-content: center;
  max-width: 600px;
}

.search-pill-alt {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.search-pill-alt .form-control {
  padding: 0.85rem 1.2rem;
  border: none;
  outline: none;
  font-size: 1rem;
  background: #fff !important;
  color: #333 !important;
}

.search-pill-alt .form-control::placeholder {
  color: #999;
}

.search-pill-alt .btn {
  border: none;
  border-radius: 0 50px 50px 0;
  font-weight: 500;
  transition: all 0.2s ease;
}

.search-pill-alt .btn:hover {
  background-color: #0056b3;
  color: #fff;
  transform: scale(1.03);
}
