h2 {
  margin-bottom: 20px;
  color: #333;
}
.step-1 {
  margin-top: 60px;
}
.step {
  margin-bottom: 40px;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.category-grid {
  display: flex;
  justify-content: space-between;
}

.category-btn {
  background-color: #f1f1f1;
  border: none;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s ease;
  font-size: 14px;
}

.category-btn:hover {
  background-color: #e0e0e0;
}

.category-btn.active {
  background-color: #007bff;
  color: white;
  font-weight: bold;
}

.hidden {
  display: none;
}

.form-fields input,
.form-fields select {
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 12px;
}

.form-fields {
  margin-top: 20px;
}
.formm {
  margin: auto;
  width: 50%;
  display: flex;
  flex-direction: column;
}
