{"id":2461,"date":"2026-05-12T15:53:57","date_gmt":"2026-05-12T15:53:57","guid":{"rendered":"https:\/\/nourpeacefoundation.org\/?page_id=2461"},"modified":"2026-07-16T21:45:35","modified_gmt":"2026-07-16T19:45:35","slug":"how-we-use-support","status":"publish","type":"page","link":"https:\/\/nourpeacefoundation.org\/fa\/about\/how-we-use-support\/","title":{"rendered":"\u06a9\u0645\u06a9\u200c\u0647\u0627\u06cc \u0634\u0645\u0627 \u0686\u06af\u0648\u0646\u0647 \u0645\u0635\u0631\u0641 \u0645\u06cc\u200c\u0634\u0648\u062f"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2461\" class=\"elementor elementor-2461\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da692ae e-flex e-con-boxed e-con e-parent\" data-id=\"da692ae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e7bcb33 elementor-widget elementor-widget-html\" data-id=\"e7bcb33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!--\r\n  Nour \u2014 How We Use Support\r\n  Elementor Canvas Ready \u2014 About Us header\/footer matched\r\n  Footer RTL repair \u2014 2026-07-16\r\n\r\n  Improvements:\r\n  - Uses the finalized Home-page header and responsive menu.\r\n  - Detects Persian before paint and applies a stable RTL layout.\r\n  - Keeps all other languages LTR.\r\n  - Builds language URLs from the current page path.\r\n  - Localizes internal links without changing files, assets, email, phone or external URLs.\r\n  - Removes duplicate header\/footer CSS and conflicting global LTR rules.\r\n  - Adds keyboard-accessible language, mobile and About menus.\r\n  - Keeps the original page content and visual identity.\r\n\r\n  Recommended URL: \/about\/how-we-use-support\/\r\n  Paste this complete code into one Elementor HTML widget.\r\n-->\r\n\r\n<script>\r\n\/* Detect Persian before the page is painted, including TranslatePress preview mode. *\/\r\n(function () {\r\n  \"use strict\";\r\n\r\n  var pathParts = String(window.location.pathname || \"\/\")\r\n    .split(\"\/\")\r\n    .filter(Boolean);\r\n  var htmlLang = String(document.documentElement.getAttribute(\"lang\") || \"\").toLowerCase();\r\n  var queryLang = \"\";\r\n\r\n  try {\r\n    queryLang = String(new URLSearchParams(window.location.search).get(\"lang\") || \"\").toLowerCase();\r\n  } catch (error) {\r\n    queryLang = \"\";\r\n  }\r\n\r\n  var isPersian = pathParts[0] === \"fa\" ||\r\n    htmlLang === \"fa\" ||\r\n    htmlLang.indexOf(\"fa-\") === 0 ||\r\n    queryLang === \"fa\";\r\n\r\n  document.documentElement.classList.toggle(\"nour-rtl-page\", isPersian);\r\n\r\n  function applyBodyClass() {\r\n    if (document.body) {\r\n      document.body.classList.toggle(\"nour-rtl-page\", isPersian);\r\n    }\r\n  }\r\n\r\n  applyBodyClass();\r\n  if (!document.body) {\r\n    document.addEventListener(\"DOMContentLoaded\", applyBodyClass, { once: true });\r\n  }\r\n})();\r\n<\/script>\r\n\r\n<style>\r\n  \/* =========================================================\r\n     BASE\r\n     ========================================================= *\/\r\n  html,\r\n  body {\r\n    overflow-x: hidden;\r\n  }\r\n\r\n  .nour-code-header,\r\n  .nour-code-header *,\r\n  #nour-support-page,\r\n  #nour-support-page * {\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .nour-code-header a,\r\n  #nour-support-page a {\r\n    text-decoration: none !important;\r\n  }\r\n\r\n  .nour-code-header button,\r\n  #nour-support-page button {\r\n    font: inherit;\r\n  }\r\n\r\n  \/* =========================================================\r\n     FIXED HEADER \u2014 MATCHES THE HOME-PAGE STRUCTURE\r\n     ========================================================= *\/\r\n  .nour-code-header {\r\n    position: fixed;\r\n    top: 0;\r\n    left: 0;\r\n    right: 0;\r\n    z-index: 999999;\r\n    width: 100%;\r\n    background: rgba(255, 255, 255, 0.82);\r\n    border-bottom: 1px solid #ddd2c1;\r\n    box-shadow: 0 8px 24px rgba(35, 52, 79, 0.08);\r\n    backdrop-filter: blur(14px);\r\n    -webkit-backdrop-filter: blur(14px);\r\n    direction: ltr !important;\r\n  }\r\n\r\n  body.admin-bar .nour-code-header {\r\n    top: 32px;\r\n  }\r\n\r\n  .nour-code-header-inner {\r\n    width: min(1450px, calc(100% - 24px));\r\n    min-height: 70px;\r\n    margin: 0 auto;\r\n    display: grid;\r\n    grid-template-areas: \"logo nav lang donate\";\r\n    grid-template-columns: auto minmax(0, 1fr) auto auto;\r\n    align-items: center;\r\n    gap: 14px;\r\n    direction: ltr !important;\r\n  }\r\n\r\n  .nour-code-logo {\r\n    grid-area: logo;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    min-width: 0;\r\n    color: #22344d !important;\r\n  }\r\n\r\n  .nour-code-logo img {\r\n    display: block;\r\n    width: 160px;\r\n    height: 60px;\r\n    object-fit: contain;\r\n  }\r\n\r\n  .nour-code-nav {\r\n    grid-area: nav;\r\n    min-width: 0;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: flex-end;\r\n    gap: 12px;\r\n    margin: 0;\r\n    padding: 0;\r\n    direction: ltr;\r\n  }\r\n\r\n  .nour-code-nav > a,\r\n  .nour-code-dropdown-toggle {\r\n    position: relative;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    min-height: 40px;\r\n    padding: 9px 15px;\r\n    border: 1px solid transparent;\r\n    border-radius: 999px;\r\n    background: transparent !important;\r\n    color: #22344d !important;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    line-height: 1.2;\r\n    white-space: nowrap;\r\n    transition: color 0.22s ease, transform 0.22s ease;\r\n  }\r\n\r\n  .nour-code-nav > a::after,\r\n  .nour-code-dropdown-toggle::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    left: 15px;\r\n    right: 15px;\r\n    bottom: 5px;\r\n    height: 2px;\r\n    background: #cc8b2d;\r\n    transform: scaleX(0);\r\n    transform-origin: center;\r\n    transition: transform 0.25s ease;\r\n  }\r\n\r\n  .nour-code-nav > a:hover::after,\r\n  .nour-code-nav > a:focus-visible::after,\r\n  .nour-code-dropdown-toggle:hover::before,\r\n  .nour-code-dropdown-toggle:focus-visible::before,\r\n  .nour-code-nav a[aria-current=\"page\"]::after {\r\n    transform: scaleX(1);\r\n  }\r\n\r\n  .nour-code-dropdown {\r\n    position: relative;\r\n    display: inline-flex;\r\n    align-items: center;\r\n  }\r\n\r\n  .nour-code-dropdown-toggle::after {\r\n    content: \"\u25be\";\r\n    position: static;\r\n    margin-left: 7px;\r\n    font-size: 10px;\r\n    line-height: 1;\r\n  }\r\n\r\n  .nour-code-submenu {\r\n    position: absolute;\r\n    top: 100%;\r\n    left: 0;\r\n    z-index: 1000000;\r\n    min-width: 230px;\r\n    padding: 10px;\r\n    border: 1px solid #ddd2c1;\r\n    border-radius: 18px;\r\n    background: rgba(255, 255, 255, 0.98);\r\n    box-shadow: 0 18px 42px rgba(35, 52, 79, 0.16);\r\n    display: none;\r\n  }\r\n\r\n  .nour-code-dropdown:hover .nour-code-submenu,\r\n  .nour-code-dropdown:focus-within .nour-code-submenu {\r\n    display: grid;\r\n    gap: 6px;\r\n  }\r\n\r\n  .nour-code-submenu a {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: flex-start;\r\n    min-height: 40px;\r\n    padding: 10px 13px;\r\n    border-radius: 12px;\r\n    background: transparent !important;\r\n    color: #22344d !important;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    white-space: nowrap;\r\n  }\r\n\r\n  .nour-code-submenu a:hover,\r\n  .nour-code-submenu a:focus-visible,\r\n  .nour-code-submenu a[aria-current=\"page\"] {\r\n    background: #f6f1e8 !important;\r\n    color: #00064f !important;\r\n  }\r\n\r\n  \/* LANGUAGE SWITCHER *\/\r\n  .nour-code-lang-switcher {\r\n    grid-area: lang;\r\n    position: relative;\r\n    z-index: 1000001;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    padding-bottom: 8px;\r\n    margin-bottom: -8px;\r\n    direction: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n  }\r\n\r\n  .nour-code-lang-switcher *,\r\n  .nour-code-lang-current,\r\n  .nour-code-lang-menu {\r\n    direction: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n  }\r\n\r\n  .nour-code-lang-current {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    min-height: 42px;\r\n    padding: 9px 14px;\r\n    border: 1px solid rgba(221, 210, 193, 0.9);\r\n    border-radius: 14px;\r\n    background: rgba(255, 255, 255, 0.62);\r\n    color: #22344d;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    line-height: 1;\r\n    white-space: nowrap;\r\n    cursor: pointer;\r\n    appearance: none;\r\n    -webkit-appearance: none;\r\n  }\r\n\r\n  .nour-code-lang-switcher:hover .nour-code-lang-current,\r\n  .nour-code-lang-switcher:focus-within .nour-code-lang-current,\r\n  .nour-code-lang-switcher.is-open .nour-code-lang-current {\r\n    background: rgba(255, 255, 255, 0.96);\r\n  }\r\n\r\n  .nour-code-lang-menu {\r\n    position: absolute;\r\n    top: 100%;\r\n    right: 0;\r\n    z-index: 1000002;\r\n    min-width: 166px;\r\n    padding: 8px;\r\n    border: 1px solid #ddd2c1;\r\n    border-radius: 16px;\r\n    background: rgba(255, 255, 255, 0.98);\r\n    box-shadow: 0 18px 42px rgba(35, 52, 79, 0.16);\r\n    display: none;\r\n  }\r\n\r\n  .nour-code-lang-switcher:hover .nour-code-lang-menu,\r\n  .nour-code-lang-switcher:focus-within .nour-code-lang-menu,\r\n  .nour-code-lang-switcher.is-open .nour-code-lang-menu {\r\n    display: grid;\r\n    gap: 5px;\r\n  }\r\n\r\n  .nour-code-lang-menu a {\r\n    display: flex;\r\n    align-items: center;\r\n    min-height: 38px;\r\n    padding: 9px 11px;\r\n    border-radius: 12px;\r\n    background: transparent !important;\r\n    color: #22344d !important;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    white-space: nowrap;\r\n  }\r\n\r\n  .nour-code-lang-menu a:hover,\r\n  .nour-code-lang-menu a:focus-visible,\r\n  .nour-code-lang-menu a.is-active,\r\n  .nour-code-lang-menu a[aria-current=\"true\"] {\r\n    background: #f6f1e8 !important;\r\n    color: #00064f !important;\r\n  }\r\n\r\n  \/* DONATE BUTTON *\/\r\n  .nour-code-header-donate,\r\n  .nour-code-mobile-donate {\r\n    position: relative;\r\n    isolation: isolate;\r\n    overflow: hidden;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    border: 0;\r\n    border-radius: 14px;\r\n    background: #000000 !important;\r\n    color: #ffffff !important;\r\n    font-weight: 800;\r\n    line-height: 1;\r\n    text-align: center !important;\r\n    white-space: nowrap;\r\n    box-shadow: 0 8px 18px rgba(35, 52, 79, 0.18);\r\n    transition: transform 0.35s ease, box-shadow 0.35s ease;\r\n  }\r\n\r\n  .nour-code-header-donate {\r\n    grid-area: donate;\r\n    width: 150px;\r\n    height: 50px;\r\n    font-size: 14px;\r\n  }\r\n\r\n  .nour-code-mobile-donate {\r\n    display: none;\r\n    width: 100%;\r\n    min-height: 46px;\r\n    margin-top: 4px;\r\n    font-size: 14px;\r\n  }\r\n\r\n  .nour-code-header-donate::before,\r\n  .nour-code-mobile-donate::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    inset: 0;\r\n    z-index: -1;\r\n    background: linear-gradient(90deg, #009b49, rgb(105, 184, 141));\r\n    transform: translateX(-101%);\r\n    transition: transform 0.45s ease;\r\n  }\r\n\r\n  .nour-code-header-donate:hover,\r\n  .nour-code-header-donate:focus-visible,\r\n  .nour-code-mobile-donate:hover,\r\n  .nour-code-mobile-donate:focus-visible {\r\n    color: #ffffff !important;\r\n    transform: translateY(-2px);\r\n    box-shadow: 0 12px 26px rgba(35, 52, 79, 0.24);\r\n  }\r\n\r\n  .nour-code-header-donate:hover::before,\r\n  .nour-code-header-donate:focus-visible::before,\r\n  .nour-code-mobile-donate:hover::before,\r\n  .nour-code-mobile-donate:focus-visible::before {\r\n    transform: translateX(0);\r\n  }\r\n\r\n  \/* MOBILE MENU BUTTON *\/\r\n  .nour-code-menu-toggle {\r\n    grid-area: menu;\r\n    display: none;\r\n    width: 44px;\r\n    height: 44px;\r\n    padding: 0;\r\n    border: 1px solid rgba(34, 52, 77, 0.16);\r\n    border-radius: 12px;\r\n    background: rgba(255, 255, 255, 0.72);\r\n    color: #22344d;\r\n    cursor: pointer;\r\n    align-items: center;\r\n    justify-content: center;\r\n    flex-direction: column;\r\n    gap: 5px;\r\n    appearance: none;\r\n    -webkit-appearance: none;\r\n  }\r\n\r\n  .nour-code-menu-toggle span {\r\n    display: block;\r\n    width: 20px;\r\n    height: 2px;\r\n    border-radius: 999px;\r\n    background: currentColor;\r\n    transition: transform 0.22s ease, opacity 0.22s ease;\r\n  }\r\n\r\n  .nour-code-header.is-menu-open .nour-code-menu-toggle span:nth-child(1) {\r\n    transform: translateY(7px) rotate(45deg);\r\n  }\r\n\r\n  .nour-code-header.is-menu-open .nour-code-menu-toggle span:nth-child(2) {\r\n    opacity: 0;\r\n  }\r\n\r\n  .nour-code-header.is-menu-open .nour-code-menu-toggle span:nth-child(3) {\r\n    transform: translateY(-7px) rotate(-45deg);\r\n  }\r\n\r\n  \/* FOCUS *\/\r\n  .nour-code-header a:focus-visible,\r\n  .nour-code-header button:focus-visible,\r\n  #nour-support-page a:focus-visible {\r\n    outline: 3px solid rgba(204, 139, 45, 0.62) !important;\r\n    outline-offset: 3px !important;\r\n  }\r\n\r\n  \/* =========================================================\r\n     HOW WE USE SUPPORT PAGE\r\n     ========================================================= *\/\r\n  #nour-support-page {\r\n    --bg: #f6f1e8;\r\n    --panel: #fffdf9;\r\n    --ink: #22344d;\r\n    --text: #506278;\r\n    --muted: #8c7658;\r\n    --line: #ddd2c1;\r\n    --gold: #cc8b2d;\r\n    --gold-dark: #af741e;\r\n    --navy: #22344d;\r\n    --sand: #efe4d2;\r\n    --mist: #eaf0f4;\r\n    --olive: #edf1ea;\r\n    --white: #ffffff;\r\n\r\n    width: 100vw;\r\n    max-width: 100vw;\r\n    margin-left: calc(50% - 50vw);\r\n    margin-right: calc(50% - 50vw);\r\n    padding-top: 70px;\r\n    overflow: hidden;\r\n    isolation: isolate;\r\n    background: var(--bg);\r\n    color: var(--ink);\r\n    font-family: Inter, Arial, sans-serif;\r\n    font-size: 16px;\r\n    line-height: 1.65;\r\n    direction: ltr;\r\n    text-align: start;\r\n    unicode-bidi: isolate;\r\n  }\r\n\r\n  #nour-support-page section[id] {\r\n    scroll-margin-top: 100px;\r\n  }\r\n\r\n  #nour-support-page p {\r\n    margin: 0;\r\n  }\r\n\r\n  #nour-support-page h1,\r\n  #nour-support-page h2,\r\n  #nour-support-page h3,\r\n  #nour-support-page h4 {\r\n    margin: 0;\r\n    color: inherit;\r\n    font-family: Georgia, \"Times New Roman\", serif;\r\n    letter-spacing: -0.02em;\r\n    line-height: 1.1;\r\n  }\r\n\r\n  #nour-support-page .container {\r\n    width: min(1180px, calc(100% - 48px));\r\n    margin-left: auto;\r\n    margin-right: auto;\r\n  }\r\n\r\n  #nour-support-page .btn {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    gap: 8px;\r\n    min-height: 46px;\r\n    padding: 14px 24px;\r\n    border: 1px solid transparent;\r\n    border-radius: 999px;\r\n    font-size: 14px;\r\n    font-weight: 800;\r\n    line-height: 1.2;\r\n    text-align: center !important;\r\n    white-space: nowrap;\r\n    cursor: pointer;\r\n    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;\r\n  }\r\n\r\n  #nour-support-page .btn:hover {\r\n    transform: translateY(-2px);\r\n    box-shadow: 0 12px 28px rgba(35, 52, 79, 0.16);\r\n  }\r\n\r\n  #nour-support-page .btn-gold {\r\n    border-color: var(--gold) !important;\r\n    background: var(--gold) !important;\r\n    color: #ffffff !important;\r\n  }\r\n\r\n  #nour-support-page .btn-gold:hover,\r\n  #nour-support-page .btn-gold:focus-visible {\r\n    border-color: var(--gold-dark) !important;\r\n    background: var(--gold-dark) !important;\r\n    color: #ffffff !important;\r\n  }\r\n\r\n  #nour-support-page .btn-dark {\r\n    border-color: var(--navy) !important;\r\n    background: var(--navy) !important;\r\n    color: #ffffff !important;\r\n  }\r\n\r\n  #nour-support-page .btn-light {\r\n    border-color: #d3c6b2 !important;\r\n    background: #ffffff !important;\r\n    color: var(--ink) !important;\r\n  }\r\n\r\n  #nour-support-page .btn-outline {\r\n    border-color: rgba(255, 255, 255, 0.38) !important;\r\n    background: transparent !important;\r\n    color: #ffffff !important;\r\n  }\r\n\r\n  #nour-support-page .kicker {\r\n    margin-bottom: 14px;\r\n    color: var(--muted);\r\n    font-size: 12px;\r\n    font-weight: 800;\r\n    letter-spacing: 0.2em;\r\n    text-transform: uppercase;\r\n  }\r\n\r\n  \/* HERO *\/\r\n  #nour-support-page .hero {\r\n    padding: 28px 0 48px;\r\n  }\r\n\r\n  #nour-support-page .hero-card {\r\n    min-height: 540px;\r\n    overflow: hidden;\r\n    display: flex;\r\n    align-items: flex-end;\r\n    border: 1px solid var(--line);\r\n    border-radius: 34px;\r\n    background:\r\n      linear-gradient(90deg, rgba(35, 52, 79, 0.84), rgba(35, 52, 79, 0.46), rgba(35, 52, 79, 0.15)),\r\n      url(\"\/wp-content\/uploads\/2026\/05\/Zwainde-mensen.jpg\") center center \/ cover no-repeat;\r\n    box-shadow: 0 24px 80px rgba(35, 52, 79, 0.12);\r\n  }\r\n\r\n  #nour-support-page .hero-content {\r\n    width: min(780px, 100%);\r\n    padding: 54px;\r\n    color: #ffffff;\r\n  }\r\n\r\n  #nour-support-page .label {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 8px;\r\n    margin-bottom: 18px;\r\n    padding: 7px 13px;\r\n    border: 1px solid rgba(255, 255, 255, 0.28);\r\n    border-radius: 999px;\r\n    background: rgba(255, 255, 255, 0.15);\r\n    color: rgba(255, 255, 255, 0.94);\r\n    font-size: 11px;\r\n    font-weight: 800;\r\n    letter-spacing: 0.19em;\r\n    text-transform: uppercase;\r\n  }\r\n\r\n  #nour-support-page .label::before {\r\n    content: \"\";\r\n    width: 8px;\r\n    height: 8px;\r\n    flex: 0 0 8px;\r\n    border-radius: 50%;\r\n    background: var(--gold);\r\n  }\r\n\r\n  #nour-support-page h1 {\r\n    font-size: clamp(42px, 5.8vw, 74px);\r\n  }\r\n\r\n  #nour-support-page .hero-content p {\r\n    max-width: 690px;\r\n    margin-top: 22px;\r\n    color: #edf3f7;\r\n    font-size: clamp(18px, 2vw, 22px);\r\n  }\r\n\r\n  #nour-support-page .hero-actions {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    align-items: center;\r\n    gap: 12px;\r\n    margin-top: 30px;\r\n  }\r\n\r\n  #nour-support-page .trust-strip {\r\n    display: grid;\r\n    grid-template-columns: repeat(4, minmax(0, 1fr));\r\n    gap: 14px;\r\n    margin-top: 18px;\r\n  }\r\n\r\n  #nour-support-page .trust-item {\r\n    padding: 18px;\r\n    border: 1px solid var(--line);\r\n    border-radius: 20px;\r\n    background: rgba(255, 255, 255, 0.78);\r\n    box-shadow: 0 4px 14px rgba(35, 52, 79, 0.05);\r\n  }\r\n\r\n  #nour-support-page .trust-item small {\r\n    display: block;\r\n    color: var(--muted);\r\n    font-size: 10px;\r\n    font-weight: 900;\r\n    letter-spacing: 0.16em;\r\n    text-transform: uppercase;\r\n  }\r\n\r\n  #nour-support-page .trust-item strong {\r\n    display: block;\r\n    margin-top: 5px;\r\n    color: var(--ink);\r\n    font-size: 17px;\r\n  }\r\n\r\n  \/* GENERAL SECTIONS *\/\r\n  #nour-support-page main > section:not(.hero) {\r\n    padding-top: 92px;\r\n    padding-bottom: 92px;\r\n  }\r\n\r\n  #nour-support-page .section-head {\r\n    display: grid;\r\n    grid-template-columns: 0.9fr 1.1fr;\r\n    align-items: end;\r\n    gap: 54px;\r\n    margin-bottom: 40px;\r\n  }\r\n\r\n  #nour-support-page h2 {\r\n    color: var(--ink);\r\n    font-size: clamp(34px, 4vw, 50px);\r\n  }\r\n\r\n  #nour-support-page .intro-text {\r\n    color: var(--text);\r\n    font-size: 20px;\r\n  }\r\n\r\n  #nour-support-page .cards-3 {\r\n    display: grid;\r\n    grid-template-columns: repeat(3, minmax(0, 1fr));\r\n    gap: 28px;\r\n  }\r\n\r\n  #nour-support-page .card,\r\n  #nour-support-page .use-item {\r\n    padding: 32px;\r\n    border: 1px solid var(--line);\r\n    border-radius: 28px;\r\n    background: #ffffff;\r\n    box-shadow: 0 6px 18px rgba(35, 52, 79, 0.05);\r\n  }\r\n\r\n  #nour-support-page .card.sand {\r\n    border-color: #d7c9b3;\r\n    background: var(--sand);\r\n  }\r\n\r\n  #nour-support-page .card.mist {\r\n    border-color: #cfd7de;\r\n    background: var(--mist);\r\n  }\r\n\r\n  #nour-support-page .card.olive {\r\n    border-color: #ced7c9;\r\n    background: var(--olive);\r\n  }\r\n\r\n  #nour-support-page .card-number {\r\n    width: 42px;\r\n    height: 42px;\r\n    margin-bottom: 18px;\r\n    display: grid;\r\n    place-items: center;\r\n    border-radius: 50%;\r\n    background: var(--navy);\r\n    color: #ffffff;\r\n    font-weight: 900;\r\n    text-align: center !important;\r\n  }\r\n\r\n  #nour-support-page .card h3,\r\n  #nour-support-page .use-item h3 {\r\n    color: var(--ink);\r\n    font-size: 28px;\r\n  }\r\n\r\n  #nour-support-page .card p,\r\n  #nour-support-page .use-item p {\r\n    margin-top: 12px;\r\n    color: var(--text);\r\n    font-size: 16px;\r\n  }\r\n\r\n  #nour-support-page .use-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(2, minmax(0, 1fr));\r\n    gap: 28px;\r\n  }\r\n\r\n  #nour-support-page .use-item strong {\r\n    display: inline-block;\r\n    margin-bottom: 10px;\r\n    color: var(--gold-dark);\r\n    font-size: 13px;\r\n    font-weight: 900;\r\n    letter-spacing: 0.16em;\r\n    text-transform: uppercase;\r\n  }\r\n\r\n  \/* DARK SECTION *\/\r\n  #nour-support-page .dark {\r\n    background: var(--navy);\r\n    color: #ffffff;\r\n  }\r\n\r\n  #nour-support-page .dark h2,\r\n  #nour-support-page .dark h3 {\r\n    color: #ffffff;\r\n  }\r\n\r\n  #nour-support-page .dark .kicker {\r\n    color: #d8c8ad;\r\n  }\r\n\r\n  #nour-support-page .dark .intro-text,\r\n  #nour-support-page .dark-card p {\r\n    color: #dbe3ed;\r\n  }\r\n\r\n  #nour-support-page .dark-card {\r\n    padding: 30px;\r\n    border: 1px solid rgba(255, 255, 255, 0.13);\r\n    border-radius: 24px;\r\n    background: rgba(255, 255, 255, 0.06);\r\n  }\r\n\r\n  #nour-support-page .dark-card h3 {\r\n    margin-bottom: 10px;\r\n    font-size: 27px;\r\n  }\r\n\r\n  \/* PROMISE \/ ACCOUNTABILITY *\/\r\n  #nour-support-page .promise-box {\r\n    display: grid;\r\n    grid-template-columns: 0.8fr 1.2fr;\r\n    align-items: center;\r\n    gap: 42px;\r\n    padding: 52px;\r\n    border: 1px solid #d7c9b3;\r\n    border-radius: 36px;\r\n    background: var(--sand);\r\n    box-shadow: 0 24px 80px rgba(35, 52, 79, 0.1);\r\n  }\r\n\r\n  #nour-support-page .promise-box p {\r\n    margin-top: 16px;\r\n    color: var(--text);\r\n    font-size: 18px;\r\n  }\r\n\r\n  #nour-support-page .promise-list {\r\n    display: grid;\r\n    gap: 14px;\r\n  }\r\n\r\n  #nour-support-page .promise-list div {\r\n    padding: 16px 18px;\r\n    border: 1px solid var(--line);\r\n    border-radius: 18px;\r\n    background: #ffffff;\r\n    color: var(--ink);\r\n    font-weight: 700;\r\n  }\r\n\r\n  \/* CTA *\/\r\n  #nour-support-page #support {\r\n    padding-bottom: 92px;\r\n  }\r\n\r\n  #nour-support-page .cta-box {\r\n    display: grid;\r\n    grid-template-columns: 1.05fr 0.95fr;\r\n    align-items: center;\r\n    gap: 32px;\r\n    padding: 52px;\r\n    border-radius: 36px;\r\n    background: var(--navy);\r\n    color: #ffffff;\r\n    box-shadow: 0 24px 80px rgba(35, 52, 79, 0.18);\r\n  }\r\n\r\n  #nour-support-page .cta-box h2 {\r\n    color: #ffffff;\r\n  }\r\n\r\n  #nour-support-page .cta-box p {\r\n    margin-top: 12px;\r\n    color: #dbe3ed;\r\n    font-size: 17px;\r\n  }\r\n\r\n  #nour-support-page .cta-actions {\r\n    display: flex;\r\n    justify-content: flex-end;\r\n    flex-wrap: wrap;\r\n    gap: 14px;\r\n  }\r\n\r\n  #nour-support-page .cta-kicker {\r\n    color: #d9c8ab;\r\n  }\r\n\r\n  \/* =========================================================\r\n     FOOTER \u2014 EXACT ABOUT-US STRUCTURE\r\n     ========================================================= *\/\r\n  .nour-wg-footer {\r\n    padding: 58px 0 0;\r\n    border-top: 1px solid #ece7df;\r\n    background: #ffffff;\r\n    color: #5f5f5f;\r\n    font-family: Inter, Arial, sans-serif;\r\n    direction: ltr;\r\n    unicode-bidi: isolate;\r\n    text-align: left;\r\n  }\r\n\r\n  .nour-wg-footer,\r\n  .nour-wg-footer * {\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .nour-wg-footer a {\r\n    color: inherit;\r\n    text-decoration: none !important;\r\n  }\r\n\r\n  .nour-wg-footer-container {\r\n    width: min(1180px, calc(100% - 48px));\r\n    margin-left: auto;\r\n    margin-right: auto;\r\n  }\r\n\r\n  .nour-wg-footer-grid {\r\n    display: grid;\r\n    grid-template-columns: 1.15fr 0.9fr 1.12fr 1.08fr;\r\n    align-items: start;\r\n    gap: 54px;\r\n  }\r\n\r\n  .nour-wg-footer h4 {\r\n    margin: 0 0 24px;\r\n    color: #00064f;\r\n    font-family: Inter, Arial, sans-serif;\r\n    font-size: 26px;\r\n    font-weight: 900;\r\n    letter-spacing: -0.03em;\r\n    line-height: 1.1;\r\n  }\r\n\r\n  .nour-wg-footer-links,\r\n  .nour-wg-social,\r\n  .nour-wg-contact,\r\n  .nour-wg-info {\r\n    display: grid;\r\n  }\r\n\r\n  .nour-wg-footer-links { gap: 15px; }\r\n  .nour-wg-social { gap: 14px; }\r\n  .nour-wg-contact { gap: 12px; }\r\n  .nour-wg-info { gap: 14px; }\r\n\r\n  .nour-wg-footer-links a,\r\n  .nour-wg-footer p,\r\n  .nour-wg-footer-contact-line,\r\n  .nour-wg-footer-info-line,\r\n  .nour-wg-social a,\r\n  .nour-wg-address {\r\n    color: #5f5f5f;\r\n    font-size: 18px;\r\n    line-height: 1.55;\r\n  }\r\n\r\n  .nour-wg-footer-links a:hover,\r\n  .nour-wg-footer-links a:focus-visible,\r\n  .nour-wg-footer-contact-line a:hover,\r\n  .nour-wg-footer-contact-line a:focus-visible {\r\n    color: #00064f !important;\r\n    text-decoration: underline !important;\r\n  }\r\n\r\n  .nour-wg-social a {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: flex-start;\r\n    gap: 12px;\r\n  }\r\n\r\n  .nour-wg-social a:hover,\r\n  .nour-wg-social a:focus-visible {\r\n    color: #00064f !important;\r\n  }\r\n\r\n  .nour-wg-social-icon {\r\n    width: 34px;\r\n    height: 34px;\r\n    flex: 0 0 34px;\r\n    display: inline-grid;\r\n    place-items: center;\r\n    border-radius: 50%;\r\n    background: #f1eee8;\r\n    color: #00064f;\r\n    font-size: 15px;\r\n    font-weight: 900;\r\n    line-height: 1;\r\n    direction: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n    text-align: center !important;\r\n  }\r\n\r\n  .nour-wg-address {\r\n    margin: 0;\r\n    font-style: normal;\r\n  }\r\n\r\n  .nour-wg-footer-contact-line,\r\n  .nour-wg-footer-info-line {\r\n    display: grid;\r\n    align-items: start;\r\n  }\r\n\r\n  .nour-wg-footer-contact-line {\r\n    grid-template-columns: 70px minmax(0, 1fr);\r\n    gap: 3px;\r\n  }\r\n\r\n  .nour-wg-footer-info-line {\r\n    grid-template-columns: 68px minmax(0, 1fr);\r\n    gap: 10px;\r\n  }\r\n\r\n  .nour-wg-footer-contact-line strong,\r\n  .nour-wg-footer-info-line strong {\r\n    color: #5f5f5f;\r\n    font-weight: 400;\r\n  }\r\n\r\n  .nour-wg-footer-contact-line a {\r\n    color: #00064f !important;\r\n    text-decoration: underline !important;\r\n    overflow-wrap: anywhere;\r\n  }\r\n\r\n  .nour-ltr {\r\n    direction: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n    display: inline-block !important;\r\n    text-align: left !important;\r\n  }\r\n\r\n  .nour-wg-footer-divider {\r\n    margin-top: 64px;\r\n    padding: 28px 0 18px;\r\n    border-top: 1px solid #cfcfcf;\r\n  }\r\n\r\n  .nour-wg-footer-logo-row {\r\n    display: flex;\r\n    justify-content: flex-end;\r\n    align-items: center;\r\n    flex-wrap: wrap;\r\n    gap: 34px;\r\n  }\r\n\r\n  .nour-wg-footer-logo {\r\n    min-height: 60px;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n  }\r\n\r\n  .nour-wg-footer-logo img {\r\n    display: block;\r\n    width: auto;\r\n    height: auto;\r\n    max-width: 190px;\r\n    max-height: 58px;\r\n    object-fit: contain;\r\n  }\r\n\r\n  .nour-wg-footer-logo.auaf img {\r\n    max-width: 210px;\r\n    max-height: 58px;\r\n  }\r\n\r\n  .nour-wg-footer-logo.hbdo img {\r\n    max-width: 190px;\r\n    max-height: 64px;\r\n  }\r\n\r\n  .nour-wg-footer-logo.rsdo img {\r\n    max-width: 190px;\r\n    max-height: 70px;\r\n  }\r\n\r\n  \/* =========================================================\r\n     PERSIAN \/ RTL\r\n     ========================================================= *\/\r\n  html.nour-rtl-page #nour-support-page,\r\n  body.nour-rtl-page #nour-support-page,\r\n  #nour-support-page[dir=\"rtl\"] {\r\n    direction: rtl;\r\n    text-align: right;\r\n    font-family: \"Vazirmatn\", \"Noto Sans Arabic\", Tahoma, \"Segoe UI\", Arial, sans-serif;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page h1,\r\n  html.nour-rtl-page #nour-support-page h2,\r\n  html.nour-rtl-page #nour-support-page h3,\r\n  html.nour-rtl-page #nour-support-page h4,\r\n  #nour-support-page[dir=\"rtl\"] h1,\r\n  #nour-support-page[dir=\"rtl\"] h2,\r\n  #nour-support-page[dir=\"rtl\"] h3,\r\n  #nour-support-page[dir=\"rtl\"] h4 {\r\n    font-family: \"Vazirmatn\", \"Noto Sans Arabic\", Tahoma, \"Segoe UI\", Arial, sans-serif;\r\n    letter-spacing: 0;\r\n    word-spacing: 0;\r\n    line-height: 1.45;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page h1,\r\n  #nour-support-page[dir=\"rtl\"] h1 {\r\n    max-width: 760px;\r\n    font-size: clamp(40px, 4.4vw, 60px);\r\n    line-height: 1.4;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page h2,\r\n  #nour-support-page[dir=\"rtl\"] h2 {\r\n    font-size: clamp(32px, 3.7vw, 48px);\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page p,\r\n  #nour-support-page[dir=\"rtl\"] p {\r\n    line-height: 1.95;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page .label,\r\n  html.nour-rtl-page #nour-support-page .kicker,\r\n  html.nour-rtl-page #nour-support-page .trust-item small,\r\n  html.nour-rtl-page #nour-support-page .use-item strong,\r\n  #nour-support-page[dir=\"rtl\"] .label,\r\n  #nour-support-page[dir=\"rtl\"] .kicker,\r\n  #nour-support-page[dir=\"rtl\"] .trust-item small,\r\n  #nour-support-page[dir=\"rtl\"] .use-item strong {\r\n    letter-spacing: 0;\r\n    text-transform: none;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page .hero-card,\r\n  #nour-support-page[dir=\"rtl\"] .hero-card {\r\n    background:\r\n      linear-gradient(270deg, rgba(35, 52, 79, 0.84), rgba(35, 52, 79, 0.46), rgba(35, 52, 79, 0.15)),\r\n      url(\"\/wp-content\/uploads\/2026\/05\/Zwainde-mensen.jpg\") center center \/ cover no-repeat;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page .hero-content,\r\n  html.nour-rtl-page #nour-support-page .section-head,\r\n  html.nour-rtl-page #nour-support-page .card,\r\n  html.nour-rtl-page #nour-support-page .use-item,\r\n  html.nour-rtl-page #nour-support-page .promise-box,\r\n  html.nour-rtl-page #nour-support-page .cta-box,\r\n  #nour-support-page[dir=\"rtl\"] .hero-content,\r\n  #nour-support-page[dir=\"rtl\"] .section-head,\r\n  #nour-support-page[dir=\"rtl\"] .card,\r\n  #nour-support-page[dir=\"rtl\"] .use-item,\r\n  #nour-support-page[dir=\"rtl\"] .promise-box,\r\n  #nour-support-page[dir=\"rtl\"] .cta-box {\r\n    direction: rtl;\r\n    text-align: right;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page .hero-actions,\r\n  html.nour-rtl-page #nour-support-page .cta-actions,\r\n  #nour-support-page[dir=\"rtl\"] .hero-actions,\r\n  #nour-support-page[dir=\"rtl\"] .cta-actions {\r\n    direction: rtl;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page .btn,\r\n  html.nour-rtl-page #nour-support-page .card-number,\r\n  #nour-support-page[dir=\"rtl\"] .btn,\r\n  #nour-support-page[dir=\"rtl\"] .card-number {\r\n    text-align: center !important;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page a[href^=\"mailto:\"],\r\n  html.nour-rtl-page #nour-support-page a[href^=\"tel:\"],\r\n  html.nour-rtl-page #nour-support-page .nour-wg-footer-info-line span,\r\n  #nour-support-page[dir=\"rtl\"] a[href^=\"mailto:\"],\r\n  #nour-support-page[dir=\"rtl\"] a[href^=\"tel:\"],\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-footer-info-line span {\r\n    display: inline-block;\r\n    direction: ltr;\r\n    unicode-bidi: isolate;\r\n  }\r\n\r\n  \/* =========================================================\r\n     RESPONSIVE\r\n     ========================================================= *\/\r\n  @media (max-width: 1280px) {\r\n    .nour-code-header-inner {\r\n      width: min(100% - 28px, 1180px);\r\n      gap: 10px;\r\n    }\r\n\r\n    .nour-code-nav {\r\n      gap: 8px;\r\n    }\r\n\r\n    .nour-code-nav > a,\r\n    .nour-code-dropdown-toggle {\r\n      padding: 8px 10px;\r\n      font-size: 13px;\r\n    }\r\n  }\r\n\r\n  \/* Full navigation becomes a dropdown before translated labels collide. *\/\r\n  @media (max-width: 1220px) {\r\n    .nour-code-header-inner {\r\n      width: min(100% - 24px, 1180px);\r\n      min-height: 72px;\r\n      position: relative;\r\n      grid-template-areas: \"logo spacer lang donate menu\";\r\n      grid-template-columns: auto minmax(12px, 1fr) auto auto auto;\r\n      gap: 10px;\r\n    }\r\n\r\n    .nour-code-logo img {\r\n      width: 64px;\r\n      height: 54px;\r\n    }\r\n\r\n    .nour-code-menu-toggle {\r\n      display: inline-flex;\r\n    }\r\n\r\n    .nour-code-nav {\r\n      position: absolute;\r\n      top: calc(100% + 1px);\r\n      left: 0;\r\n      right: 0;\r\n      z-index: 1000002;\r\n      width: 100%;\r\n      max-height: calc(100vh - 110px);\r\n      overflow-y: auto;\r\n      display: none;\r\n      flex-direction: column;\r\n      align-items: stretch;\r\n      justify-content: flex-start;\r\n      gap: 6px;\r\n      padding: 12px;\r\n      border: 1px solid #ddd2c1;\r\n      border-top: 0;\r\n      border-radius: 0 0 18px 18px;\r\n      background: rgba(255, 255, 255, 0.98);\r\n      box-shadow: 0 18px 42px rgba(35, 52, 79, 0.16);\r\n      direction: ltr;\r\n    }\r\n\r\n    .nour-code-header.is-menu-open .nour-code-nav {\r\n      display: flex;\r\n    }\r\n\r\n    .nour-code-nav > a,\r\n    .nour-code-dropdown-toggle {\r\n      width: 100%;\r\n      min-height: 44px;\r\n      justify-content: flex-start;\r\n      padding: 10px 13px;\r\n      border-radius: 12px;\r\n      font-size: 14px;\r\n    }\r\n\r\n    .nour-code-nav > a::after,\r\n    .nour-code-dropdown-toggle::before {\r\n      content: none;\r\n    }\r\n\r\n    .nour-code-nav > a:hover,\r\n    .nour-code-nav > a:focus-visible,\r\n    .nour-code-nav > a[aria-current=\"page\"],\r\n    .nour-code-dropdown-toggle:hover,\r\n    .nour-code-dropdown-toggle:focus-visible {\r\n      background: #f6f1e8 !important;\r\n    }\r\n\r\n    .nour-code-dropdown {\r\n      position: static;\r\n      display: block;\r\n      width: 100%;\r\n    }\r\n\r\n    .nour-code-dropdown:hover .nour-code-submenu,\r\n    .nour-code-dropdown:focus-within .nour-code-submenu {\r\n      display: none;\r\n    }\r\n\r\n    .nour-code-dropdown.is-submenu-open .nour-code-submenu {\r\n      display: grid;\r\n      gap: 5px;\r\n    }\r\n\r\n    .nour-code-submenu,\r\n    html.nour-rtl-page .nour-code-submenu,\r\n    body.nour-rtl-page .nour-code-submenu,\r\n    .nour-code-header[dir=\"rtl\"] .nour-code-submenu {\r\n      position: static;\r\n      width: 100%;\r\n      min-width: 0;\r\n      margin-top: 4px;\r\n      padding: 7px;\r\n      border: 0;\r\n      border-radius: 12px;\r\n      background: #f8f5ef;\r\n      box-shadow: none;\r\n    }\r\n\r\n    .nour-code-mobile-donate {\r\n      display: inline-flex;\r\n    }\r\n\r\n    html.nour-rtl-page .nour-code-header-inner,\r\n    body.nour-rtl-page .nour-code-header-inner,\r\n    .nour-code-header[dir=\"rtl\"] .nour-code-header-inner {\r\n      grid-template-areas: \"menu donate lang spacer logo\";\r\n      grid-template-columns: auto auto auto minmax(12px, 1fr) auto;\r\n    }\r\n\r\n    html.nour-rtl-page .nour-code-nav,\r\n    body.nour-rtl-page .nour-code-nav,\r\n    .nour-code-header[dir=\"rtl\"] .nour-code-nav {\r\n      direction: rtl;\r\n    }\r\n\r\n    html.nour-rtl-page .nour-code-nav > a,\r\n    html.nour-rtl-page .nour-code-dropdown-toggle,\r\n    body.nour-rtl-page .nour-code-nav > a,\r\n    body.nour-rtl-page .nour-code-dropdown-toggle,\r\n    .nour-code-header[dir=\"rtl\"] .nour-code-nav > a,\r\n    .nour-code-header[dir=\"rtl\"] .nour-code-dropdown-toggle {\r\n      justify-content: flex-start;\r\n      direction: rtl;\r\n      text-align: right;\r\n    }\r\n\r\n    #nour-support-page .section-head,\r\n    #nour-support-page .cards-3,\r\n    #nour-support-page .use-grid,\r\n    #nour-support-page .promise-box,\r\n    #nour-support-page .cta-box {\r\n      grid-template-columns: 1fr;\r\n    }\r\n\r\n    #nour-support-page .trust-strip {\r\n      grid-template-columns: repeat(2, minmax(0, 1fr));\r\n    }\r\n\r\n    #nour-support-page .cta-actions {\r\n      justify-content: flex-start;\r\n    }\r\n\r\n    .nour-wg-footer-grid {\r\n      grid-template-columns: repeat(2, minmax(0, 1fr));\r\n      gap: 42px;\r\n    }\r\n\r\n    .nour-wg-footer-logo-row {\r\n      justify-content: flex-start;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 782px) {\r\n    body.admin-bar .nour-code-header {\r\n      top: 46px;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 640px) {\r\n    .nour-code-header-inner {\r\n      width: min(100% - 20px, 1180px);\r\n      min-height: 64px;\r\n      grid-template-areas: \"logo spacer lang menu\";\r\n      grid-template-columns: auto minmax(8px, 1fr) auto auto;\r\n      gap: 8px;\r\n    }\r\n\r\n    .nour-code-logo img {\r\n      width: 54px;\r\n      height: 48px;\r\n    }\r\n\r\n    .nour-code-header-donate {\r\n      display: none;\r\n    }\r\n\r\n    .nour-code-lang-switcher {\r\n      padding-bottom: 5px;\r\n      margin-bottom: -5px;\r\n    }\r\n\r\n    .nour-code-lang-current {\r\n      max-width: 132px;\r\n      min-height: 38px;\r\n      padding: 8px 10px;\r\n      overflow: hidden;\r\n      font-size: 12px;\r\n      text-overflow: ellipsis;\r\n    }\r\n\r\n    .nour-code-menu-toggle {\r\n      width: 40px;\r\n      height: 40px;\r\n    }\r\n\r\n    html.nour-rtl-page .nour-code-header-inner,\r\n    body.nour-rtl-page .nour-code-header-inner,\r\n    .nour-code-header[dir=\"rtl\"] .nour-code-header-inner {\r\n      grid-template-areas: \"menu lang spacer logo\";\r\n      grid-template-columns: auto auto minmax(8px, 1fr) auto;\r\n    }\r\n\r\n    #nour-support-page {\r\n      padding-top: 64px;\r\n    }\r\n\r\n    #nour-support-page section[id] {\r\n      scroll-margin-top: 92px;\r\n    }\r\n\r\n    #nour-support-page .container,\r\n    .nour-wg-footer-container {\r\n      width: min(100% - 28px, 1180px);\r\n    }\r\n\r\n    #nour-support-page .hero {\r\n      padding: 20px 0 34px;\r\n    }\r\n\r\n    #nour-support-page .hero-card {\r\n      min-height: 520px;\r\n      border-radius: 24px;\r\n    }\r\n\r\n    #nour-support-page .hero-content,\r\n    #nour-support-page .card,\r\n    #nour-support-page .use-item,\r\n    #nour-support-page .promise-box,\r\n    #nour-support-page .cta-box {\r\n      padding: 24px;\r\n      border-radius: 24px;\r\n    }\r\n\r\n    #nour-support-page h1 {\r\n      font-size: clamp(36px, 10vw, 48px);\r\n    }\r\n\r\n    html.nour-rtl-page #nour-support-page h1,\r\n    #nour-support-page[dir=\"rtl\"] h1 {\r\n      font-size: clamp(34px, 9vw, 44px);\r\n      line-height: 1.48;\r\n    }\r\n\r\n    html.nour-rtl-page #nour-support-page h2,\r\n    #nour-support-page[dir=\"rtl\"] h2 {\r\n      font-size: clamp(29px, 7.5vw, 38px);\r\n    }\r\n\r\n    #nour-support-page main > section:not(.hero) {\r\n      padding-top: 64px;\r\n      padding-bottom: 64px;\r\n    }\r\n\r\n    #nour-support-page .intro-text {\r\n      font-size: 17px;\r\n    }\r\n\r\n    #nour-support-page .trust-strip {\r\n      grid-template-columns: 1fr;\r\n    }\r\n\r\n    #nour-support-page .hero-actions,\r\n    #nour-support-page .cta-actions {\r\n      flex-direction: column;\r\n      align-items: stretch;\r\n    }\r\n\r\n    #nour-support-page .hero-actions .btn,\r\n    #nour-support-page .cta-actions .btn {\r\n      width: 100%;\r\n    }\r\n\r\n    .nour-wg-footer {\r\n      padding-top: 46px;\r\n    }\r\n\r\n    .nour-wg-footer-grid {\r\n      grid-template-columns: 1fr;\r\n      gap: 34px;\r\n    }\r\n\r\n    .nour-wg-footer h4 {\r\n      margin-bottom: 18px;\r\n      font-size: 24px;\r\n    }\r\n\r\n    .nour-wg-footer-links a,\r\n    .nour-wg-footer p,\r\n    .nour-wg-footer-contact-line,\r\n    .nour-wg-footer-info-line,\r\n    .nour-wg-social a {\r\n      font-size: 16px;\r\n    }\r\n\r\n    .nour-wg-footer-contact-line,\r\n    .nour-wg-footer-info-line {\r\n      grid-template-columns: 1fr;\r\n      gap: 2px;\r\n    }\r\n\r\n    .nour-wg-footer-divider {\r\n      margin-top: 42px;\r\n    }\r\n\r\n    .nour-wg-footer-logo-row {\r\n      justify-content: flex-start;\r\n      gap: 18px;\r\n    }\r\n\r\n    .nour-wg-footer-logo img,\r\n    .nour-wg-footer-logo.auaf img,\r\n    .nour-wg-footer-logo.hbdo img,\r\n    .nour-wg-footer-logo.rsdo img {\r\n      max-width: 165px;\r\n      max-height: 56px;\r\n    }\r\n  }\r\n\r\n  @media (prefers-reduced-motion: reduce) {\r\n    .nour-code-header *,\r\n    #nour-support-page * {\r\n      scroll-behavior: auto !important;\r\n      animation-duration: 0.01ms !important;\r\n      animation-iteration-count: 1 !important;\r\n      transition-duration: 0.01ms !important;\r\n    }\r\n  }\r\n\r\n\r\n  \/* =========================================================\r\n     DEFINITIVE ABOUT-US HEADER \/ FOOTER OVERRIDES\r\n     The page content remains page-specific; these rules make\r\n     the shared site chrome identical and prevent duplication.\r\n     ========================================================= *\/\r\n  .nour-code-header,\r\n  .nour-code-header * {\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .nour-code-header {\r\n    width: 100vw !important;\r\n    max-width: 100vw !important;\r\n    margin-left: 0 !important;\r\n    margin-right: 0 !important;\r\n    background: rgba(255, 255, 255, 0.40) !important;\r\n    direction: ltr !important;\r\n  }\r\n\r\n  .nour-code-header-inner {\r\n    width: min(1450px, calc(100% - 24px)) !important;\r\n    min-height: 70px !important;\r\n    margin: 0 auto !important;\r\n    display: grid !important;\r\n    grid-template-areas: \"logo nav lang donate\" !important;\r\n    grid-template-columns: auto minmax(0, 1fr) auto auto !important;\r\n    align-items: center !important;\r\n    gap: 14px !important;\r\n    direction: ltr !important;\r\n  }\r\n\r\n  .nour-code-logo { grid-area: logo !important; }\r\n  .nour-code-nav {\r\n    grid-area: nav !important;\r\n    min-width: 0 !important;\r\n    width: auto !important;\r\n    max-width: none !important;\r\n    margin: 0 !important;\r\n    padding: 0 !important;\r\n    overflow: visible !important;\r\n    justify-content: flex-end !important;\r\n    gap: 10px !important;\r\n    direction: ltr !important;\r\n  }\r\n  .nour-code-lang-switcher {\r\n    grid-area: lang !important;\r\n    margin-left: 0 !important;\r\n    margin-right: 0 !important;\r\n  }\r\n  .nour-code-header-donate {\r\n    grid-area: donate !important;\r\n    margin: 0 !important;\r\n    white-space: nowrap !important;\r\n  }\r\n  .nour-code-menu-toggle { grid-area: menu !important; }\r\n\r\n  \/* Remove the extra pseudo-element that appeared as a dot beside About Us. *\/\r\n  .nour-code-dropdown-toggle::before {\r\n    content: none !important;\r\n    display: none !important;\r\n  }\r\n\r\n  .nour-code-dropdown-toggle::after {\r\n    content: \"\u25be\" !important;\r\n    position: static !important;\r\n    width: auto !important;\r\n    height: auto !important;\r\n    margin-left: 7px !important;\r\n    margin-right: 0 !important;\r\n    background: transparent !important;\r\n    transform: none !important;\r\n    font-size: 10px !important;\r\n    line-height: 1 !important;\r\n  }\r\n\r\n  \/* Never show the menu Donate link while the desktop Donate button is visible. *\/\r\n  .nour-code-mobile-donate {\r\n    display: none !important;\r\n  }\r\n\r\n  \/* Persian desktop order: Donate left, logo right. *\/\r\n  html.nour-rtl-page .nour-code-header-inner,\r\n  body.nour-rtl-page .nour-code-header-inner,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-header-inner {\r\n    grid-template-areas: \"donate lang nav logo\" !important;\r\n    grid-template-columns: auto auto minmax(0, 1fr) auto !important;\r\n    direction: ltr !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-code-nav,\r\n  body.nour-rtl-page .nour-code-nav,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-nav {\r\n    direction: rtl !important;\r\n    justify-content: flex-start !important;\r\n    text-align: right !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-code-nav > a,\r\n  html.nour-rtl-page .nour-code-dropdown,\r\n  body.nour-rtl-page .nour-code-nav > a,\r\n  body.nour-rtl-page .nour-code-dropdown,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-nav > a,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-dropdown {\r\n    direction: rtl !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-code-dropdown-toggle::after,\r\n  body.nour-rtl-page .nour-code-dropdown-toggle::after,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-dropdown-toggle::after {\r\n    margin-left: 0 !important;\r\n    margin-right: 7px !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-code-submenu,\r\n  body.nour-rtl-page .nour-code-submenu,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-submenu {\r\n    right: 0 !important;\r\n    left: auto !important;\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-code-submenu a,\r\n  body.nour-rtl-page .nour-code-submenu a,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-submenu a {\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n    justify-content: flex-start !important;\r\n  }\r\n\r\n  \/* Footer \u2014 identical RTL behavior to the corrected About Us page. *\/\r\n  html.nour-rtl-page #nour-support-page .nour-wg-footer,\r\n  body.nour-rtl-page #nour-support-page .nour-wg-footer,\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-footer {\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n    font-family: \"Vazirmatn\", \"Noto Sans Arabic\", Tahoma, \"Segoe UI\", Arial, sans-serif !important;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page .nour-wg-footer h4,\r\n  body.nour-rtl-page #nour-support-page .nour-wg-footer h4,\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-footer h4 {\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n    font-family: \"Vazirmatn\", \"Noto Sans Arabic\", Tahoma, \"Segoe UI\", Arial, sans-serif !important;\r\n    letter-spacing: 0 !important;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page .nour-wg-footer-grid,\r\n  body.nour-rtl-page #nour-support-page .nour-wg-footer-grid,\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-footer-grid {\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page .nour-wg-footer-links,\r\n  html.nour-rtl-page #nour-support-page .nour-wg-social,\r\n  html.nour-rtl-page #nour-support-page .nour-wg-contact,\r\n  html.nour-rtl-page #nour-support-page .nour-wg-info,\r\n  body.nour-rtl-page #nour-support-page .nour-wg-footer-links,\r\n  body.nour-rtl-page #nour-support-page .nour-wg-social,\r\n  body.nour-rtl-page #nour-support-page .nour-wg-contact,\r\n  body.nour-rtl-page #nour-support-page .nour-wg-info,\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-footer-links,\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-social,\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-contact,\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-info {\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page .nour-wg-footer-links a,\r\n  body.nour-rtl-page #nour-support-page .nour-wg-footer-links a,\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-footer-links a {\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page .nour-wg-social a,\r\n  body.nour-rtl-page #nour-support-page .nour-wg-social a,\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-social a {\r\n    direction: rtl !important;\r\n    justify-content: flex-start !important;\r\n    text-align: right !important;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page .nour-wg-footer-contact-line,\r\n  html.nour-rtl-page #nour-support-page .nour-wg-footer-info-line,\r\n  body.nour-rtl-page #nour-support-page .nour-wg-footer-contact-line,\r\n  body.nour-rtl-page #nour-support-page .nour-wg-footer-info-line,\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-footer-contact-line,\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-footer-info-line {\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n    grid-template-columns: 70px minmax(0, 1fr) !important;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page .nour-wg-footer-contact-line > :last-child,\r\n  html.nour-rtl-page #nour-support-page .nour-wg-footer-info-line > :last-child,\r\n  body.nour-rtl-page #nour-support-page .nour-wg-footer-contact-line > :last-child,\r\n  body.nour-rtl-page #nour-support-page .nour-wg-footer-info-line > :last-child,\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-footer-contact-line > :last-child,\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-footer-info-line > :last-child {\r\n    justify-self: start !important;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page .nour-wg-address,\r\n  body.nour-rtl-page #nour-support-page .nour-wg-address,\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-address {\r\n    direction: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n    text-align: left !important;\r\n    font-style: normal !important;\r\n    font-family: Inter, Arial, sans-serif !important;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page .nour-wg-footer-logo-row,\r\n  body.nour-rtl-page #nour-support-page .nour-wg-footer-logo-row,\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-footer-logo-row {\r\n    direction: rtl !important;\r\n    justify-content: flex-start !important;\r\n  }\r\n\r\n  \/* Latin contact data and registry values must remain readable in Persian. *\/\r\n  html.nour-rtl-page #nour-support-page .nour-ltr,\r\n  html.nour-rtl-page #nour-support-page a[href^=\"mailto:\"],\r\n  html.nour-rtl-page #nour-support-page a[href^=\"tel:\"],\r\n  html.nour-rtl-page #nour-support-page .nour-wg-footer-info-line span.nour-ltr,\r\n  body.nour-rtl-page #nour-support-page .nour-ltr,\r\n  body.nour-rtl-page #nour-support-page a[href^=\"mailto:\"],\r\n  body.nour-rtl-page #nour-support-page a[href^=\"tel:\"],\r\n  body.nour-rtl-page #nour-support-page .nour-wg-footer-info-line span.nour-ltr,\r\n  #nour-support-page[dir=\"rtl\"] .nour-ltr,\r\n  #nour-support-page[dir=\"rtl\"] a[href^=\"mailto:\"],\r\n  #nour-support-page[dir=\"rtl\"] a[href^=\"tel:\"],\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-footer-info-line span.nour-ltr {\r\n    direction: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n    text-align: left !important;\r\n    font-family: Inter, Arial, sans-serif !important;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page .nour-wg-footer-info-line span:not(.nour-ltr),\r\n  body.nour-rtl-page #nour-support-page .nour-wg-footer-info-line span:not(.nour-ltr),\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-footer-info-line span:not(.nour-ltr) {\r\n    direction: rtl !important;\r\n    unicode-bidi: isolate !important;\r\n    text-align: right !important;\r\n    font-family: \"Vazirmatn\", \"Noto Sans Arabic\", Tahoma, \"Segoe UI\", Arial, sans-serif !important;\r\n  }\r\n\r\n  html.nour-rtl-page #nour-support-page .nour-wg-social-icon,\r\n  body.nour-rtl-page #nour-support-page .nour-wg-social-icon,\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-social-icon {\r\n    direction: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n    text-align: center !important;\r\n  }\r\n\r\n  \/* Keep Latin registry labels such as IBAN, RSIN, KVK and ANBI in the correct order. *\/\r\n  html.nour-rtl-page #nour-support-page .nour-wg-footer-info-line strong,\r\n  body.nour-rtl-page #nour-support-page .nour-wg-footer-info-line strong,\r\n  #nour-support-page[dir=\"rtl\"] .nour-wg-footer-info-line strong {\r\n    direction: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n    text-align: right !important;\r\n    font-family: Inter, Arial, sans-serif !important;\r\n  }\r\n\r\n  @media (max-width: 1220px) {\r\n    .nour-code-header-inner {\r\n      width: min(100% - 24px, 1180px) !important;\r\n      min-height: 72px !important;\r\n      position: relative !important;\r\n      grid-template-areas: \"logo spacer lang donate menu\" !important;\r\n      grid-template-columns: auto minmax(12px, 1fr) auto auto auto !important;\r\n      gap: 10px !important;\r\n      direction: ltr !important;\r\n    }\r\n\r\n    .nour-code-mobile-donate {\r\n      display: none !important;\r\n    }\r\n\r\n    html.nour-rtl-page .nour-code-header-inner,\r\n    body.nour-rtl-page .nour-code-header-inner,\r\n    .nour-code-header[dir=\"rtl\"] .nour-code-header-inner {\r\n      grid-template-areas: \"menu donate lang spacer logo\" !important;\r\n      grid-template-columns: auto auto auto minmax(12px, 1fr) auto !important;\r\n      direction: ltr !important;\r\n    }\r\n\r\n    html.nour-rtl-page .nour-code-dropdown-toggle::after,\r\n    body.nour-rtl-page .nour-code-dropdown-toggle::after,\r\n    .nour-code-header[dir=\"rtl\"] .nour-code-dropdown-toggle::after {\r\n      margin-right: auto !important;\r\n      margin-left: 0 !important;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 640px) {\r\n    .nour-code-header-inner {\r\n      width: calc(100% - 20px) !important;\r\n      min-height: 68px !important;\r\n      grid-template-areas: \"logo spacer lang menu\" !important;\r\n      grid-template-columns: auto minmax(8px, 1fr) auto auto !important;\r\n      gap: 8px !important;\r\n    }\r\n\r\n    .nour-code-header-donate {\r\n      display: none !important;\r\n    }\r\n\r\n    .nour-code-mobile-donate,\r\n    .nour-code-mobile-donate:visited,\r\n    .nour-code-mobile-donate:focus {\r\n      display: inline-flex !important;\r\n      width: 100% !important;\r\n      min-height: 46px !important;\r\n      margin-top: 6px !important;\r\n      align-items: center !important;\r\n      justify-content: center !important;\r\n      border-radius: 12px !important;\r\n      background: #000000 !important;\r\n      color: #ffffff !important;\r\n      font-size: 14px !important;\r\n      font-weight: 800 !important;\r\n      text-align: center !important;\r\n      white-space: normal !important;\r\n    }\r\n\r\n    html.nour-rtl-page .nour-code-header-inner,\r\n    body.nour-rtl-page .nour-code-header-inner,\r\n    .nour-code-header[dir=\"rtl\"] .nour-code-header-inner {\r\n      grid-template-areas: \"menu lang spacer logo\" !important;\r\n      grid-template-columns: auto auto minmax(8px, 1fr) auto !important;\r\n    }\r\n\r\n    html.nour-rtl-page #nour-support-page .nour-wg-footer-contact-line,\r\n    html.nour-rtl-page #nour-support-page .nour-wg-footer-info-line,\r\n    body.nour-rtl-page #nour-support-page .nour-wg-footer-contact-line,\r\n    body.nour-rtl-page #nour-support-page .nour-wg-footer-info-line,\r\n    #nour-support-page[dir=\"rtl\"] .nour-wg-footer-contact-line,\r\n    #nour-support-page[dir=\"rtl\"] .nour-wg-footer-info-line {\r\n      grid-template-columns: 1fr !important;\r\n    }\r\n\r\n    html.nour-rtl-page #nour-support-page .nour-wg-footer-contact-line strong,\r\n    html.nour-rtl-page #nour-support-page .nour-wg-footer-info-line strong,\r\n    html.nour-rtl-page #nour-support-page .nour-wg-footer-contact-line a,\r\n    html.nour-rtl-page #nour-support-page .nour-wg-footer-info-line span,\r\n    body.nour-rtl-page #nour-support-page .nour-wg-footer-contact-line strong,\r\n    body.nour-rtl-page #nour-support-page .nour-wg-footer-info-line strong,\r\n    body.nour-rtl-page #nour-support-page .nour-wg-footer-contact-line a,\r\n    body.nour-rtl-page #nour-support-page .nour-wg-footer-info-line span,\r\n    #nour-support-page[dir=\"rtl\"] .nour-wg-footer-contact-line strong,\r\n    #nour-support-page[dir=\"rtl\"] .nour-wg-footer-info-line strong,\r\n    #nour-support-page[dir=\"rtl\"] .nour-wg-footer-contact-line a,\r\n    #nour-support-page[dir=\"rtl\"] .nour-wg-footer-info-line span {\r\n      grid-column: 1 !important;\r\n      grid-row: auto !important;\r\n    }\r\n  }\r\n\r\n<\/style>\r\n\r\n<!-- =========================================================\r\n     HEADER \u2014 EXACT ABOUT US STRUCTURE\r\n     ========================================================= -->\r\n<header class=\"nour-code-header\" data-nour-header data-nour-localize-root>\r\n  <div class=\"nour-code-header-inner\">\r\n    <a class=\"nour-code-logo\" href=\"\/\" aria-label=\"Nour Peace Foundation home\">\r\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/nour_signature300-1.png\" alt=\"Nour Peace Foundation\" title=\"How We Use Support\">\r\n    <\/a>\r\n\r\n    <button class=\"nour-code-menu-toggle\" type=\"button\" aria-label=\"Open menu\" aria-controls=\"nour-code-nav\" aria-expanded=\"false\" data-nour-menu-toggle>\r\n      <span><\/span><span><\/span><span><\/span>\r\n    <\/button>\r\n\r\n    <nav class=\"nour-code-nav\" id=\"nour-code-nav\" aria-label=\"Main navigation\">\r\n      <a href=\"\/\">Home<\/a>\r\n\r\n      <div class=\"nour-code-dropdown\">\r\n        <a class=\"nour-code-dropdown-toggle\" href=\"\/about\/\" aria-haspopup=\"true\" aria-controls=\"nour-about-submenu\" aria-expanded=\"false\">About Us<\/a>\r\n        <div class=\"nour-code-submenu\" id=\"nour-about-submenu\">\r\n          <a href=\"\/about\/our-story-2\/\">Our Story<\/a>\r\n          <a href=\"\/about\/how-we-use-support\/\" aria-current=\"page\">How We Use Support<\/a>\r\n          <a href=\"\/about\/our-programs\/\">Our Programs<\/a>\r\n          <a href=\"\/about\/our-team\/\">Our Team<\/a>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <a href=\"\/the-situation-in-afghanistan\/\">ATR<\/a>\r\n      <a href=\"\/impact-testimonials\/\">Education<\/a>\r\n      <a href=\"\/publications\/\">Publications<\/a>\r\n      <a href=\"\/contact\/\">Contact Us<\/a>\r\n      <a class=\"nour-code-mobile-donate\" href=\"\/donate-now\/\">Donate Now<\/a>\r\n    <\/nav>\r\n\r\n    <div class=\"nour-code-lang-switcher notranslate\" translate=\"no\" data-nour-lang-switcher>\r\n      <button class=\"nour-code-lang-current\" type=\"button\" aria-haspopup=\"true\" aria-controls=\"nour-code-lang-menu\" aria-expanded=\"false\">\r\n        \ud83c\uddfa\ud83c\uddf8 English \u25be\r\n      <\/button>\r\n      <div class=\"nour-code-lang-menu\" id=\"nour-code-lang-menu\" aria-label=\"Language menu\">\r\n        <a href=\"\/about\/how-we-use-support\/\" data-lang=\"en\">\ud83c\uddfa\ud83c\uddf8 English<\/a>\r\n        <a href=\"\/nl\/about\/how-we-use-support\/\" data-lang=\"nl\">\ud83c\uddf3\ud83c\uddf1 Nederlands<\/a>\r\n        <a href=\"\/fr\/about\/how-we-use-support\/\" data-lang=\"fr\">\ud83c\uddeb\ud83c\uddf7 Fran\u00e7ais<\/a>\r\n        <a href=\"\/fa\/about\/how-we-use-support\/\" data-lang=\"fa\">\ud83c\uddee\ud83c\uddf7 \u0641\u0627\u0631\u0633\u06cc<\/a>\r\n        <a href=\"\/de\/about\/how-we-use-support\/\" data-lang=\"de\">\ud83c\udde9\ud83c\uddea Deutsch<\/a>\r\n        <a href=\"\/es\/about\/how-we-use-support\/\" data-lang=\"es\">\ud83c\uddea\ud83c\uddf8 Espa\u00f1ol<\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <a class=\"nour-code-header-donate\" href=\"\/donate-now\/\">Donate Now<\/a>\r\n  <\/div>\r\n<\/header>\r\n\r\n<!-- =========================================================\r\n     PAGE\r\n     ========================================================= -->\r\n<div\r\n  id=\"nour-support-page\"\r\n  data-nour-page-root\r\n  data-nour-localize-root\r\n  dir=\"ltr\"\r\n  lang=\"en\"\r\n>\r\n<main>\r\n    <section class=\"container hero\" aria-labelledby=\"support-title\">\r\n      <div class=\"hero-card\">\r\n        <div class=\"hero-content\">\r\n          <div class=\"label\">How We Use Support<\/div>\r\n          <h1 id=\"support-title\">Your support becomes learning, access, and long-term Afghan civic capacity.<\/h1>\r\n          <p>\r\n            Donations to Nour Peace Foundation help build a secure online learning environment, develop educational content, support teachers and volunteers, and strengthen responsible Afghan-led dialogue through the diaspora.\r\n          <\/p>\r\n          <div class=\"hero-actions\">\r\n            <a class=\"btn btn-gold\" href=\"\/donate-now\/\">Support Nour<\/a>\r\n            <a class=\"btn btn-light\" href=\"#where-support-goes\">Where support goes<\/a>\r\n            <a class=\"btn btn-light\" href=\"#accountability\">Our accountability<\/a>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"trust-strip\" aria-label=\"Donor trust points\">\r\n        <div class=\"trust-item\"><small>01<\/small><strong>Online education first<\/strong><\/div>\r\n        <div class=\"trust-item\"><small>02<\/small><strong>Clear budget discipline<\/strong><\/div>\r\n        <div class=\"trust-item\"><small>03<\/small><strong>Reporting to donors<\/strong><\/div>\r\n        <div class=\"trust-item\"><small>04<\/small><strong>Afghan-led knowledge<\/strong><\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"container\" id=\"where-support-goes\">\r\n      <div class=\"section-head\">\r\n        <div>\r\n          <div class=\"kicker\">Where support goes<\/div>\r\n          <h2>We use donations for practical, traceable work.<\/h2>\r\n        <\/div>\r\n        <p class=\"intro-text\">\r\n          Nour focuses on what can continue even when physical access is difficult: online education, curriculum development, teacher support, digital tools, and responsible knowledge work with Afghan professionals and diaspora communities.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <div class=\"cards-3\">\r\n        <article class=\"card sand\">\r\n          <div class=\"card-number\">1<\/div>\r\n          <h3>Digital learning access<\/h3>\r\n          <p>\r\n            Support helps develop and maintain an online learning environment where Afghan students can access lessons, materials, guidance, and structured learning pathways.\r\n          <\/p>\r\n        <\/article>\r\n\r\n        <article class=\"card mist\">\r\n          <div class=\"card-number\">2<\/div>\r\n          <h3>Content and curriculum<\/h3>\r\n          <p>\r\n            Donations help create age-appropriate learning materials, literacy support, cultural content, civic education, and pathways that prepare students for further education.\r\n          <\/p>\r\n        <\/article>\r\n\r\n        <article class=\"card olive\">\r\n          <div class=\"card-number\">3<\/div>\r\n          <h3>Teachers and volunteers<\/h3>\r\n          <p>\r\n            Support contributes to training, coordination, digital guides, technical assistance, and volunteer structures that make online education more reliable.\r\n          <\/p>\r\n        <\/article>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"dark\" id=\"support-lines\">\r\n      <div class=\"container\">\r\n        <div class=\"section-head\">\r\n          <div>\r\n            <div class=\"kicker\">Main support lines<\/div>\r\n            <h2>Four areas donors help strengthen.<\/h2>\r\n          <\/div>\r\n          <p class=\"intro-text\">\r\n            This page avoids vague promises. Support is directed toward clear building blocks that can be monitored, improved, and reported.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div class=\"cards-3\">\r\n          <article class=\"dark-card\">\r\n            <h3>Learning platform<\/h3>\r\n            <p>Development, hosting, maintenance, student access, low-bandwidth usability, and safe digital learning tools.<\/p>\r\n          <\/article>\r\n\r\n          <article class=\"dark-card\">\r\n            <h3>Educational materials<\/h3>\r\n            <p>Lessons, modules, teacher guides, literacy materials, multilingual resources, and culturally responsible content.<\/p>\r\n          <\/article>\r\n\r\n          <article class=\"dark-card\">\r\n            <h3>Guidance and support<\/h3>\r\n            <p>Teacher training, volunteer coordination, student communication, helpdesk support, and monitoring of learning progress.<\/p>\r\n          <\/article>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"container\" id=\"online-help\">\r\n      <div class=\"section-head\">\r\n        <div>\r\n          <div class=\"kicker\">Online help<\/div>\r\n          <h2>Why online support matters now.<\/h2>\r\n        <\/div>\r\n        <p class=\"intro-text\">\r\n          Online education is not a luxury for Nour. It is the most realistic way to keep learning possible for Afghan youth when schools, mobility, safety, and infrastructure are uncertain.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <div class=\"use-grid\">\r\n        <article class=\"use-item\">\r\n          <strong>Access<\/strong>\r\n          <h3>Learning without waiting for perfect conditions<\/h3>\r\n          <p>\r\n            Students should not lose years of education while political and social conditions remain unstable. Online learning allows Nour to keep building access step by step.\r\n          <\/p>\r\n        <\/article>\r\n\r\n        <article class=\"use-item\">\r\n          <strong>Continuity<\/strong>\r\n          <h3>A learning path from basic skills to further study<\/h3>\r\n          <p>\r\n            Support helps Nour develop a continuous pathway, including preparatory learning, core subjects, literacy, and future alignment with recognized education standards.\r\n          <\/p>\r\n        <\/article>\r\n\r\n        <article class=\"use-item\">\r\n          <strong>Safety<\/strong>\r\n          <h3>Support that does not expose learners unnecessarily<\/h3>\r\n          <p>\r\n            Digital access can reduce dependency on risky travel or fragile local arrangements and helps learners continue from wherever they can safely connect.\r\n          <\/p>\r\n        <\/article>\r\n\r\n        <article class=\"use-item\">\r\n          <strong>Quality<\/strong>\r\n          <h3>Better materials, better teaching, better feedback<\/h3>\r\n          <p>\r\n            Donations make it possible to improve lessons, train teachers, evaluate content, and respond to student needs with more care.\r\n          <\/p>\r\n        <\/article>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"container\" id=\"atr-diaspora\">\r\n      <div class=\"promise-box\">\r\n        <div>\r\n          <div class=\"kicker\">ATR and diaspora<\/div>\r\n          <h2>Support also strengthens Afghan thinking in the West.<\/h2>\r\n          <p>\r\n            ATR is not presented as direct field implementation under current restrictions. It is a careful platform for knowledge, dialogue, policy thinking, civic education, and diaspora mobilisation.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div class=\"promise-list\">\r\n          <div>Academic discussions with Afghan and international experts<\/div>\r\n          <div>Online seminars, articles, podcasts, and civic education tools<\/div>\r\n          <div>Diaspora networks that connect knowledge with responsibility<\/div>\r\n          <div>Policy preparation for a future democratic transition opening<\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"container\" id=\"accountability\">\r\n      <div class=\"section-head\">\r\n        <div>\r\n          <div class=\"kicker\">Accountability<\/div>\r\n          <h2>We protect donor trust through careful stewardship.<\/h2>\r\n        <\/div>\r\n        <p class=\"intro-text\">\r\n          Nour aims to document spending, monitor progress, and report clearly to donors, partners, and governing bodies. Responsible use of support is part of the mission, not an afterthought.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <div class=\"cards-3\">\r\n        <article class=\"card\">\r\n          <div class=\"card-number\">\u2713<\/div>\r\n          <h3>Budget control<\/h3>\r\n          <p>\r\n            Funds are assigned to defined needs such as platform development, content, teacher support, communication, monitoring, and essential operational costs.\r\n          <\/p>\r\n        <\/article>\r\n\r\n        <article class=\"card\">\r\n          <div class=\"card-number\">\u2713<\/div>\r\n          <h3>Monitoring<\/h3>\r\n          <p>\r\n            We follow platform use, learning progress, feedback from students and teachers, and the quality of educational materials.\r\n          <\/p>\r\n        <\/article>\r\n\r\n        <article class=\"card\">\r\n          <div class=\"card-number\">\u2713<\/div>\r\n          <h3>Reporting<\/h3>\r\n          <p>\r\n            Donors and partners should be able to understand what their support made possible, what was learned, and what needs improvement.\r\n          <\/p>\r\n        <\/article>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"container\" id=\"what-we-do-not-promise\">\r\n      <div class=\"promise-box\">\r\n        <div>\r\n          <div class=\"kicker\">Clear boundaries<\/div>\r\n          <h2>What we do not promise.<\/h2>\r\n          <p>\r\n            Trust also means being honest about limits. Nour does not present donations as a quick fix for Afghanistan\u2019s complex crisis.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div class=\"promise-list\">\r\n          <div>We do not promise immediate nationwide implementation.<\/div>\r\n          <div>We do not replace schools, universities, or public institutions.<\/div>\r\n          <div>We do not use donor trust for unrealistic political claims.<\/div>\r\n          <div>We focus on education, online access, civic capacity, and responsible preparation.<\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"container\" id=\"support\">\r\n      <div class=\"cta-box\">\r\n        <div>\r\n          <div class=\"kicker cta-kicker\">Support Nour<\/div>\r\n          <h2>Help keep learning open and future thinking alive.<\/h2>\r\n          <p>\r\n            Your donation supports online education, teacher guidance, student access, donor reporting, and Afghan-led knowledge work through the diaspora.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div class=\"cta-actions\">\r\n          <a class=\"btn btn-gold\" href=\"\/donate-now\/\">Donate now<\/a>\r\n          <a class=\"btn btn-light\" href=\"\/contact\/\">Ask a question<\/a>\r\n          <a class=\"btn btn-light\" href=\"\/impact-testimonials\/\">View education work<\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n  <\/main>\r\n\r\n  <!-- =======================================================\r\n       FOOTER \u2014 EXACT ABOUT US STRUCTURE\r\n       ======================================================= -->\r\n  <footer class=\"nour-wg-footer\" id=\"nour-site-footer\">\r\n    <div class=\"nour-wg-footer-container\">\r\n      <div class=\"nour-wg-footer-grid\">\r\n\r\n        <div>\r\n          <h4>Quick links<\/h4>\r\n          <div class=\"nour-wg-footer-links\">\r\n            <a href=\"\/about\/\">About Nour<\/a>\r\n            <a href=\"\/about\/our-story-2\/\">Our Story<\/a>\r\n            <a href=\"\/about\/how-we-use-support\/\" aria-current=\"page\">How We Use Support<\/a>\r\n            <a href=\"\/about\/our-programs\/\">Our Programs<\/a>\r\n            <a href=\"\/about\/our-team\/\">Our Team<\/a>\r\n            <a href=\"\/the-situation-in-afghanistan\/\">Afghanistan Transition Roadmap<\/a>\r\n            <a href=\"\/impact-testimonials\/\">Education programs<\/a>\r\n            <a href=\"\/donate-now\/\">Donate now<\/a>\r\n            <a href=\"\/contact\/\">Contact<\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h4>Follow us<\/h4>\r\n          <div class=\"nour-wg-social\">\r\n            <a href=\"#\" aria-label=\"Facebook\">\r\n              <span class=\"nour-wg-social-icon\">f<\/span>\r\n              Facebook\r\n            <\/a>\r\n            <a href=\"#\" aria-label=\"Instagram\">\r\n              <span class=\"nour-wg-social-icon\">\u25ce<\/span>\r\n              Instagram\r\n            <\/a>\r\n            <a href=\"https:\/\/www.linkedin.com\/company\/nour-peace-foundation\/?viewAsMember=true\" aria-label=\"LinkedIn\" target=\"_blank\" rel=\"noopener noreferrer\" data-no-localize>\r\n              <span class=\"nour-wg-social-icon\">in<\/span>\r\n              LinkedIn\r\n            <\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h4>Contact<\/h4>\r\n          <div class=\"nour-wg-contact\">\r\n            <address class=\"nour-wg-address\">\r\n              Nieuwe Stationsweg 9<br>\r\n              9751 SZ Haren Gn<br>\r\n              The Netherlands\r\n            <\/address>\r\n\r\n            <div class=\"nour-wg-footer-contact-line\">\r\n              <strong>Email:<\/strong>\r\n              <a href=\"mailto:info@nourpeacefoundation.org\">info@nourpeacefoundation.org<\/a>\r\n            <\/div>\r\n\r\n            <div class=\"nour-wg-footer-contact-line\">\r\n              <strong>Phone:<\/strong>\r\n              <a href=\"tel:+31203695693\">(020) 369 569 3<\/a>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h4>Information<\/h4>\r\n          <div class=\"nour-wg-info\">\r\n            <div class=\"nour-wg-footer-info-line\">\r\n              <strong>IBAN:<\/strong>\r\n              <span class=\"nour-ltr\">0000<\/span>\r\n            <\/div>\r\n\r\n            <div class=\"nour-wg-footer-info-line\">\r\n              <strong>RSIN:<\/strong>\r\n              <span>To be added<\/span>\r\n            <\/div>\r\n\r\n            <div class=\"nour-wg-footer-info-line\">\r\n              <strong>KVK:<\/strong>\r\n              <span class=\"nour-ltr\">84442387<\/span>\r\n            <\/div>\r\n\r\n            <div class=\"nour-wg-footer-info-line\">\r\n              <strong>ANBI:<\/strong>\r\n              <span>To be added<\/span>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n      <div class=\"nour-wg-footer-divider\">\r\n        <div class=\"nour-wg-footer-logo-row\">\r\n\r\n          <a class=\"nour-wg-footer-logo auaf\" href=\"https:\/\/auaf.edu.af\/\" target=\"_blank\" rel=\"noopener\" aria-label=\"American University of Afghanistan\" data-no-localize>\r\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/Naamloos.jpg\" alt=\"American University of Afghanistan\" title=\"How We Use Support\">\r\n          <\/a>\r\n\r\n          <a class=\"nour-wg-footer-logo hbdo\" href=\"https:\/\/www.hbdo.org\/\" target=\"_blank\" rel=\"noopener\" aria-label=\"Herai Banoo Development Organization\" data-no-localize>\r\n            <img decoding=\"async\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/HBDO-Logo.png\" alt=\"Herai Banoo Development Organization\" title=\"How We Use Support\">\r\n          <\/a>\r\n\r\n          <a class=\"nour-wg-footer-logo rsdo\" href=\"https:\/\/rsdo.af\/\" target=\"_blank\" rel=\"noopener\" aria-label=\"RSDO\" data-no-localize>\r\n            <img decoding=\"async\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/06\/RSDO-logo-scaled.png\" alt=\"RSDO\" title=\"How We Use Support\">\r\n          <\/a>\r\n\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/footer>\r\n<\/div>\r\n\r\n<script>\r\n(function () {\r\n  \"use strict\";\r\n\r\n  if (window.__nourSupportPageInitialized) return;\r\n  window.__nourSupportPageInitialized = true;\r\n\r\n  var LANGUAGES = {\r\n    en: { name: \"English\", label: \"\ud83c\uddfa\ud83c\uddf8 English\", prefix: \"\" },\r\n    nl: { name: \"Nederlands\", label: \"\ud83c\uddf3\ud83c\uddf1 Nederlands\", prefix: \"nl\" },\r\n    fr: { name: \"Fran\u00e7ais\", label: \"\ud83c\uddeb\ud83c\uddf7 Fran\u00e7ais\", prefix: \"fr\" },\r\n    fa: { name: \"\u0641\u0627\u0631\u0633\u06cc\", label: \"\ud83c\uddee\ud83c\uddf7 \u0641\u0627\u0631\u0633\u06cc\", prefix: \"fa\" },\r\n    de: { name: \"Deutsch\", label: \"\ud83c\udde9\ud83c\uddea Deutsch\", prefix: \"de\" },\r\n    es: { name: \"Espa\u00f1ol\", label: \"\ud83c\uddea\ud83c\uddf8 Espa\u00f1ol\", prefix: \"es\" }\r\n  };\r\n\r\n  var PREFIX_TO_LANG = Object.keys(LANGUAGES).reduce(function (map, code) {\r\n    var prefix = LANGUAGES[code].prefix;\r\n    if (prefix) map[prefix] = code;\r\n    return map;\r\n  }, {});\r\n\r\n  function splitPath(pathname) {\r\n    return String(pathname || \"\/\").split(\"\/\").filter(Boolean);\r\n  }\r\n\r\n  function getQueryLanguage() {\r\n    try {\r\n      return String(new URLSearchParams(window.location.search).get(\"lang\") || \"\").toLowerCase();\r\n    } catch (error) {\r\n      return \"\";\r\n    }\r\n  }\r\n\r\n  function isTranslatePressPreview() {\r\n    try {\r\n      var params = new URLSearchParams(window.location.search);\r\n      return params.has(\"trp-edit-translation\") || params.get(\"trp-edit-translation\") === \"preview\";\r\n    } catch (error) {\r\n      return false;\r\n    }\r\n  }\r\n\r\n  function getCurrentLanguage(pathname) {\r\n    var firstPart = splitPath(pathname)[0] || \"\";\r\n    var htmlLang = String(document.documentElement.getAttribute(\"lang\") || \"\").toLowerCase();\r\n    var queryLang = getQueryLanguage();\r\n\r\n    if (PREFIX_TO_LANG[firstPart]) return PREFIX_TO_LANG[firstPart];\r\n    if (LANGUAGES[queryLang]) return queryLang;\r\n\r\n    var htmlPrimaryLanguage = htmlLang.split(\"-\")[0];\r\n    return LANGUAGES[htmlPrimaryLanguage] ? htmlPrimaryLanguage : \"en\";\r\n  }\r\n\r\n  function removeLanguagePrefix(pathname) {\r\n    var original = String(pathname || \"\/\");\r\n    var hadTrailingSlash = original.length > 1 && original.endsWith(\"\/\");\r\n    var parts = splitPath(original);\r\n\r\n    if (parts[0] && (PREFIX_TO_LANG[parts[0]] || parts[0] === \"en\")) {\r\n      parts.shift();\r\n    }\r\n\r\n    var base = \"\/\" + parts.join(\"\/\");\r\n    if (base !== \"\/\" && hadTrailingSlash) base += \"\/\";\r\n    return base === \"\/\/\" ? \"\/\" : base;\r\n  }\r\n\r\n  function addLanguagePrefix(pathname, langCode) {\r\n    var language = LANGUAGES[langCode] || LANGUAGES.en;\r\n    var base = removeLanguagePrefix(pathname);\r\n\r\n    if (!language.prefix) return base;\r\n    if (base === \"\/\") return \"\/\" + language.prefix + \"\/\";\r\n    return \"\/\" + language.prefix + base;\r\n  }\r\n\r\n  function buildLanguageLink(langCode) {\r\n    var target = new URL(window.location.href);\r\n    target.pathname = addLanguagePrefix(target.pathname, langCode);\r\n\r\n    if (isTranslatePressPreview()) {\r\n      target.searchParams.set(\"lang\", langCode);\r\n    } else {\r\n      target.searchParams.delete(\"lang\");\r\n    }\r\n\r\n    return target.pathname + target.search + target.hash;\r\n  }\r\n\r\n  function isAssetPath(pathname) {\r\n    return \/^\\\/(?:wp-content|wp-includes|wp-admin|wp-json)\\\/\/i.test(pathname) ||\r\n      \/\\.(?:pdf|docx?|xlsx?|pptx?|zip|rar|7z|jpe?g|png|gif|webp|svg|avif|mp4|webm|mp3|wav)$\/i.test(pathname);\r\n  }\r\n\r\n  function localizeInternalLink(link, langCode) {\r\n    if (!link || link.hasAttribute(\"data-no-localize\") || link.hasAttribute(\"data-lang\")) return;\r\n\r\n    var rawHref = String(link.getAttribute(\"href\") || \"\").trim();\r\n    if (!rawHref || rawHref.charAt(0) === \"#\") return;\r\n    if (\/^(?:mailto:|tel:|sms:|javascript:|data:)\/i.test(rawHref)) return;\r\n\r\n    var url;\r\n    try {\r\n      url = new URL(rawHref, window.location.origin);\r\n    } catch (error) {\r\n      return;\r\n    }\r\n\r\n    if (url.origin !== window.location.origin || isAssetPath(url.pathname)) return;\r\n\r\n    url.pathname = addLanguagePrefix(url.pathname, langCode);\r\n    link.setAttribute(\"href\", url.pathname + url.search + url.hash);\r\n  }\r\n\r\n  function applyLanguage(currentLang) {\r\n    var isPersian = currentLang === \"fa\";\r\n    var pageRoot = document.querySelector(\"[data-nour-page-root]\");\r\n    var header = document.querySelector(\"[data-nour-header]\");\r\n\r\n    document.documentElement.classList.toggle(\"nour-rtl-page\", isPersian);\r\n    document.documentElement.setAttribute(\"data-nour-language\", currentLang);\r\n    if (document.body) document.body.classList.toggle(\"nour-rtl-page\", isPersian);\r\n\r\n    if (pageRoot) {\r\n      pageRoot.setAttribute(\"lang\", currentLang);\r\n      pageRoot.setAttribute(\"dir\", isPersian ? \"rtl\" : \"ltr\");\r\n    }\r\n\r\n    if (header) {\r\n      header.setAttribute(\"dir\", isPersian ? \"rtl\" : \"ltr\");\r\n    }\r\n  }\r\n\r\n  function closeLanguageSwitcher(switcher, button) {\r\n    switcher.classList.remove(\"is-open\");\r\n    button.setAttribute(\"aria-expanded\", \"false\");\r\n  }\r\n\r\n  var currentLang = getCurrentLanguage(window.location.pathname);\r\n  applyLanguage(currentLang);\r\n\r\n  document.querySelectorAll(\"[data-nour-localize-root]\").forEach(function (root) {\r\n    root.querySelectorAll(\"a[href]\").forEach(function (link) {\r\n      localizeInternalLink(link, currentLang);\r\n    });\r\n  });\r\n\r\n  document.querySelectorAll(\"[data-nour-lang-switcher]\").forEach(function (switcher) {\r\n    var button = switcher.querySelector(\".nour-code-lang-current\");\r\n    var menu = switcher.querySelector(\".nour-code-lang-menu\");\r\n    if (!button || !menu) return;\r\n\r\n    var currentData = LANGUAGES[currentLang] || LANGUAGES.en;\r\n    button.textContent = currentData.label + \" \u25be\";\r\n    button.setAttribute(\r\n      \"aria-label\",\r\n      currentLang === \"fa\" ? \"\u0632\u0628\u0627\u0646 \u0641\u0639\u0644\u06cc: \u0641\u0627\u0631\u0633\u06cc\" : \"Current language: \" + currentData.name\r\n    );\r\n\r\n    menu.querySelectorAll(\"a[data-lang]\").forEach(function (link) {\r\n      var langCode = link.getAttribute(\"data-lang\");\r\n      if (!LANGUAGES[langCode]) return;\r\n\r\n      link.setAttribute(\"href\", buildLanguageLink(langCode));\r\n      link.classList.toggle(\"is-active\", langCode === currentLang);\r\n\r\n      if (langCode === currentLang) link.setAttribute(\"aria-current\", \"true\");\r\n      else link.removeAttribute(\"aria-current\");\r\n    });\r\n\r\n    button.addEventListener(\"click\", function (event) {\r\n      event.preventDefault();\r\n      event.stopPropagation();\r\n      var isOpen = switcher.classList.toggle(\"is-open\");\r\n      button.setAttribute(\"aria-expanded\", isOpen ? \"true\" : \"false\");\r\n    });\r\n\r\n    document.addEventListener(\"click\", function (event) {\r\n      if (!switcher.contains(event.target)) closeLanguageSwitcher(switcher, button);\r\n    });\r\n\r\n    document.addEventListener(\"keydown\", function (event) {\r\n      if (event.key === \"Escape\") closeLanguageSwitcher(switcher, button);\r\n    });\r\n  });\r\n\r\n  var header = document.querySelector(\"[data-nour-header]\");\r\n  var menuToggle = document.querySelector(\"[data-nour-menu-toggle]\");\r\n  var nav = document.getElementById(\"nour-code-nav\");\r\n  var mobileBreakpoint = window.matchMedia(\"(max-width: 1220px)\");\r\n\r\n  function menuLabel(isOpen) {\r\n    if (currentLang === \"fa\") return isOpen ? \"\u0628\u0633\u062a\u0646 \u0645\u0646\u0648\" : \"\u0628\u0627\u0632 \u06a9\u0631\u062f\u0646 \u0645\u0646\u0648\";\r\n    return isOpen ? \"Close menu\" : \"Open menu\";\r\n  }\r\n\r\n  function setBodyMenuState(isOpen) {\r\n    if (document.body) {\r\n      document.body.classList.toggle(\"nour-menu-open\", Boolean(isOpen && mobileBreakpoint.matches));\r\n    }\r\n  }\r\n\r\n  function closeSubmenus() {\r\n    if (!header) return;\r\n    header.querySelectorAll(\".nour-code-dropdown.is-submenu-open\").forEach(function (dropdown) {\r\n      dropdown.classList.remove(\"is-submenu-open\");\r\n      var toggle = dropdown.querySelector(\".nour-code-dropdown-toggle\");\r\n      if (toggle) toggle.setAttribute(\"aria-expanded\", \"false\");\r\n    });\r\n  }\r\n\r\n  function closeMobileMenu() {\r\n    if (!header || !menuToggle) return;\r\n    header.classList.remove(\"is-menu-open\");\r\n    menuToggle.setAttribute(\"aria-expanded\", \"false\");\r\n    menuToggle.setAttribute(\"aria-label\", menuLabel(false));\r\n    setBodyMenuState(false);\r\n    closeSubmenus();\r\n  }\r\n\r\n  if (header && menuToggle && nav) {\r\n    menuToggle.setAttribute(\"aria-label\", menuLabel(false));\r\n\r\n    menuToggle.addEventListener(\"click\", function (event) {\r\n      event.preventDefault();\r\n      event.stopPropagation();\r\n      var isOpen = header.classList.toggle(\"is-menu-open\");\r\n      menuToggle.setAttribute(\"aria-expanded\", isOpen ? \"true\" : \"false\");\r\n      menuToggle.setAttribute(\"aria-label\", menuLabel(isOpen));\r\n      setBodyMenuState(isOpen);\r\n      if (!isOpen) closeSubmenus();\r\n    });\r\n\r\n    header.querySelectorAll(\".nour-code-dropdown-toggle\").forEach(function (toggle) {\r\n      toggle.addEventListener(\"click\", function (event) {\r\n        if (!mobileBreakpoint.matches) return;\r\n        event.preventDefault();\r\n        event.stopPropagation();\r\n\r\n        var dropdown = toggle.closest(\".nour-code-dropdown\");\r\n        if (!dropdown) return;\r\n\r\n        var isOpen = dropdown.classList.toggle(\"is-submenu-open\");\r\n        toggle.setAttribute(\"aria-expanded\", isOpen ? \"true\" : \"false\");\r\n      });\r\n    });\r\n\r\n    nav.querySelectorAll(\"a:not(.nour-code-dropdown-toggle)\").forEach(function (link) {\r\n      link.addEventListener(\"click\", closeMobileMenu);\r\n    });\r\n\r\n    document.addEventListener(\"click\", function (event) {\r\n      if (mobileBreakpoint.matches && !header.contains(event.target)) closeMobileMenu();\r\n    });\r\n\r\n    document.addEventListener(\"keydown\", function (event) {\r\n      if (event.key === \"Escape\") closeMobileMenu();\r\n    });\r\n\r\n    function handleBreakpointChange(event) {\r\n      if (!event.matches) closeMobileMenu();\r\n    }\r\n\r\n    if (typeof mobileBreakpoint.addEventListener === \"function\") {\r\n      mobileBreakpoint.addEventListener(\"change\", handleBreakpointChange);\r\n    } else if (typeof mobileBreakpoint.addListener === \"function\") {\r\n      mobileBreakpoint.addListener(handleBreakpointChange);\r\n    }\r\n  }\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Home About Us Our Story How We Use Support Our Programs Our Team ATR Education Publications Contact Us Donate Now [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":16,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_acf_changed":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-2461","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/nourpeacefoundation.org\/fa\/wp-json\/wp\/v2\/pages\/2461","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nourpeacefoundation.org\/fa\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nourpeacefoundation.org\/fa\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nourpeacefoundation.org\/fa\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nourpeacefoundation.org\/fa\/wp-json\/wp\/v2\/comments?post=2461"}],"version-history":[{"count":37,"href":"https:\/\/nourpeacefoundation.org\/fa\/wp-json\/wp\/v2\/pages\/2461\/revisions"}],"predecessor-version":[{"id":3304,"href":"https:\/\/nourpeacefoundation.org\/fa\/wp-json\/wp\/v2\/pages\/2461\/revisions\/3304"}],"up":[{"embeddable":true,"href":"https:\/\/nourpeacefoundation.org\/fa\/wp-json\/wp\/v2\/pages\/16"}],"wp:attachment":[{"href":"https:\/\/nourpeacefoundation.org\/fa\/wp-json\/wp\/v2\/media?parent=2461"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}