{"id":2247,"date":"2026-05-07T13:57:33","date_gmt":"2026-05-07T13:57:33","guid":{"rendered":"https:\/\/w2.nasiri.nl\/?page_id=2247"},"modified":"2026-07-16T17:04:11","modified_gmt":"2026-07-16T15:04:11","slug":"our-story-2","status":"publish","type":"page","link":"https:\/\/nourpeacefoundation.org\/de\/about\/our-story-2\/","title":{"rendered":"Our Story"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2247\" class=\"elementor elementor-2247\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79ff760 e-flex e-con-boxed e-con e-parent\" data-id=\"79ff760\" 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-ff1aad0 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"ff1aad0\" 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 Our Story Page \u2014 Elementor Canvas Ready\r\n  Header\/Footer copied from About Us reference (exact structure and styling)\r\n  Clean corrected version\r\n\r\n  Improvements:\r\n  - Uses the finalized Home-page header structure and responsive menu.\r\n  - Detects Persian before paint and applies a stable RTL layout.\r\n  - Keeps non-Persian languages LTR.\r\n  - Builds language URLs from the current page path.\r\n  - Localizes internal page links while leaving assets, files, mail and phone links untouched.\r\n  - Removes unused Home-page slider\/card CSS and conflicting global LTR rules.\r\n  - Includes keyboard-accessible language, mobile and About menus.\r\n  - Matches the Home-page footer and partner-logo treatment.\r\n\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>\/* PAGE-SPECIFIC CSS: Our Story content only. *\/\r\nhtml,\r\nbody {\r\noverflow-x: hidden;\r\n}\r\n\r\n#nour-story-page,\r\n#nour-story-page * {\r\nbox-sizing: border-box;\r\n}\r\n\r\n#nour-story-page a {\r\ntext-decoration: none !important;\r\n}\r\n\r\n#nour-story-page button {\r\nfont: inherit;\r\n}\r\n\r\n#nour-story-page a:focus-visible {\r\noutline: 3px solid rgba(204, 139, 45, 0.62) !important;\r\n    outline-offset: 3px !important;\r\n}\r\n\r\n#nour-story-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-story-page section[id] {\r\nscroll-margin-top: 100px;\r\n}\r\n\r\n#nour-story-page p,\r\n#nour-story-page blockquote {\r\nmargin: 0;\r\n}\r\n\r\n#nour-story-page h1,\r\n#nour-story-page h2,\r\n#nour-story-page h3,\r\n#nour-story-page h4,\r\n#nour-story-page .serif {\r\nmargin: 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-story-page .container {\r\nwidth: min(1180px, calc(100% - 48px));\r\n    margin-left: auto;\r\n    margin-right: auto;\r\n}\r\n\r\n#nour-story-page .btn {\r\ndisplay: 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: 700;\r\n    line-height: 1.2;\r\n    text-align: center !important;\r\n    white-space: nowrap;\r\n    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;\r\n}\r\n\r\n#nour-story-page .btn:hover {\r\ntransform: translateY(-2px);\r\n    box-shadow: 0 12px 28px rgba(35, 52, 79, 0.16);\r\n}\r\n\r\n#nour-story-page .btn-primary {\r\nborder-color: var(--gold) !important;\r\n    background: var(--gold) !important;\r\n    color: #ffffff !important;\r\n}\r\n\r\n#nour-story-page .btn-primary:hover,\r\n#nour-story-page .btn-primary:focus-visible {\r\nborder-color: var(--gold-dark) !important;\r\n    background: var(--gold-dark) !important;\r\n    color: #ffffff !important;\r\n}\r\n\r\n#nour-story-page .btn-light {\r\nborder-color: #d3c6b2 !important;\r\n    background: #ffffff !important;\r\n    color: var(--ink) !important;\r\n}\r\n\r\n#nour-story-page .kicker {\r\nmargin-bottom: 16px;\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#nour-story-page .story-hero {\r\npadding: 28px 0 46px;\r\n}\r\n\r\n#nour-story-page .hero-card {\r\nmin-height: 560px;\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.48) 55%, rgba(35, 52, 79, 0.18)),\r\n      url(\"\/wp-content\/uploads\/2026\/05\/111-scaled.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-story-page .hero-content {\r\nwidth: min(790px, 100%);\r\n    padding: 54px;\r\n    color: #ffffff;\r\n}\r\n\r\n#nour-story-page .hero-label {\r\ndisplay: 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-story-page .hero-label::before {\r\ncontent: \"\";\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-story-page h1 {\r\nfont-size: clamp(42px, 5.8vw, 76px);\r\n}\r\n\r\n#nour-story-page .hero-content p {\r\nmax-width: 700px;\r\n    margin-top: 28px;\r\n    margin-bottom: 26px;\r\n    color: #edf3f7;\r\n    font-size: clamp(18px, 2vw, 22px);\r\n}\r\n\r\n#nour-story-page .hero-actions {\r\ndisplay: flex;\r\n    flex-wrap: wrap;\r\n    align-items: center;\r\n    gap: 14px;\r\n}\r\n\r\n#nour-story-page .story-section {\r\npadding: 82px 0;\r\n}\r\n\r\n#nour-story-page .split {\r\ndisplay: grid;\r\n    grid-template-columns: 0.88fr 1.12fr;\r\n    gap: 54px;\r\n    align-items: start;\r\n}\r\n\r\n#nour-story-page h2 {\r\ncolor: var(--ink);\r\n    font-size: clamp(34px, 4vw, 52px);\r\n}\r\n\r\n#nour-story-page .lead-text {\r\ncolor: var(--text);\r\n    font-size: 20px;\r\n}\r\n\r\n#nour-story-page .story-card-grid {\r\ndisplay: grid;\r\n    grid-template-columns: repeat(3, minmax(0, 1fr));\r\n    gap: 22px;\r\n    margin-top: 36px;\r\n}\r\n\r\n#nour-story-page .story-card-small {\r\npadding: 28px;\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-story-page .story-card-small:nth-child(1) {\r\nborder-color: #d7c9b3;\r\n    background: var(--sand);\r\n}\r\n\r\n#nour-story-page .story-card-small:nth-child(2) {\r\nborder-color: #cfd7de;\r\n    background: var(--mist);\r\n}\r\n\r\n#nour-story-page .story-card-small:nth-child(3) {\r\nborder-color: #ced7c9;\r\n    background: var(--olive);\r\n}\r\n\r\n#nour-story-page .story-card-small h3 {\r\nmargin-bottom: 12px;\r\n    color: var(--ink);\r\n    font-size: 27px;\r\n}\r\n\r\n#nour-story-page .story-card-small p {\r\ncolor: var(--text);\r\n    font-size: 15px;\r\n}\r\n\r\n#nour-story-page .timeline-section {\r\nborder-top: 1px solid var(--line);\r\n    border-bottom: 1px solid var(--line);\r\n    background: rgba(255, 255, 255, 0.56);\r\n}\r\n\r\n#nour-story-page .timeline {\r\ndisplay: grid;\r\n    gap: 18px;\r\n    margin-top: 36px;\r\n}\r\n\r\n#nour-story-page .timeline-item {\r\ndisplay: grid;\r\n    grid-template-columns: 120px minmax(0, 1fr);\r\n    align-items: start;\r\n    gap: 24px;\r\n    padding: 24px;\r\n    border: 1px solid var(--line);\r\n    border-radius: 24px;\r\n    background: #ffffff;\r\n    box-shadow: 0 6px 18px rgba(35, 52, 79, 0.05);\r\n}\r\n\r\n#nour-story-page .timeline-item.has-photo {\r\ngrid-template-columns: 120px 170px minmax(0, 1fr);\r\n    align-items: center;\r\n}\r\n\r\n#nour-story-page .timeline-photo {\r\nwidth: 170px;\r\n    height: 170px;\r\n    overflow: hidden;\r\n    border: 1px solid #d7c9b3;\r\n    border-radius: 22px;\r\n    background: #f6f1e8;\r\n    box-shadow: 0 10px 28px rgba(35, 52, 79, 0.1);\r\n}\r\n\r\n#nour-story-page .timeline-photo img {\r\ndisplay: block;\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    object-position: center;\r\n}\r\n\r\n#nour-story-page .timeline-item > strong {\r\ncolor: var(--gold-dark);\r\n    font-size: 16px;\r\n    font-weight: 900;\r\n}\r\n\r\n#nour-story-page .timeline-item h3 {\r\nmargin-bottom: 8px;\r\n    color: var(--ink);\r\n    font-size: 26px;\r\n}\r\n\r\n#nour-story-page .timeline-item p {\r\ncolor: var(--text);\r\n}\r\n\r\n#nour-story-page .quote-band {\r\nbackground: var(--navy);\r\n    color: #ffffff;\r\n}\r\n\r\n#nour-story-page .quote-box {\r\ndisplay: grid;\r\n    grid-template-columns: 0.76fr 1.24fr;\r\n    align-items: center;\r\n    gap: 42px;\r\n}\r\n\r\n#nour-story-page .quote-note {\r\ncolor: #dbe3ed;\r\n    font-size: 18px;\r\n}\r\n\r\n#nour-story-page blockquote {\r\ncolor: #ffffff;\r\n    font-family: Georgia, \"Times New Roman\", serif;\r\n    font-size: clamp(30px, 4vw, 46px);\r\n    line-height: 1.3;\r\n}\r\n\r\n#nour-story-page .identity-grid {\r\ndisplay: grid;\r\n    grid-template-columns: repeat(2, minmax(0, 1fr));\r\n    align-items: stretch;\r\n    gap: 32px;\r\n}\r\n\r\n#nour-story-page .identity-image {\r\nmin-height: 460px;\r\n    border: 1px solid var(--line);\r\n    border-radius: 32px;\r\n    background:\r\n      linear-gradient(180deg, rgba(35, 52, 79, 0.12), rgba(35, 52, 79, 0.08)),\r\n      url(\"\/wp-content\/uploads\/2026\/05\/students-at-the-AUAF.jpg\") center center \/ cover no-repeat;\r\n    box-shadow: 0 6px 18px rgba(35, 52, 79, 0.05);\r\n}\r\n\r\n#nour-story-page .identity-panel {\r\npadding: 42px;\r\n    border: 1px solid var(--line);\r\n    border-radius: 32px;\r\n    background: #ffffff;\r\n    box-shadow: 0 6px 18px rgba(35, 52, 79, 0.05);\r\n}\r\n\r\n#nour-story-page .identity-panel p {\r\nmargin-top: 18px;\r\n    color: var(--text);\r\n    font-size: 17px;\r\n}\r\n\r\n#nour-story-page .value-row {\r\ndisplay: flex;\r\n    flex-wrap: wrap;\r\n    gap: 10px;\r\n    margin-top: 26px;\r\n}\r\n\r\n#nour-story-page .value-pill {\r\npadding: 8px 12px;\r\n    border: 1px solid #d7c9b3;\r\n    border-radius: 999px;\r\n    background: var(--sand);\r\n    color: #6f5b3e;\r\n    font-size: 12px;\r\n    font-weight: 800;\r\n}\r\n\r\n#nour-story-page .cta-section {\r\npadding-bottom: 92px;\r\n}\r\n\r\n#nour-story-page .cta-box {\r\ndisplay: grid;\r\n    grid-template-columns: 1.15fr 0.85fr;\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-story-page .cta-box h2 {\r\ncolor: #ffffff;\r\n}\r\n\r\n#nour-story-page .cta-box p {\r\nmargin-top: 14px;\r\n    color: #dbe3ed;\r\n    font-size: 17px;\r\n}\r\n\r\n#nour-story-page .cta-actions {\r\ndisplay: flex;\r\n    justify-content: flex-end;\r\n    flex-wrap: wrap;\r\n    gap: 14px;\r\n}\r\n\r\nhtml.nour-rtl-page #nour-story-page,\r\nbody.nour-rtl-page #nour-story-page,\r\n#nour-story-page[dir=\"rtl\"] {\r\ndirection: 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\nhtml.nour-rtl-page #nour-story-page h1,\r\nhtml.nour-rtl-page #nour-story-page h2,\r\nhtml.nour-rtl-page #nour-story-page h3,\r\nhtml.nour-rtl-page #nour-story-page h4,\r\nhtml.nour-rtl-page #nour-story-page blockquote,\r\n#nour-story-page[dir=\"rtl\"] h1,\r\n#nour-story-page[dir=\"rtl\"] h2,\r\n#nour-story-page[dir=\"rtl\"] h3,\r\n#nour-story-page[dir=\"rtl\"] h4,\r\n#nour-story-page[dir=\"rtl\"] blockquote {\r\nfont-family: \"Vazirmatn\", \"Noto Sans Arabic\", Tahoma, \"Segoe UI\", Arial, sans-serif !important;\r\n    letter-spacing: 0 !important;\r\n    word-spacing: 0 !important;\r\n    line-height: 1.45;\r\n    overflow-wrap: break-word;\r\n    word-break: normal;\r\n    hyphens: none;\r\n}\r\n\r\nhtml.nour-rtl-page #nour-story-page h1,\r\n#nour-story-page[dir=\"rtl\"] h1 {\r\nfont-size: clamp(40px, 5vw, 62px);\r\n    line-height: 1.42;\r\n}\r\n\r\nhtml.nour-rtl-page #nour-story-page h2,\r\n#nour-story-page[dir=\"rtl\"] h2 {\r\nfont-size: clamp(32px, 3.8vw, 48px);\r\n}\r\n\r\nhtml.nour-rtl-page #nour-story-page p,\r\n#nour-story-page[dir=\"rtl\"] p {\r\nline-height: 1.95;\r\n}\r\n\r\nhtml.nour-rtl-page #nour-story-page .kicker,\r\nhtml.nour-rtl-page #nour-story-page .hero-label,\r\n#nour-story-page[dir=\"rtl\"] .kicker,\r\n#nour-story-page[dir=\"rtl\"] .hero-label {\r\nletter-spacing: 0 !important;\r\n    text-transform: none !important;\r\n}\r\n\r\nhtml.nour-rtl-page #nour-story-page .hero-card,\r\n#nour-story-page[dir=\"rtl\"] .hero-card {\r\nbackground:\r\n      linear-gradient(270deg, rgba(35, 52, 79, 0.84), rgba(35, 52, 79, 0.48) 55%, rgba(35, 52, 79, 0.18)),\r\n      url(\"\/wp-content\/uploads\/2026\/05\/111-scaled.jpg\") center center \/ cover no-repeat;\r\n}\r\n\r\nhtml.nour-rtl-page #nour-story-page .hero-content,\r\n#nour-story-page[dir=\"rtl\"] .hero-content {\r\nmargin-left: auto;\r\n}\r\n\r\nhtml.nour-rtl-page #nour-story-page .hero-actions,\r\nhtml.nour-rtl-page #nour-story-page .value-row,\r\nhtml.nour-rtl-page #nour-story-page .cta-actions,\r\n#nour-story-page[dir=\"rtl\"] .hero-actions,\r\n#nour-story-page[dir=\"rtl\"] .value-row,\r\n#nour-story-page[dir=\"rtl\"] .cta-actions {\r\ndirection: rtl;\r\n}\r\n\r\nhtml.nour-rtl-page #nour-story-page .btn,\r\n#nour-story-page[dir=\"rtl\"] .btn {\r\ntext-align: center !important;\r\n}\r\n\r\nhtml.nour-rtl-page #nour-story-page a[href^=\"mailto:\"],\r\nhtml.nour-rtl-page #nour-story-page a[href^=\"tel:\"],\r\nhtml.nour-rtl-page #nour-story-page .timeline-item > strong,\r\n#nour-story-page[dir=\"rtl\"] a[href^=\"mailto:\"],\r\n#nour-story-page[dir=\"rtl\"] a[href^=\"tel:\"],\r\n#nour-story-page[dir=\"rtl\"] .timeline-item > strong {\r\ndisplay: inline-block;\r\n    direction: ltr;\r\n    unicode-bidi: isolate;\r\n}\r\n\r\n@media (max-width: 1220px) {\r\n    #nour-story-page .split,\r\n  #nour-story-page .quote-box,\r\n  #nour-story-page .identity-grid,\r\n  #nour-story-page .cta-box {\r\ngrid-template-columns: 1fr;\r\n  }\r\n\r\n    #nour-story-page .story-card-grid {\r\ngrid-template-columns: 1fr;\r\n  }\r\n\r\n    #nour-story-page .timeline-item.has-photo {\r\ngrid-template-columns: 120px 150px minmax(0, 1fr);\r\n  }\r\n\r\n    #nour-story-page .timeline-photo {\r\nwidth: 150px;\r\n      height: 150px;\r\n  }\r\n\r\n    #nour-story-page .cta-actions {\r\njustify-content: flex-start;\r\n  }\r\n}\r\n\r\n@media (max-width: 640px) {\r\n    #nour-story-page {\r\npadding-top: 64px;\r\n  }\r\n\r\n    #nour-story-page section[id] {\r\nscroll-margin-top: 92px;\r\n  }\r\n\r\n    #nour-story-page .container {\r\nwidth: min(100% - 28px, 1180px);\r\n  }\r\n\r\n    #nour-story-page .story-hero {\r\npadding: 20px 0 34px;\r\n  }\r\n\r\n    #nour-story-page .hero-card {\r\nmin-height: 520px;\r\n      border-radius: 24px;\r\n  }\r\n\r\n    #nour-story-page .hero-content,\r\n  #nour-story-page .identity-panel,\r\n  #nour-story-page .cta-box {\r\npadding: 24px;\r\n      border-radius: 24px;\r\n  }\r\n\r\n    #nour-story-page h1 {\r\nfont-size: clamp(36px, 10vw, 48px);\r\n  }\r\n\r\n    html.nour-rtl-page #nour-story-page h1,\r\n  #nour-story-page[dir=\"rtl\"] h1 {\r\nfont-size: clamp(34px, 9vw, 44px);\r\n      line-height: 1.48;\r\n  }\r\n\r\n    html.nour-rtl-page #nour-story-page h2,\r\n  #nour-story-page[dir=\"rtl\"] h2 {\r\nfont-size: clamp(29px, 7.5vw, 38px);\r\n  }\r\n\r\n    #nour-story-page .story-section {\r\npadding: 64px 0;\r\n  }\r\n\r\n    #nour-story-page .lead-text {\r\nfont-size: 17px;\r\n  }\r\n\r\n    #nour-story-page .timeline-item,\r\n  #nour-story-page .timeline-item.has-photo {\r\ngrid-template-columns: 1fr;\r\n      gap: 12px;\r\n      padding: 22px;\r\n  }\r\n\r\n    #nour-story-page .timeline-photo {\r\nwidth: 100%;\r\n      max-width: 280px;\r\n      height: 260px;\r\n      border-radius: 20px;\r\n  }\r\n\r\n    #nour-story-page .hero-actions,\r\n  #nour-story-page .cta-actions {\r\nflex-direction: column;\r\n      align-items: stretch;\r\n  }\r\n\r\n    #nour-story-page .hero-actions .btn,\r\n  #nour-story-page .cta-actions .btn {\r\nwidth: 100%;\r\n  }\r\n}\r\n\r\n@media (prefers-reduced-motion: reduce) {\r\n    #nour-story-page * {\r\nscroll-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\/* HEADER AND FOOTER: copied from the About Us reference page. *\/\r\n.nour-code-header {\r\nposition: fixed;\r\n    top: 0;\r\n    left: 0;\r\n    right: 0;\r\n    z-index: 999999;\r\n    width: 100vw;\r\n    max-width: 100vw;\r\n    margin-left: 0;\r\n    margin-right: 0;\r\n    background: rgba(255, 255, 255, 0.40);\r\n    backdrop-filter: blur(14px);\r\n    -webkit-backdrop-filter: blur(14px);\r\n    border-bottom: 1px solid #ddd2c1;\r\n    box-shadow: 0 8px 24px rgba(35, 52, 79, 0.08);\r\n    direction: ltr;\r\n}\r\n\r\nbody.admin-bar .nour-code-header {\r\ntop: 32px;\r\n}\r\n\r\n.nour-code-header-inner {\r\nwidth: min(1450px, calc(100% - 16px));\r\n    min-height: 70px;\r\n    margin: 0 auto;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    gap: 14px;\r\n    flex-wrap: nowrap;\r\n}\r\n\r\n.nour-code-logo,\r\n.nour-code-logo:visited,\r\n.nour-code-logo:focus,\r\n.nour-code-logo:hover {\r\ndisplay: flex;\r\n    align-items: center;\r\n    gap: 12px;\r\n    flex-shrink: 0;\r\n    color: #22344d !important;\r\n    text-decoration: none !important;\r\n}\r\n\r\n.nour-code-logo img {\r\nwidth: 160px;\r\n    height: 60px;\r\n    object-fit: contain;\r\n    display: block;\r\n}\r\n\r\n.nour-code-nav {\r\ndisplay: flex;\r\n    align-items: center;\r\n    justify-content: flex-end;\r\n    gap: 10px;\r\n    margin-left: auto;\r\n    flex-shrink: 1;\r\n    min-width: 0;\r\n}\r\n\r\n.nour-code-nav a,\r\n.nour-code-nav a:visited,\r\n.nour-code-nav a:focus {\r\nposition: relative;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    color: #22344d !important;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    text-decoration: none !important;\r\n    white-space: nowrap;\r\n    padding: 9px 15px;\r\n    border-radius: 999px;\r\n    border: 1px solid transparent;\r\n    background: transparent !important;\r\n    transition:\r\n      color 0.22s ease,\r\n      background 0.22s ease,\r\n      border-color 0.22s ease,\r\n      transform 0.22s ease,\r\n      box-shadow 0.22s ease;\r\n}\r\n\r\n.nour-code-nav a::after {\r\ncontent: \"\";\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,\r\n.nour-code-nav a:focus {\r\ncolor: #22344d !important;\r\n    background: transparent !important;\r\n    border-color: transparent !important;\r\n    transform: none !important;\r\n    box-shadow: none !important;\r\n}\r\n\r\n.nour-code-nav a:hover::after,\r\n.nour-code-nav a:focus::after {\r\ntransform: scaleX(1);\r\n}\r\n\r\n.nour-code-nav a:active {\r\ntransform: none !important;\r\n    box-shadow: none !important;\r\n}\r\n\r\n.nour-code-dropdown {\r\nposition: relative;\r\n    display: inline-flex;\r\n    align-items: center;\r\n}\r\n\r\n.nour-code-dropdown-toggle::before {\r\ncontent: none !important;\r\n}\r\n\r\n.nour-code-dropdown-toggle::after {\r\ncontent: \"\u25be\";\r\n    position: static;\r\n    width: auto;\r\n    height: auto;\r\n    margin-left: 7px;\r\n    background: transparent;\r\n    transform: none;\r\n    font-size: 10px;\r\n    line-height: 1;\r\n}\r\n\r\n.nour-code-dropdown:hover .nour-code-dropdown-toggle::after,\r\n.nour-code-dropdown:focus-within .nour-code-dropdown-toggle::after {\r\ntransform: none;\r\n}\r\n\r\n.nour-code-submenu {\r\nposition: absolute;\r\n    top: 100%;\r\n    left: 0;\r\n    min-width: 240px;\r\n    padding: 10px;\r\n    border-radius: 18px;\r\n    background: rgba(255, 255, 255, 0.96);\r\n    border: 1px solid #ddd2c1;\r\n    box-shadow: 0 18px 42px rgba(35, 52, 79, 0.16);\r\n    display: none;\r\n    z-index: 1000000;\r\n}\r\n\r\n.nour-code-dropdown:hover .nour-code-submenu,\r\n.nour-code-dropdown:focus-within .nour-code-submenu {\r\ndisplay: grid;\r\n    gap: 6px;\r\n}\r\n\r\n.nour-code-submenu a,\r\n.nour-code-submenu a:visited,\r\n.nour-code-submenu a:focus {\r\ndisplay: flex;\r\n    justify-content: flex-start;\r\n    padding: 11px 13px;\r\n    border-radius: 12px;\r\n    color: #22344d !important;\r\n    background: transparent !important;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    text-decoration: none !important;\r\n    white-space: nowrap;\r\n    transform: none !important;\r\n    box-shadow: none !important;\r\n}\r\n\r\n.nour-code-submenu a::after {\r\nleft: 13px;\r\n    right: 13px;\r\n    bottom: 7px;\r\n}\r\n\r\n.nour-code-submenu a:hover,\r\n.nour-code-submenu a:focus {\r\nbackground: #f6f1e8 !important;\r\n    color: #00064f !important;\r\n    transform: none !important;\r\n    box-shadow: none !important;\r\n}\r\n\r\n.nour-code-lang-switcher {\r\nposition: relative;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    flex-shrink: 0;\r\n    margin-left: 4px;\r\n    padding-bottom: 8px;\r\n    margin-bottom: -8px;\r\n    z-index: 1000001;\r\n}\r\n\r\n.nour-code-lang-current,\r\n.nour-code-lang-current:visited,\r\n.nour-code-lang-current:focus {\r\ndisplay: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    min-height: 38px;\r\n    padding: 8px 13px;\r\n    border-radius: 14px;\r\n    border: 1px solid rgba(221, 210, 193, 0.75);\r\n    background: rgba(255, 255, 255, 0.35);\r\n    color: #22344d !important;\r\n    font-size: 13px;\r\n    font-weight: 700;\r\n    text-decoration: none !important;\r\n    white-space: nowrap;\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\nbackground: rgba(255, 255, 255, 0.58);\r\n}\r\n\r\n.nour-code-lang-menu {\r\nposition: absolute;\r\n    top: 100%;\r\n    right: 0;\r\n    min-width: 150px;\r\n    padding: 8px;\r\n    border-radius: 16px;\r\n    background: rgba(255, 255, 255, 0.96);\r\n    border: 1px solid #ddd2c1;\r\n    box-shadow: 0 18px 42px rgba(35, 52, 79, 0.16);\r\n    display: none;\r\n    z-index: 1000000;\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\ndisplay: grid;\r\n    gap: 5px;\r\n}\r\n\r\n.nour-code-lang-menu a,\r\n.nour-code-lang-menu a:visited,\r\n.nour-code-lang-menu a:focus {\r\ndisplay: flex;\r\n    align-items: center;\r\n    padding: 9px 11px;\r\n    border-radius: 12px;\r\n    color: #22344d !important;\r\n    background: transparent !important;\r\n    font-size: 13px;\r\n    font-weight: 700;\r\n    text-decoration: none !important;\r\n    white-space: nowrap;\r\n}\r\n\r\n.nour-code-lang-menu a:hover {\r\nbackground: #f6f1e8 !important;\r\n    color: #00064f !important;\r\n}\r\n\r\n.nour-code-header-donate,\r\n.nour-code-header-donate:visited,\r\n.nour-code-header-donate:focus {\r\nposition: relative;\r\n    isolation: isolate;\r\n    overflow: hidden;\r\n    width: 150px;\r\n    height: 50px;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    flex-shrink: 0;\r\n    margin-left: 2px;\r\n    border-radius: 14px;\r\n    background: #000000 !important;\r\n    color: #ffffff !important;\r\n    font-size: 14px;\r\n    font-weight: 800;\r\n    line-height: 1;\r\n    text-align: center !important;\r\n    text-decoration: none !important;\r\n    cursor: pointer;\r\n    border: 0 !important;\r\n    box-shadow: 0 8px 18px rgba(35, 52, 79, 0.18);\r\n    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;\r\n}\r\n\r\n.nour-code-header-donate::before {\r\ncontent: \"\";\r\n    position: absolute;\r\n    top: 0;\r\n    left: -100%;\r\n    width: 100%;\r\n    height: 100%;\r\n    background: linear-gradient(90deg, #009b49, rgb(105, 184, 141));\r\n    transition: left 0.5s ease-in-out;\r\n    z-index: -1;\r\n    border-radius: 14px;\r\n}\r\n\r\n.nour-code-header-donate:hover,\r\n.nour-code-header-donate:focus {\r\ncolor: #ffffff !important;\r\n    background: #000000 !important;\r\n    transform: scale(1.05);\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::before {\r\nleft: 0;\r\n}\r\n\r\n.nour-code-header-donate:active {\r\ntransform: scale(0.98);\r\n}\r\n\r\n.nour-wg-footer {\r\nbackground: #ffffff;\r\n    color: #5f5f5f;\r\n    padding: 58px 0 0;\r\n    font-family: Inter, Arial, sans-serif;\r\n    direction: ltr;\r\n    unicode-bidi: isolate;\r\n    text-align: left;\r\n    border-top: 1px solid #ece7df;\r\n}\r\n\r\n.nour-wg-footer,\r\n.nour-wg-footer * {\r\nbox-sizing: border-box;\r\n    direction: ltr;\r\n    unicode-bidi: isolate;\r\n    text-align: left;\r\n}\r\n\r\n.nour-wg-footer a {\r\ncolor: inherit;\r\n    text-decoration: none !important;\r\n}\r\n\r\n.nour-wg-footer-container {\r\nwidth: 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\ndisplay: grid;\r\n    grid-template-columns: 1.15fr 0.9fr 1.12fr 1.08fr;\r\n    gap: 54px;\r\n    align-items: start;\r\n}\r\n\r\n.nour-wg-footer h4 {\r\nmargin: 0 0 24px;\r\n    font-size: 26px;\r\n    line-height: 1.1;\r\n    color: #00064f;\r\n    font-weight: 900;\r\n    font-family: Inter, Arial, sans-serif;\r\n    letter-spacing: -0.03em;\r\n}\r\n\r\n.nour-wg-footer-links {\r\ndisplay: grid;\r\n    gap: 15px;\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\nfont-size: 18px;\r\n    line-height: 1.55;\r\n    color: #5f5f5f;\r\n}\r\n\r\n#nour-about-us .nour-wg-footer-links a:hover,\r\n#nour-about-us .nour-wg-footer-contact-line a:hover {\r\ncolor: #00064f !important;\r\n    text-decoration: underline !important;\r\n}\r\n\r\n#nour-about-us .nour-wg-footer-contact-line a {\r\ncolor: #00064f !important;\r\n    text-decoration: underline !important;\r\n}\r\n\r\n.nour-wg-social {\r\ndisplay: grid;\r\n    gap: 14px;\r\n}\r\n\r\n.nour-wg-social a {\r\ndisplay: inline-flex;\r\n    align-items: center;\r\n    gap: 12px;\r\n    color: #5f5f5f !important;\r\n    font-size: 18px;\r\n}\r\n\r\n.nour-wg-social a:hover {\r\ncolor: #00064f !important;\r\n}\r\n\r\n.nour-wg-social-icon {\r\nwidth: 34px;\r\n    height: 34px;\r\n    border-radius: 50%;\r\n    background: #f1eee8;\r\n    color: #00064f;\r\n    display: inline-grid;\r\n    place-items: center;\r\n    font-size: 15px;\r\n    font-weight: 900;\r\n    text-align: center !important;\r\n    line-height: 1;\r\n}\r\n\r\n.nour-wg-contact {\r\ndisplay: grid;\r\n    gap: 12px;\r\n}\r\n\r\n.nour-wg-footer-contact-line {\r\ndisplay: grid;\r\n    grid-template-columns: 70px 1fr;\r\n    gap: 3px;\r\n}\r\n\r\n.nour-wg-footer-contact-line strong {\r\ncolor: #5f5f5f;\r\n    font-weight: 400;\r\n}\r\n\r\n.nour-wg-footer-contact-line a {\r\ncolor: #00064f !important;\r\n    text-decoration: underline !important;\r\n}\r\n\r\n.nour-wg-info {\r\ndisplay: grid;\r\n    gap: 14px;\r\n}\r\n\r\n.nour-wg-footer-info-line {\r\ndisplay: grid;\r\n    grid-template-columns: 68px 1fr;\r\n    gap: 10px;\r\n}\r\n\r\n.nour-wg-footer-info-line strong {\r\nfont-weight: 400;\r\n    color: #5f5f5f;\r\n}\r\n\r\n.nour-wg-footer-divider {\r\nborder-top: 1px solid #cfcfcf;\r\n    margin-top: 64px;\r\n    padding: 28px 0 18px;\r\n}\r\n\r\n.nour-wg-footer-logo-row {\r\ndisplay: flex;\r\n    justify-content: flex-end;\r\n    align-items: center;\r\n    gap: 34px;\r\n    flex-wrap: wrap;\r\n}\r\n\r\n.nour-wg-footer-logo {\r\ndisplay: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    min-height: 60px;\r\n    text-decoration: none !important;\r\n}\r\n\r\n.nour-wg-footer-logo img {\r\ndisplay: block;\r\n    width: auto;\r\n    height: auto;\r\n    max-height: 58px;\r\n    max-width: 190px;\r\n    object-fit: contain;\r\n}\r\n\r\n.nour-wg-footer-logo.auaf img {\r\nmax-height: 58px;\r\n    max-width: 210px;\r\n}\r\n\r\n.nour-wg-footer-logo.hbdo img {\r\nmax-height: 64px;\r\n    max-width: 190px;\r\n}\r\n\r\n.nour-wg-footer-logo.rsdo img {\r\nmax-height: 70px;\r\n    max-width: 190px;\r\n}\r\n\r\n@media (max-width: 980px) {\r\n    .nour-code-header-inner {\r\nwidth: min(100% - 28px, 1180px);\r\n      min-height: 78px;\r\n      gap: 16px;\r\n  }\r\n\r\n    .nour-code-logo img {\r\nwidth: 64px;\r\n      height: 54px;\r\n  }\r\n\r\n    .nour-code-nav {\r\ngap: 10px;\r\n      overflow-x: auto;\r\n      max-width: 64vw;\r\n      padding-bottom: 4px;\r\n      scrollbar-width: none;\r\n  }\r\n\r\n    .nour-code-nav::-webkit-scrollbar {\r\ndisplay: none;\r\n  }\r\n\r\n    .nour-code-nav a {\r\nfont-size: 13px;\r\n      padding: 8px 12px;\r\n  }\r\n\r\n    .nour-code-nav a::after {\r\nleft: 12px;\r\n      right: 12px;\r\n      bottom: 4px;\r\n  }\r\n\r\n    .nour-code-dropdown {\r\nposition: static;\r\n  }\r\n\r\n    .nour-code-submenu {\r\nposition: fixed;\r\n      top: 78px;\r\n      left: 14px;\r\n      right: 14px;\r\n      min-width: 0;\r\n      width: auto;\r\n  }\r\n\r\n    body.admin-bar .nour-code-submenu {\r\ntop: 114px;\r\n  }\r\n\r\n    .nour-wg-footer-grid {\r\ngrid-template-columns: repeat(2, 1fr);\r\n      gap: 42px;\r\n  }\r\n\r\n    .nour-wg-footer-logo-row {\r\njustify-content: flex-start;\r\n  }\r\n}\r\n\r\n@media (max-width: 782px) {\r\n    body.admin-bar .nour-code-header {\r\ntop: 46px;\r\n  }\r\n}\r\n\r\n@media (max-width: 640px) {\r\n    .nour-code-header-inner {\r\nwidth: min(100% - 20px, 1180px);\r\n  }\r\n\r\n    .nour-code-logo img {\r\nwidth: 54px;\r\n      height: 48px;\r\n  }\r\n\r\n    .nour-code-nav {\r\nmax-width: 62vw;\r\n  }\r\n\r\n    .nour-code-header-donate {\r\nwidth: 118px;\r\n      height: 44px;\r\n      font-size: 12px;\r\n      border-radius: 12px;\r\n  }\r\n\r\n    .nour-wg-footer {\r\npadding-top: 46px;\r\n  }\r\n\r\n    .nour-wg-footer-container {\r\nwidth: min(100% - 28px, 1180px);\r\n  }\r\n\r\n    .nour-wg-footer-grid {\r\ngrid-template-columns: 1fr;\r\n      gap: 34px;\r\n  }\r\n\r\n    .nour-wg-footer h4 {\r\nfont-size: 24px;\r\n      margin-bottom: 18px;\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\nfont-size: 16px;\r\n  }\r\n\r\n    .nour-wg-footer-contact-line,\r\n  .nour-wg-footer-info-line {\r\ngrid-template-columns: 1fr;\r\n      gap: 2px;\r\n  }\r\n\r\n    .nour-wg-footer-divider {\r\nmargin-top: 42px;\r\n  }\r\n\r\n    .nour-wg-footer-logo-row {\r\njustify-content: flex-start;\r\n      gap: 18px;\r\n  }\r\n\r\n    .nour-wg-footer-logo img {\r\nmax-height: 50px;\r\n      max-width: 160px;\r\n  }\r\n\r\n    .nour-wg-footer-logo.auaf img {\r\nmax-height: 50px;\r\n      max-width: 170px;\r\n  }\r\n\r\n    .nour-wg-footer-logo.hbdo img {\r\nmax-height: 56px;\r\n      max-width: 160px;\r\n  }\r\n\r\n    .nour-wg-footer-logo.rsdo img {\r\nmax-height: 58px;\r\n      max-width: 160px;\r\n  }\r\n}\r\n\r\n.nour-code-lang-switcher.is-open .nour-code-lang-menu {\r\ndisplay: grid !important;\r\n    gap: 5px !important;\r\n}\r\n\r\n.nour-code-lang-menu a.is-active,\r\n.nour-code-lang-menu a[aria-current=\"true\"] {\r\nbackground: #f6f1e8 !important;\r\n    color: #00064f !important;\r\n    font-weight: 800 !important;\r\n}\r\n\r\n.nour-code-lang-menu a.is-active::before,\r\n.nour-code-lang-menu a[aria-current=\"true\"]::before {\r\ncontent: \"\u2713\";\r\n    display: inline-block;\r\n    margin-right: 7px;\r\n    color: #cc8b2d;\r\n    font-weight: 900;\r\n}\r\n\r\n.nour-code-lang-current {\r\ncursor: pointer;\r\n    font-family: Inter, Arial, sans-serif;\r\n}\r\n\r\n.nour-code-lang-current:focus-visible,\r\n.nour-code-lang-menu a:focus-visible {\r\noutline: 3px solid rgba(204, 139, 45, 0.55) !important;\r\n    outline-offset: 3px !important;\r\n}\r\n\r\nhtml.nour-rtl-page #nour-about-us .nour-wg-social-icon,\r\nbody.nour-rtl-page #nour-about-us .nour-wg-social-icon,\r\n#nour-about-us[dir=\"rtl\"] .nour-wg-social-icon {\r\ntext-align: center !important;\r\n}\r\n\r\nhtml.nour-rtl-page #nour-about-us .nour-wg-footer-info-line span,\r\nbody.nour-rtl-page #nour-about-us .nour-wg-footer-info-line span,\r\n#nour-about-us[dir=\"rtl\"] .nour-wg-footer-info-line span {\r\ndirection: 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-code-lang-switcher.notranslate,\r\n.nour-code-lang-switcher.notranslate * {\r\ndirection: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n    text-align: left !important;\r\n}\r\n\r\n.nour-code-header,\r\n.nour-code-header * {\r\nbox-sizing: border-box;\r\n}\r\n\r\n.nour-code-header {\r\ndirection: ltr !important;\r\n}\r\n\r\n.nour-code-header-inner {\r\nwidth: 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 {\r\ngrid-area: logo !important;\r\n    min-width: 0 !important;\r\n}\r\n\r\n.nour-code-nav {\r\ngrid-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    direction: ltr !important;\r\n}\r\n\r\n.nour-code-lang-switcher {\r\ngrid-area: lang !important;\r\n    margin-left: 0 !important;\r\n    margin-right: 0 !important;\r\n}\r\n\r\n.nour-code-header-donate {\r\ngrid-area: donate !important;\r\n    margin: 0 !important;\r\n    white-space: nowrap !important;\r\n}\r\n\r\n.nour-code-menu-toggle {\r\ngrid-area: menu !important;\r\n    display: none !important;\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.62);\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    box-shadow: none;\r\n    appearance: none;\r\n    -webkit-appearance: none;\r\n}\r\n\r\n.nour-code-menu-toggle span {\r\ndisplay: 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\ntransform: 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\nopacity: 0;\r\n}\r\n\r\n.nour-code-header.is-menu-open .nour-code-menu-toggle span:nth-child(3) {\r\ntransform: translateY(-7px) rotate(-45deg);\r\n}\r\n\r\n.nour-code-mobile-donate {\r\ndisplay: none !important;\r\n}\r\n\r\nhtml.nour-rtl-page .nour-code-header-inner,\r\nbody.nour-rtl-page .nour-code-header-inner,\r\n.nour-code-header[dir=\"rtl\"] .nour-code-header-inner {\r\ngrid-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\nhtml.nour-rtl-page .nour-code-nav,\r\nbody.nour-rtl-page .nour-code-nav,\r\n.nour-code-header[dir=\"rtl\"] .nour-code-nav {\r\ndirection: rtl !important;\r\n    justify-content: flex-start !important;\r\n    text-align: right !important;\r\n}\r\n\r\nhtml.nour-rtl-page .nour-code-nav > a,\r\nhtml.nour-rtl-page .nour-code-dropdown,\r\nbody.nour-rtl-page .nour-code-nav > a,\r\nbody.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\ndirection: rtl !important;\r\n}\r\n\r\nhtml.nour-rtl-page .nour-code-dropdown-toggle::after,\r\nbody.nour-rtl-page .nour-code-dropdown-toggle::after,\r\n.nour-code-header[dir=\"rtl\"] .nour-code-dropdown-toggle::after {\r\nmargin-left: 0 !important;\r\n    margin-right: 7px !important;\r\n}\r\n\r\nhtml.nour-rtl-page .nour-code-submenu,\r\nbody.nour-rtl-page .nour-code-submenu,\r\n.nour-code-header[dir=\"rtl\"] .nour-code-submenu {\r\nright: 0 !important;\r\n    left: auto !important;\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n}\r\n\r\nhtml.nour-rtl-page .nour-code-submenu a,\r\nbody.nour-rtl-page .nour-code-submenu a,\r\n.nour-code-header[dir=\"rtl\"] .nour-code-submenu a {\r\ndirection: rtl !important;\r\n    text-align: right !important;\r\n    justify-content: flex-start !important;\r\n}\r\n\r\n@media (max-width: 1220px) {\r\n    .nour-code-header-inner {\r\nwidth: min(100% - 24px, 1180px) !important;\r\n      min-height: 72px !important;\r\n      display: grid !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      position: relative !important;\r\n  }\r\n\r\n    .nour-code-logo img {\r\nwidth: 64px !important;\r\n      height: 54px !important;\r\n  }\r\n\r\n    .nour-code-menu-toggle {\r\ndisplay: inline-flex !important;\r\n  }\r\n\r\n    .nour-code-nav {\r\nposition: absolute !important;\r\n      top: calc(100% + 1px) !important;\r\n      left: 0 !important;\r\n      right: 0 !important;\r\n      z-index: 1000002 !important;\r\n      display: none !important;\r\n      width: 100% !important;\r\n      max-width: none !important;\r\n      max-height: calc(100vh - 110px) !important;\r\n      overflow-x: hidden !important;\r\n      overflow-y: auto !important;\r\n      margin: 0 !important;\r\n      padding: 14px !important;\r\n      border: 1px solid #ddd2c1 !important;\r\n      border-top: 0 !important;\r\n      border-radius: 0 0 18px 18px !important;\r\n      background: rgba(255, 255, 255, 0.98) !important;\r\n      box-shadow: 0 20px 42px rgba(35, 52, 79, 0.16) !important;\r\n      backdrop-filter: blur(16px) !important;\r\n      -webkit-backdrop-filter: blur(16px) !important;\r\n      flex-direction: column !important;\r\n      align-items: stretch !important;\r\n      justify-content: flex-start !important;\r\n      gap: 4px !important;\r\n      direction: ltr !important;\r\n  }\r\n\r\n    .nour-code-header.is-menu-open .nour-code-nav {\r\ndisplay: flex !important;\r\n  }\r\n\r\n    .nour-code-nav > a,\r\n  .nour-code-dropdown > .nour-code-dropdown-toggle {\r\nwidth: 100% !important;\r\n      min-height: 44px !important;\r\n      padding: 11px 14px !important;\r\n      justify-content: flex-start !important;\r\n      border-radius: 12px !important;\r\n      text-align: left !important;\r\n      white-space: normal !important;\r\n  }\r\n\r\n    .nour-code-nav a::after {\r\ndisplay: none !important;\r\n  }\r\n\r\n    .nour-code-dropdown {\r\nposition: relative !important;\r\n      display: block !important;\r\n      width: 100% !important;\r\n  }\r\n\r\n    .nour-code-submenu {\r\nposition: static !important;\r\n      top: auto !important;\r\n      right: auto !important;\r\n      left: auto !important;\r\n      display: none !important;\r\n      width: 100% !important;\r\n      min-width: 0 !important;\r\n      margin: 4px 0 8px !important;\r\n      padding: 6px !important;\r\n      border-radius: 12px !important;\r\n      box-shadow: none !important;\r\n      background: #f6f1e8 !important;\r\n  }\r\n\r\n    .nour-code-dropdown.is-submenu-open .nour-code-submenu {\r\ndisplay: grid !important;\r\n      gap: 3px !important;\r\n  }\r\n\r\n    .nour-code-submenu a,\r\n  .nour-code-submenu a:visited,\r\n  .nour-code-submenu a:focus {\r\nwidth: 100% !important;\r\n      min-height: 40px !important;\r\n      padding: 10px 12px !important;\r\n      justify-content: flex-start !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\ngrid-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-nav,\r\n  body.nour-rtl-page .nour-code-nav,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-nav {\r\ndirection: rtl !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 > .nour-code-dropdown-toggle,\r\n  html.nour-rtl-page .nour-code-submenu a,\r\n  body.nour-rtl-page .nour-code-nav > a,\r\n  body.nour-rtl-page .nour-code-dropdown > .nour-code-dropdown-toggle,\r\n  body.nour-rtl-page .nour-code-submenu a,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-nav > a,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-dropdown > .nour-code-dropdown-toggle,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-submenu a {\r\ndirection: 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-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\nmargin-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\nwidth: 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-logo img {\r\nwidth: 54px !important;\r\n      height: 48px !important;\r\n  }\r\n\r\n    .nour-code-header-donate {\r\ndisplay: 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\ndisplay: 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    .nour-code-lang-current,\r\n  .nour-code-lang-current:visited,\r\n  .nour-code-lang-current:focus {\r\nmin-height: 38px !important;\r\n      padding: 7px 10px !important;\r\n      font-size: 12px !important;\r\n  }\r\n\r\n    .nour-code-menu-toggle {\r\nwidth: 42px !important;\r\n      height: 42px !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\ngrid-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\r\n\/* Persian footer bridge matching the About Us page's global RTL behavior. *\/\r\nhtml.nour-rtl-page #nour-story-page .nour-wg-footer,\r\nhtml.nour-rtl-page #nour-story-page .nour-wg-footer *,\r\nbody.nour-rtl-page #nour-story-page .nour-wg-footer,\r\nbody.nour-rtl-page #nour-story-page .nour-wg-footer *,\r\n#nour-story-page[dir=\"rtl\"] .nour-wg-footer,\r\n#nour-story-page[dir=\"rtl\"] .nour-wg-footer * {\r\n  direction: rtl !important;\r\n  text-align: right !important;\r\n  unicode-bidi: isolate !important;\r\n}\r\n\r\nhtml.nour-rtl-page #nour-story-page .nour-wg-social-icon,\r\nbody.nour-rtl-page #nour-story-page .nour-wg-social-icon,\r\n#nour-story-page[dir=\"rtl\"] .nour-wg-social-icon {\r\n  direction: ltr !important;\r\n  text-align: center !important;\r\n}\r\n\r\nhtml.nour-rtl-page #nour-story-page a[href^=\"mailto:\"],\r\nhtml.nour-rtl-page #nour-story-page a[href^=\"tel:\"],\r\nhtml.nour-rtl-page #nour-story-page .nour-wg-footer-info-line span,\r\nbody.nour-rtl-page #nour-story-page a[href^=\"mailto:\"],\r\nbody.nour-rtl-page #nour-story-page a[href^=\"tel:\"],\r\nbody.nour-rtl-page #nour-story-page .nour-wg-footer-info-line span,\r\n#nour-story-page[dir=\"rtl\"] a[href^=\"mailto:\"],\r\n#nour-story-page[dir=\"rtl\"] a[href^=\"tel:\"],\r\n#nour-story-page[dir=\"rtl\"] .nour-wg-footer-info-line span {\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<\/style>\r\n\r\n<!-- =========================================================\r\n     HEADER\r\n     ========================================================= -->\r\n<header class=\"nour-code-header\" data-nour-header>\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=\"Our Story\">\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-expanded=\"false\">About Us<\/a>\r\n        <div class=\"nour-code-submenu\">\r\n          <a href=\"\/about\/our-story-2\/\">Our Story<\/a>\r\n          <a href=\"\/about\/how-we-use-support\/\">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-expanded=\"false\">\r\n        \ud83c\uddfa\ud83c\uddf8 English \u25be\r\n      <\/button>\r\n      <div class=\"nour-code-lang-menu\" aria-label=\"Language menu\">\r\n        <a href=\"\/about\/our-story-2\/\" data-lang=\"en\">\ud83c\uddfa\ud83c\uddf8 English<\/a>\r\n        <a href=\"\/nl\/about\/our-story-2\/\" data-lang=\"nl\">\ud83c\uddf3\ud83c\uddf1 Nederlands<\/a>\r\n        <a href=\"\/fr\/about\/our-story-2\/\" data-lang=\"fr\">\ud83c\uddeb\ud83c\uddf7 Fran\u00e7ais<\/a>\r\n        <a href=\"\/fa\/about\/our-story-2\/\" data-lang=\"fa\">\ud83c\uddee\ud83c\uddf7 \u0641\u0627\u0631\u0633\u06cc<\/a>\r\n        <a href=\"\/de\/about\/our-story-2\/\" data-lang=\"de\">\ud83c\udde9\ud83c\uddea Deutsch<\/a>\r\n        <a href=\"\/es\/about\/our-story-2\/\" 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-story-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    <!-- HERO -->\r\n    <section class=\"container story-hero\" aria-labelledby=\"story-title\">\r\n      <div class=\"hero-card\">\r\n        <div class=\"hero-content\">\r\n          <div class=\"hero-label\">Our Story<\/div>\r\n          <h1 id=\"story-title\">Nour begins with education and grows into a roadmap for Afghanistan\u2019s future.<\/h1>\r\n          <p>Nour Peace Foundation brings learning, policy thinking, and transition vision together. Its story is not only about helping students learn today, but about imagining how education can become a practical road toward peace, dignity, and a more connected Afghanistan.<\/p>\r\n\r\n          <div class=\"hero-actions\">\r\n            <a class=\"btn btn-primary\" href=\"\/donate-now\/\">Support Nour<\/a>\r\n            <a class=\"btn btn-light\" href=\"#roots\">Read the story<\/a>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- ROOTS -->\r\n    <section class=\"container story-section\" id=\"roots\">\r\n      <div class=\"split\">\r\n        <div>\r\n          <div class=\"kicker\">Where Nour begins<\/div>\r\n          <h2>A foundation where education becomes policy, and policy becomes a path forward.<\/h2>\r\n        <\/div>\r\n\r\n        <p class=\"lead-text\">Nour means \u201clight\u201d in Persian and Arabic. But for Nour, light is not only a symbol of hope. It is also a way of thinking: how can education, policy, and social responsibility open a practical route for Afghanistan? Nour\u2019s story begins with learning, but it reaches further \u2014 toward a transition vision in which Afghan youth, communities, and institutions can reconnect around dignity, knowledge, and peace.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"story-card-grid\">\r\n        <article class=\"story-card-small\">\r\n          <h3>Education<\/h3>\r\n          <p>Education is the first road: it gives young people language, confidence, skills, and the ability to imagine a future beyond fear and isolation.<\/p>\r\n        <\/article>\r\n\r\n        <article class=\"story-card-small\">\r\n          <h3>Policy<\/h3>\r\n          <p>Nour connects learning to policy thinking, because Afghanistan needs more than projects. It needs ideas, structure, accountability, and realistic transition design.<\/p>\r\n        <\/article>\r\n\r\n        <article class=\"story-card-small\">\r\n          <h3>Transition<\/h3>\r\n          <p>ATR gives this work a wider direction: from fragmented communities toward connected education, services, local capacity, and long-term peace.<\/p>\r\n        <\/article>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- TIMELINE -->\r\n    <section class=\"story-section timeline-section\" aria-labelledby=\"timeline-title\">\r\n      <div class=\"container\">\r\n        <div class=\"kicker\">A living inspiration<\/div>\r\n        <h2 id=\"timeline-title\">From educational legacy to transition thinking.<\/h2>\r\n\r\n        <div class=\"timeline\">\r\n          <article class=\"timeline-item has-photo\">\r\n            <strong>1946\u20132019<\/strong>\r\n\r\n            <div class=\"timeline-photo\">\r\n              <img decoding=\"async\"\r\n                src=\"\/wp-content\/uploads\/2026\/05\/Dr.-Sharif-Fayez.jpg\"\r\n                alt=\"Prof. Dr. Sharif Fayez\"\r\n                loading=\"lazy\"\r\n               title=\"Our Story\" \/>\r\n            <\/div>\r\n\r\n            <div>\r\n              <h3>A scholar and reformer<\/h3>\r\n              <p>Prof. Dr. Sharif Fayez remains a source of inspiration for Nour because of his lifelong commitment to education, culture, integrity, and peace.<\/p>\r\n            <\/div>\r\n          <\/article>\r\n\r\n          <article class=\"timeline-item\">\r\n            <strong>2001<\/strong>\r\n            <div>\r\n              <h3>Rebuilding higher education<\/h3>\r\n              <p>As Minister of Higher Education, Fayez helped revive an education system damaged by years of war and restricted intellectual freedom.<\/p>\r\n            <\/div>\r\n          <\/article>\r\n\r\n          <article class=\"timeline-item\">\r\n            <strong>2004<\/strong>\r\n            <div>\r\n              <h3>Founding AUAF<\/h3>\r\n              <p>He founded the American University of Afghanistan, a key symbol of modern higher education and academic opportunity for Afghan students.<\/p>\r\n            <\/div>\r\n          <\/article>\r\n\r\n          <article class=\"timeline-item\">\r\n            <strong>Today<\/strong>\r\n            <div>\r\n              <h3>Nour connects education with ATR<\/h3>\r\n              <p>Nour continues this educational spirit by linking digital learning, literacy, and peace education with the Afghanistan Transition Roadmap: a wider vision for rebuilding connection between villages, towns, cities, institutions, and the next generation.<\/p>\r\n            <\/div>\r\n          <\/article>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- QUOTE -->\r\n    <section class=\"story-section quote-band\" aria-label=\"Nour vision\">\r\n      <div class=\"container quote-box\">\r\n        <p class=\"quote-note\">Nour\u2019s vision is simple but demanding: education should not remain separate from Afghanistan\u2019s future. It should become the bridge between today\u2019s blocked possibilities and tomorrow\u2019s connected society.<\/p>\r\n        <blockquote>\u201cEducation is the light; ATR is the road that helps that light reach society.\u201d<\/blockquote>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- IDENTITY -->\r\n    <section class=\"container story-section\" aria-labelledby=\"values-title\">\r\n      <div class=\"identity-grid\">\r\n        <div class=\"identity-image\" aria-hidden=\"true\"><\/div>\r\n\r\n        <div class=\"identity-panel\">\r\n          <div class=\"kicker\">What guides us<\/div>\r\n          <h2 id=\"values-title\">The story becomes practical when values become structure.<\/h2>\r\n          <p>Nour\u2019s values \u2014 solidarity, freedom of expression, equality, responsibility, reliability, and integrity \u2014 are not only ethical words. They are the foundations for both educational work and transition policy. They help Nour design programs that teach, connect, and prepare Afghan communities for a future built on trust rather than fragmentation.<\/p>\r\n\r\n          <div class=\"value-row\" aria-label=\"Nour core values\">\r\n            <span class=\"value-pill\">Solidarity<\/span>\r\n            <span class=\"value-pill\">Freedom of expression<\/span>\r\n            <span class=\"value-pill\">Equality<\/span>\r\n            <span class=\"value-pill\">Responsibility<\/span>\r\n            <span class=\"value-pill\">Reliability<\/span>\r\n            <span class=\"value-pill\">Integrity<\/span>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- CTA -->\r\n    <section class=\"container story-section cta-section\" aria-labelledby=\"cta-title\">\r\n      <div class=\"cta-box\">\r\n        <div>\r\n          <div class=\"kicker\" style=\"color:#d9c8ab;\">Be part of the story<\/div>\r\n          <h2 id=\"cta-title\">Help Nour turn education into a pathway for Afghanistan\u2019s future.<\/h2>\r\n          <p>Your support helps Nour build learning pathways for Afghan youth while strengthening the wider vision of ATR: a connected, educated, and peaceful Afghanistan.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"cta-actions\">\r\n          <a class=\"btn btn-primary\" href=\"\/donate-now\/\">Donate now<\/a>\r\n          <a class=\"btn btn-light\" href=\"\/contact\/\">Contact us<\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n  <\/main>\r\n\r\n  <!-- =======================================================\r\n       FOOTER\r\n       ======================================================= -->\r\n  <footer class=\"nour-wg-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\/\">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\">\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            <p>\r\n              Nieuwe Stationsweg 9<br>\r\n              9751 SZ Haren Gn<br>\r\n              The Netherlands\r\n            <\/p>\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>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>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\">\r\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/Naamloos.jpg\" alt=\"American University of Afghanistan\" title=\"Our Story\">\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\">\r\n            <img decoding=\"async\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/HBDO-Logo.png\" alt=\"Herai Banoo Development Organization\" title=\"Our Story\">\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\">\r\n            <img decoding=\"async\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/06\/RSDO-logo-scaled.png\" alt=\"RSDO\" title=\"Our Story\">\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.__nourStoryPageInitialized) return;\r\n  window.__nourStoryPageInitialized = true;\r\n\r\n  var LANGUAGES = {\r\n    en: { name: \"English\", label: \"\ud83c\uddfa\ud83c\uddf8 English\", prefix: \"\" },\r\n    nl: { name: \"Dutch\", label: \"\ud83c\uddf3\ud83c\uddf1 Dutch\", prefix: \"nl\" },\r\n    fr: { name: \"French\", label: \"\ud83c\uddeb\ud83c\uddf7 French\", prefix: \"fr\" },\r\n    fa: { name: \"Persian\", label: \"\ud83c\uddee\ud83c\uddf7 Persian\", prefix: \"fa\" },\r\n    de: { name: \"German\", label: \"\ud83c\udde9\ud83c\uddea German\", prefix: \"de\" },\r\n    es: { name: \"Spanish\", label: \"\ud83c\uddea\ud83c\uddf8 Spanish\", 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 getCurrentLanguage(pathname) {\r\n    var firstPart = splitPath(pathname)[0];\r\n    var htmlLang = String(document.documentElement.getAttribute(\"lang\") || \"\").toLowerCase();\r\n\r\n    if (firstPart && PREFIX_TO_LANG[firstPart]) {\r\n      return PREFIX_TO_LANG[firstPart];\r\n    }\r\n\r\n    var htmlPrimaryLanguage = htmlLang.split(\"-\")[0];\r\n    if (LANGUAGES[htmlPrimaryLanguage]) {\r\n      return htmlPrimaryLanguage;\r\n    }\r\n\r\n    return \"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    return addLanguagePrefix(window.location.pathname, langCode) +\r\n      (window.location.search || \"\") +\r\n      (window.location.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:)\/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\r\n    if (rawHref.indexOf(\"\/\/\") === 0 || \/^https?:\\\/\\\/\/i.test(rawHref)) {\r\n      link.href = url.href;\r\n    } else {\r\n      link.setAttribute(\"href\", url.pathname + url.search + url.hash);\r\n    }\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    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(\"aria-label\", \"Language: \" + currentData.name);\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) {\r\n        link.setAttribute(\"aria-current\", \"true\");\r\n      } else {\r\n        link.removeAttribute(\"aria-current\");\r\n      }\r\n    });\r\n\r\n    button.addEventListener(\"click\", function (event) {\r\n      event.preventDefault();\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)) {\r\n        closeLanguageSwitcher(switcher, button);\r\n      }\r\n    });\r\n\r\n    document.addEventListener(\"keydown\", function (event) {\r\n      if (event.key === \"Escape\") {\r\n        closeLanguageSwitcher(switcher, button);\r\n      }\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 closeMobileMenu() {\r\n    if (!header || !menuToggle) return;\r\n\r\n    header.classList.remove(\"is-menu-open\");\r\n    menuToggle.setAttribute(\"aria-expanded\", \"false\");\r\n    menuToggle.setAttribute(\"aria-label\", \"Open menu\");\r\n\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  if (header && menuToggle && nav) {\r\n    menuToggle.addEventListener(\"click\", function (event) {\r\n      event.preventDefault();\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\", isOpen ? \"Close menu\" : \"Open menu\");\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\r\n        event.preventDefault();\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)) {\r\n        closeMobileMenu();\r\n      }\r\n    });\r\n\r\n    document.addEventListener(\"keydown\", function (event) {\r\n      if (event.key === \"Escape\") {\r\n        closeMobileMenu();\r\n      }\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":3,"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-2247","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/nourpeacefoundation.org\/de\/wp-json\/wp\/v2\/pages\/2247","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nourpeacefoundation.org\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nourpeacefoundation.org\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nourpeacefoundation.org\/de\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/nourpeacefoundation.org\/de\/wp-json\/wp\/v2\/comments?post=2247"}],"version-history":[{"count":85,"href":"https:\/\/nourpeacefoundation.org\/de\/wp-json\/wp\/v2\/pages\/2247\/revisions"}],"predecessor-version":[{"id":3294,"href":"https:\/\/nourpeacefoundation.org\/de\/wp-json\/wp\/v2\/pages\/2247\/revisions\/3294"}],"up":[{"embeddable":true,"href":"https:\/\/nourpeacefoundation.org\/de\/wp-json\/wp\/v2\/pages\/16"}],"wp:attachment":[{"href":"https:\/\/nourpeacefoundation.org\/de\/wp-json\/wp\/v2\/media?parent=2247"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}