.schedule-wrapper {
  text-align: center;
  margin: 20px 0 30px;
}

.btn-schedule {
  display: inline-block;
  background: #004080;
  color: #ffffff !important;
  padding: 16px 44px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 64, 128, 0.4);
  transition: all 0.3s ease;
  border: 2px solid #003366;
  letter-spacing: 0.5px;
}

.btn-schedule:hover {
  background: #003366;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 64, 128, 0.6);
  color: #ffffff !important;
}

.btn-schedule:active {
  transform: translateY(0px);
  box-shadow: 0 4px 8px rgba(0, 64, 128, 0.4);
}
