.elementor-308 .elementor-element.elementor-element-4d401ce{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ac44aaf *//* Donate Page */
.donate-page {
  background: #fafafa;
  padding: 60px 20px;
  text-align: center;
}

.donate-page h1 {
  font-size: 32px;
  color: #004080; /* same blue as logo */
  margin-bottom: 15px;
}

.donate-page p {
  font-size: 16px;
  color: #444;
  margin-bottom: 40px;
}

.donate-options {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
}

.donate-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  flex: 1;
  min-width: 280px;
  max-width: 350px;
}

.donate-card h2 {
  font-size: 22px;
  color: #004080;
  margin-bottom: 10px;
}

.donate-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.donate-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #f7c97f; /* golden from your menu */
  color: #333;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.donate-btn:hover {
  background: #e6b96d;
  color: #000;
}/* End custom CSS */