.elementor-10636 .elementor-element.elementor-element-4534460{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c3c7cad */.custom-amount-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow:
    0 0 0 2px #664989,
    0 0 0 4px #8e44ad,
    0 8px 24px rgba(102, 73, 137, 0.15);
  justify-items: center;
  align-items: center;
}

.custom-amount-grid .field.radio input[type="radio"] {
  display: none;
}

.custom-amount-grid .field.radio label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  color: #4a0f7b;                         
  font-family: 'Segoe UI', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 12px;
  /* does this work two layer */
  border: 2px solid transparent;
  background-image:
    linear-gradient(white, white),
    linear-gradient(135deg, #664989, #8e44ad);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  width: 100%;
}


.custom-amount-grid .field.radio label:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 8px 16px rgba(0, 0, 0, 0.1),
    0 0 8px rgba(142, 68, 173, 0.3);       /* subtle purple glow */
}


.custom-amount-grid .field.radio label:active {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.custom-amount-grid .field.radio:has(input[type="radio"]:checked) label {
  background-image: linear-gradient(135deg, #664989, #8e44ad) !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12) !important;
  outline: none;
}

.field.checkbox.recurring {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  background: #ffffff;
  border: 1px solid #8e44ad;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px rgba(102,73,137,0.1);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.field.checkbox.recurring:hover {
  border-color: #664989;
  box-shadow: 0 4px 12px rgba(102,73,137,0.2);
}


.field.checkbox.recurring .label {
  order: 1;                
  font-size: 1rem;
  font-weight: 500;
  color: #262b5e;
  cursor: pointer;
  user-select: none;
}

.field.checkbox.recurring input[type="checkbox"] {
  order: 2;                
  appearance: none;
  -webkit-appearance: none;
  width: 2.5rem;
  height: 1rem;
  background: #e0d3f4;
  border-radius: 9999px;
  position: relative;
  top: 3.5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* → The “knob” */
.field.checkbox.recurring input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 0.85rem;
  height: 0.85rem;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.field.checkbox.recurring input[type="checkbox"]:checked {
  background: #664989;
}
.field.checkbox.recurring input[type="checkbox"]:checked::before {
  transform: translateX(1.25rem);
}


.section.fund .field.fund {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: .75rem 1rem;
  margin-bottom: 1.5rem;
}
.section.fund .field.fund label {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
  color: #262b5e;
}
.section.fund .field.fund select {
  width: 100%;
  padding: .5rem;
  border: none;
  border-radius: 4px;
  background: #f9f9f9;
  font-size: 1rem;
}

.section.contact {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.section.contact .field.first-name,
.section.contact .field.last-name,
.section.contact .field.email-address,
.section.contact .field.phone-number {
  flex: 1 1 calc(50% - 1rem);
}
.section.contact label {
  display: block;
  margin-bottom: .25rem;
  font-weight: 600;
  color: #262b5e;
}
.section.contact input {
  width: 100%;
  padding: .5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.section.billing-address .field.country {
  width: 100%;
  margin-bottom: 1rem;
}
.section.billing-address .field.country select {
  width: 100%;
  padding: .5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}

.section.billing-address {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.section.billing-address .field.street-address {
  width: 100%;
}
.section.billing-address .field.street-address textarea {
  width: 100%;
  padding: .5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.section.billing-address .field.city,
.section.billing-address .field.state,
.section.billing-address .field.zip-code {
  flex: 1 1 calc(33.333% - 1rem);
}
.section.billing-address input,
.section.billing-address select {
  width: 100%;
  padding: .5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.section.payment {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.section.payment .field.radio {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: .75rem 1rem;
  text-align: center;
  cursor: pointer;
  transition: background-color .3s, border-color .3s;
  background-color: #ffffff;
  overflow: hidden; 
}
.section.payment .field.radio input {
  position: absolute;
  opacity: 0;
}
.section.payment .field.radio .label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: .75rem 1rem;
  color: #262b5e;
  font-weight: 600;
  transition: color 0.3s ease;
}

.section.payment .field.radio:has(input[type="radio"]:checked) {
  background-image: linear-gradient(135deg, #8e44ad 0%, #664989 100%);
  border: none;
}


.section.payment .field.radio:has(input[type="radio"]:checked) .label {
  color: #ffffff;
}


.field.true-impact {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: .75rem 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.field.true-impact input {
  margin-right: .75rem;
}
.field.true-impact .label {
  font-weight: 600;
  color: #262b5e;
}

.btn-submit-donation {
  background-color: #664989;
  color: #fff;
  border: none;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .3s;
}
.btn-submit-donation:hover:not(.disabled) {
  background-color: #1ABC9C !important;
}

/* Accents: Mint & Turquoise Touch */
.field.checkbox.recurring input:checked + .label,
.field.true-impact input:checked + .label {
  color: #3EB489;
}
/* ─── Stripe Card Input Wrapper ─── */
#stripe-cc-fields {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#stripe-cc-fields label {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #262b5e;
  font-family: 'Segoe UI', sans-serif;
  font-size: 1rem;
}
#stripe-cc-fields .required-star {
  color: #e63946;
  margin-left: 0.25rem;
}

#stripe-cc-fields #card-element {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f9f9f9;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#stripe-cc-fields #card-element.StripeElement--focus {
  border-color: #664989;
  box-shadow: 0 0 0 3px rgba(102, 73, 137, 0.3);
}

/* ─── Error Message ─── */
#stripe-cc-fields #card-errors {
  color: #e63946;
  font-size: 0.875rem;
  min-height: 1em;
}
#stripe-cc-fields {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box; 
}

#stripe-cc-fields #card-element {
  width: 100% !important;
}

.section.payment #stripe-cc-fields {
  grid-column: 1 / -1 !important;

  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
}
/* ─── True-Impact Card Redesign ─── */
.field.true-impact {
  /* card background, border & shadow */
  background: #f9f9f9;
  border: 2px solid #d199e7;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  width: 100%;
  max-width: 100%;
  padding: 1rem 1.25rem;
  margin: 1rem auto 1.5rem;  /* center & space from above/below */
}

/* lay out the checkbox and text in two columns */
.field.true-impact > label {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  cursor: pointer;
}

/* emoji icon for extra flair */
.field.true-impact > label .label::before {
  content: "💰";
  margin-right: 0.5rem;
  font-size: 1.3rem;
  vertical-align: middle;
}

/* text styling */
.field.true-impact > label .label {
  font-size: 1.1rem;
  font-weight: 600;
  color: #4a0f7b;
  line-height: 1.2;
}

/* custom toggle track */
.field.true-impact > label input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #e0d3f4;
  border-radius: 12px;
  border: 2px solid #d199e7;
  position: relative;
  transition: background 0.3s ease, border-color 0.3s ease;
}

/* the knob */
.field.true-impact > label input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #f9dcc0;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

/* checked state */
.field.true-impact > label input[type="checkbox"]:checked {
  background: #ffcaad;
  border-color: #664989;
}
.field.true-impact > label input[type="checkbox"]:checked::before {
  transform: translateX(15.7rem);
}

/* hover lift */
.field.true-impact:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-color: #b37ed9;
}
.field.checkbox.consent-email .label::before { content: "💌 "; }
.field.checkbox.consent-mail .label::before { content: "📬 "; }
.field.checkbox.consent-phone .label::before { content: "📞 "; }/* End custom CSS */