.elementor-1677 .elementor-element.elementor-element-825cfda{--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;}.elementor-1677 .elementor-element.elementor-element-f3db5fd{--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;}.elementor-1677 .elementor-element.elementor-element-5216128{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-1677 .elementor-element.elementor-element-825cfda{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5216128 */.npf-footer {

  color: #333;
  width: 100%;
  padding: 70px 20px 30px;
  border-top: 1px solid #c4a962;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* ===== Main Footer ===== */
.footer-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.footer-column h3 {
  font-size: 1rem;
  margin-bottom: 14px;
  color: #333;
}

.footer-column p, 
.footer-column a {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
  text-decoration: none;
  text-align: 
}

.footer-column a:hover {
  color: #c4a962;
  transition: 0.3s;
}

/* ===== Social Icons (Colored) ===== */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 10px;
}

.social-icons a svg {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icons a:hover svg {
  transform: scale(1.1);
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

/* ===== Language ===== */
.language-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.language-list a {
  padding: 6px 10px;
  border-radius: 6px;
  background-color: #f6efe3;
  transition: background 0.2s ease;
}

.language-list a:hover {
  background-color: #c4a962;
  color: #fff8ef;
}

/* ===== CTA Section ===== */
.footer-cta {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #e4d5b4;
}

.footer-cta h2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 22px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn.donate {
  background-color: #c4a962;
  color: #fff8ef;
}

.btn.donate:hover {
  background-color: #b59852;
}

.btn.volunteer {
  border: 2px solid #c4a962;
  color: #333;
  background: transparent;
}

.btn.volunteer:hover {
  background-color: #c4a962;
  color: #fff8ef;
}

/* ===== Footer Bottom ===== */
.footer-bottom {
  border-top: 1px solid #e4d5b4;
  padding-top: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: #555;
}

.footer-bottom a {
  color: #333;
  text-decoration: underline;
}

.footer-bottom a:hover {
  color: #c4a962;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 30/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f3db5fd */.npf-footer{direction: rtl}/* End custom CSS */