/* Donate page – layout and form */
.page-contact-us.donate-page {
  padding: 56px 0 80px;
  background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 50%, #fff 100%);
}
.page-contact-us.donate-page .container {
  max-width: 1200px;
}
.page-contact-us.donate-page .section-title h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}
.page-contact-us.donate-page .section-title p {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* Sidebar */
.donation-info-sidebar {
  position: sticky;
  top: 100px;
}
.donation-info-box {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
}
.donation-info-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #2563eb;
}
.donation-info-box p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 12px;
}
.donation-info-box p:last-of-type {
  margin-bottom: 0;
}
.donation-benefits-list,
.payment-methods-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.donation-benefits-list li,
.payment-methods-list li {
  padding: 8px 0;
  padding-left: 28px;
  position: relative;
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
}
.donation-benefits-list li i,
.payment-methods-list li i {
  position: absolute;
  left: 0;
  top: 10px;
  color: #2563eb;
  font-size: 14px;
}
.payment-methods-list li i {
  color: #64748b;
}
.donation-info-box a {
  color: #2563eb;
  text-decoration: none;
}
.donation-info-box a:hover {
  text-decoration: underline;
}

/* Form card */
.page-contact-us.donate-page .contact-form {
  margin-right: 0;
  margin-left: 0;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  background: #fff;
}
.page-contact-us.donate-page .contact-form .form-control {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  padding: 12px 14px;
  font-size: 15px;
}
.page-contact-us.donate-page .contact-form .form-control:focus {
  border-color: #2563eb;
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* Section headings */
.form-section {
  margin-bottom: 36px;
}
.form-section .section-heading {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e8f0;
}

/* Currency */
.currency-selector-wrapper {
  margin-bottom: 24px;
}
.currency-label {
  display: block;
  font-weight: 500;
  color: #334155;
  margin-bottom: 8px;
  font-size: 14px;
}
.currency-select {
  width: 100%;
  max-width: 280px;
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 15px;
  background: #fff;
}

/* Amount buttons */
.donation-amount-options {
  margin-bottom: 24px;
}
.amount-buttons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
}
.donation-amount-btn {
  display: block;
  cursor: pointer;
  margin: 0;
}
.donation-amount-btn input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.donation-amount-btn .amount-display {
  display: block;
  padding: 14px 16px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: #475569;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  transition: all 0.2s;
}
.donation-amount-btn:hover .amount-display {
  border-color: #2563eb;
  color: #2563eb;
}
.donation-amount-btn input:checked + .amount-display {
  border-color: #2563eb;
  background: #eff6ff;
  color: #2563eb;
}
.donation-amount-btn.donation-amount-other .amount-display {
  font-size: 14px;
}

/* Custom amount field */
#customAmountField .form-control,
#otherCurrencyField .form-control {
  max-width: 200px;
}

/* FCRA block: shown when currency is not INR (form hidden) */
.donate-fcra-block {
  padding: 24px 0;
}
.donate-fcra-intro {
  font-size: 15px;
  color: #334155;
  line-height: 1.6;
  margin-bottom: 20px;
}
.donate-fcra-intro a {
  color: #2563eb;
  font-weight: 500;
}
.donate-fcra-intro a:hover {
  text-decoration: underline;
}
.donate-fcra-details h4 {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #2563eb;
}
.donate-fcra-table {
  width: 100%;
  max-width: 420px;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 14px;
}
.donate-fcra-table th,
.donate-fcra-table td {
  padding: 10px 14px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}
.donate-fcra-table th {
  color: #64748b;
  font-weight: 500;
  width: 130px;
}
.donate-fcra-table td {
  color: #0f172a;
  font-weight: 600;
  font-family: ui-monospace, monospace;
}
.donate-fcra-contact {
  margin: 0;
}
.donate-fcra-contact .btn-default {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.donate-fcra-contact a:hover {
  text-decoration: none;
}

/* Additional options */
.donation-additional-options {
  margin-top: 20px;
}
.option-link {
  display: block;
  font-size: 14px;
  color: #2563eb;
  text-decoration: none;
  margin-bottom: 8px;
}
.option-link:hover {
  text-decoration: underline;
}
.option-link-gray {
  color: #64748b;
}

/* Form groups */
.page-contact-us.donate-page .form-group label {
  font-weight: 500;
  color: #334155;
  margin-bottom: 6px;
  font-size: 14px;
}
.page-contact-us.donate-page .form-group .required {
  color: #dc2626;
}
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #475569;
}
.checkbox-label input {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  accent-color: #2563eb;
}

/* Submit button */
.contact-form-btn {
  margin-top: 8px;
}
.contact-form-btn .btn-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.contact-form-btn .btn-default:hover {
  background: #1d4ed8;
  color: #fff;
}
.contact-form-btn .btn-default span {
  pointer-events: none;
}

/* Section title (intro) */
.page-contact-us.donate-page .section-title {
  margin-bottom: 40px;
}
.page-contact-us.donate-page .section-title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}
.page-contact-us.donate-page .section-title p {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .donation-info-sidebar {
    position: static;
    margin-bottom: 32px;
  }
  .page-contact-us.donate-page .contact-form {
    padding: 24px 20px;
  }
  .amount-buttons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .page-contact-us.donate-page {
    padding: 40px 0 60px;
  }
}
