{"id":13,"date":"2025-09-30T07:29:33","date_gmt":"2025-09-30T07:29:33","guid":{"rendered":"https:\/\/w2.nasiri.nl\/?page_id=13"},"modified":"2026-07-13T10:26:28","modified_gmt":"2026-07-13T08:26:28","slug":"home","status":"publish","type":"page","link":"https:\/\/nourpeacefoundation.org\/es\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"13\" class=\"elementor elementor-13\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-99e7954 e-flex e-con-boxed e-con e-parent\" data-id=\"99e7954\" 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-4d4981d elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"4d4981d\" 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<!--\n  Nour Homepage \u2014 Elementor Canvas Ready\n  Edited version:\n  - Hero image replaced with animated Swiper slider\n  - Slider uses images already available in the website uploads\n  - gap typo fixed\n  - Swiper CSS\/JS included\n  - Ready to paste into Elementor HTML widget \/ Custom Code\n-->\n<link href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@12\/swiper-bundle.min.css\" rel=\"stylesheet\"\/>\n<script>\n\/* Detect Persian before the page is painted, then apply it to body when available. *\/\n(function () {\n  \"use strict\";\n\n  var pathParts = String(window.location.pathname || \"\/\")\n    .split(\"\/\")\n    .filter(Boolean);\n  var htmlLang = String(document.documentElement.getAttribute(\"lang\") || \"\").toLowerCase();\n  var isPersian = pathParts.indexOf(\"fa\") !== -1 || htmlLang === \"fa\" || htmlLang.indexOf(\"fa-\") === 0;\n\n  document.documentElement.classList.toggle(\"nour-rtl-page\", isPersian);\n\n  function applyBodyClass() {\n    if (document.body) {\n      document.body.classList.toggle(\"nour-rtl-page\", isPersian);\n    }\n  }\n\n  applyBodyClass();\n  if (!document.body) {\n    document.addEventListener(\"DOMContentLoaded\", applyBodyClass, { once: true });\n  }\n})();\n<\/script>\n<style>\n  html,\n  body {\n    overflow-x: hidden;\n  }\n\n  .nour-home {\n    --bg: #f6f1e8;\n    --panel: #fffdf9;\n    --ink: #22344d;\n    --text: #506278;\n    --muted: #8c7658;\n    --line: #ddd2c1;\n    --gold: #cc8b2d;\n    --navy: #22344d;\n    --sand: #efe4d2;\n    --mist: #eaf0f4;\n    --olive: #edf1ea;\n    --white: #ffffff;\n\n    background: var(--bg);\n    color: var(--ink);\n    font-family: Inter, Arial, sans-serif;\n    line-height: 1.65;\n    overflow: visible;\n\n    direction: ltr;\n    unicode-bidi: isolate;\n    text-align: start;\n\n    padding-top: 0px;\n\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n  }\n\n  .nour-home * {\n    box-sizing: border-box;\n  }\n\n  .nour-home a {\n    text-decoration: none !important;\n  }\n\n  \/* CUSTOM CODE HEADER *\/\n  .nour-code-header {\n    position: fixed;\n    top: 0;\n    left: 0;\n    right: 0;\n    z-index: 999999;\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: 0;\n    margin-right: 0;\n    background: rgba(255, 255, 255, 0.40);\n    backdrop-filter: blur(14px);\n    -webkit-backdrop-filter: blur(14px);\n    border-bottom: 1px solid #ddd2c1;\n    box-shadow: 0 8px 24px rgba(35, 52, 79, 0.08);\n    direction: ltr;\n  }\n\n  body.admin-bar .nour-code-header {\n    top: 32px;\n  }\n\n  .nour-code-header-inner {\n    width: min(1180px, calc(100% - 48px));\n    min-height: 70px;\n    margin: 0 auto;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 28px;\n  }\n\n  .nour-code-logo {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    flex-shrink: 0;\n    color: #22344d !important;\n    text-decoration: none !important;\n  }\n\n  .nour-code-logo img {\n    width: 160px;\n    height: 60px;\n    object-fit: contain;\n    display: block;\n  }\n\n  .nour-code-logo span {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: #22344d;\n    white-space: nowrap;\n  }\n\n  .nour-code-nav {\n    display: flex;\n    align-items: center;\n    justify-content: flex-end;\n    gap: 22px;\n    margin-left: auto;\n  }\n\n  .nour-code-header-donate,\n  .nour-code-header-donate:visited,\n  .nour-code-header-donate:focus {\n    position: relative;\n    isolation: isolate;\n    overflow: hidden;\n    width: 150px;\n    height: 50px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-left: 4px;\n    border-radius: 14px;\n    background: #000000 !important;\n    color: #ffffff !important;\n    font-size: 14px;\n    font-weight: 800;\n    line-height: 1;\n    text-align: center !important;\n    text-decoration: none !important;\n    cursor: pointer;\n    border: 0 !important;\n    box-shadow: 0 8px 18px rgba(35, 52, 79, 0.18);\n    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;\n  }\n\n  .nour-code-header-donate::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: -100%;\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(90deg, #009b49, rgb(105, 184, 141));\n    transition: left 0.5s ease-in-out;\n    z-index: -1;\n    border-radius: 14px;\n  }\n\n  .nour-code-header-donate:hover,\n  .nour-code-header-donate:focus {\n    color: #ffffff !important;\n    background: #000000 !important;\n    transform: scale(1.05);\n    box-shadow: 0 12px 26px rgba(35, 52, 79, 0.24);\n  }\n\n  .nour-code-header-donate:hover::before,\n  .nour-code-header-donate:focus::before {\n    left: 0;\n  }\n\n  .nour-code-header-donate:active {\n    transform: scale(0.98);\n  }\n\n  \/* HEADER MENU BUTTONS *\/\n  .nour-code-nav a,\n  .nour-code-nav a:visited,\n  .nour-code-nav a:focus {\n    position: relative;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    color: #22344d !important;\n    font-size: 14px;\n    font-weight: 700;\n    text-decoration: none !important;\n    white-space: nowrap;\n    padding: 9px 15px;\n    border-radius: 999px;\n    border: 1px solid transparent;\n    background: transparent !important;\n    transition:\n      color 0.22s ease,\n      background 0.22s ease,\n      border-color 0.22s ease,\n      transform 0.22s ease,\n      box-shadow 0.22s ease;\n  }\n\n  .nour-code-nav a::after {\n    content: \"\";\n    position: absolute;\n    left: 15px;\n    right: 15px;\n    bottom: 5px;\n    height: 2px;\n    background: #cc8b2d;\n    transform: scaleX(0);\n    transform-origin: center;\n    transition: transform 0.25s ease;\n  }\n\n  .nour-code-nav a:hover,\n  .nour-code-nav a:focus {\n    color: #22344d !important;\n    background: transparent !important;\n    border-color: transparent !important;\n    transform: none !important;\n    box-shadow: none !important;\n  }\n\n  .nour-code-nav a:hover::after,\n  .nour-code-nav a:focus::after {\n    transform: scaleX(1);\n  }\n\n  .nour-code-nav a:active {\n    transform: none !important;\n    box-shadow: none !important;\n  }\n\n  \/* HEADER DROPDOWN \u2014 ABOUT US CHILD MENU *\/\n  .nour-code-dropdown {\n    position: relative;\n    display: inline-flex;\n    align-items: center;\n  }\n\n  .nour-code-dropdown-toggle::before {\n    content: none !important;\n  }\n\n  .nour-code-dropdown-toggle::after {\n    content: \"\u25be\";\n    position: static;\n    width: auto;\n    height: auto;\n    margin-left: 7px;\n    background: transparent;\n    transform: none;\n    font-size: 10px;\n    line-height: 1;\n  }\n\n  .nour-code-dropdown:hover .nour-code-dropdown-toggle::after,\n  .nour-code-dropdown:focus-within .nour-code-dropdown-toggle::after {\n    transform: none;\n  }\n\n  .nour-code-submenu {\n    position: absolute;\n    top: 100%;\n    left: 0;\n    min-width: 220px;\n    padding: 10px;\n    border-radius: 18px;\n    background: rgba(255, 255, 255, 0.96);\n    border: 1px solid #ddd2c1;\n    box-shadow: 0 18px 42px rgba(35, 52, 79, 0.16);\n    display: none;\n    z-index: 1000000;\n  }\n\n  .nour-code-dropdown:hover .nour-code-submenu,\n  .nour-code-dropdown:focus-within .nour-code-submenu {\n    display: grid;\n    gap: 6px;\n  }\n\n  .nour-code-submenu a,\n  .nour-code-submenu a:visited,\n  .nour-code-submenu a:focus {\n    display: flex;\n    justify-content: flex-start;\n    padding: 11px 13px;\n    border-radius: 12px;\n    color: #22344d !important;\n    background: transparent !important;\n    font-size: 14px;\n    font-weight: 700;\n    text-decoration: none !important;\n    white-space: nowrap;\n    transform: none !important;\n    box-shadow: none !important;\n  }\n\n  .nour-code-submenu a::after {\n    left: 13px;\n    right: 13px;\n    bottom: 7px;\n  }\n\n  .nour-code-submenu a:hover,\n  .nour-code-submenu a:focus {\n    background: #f6f1e8 !important;\n    color: #00064f !important;\n    transform: none !important;\n    box-shadow: none !important;\n  }\n\n  .nour-container {\n    width: min(1180px, calc(100% - 48px));\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .nour-serif,\n  .nour-home h1,\n  .nour-home h2,\n  .nour-home h3,\n  .nour-home h4 {\n    font-family: Georgia, \"Times New Roman\", serif;\n    letter-spacing: -0.02em;\n    margin: 0;\n    color: var(--ink);\n  }\n\n  .nour-kicker,\n  .nour-eyebrow {\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.2em;\n    color: var(--muted);\n  }\n\n  .nour-eyebrow {\n    display: inline-block;\n    padding: 8px 14px;\n    border-radius: 999px;\n    border: 1px solid #d8ccb9;\n    background: rgba(255, 255, 255, 0.72);\n    font-size: 11px;\n    margin-bottom: 24px;\n  }\n\n  .nour-kicker {\n    font-size: 12px;\n    margin-bottom: 16px;\n  }\n\n  \/* BUTTONS \u2014 Elementor \/ WordPress safe *\/\n  .nour-home .nour-button,\n  .nour-home .nour-button:visited,\n  .nour-home .nour-button:focus,\n  .nour-home .nour-button:hover {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    text-align: center !important;\n    padding: 14px 24px;\n    border-radius: 999px;\n    font-weight: 700;\n    font-size: 14px;\n    line-height: 1.2;\n    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;\n    border: 1px solid transparent;\n    text-decoration: none !important;\n  }\n\n  .nour-home .nour-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 12px 28px rgba(35, 52, 79, 0.16);\n  }\n\n  .nour-home .nour-button-gold,\n  .nour-home .nour-button-gold:visited,\n  .nour-home .nour-button-gold:focus,\n  .nour-home .nour-button-gold:hover {\n    background: var(--gold) !important;\n    color: #ffffff !important;\n    border-color: var(--gold) !important;\n  }\n\n  .nour-home .nour-button-dark,\n  .nour-home .nour-button-dark:visited,\n  .nour-home .nour-button-dark:focus,\n  .nour-home .nour-button-dark:hover {\n    background: var(--navy) !important;\n    color: #ffffff !important;\n    border-color: var(--navy) !important;\n  }\n\n  .nour-home .nour-button-light,\n  .nour-home .nour-button-light:visited,\n  .nour-home .nour-button-light:focus,\n  .nour-home .nour-button-light:hover {\n    background: #ffffff !important;\n    color: var(--ink) !important;\n    border-color: #d3c6b2 !important;\n  }\n\n  .nour-home .nour-button-outline,\n  .nour-home .nour-button-outline:visited,\n  .nour-home .nour-button-outline:focus,\n  .nour-home .nour-button-outline:hover {\n    background: transparent !important;\n    color: #ffffff !important;\n    border-color: rgba(255, 255, 255, 0.38) !important;\n  }\n\n  \/* UIVERSE DONATE BUTTON \u2014 SAFE VERSION FOR LINKS *\/\n  .nour-home .nour-donate-button,\n  .nour-home .nour-donate-button:visited,\n  .nour-home .nour-donate-button:focus {\n    --clr-font-main: hsla(0 0% 20% \/ 100);\n    --btn-bg-1: hsla(194 100% 69% \/ 1);\n    --btn-bg-2: hsla(217 100% 56% \/ 1);\n    --btn-bg-color: hsla(360 100% 100% \/ 1);\n    --radii: 0.5em;\n    position: relative;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    text-align: center !important;\n    cursor: pointer;\n    padding: 0.9em 1.4em;\n    min-width: 120px;\n    min-height: 44px;\n    font-size: 1rem;\n    font-weight: 600;\n    line-height: 1.1;\n    transition: 0.8s;\n    background-size: 280% auto;\n    background-image: linear-gradient(\n      325deg,\n      var(--btn-bg-2) 0%,\n      var(--btn-bg-1) 55%,\n      var(--btn-bg-2) 90%\n    ) !important;\n    border: none !important;\n    border-radius: var(--radii);\n    color: var(--btn-bg-color) !important;\n    text-decoration: none !important;\n    box-shadow:\n      0px 0px 20px rgba(71, 184, 255, 0.5),\n      0px 5px 5px -1px rgba(58, 125, 233, 0.25),\n      inset 4px 4px 8px rgba(175, 230, 255, 0.5),\n      inset -4px -4px 8px rgba(19, 95, 216, 0.35) !important;\n    overflow: hidden;\n  }\n\n  .nour-home .nour-donate-button:hover {\n    background-position: right top;\n    color: var(--btn-bg-color) !important;\n    transform: none !important;\n  }\n\n  .nour-home .nour-donate-button:is(:focus, :focus-visible, :active) {\n    outline: none;\n    box-shadow:\n      0 0 0 3px var(--btn-bg-color),\n      0 0 0 6px var(--btn-bg-2) !important;\n  }\n\n  \/* UIVERSE GLOW BUTTON \u2014 SAFE VERSION FOR OTHER CONTENT LINKS *\/\n  .nour-home .nour-glow-button,\n  .nour-home .nour-glow-button:visited,\n  .nour-home .nour-glow-button:focus {\n    position: relative;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    text-align: center !important;\n    padding: 10px 20px;\n    border-radius: 7px;\n    border: 1px solid rgb(61, 106, 255) !important;\n    font-size: 14px;\n    text-transform: uppercase;\n    font-weight: 600;\n    letter-spacing: 2px;\n    background: transparent !important;\n    color: #ffffff !important;\n    overflow: hidden;\n    box-shadow: 0 0 0 0 transparent !important;\n    transition: all 0.2s ease-in;\n    text-decoration: none !important;\n    min-height: 44px;\n    cursor: pointer;\n  }\n\n  .nour-home .nour-glow-button.light-bg,\n  .nour-home .nour-glow-button.light-bg:visited,\n  .nour-home .nour-glow-button.light-bg:focus {\n    color: var(--ink) !important;\n  }\n\n  .nour-home .nour-glow-button:hover {\n    background: rgb(61, 106, 255) !important;\n    color: #ffffff !important;\n    box-shadow: 0 0 30px 5px rgba(0, 142, 236, 0.815) !important;\n    transition: all 0.2s ease-out;\n    transform: none !important;\n  }\n\n  .nour-home .nour-glow-button::before {\n    content: \"\";\n    display: block;\n    width: 0px;\n    height: 86%;\n    position: absolute;\n    top: 7%;\n    left: 0%;\n    opacity: 0;\n    background: #ffffff;\n    box-shadow: 0 0 50px 30px #ffffff;\n    transform: skewX(-20deg);\n    pointer-events: none;\n  }\n\n  .nour-home .nour-glow-button:hover::before {\n    animation: nour-shine 0.5s 0s linear;\n  }\n\n  .nour-home .nour-glow-button:active {\n    box-shadow: 0 0 0 0 transparent !important;\n    transition: box-shadow 0.2s ease-in;\n  }\n\n  @keyframes nour-shine {\n    from {\n      opacity: 0;\n      left: 0%;\n    }\n\n    50% {\n      opacity: 1;\n    }\n\n    to {\n      opacity: 0;\n      left: 100%;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .nour-home .nour-donate-button,\n    .nour-home .nour-glow-button {\n      transition: linear;\n    }\n\n    .nour-home .nour-glow-button:hover::before {\n      animation: none;\n    }\n  }\n\n  \/* HERO *\/\n  .nour-hero {\n    display: grid;\n    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);\n    gap: 30px;\n    align-items: center;\n    padding: 70px 0 112px;\n  }\n\n  .nour-hero > * {\n    min-width: 0;\n  }\n\n  .nour-hero h1 {\n    font-size: clamp(42px, 5vw, 68px);\n    line-height: 1.05;\n    max-width: 840px;\n  }\n\n  .nour-lead {\n    font-size: 20px;\n    color: var(--text);\n    max-width: 760px;\n    margin: 30px 0 38px;\n  }\n\n  .nour-actions {\n    display: flex;\n    gap: 24px;\n    flex-wrap: wrap;\n    justify-content: flex-start;\n    align-items: center;\n  }\n\n  .nour-trust {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin-top: 44px;\n    max-width: 780px;\n  }\n\n  .nour-trust-item {\n    background: rgba(255, 255, 255, 0.76);\n    border: 1px solid var(--line);\n    border-radius: 20px;\n    padding: 18px;\n    font-size: 14px;\n    color: #42556b;\n    box-shadow: 0 4px 14px rgba(35, 52, 79, 0.05);\n  }\n\n  .nour-hero-visual {\n    width: 100%;\n    max-width: 100%;\n    min-width: 0;\n    background: #ffffff;\n    border: 1px solid var(--line);\n    border-radius: 34px;\n    padding: 14px;\n    box-shadow: 0 24px 80px rgba(35, 52, 79, 0.1);\n    overflow: hidden;\n  }\n\n  \/* HERO SWIPER SLIDER \u2014 fixed: images fill the frame, no color filter\/overlay *\/\n  .nour-hero-slider {\n    width: 100%;\n    max-width: 100%;\n    height: 530px;\n    min-height: 0;\n    border-radius: 24px;\n    overflow: hidden;\n    position: relative;\n    background: #ffffff;\n  }\n\n  .nour-hero-slider .swiper-wrapper,\n  .nour-hero-slider .swiper-slide {\n    width: 100%;\n    height: 100%;\n  }\n\n  .nour-hero-slider .swiper-slide {\n    position: relative;\n    overflow: hidden;\n    background: #ffffff;\n    display: block;\n  }\n\n  .nour-hero-slider img {\n    max-width: none !important;\n  }\n\n  \/* No blur, no gradient, no overlay: keeps original image colors clean *\/\n  .nour-hero-slider .swiper-slide::before,\n  .nour-hero-slider .swiper-slide::after {\n    content: none !important;\n    display: none !important;\n  }\n\n  .nour-hero-slide-image {\n    position: absolute;\n    inset: 0;\n    z-index: 1;\n    width: 100%;\n    height: 100%;\n    min-width: 100%;\n    min-height: 100%;\n    object-fit: cover;\n    object-position: center center;\n    padding: 0 !important;\n    margin: 0 !important;\n    display: block;\n    border: 0 !important;\n    border-radius: 0 !important;\n    filter: none !important;\n    opacity: 1 !important;\n    mix-blend-mode: normal !important;\n    transform: none !important;\n  }\n\n  .nour-hero-slide-content {\n    position: absolute;\n    right: 24px;\n    left: auto;\n    bottom: 24px;\n    z-index: 3;\n    width: min(320px, calc(100% - 48px));\n    padding: 22px;\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.92);\n    border: 1px solid rgba(221, 210, 193, 0.92);\n    box-shadow: 0 14px 35px rgba(35, 52, 79, 0.12);\n    backdrop-filter: blur(10px);\n    -webkit-backdrop-filter: blur(10px);\n  }\n\n  .nour-hero-slide-content small {\n    display: block;\n    font-size: 11px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--muted);\n    font-weight: 700;\n  }\n\n  .nour-hero-slide-content strong {\n    display: block;\n    margin-top: 10px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 23px;\n    line-height: 1.2;\n    color: var(--ink);\n  }\n\n  .nour-hero-slide-content p {\n    margin: 12px 0 0;\n    color: var(--text);\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n  .nour-hero-slide-content a {\n    display: inline-flex;\n    margin-top: 14px;\n    color: var(--gold) !important;\n    font-weight: 800;\n    text-decoration: none !important;\n  }\n\n  .nour-hero-slider .swiper-button-next,\n  .nour-hero-slider .swiper-button-prev {\n    color: #ffffff;\n    width: 38px;\n    height: 38px;\n    z-index: 4;\n  }\n\n  .nour-hero-slider .swiper-button-next::after,\n  .nour-hero-slider .swiper-button-prev::after {\n    font-size: 18px;\n    font-weight: 800;\n  }\n\n  .nour-hero-slider .swiper-pagination {\n    z-index: 4;\n  }\n\n  .nour-hero-slider .swiper-pagination-bullet {\n    background: #ffffff;\n    opacity: 0.55;\n  }\n\n  .nour-hero-slider .swiper-pagination-bullet-active {\n    opacity: 1;\n    background: #ffffff;\n  }\n\n  .nour-hero-slider .nour-autoplay-progress {\n    position: absolute;\n    right: 16px;\n    top: 16px;\n    z-index: 5;\n    width: 44px;\n    height: 44px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 800;\n    color: #ffffff;\n    font-size: 12px;\n  }\n\n  .nour-hero-slider .nour-autoplay-progress svg {\n    --progress: 0;\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    stroke-width: 4px;\n    stroke: #ffffff;\n    fill: none;\n    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));\n    stroke-dasharray: 125.6;\n    transform: rotate(-90deg);\n  }\n\n  @media (max-width: 980px) {\n    .nour-hero-slider {\n      height: 420px;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .nour-hero-slider {\n      height: 390px;\n    }\n\n    .nour-hero-slider .swiper-button-next,\n    .nour-hero-slider .swiper-button-prev {\n      display: none;\n    }\n\n    .nour-hero-slide-content {\n      right: 16px;\n      left: auto;\n      bottom: 16px;\n      width: calc(100% - 32px);\n      padding: 18px;\n    }\n\n    .nour-hero-slide-content p {\n      display: none;\n    }\n  }\n\n  \/* GENERAL SECTIONS *\/\n  .nour-section {\n    padding: 104px 0;\n  }\n\n  .nour-intro {\n    background: rgba(255, 255, 255, 0.56);\n    border-top: 1px solid var(--line);\n    border-bottom: 1px solid var(--line);\n  }\n\n  .nour-split {\n    display: grid;\n    grid-template-columns: 0.9fr 1.1fr;\n    gap: 58px;\n    align-items: start;\n  }\n\n  .nour-home h2 {\n    font-size: clamp(34px, 4vw, 50px);\n    line-height: 1.12;\n  }\n\n  .nour-body-large {\n    font-size: 20px;\n    color: var(--text);\n    margin: 0;\n  }\n\n  .nour-cards-2 {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 32px;\n    margin-top: 40px;\n  }\n\n  .nour-card {\n    border-radius: 28px;\n    padding: 34px;\n    border: 1px solid var(--line);\n    background: #ffffff;\n    box-shadow: 0 6px 18px rgba(35, 52, 79, 0.05);\n  }\n\n  .nour-card-link {\n    display: block;\n    color: inherit !important;\n    cursor: pointer;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n    text-decoration: none !important;\n  }\n\n  .nour-card-link:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 16px 36px rgba(35, 52, 79, 0.12);\n  }\n\n  .nour-card-link h3,\n  .nour-card-link p,\n  .nour-card-link .nour-number {\n    color: inherit;\n  }\n\n  .nour-card.sand {\n    background: var(--sand);\n    border-color: #d7c9b3;\n  }\n\n  .nour-card.mist {\n    background: var(--mist);\n    border-color: #cfd7de;\n  }\n\n  .nour-card.olive {\n    background: var(--olive);\n    border-color: #ced7c9;\n  }\n\n  .nour-number {\n    font-size: 12px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #7b6a53;\n    font-weight: 700;\n  }\n\n  .nour-card h3 {\n    font-size: 32px;\n    margin-top: 14px;\n  }\n\n  .nour-card p {\n    color: var(--text);\n    font-size: 17px;\n    margin: 14px 0 0;\n  }\n\n  \/* PDF \/ DOCUMENT ACTIONS INSIDE CORE PILLARS *\/\n  .nour-doc-label {\n    display: inline-flex;\n    width: fit-content;\n    margin-top: 18px;\n    padding: 7px 12px;\n    border-radius: 999px;\n    background: rgba(204, 139, 45, 0.12);\n    color: #8c5e1f;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .nour-doc-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 22px;\n    align-items: center;\n  }\n\n  .nour-doc-button,\n  .nour-doc-button:visited,\n  .nour-doc-button:focus {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 38px;\n    min-width: 86px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 800;\n    line-height: 1;\n    letter-spacing: 0.01em;\n    text-decoration: none !important;\n    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;\n  }\n\n  .nour-doc-button.primary,\n  .nour-doc-button.primary:visited,\n  .nour-doc-button.primary:focus {\n    background: var(--navy) !important;\n    color: #ffffff !important;\n    border: 1px solid var(--navy) !important;\n    box-shadow: 0 8px 18px rgba(35, 52, 79, 0.10);\n  }\n\n  .nour-doc-button.secondary,\n  .nour-doc-button.secondary:visited,\n  .nour-doc-button.secondary:focus {\n    background: rgba(255, 255, 255, 0.72) !important;\n    color: var(--ink) !important;\n    border: 1px solid rgba(35, 52, 77, 0.16) !important;\n    box-shadow: 0 6px 14px rgba(35, 52, 79, 0.06);\n  }\n\n  .nour-doc-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 12px 24px rgba(35, 52, 79, 0.13);\n  }\n\n  .nour-doc-button.secondary:hover {\n    background: #ffffff !important;\n    border-color: rgba(204, 139, 45, 0.42) !important;\n  }\n\n  .nour-doc-note {\n    margin-top: 16px !important;\n    font-size: 14px !important;\n    color: #66778c !important;\n  }\n\n\n  \/* DARK SECTION *\/\n  .nour-dark {\n    background: var(--navy);\n    color: #ffffff;\n  }\n\n  .nour-dark h2,\n  .nour-dark h3,\n  .nour-dark h4 {\n    color: #ffffff;\n  }\n\n  .nour-dark .nour-kicker {\n    color: #d8c8ad;\n  }\n\n  .nour-dark p {\n    color: #dbe3ed;\n  }\n\n  .nour-cards-3 {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 32px;\n    margin-top: 42px;\n  }\n\n  .nour-dark-card {\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    background: rgba(255, 255, 255, 0.06);\n    border-radius: 24px;\n    padding: 32px;\n  }\n\n  .nour-dark-card h3 {\n    font-size: 25px;\n    margin-bottom: 12px;\n  }\n\n  .nour-dark-card p {\n    margin: 0;\n  }\n\n  \/* INITIATIVES *\/\n  .nour-row-head {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-end;\n    gap: 32px;\n    margin-bottom: 42px;\n  }\n\n  .nour-link,\n  .nour-link:visited,\n  .nour-link:focus {\n    color: var(--ink) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 4px;\n    font-weight: 700;\n  }\n\n  .nour-link:hover {\n    color: var(--gold) !important;\n  }\n\n  .nour-initiatives {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 32px;\n  }\n\n  .nour-initiative {\n    background: #ffffff;\n    border: 1px solid var(--line);\n    border-radius: 28px;\n    overflow: hidden;\n    box-shadow: 0 6px 18px rgba(35, 52, 79, 0.05);\n  }\n\n  .nour-initiative-image {\n    min-height: 230px;\n    background-size: cover;\n    background-position: center center;\n  }\n\n  .nour-initiative-content {\n    padding: 30px;\n  }\n\n  .nour-initiative h3 {\n    font-size: 28px;\n  }\n\n  .nour-initiative p {\n    color: var(--text);\n    margin: 14px 0 0;\n  }\n\n  .nour-initiative .nour-button {\n    margin-top: 22px;\n  }\n\n  \/* QUOTE *\/\n  .nour-quote-wrap {\n    background: var(--sand);\n  }\n\n  .nour-quote-grid {\n    display: grid;\n    grid-template-columns: 0.82fr 1.18fr;\n    gap: 56px;\n    align-items: center;\n  }\n\n  .nour-quote-image {\n    min-height: 380px;\n    border-radius: 32px;\n    border: 1px solid #d7c7af;\n    background:\n      linear-gradient(180deg, rgba(35, 52, 79, 0.12), rgba(35, 52, 79, 0.1)),\n      url(\"\/wp-content\/uploads\/2025\/10\/p26_rgb_2.jpg\") center center \/ cover no-repeat;\n    box-shadow: 0 6px 18px rgba(35, 52, 79, 0.05);\n  }\n\n  .nour-quote {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(28px, 4vw, 42px);\n    line-height: 1.32;\n    margin: 18px 0 0;\n    color: var(--ink);\n  }\n\n  \/* CTA *\/\n  .nour-cta-box {\n    background: var(--navy);\n    color: #ffffff;\n    border-radius: 36px;\n    padding: 52px;\n    box-shadow: 0 24px 80px rgba(35, 52, 79, 0.18);\n  }\n\n  .nour-cta-grid {\n    display: grid;\n    grid-template-columns: 1.1fr 0.9fr;\n    gap: 32px;\n    align-items: center;\n  }\n\n  .nour-cta-box h2 {\n    color: #ffffff;\n  }\n\n  .nour-cta-actions {\n    display: flex;\n    justify-content: flex-end;\n    align-items: center;\n    gap: 22px;\n    flex-wrap: wrap;\n  }\n\n  \/* WILDE GANZEN STYLE NOUR FOOTER *\/\n  .nour-wg-footer {\n    background: #ffffff;\n    color: #5f5f5f;\n    padding: 58px 0 0;\n    font-family: Inter, Arial, sans-serif;\n    direction: inherit;\n    unicode-bidi: isolate;\n    text-align: start;\n    border-top: 1px solid #ece7df;\n  }\n\n  .nour-wg-footer,\n  .nour-wg-footer * {\n    box-sizing: border-box;\n  }\n\n  .nour-wg-footer a {\n    color: inherit;\n    text-decoration: none !important;\n  }\n\n  .nour-wg-footer-container {\n    width: min(1180px, calc(100% - 48px));\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .nour-wg-footer-grid {\n    display: grid;\n    grid-template-columns: 1.15fr 0.9fr 1.12fr 1.08fr;\n    gap: 54px;\n    align-items: start;\n  }\n\n  .nour-wg-footer h4 {\n    margin: 0 0 24px;\n    font-size: 26px;\n    line-height: 1.1;\n    color: #00064f;\n    font-weight: 900;\n    font-family: Inter, Arial, sans-serif;\n    letter-spacing: -0.03em;\n  }\n\n  .nour-wg-footer-links {\n    display: grid;\n    gap: 15px;\n  }\n\n  .nour-wg-footer-links a,\n  .nour-wg-footer p,\n  .nour-wg-footer-contact-line,\n  .nour-wg-footer-info-line {\n    font-size: 18px;\n    line-height: 1.55;\n    color: #5f5f5f;\n  }\n\n  .nour-wg-footer-links a:hover,\n  .nour-wg-footer-contact-line a:hover {\n    color: #00064f !important;\n    text-decoration: underline !important;\n  }\n\n  .nour-wg-social {\n    display: grid;\n    gap: 14px;\n  }\n\n  .nour-wg-social a {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    color: #5f5f5f !important;\n    font-size: 18px;\n  }\n\n  .nour-wg-social a:hover {\n    color: #00064f !important;\n  }\n\n  .nour-wg-social-icon {\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    background: #f1eee8;\n    color: #00064f;\n    display: inline-grid;\n    place-items: center;\n    font-size: 15px;\n    font-weight: 900;\n    text-align: center !important;\n    line-height: 1;\n  }\n\n  .nour-wg-contact {\n    display: grid;\n    gap: 12px;\n  }\n\n  .nour-wg-footer-contact-line {\n    display: grid;\n    grid-template-columns: 70px 1fr;\n    gap: 3px;\n  }\n\n  .nour-wg-footer-contact-line strong {\n    color: #5f5f5f;\n    font-weight: 400;\n  }\n\n  .nour-wg-footer-contact-line a {\n    color: #00064f !important;\n    text-decoration: underline !important;\n  }\n\n  .nour-wg-info {\n    display: grid;\n    gap: 14px;\n  }\n\n  .nour-wg-footer-info-line {\n    display: grid;\n    grid-template-columns: 68px 1fr;\n    gap: 10px;\n  }\n\n  .nour-wg-footer-info-line strong {\n    font-weight: 400;\n    color: #5f5f5f;\n  }\n\n  .nour-wg-footer-divider {\n    border-top: 1px solid #cfcfcf;\n    margin-top: 64px;\n    padding: 28px 0 18px;\n  }\n\n  \/* FOOTER PARTNER LOGOS *\/\n  .nour-wg-footer-logo-row {\n    display: flex;\n    justify-content: flex-end;\n    align-items: center;\n    gap: 34px;\n    flex-wrap: wrap;\n  }\n\n  .nour-wg-footer-logo {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 60px;\n    text-decoration: none !important;\n  }\n\n  .nour-wg-footer-logo img {\n    display: block;\n    width: auto;\n    height: auto;\n    max-height: 58px;\n    max-width: 190px;\n    object-fit: contain;\n  }\n\n  .nour-wg-footer-logo.auaf img {\n    max-height: 58px;\n    max-width: 210px;\n  }\n\n  .nour-wg-footer-logo.hbdo img {\n    max-height: 64px;\n    max-width: 190px;\n  }\n\n  .nour-wg-footer-logo.rsdo img {\n    max-height: 70px;\n    max-width: 190px;\n  }\n\n  .nour-wg-footer-logo-text {\n    min-height: 54px;\n    padding: 10px 16px;\n    border-radius: 8px;\n    border: 1px solid #d6d6d6;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    color: #00064f;\n    font-size: 13px;\n    font-weight: 900;\n    line-height: 1.1;\n    text-align: center !important;\n    background: #ffffff;\n  }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 980px) {\n    .nour-home {\n      padding-top: 84px;\n    }\n\n    .nour-code-header-inner {\n      width: min(100% - 28px, 1180px);\n      min-height: 78px;\n      gap: 16px;\n    }\n\n    .nour-code-logo img {\n      width: 64px;\n      height: 54px;\n    }\n\n    .nour-code-logo span {\n      display: none;\n    }\n\n    .nour-code-nav {\n      gap: 10px;\n      overflow-x: auto;\n      max-width: 64vw;\n      padding-bottom: 4px;\n      scrollbar-width: none;\n    }\n\n    .nour-code-nav::-webkit-scrollbar {\n      display: none;\n    }\n\n    .nour-code-nav a {\n      font-size: 13px;\n      padding: 8px 12px;\n    }\n\n    .nour-code-nav a::after {\n      left: 12px;\n      right: 12px;\n      bottom: 4px;\n    }\n\n    .nour-code-dropdown {\n      position: static;\n    }\n\n    .nour-code-submenu {\n      position: fixed;\n      top: 78px;\n      left: 14px;\n      right: 14px;\n      min-width: 0;\n      width: auto;\n    }\n\n    body.admin-bar .nour-code-submenu {\n      top: 114px;\n    }\n\n    .nour-hero,\n    .nour-split,\n    .nour-cards-2,\n    .nour-cards-3,\n    .nour-initiatives,\n    .nour-quote-grid,\n    .nour-cta-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .nour-hero {\n      gap: 48px;\n    }\n\n    .nour-trust {\n      grid-template-columns: 1fr;\n    }\n\n    .nour-hero-slider {\n      height: 420px;\n    }\n\n    .nour-row-head {\n      display: block;\n    }\n\n    .nour-link {\n      display: inline-block;\n      margin-top: 20px;\n    }\n\n    .nour-cta-actions {\n      justify-content: flex-start;\n    }\n\n    .nour-wg-footer-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 42px;\n    }\n\n    .nour-wg-footer-logo-row {\n      justify-content: flex-start;\n    }\n  }\n\n  @media (max-width: 782px) {\n    body.admin-bar .nour-code-header {\n      top: 46px;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .nour-home {\n      padding-top: 78px;\n    }\n\n    .nour-container {\n      width: min(100% - 28px, 1180px);\n    }\n\n    .nour-hero {\n      padding: 68px 0 76px;\n    }\n\n    .nour-section {\n      padding: 72px 0;\n    }\n\n    .nour-lead,\n    .nour-body-large {\n      font-size: 17px;\n    }\n\n    .nour-actions {\n      gap: 18px;\n      flex-direction: column;\n      align-items: flex-start;\n    }\n\n    .nour-home .nour-button {\n      width: 100%;\n      padding: 14px 20px;\n    }\n\n    .nour-doc-actions {\n      flex-direction: row;\n      gap: 8px;\n    }\n\n    .nour-doc-button {\n      width: auto;\n      flex: 1 1 calc(50% - 8px);\n      min-width: 0;\n      padding: 10px 12px;\n      font-size: 12px;\n    }\n\n    .nour-trust {\n      margin-top: 34px;\n    }\n\n    .nour-card,\n    .nour-dark-card,\n    .nour-cta-box {\n      padding: 24px;\n      border-radius: 24px;\n    }\n\n    .nour-hero-slider {\n      height: 390px;\n    }\n\n    .nour-hero-slider .swiper-button-next,\n    .nour-hero-slider .swiper-button-prev {\n      display: none;\n    }\n\n    .nour-hero-slide-content {\n      right: 16px;\n      left: auto;\n      bottom: 16px;\n      width: calc(100% - 32px);\n    }\n\n    .nour-initiative-content {\n      padding: 24px;\n    }\n\n    .nour-cta-actions {\n      flex-direction: column;\n      align-items: flex-start;\n      gap: 16px;\n    }\n\n    .nour-code-header-inner {\n      width: min(100% - 20px, 1180px);\n    }\n\n    .nour-code-logo img {\n      width: 54px;\n      height: 48px;\n    }\n\n    .nour-code-nav {\n      max-width: 62vw;\n    }\n\n    .nour-code-header-donate {\n      width: 118px;\n      height: 44px;\n      font-size: 12px;\n      border-radius: 12px;\n    }\n\n    .nour-wg-footer {\n      padding-top: 46px;\n    }\n\n    .nour-wg-footer-container {\n      width: min(100% - 28px, 1180px);\n    }\n\n    .nour-wg-footer-grid {\n      grid-template-columns: 1fr;\n      gap: 34px;\n    }\n\n    .nour-wg-footer h4 {\n      font-size: 24px;\n      margin-bottom: 18px;\n    }\n\n    .nour-wg-footer-links a,\n    .nour-wg-footer p,\n    .nour-wg-footer-contact-line,\n    .nour-wg-footer-info-line {\n      font-size: 16px;\n    }\n\n    .nour-wg-footer-contact-line,\n    .nour-wg-footer-info-line {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .nour-wg-footer-divider {\n      margin-top: 42px;\n    }\n\n    .nour-wg-footer-logo-row {\n      justify-content: flex-start;\n      gap: 18px;\n    }\n\n    .nour-wg-footer-logo img {\n      max-height: 50px;\n      max-width: 160px;\n    }\n\n    .nour-wg-footer-logo.auaf img {\n      max-height: 50px;\n      max-width: 170px;\n    }\n\n    .nour-wg-footer-logo.hbdo img {\n      max-height: 56px;\n      max-width: 160px;\n    }\n\n    .nour-wg-footer-logo.rsdo img {\n      max-height: 58px;\n      max-width: 160px;\n    }\n  }\n  \/* FINAL HEADER + LANGUAGE FIX \u2014 MATCH ABOUT\/HOME SIZE *\/\n.nour-code-header-inner {\n  width: min(1450px, calc(100% - 24px)) !important;\n  min-height: 70px !important;\n  margin: 0 auto !important;\n  display: grid !important;\n  grid-template-columns: auto minmax(0, 1fr) auto auto !important;\n  align-items: center !important;\n  justify-content: initial !important;\n  column-gap: 14px !important;\n  flex-wrap: nowrap !important;\n}\n\n.nour-code-logo {\n  grid-column: 1 !important;\n}\n\n.nour-code-logo img {\n  width: 160px !important;\n  height: 60px !important;\n  object-fit: contain !important;\n  display: block !important;\n}\n\n.nour-code-nav {\n  grid-column: 2 !important;\n  display: flex !important;\n  align-items: center !important;\n  justify-content: flex-end !important;\n  gap: 12px !important;\n  margin-left: 0 !important;\n  min-width: 0 !important;\n  overflow: visible !important;\n  flex-shrink: 1 !important;\n}\n\n.nour-code-nav a,\n.nour-code-nav a:visited,\n.nour-code-nav a:focus {\n  padding: 9px 15px !important;\n  font-size: 14px !important;\n  font-weight: 700 !important;\n  white-space: nowrap !important;\n}\n\n\/* LANGUAGE DROPDOWN *\/\n.nour-code-lang-switcher {\n  grid-column: 3 !important;\n  position: relative !important;\n  display: inline-flex !important;\n  align-items: center !important;\n  flex-shrink: 0 !important;\n  margin-left: 0 !important;\n  padding-bottom: 8px !important;\n  margin-bottom: -8px !important;\n  z-index: 1000001 !important;\n}\n\n.nour-code-lang-current,\n.nour-code-lang-current:visited,\n.nour-code-lang-current:focus {\n  display: inline-flex !important;\n  align-items: center !important;\n  justify-content: center !important;\n  min-height: 42px !important;\n  padding: 9px 14px !important;\n  border-radius: 14px !important;\n  border: 1px solid rgba(221, 210, 193, 0.75) !important;\n  background: rgba(255, 255, 255, 0.35) !important;\n  color: #22344d !important;\n  font-size: 14px !important;\n  font-weight: 700 !important;\n  text-decoration: none !important;\n  white-space: nowrap !important;\n}\n\n.nour-code-lang-switcher:hover .nour-code-lang-current,\n.nour-code-lang-switcher:focus-within .nour-code-lang-current {\n  background: rgba(255, 255, 255, 0.58) !important;\n}\n\n.nour-code-lang-menu {\n  position: absolute !important;\n  top: 100% !important;\n  right: 0 !important;\n  min-width: 158px !important;\n  padding: 8px !important;\n  border-radius: 16px !important;\n  background: rgba(255, 255, 255, 0.96) !important;\n  border: 1px solid #ddd2c1 !important;\n  box-shadow: 0 18px 42px rgba(35, 52, 79, 0.16) !important;\n  display: none !important;\n  z-index: 1000000 !important;\n}\n\n.nour-code-lang-switcher:hover .nour-code-lang-menu,\n.nour-code-lang-switcher:focus-within .nour-code-lang-menu {\n  display: grid !important;\n  gap: 5px !important;\n}\n\n.nour-code-lang-menu a,\n.nour-code-lang-menu a:visited,\n.nour-code-lang-menu a:focus {\n  display: flex !important;\n  align-items: center !important;\n  padding: 9px 11px !important;\n  border-radius: 12px !important;\n  color: #22344d !important;\n  background: transparent !important;\n  font-size: 14px !important;\n  font-weight: 700 !important;\n  text-decoration: none !important;\n  white-space: nowrap !important;\n}\n\n.nour-code-lang-menu a:hover {\n  background: #f6f1e8 !important;\n  color: #00064f !important;\n}\n\n.nour-code-header-donate,\n.nour-code-header-donate:visited,\n.nour-code-header-donate:focus {\n  grid-column: 4 !important;\n  width: 150px !important;\n  height: 50px !important;\n  font-size: 14px !important;\n  margin-left: 0 !important;\n  flex-shrink: 0 !important;\n}\n\n\/* RESPONSIVE HEADER FIX *\/\n@media (max-width: 980px) {\n  .nour-code-header-inner {\n    width: min(100% - 28px, 1180px) !important;\n    min-height: 78px !important;\n    display: flex !important;\n    align-items: center !important;\n    gap: 14px !important;\n  }\n\n  .nour-code-logo img {\n    width: 64px !important;\n    height: 54px !important;\n  }\n\n  .nour-code-nav {\n    max-width: 52vw !important;\n    overflow-x: auto !important;\n    gap: 10px !important;\n    margin-left: auto !important;\n    padding-bottom: 4px !important;\n    scrollbar-width: none !important;\n  }\n\n  .nour-code-nav::-webkit-scrollbar {\n    display: none !important;\n  }\n\n  .nour-code-nav a,\n  .nour-code-nav a:visited,\n  .nour-code-nav a:focus {\n    font-size: 13px !important;\n    padding: 8px 12px !important;\n  }\n\n  .nour-code-lang-current,\n  .nour-code-lang-current:visited,\n  .nour-code-lang-current:focus {\n    min-height: 38px !important;\n    padding: 8px 11px !important;\n    font-size: 13px !important;\n  }\n\n  .nour-code-header-donate,\n  .nour-code-header-donate:visited,\n  .nour-code-header-donate:focus {\n    width: 118px !important;\n    height: 44px !important;\n    font-size: 12px !important;\n    border-radius: 12px !important;\n  }\n}\n\n@media (max-width: 640px) {\n  .nour-code-header-inner {\n    width: min(100% - 20px, 1180px) !important;\n  }\n\n  .nour-code-logo img {\n    width: 54px !important;\n    height: 48px !important;\n  }\n\n  .nour-code-nav {\n    max-width: 48vw !important;\n  }\n\n  .nour-code-lang-current,\n  .nour-code-lang-current:visited,\n  .nour-code-lang-current:focus {\n    min-height: 36px !important;\n    padding: 7px 10px !important;\n    font-size: 12px !important;\n  }\n}\n\n\n\n\/* LANGUAGE SWITCHER FIX \u2014 dynamic current language + mobile click support *\/\n.nour-code-lang-switcher.notranslate,\n.nour-code-lang-switcher.notranslate * {\n  unicode-bidi: isolate !important;\n}\n\n.nour-code-lang-current {\n  font-family: inherit !important;\n  appearance: none !important;\n  -webkit-appearance: none !important;\n  cursor: pointer !important;\n}\n\n.nour-code-lang-switcher.is-open .nour-code-lang-current {\n  background: rgba(255, 255, 255, 0.58) !important;\n}\n\n.nour-code-lang-switcher.is-open .nour-code-lang-menu {\n  display: grid !important;\n  gap: 5px !important;\n}\n\n.nour-code-lang-menu a.is-active,\n.nour-code-lang-menu a[aria-current=\"true\"] {\n  background: #f6f1e8 !important;\n  color: #00064f !important;\n  font-weight: 900 !important;\n}\n\n\n\n\/* =========================================================\n   PERSIAN \/ RTL LAYOUT \u2014 TranslatePress \/fa\/ pages only\n   Keeps English, Dutch, French, German and Spanish unchanged.\n   ========================================================= *\/\nbody.nour-rtl-page .nour-home,\n.nour-home[dir=\"rtl\"] {\n  direction: rtl !important;\n  text-align: right;\n  font-family: \"Vazirmatn\", \"Noto Sans Arabic\", Tahoma, \"Segoe UI\", Arial, sans-serif;\n}\n\n\/* Persian typography: do not use Latin serif spacing or uppercase styling. *\/\nbody.nour-rtl-page .nour-home h1,\nbody.nour-rtl-page .nour-home h2,\nbody.nour-rtl-page .nour-home h3,\nbody.nour-rtl-page .nour-home h4,\n.nour-home[dir=\"rtl\"] h1,\n.nour-home[dir=\"rtl\"] h2,\n.nour-home[dir=\"rtl\"] h3,\n.nour-home[dir=\"rtl\"] h4 {\n  font-family: \"Vazirmatn\", \"Noto Sans Arabic\", Tahoma, \"Segoe UI\", Arial, sans-serif !important;\n  letter-spacing: 0 !important;\n  word-spacing: 0 !important;\n  overflow-wrap: break-word;\n  word-break: normal;\n  hyphens: none;\n}\n\nbody.nour-rtl-page .nour-home .nour-kicker,\nbody.nour-rtl-page .nour-home .nour-eyebrow,\nbody.nour-rtl-page .nour-home .nour-number,\nbody.nour-rtl-page .nour-home .nour-doc-label,\nbody.nour-rtl-page .nour-home .nour-hero-slide-content small,\nbody.nour-rtl-page .nour-home .nour-glow-button,\n.nour-home[dir=\"rtl\"] .nour-kicker,\n.nour-home[dir=\"rtl\"] .nour-eyebrow,\n.nour-home[dir=\"rtl\"] .nour-number,\n.nour-home[dir=\"rtl\"] .nour-doc-label,\n.nour-home[dir=\"rtl\"] .nour-hero-slide-content small,\n.nour-home[dir=\"rtl\"] .nour-glow-button {\n  text-transform: none !important;\n  letter-spacing: 0 !important;\n}\n\n\/* More balanced Persian headings and paragraph rhythm. *\/\nbody.nour-rtl-page .nour-home .nour-hero h1,\n.nour-home[dir=\"rtl\"] .nour-hero h1 {\n  font-size: clamp(40px, 4.3vw, 58px) !important;\n  line-height: 1.34 !important;\n  max-width: 760px;\n}\n\nbody.nour-rtl-page .nour-home h2,\n.nour-home[dir=\"rtl\"] h2 {\n  font-size: clamp(32px, 3.7vw, 48px) !important;\n  line-height: 1.45 !important;\n}\n\nbody.nour-rtl-page .nour-home h3,\nbody.nour-rtl-page .nour-home h4,\n.nour-home[dir=\"rtl\"] h3,\n.nour-home[dir=\"rtl\"] h4 {\n  line-height: 1.45 !important;\n}\n\nbody.nour-rtl-page .nour-home p,\n.nour-home[dir=\"rtl\"] p {\n  line-height: 1.95;\n}\n\nbody.nour-rtl-page .nour-home .nour-lead,\n.nour-home[dir=\"rtl\"] .nour-lead {\n  font-size: 18px;\n  line-height: 2 !important;\n  margin-top: 26px;\n  margin-bottom: 34px;\n}\n\nbody.nour-rtl-page .nour-home .nour-body-large,\n.nour-home[dir=\"rtl\"] .nour-body-large {\n  line-height: 2 !important;\n}\n\n\/* Logical alignment: text to the right, controls\/buttons remain centered. *\/\nbody.nour-rtl-page .nour-home .nour-button,\nbody.nour-rtl-page .nour-home .nour-doc-button,\nbody.nour-rtl-page .nour-home .nour-donate-button,\nbody.nour-rtl-page .nour-home .nour-glow-button,\n.nour-home[dir=\"rtl\"] .nour-button,\n.nour-home[dir=\"rtl\"] .nour-doc-button,\n.nour-home[dir=\"rtl\"] .nour-donate-button,\n.nour-home[dir=\"rtl\"] .nour-glow-button {\n  text-align: center !important;\n}\n\nbody.nour-rtl-page .nour-home .nour-actions,\nbody.nour-rtl-page .nour-home .nour-doc-actions,\n.nour-home[dir=\"rtl\"] .nour-actions,\n.nour-home[dir=\"rtl\"] .nour-doc-actions {\n  direction: rtl;\n}\n\n\/* Keep Swiper mechanics LTR, while the translated slide text remains RTL. *\/\nbody.nour-rtl-page .nour-home .nour-hero-slider,\n.nour-home[dir=\"rtl\"] .nour-hero-slider {\n  direction: ltr;\n}\n\nbody.nour-rtl-page .nour-home .nour-hero-slide-content,\n.nour-home[dir=\"rtl\"] .nour-hero-slide-content {\n  direction: rtl;\n  text-align: right;\n  right: auto;\n  left: 24px;\n}\n\nbody.nour-rtl-page .nour-home .nour-hero-slide-content a,\n.nour-home[dir=\"rtl\"] .nour-hero-slide-content a {\n  direction: rtl;\n  text-align: right;\n}\n\n\/* Header follows the Persian reading direction without affecting other languages. *\/\nbody.nour-rtl-page .nour-code-header,\nbody.nour-rtl-page .nour-code-header-inner,\n.nour-code-header[dir=\"rtl\"],\n.nour-code-header[dir=\"rtl\"] .nour-code-header-inner {\n  direction: rtl;\n}\n\nbody.nour-rtl-page .nour-code-nav,\n.nour-code-header[dir=\"rtl\"] .nour-code-nav {\n  direction: rtl;\n  justify-content: flex-start !important;\n  margin-left: 0 !important;\n  margin-right: 0 !important;\n}\n\nbody.nour-rtl-page .nour-code-dropdown-toggle::after,\n.nour-code-header[dir=\"rtl\"] .nour-code-dropdown-toggle::after {\n  margin-left: 0;\n  margin-right: 7px;\n}\n\nbody.nour-rtl-page .nour-code-submenu,\n.nour-code-header[dir=\"rtl\"] .nour-code-submenu {\n  left: auto;\n  right: 0;\n  direction: rtl;\n  text-align: right;\n}\n\nbody.nour-rtl-page .nour-code-submenu a,\n.nour-code-header[dir=\"rtl\"] .nour-code-submenu a {\n  direction: rtl;\n  text-align: right;\n}\n\n\/* Language names and flags stay isolated so mixed scripts do not jump around. *\/\n.nour-code-lang-switcher.notranslate,\n.nour-code-lang-switcher.notranslate * {\n  direction: ltr !important;\n  unicode-bidi: isolate !important;\n}\n\n\/* Footer is RTL, but email addresses, telephone numbers and IDs stay readable. *\/\nbody.nour-rtl-page .nour-home .nour-wg-footer,\n.nour-home[dir=\"rtl\"] .nour-wg-footer {\n  direction: rtl;\n  text-align: right;\n}\n\nbody.nour-rtl-page .nour-home a[href^=\"mailto:\"],\nbody.nour-rtl-page .nour-home a[href^=\"tel:\"],\nbody.nour-rtl-page .nour-home .nour-wg-footer-info-line span,\n.nour-home[dir=\"rtl\"] a[href^=\"mailto:\"],\n.nour-home[dir=\"rtl\"] a[href^=\"tel:\"],\n.nour-home[dir=\"rtl\"] .nour-wg-footer-info-line span {\n  direction: ltr;\n  unicode-bidi: isolate;\n  display: inline-block;\n}\n\n@media (max-width: 640px) {\n  body.nour-rtl-page .nour-home .nour-hero h1,\n  .nour-home[dir=\"rtl\"] .nour-hero h1 {\n    font-size: clamp(34px, 9vw, 44px) !important;\n    line-height: 1.42 !important;\n  }\n\n  body.nour-rtl-page .nour-home h2,\n  .nour-home[dir=\"rtl\"] h2 {\n    font-size: clamp(29px, 7.5vw, 38px) !important;\n  }\n\n  body.nour-rtl-page .nour-home .nour-lead,\n  .nour-home[dir=\"rtl\"] .nour-lead {\n    font-size: 17px;\n  }\n\n  body.nour-rtl-page .nour-home .nour-actions,\n  body.nour-rtl-page .nour-home .nour-cta-actions,\n  .nour-home[dir=\"rtl\"] .nour-actions,\n  .nour-home[dir=\"rtl\"] .nour-cta-actions {\n    align-items: stretch;\n  }\n\n  body.nour-rtl-page .nour-home .nour-hero-slide-content,\n  .nour-home[dir=\"rtl\"] .nour-hero-slide-content {\n    right: auto;\n    left: 16px;\n  }\n}\n\n\n\/* =========================================================\n   DEFINITIVE HEADER FIX \u2014 stable in English and Persian\n   - Physical placement is controlled with named grid areas.\n   - RTL changes text flow, not the structural grid direction.\n   - At narrower widths the full menu becomes a dropdown.\n   ========================================================= *\/\n.nour-code-header,\n.nour-code-header * {\n  box-sizing: border-box;\n}\n\n.nour-code-header {\n  direction: ltr !important;\n}\n\n.nour-code-header-inner {\n  width: min(1450px, calc(100% - 24px)) !important;\n  min-height: 70px !important;\n  margin: 0 auto !important;\n  display: grid !important;\n  grid-template-areas: \"logo nav lang donate\" !important;\n  grid-template-columns: auto minmax(0, 1fr) auto auto !important;\n  align-items: center !important;\n  gap: 14px !important;\n  direction: ltr !important;\n}\n\n.nour-code-logo {\n  grid-column: auto !important;\n  grid-area: logo !important;\n  min-width: 0 !important;\n}\n\n.nour-code-nav {\n  grid-column: auto !important;\n  grid-area: nav !important;\n  min-width: 0 !important;\n  width: auto !important;\n  max-width: none !important;\n  margin: 0 !important;\n  padding: 0 !important;\n  overflow: visible !important;\n  justify-content: flex-end !important;\n  direction: ltr !important;\n}\n\n.nour-code-lang-switcher {\n  grid-column: auto !important;\n  grid-area: lang !important;\n  margin-left: 0 !important;\n  margin-right: 0 !important;\n}\n\n.nour-code-header-donate {\n  grid-column: auto !important;\n  grid-area: donate !important;\n  margin: 0 !important;\n  white-space: nowrap !important;\n}\n\n.nour-code-menu-toggle {\n  grid-area: menu !important;\n  display: none !important;\n  width: 44px;\n  height: 44px;\n  padding: 0;\n  border: 1px solid rgba(34, 52, 77, 0.16);\n  border-radius: 12px;\n  background: rgba(255, 255, 255, 0.62);\n  color: #22344d;\n  cursor: pointer;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  gap: 5px;\n  box-shadow: none;\n  appearance: none;\n  -webkit-appearance: none;\n}\n\n.nour-code-menu-toggle span {\n  display: block;\n  width: 20px;\n  height: 2px;\n  border-radius: 999px;\n  background: currentColor;\n  transition: transform 0.22s ease, opacity 0.22s ease;\n}\n\n.nour-code-header.is-menu-open .nour-code-menu-toggle span:nth-child(1) {\n  transform: translateY(7px) rotate(45deg);\n}\n\n.nour-code-header.is-menu-open .nour-code-menu-toggle span:nth-child(2) {\n  opacity: 0;\n}\n\n.nour-code-header.is-menu-open .nour-code-menu-toggle span:nth-child(3) {\n  transform: translateY(-7px) rotate(-45deg);\n}\n\n.nour-code-mobile-donate {\n  display: none !important;\n}\n\n\/* Persian desktop order: donate on the left, logo on the right. *\/\nhtml.nour-rtl-page .nour-code-header-inner,\nbody.nour-rtl-page .nour-code-header-inner,\n.nour-code-header[dir=\"rtl\"] .nour-code-header-inner {\n  grid-template-areas: \"donate lang nav logo\" !important;\n  grid-template-columns: auto auto minmax(0, 1fr) auto !important;\n  direction: ltr !important;\n}\n\nhtml.nour-rtl-page .nour-code-nav,\nbody.nour-rtl-page .nour-code-nav,\n.nour-code-header[dir=\"rtl\"] .nour-code-nav {\n  direction: rtl !important;\n  justify-content: flex-start !important;\n  text-align: right !important;\n}\n\nhtml.nour-rtl-page .nour-code-nav > a,\nhtml.nour-rtl-page .nour-code-dropdown,\nbody.nour-rtl-page .nour-code-nav > a,\nbody.nour-rtl-page .nour-code-dropdown,\n.nour-code-header[dir=\"rtl\"] .nour-code-nav > a,\n.nour-code-header[dir=\"rtl\"] .nour-code-dropdown {\n  direction: rtl !important;\n}\n\nhtml.nour-rtl-page .nour-code-submenu,\nbody.nour-rtl-page .nour-code-submenu,\n.nour-code-header[dir=\"rtl\"] .nour-code-submenu {\n  right: 0 !important;\n  left: auto !important;\n  direction: rtl !important;\n  text-align: right !important;\n}\n\n\/* Turn the wide navigation into a clean dropdown before translated labels collide. *\/\n@media (max-width: 1220px) {\n  .nour-code-header-inner {\n    width: min(100% - 24px, 1180px) !important;\n    min-height: 72px !important;\n    display: grid !important;\n    grid-template-areas: \"logo spacer lang donate menu\" !important;\n    grid-template-columns: auto minmax(12px, 1fr) auto auto auto !important;\n    gap: 10px !important;\n    direction: ltr !important;\n    position: relative !important;\n  }\n\n  .nour-code-logo img {\n    width: 64px !important;\n    height: 54px !important;\n  }\n\n  .nour-code-menu-toggle {\n    display: inline-flex !important;\n  }\n\n  .nour-code-nav {\n    position: absolute !important;\n    top: calc(100% + 1px) !important;\n    left: 0 !important;\n    right: 0 !important;\n    z-index: 1000002 !important;\n    display: none !important;\n    width: 100% !important;\n    max-width: none !important;\n    max-height: calc(100vh - 110px) !important;\n    overflow-x: hidden !important;\n    overflow-y: auto !important;\n    margin: 0 !important;\n    padding: 14px !important;\n    border: 1px solid #ddd2c1 !important;\n    border-top: 0 !important;\n    border-radius: 0 0 18px 18px !important;\n    background: rgba(255, 255, 255, 0.98) !important;\n    box-shadow: 0 20px 42px rgba(35, 52, 79, 0.16) !important;\n    backdrop-filter: blur(16px) !important;\n    -webkit-backdrop-filter: blur(16px) !important;\n    flex-direction: column !important;\n    align-items: stretch !important;\n    justify-content: flex-start !important;\n    gap: 4px !important;\n    direction: ltr !important;\n  }\n\n  .nour-code-header.is-menu-open .nour-code-nav {\n    display: flex !important;\n  }\n\n  .nour-code-nav > a,\n  .nour-code-dropdown > .nour-code-dropdown-toggle {\n    width: 100% !important;\n    min-height: 44px !important;\n    padding: 11px 14px !important;\n    justify-content: flex-start !important;\n    border-radius: 12px !important;\n    text-align: left !important;\n    white-space: normal !important;\n  }\n\n  .nour-code-nav a::after {\n    display: none !important;\n  }\n\n  .nour-code-dropdown {\n    position: relative !important;\n    display: block !important;\n    width: 100% !important;\n  }\n\n  .nour-code-submenu {\n    position: static !important;\n    top: auto !important;\n    right: auto !important;\n    left: auto !important;\n    display: none !important;\n    width: 100% !important;\n    min-width: 0 !important;\n    margin: 4px 0 8px !important;\n    padding: 6px !important;\n    border-radius: 12px !important;\n    box-shadow: none !important;\n    background: #f6f1e8 !important;\n  }\n\n  .nour-code-dropdown.is-submenu-open .nour-code-submenu {\n    display: grid !important;\n    gap: 3px !important;\n  }\n\n  .nour-code-submenu a,\n  .nour-code-submenu a:visited,\n  .nour-code-submenu a:focus {\n    width: 100% !important;\n    min-height: 40px !important;\n    padding: 10px 12px !important;\n    justify-content: flex-start !important;\n    white-space: normal !important;\n  }\n\n  html.nour-rtl-page .nour-code-header-inner,\n  body.nour-rtl-page .nour-code-header-inner,\n  .nour-code-header[dir=\"rtl\"] .nour-code-header-inner {\n    grid-template-areas: \"menu donate lang spacer logo\" !important;\n    grid-template-columns: auto auto auto minmax(12px, 1fr) auto !important;\n    direction: ltr !important;\n  }\n\n  html.nour-rtl-page .nour-code-nav,\n  body.nour-rtl-page .nour-code-nav,\n  .nour-code-header[dir=\"rtl\"] .nour-code-nav {\n    direction: rtl !important;\n    text-align: right !important;\n  }\n\n  html.nour-rtl-page .nour-code-nav > a,\n  html.nour-rtl-page .nour-code-dropdown > .nour-code-dropdown-toggle,\n  html.nour-rtl-page .nour-code-submenu a,\n  body.nour-rtl-page .nour-code-nav > a,\n  body.nour-rtl-page .nour-code-dropdown > .nour-code-dropdown-toggle,\n  body.nour-rtl-page .nour-code-submenu a,\n  .nour-code-header[dir=\"rtl\"] .nour-code-nav > a,\n  .nour-code-header[dir=\"rtl\"] .nour-code-dropdown > .nour-code-dropdown-toggle,\n  .nour-code-header[dir=\"rtl\"] .nour-code-submenu a {\n    direction: rtl !important;\n    justify-content: flex-start !important;\n    text-align: right !important;\n  }\n\n  html.nour-rtl-page .nour-code-dropdown-toggle::after,\n  body.nour-rtl-page .nour-code-dropdown-toggle::after,\n  .nour-code-header[dir=\"rtl\"] .nour-code-dropdown-toggle::after {\n    margin-right: auto !important;\n    margin-left: 0 !important;\n  }\n}\n\n@media (max-width: 640px) {\n  .nour-code-header-inner {\n    width: calc(100% - 20px) !important;\n    min-height: 68px !important;\n    grid-template-areas: \"logo spacer lang menu\" !important;\n    grid-template-columns: auto minmax(8px, 1fr) auto auto !important;\n    gap: 8px !important;\n  }\n\n  .nour-code-logo img {\n    width: 54px !important;\n    height: 48px !important;\n  }\n\n  .nour-code-header-donate {\n    display: none !important;\n  }\n\n  .nour-code-mobile-donate,\n  .nour-code-mobile-donate:visited,\n  .nour-code-mobile-donate:focus {\n    display: inline-flex !important;\n    width: 100% !important;\n    min-height: 46px !important;\n    margin-top: 6px !important;\n    align-items: center !important;\n    justify-content: center !important;\n    border-radius: 12px !important;\n    background: #000000 !important;\n    color: #ffffff !important;\n    font-size: 14px !important;\n    font-weight: 800 !important;\n    text-align: center !important;\n    white-space: normal !important;\n  }\n\n  .nour-code-lang-current,\n  .nour-code-lang-current:visited,\n  .nour-code-lang-current:focus {\n    min-height: 38px !important;\n    padding: 7px 10px !important;\n    font-size: 12px !important;\n  }\n\n  .nour-code-menu-toggle {\n    width: 42px !important;\n    height: 42px !important;\n  }\n\n  html.nour-rtl-page .nour-code-header-inner,\n  body.nour-rtl-page .nour-code-header-inner,\n  .nour-code-header[dir=\"rtl\"] .nour-code-header-inner {\n    grid-template-areas: \"menu lang spacer logo\" !important;\n    grid-template-columns: auto auto minmax(8px, 1fr) auto !important;\n  }\n}\n\n<\/style>\n<!-- CUSTOM CODE HEADER -->\n<header class=\"nour-code-header\" data-nour-header>\n<div class=\"nour-code-header-inner\">\n<a class=\"nour-code-logo\" href=\"\/\" aria-label=\"Nour Peace Foundation home\">\n<img decoding=\"async\" alt=\"Nour Peace Foundation\" src=\"\/wp-content\/uploads\/2025\/09\/nour_signature300-1.png\" title=\"Home\" \/>\n<\/a>\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>\n<span><\/span><span><\/span><span><\/span>\n<\/button>\n<nav class=\"nour-code-nav\" id=\"nour-code-nav\" aria-label=\"Main navigation\">\n<a href=\"\/\">Home<\/a>\n<div class=\"nour-code-dropdown\">\n<a class=\"nour-code-dropdown-toggle\" href=\"\/about\/\" aria-haspopup=\"true\" aria-expanded=\"false\">About Us<\/a>\n<div class=\"nour-code-submenu\">\n<a href=\"\/about\/our-story-2\/\">Our Story<\/a>\n<a href=\"\/about\/how-we-use-support\/\">How We Use Support<\/a>\n<a href=\"\/about\/our-programs\/\">Our Programs<\/a>\n<a href=\"\/about\/our-team\/\">Our Team<\/a>\n<\/div>\n<\/div>\n<a href=\"\/the-situation-in-afghanistan\/\">ATR<\/a>\n<a href=\"\/impact-testimonials\/\">Education<\/a>\n<a href=\"\/publications\/\">Publications<\/a>\n<a href=\"\/contact\/\">Contact Us<\/a>\n<a class=\"nour-code-mobile-donate\" href=\"\/donate-now\/\">Donate Now<\/a>\n<\/nav>\n<div class=\"nour-code-lang-switcher notranslate\" translate=\"no\" data-nour-lang-switcher>\n<button class=\"nour-code-lang-current\" type=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">\ud83c\uddfa\ud83c\uddf8 English \u25be<\/button>\n<div class=\"nour-code-lang-menu\" aria-label=\"Language menu\">\n<a href=\"\/\" data-lang=\"en\">\ud83c\uddfa\ud83c\uddf8 English<\/a>\n<a href=\"\/nl\/\" data-lang=\"nl\">\ud83c\uddf3\ud83c\uddf1 Dutch<\/a>\n<a href=\"\/fr\/\" data-lang=\"fr\">\ud83c\uddeb\ud83c\uddf7 French<\/a>\n<a href=\"\/fa\/\" data-lang=\"fa\">\ud83c\uddee\ud83c\uddf7 Persian<\/a>\n<a href=\"\/de\/\" data-lang=\"de\">\ud83c\udde9\ud83c\uddea German<\/a>\n<a href=\"\/es\/\" data-lang=\"es\">\ud83c\uddea\ud83c\uddf8 Spanish<\/a>\n<\/div>\n<\/div>\n<a class=\"nour-code-header-donate\" href=\"\/donate-now\/\">Donate Now<\/a>\n<\/div>\n<\/header>\n<div class=\"nour-home\" dir=\"ltr\" lang=\"en\" data-nour-page-root>\n<!-- HERO SECTION -->\n<section class=\"nour-container nour-hero\">\n<div>\n<div class=\"nour-eyebrow\">Education \u2022 Policy \u2022 Transition<\/div>\n<h1>Shaping Afghanistan\u2019s future through education and transition thinking.<\/h1>\n<p class=\"nour-lead\">\n        Nour Peace Foundation brings together Afghan and international expertise to support digital education, policy dialogue, and a sustainable path toward a more connected and constructive future for Afghanistan.\n      <\/p>\n<div class=\"nour-actions\">\n<a class=\"nour-button nour-button-dark\" href=\"#vision\">Explore Our Vision<\/a>\n<a class=\"nour-button nour-button-light\" href=\"#initiatives\">View Initiatives<\/a>\n<\/div>\n<div class=\"nour-trust\">\n<div class=\"nour-trust-item\">Afghan and international expertise<\/div>\n<div class=\"nour-trust-item\">Education under difficult conditions<\/div>\n<div class=\"nour-trust-item\">Long-term transition vision<\/div>\n<\/div>\n<\/div>\n<!-- HERO IMAGE SWIPER SLIDER \u2014 restored original slide count, with fixed image fit and clean colors -->\n<div class=\"nour-hero-visual\">\n<div class=\"swiper nour-hero-slider\">\n<div class=\"swiper-wrapper\">\n<div class=\"swiper-slide\" style=\"--slide-image: url('\/wp-content\/uploads\/2026\/05\/854794037426-2-scaled.jpg');\">\n<img decoding=\"async\" alt=\"Shaping Afghanistan\u2019s future.\" class=\"nour-hero-slide-image\" src=\"\/wp-content\/uploads\/2026\/05\/854794037426-2-scaled.jpg\" title=\"Home\" \/>\n<div class=\"nour-hero-slide-content\">\n<small>Home<\/small>\n<strong>Shaping Afghanistan\u2019s future.<\/strong>\n<p>The main visual from the homepage, shown complete inside the original frame.<\/p>\n<a href=\"\/\">Open home<\/a>\n<\/div>\n<\/div>\n<div class=\"swiper-slide\" style=\"--slide-image: url('https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/111-scaled.jpg');\">\n<img decoding=\"async\" alt=\"Digital learning for Afghan youth.\" class=\"nour-hero-slide-image\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/111-scaled.jpg\" title=\"Home\" \/>\n<div class=\"nour-hero-slide-content\">\n<small>Education<\/small>\n<strong>Digital learning for Afghan youth.<\/strong>\n<p>A visual placeholder for learning access, education updates, and new stories.<\/p>\n<a href=\"\/impact-testimonials\/\">View education<\/a>\n<\/div>\n<\/div>\n<div class=\"swiper-slide\" style=\"--slide-image: url('https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/ea8a0fb8-b141-48ca-ae5c-4c11bf67293d.jpg');\">\n<img decoding=\"async\" alt=\"Supporting access to opportunity.\" class=\"nour-hero-slide-image\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/ea8a0fb8-b141-48ca-ae5c-4c11bf67293d.jpg\" title=\"Home\" \/>\n<div class=\"nour-hero-slide-content\">\n<small>Programs<\/small>\n<strong>Supporting access to opportunity.<\/strong>\n<p>Use this slide later for programs, projects, or newly published updates.<\/p>\n<a href=\"\/about\/our-programs\/\">See programs<\/a>\n<\/div>\n<\/div>\n<div class=\"swiper-slide\" style=\"--slide-image: url('\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-May-5-2026-12_11_19-PM.png');\">\n<img decoding=\"async\" alt=\"A roadmap for Afghanistan\u2019s future.\" class=\"nour-hero-slide-image\" src=\"\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-May-5-2026-12_11_19-PM.png\" title=\"Home\" \/>\n<div class=\"nour-hero-slide-content\">\n<small>ATR<\/small>\n<strong>A roadmap for Afghanistan\u2019s future.<\/strong>\n<p>For policy, transition thinking, and Afghanistan Transition Roadmap content.<\/p>\n<a href=\"\/the-situation-in-afghanistan\/\">Read ATR<\/a>\n<\/div>\n<\/div>\n<div class=\"swiper-slide\" style=\"--slide-image: url('\/wp-content\/uploads\/2025\/10\/p26_rgb_2.jpg');\">\n<img decoding=\"async\" alt=\"Education is a future to grow into.\" class=\"nour-hero-slide-image\" src=\"\/wp-content\/uploads\/2025\/10\/p26_rgb_2.jpg\" title=\"Home\" \/>\n<div class=\"nour-hero-slide-content\">\n<small>Story<\/small>\n<strong>Education is a future to grow into.<\/strong>\n<p>A warmer visual for stories, quotes, reflection pieces, or human updates.<\/p>\n<a href=\"\/about\/our-story-2\/\">Our story<\/a>\n<\/div>\n<\/div>\n<div class=\"swiper-slide\" style=\"--slide-image: url('https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-May-15-2026-04_46_13-PM.png');\">\n<img decoding=\"async\" alt=\"A foundation working where thought and action meet.\" class=\"nour-hero-slide-image\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-May-15-2026-04_46_13-PM.png\" title=\"Home\" \/>\n<div class=\"nour-hero-slide-content\">\n<small>Nour<\/small>\n<strong>A foundation working where thought and action meet.<\/strong>\n<p>Brand slide for announcements, news briefs, and foundation updates.<\/p>\n<a href=\"\/about\/\">About Nour<\/a>\n<\/div>\n<\/div>\n<div class=\"swiper-slide\" style=\"--slide-image: url('\/wp-content\/uploads\/2026\/05\/Naamloos.jpg');\">\n<img decoding=\"async\" alt=\"Education partnerships matter.\" class=\"nour-hero-slide-image\" src=\"\/wp-content\/uploads\/2026\/05\/Naamloos.jpg\" title=\"Home\" \/>\n<div class=\"nour-hero-slide-content\">\n<small>Partner<\/small>\n<strong>Education partnerships matter.<\/strong>\n<p>A partner visual from the website assets, fitted cleanly into the same hero frame.<\/p>\n<a href=\"https:\/\/auaf.edu.af\/\" rel=\"noopener\" target=\"_blank\">View partner<\/a>\n<\/div>\n<\/div>\n<div class=\"swiper-slide\" style=\"--slide-image: url('https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/HBDO-Logo.png');\">\n<img decoding=\"async\" alt=\"Collaboration strengthens impact.\" class=\"nour-hero-slide-image\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/HBDO-Logo.png\" title=\"Home\" \/>\n<div class=\"nour-hero-slide-content\">\n<small>Partner<\/small>\n<strong>Collaboration strengthens impact.<\/strong>\n<p>Partner and network slides can later be replaced with new website updates.<\/p>\n<a href=\"https:\/\/www.hbdo.org\/\" rel=\"noopener\" target=\"_blank\">View partner<\/a>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"swiper-button-next\"><\/div>\n<div class=\"swiper-button-prev\"><\/div>\n<div class=\"swiper-pagination\"><\/div>\n<div class=\"nour-autoplay-progress\">\n<svg viewbox=\"0 0 48 48\">\n<circle cx=\"24\" cy=\"24\" r=\"20\"><\/circle>\n<\/svg>\n<span><\/span>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<!-- INTRO SECTION -->\n<section class=\"nour-section nour-intro\" id=\"vision\">\n<div class=\"nour-container nour-split\">\n<div>\n<div class=\"nour-kicker\">Who We Are<\/div>\n<h2>A foundation working where thought and action meet.<\/h2>\n<\/div>\n<p class=\"nour-body-large\">\n        Nour is not only an educational initiative and not only a policy platform. It is a foundation that combines future-oriented thinking, educational access, and institution-minded dialogue to help shape a more peaceful, dignified, and viable future for Afghanistan.\n      <\/p>\n<\/div>\n<\/section>\n<!-- CORE PILLARS -->\n<section class=\"nour-section\">\n<div class=\"nour-container\">\n<div class=\"nour-kicker\">Two Core Pillars<\/div>\n<h2>Our work connects immediate educational needs with long-term transition thinking.<\/h2>\n<div class=\"nour-cards-2\">\n<article class=\"nour-card sand\">\n<div class=\"nour-number\">01<\/div>\n<span class=\"nour-doc-label\">Core Program<\/span>\n<h3>Afghanistan Transition Roadmap (ATR)<\/h3>\n<p>\n             Explore Nour\u2019s Afghanistan Transition Roadmap, one of the foundation\u2019s two core programs, focused on policy, transition thinking, and a constructive long-term vision for Afghanistan.\n          <\/p>\n<p class=\"nour-doc-note\">\n            Transition &amp; Policy: a thoughtful roadmap for Afghanistan\u2019s future, grounded in local realities and informed by Afghan and international expertise.\n          <\/p>\n<div class=\"nour-doc-actions\">\n            <a class=\"nour-doc-button primary\" href=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/ATR_presentation_network_republic02_EN.pdf\" rel=\"noopener\" target=\"_blank\">English<\/a>\n          <\/div>\n<\/article>\n<article class=\"nour-card mist\">\n<div class=\"nour-number\">02<\/div>\n<span class=\"nour-doc-label\">Core Program<\/span>\n<h3>Nour Education &amp; Opportunity Program<\/h3>\n<p>\n            Explore Nour\u2019s Education &amp; Opportunity Program, one of the foundation\u2019s two core programs, focused on digital learning, educational access, and future pathways for Afghan youth.\n          <\/p>\n<p class=\"nour-doc-note\">\n            Education &amp; Opportunity: digital learning pathways for Afghan youth, especially in communities where education access has become fragile or restricted.\n          <\/p>\n<div class=\"nour-doc-actions\">\n<a class=\"nour-doc-button primary\" href=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/Nour_brochure_en_6okt.pdf\" rel=\"noopener\" target=\"_blank\">English<\/a>\n<a class=\"nour-doc-button secondary\" href=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/Nour_brochure_v2_nl_6okt-1.pdf\" lang=\"nl\" rel=\"noopener\" target=\"_blank\">Dutch<\/a>\n<\/div>\n<\/article>\n<\/div>\n<\/div>\n<\/section>\n<!-- WHY IT MATTERS -->\n<section class=\"nour-section nour-dark\">\n<div class=\"nour-container\">\n<div class=\"nour-kicker\">Why This Matters<\/div>\n<h2>Afghanistan needs more than a reaction to crisis.<\/h2>\n<div class=\"nour-cards-3\">\n<div class=\"nour-dark-card\">\n<h3>Restricted access to learning<\/h3>\n<p>Many young Afghans face shrinking educational opportunities, especially girls and underserved communities.<\/p>\n<\/div>\n<div class=\"nour-dark-card\">\n<h3>A fragmented social reality<\/h3>\n<p>Lasting change requires connecting education, services, institutions, and social trust.<\/p>\n<\/div>\n<div class=\"nour-dark-card\">\n<h3>A long-term path forward<\/h3>\n<p>Nour works toward both immediate educational access and a broader transition vision for the future.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<!-- INITIATIVES -->\n<section class=\"nour-section\" id=\"initiatives\">\n<div class=\"nour-container\">\n<div class=\"nour-row-head\">\n<div>\n<div class=\"nour-kicker\">Featured Initiatives<\/div>\n<h2>Where Nour is focused today.<\/h2>\n<\/div>\n<a class=\"nour-link\" href=\"\/impact-testimonials\/\">See all initiatives<\/a>\n<\/div>\n<div class=\"nour-initiatives\">\n<article class=\"nour-initiative\">\n<div class=\"nour-initiative-image\" style=\"background-image:url('https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/111-scaled.jpg');\"><\/div>\n<div class=\"nour-initiative-content\">\n<h3>Digital Learning<\/h3>\n<p>Flexible, accessible learning for youth in Afghanistan and the diaspora.<\/p>\n<a class=\"nour-button nour-button-light\" href=\"\/impact-testimonials\/\">Learn more<\/a>\n<\/div>\n<\/article>\n<article class=\"nour-initiative\">\n<div class=\"nour-initiative-image\" style=\"background-image:url('https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/ea8a0fb8-b141-48ca-ae5c-4c11bf67293d.jpg');\"><\/div>\n<div class=\"nour-initiative-content\">\n<h3>Educational Programs<\/h3>\n<p>Structured learning, teacher support, and long-term educational opportunity.<\/p>\n<a class=\"nour-button nour-button-light\" href=\"\/impact-testimonials\/\">Learn more<\/a>\n<\/div>\n<\/article>\n<article class=\"nour-initiative\">\n<div class=\"nour-initiative-image\" style=\"background-image:url('\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-May-5-2026-12_11_19-PM.png');\"><\/div>\n<div class=\"nour-initiative-content\">\n<h3>ATR Roadmap<\/h3>\n<p>A transition vision connecting policy, society, and future institution-building.<\/p>\n<a class=\"nour-button nour-button-light\" href=\"\/the-situation-in-afghanistan\/\">Learn more<\/a>\n<\/div>\n<\/article>\n<\/div>\n<\/div>\n<\/section>\n<!-- QUOTE SECTION -->\n<section class=\"nour-section nour-quote-wrap\">\n<div class=\"nour-container nour-quote-grid\">\n<div class=\"nour-quote-image\"><\/div>\n<div>\n<div class=\"nour-kicker\">A Voice From Afghanistan<\/div>\n<div class=\"nour-quote\">\u201cEducation is not only about learning now. It is about making sure a generation still has a future to grow into.\u201d<\/div>\n<p class=\"nour-body-large\" style=\"font-size:18px; margin-top:22px;\">\n          Nour\u2019s work is rooted in the belief that access to learning, dignity, and long-term transition thinking belong together.\n        <\/p>\n<\/div>\n<\/div>\n<\/section>\n<!-- CTA SECTION -->\n<section class=\"nour-section\" id=\"support\">\n<div class=\"nour-container\">\n<div class=\"nour-cta-box\">\n<div class=\"nour-cta-grid\">\n<div>\n<div class=\"nour-kicker\" style=\"color:#d9c8ab;\">Support Nour<\/div>\n<h2>Help build a more educated and more connected future for Afghanistan.<\/h2>\n<\/div>\n<div class=\"nour-cta-actions\">\n<a class=\"nour-button nour-button-gold\" href=\"\/donate-now\/\">Donate<\/a>\n<a class=\"nour-button nour-button-outline\" href=\"\/contact\/\">Become a Volunteer<\/a>\n<a class=\"nour-button nour-button-outline\" href=\"\/contact\/\">Partner with Us<\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<!-- WILDE GANZEN STYLE NOUR FOOTER -->\n<footer class=\"nour-wg-footer\">\n<div class=\"nour-wg-footer-container\">\n<div class=\"nour-wg-footer-grid\">\n<div>\n<h4>Quick links<\/h4>\n<div class=\"nour-wg-footer-links\">\n<a href=\"\/about\/\">About Nour<\/a>\n<a href=\"\/about\/our-story-2\/\">Our Story<\/a>\n<a href=\"\/about\/how-we-use-support\/\">How We Use Support<\/a>\n<a href=\"\/about\/our-programs\/\">Our Programs<\/a>\n<a href=\"\/about\/our-team\/\">Our Team<\/a>\n<a href=\"\/the-situation-in-afghanistan\/\">Afghanistan Transition Roadmap<\/a>\n<a href=\"\/impact-testimonials\/\">Education programs<\/a>\n<a href=\"\/donate-now\/\">Donate now<\/a>\n<a href=\"\/contact\/\">Contact<\/a>\n<\/div>\n<\/div>\n<div>\n<h4>Follow us<\/h4>\n<div class=\"nour-wg-social\">\n<a aria-label=\"Facebook\" href=\"#\">\n<span class=\"nour-wg-social-icon\">f<\/span>\n              Facebook\n            <\/a>\n<a aria-label=\"Instagram\" href=\"#\">\n<span class=\"nour-wg-social-icon\">\u25ce<\/span>\n              Instagram\n            <\/a>\n<a aria-label=\"LinkedIn\" href=\"https:\/\/www.linkedin.com\/company\/nour-peace-foundation\/?viewAsMember=true\" rel=\"noopener noreferrer\" target=\"_blank\">\n<span class=\"nour-wg-social-icon\">in<\/span>\n  LinkedIn\n<\/a>\n<\/div>\n<\/div>\n<div>\n<h4>Contact<\/h4>\n<div class=\"nour-wg-contact\">\n<p>\n              Nieuwe Stationsweg 9<br\/>\n              9751 SZ Haren Gn<br\/>\n              The Netherlands\n            <\/p>\n<div class=\"nour-wg-footer-contact-line\">\n<strong>Email:<\/strong>\n<a href=\"mailto:info@nourpeacefoundation.org\">info@nourpeacefoundation.org<\/a>\n<\/div>\n<div class=\"nour-wg-footer-contact-line\">\n<strong>Phone:<\/strong>\n<a href=\"tel:+31203695693\">(020) 369 569 3<\/a>\n<\/div>\n<\/div>\n<\/div>\n<div>\n<h4>Information<\/h4>\n<div class=\"nour-wg-info\">\n<div class=\"nour-wg-footer-info-line\">\n<strong>IBAN:<\/strong>\n<span>0000<\/span>\n<\/div>\n<div class=\"nour-wg-footer-info-line\">\n<strong>RSIN:<\/strong>\n<span>To be added<\/span>\n<\/div>\n<div class=\"nour-wg-footer-info-line\">\n<strong>KVK:<\/strong>\n<span>84442387<\/span>\n<\/div>\n<div class=\"nour-wg-footer-info-line\">\n<strong>ANBI:<\/strong>\n<span>To be added<\/span>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"nour-wg-footer-divider\">\n<div class=\"nour-wg-footer-logo-row\">\n<a aria-label=\"American University of Afghanistan\" class=\"nour-wg-footer-logo auaf\" href=\"https:\/\/auaf.edu.af\/\" rel=\"noopener\" target=\"_blank\">\n<img decoding=\"async\" alt=\"American University of Afghanistan\" src=\"\/wp-content\/uploads\/2026\/05\/Naamloos.jpg\" title=\"Home\" \/>\n<\/a>\n<a aria-label=\"Herai Banoo Development Organization\" class=\"nour-wg-footer-logo hbdo\" href=\"https:\/\/www.hbdo.org\/\" rel=\"noopener\" target=\"_blank\">\n<img decoding=\"async\" alt=\"Herai Banoo Development Organization\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/HBDO-Logo.png\" title=\"Home\" \/>\n<\/a>\n<a aria-label=\"RSDO\" class=\"nour-wg-footer-logo rsdo\" href=\"https:\/\/rsdo.af\/\" rel=\"noopener\" target=\"_blank\">\n<img decoding=\"async\" alt=\"RSDO\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/06\/RSDO-logo-scaled.png\" title=\"Home\" \/>\n<\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/footer>\n<\/div>\n<script>\n(function () {\n  \"use strict\";\n\n  const NOUR_LANGUAGES = {\n    en: { label: \"\ud83c\uddfa\ud83c\uddf8 English\", prefix: \"\" },\n    nl: { label: \"\ud83c\uddf3\ud83c\uddf1 Dutch\", prefix: \"nl\" },\n    fr: { label: \"\ud83c\uddeb\ud83c\uddf7 French\", prefix: \"fr\" },\n    fa: { label: \"\ud83c\uddee\ud83c\uddf7 Persian\", prefix: \"fa\" },\n    de: { label: \"\ud83c\udde9\ud83c\uddea German\", prefix: \"de\" },\n    es: { label: \"\ud83c\uddea\ud83c\uddf8 Spanish\", prefix: \"es\" }\n  };\n\n  const PREFIX_TO_LANG = Object.keys(NOUR_LANGUAGES)\n    .filter(function (code) { return NOUR_LANGUAGES[code].prefix; })\n    .reduce(function (map, code) {\n      map[NOUR_LANGUAGES[code].prefix] = code;\n      return map;\n    }, {});\n\n  function splitPath(pathname) {\n    return String(pathname || \"\/\").split(\"\/\").filter(Boolean);\n  }\n\n  function currentLangFromPath(pathname) {\n    const parts = splitPath(pathname);\n    const matchedPrefix = parts.find(function (part) { return PREFIX_TO_LANG[part]; });\n    const htmlLang = String(document.documentElement.getAttribute(\"lang\") || \"\").toLowerCase();\n\n    if (matchedPrefix) return PREFIX_TO_LANG[matchedPrefix];\n    if (htmlLang === \"fa\" || htmlLang.indexOf(\"fa-\") === 0) return \"fa\";\n    return \"en\";\n  }\n\n  function pathWithoutLangPrefix(pathname) {\n    const original = String(pathname || \"\/\");\n    const hadTrailingSlash = original.length > 1 && original.endsWith(\"\/\");\n    const parts = splitPath(original);\n    const prefixIndex = parts.findIndex(function (part) {\n      return Boolean(PREFIX_TO_LANG[part]) || part === \"en\";\n    });\n\n    if (prefixIndex !== -1) parts.splice(prefixIndex, 1);\n\n    let base = \"\/\" + parts.join(\"\/\");\n    if (base !== \"\/\" && hadTrailingSlash) base += \"\/\";\n    return base === \"\/\/\" ? \"\/\" : base;\n  }\n\n  function buildLocalizedHref(langCode) {\n    const lang = NOUR_LANGUAGES[langCode] || NOUR_LANGUAGES.en;\n    const basePath = pathWithoutLangPrefix(window.location.pathname);\n    const query = window.location.search || \"\";\n    const hash = window.location.hash || \"\";\n\n    if (!lang.prefix) return basePath + query + hash;\n    if (basePath === \"\/\") return \"\/\" + lang.prefix + \"\/\" + query + hash;\n    return \"\/\" + lang.prefix + basePath + query + hash;\n  }\n\n  function closeLanguageSwitcher(switcher, button) {\n    switcher.classList.remove(\"is-open\");\n    if (button) button.setAttribute(\"aria-expanded\", \"false\");\n  }\n\n  function applyPageLanguage(currentLang) {\n    const isRtl = currentLang === \"fa\";\n    const pageRoot = document.querySelector(\"[data-nour-page-root]\");\n    const pageHeader = document.querySelector(\"[data-nour-header]\");\n\n    document.documentElement.classList.toggle(\"nour-rtl-page\", isRtl);\n    document.body.classList.toggle(\"nour-rtl-page\", isRtl);\n\n    if (pageRoot) {\n      pageRoot.setAttribute(\"lang\", currentLang);\n      pageRoot.setAttribute(\"dir\", isRtl ? \"rtl\" : \"ltr\");\n    }\n\n    if (pageHeader) {\n      pageHeader.setAttribute(\"dir\", isRtl ? \"rtl\" : \"ltr\");\n    }\n  }\n\n  const currentLang = currentLangFromPath(window.location.pathname);\n  applyPageLanguage(currentLang);\n\n  document.querySelectorAll(\"[data-nour-lang-switcher]\").forEach(function (switcher) {\n    const button = switcher.querySelector(\".nour-code-lang-current\");\n    const menu = switcher.querySelector(\".nour-code-lang-menu\");\n    if (!button || !menu) return;\n\n    const currentData = NOUR_LANGUAGES[currentLang] || NOUR_LANGUAGES.en;\n    button.textContent = currentData.label + \" \u25be\";\n    button.setAttribute(\"aria-label\", \"Current language: \" + currentData.label);\n\n    menu.querySelectorAll(\"a[data-lang]\").forEach(function (link) {\n      const langCode = link.getAttribute(\"data-lang\");\n      if (!NOUR_LANGUAGES[langCode]) return;\n\n      link.href = buildLocalizedHref(langCode);\n      link.classList.toggle(\"is-active\", langCode === currentLang);\n\n      if (langCode === currentLang) {\n        link.setAttribute(\"aria-current\", \"true\");\n      } else {\n        link.removeAttribute(\"aria-current\");\n      }\n    });\n\n    button.addEventListener(\"click\", function (event) {\n      event.preventDefault();\n      const isOpen = switcher.classList.toggle(\"is-open\");\n      button.setAttribute(\"aria-expanded\", isOpen ? \"true\" : \"false\");\n    });\n\n    document.addEventListener(\"click\", function (event) {\n      if (!switcher.contains(event.target)) closeLanguageSwitcher(switcher, button);\n    });\n\n    document.addEventListener(\"keydown\", function (event) {\n      if (event.key === \"Escape\") closeLanguageSwitcher(switcher, button);\n    });\n  });\n\n  const header = document.querySelector(\"[data-nour-header]\");\n  const menuToggle = document.querySelector(\"[data-nour-menu-toggle]\");\n  const nav = document.getElementById(\"nour-code-nav\");\n  const mobileBreakpoint = window.matchMedia(\"(max-width: 1220px)\");\n\n  function closeMobileMenu() {\n    if (!header || !menuToggle) return;\n    header.classList.remove(\"is-menu-open\");\n    menuToggle.setAttribute(\"aria-expanded\", \"false\");\n    menuToggle.setAttribute(\"aria-label\", \"Open menu\");\n    header.querySelectorAll(\".nour-code-dropdown.is-submenu-open\").forEach(function (dropdown) {\n      dropdown.classList.remove(\"is-submenu-open\");\n      const toggle = dropdown.querySelector(\".nour-code-dropdown-toggle\");\n      if (toggle) toggle.setAttribute(\"aria-expanded\", \"false\");\n    });\n  }\n\n  if (header && menuToggle && nav) {\n    menuToggle.addEventListener(\"click\", function (event) {\n      event.preventDefault();\n      const isOpen = header.classList.toggle(\"is-menu-open\");\n      menuToggle.setAttribute(\"aria-expanded\", isOpen ? \"true\" : \"false\");\n      menuToggle.setAttribute(\"aria-label\", isOpen ? \"Close menu\" : \"Open menu\");\n    });\n\n    header.querySelectorAll(\".nour-code-dropdown-toggle\").forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function (event) {\n        if (!mobileBreakpoint.matches) return;\n        event.preventDefault();\n        const dropdown = toggle.closest(\".nour-code-dropdown\");\n        if (!dropdown) return;\n        const isOpen = dropdown.classList.toggle(\"is-submenu-open\");\n        toggle.setAttribute(\"aria-expanded\", isOpen ? \"true\" : \"false\");\n      });\n    });\n\n    nav.querySelectorAll(\"a:not(.nour-code-dropdown-toggle)\").forEach(function (link) {\n      link.addEventListener(\"click\", closeMobileMenu);\n    });\n\n    document.addEventListener(\"click\", function (event) {\n      if (mobileBreakpoint.matches && !header.contains(event.target)) closeMobileMenu();\n    });\n\n    document.addEventListener(\"keydown\", function (event) {\n      if (event.key === \"Escape\") closeMobileMenu();\n    });\n\n    function handleBreakpointChange(event) {\n      if (!event.matches) closeMobileMenu();\n    }\n\n    if (typeof mobileBreakpoint.addEventListener === \"function\") {\n      mobileBreakpoint.addEventListener(\"change\", handleBreakpointChange);\n    } else if (typeof mobileBreakpoint.addListener === \"function\") {\n      mobileBreakpoint.addListener(handleBreakpointChange);\n    }\n  }\n})();\n<\/script>\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@12\/swiper-bundle.min.js\"><\/script>\n<script>\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const heroSlider = document.querySelector(\".nour-hero-slider\");\n\n    if (!heroSlider || typeof Swiper === \"undefined\") return;\n\n    const progressCircle = heroSlider.querySelector(\".nour-autoplay-progress svg\");\n    const progressContent = heroSlider.querySelector(\".nour-autoplay-progress span\");\n\n    new Swiper(\".nour-hero-slider\", {\n      loop: true,\n      speed: 900,\n      spaceBetween: 0,\n      centeredSlides: true,\n      effect: \"fade\",\n      fadeEffect: {\n        crossFade: true\n      },\n      autoplay: {\n        delay: 4200,\n        disableOnInteraction: false\n      },\n      pagination: {\n        el: \".nour-hero-slider .swiper-pagination\",\n        clickable: true\n      },\n      navigation: {\n        nextEl: \".nour-hero-slider .swiper-button-next\",\n        prevEl: \".nour-hero-slider .swiper-button-prev\"\n      },\n      on: {\n        autoplayTimeLeft(swiper, time, progress) {\n          if (!progressCircle || !progressContent) return;\n\n          progressCircle.style.setProperty(\"--progress\", 1 - progress);\n          progressContent.textContent = Math.ceil(time \/ 1000) + \"s\";\n        }\n      }\n    });\n  });\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":0,"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":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"disabled","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"disabled","ast-disable-related-posts":"","theme-transparent-header-meta":"enabled","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-13","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/nourpeacefoundation.org\/es\/wp-json\/wp\/v2\/pages\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nourpeacefoundation.org\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nourpeacefoundation.org\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nourpeacefoundation.org\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nourpeacefoundation.org\/es\/wp-json\/wp\/v2\/comments?post=13"}],"version-history":[{"count":276,"href":"https:\/\/nourpeacefoundation.org\/es\/wp-json\/wp\/v2\/pages\/13\/revisions"}],"predecessor-version":[{"id":3262,"href":"https:\/\/nourpeacefoundation.org\/es\/wp-json\/wp\/v2\/pages\/13\/revisions\/3262"}],"wp:attachment":[{"href":"https:\/\/nourpeacefoundation.org\/es\/wp-json\/wp\/v2\/media?parent=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}