.elementor-1243 .elementor-element.elementor-element-8b27e47{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-613a4f9 *//* GLOBAL WRAP */
.ndps-gallery-wrap {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
  line-height: 1.7;
  background: #f9fafb;
}

/* COLOR TOKENS */
.ndps-g-hl-primary { color: #2563eb; font-weight: 600; }
.ndps-g-hl-accent  { color: #0d9488; font-weight: 600; }
.ndps-g-hl-success { color: #16a34a; font-weight: 600; }
.ndps-g-hl-gold    { color: #c08401; font-weight: 600; }

/* SECTIONS */
.ndps-g-section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 18px;
}
.ndps-g-section-soft {
  background: #f3f4ff;
  border-radius: 18px;
  border: 1px solid #e0e7ff;
}
.ndps-g-section-pale {
  background: #fefce8;
  border-radius: 18px;
  border: 1px solid #fef3c7;
}

/* HERO */
.ndps-g-hero {
  background: radial-gradient(circle at top left, #e0f2fe 0, #f9fafb 40%, #eef2ff 100%);
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 40px rgba(15,23,42,0.04);
}
.ndps-g-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.ndps-g-tag {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid #bfdbfe;
  background: rgba(219,234,254,0.85);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1e40af;
  margin-bottom: 16px;
}
.ndps-g-title {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #0f172a;
  margin: 0 0 10px;
}
.ndps-g-title span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4b5563;
}
.ndps-g-sub {
  font-size: 14px;
  max-width: 720px;
  margin: 0 auto 10px;
  color: #4b5563;
}

/* TWO COLUMN TEXT */
.ndps-g-two-col {
  display: grid;
  grid-template-columns: minmax(0,1.3fr) minmax(0,1fr);
  gap: 24px;
}
.ndps-g-two-col h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.ndps-g-two-col p {
  font-size: 14px;
  color: #4b5563;
}
.ndps-g-feature-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  font-size: 14px;
  color: #4b5563;
}
.ndps-g-feature-list li {
  margin-bottom: 6px;
}

/* SECTION HEADINGS */
.ndps-g-heading-center {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #0f172a;
}

/* IMAGE GRIDS */
.ndps-g-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.ndps-g-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}

.ndps-g-img-row {
  margin-top: 6px;
}

/* IMAGE CARDS */
.ndps-g-card-img {
  background: #ffffff;
  border-radius: 14px;
  padding: 10px 10px 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 30px rgba(15,23,42,0.05);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.ndps-g-card-img img {
  width: 100%;
  display: block;
  border-radius: 10px;
  transition: transform 0.4s ease;
}
.ndps-g-card-img figcaption {
  font-size: 12px;
  color: #6b7280;
  margin-top: 6px;
}

/* Hover: light, attractive */
.ndps-g-card-img:hover {
  transform: translateY(-4px);
  border-color: #bfdbfe;
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
}
.ndps-g-card-img:hover img {
  transform: scale(1.03);
}

/* DONATION BLOCK – reuse earlier light styles */
.ndps-g-donate {
  display: grid;
  grid-template-columns: minmax(0,1.5fr) minmax(0,1fr);
  gap: 24px;
  align-items: center;
}
.ndps-g-donate-left h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1f2933;
}
.ndps-g-donate-left p {
  font-size: 14px;
  color: #4b5563;
}
.ndps-g-donate-right {
  background: #fffbeb;
  border-radius: 14px;
  padding: 18px 18px 20px;
  border: 1px solid #fde68a;
}

/* Re‑use button + contact styles from previous answer */
.ndps-lite-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.22s ease;
}
.ndps-lite-btn-big {
  width: 100%;
  justify-content: center;
  background: linear-gradient(135deg, #16a34a, #15803d);
  color: #f9fafb;
  border-color: #16a34a;
  box-shadow: 0 10px 24px rgba(22,163,74,0.35);
}
.ndps-lite-btn-big:hover {
  background: linear-gradient(135deg, #15803d, #166534);
  transform: translateY(-2px);
}
.ndps-lite-donate-note {
  font-size: 12px;
  color: #92400e;
  margin-top: 8px;
  margin-bottom: 10px;
}
.ndps-lite-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #78350f;
}
.ndps-lite-contact li {
  margin-bottom: 4px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .ndps-g-grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 768px) {
  .ndps-g-two-col,
  .ndps-g-grid-3,
  .ndps-g-grid-2,
  .ndps-g-donate {
    grid-template-columns: minmax(0,1fr);
  }
  .ndps-g-section { padding: 32px 14px; }
}
@media (max-width: 480px) {
  .ndps-g-title { font-size: 22px; }
}/* End custom CSS */