.tool-header {
  background-color: #007bff;
  color: white;
  padding: 30px 10px;
  border-radius: 8px 8px 0 0;
}

.tool-header h1{
  font-size: 2rem;
  
}
.lead{
  color: white;
}

.tool-container {
  background: white;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-custom {
  background-color: #007bff;
  color: white;
  transition: background 0.3s ease;
}

.btn-custom:hover {
  background-color: #0056b3;
}

.form-label {
  font-weight: 600;
}

.note {
  font-size: 0.85rem;
  color: #888;
}