.elementor-7 .elementor-element.elementor-element-cbc213f{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7 .elementor-element.elementor-element-6b598f9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-a75a800 */.top-banner {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #0a0a0a;
  border-bottom: 3px solid #c00;
  padding: 12px 20px;
  color: white;
  font-size: 1.05rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.banner-content {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
}

.quote {
  font-style: italic;
  color: #ffdddd;
  font-weight: 500;
}

.ca-container {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Courier New', monospace;
}

.ca-text {
  background: rgba(200, 0, 0, 0.2);
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid #600;
  color: #ffcc00;
  font-size: 1.05rem;
  word-break: break-all;
  max-width: 320px;
}

.copy-btn-small {
  background: #c00;
  color: white;
  border: none;
  padding: 6px 16px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
}

.copy-btn-small:hover {
  background: #ff3333;
  transform: scale(1.05);
}

/* Mobile */
@media (max-width: 768px) {
  .banner-content {
    flex-direction: column;
    gap: 10px;
    padding: 8px 10px;
  }
  .ca-text {
    max-width: 260px;
    font-size: 0.98rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d01eee4 */.don-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
  background: linear-gradient(135deg, #0f0f0f 0%, #1a0000 100%);
  padding: 120px 20px 80px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(200, 0, 0, 0.15) 0%, transparent 70%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
}

.og-logo {
  width: 220px;
  height: 220px;
  margin: 0 auto 30px;
  border: 6px solid #c00;
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(200, 0, 0, 0.6);
}

.hero-title {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.8);
}

.ticker {
  color: #ffcc00;
  font-size: 3.8rem;
}

.revival {
  font-size: 2.1rem;
  font-weight: 600;
  color: #ffdddd;
  display: block;
  margin-top: 10px;
}

.hero-subtitle {
  font-size: 1.35rem;
  max-width: 720px;
  margin: 0 auto 30px;
  opacity: 0.95;
}

.og-tagline {
  font-style: italic;
  font-size: 1.5rem;
  margin: 40px auto 50px;
  max-width: 680px;
  color: #ffdddd;
  border-left: 4px solid #c00;
  padding-left: 25px;
  text-align: left;
  display: inline-block;
}

.charities-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 40px 0;
}

.charity-item {
  background: rgba(255,255,255,0.1);
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 1.05rem;
  border: 1px solid rgba(200,0,0,0.4);
  transition: all 0.3s;
}

.charity-item:hover {
  background: rgba(200,0,0,0.3);
  transform: translateY(-3px);
}

.cta-buttons {
  margin: 50px 0 40px;
}

.btn-primary, .btn-secondary {
  padding: 18px 42px;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 50px;
  margin: 0 12px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

.btn-primary {
  background: #c00;
  color: white;
  box-shadow: 0 10px 30px rgba(200,0,0,0.5);
}

.btn-primary:hover {
  background: #ff2222;
  transform: scale(1.05);
}

.btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid #fff;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.1);
}

.trust-bar {
  font-size: 1.1rem;
  padding: 14px 40px;
  background: rgba(255,255,255,0.08);
  border-radius: 50px;
  display: inline-block;
  margin-top: 20px;
}

/* Mobile */
@media (max-width: 768px) {
  .hero-title { font-size: 2.8rem; }
  .revival { font-size: 1.55rem; }
  .og-logo { width: 170px; height: 170px; }
  .cta-buttons { display: flex; flex-direction: column; align-items: center; }
  .btn-primary, .btn-secondary { margin: 10px 0; width: 280px; }
}

/* Add these to your existing CSS */

.charities-section {
  margin: 45px 0 50px;
}

.charities-heading {
  font-size: 1.55rem;
  color: #ffdddd;
  margin-bottom: 8px;
}

.charities-sub {
  font-size: 1.1rem;
  max-width: 780px;
  margin: 0 auto 25px;
  opacity: 0.9;
  line-height: 1.5;
}

.og-link {
  margin-top: 15px;
}

.og-link a {
  color: #ffcc00;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}

.og-link a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Slightly larger charities grid on desktop */
@media (min-width: 768px) {
  .charities-grid {
    gap: 16px;
  }
  .charity-item {
    padding: 12px 26px;
    font-size: 1.1rem;
  }
}

.charities-heading {
  font-size: 1.65rem;
  color: #ffdddd;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.charities-sub {
  font-size: 1.15rem;
  max-width: 820px;
  margin: 0 auto 28px;
  line-height: 1.55;
  font-weight: 500;
}

.charities-sub strong {
  color: #ffcc00;
}

/* Make charity items clickable */
.charities-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin: 35px 0;
}

.charity-item {
  background: rgba(255,255,255,0.1);
  padding: 12px 26px;
  border-radius: 50px;
  font-size: 1.1rem;
  border: 1px solid rgba(200,0,0,0.4);
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.charity-item:hover {
  background: rgba(200,0,0,0.35);
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(200, 0, 0, 0.3);
  color: #ffdddd;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-29cc624 */#don-preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100vh;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 1s ease;
}

.preloader-content {
  text-align: center;
  max-width: 460px;
  padding: 0 20px;
}

.preloader-logo {
  width: 170px;
  height: 170px;
  animation: spin 3.5s linear infinite;
  margin-bottom: 25px;
  border: 6px solid #c00;
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(200, 0, 0, 0.8);
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.loading-text {
  font-size: 1.75rem;
  font-weight: 900;
  color: #ffdddd;
  margin-bottom: 25px;
  letter-spacing: 3px;
}

.progress-container {
  width: 100%;
  height: 8px;
  background: rgba(255,255,255,0.08);
  border-radius: 50px;
  overflow: hidden;
  margin: 30px 0;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #c00, #ff5555, #ffcc00);
  border-radius: 50px;
  box-shadow: 0 0 25px #ff0000;
  transition: width 0.6s ease;
}

.milestone-status {
  font-size: 1.2rem;
  color: #ffcc00;
  margin: 20px 0;
  min-height: 1.6em;
  font-weight: 600;
}

.milestones-list {
  text-align: left;
  max-width: 380px;
  margin: 30px auto 0;
  font-size: 1.05rem;
}

.milestone-step {
  padding: 8px 0;
  color: #777;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  gap: 12px;
}

.milestone-step.active {
  color: #ffdddd;
  font-weight: 600;
}

.milestone-step.completed {
  color: #00cc00;
}

.milestone-step::before {
  content: "◻";
  color: #555;
}

.milestone-step.completed::before {
  content: "✓";
  color: #00cc00;
}/* End custom CSS */