.elementor-3331 .elementor-element.elementor-element-7b61eb0{--display:flex;}.elementor-3331 .elementor-element.elementor-element-06dc304{width:100%;max-width:100%;}.elementor-3331 .elementor-element.elementor-element-06dc304.elementor-element{--align-self:center;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-06dc304 *//* Footer Base */
.ngo-footer {
  background-color: #0a2540; /* Deep blue */
  color: #ffffff;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
  padding-top: 40px;
}

/* Diagonal pattern overlay */
.ngo-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.03) 0,
    rgba(255,255,255,0.03) 1px,
    transparent 1px,
    transparent 10px
  );
  pointer-events: none;
  z-index: 0;
}

/* Footer Top Section */
.ngo-footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1;
  padding: 50px 20px;
}

.footer-col {
  flex: 1;
  min-width: 250px;
  margin: 10px;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 15px;
}

.footer-mission {
  font-size: 14px;
  line-height: 1.5;
}

.footer-about {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
  color: #f0f0f0;
}

/* Quick Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links li a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}

.footer-links li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #f4a261;
  transition: width 0.3s;
}

.footer-links li a:hover::after {
  width: 100%;
}

/* Social Links */
.footer-social a {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: rgba(255,255,255,0.2);
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: #f4a261;
  color: #000;
  transform: scale(1.1);
}

/* Newsletter */
.footer-newsletter {
  display: flex;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.footer-newsletter input[type="email"] {
  padding: 8px;
  border: none;
  border-radius: 5px 0 0 5px;
  flex: 1;
}

.footer-newsletter button {
  padding: 8px 15px;
  border: none;
  border-radius: 0 5px 5px 0;
  background-color: #f4a261;
  color: #000;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.footer-newsletter button:hover {
  background-color: #ffffff;
  transform: translateY(-2px);
}

/* Bottom Copyright */
.footer-bottom {
  text-align: center;
  padding: 15px;
  background-color: rgba(0,0,0,0.1);
  font-size: 13px;
}

/* Responsive Mobile */
@media only screen and (max-width: 768px) {
  .ngo-footer-top {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .footer-col {
    margin-bottom: 30px;
  }
  .footer-newsletter {
    flex-direction: column;
  }
  .footer-newsletter input[type="email"],
  .footer-newsletter button {
    width: 80%;
    margin: 0 auto 10px;
  }
  .footer-social a {
    margin-bottom: 8px;
  }
}/* End custom CSS */