.elementor-63 .elementor-element.elementor-element-29eaad3:not(.elementor-motion-effects-element-type-background), .elementor-63 .elementor-element.elementor-element-29eaad3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://idomahalloffame.ng/wp-content/uploads/2025/08/ChatGPT-Image-Aug-11-2025-08_27_28-PM.png");}.elementor-63 .elementor-element.elementor-element-29eaad3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 0px 80px 0px;}.elementor-63 .elementor-element.elementor-element-29eaad3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-63 .elementor-element.elementor-element-5f35b89 > .elementor-container{min-height:400px;}.elementor-63 .elementor-element.elementor-element-884c11f > .elementor-container{min-height:400px;}.elementor-63 .elementor-element.elementor-element-66d4ce4 > .elementor-container{min-height:400px;}.elementor-63 .elementor-element.elementor-element-eeeeac1 > .elementor-container{min-height:400px;}.elementor-63 .elementor-element.elementor-element-c3f5dde > .elementor-container{min-height:400px;}.elementor-63 .elementor-element.elementor-element-35b8a4b > .elementor-container{min-height:400px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-52991c7 */:root {
    --idoma-red: #DC2626;
    --idoma-gold: #F59E0B;
    --black: #FFFFFF;
    --dark-gray: #FFFFFF;
    --light-gray: #E0E0E0;
    --white: #FFFFFF;
}

.support-hero-content {
    text-align: center;
    animation: fadeInUp 1s ease-out;
}

.support-hero-content h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: var(--black);
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 20px;
    animation: slideInFromTop 0.8s ease-out;
}

.support-hero-content p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: var(--dark-gray);
    font-size: 16px;
    line-height: 1.7em;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: slideInFromBottom 0.8s ease-out 0.2s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInFromBottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .support-hero-content h1 {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .support-hero-content h1 {
        font-size: 28px;
    }
    .support-hero-content p {
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fdc88c4 */.support-options-section {
  padding: 80px 0;
  background-color: #f9fafb;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 24px;
  animation: fadeInUp 0.8s ease-out;
}

.section-description {
  font-size: 1.25rem;
  color: #6b7280;
  max-width: 768px;
  margin: 0 auto;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}

.support-card {
  background: white;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  animation: slideInUp 0.8s ease-out;
}

.support-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.support-card.recommended {
  border: 2px solid #dc2626;
}

.recommended-badge {
  background-color: #dc2626;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

.card-content {
  text-align: center;
}

.card-icon {
  width: 64px;
  height: 64px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  color: #dc2626;
}

.card-icon svg {
  width: 32px;
  height: 32px;
}

.card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 16px;
}

.card-description {
  color: #6b7280;
  margin-bottom: 24px;
  line-height: 1.6;
}

.amount-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.amount-btn {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: white;
  color: #374151;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.amount-btn:hover {
  border-color: #dc2626;
  background-color: #fef2f2;
  color: #dc2626;
}

.donate-btn {
  width: 100%;
  background-color: #dc2626;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.donate-btn:hover {
  background-color: #b91c1c;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.3);
}

.btn-icon {
  width: 16px;
  height: 16px;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .support-options-section {
    padding: 60px 0;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .support-card {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.75rem;
  }
  
  .section-description {
    font-size: 1.1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69688b5 */.impact-areas-section {
  padding: 80px 0;
  background-color: white;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 32px;
}

.impact-card {
  background-color: #f9fafb;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  animation: slideInUp 0.8s ease-out;
}

.impact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.impact-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.impact-icon {
  width: 48px;
  height: 48px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dc2626;
  flex-shrink: 0;
  margin-top: 4px;
}

.impact-icon svg {
  width: 24px;
  height: 24px;
}

.impact-text {
  flex: 1;
}

.impact-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 12px;
}

.impact-description {
  color: #6b7280;
  margin-bottom: 16px;
  line-height: 1.6;
}

.impact-highlight {
  background-color: #fef2f2;
  border-radius: 8px;
  padding: 12px;
}

.impact-amount {
  color: #b91c1c;
  font-weight: 600;
  font-size: 0.875rem;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .impact-areas-section {
    padding: 60px 0;
  }
  
  .impact-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .impact-card {
    padding: 24px;
  }
  
  .impact-content {
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .impact-content {
    flex-direction: column;
    text-align: center;
  }
  
  .impact-icon {
    margin: 0 auto 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb8b061 */.sponsorship-section {
  padding: 80px 0;
  background-color: #f9fafb;
}

.sponsorship-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.sponsorship-card {
  background: white;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  animation: slideInUp 0.8s ease-out;
}

.sponsorship-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.tier-header {
  text-align: center;
  margin-bottom: 24px;
}

.tier-name {
  font-size: 1.125rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 8px;
}

.tier-amount {
  color: #dc2626;
  font-weight: 600;
  font-size: 0.875rem;
  margin: 0;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}

.benefit-dot {
  width: 8px;
  height: 8px;
  background-color: #dc2626;
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
}

.benefit-item span {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.5;
}

.learn-more-btn {
  width: 100%;
  background: transparent;
  border: 1px solid #dc2626;
  color: #dc2626;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.learn-more-btn:hover {
  background-color: #dc2626;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .sponsorship-section {
    padding: 60px 0;
  }
  
  .sponsorship-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
  }
  
  .sponsorship-card {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .sponsorship-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc03bf0 */.volunteer-section {
  padding: 80px 0;
  background-color: white;
}

.volunteer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 32px;
}

.volunteer-card {
  background-color: #f9fafb;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  animation: slideInUp 0.8s ease-out;
}

.volunteer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.volunteer-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 12px;
}

.volunteer-description {
  color: #6b7280;
  margin-bottom: 24px;
  line-height: 1.6;
}

.volunteer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.commitment-level {
  font-size: 0.875rem;
  color: #dc2626;
  font-weight: 600;
}

.apply-btn {
  background: transparent;
  border: 1px solid #dc2626;
  color: #dc2626;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.apply-btn:hover {
  background-color: #dc2626;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(220, 38, 38, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .volunteer-section {
    padding: 60px 0;
  }
  
  .volunteer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .volunteer-card {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .volunteer-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .apply-btn {
    align-self: stretch;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a7a934 */.recognition-section {
  padding: 80px 0;
  background-color: #f9fafb;
}

.recognition-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.recognition-card {
  background: white;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  animation: slideInUp 0.8s ease-out;
}

.recognition-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.recognition-icon {
  width: 64px;
  height: 64px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  color: #dc2626;
}

.recognition-icon svg {
  width: 32px;
  height: 32px;
}

.recognition-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 16px;
}

.recognition-description {
  color: #6b7280;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .recognition-section {
    padding: 60px 0;
  }
  
  .recognition-grid {
    gap: 24px;
  }
  
  .recognition-card {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .recognition-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f5fcea */.cta-section {
  padding: 80px 0;
  background-color: #111827;
  color: white;
}

.cta-content {
  text-align: center;
}

.cta-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 24px;
  animation: fadeInUp 0.8s ease-out;
}

.cta-description {
  font-size: 1.25rem;
  color: #d1d5db;
  margin-bottom: 32px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.cta-btn {
  padding: 12px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 200px;
  justify-content: center;
}

.cta-btn.primary {
  background-color: #dc2626;
  color: white;
  border: none;
}

.cta-btn.primary:hover {
  background-color: #b91c1c;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.3);
}

.cta-btn.secondary {
  background: transparent;
  color: white;
  border: 1px solid white;
}

.cta-btn.secondary:hover {
  background-color: white;
  color: #111827;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}

.btn-icon {
  width: 20px;
  height: 20px;
}

/* Desktop Layout */
@media (min-width: 640px) {
  .cta-buttons {
    flex-direction: row;
    gap: 16px;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .cta-section {
    padding: 60px 0;
  }
  
  .cta-title {
    font-size: 2rem;
  }
  
  .cta-description {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .cta-title {
    font-size: 1.75rem;
  }
  
  .cta-description {
    font-size: 1rem;
  }
  
  .cta-btn {
    width: 100%;
    max-width: 280px;
  }
}

/* Focus and Accessibility */
.cta-btn:focus {
  outline: 2px solid #dc2626;
  outline-offset: 2px;
}

.cta-btn.secondary:focus {
  outline-color: white;
}/* End custom CSS */