 .donate-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.donation-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.donate-box {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 20px;
  max-width: 300px;
  width: 100%;
}

.qr-code {
  width: 200px;
  height: auto;
  margin: -16px auto;
}

.donate-box form input,
.donate-box form button {
  margin: 5px 0;
  padding: 10px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.donate-box form button {
  background-color: #d4af37;
  color: white;
  border: none;
  font-weight: bold;
}