.elementor-12678 .elementor-element.elementor-element-8cc6062{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12678 .elementor-element.elementor-element-8cc6062:hover{border-style:none;}.elementor-12678 .elementor-element.elementor-element-8cc6062, .elementor-12678 .elementor-element.elementor-element-8cc6062::before{--border-transition:0.3s;}.elementor-12678 .elementor-element.elementor-element-b441788{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-12678 .elementor-element.elementor-element-b441788.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS */.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
}

.hero-left {
  text-align: left;
}

.hero-right {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-left {
    text-align: center;
  }

  .hero-right {
    margin-top: 24px;
  }
}



#carts-donate-widget {
  background: rgba(13, 27, 42, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 28px 24px 22px;
  width: 100%;
  max-width: 340px;
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.cdw-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #e8890a;
  margin-bottom: 6px;
}

.cdw-headline {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 18px;
}

.cdw-freq {
  display: flex;
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
  padding: 3px;
  gap: 3px;
  margin-bottom: 14px;
}

.cdw-freq-btn {
  flex: 1;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 7px 0;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.cdw-freq-btn.active {
  background: #ffffff;
  color: #0d1b2a;
}

.cdw-amounts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}

.cdw-amt {
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 9px 0;
  border-radius: 8px;
  border: 1.5px solid rgba(232,137,10,0.5);
  background: transparent;
  color: #e8890a;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.cdw-amt:hover {
  border-color: #e8890a;
  background: rgba(232,137,10,0.12);
}

.cdw-amt.active {
  background: #e8890a;
  color: #ffffff;
  border-color: #e8890a;
}

.cdw-custom-wrap {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.07);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 0 12px;
  margin-bottom: 16px;
  transition: border-color 0.15s;
}

.cdw-custom-wrap:focus-within {
  border-color: #e8890a;
}

.cdw-custom-prefix {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  margin-right: 4px;
  user-select: none;
}

.cdw-custom-input {
  flex: 1;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  background: transparent;
  border: none;
  outline: none;
  padding: 9px 0;
  -moz-appearance: textfield;
}

.cdw-custom-input::placeholder {
  color: rgba(255,255,255,0.28);
}

.cdw-custom-input::-webkit-outer-spin-button,
.cdw-custom-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cdw-cta {
  display: block;
  width: 100%;
  text-align: center;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  background: #e8890a;
  padding: 13px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 18px rgba(232,137,10,0.4);
  margin-bottom: 12px;
}

.cdw-cta:hover {
  background: #faa627;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(232,137,10,0.5);
}

.cdw-legal {
  text-align: center;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.25);
}/* End custom CSS */