{"id":1229,"date":"2025-10-05T10:40:00","date_gmt":"2025-10-05T10:40:00","guid":{"rendered":"https:\/\/w2.nasiri.nl\/?page_id=1229"},"modified":"2026-07-17T15:01:00","modified_gmt":"2026-07-17T13:01:00","slug":"the-situation-in-afghanistan","status":"publish","type":"page","link":"https:\/\/nourpeacefoundation.org\/de\/the-situation-in-afghanistan\/","title":{"rendered":"ATR"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1229\" class=\"elementor elementor-1229\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e236f05 e-flex e-con-boxed e-con e-parent\" data-id=\"e236f05\" 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-2327c6e elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"2327c6e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!--\r\n  Nour \u2014 Afghanistan Transition Roadmap (ATR)\r\n  Elementor Canvas Ready \u2014 Header\/footer matched to How We Use Support\r\n\r\n  Improvements:\r\n  - Uses the finalized shared header and footer from the other Nour pages.\r\n  - Detects Persian before paint and applies a stable RTL layout.\r\n  - Removes forced LTR\/left alignment that broke Persian pages.\r\n  - Uses the same responsive mobile menu and language switcher.\r\n  - Keeps the English ATR image presentation and slide controls for non-Persian languages.\r\n  - Keeps the English image slider unchanged.\r\n  - On the Persian \/fa\/ version, renders the original Persian PDF one page at a time in the exact same 16:9 slide frame.\r\n  - Uses a stable off-screen PDF render before replacing the visible canvas, preventing partial, stretched or broken pages.\r\n  - Applies the complete Persian\/Dari page translation only when the current language is Persian.\r\n  - Localizes internal links without changing files, assets, email, phone or external URLs.\r\n\r\n  Recommended URL: \/the-situation-in-afghanistan\/\r\n  Paste this complete code into one Elementor HTML widget.\r\n-->\r\n\r\n<script>\r\n\/* Detect Persian before the page is painted, including TranslatePress preview mode. *\/\r\n(function () {\r\n  \"use strict\";\r\n\r\n  var pathParts = String(window.location.pathname || \"\/\")\r\n    .split(\"\/\")\r\n    .filter(Boolean);\r\n  var htmlLang = String(document.documentElement.getAttribute(\"lang\") || \"\").toLowerCase();\r\n  var queryLang = \"\";\r\n\r\n  try {\r\n    queryLang = String(new URLSearchParams(window.location.search).get(\"lang\") || \"\").toLowerCase();\r\n  } catch (error) {\r\n    queryLang = \"\";\r\n  }\r\n\r\n  var isPersian = pathParts[0] === \"fa\" ||\r\n    htmlLang === \"fa\" ||\r\n    htmlLang.indexOf(\"fa-\") === 0 ||\r\n    queryLang === \"fa\";\r\n\r\n  document.documentElement.classList.toggle(\"nour-rtl-page\", isPersian);\r\n\r\n  function applyBodyClass() {\r\n    if (document.body) {\r\n      document.body.classList.toggle(\"nour-rtl-page\", isPersian);\r\n    }\r\n  }\r\n\r\n  applyBodyClass();\r\n  if (!document.body) {\r\n    document.addEventListener(\"DOMContentLoaded\", applyBodyClass, { once: true });\r\n  }\r\n})();\r\n<\/script>\r\n\r\n<style>\r\n  html,\r\n  body {\r\n    overflow-x: hidden;\r\n    scroll-behavior: smooth;\r\n  }\r\n\r\n  .nour-atr {\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    --navy: #22344d;\r\n    --sand: #efe4d2;\r\n    --mist: #eaf0f4;\r\n    --olive: #edf1ea;\r\n    --white: #ffffff;\r\n\r\n    background: var(--bg);\r\n    color: var(--ink);\r\n    font-family: Inter, Arial, sans-serif;\r\n    line-height: 1.65;\r\n    overflow: visible;\r\n    direction: ltr;\r\n    unicode-bidi: isolate;\r\n    text-align: left;\r\n    padding-top: 0;\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  }\r\n\r\n  .nour-atr *,\r\n  .nour-code-header *,\r\n  .nour-wg-footer * {\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .nour-atr a,\r\n  .nour-code-header a,\r\n  .nour-wg-footer a {\r\n    text-decoration: none !important;\r\n  }\r\n\r\n  \/* GLOBAL HEADER \u2014 SAME SIZE\/LAYOUT AS HOME *\/\r\n  .nour-code-header {\r\n    position: fixed;\r\n    top: 0;\r\n    left: 0;\r\n    right: 0;\r\n    z-index: 999999;\r\n    width: 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\n  body.admin-bar .nour-code-header {\r\n    top: 32px;\r\n  }\r\n\r\n  .nour-code-header-inner {\r\n    width: min(1450px, calc(100% - 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\n    display: 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\n    width: 160px;\r\n    height: 60px;\r\n    object-fit: contain;\r\n    display: block;\r\n  }\r\n\r\n  .nour-code-nav {\r\n    display: 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  \/* HEADER MENU BUTTONS *\/\r\n  .nour-code-nav a,\r\n  .nour-code-nav a:visited,\r\n  .nour-code-nav a:focus {\r\n    position: 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\n    content: \"\";\r\n    position: absolute;\r\n    left: 15px;\r\n    right: 15px;\r\n    bottom: 5px;\r\n    height: 2px;\r\n    background: #cc8b2d;\r\n    transform: scaleX(0);\r\n    transform-origin: center;\r\n    transition: transform 0.25s ease;\r\n  }\r\n\r\n  .nour-code-nav a:hover,\r\n  .nour-code-nav a:focus {\r\n    color: #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\n    transform: scaleX(1);\r\n  }\r\n\r\n  .nour-code-nav a:active {\r\n    transform: none !important;\r\n    box-shadow: none !important;\r\n  }\r\n\r\n  \/* HEADER DROPDOWN *\/\r\n  .nour-code-dropdown {\r\n    position: relative;\r\n    display: inline-flex;\r\n    align-items: center;\r\n  }\r\n\r\n  .nour-code-dropdown-toggle::before {\r\n    content: none !important;\r\n  }\r\n\r\n  .nour-code-dropdown-toggle::after {\r\n    content: \"\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\n    transform: none;\r\n  }\r\n\r\n  .nour-code-submenu {\r\n    position: 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\n  .nour-code-dropdown.is-open .nour-code-submenu {\r\n    display: 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\n    display: 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\n    left: 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\n    background: #f6f1e8 !important;\r\n    color: #00064f !important;\r\n    transform: none !important;\r\n    box-shadow: none !important;\r\n  }\r\n\r\n  \/* HEADER LANGUAGE SWITCHER *\/\r\n  .nour-code-lang-switcher {\r\n    position: 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\n    display: 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\n    background: rgba(255, 255, 255, 0.58);\r\n  }\r\n\r\n  .nour-code-lang-menu {\r\n    position: 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\n    display: 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\n    display: 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\n    background: #f6f1e8 !important;\r\n    color: #00064f !important;\r\n  }\r\n\r\n  .nour-code-lang-current {\r\n    border: 1px solid rgba(221, 210, 193, 0.75);\r\n    font-family: inherit;\r\n    cursor: pointer;\r\n  }\r\n\r\n  .nour-code-lang-switcher.is-open .nour-code-lang-menu {\r\n    display: grid;\r\n    gap: 5px;\r\n  }\r\n\r\n  .nour-code-lang-menu a.is-active,\r\n  .nour-code-lang-menu a[aria-current=\"true\"] {\r\n    background: #f6f1e8 !important;\r\n    color: #00064f !important;\r\n    font-weight: 800;\r\n  }\r\n\r\n  .nour-code-lang-menu a.is-active::after {\r\n    content: \"\u2713\";\r\n    margin-left: auto;\r\n    padding-left: 12px;\r\n    color: #cc8b2d;\r\n    font-weight: 900;\r\n  }\r\n\r\n  .nour-code-lang-current:focus-visible,\r\n  .nour-code-lang-menu a:focus-visible {\r\n    outline: 3px solid rgba(204, 139, 45, 0.55);\r\n    outline-offset: 3px;\r\n  }\r\n\r\n  \/* HEADER DONATE BUTTON *\/\r\n  .nour-code-header-donate,\r\n  .nour-code-header-donate:visited,\r\n  .nour-code-header-donate:focus {\r\n    position: 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\n    content: \"\";\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\n    color: #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\n    left: 0;\r\n  }\r\n\r\n  .nour-code-header-donate:active {\r\n    transform: scale(0.98);\r\n  }\r\n\r\n\r\n\r\n\r\n  .nour-container {\r\n    width: min(1180px, calc(100% - 48px));\r\n    margin-left: auto;\r\n    margin-right: auto;\r\n  }\r\n\r\n  .nour-serif,\r\n  .nour-atr h1,\r\n  .nour-atr h2,\r\n  .nour-atr h3,\r\n  .nour-atr h4 {\r\n    font-family: Georgia, \"Times New Roman\", serif;\r\n    letter-spacing: -0.02em;\r\n    margin: 0;\r\n    color: var(--ink);\r\n  }\r\n\r\n  .nour-kicker,\r\n  .nour-eyebrow {\r\n    font-weight: 700;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.2em;\r\n    color: var(--muted);\r\n  }\r\n\r\n  .nour-eyebrow {\r\n    display: inline-block;\r\n    padding: 8px 14px;\r\n    border-radius: 999px;\r\n    border: 1px solid #d8ccb9;\r\n    background: rgba(255, 255, 255, 0.72);\r\n    font-size: 11px;\r\n    margin-bottom: 24px;\r\n  }\r\n\r\n  .nour-kicker {\r\n    font-size: 12px;\r\n    margin-bottom: 16px;\r\n  }\r\n\r\n  .nour-atr .nour-button,\r\n  .nour-atr .nour-button:visited,\r\n  .nour-atr .nour-button:focus,\r\n  .nour-atr .nour-button:hover {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    text-align: center !important;\r\n    padding: 14px 24px;\r\n    border-radius: 999px;\r\n    font-weight: 700;\r\n    font-size: 14px;\r\n    line-height: 1.2;\r\n    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;\r\n    border: 1px solid transparent;\r\n    text-decoration: none !important;\r\n  }\r\n\r\n  .nour-atr .nour-button:hover {\r\n    transform: translateY(-2px);\r\n    box-shadow: 0 12px 28px rgba(35, 52, 79, 0.16);\r\n  }\r\n\r\n  .nour-atr .nour-button-gold,\r\n  .nour-atr .nour-button-gold:visited,\r\n  .nour-atr .nour-button-gold:focus,\r\n  .nour-atr .nour-button-gold:hover {\r\n    background: var(--gold) !important;\r\n    color: #ffffff !important;\r\n    border-color: var(--gold) !important;\r\n  }\r\n\r\n  .nour-atr .nour-button-dark,\r\n  .nour-atr .nour-button-dark:visited,\r\n  .nour-atr .nour-button-dark:focus,\r\n  .nour-atr .nour-button-dark:hover {\r\n    background: var(--navy) !important;\r\n    color: #ffffff !important;\r\n    border-color: var(--navy) !important;\r\n  }\r\n\r\n  .nour-atr .nour-button-light,\r\n  .nour-atr .nour-button-light:visited,\r\n  .nour-atr .nour-button-light:focus,\r\n  .nour-atr .nour-button-light:hover {\r\n    background: #ffffff !important;\r\n    color: var(--ink) !important;\r\n    border-color: #d3c6b2 !important;\r\n  }\r\n\r\n  .nour-atr .nour-button-outline,\r\n  .nour-atr .nour-button-outline:visited,\r\n  .nour-atr .nour-button-outline:focus,\r\n  .nour-atr .nour-button-outline:hover {\r\n    background: transparent !important;\r\n    color: #ffffff !important;\r\n    border-color: rgba(255, 255, 255, 0.38) !important;\r\n  }\r\n\r\n  \/* HERO *\/\r\n  .nour-hero {\r\n    display: grid;\r\n    grid-template-columns: 1.05fr 0.95fr;\r\n    gap: 64px;\r\n    align-items: center;\r\n    padding: 70px 0 90px;\r\n  }\r\n\r\n  .nour-hero-text {\r\n    max-width: 880px;\r\n  }\r\n\r\n  .nour-hero h1 {\r\n    font-size: clamp(42px, 5vw, 68px);\r\n    line-height: 1.05;\r\n    max-width: 840px;\r\n  }\r\n\r\n  .nour-lead {\r\n    font-size: 20px;\r\n    color: var(--text);\r\n    max-width: 760px;\r\n    margin: 30px 0 38px;\r\n  }\r\n\r\n  .nour-actions {\r\n    display: flex;\r\n    gap: 24px;\r\n    flex-wrap: wrap;\r\n    justify-content: flex-start;\r\n    align-items: center;\r\n  }\r\n\r\n  .nour-trust {\r\n    display: grid;\r\n    grid-template-columns: repeat(3, 1fr);\r\n    gap: 18px;\r\n    margin-top: 44px;\r\n    max-width: 780px;\r\n  }\r\n\r\n  .nour-trust-item {\r\n    background: rgba(255, 255, 255, 0.76);\r\n    border: 1px solid var(--line);\r\n    border-radius: 20px;\r\n    padding: 18px;\r\n    font-size: 14px;\r\n    color: #42556b;\r\n    box-shadow: 0 4px 14px rgba(35, 52, 79, 0.05);\r\n  }\r\n\r\n  .nour-hero-visual {\r\n    background: #ffffff;\r\n    border: 1px solid var(--line);\r\n    border-radius: 34px;\r\n    padding: 14px;\r\n    box-shadow: 0 24px 80px rgba(35, 52, 79, 0.1);\r\n  }\r\n\r\n  .nour-hero-image {\r\n    min-height: 530px;\r\n    border-radius: 24px;\r\n    background:\r\n      linear-gradient(180deg, rgba(35, 52, 79, 0.18), rgba(35, 52, 79, 0.14)),\r\n      url(\"\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-May-5-2026-12_11_19-PM.png\") top center \/ cover no-repeat;\r\n    position: relative;\r\n    overflow: hidden;\r\n  }\r\n\r\n  .nour-hero-card {\r\n    position: absolute;\r\n    right: 24px;\r\n    bottom: 24px;\r\n    width: min(340px, calc(100% - 48px));\r\n    min-height: 158px;\r\n    padding: 22px;\r\n    border-radius: 26px;\r\n    background: rgba(255, 255, 255, 0.95);\r\n    border: 1px solid rgba(221, 210, 193, 0.94);\r\n    box-shadow: 0 18px 42px rgba(35, 52, 79, 0.16);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n  }\r\n\r\n  .nour-hero-card-logo {\r\n    display: block;\r\n    width: 100%;\r\n    max-width: 270px;\r\n    height: auto;\r\n    object-fit: contain;\r\n    margin: 0 auto;\r\n  }\r\n\r\n\r\n  \/* ATR PRESENTATION VIEWER *\/\r\n  .nour-presentation-viewer {\r\n    width: 100%;\r\n    background: #ffffff;\r\n    border: 1px solid var(--line);\r\n    border-radius: 34px;\r\n    padding: 18px;\r\n    box-shadow: 0 24px 80px rgba(35, 52, 79, 0.10);\r\n  }\r\n\r\n  .nour-presentation-head {\r\n    display: flex;\r\n    align-items: flex-start;\r\n    justify-content: space-between;\r\n    gap: 24px;\r\n    padding: 10px 10px 18px;\r\n  }\r\n\r\n  .nour-presentation-title h3 {\r\n    font-size: clamp(28px, 3vw, 38px);\r\n    line-height: 1.12;\r\n    margin: 0;\r\n  }\r\n\r\n  .nour-presentation-title p {\r\n    margin: 10px 0 0;\r\n    color: var(--text);\r\n    font-size: 16px;\r\n    max-width: 720px;\r\n  }\r\n\r\n  .nour-slide-counter {\r\n    min-width: 96px;\r\n    padding: 10px 14px;\r\n    border-radius: 999px;\r\n    background: var(--sand);\r\n    border: 1px solid #d7c9b3;\r\n    color: var(--ink);\r\n    font-weight: 800;\r\n    font-size: 14px;\r\n    text-align: center !important;\r\n    white-space: nowrap;\r\n  }\r\n\r\n  .nour-slide-frame {\r\n    position: relative;\r\n    width: 100%;\r\n    aspect-ratio: 16 \/ 9;\r\n    overflow: hidden;\r\n    border-radius: 24px;\r\n    background: #f1eadf;\r\n    border: 1px solid #e1d6c6;\r\n  }\r\n\r\n  .nour-slide {\r\n    position: absolute;\r\n    inset: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: contain;\r\n    background: #ffffff;\r\n    opacity: 0;\r\n    visibility: hidden;\r\n    transform: scale(0.985);\r\n    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;\r\n  }\r\n\r\n  .nour-slide.is-active {\r\n    opacity: 1;\r\n    visibility: visible;\r\n    transform: scale(1);\r\n  }\r\n\r\n  .nour-slide-nav {\r\n    position: absolute;\r\n    top: 50%;\r\n    transform: translateY(-50%);\r\n    width: 48px;\r\n    height: 48px;\r\n    border-radius: 999px;\r\n    border: 1px solid rgba(255, 255, 255, 0.82);\r\n    background: rgba(34, 52, 77, 0.78);\r\n    color: #ffffff;\r\n    display: grid;\r\n    place-items: center;\r\n    cursor: pointer;\r\n    font-size: 28px;\r\n    line-height: 1;\r\n    box-shadow: 0 12px 28px rgba(35, 52, 79, 0.20);\r\n    z-index: 4;\r\n    transition: transform 0.18s ease, background 0.18s ease;\r\n  }\r\n\r\n  .nour-slide-nav:hover,\r\n  .nour-slide-nav:focus {\r\n    background: rgba(204, 139, 45, 0.92);\r\n    transform: translateY(-50%) scale(1.04);\r\n    outline: none;\r\n  }\r\n\r\n  .nour-slide-prev {\r\n    left: 18px;\r\n  }\r\n\r\n  .nour-slide-next {\r\n    right: 18px;\r\n  }\r\n\r\n  .nour-presentation-bottom {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    gap: 20px;\r\n    padding: 18px 10px 6px;\r\n    flex-wrap: wrap;\r\n  }\r\n\r\n  .nour-slide-dots {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    gap: 7px;\r\n    max-width: 560px;\r\n  }\r\n\r\n  .nour-slide-dot {\r\n    width: 10px;\r\n    height: 10px;\r\n    border-radius: 999px;\r\n    border: 0;\r\n    background: #d5c7b3;\r\n    cursor: pointer;\r\n    padding: 0;\r\n    transition: transform 0.16s ease, background 0.16s ease, width 0.16s ease;\r\n  }\r\n\r\n  .nour-slide-dot.is-active {\r\n    width: 26px;\r\n    background: var(--gold);\r\n  }\r\n\r\n  .nour-slide-dot:hover,\r\n  .nour-slide-dot:focus {\r\n    transform: scale(1.15);\r\n    outline: none;\r\n  }\r\n\r\n  .nour-presentation-actions {\r\n    display: flex;\r\n    gap: 14px;\r\n    flex-wrap: wrap;\r\n    align-items: center;\r\n    justify-content: flex-end;\r\n  }\r\n\r\n  .nour-moved-visual {\r\n    background: #ffffff;\r\n    border: 1px solid var(--line);\r\n    border-radius: 34px;\r\n    padding: 14px;\r\n    box-shadow: 0 18px 54px rgba(35, 52, 79, 0.09);\r\n  }\r\n\r\n  .nour-presentation-wrap {\r\n    padding: 0 0 70px;\r\n  }\r\n\r\n  .nour-hero-message-wrap {\r\n    padding: 0 0 40px;\r\n    margin-top: -30px;\r\n  }\r\n\r\n  .nour-hero-message {\r\n    position: relative;\r\n    max-width: 880px;\r\n    margin: 0 auto;\r\n    padding: 34px 40px 34px 46px;\r\n    border-radius: 30px;\r\n    background:\r\n      linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(246, 241, 232, 0.94));\r\n    border: 1px solid var(--line);\r\n    box-shadow: 0 20px 54px rgba(35, 52, 79, 0.10);\r\n    overflow: hidden;\r\n  }\r\n\r\n  .nour-hero-message-inline {\r\n    max-width: 780px;\r\n    margin: 44px 0 0;\r\n  }\r\n\r\n  .nour-hero-message::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    left: 0;\r\n    top: 0;\r\n    bottom: 0;\r\n    width: 7px;\r\n    background: linear-gradient(180deg, var(--gold), #1f5b3d);\r\n  }\r\n\r\n  .nour-hero-message::after {\r\n    content: \"\\201C\";\r\n    position: absolute;\r\n    right: 28px;\r\n    top: -24px;\r\n    font-family: Georgia, \"Times New Roman\", serif;\r\n    font-size: 120px;\r\n    line-height: 1;\r\n    color: rgba(204, 139, 45, 0.12);\r\n    pointer-events: none;\r\n  }\r\n\r\n  .nour-hero-message .nour-kicker {\r\n    margin-bottom: 12px;\r\n  }\r\n\r\n  .nour-hero-message-quote {\r\n    position: relative;\r\n    z-index: 1;\r\n    margin: 0;\r\n    font-family: Georgia, \"Times New Roman\", serif;\r\n    font-size: clamp(30px, 3.8vw, 44px);\r\n    line-height: 1.24;\r\n    color: var(--ink);\r\n    letter-spacing: -0.025em;\r\n  }\r\n\r\n  \/* SECTIONS *\/\r\n  .nour-section {\r\n    padding: 104px 0;\r\n  }\r\n\r\n  .nour-intro {\r\n    background: rgba(255, 255, 255, 0.56);\r\n    border-top: 1px solid var(--line);\r\n    border-bottom: 1px solid var(--line);\r\n  }\r\n\r\n  .nour-split {\r\n    display: grid;\r\n    grid-template-columns: 0.9fr 1.1fr;\r\n    gap: 58px;\r\n    align-items: start;\r\n  }\r\n\r\n  .nour-atr h2 {\r\n    font-size: clamp(34px, 4vw, 50px);\r\n    line-height: 1.12;\r\n  }\r\n\r\n  .nour-body-large {\r\n    font-size: 20px;\r\n    color: var(--text);\r\n    margin: 0;\r\n  }\r\n\r\n  .nour-cards-2 {\r\n    display: grid;\r\n    grid-template-columns: repeat(2, 1fr);\r\n    gap: 32px;\r\n    margin-top: 40px;\r\n  }\r\n\r\n  .nour-cards-3 {\r\n    display: grid;\r\n    grid-template-columns: repeat(3, 1fr);\r\n    gap: 32px;\r\n    margin-top: 42px;\r\n  }\r\n\r\n  .nour-card {\r\n    border-radius: 28px;\r\n    padding: 34px;\r\n    border: 1px solid var(--line);\r\n    background: #ffffff;\r\n    box-shadow: 0 6px 18px rgba(35, 52, 79, 0.05);\r\n  }\r\n\r\n  .nour-card.sand {\r\n    background: var(--sand);\r\n    border-color: #d7c9b3;\r\n  }\r\n\r\n  .nour-card.mist {\r\n    background: var(--mist);\r\n    border-color: #cfd7de;\r\n  }\r\n\r\n  .nour-card.olive {\r\n    background: var(--olive);\r\n    border-color: #ced7c9;\r\n  }\r\n\r\n  .nour-number {\r\n    font-size: 12px;\r\n    letter-spacing: 0.2em;\r\n    text-transform: uppercase;\r\n    color: #7b6a53;\r\n    font-weight: 700;\r\n  }\r\n\r\n  .nour-card h3 {\r\n    font-size: 32px;\r\n    margin-top: 14px;\r\n  }\r\n\r\n  .nour-card h4 {\r\n    font-size: 24px;\r\n    margin-bottom: 12px;\r\n  }\r\n\r\n  .nour-card p {\r\n    color: var(--text);\r\n    font-size: 17px;\r\n    margin: 14px 0 0;\r\n  }\r\n\r\n  .nour-dark {\r\n    background: var(--navy);\r\n    color: #ffffff;\r\n  }\r\n\r\n  .nour-dark h2,\r\n  .nour-dark h3,\r\n  .nour-dark h4 {\r\n    color: #ffffff;\r\n  }\r\n\r\n  .nour-dark .nour-kicker {\r\n    color: #d8c8ad;\r\n  }\r\n\r\n  .nour-dark p {\r\n    color: #dbe3ed;\r\n  }\r\n\r\n  .nour-dark-card {\r\n    border: 1px solid rgba(255, 255, 255, 0.13);\r\n    background: rgba(255, 255, 255, 0.06);\r\n    border-radius: 24px;\r\n    padding: 32px;\r\n  }\r\n\r\n  .nour-dark-card h3 {\r\n    font-size: 25px;\r\n    margin-bottom: 12px;\r\n  }\r\n\r\n  .nour-dark-card p {\r\n    margin: 0;\r\n  }\r\n\r\n  .nour-summary-box {\r\n    background: #ffffff;\r\n    border: 1px solid var(--line);\r\n    border-radius: 36px;\r\n    padding: 46px;\r\n    box-shadow: 0 18px 54px rgba(35, 52, 79, 0.09);\r\n  }\r\n\r\n  .nour-summary-grid {\r\n    display: grid;\r\n    grid-template-columns: 1.1fr 0.9fr;\r\n    gap: 36px;\r\n    align-items: center;\r\n  }\r\n\r\n  .nour-summary-list {\r\n    display: grid;\r\n    gap: 14px;\r\n    margin-top: 24px;\r\n  }\r\n\r\n  .nour-summary-list div {\r\n    padding: 16px 18px;\r\n    border-radius: 18px;\r\n    background: var(--sand);\r\n    border: 1px solid #d7c9b3;\r\n    color: var(--text);\r\n    font-size: 16px;\r\n  }\r\n\r\n  .nour-summary-card {\r\n    background: linear-gradient(135deg, #22344d, #1f5b3d);\r\n    border-radius: 28px;\r\n    padding: 34px;\r\n    color: #ffffff;\r\n    box-shadow: 0 18px 44px rgba(35, 52, 79, 0.18);\r\n  }\r\n\r\n  .nour-summary-card h3 {\r\n    color: #ffffff;\r\n    font-size: 32px;\r\n  }\r\n\r\n  .nour-summary-card p {\r\n    color: rgba(255, 255, 255, 0.84);\r\n    margin: 16px 0 24px;\r\n  }\r\n\r\n  .nour-pdf-actions {\r\n    display: flex;\r\n    gap: 14px;\r\n    flex-wrap: wrap;\r\n    align-items: center;\r\n  }\r\n\r\n  .nour-pdf-actions .nour-button {\r\n    min-width: 150px;\r\n  }\r\n\r\n  .nour-quote-wrap {\r\n    background: var(--sand);\r\n  }\r\n\r\n  .nour-quote-grid {\r\n    display: grid;\r\n    grid-template-columns: 0.82fr 1.18fr;\r\n    gap: 56px;\r\n    align-items: center;\r\n  }\r\n\r\n  .nour-quote-image {\r\n    min-height: 380px;\r\n    border-radius: 32px;\r\n    border: 1px solid #d7c7af;\r\n    background:\r\n      linear-gradient(180deg, rgba(35, 52, 79, 0.12), rgba(35, 52, 79, 0.1)),\r\n      url(\"https:\/\/images.unsplash.com\/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1400&q=80\") 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-quote {\r\n    font-family: Georgia, \"Times New Roman\", serif;\r\n    font-size: clamp(28px, 4vw, 42px);\r\n    line-height: 1.32;\r\n    margin: 18px 0 0;\r\n    color: var(--ink);\r\n  }\r\n\r\n  .nour-cta-box {\r\n    background: var(--navy);\r\n    color: #ffffff;\r\n    border-radius: 36px;\r\n    padding: 52px;\r\n    box-shadow: 0 24px 80px rgba(35, 52, 79, 0.18);\r\n  }\r\n\r\n  .nour-cta-grid {\r\n    display: grid;\r\n    grid-template-columns: 1.1fr 0.9fr;\r\n    gap: 32px;\r\n    align-items: center;\r\n  }\r\n\r\n  .nour-cta-box h2 {\r\n    color: #ffffff;\r\n  }\r\n\r\n  .nour-cta-actions {\r\n    display: flex;\r\n    justify-content: flex-end;\r\n    align-items: center;\r\n    gap: 22px;\r\n    flex-wrap: wrap;\r\n  }\r\n\r\n  \/* FOOTER *\/\r\n  .nour-wg-footer {\r\n    background: #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 a {\r\n    color: inherit;\r\n    text-decoration: none !important;\r\n  }\r\n\r\n  .nour-wg-footer-container {\r\n    width: min(1180px, calc(100% - 48px));\r\n    margin-left: auto;\r\n    margin-right: auto;\r\n  }\r\n\r\n  .nour-wg-footer-grid {\r\n    display: grid;\r\n    grid-template-columns: 1.15fr 0.9fr 1.12fr 1.08fr;\r\n    gap: 54px;\r\n    align-items: start;\r\n  }\r\n\r\n  .nour-wg-footer h4 {\r\n    margin: 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\n    display: 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\n    font-size: 18px;\r\n    line-height: 1.55;\r\n    color: #5f5f5f;\r\n  }\r\n\r\n  .nour-wg-footer-links a:hover,\r\n  .nour-wg-footer-contact-line a:hover {\r\n    color: #00064f !important;\r\n    text-decoration: underline !important;\r\n  }\r\n\r\n  .nour-wg-social {\r\n    display: grid;\r\n    gap: 14px;\r\n  }\r\n\r\n  .nour-wg-social a {\r\n    display: 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\n    color: #00064f !important;\r\n  }\r\n\r\n  .nour-wg-social-icon {\r\n    width: 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\n    display: grid;\r\n    gap: 12px;\r\n  }\r\n\r\n  .nour-wg-footer-contact-line {\r\n    display: 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\n  .nour-wg-footer-info-line strong {\r\n    color: #5f5f5f;\r\n    font-weight: 400;\r\n  }\r\n\r\n  .nour-wg-footer-contact-line a {\r\n    color: #00064f !important;\r\n    text-decoration: underline !important;\r\n  }\r\n\r\n  .nour-wg-info {\r\n    display: grid;\r\n    gap: 14px;\r\n  }\r\n\r\n  .nour-wg-footer-info-line {\r\n    display: grid;\r\n    grid-template-columns: 68px 1fr;\r\n    gap: 10px;\r\n  }\r\n\r\n  .nour-wg-footer-divider {\r\n    border-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\n    display: 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\n    display: 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\n    display: 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\n    max-height: 58px;\r\n    max-width: 210px;\r\n  }\r\n\r\n  .nour-wg-footer-logo.hbdo img {\r\n    max-height: 64px;\r\n    max-width: 190px;\r\n  }\r\n\r\n  .nour-wg-footer-logo.rsdo img {\r\n    max-height: 70px;\r\n    max-width: 190px;\r\n  }\r\n\r\n  \/* LANGUAGE-AWARE PERSIAN PRESENTATION \u2014 SAME FRAME AS ENGLISH *\/\r\n  .nour-fa-pdf-slide {\r\n    display: none;\r\n    background: #ffffff;\r\n  }\r\n\r\n  #atr-presentation.is-persian-pdf .nour-slide:not(.nour-fa-pdf-slide) {\r\n    display: none !important;\r\n  }\r\n\r\n  #atr-presentation.is-persian-pdf .nour-fa-pdf-slide {\r\n    display: block !important;\r\n    opacity: 1 !important;\r\n    visibility: visible !important;\r\n    transform: none !important;\r\n    width: 100% !important;\r\n    height: 100% !important;\r\n    object-fit: contain !important;\r\n    background: #ffffff !important;\r\n  }\r\n\r\n  .nour-fa-pdf-status {\r\n    position: absolute;\r\n    inset: 0;\r\n    z-index: 3;\r\n    display: none;\r\n    align-items: center;\r\n    justify-content: center;\r\n    padding: 28px;\r\n    background: rgba(255, 255, 255, 0.96);\r\n    color: var(--ink);\r\n    font-size: 16px;\r\n    font-weight: 700;\r\n    line-height: 1.8;\r\n    text-align: center;\r\n  }\r\n\r\n  #atr-presentation.is-persian-pdf .nour-fa-pdf-status.is-visible {\r\n    display: flex;\r\n  }\r\n\r\n  .nour-fa-pdf-status a {\r\n    color: var(--ink) !important;\r\n    font-weight: 900;\r\n    text-decoration: underline !important;\r\n  }\r\n\r\n  \/* Keep the PDF page isolated from RTL transformations. *\/\r\n  html.nour-rtl-page .nour-fa-pdf-slide,\r\n  body.nour-rtl-page .nour-fa-pdf-slide,\r\n  .nour-atr[dir=\"rtl\"] .nour-fa-pdf-slide {\r\n    direction: ltr !important;\r\n    transform: none !important;\r\n  }\r\n\r\n  \/* RESPONSIVE *\/\r\n  @media (max-width: 980px) {\r\n    .nour-atr {\r\n      padding-top: 84px;\r\n    }\r\n\r\n    .nour-code-header-inner {\r\n      width: min(100% - 28px, 1180px);\r\n      min-height: 78px;\r\n      gap: 16px;\r\n    }\r\n\r\n    .nour-code-logo img {\r\n      width: 64px;\r\n      height: 54px;\r\n    }\r\n\r\n    .nour-code-nav {\r\n      gap: 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\n      display: none;\r\n    }\r\n\r\n    .nour-code-nav a {\r\n      font-size: 13px;\r\n      padding: 8px 12px;\r\n    }\r\n\r\n    .nour-code-nav a::after {\r\n      left: 12px;\r\n      right: 12px;\r\n      bottom: 4px;\r\n    }\r\n\r\n    .nour-code-dropdown {\r\n      position: static;\r\n      padding: 0;\r\n      margin: 0;\r\n    }\r\n\r\n    .nour-code-submenu {\r\n      position: fixed;\r\n      top: 78px;\r\n      left: 14px;\r\n      right: 14px;\r\n      min-width: 0;\r\n      width: auto;\r\n      max-height: calc(100vh - 110px);\r\n      overflow-y: auto;\r\n    }\r\n\r\n    body.admin-bar .nour-code-submenu {\r\n      top: 114px;\r\n    }\r\n\r\n    .nour-hero,\r\n    .nour-split,\r\n    .nour-cards-2,\r\n    .nour-cards-3,\r\n    .nour-summary-grid,\r\n    .nour-quote-grid,\r\n    .nour-cta-grid {\r\n      grid-template-columns: 1fr;\r\n    }\r\n\r\n    .nour-hero {\r\n      gap: 36px;\r\n    }\r\n\r\n    .nour-presentation-head,\r\n    .nour-presentation-bottom {\r\n      align-items: flex-start;\r\n      flex-direction: column;\r\n    }\r\n\r\n    .nour-presentation-actions {\r\n      justify-content: flex-start;\r\n    }\r\n\r\n    .nour-trust {\r\n      grid-template-columns: 1fr;\r\n    }\r\n\r\n    .nour-hero-image {\r\n      min-height: 420px;\r\n    }\r\n\r\n    .nour-cta-actions {\r\n      justify-content: flex-start;\r\n    }\r\n\r\n    .nour-wg-footer-grid {\r\n      grid-template-columns: repeat(2, 1fr);\r\n      gap: 42px;\r\n    }\r\n\r\n    .nour-wg-footer-logo-row {\r\n      justify-content: flex-start;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 782px) {\r\n    body.admin-bar .nour-code-header {\r\n      top: 46px;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 640px) {\r\n    .nour-atr {\r\n      padding-top: 78px;\r\n    }\r\n\r\n    .nour-container {\r\n      width: min(100% - 28px, 1180px);\r\n    }\r\n\r\n    .nour-hero {\r\n      padding: 68px 0 54px;\r\n    }\r\n\r\n    .nour-hero-message-wrap {\r\n      margin-top: -10px;\r\n      padding-bottom: 22px;\r\n    }\r\n\r\n    .nour-hero-message {\r\n      padding: 26px 24px 28px 28px;\r\n      border-radius: 24px;\r\n    }\r\n\r\n    .nour-hero-message-quote {\r\n      font-size: 27px;\r\n    }\r\n\r\n    .nour-section {\r\n      padding: 72px 0;\r\n    }\r\n\r\n    .nour-lead,\r\n    .nour-body-large {\r\n      font-size: 17px;\r\n    }\r\n\r\n    .nour-actions,\r\n    .nour-pdf-actions,\r\n    .nour-presentation-actions {\r\n      gap: 18px;\r\n      flex-direction: column;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .nour-atr .nour-button {\r\n      width: 100%;\r\n      padding: 14px 20px;\r\n    }\r\n\r\n    .nour-card,\r\n    .nour-dark-card,\r\n    .nour-summary-box,\r\n    .nour-summary-card,\r\n    .nour-cta-box {\r\n      padding: 24px;\r\n      border-radius: 24px;\r\n    }\r\n\r\n    .nour-hero-card {\r\n      right: 16px;\r\n      bottom: 16px;\r\n      width: calc(100% - 32px);\r\n      min-height: 132px;\r\n      padding: 18px;\r\n      border-radius: 22px;\r\n    }\r\n\r\n    .nour-hero-card-logo {\r\n      max-width: 230px;\r\n    }\r\n\r\n    .nour-hero-image {\r\n      min-height: 390px;\r\n    }\r\n\r\n    .nour-presentation-viewer {\r\n      border-radius: 24px;\r\n      padding: 10px;\r\n    }\r\n\r\n    .nour-slide-frame {\r\n      border-radius: 18px;\r\n    }\r\n\r\n    .nour-slide-nav {\r\n      width: 40px;\r\n      height: 40px;\r\n      font-size: 23px;\r\n    }\r\n\r\n    .nour-slide-prev {\r\n      left: 10px;\r\n    }\r\n\r\n    .nour-slide-next {\r\n      right: 10px;\r\n    }\r\n\r\n    .nour-slide-dots {\r\n      max-width: 100%;\r\n    }\r\n\r\n    .nour-cta-actions {\r\n      flex-direction: column;\r\n      align-items: flex-start;\r\n      gap: 16px;\r\n    }\r\n\r\n    .nour-code-header-inner {\r\n      width: min(100% - 20px, 1180px);\r\n    }\r\n\r\n    .nour-code-logo img {\r\n      width: 54px;\r\n      height: 48px;\r\n    }\r\n\r\n    .nour-code-nav {\r\n      max-width: 62vw;\r\n    }\r\n\r\n    .nour-code-header-donate {\r\n      width: 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\n      padding-top: 46px;\r\n    }\r\n\r\n    .nour-wg-footer-container {\r\n      width: min(100% - 28px, 1180px);\r\n    }\r\n\r\n    .nour-wg-footer-grid {\r\n      grid-template-columns: 1fr;\r\n      gap: 34px;\r\n    }\r\n\r\n    .nour-wg-footer h4 {\r\n      font-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\n      font-size: 16px;\r\n    }\r\n\r\n    .nour-wg-footer-contact-line,\r\n    .nour-wg-footer-info-line {\r\n      grid-template-columns: 1fr;\r\n      gap: 2px;\r\n    }\r\n\r\n    .nour-wg-footer-divider {\r\n      margin-top: 42px;\r\n    }\r\n\r\n    .nour-wg-footer-logo-row {\r\n      justify-content: flex-start;\r\n      gap: 18px;\r\n    }\r\n\r\n    .nour-wg-footer-logo img {\r\n      max-height: 50px;\r\n      max-width: 160px;\r\n    }\r\n\r\n    .nour-wg-footer-logo.auaf img {\r\n      max-height: 50px;\r\n      max-width: 170px;\r\n    }\r\n\r\n    .nour-wg-footer-logo.hbdo img {\r\n      max-height: 56px;\r\n      max-width: 160px;\r\n    }\r\n\r\n    .nour-wg-footer-logo.rsdo img {\r\n      max-height: 58px;\r\n      max-width: 160px;\r\n    }\r\n  }\r\n\r\n\r\n\/* =========================================================\r\n     BASE\r\n     ========================================================= *\/\r\n  html,\r\n  body {\r\n    overflow-x: hidden;\r\n  }\r\n\r\n  .nour-code-header,\r\n  .nour-code-header *,\r\n  .nour-atr,\r\n  .nour-atr * {\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .nour-code-header a,\r\n  .nour-atr a {\r\n    text-decoration: none !important;\r\n  }\r\n\r\n  .nour-code-header button,\r\n  .nour-atr button {\r\n    font: inherit;\r\n  }\r\n\r\n  \/* =========================================================\r\n     FIXED HEADER \u2014 MATCHES THE HOME-PAGE STRUCTURE\r\n     ========================================================= *\/\r\n  .nour-code-header {\r\n    position: fixed;\r\n    top: 0;\r\n    left: 0;\r\n    right: 0;\r\n    z-index: 999999;\r\n    width: 100%;\r\n    background: rgba(255, 255, 255, 0.82);\r\n    border-bottom: 1px solid #ddd2c1;\r\n    box-shadow: 0 8px 24px rgba(35, 52, 79, 0.08);\r\n    backdrop-filter: blur(14px);\r\n    -webkit-backdrop-filter: blur(14px);\r\n    direction: ltr !important;\r\n  }\r\n\r\n  body.admin-bar .nour-code-header {\r\n    top: 32px;\r\n  }\r\n\r\n  .nour-code-header-inner {\r\n    width: min(1450px, calc(100% - 24px));\r\n    min-height: 70px;\r\n    margin: 0 auto;\r\n    display: grid;\r\n    grid-template-areas: \"logo nav lang donate\";\r\n    grid-template-columns: auto minmax(0, 1fr) auto auto;\r\n    align-items: center;\r\n    gap: 14px;\r\n    direction: ltr !important;\r\n  }\r\n\r\n  .nour-code-logo {\r\n    grid-area: logo;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    min-width: 0;\r\n    color: #22344d !important;\r\n  }\r\n\r\n  .nour-code-logo img {\r\n    display: block;\r\n    width: 160px;\r\n    height: 60px;\r\n    object-fit: contain;\r\n  }\r\n\r\n  .nour-code-nav {\r\n    grid-area: nav;\r\n    min-width: 0;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: flex-end;\r\n    gap: 12px;\r\n    margin: 0;\r\n    padding: 0;\r\n    direction: ltr;\r\n  }\r\n\r\n  .nour-code-nav > a,\r\n  .nour-code-dropdown-toggle {\r\n    position: relative;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    min-height: 40px;\r\n    padding: 9px 15px;\r\n    border: 1px solid transparent;\r\n    border-radius: 999px;\r\n    background: transparent !important;\r\n    color: #22344d !important;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    line-height: 1.2;\r\n    white-space: nowrap;\r\n    transition: color 0.22s ease, transform 0.22s ease;\r\n  }\r\n\r\n  .nour-code-nav > a::after,\r\n  .nour-code-dropdown-toggle::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    left: 15px;\r\n    right: 15px;\r\n    bottom: 5px;\r\n    height: 2px;\r\n    background: #cc8b2d;\r\n    transform: scaleX(0);\r\n    transform-origin: center;\r\n    transition: transform 0.25s ease;\r\n  }\r\n\r\n  .nour-code-nav > a:hover::after,\r\n  .nour-code-nav > a:focus-visible::after,\r\n  .nour-code-dropdown-toggle:hover::before,\r\n  .nour-code-dropdown-toggle:focus-visible::before,\r\n  .nour-code-nav a[aria-current=\"page\"]::after {\r\n    transform: scaleX(1);\r\n  }\r\n\r\n  .nour-code-dropdown {\r\n    position: relative;\r\n    display: inline-flex;\r\n    align-items: center;\r\n  }\r\n\r\n  .nour-code-dropdown-toggle::after {\r\n    content: \"\u25be\";\r\n    position: static;\r\n    margin-left: 7px;\r\n    font-size: 10px;\r\n    line-height: 1;\r\n  }\r\n\r\n  .nour-code-submenu {\r\n    position: absolute;\r\n    top: 100%;\r\n    left: 0;\r\n    z-index: 1000000;\r\n    min-width: 230px;\r\n    padding: 10px;\r\n    border: 1px solid #ddd2c1;\r\n    border-radius: 18px;\r\n    background: rgba(255, 255, 255, 0.98);\r\n    box-shadow: 0 18px 42px rgba(35, 52, 79, 0.16);\r\n    display: none;\r\n  }\r\n\r\n  .nour-code-dropdown:hover .nour-code-submenu,\r\n  .nour-code-dropdown:focus-within .nour-code-submenu {\r\n    display: grid;\r\n    gap: 6px;\r\n  }\r\n\r\n  .nour-code-submenu a {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: flex-start;\r\n    min-height: 40px;\r\n    padding: 10px 13px;\r\n    border-radius: 12px;\r\n    background: transparent !important;\r\n    color: #22344d !important;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    white-space: nowrap;\r\n  }\r\n\r\n  .nour-code-submenu a:hover,\r\n  .nour-code-submenu a:focus-visible,\r\n  .nour-code-submenu a[aria-current=\"page\"] {\r\n    background: #f6f1e8 !important;\r\n    color: #00064f !important;\r\n  }\r\n\r\n  \/* LANGUAGE SWITCHER *\/\r\n  .nour-code-lang-switcher {\r\n    grid-area: lang;\r\n    position: relative;\r\n    z-index: 1000001;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    padding-bottom: 8px;\r\n    margin-bottom: -8px;\r\n    direction: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n  }\r\n\r\n  .nour-code-lang-switcher *,\r\n  .nour-code-lang-current,\r\n  .nour-code-lang-menu {\r\n    direction: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n  }\r\n\r\n  .nour-code-lang-current {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    min-height: 42px;\r\n    padding: 9px 14px;\r\n    border: 1px solid rgba(221, 210, 193, 0.9);\r\n    border-radius: 14px;\r\n    background: rgba(255, 255, 255, 0.62);\r\n    color: #22344d;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    line-height: 1;\r\n    white-space: nowrap;\r\n    cursor: pointer;\r\n    appearance: none;\r\n    -webkit-appearance: none;\r\n  }\r\n\r\n  .nour-code-lang-switcher:hover .nour-code-lang-current,\r\n  .nour-code-lang-switcher:focus-within .nour-code-lang-current,\r\n  .nour-code-lang-switcher.is-open .nour-code-lang-current {\r\n    background: rgba(255, 255, 255, 0.96);\r\n  }\r\n\r\n  .nour-code-lang-menu {\r\n    position: absolute;\r\n    top: 100%;\r\n    right: 0;\r\n    z-index: 1000002;\r\n    min-width: 166px;\r\n    padding: 8px;\r\n    border: 1px solid #ddd2c1;\r\n    border-radius: 16px;\r\n    background: rgba(255, 255, 255, 0.98);\r\n    box-shadow: 0 18px 42px rgba(35, 52, 79, 0.16);\r\n    display: none;\r\n  }\r\n\r\n  .nour-code-lang-switcher:hover .nour-code-lang-menu,\r\n  .nour-code-lang-switcher:focus-within .nour-code-lang-menu,\r\n  .nour-code-lang-switcher.is-open .nour-code-lang-menu {\r\n    display: grid;\r\n    gap: 5px;\r\n  }\r\n\r\n  .nour-code-lang-menu a {\r\n    display: flex;\r\n    align-items: center;\r\n    min-height: 38px;\r\n    padding: 9px 11px;\r\n    border-radius: 12px;\r\n    background: transparent !important;\r\n    color: #22344d !important;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    white-space: nowrap;\r\n  }\r\n\r\n  .nour-code-lang-menu a:hover,\r\n  .nour-code-lang-menu a:focus-visible,\r\n  .nour-code-lang-menu a.is-active,\r\n  .nour-code-lang-menu a[aria-current=\"true\"] {\r\n    background: #f6f1e8 !important;\r\n    color: #00064f !important;\r\n  }\r\n\r\n  \/* DONATE BUTTON *\/\r\n  .nour-code-header-donate,\r\n  .nour-code-mobile-donate {\r\n    position: relative;\r\n    isolation: isolate;\r\n    overflow: hidden;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    border: 0;\r\n    border-radius: 14px;\r\n    background: #000000 !important;\r\n    color: #ffffff !important;\r\n    font-weight: 800;\r\n    line-height: 1;\r\n    text-align: center !important;\r\n    white-space: nowrap;\r\n    box-shadow: 0 8px 18px rgba(35, 52, 79, 0.18);\r\n    transition: transform 0.35s ease, box-shadow 0.35s ease;\r\n  }\r\n\r\n  .nour-code-header-donate {\r\n    grid-area: donate;\r\n    width: 150px;\r\n    height: 50px;\r\n    font-size: 14px;\r\n  }\r\n\r\n  .nour-code-mobile-donate {\r\n    display: none;\r\n    width: 100%;\r\n    min-height: 46px;\r\n    margin-top: 4px;\r\n    font-size: 14px;\r\n  }\r\n\r\n  .nour-code-header-donate::before,\r\n  .nour-code-mobile-donate::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    inset: 0;\r\n    z-index: -1;\r\n    background: linear-gradient(90deg, #009b49, rgb(105, 184, 141));\r\n    transform: translateX(-101%);\r\n    transition: transform 0.45s ease;\r\n  }\r\n\r\n  .nour-code-header-donate:hover,\r\n  .nour-code-header-donate:focus-visible,\r\n  .nour-code-mobile-donate:hover,\r\n  .nour-code-mobile-donate:focus-visible {\r\n    color: #ffffff !important;\r\n    transform: translateY(-2px);\r\n    box-shadow: 0 12px 26px rgba(35, 52, 79, 0.24);\r\n  }\r\n\r\n  .nour-code-header-donate:hover::before,\r\n  .nour-code-header-donate:focus-visible::before,\r\n  .nour-code-mobile-donate:hover::before,\r\n  .nour-code-mobile-donate:focus-visible::before {\r\n    transform: translateX(0);\r\n  }\r\n\r\n  \/* MOBILE MENU BUTTON *\/\r\n  .nour-code-menu-toggle {\r\n    grid-area: menu;\r\n    display: none;\r\n    width: 44px;\r\n    height: 44px;\r\n    padding: 0;\r\n    border: 1px solid rgba(34, 52, 77, 0.16);\r\n    border-radius: 12px;\r\n    background: rgba(255, 255, 255, 0.72);\r\n    color: #22344d;\r\n    cursor: pointer;\r\n    align-items: center;\r\n    justify-content: center;\r\n    flex-direction: column;\r\n    gap: 5px;\r\n    appearance: none;\r\n    -webkit-appearance: none;\r\n  }\r\n\r\n  .nour-code-menu-toggle span {\r\n    display: block;\r\n    width: 20px;\r\n    height: 2px;\r\n    border-radius: 999px;\r\n    background: currentColor;\r\n    transition: transform 0.22s ease, opacity 0.22s ease;\r\n  }\r\n\r\n  .nour-code-header.is-menu-open .nour-code-menu-toggle span:nth-child(1) {\r\n    transform: translateY(7px) rotate(45deg);\r\n  }\r\n\r\n  .nour-code-header.is-menu-open .nour-code-menu-toggle span:nth-child(2) {\r\n    opacity: 0;\r\n  }\r\n\r\n  .nour-code-header.is-menu-open .nour-code-menu-toggle span:nth-child(3) {\r\n    transform: translateY(-7px) rotate(-45deg);\r\n  }\r\n\r\n  \/* FOCUS *\/\r\n  .nour-code-header a:focus-visible,\r\n  .nour-code-header button:focus-visible,\r\n  .nour-atr a:focus-visible {\r\n    outline: 3px solid rgba(204, 139, 45, 0.62) !important;\r\n    outline-offset: 3px !important;\r\n  }\r\n\r\n\r\n\/* =========================================================\r\n     FOOTER \u2014 EXACT ABOUT-US STRUCTURE\r\n     ========================================================= *\/\r\n  .nour-wg-footer {\r\n    padding: 58px 0 0;\r\n    border-top: 1px solid #ece7df;\r\n    background: #ffffff;\r\n    color: #5f5f5f;\r\n    font-family: Inter, Arial, sans-serif;\r\n    direction: ltr;\r\n    unicode-bidi: isolate;\r\n    text-align: left;\r\n  }\r\n\r\n  .nour-wg-footer,\r\n  .nour-wg-footer * {\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .nour-wg-footer a {\r\n    color: inherit;\r\n    text-decoration: none !important;\r\n  }\r\n\r\n  .nour-wg-footer-container {\r\n    width: min(1180px, calc(100% - 48px));\r\n    margin-left: auto;\r\n    margin-right: auto;\r\n  }\r\n\r\n  .nour-wg-footer-grid {\r\n    display: grid;\r\n    grid-template-columns: 1.15fr 0.9fr 1.12fr 1.08fr;\r\n    align-items: start;\r\n    gap: 54px;\r\n  }\r\n\r\n  .nour-wg-footer h4 {\r\n    margin: 0 0 24px;\r\n    color: #00064f;\r\n    font-family: Inter, Arial, sans-serif;\r\n    font-size: 26px;\r\n    font-weight: 900;\r\n    letter-spacing: -0.03em;\r\n    line-height: 1.1;\r\n  }\r\n\r\n  .nour-wg-footer-links,\r\n  .nour-wg-social,\r\n  .nour-wg-contact,\r\n  .nour-wg-info {\r\n    display: grid;\r\n  }\r\n\r\n  .nour-wg-footer-links { gap: 15px; }\r\n  .nour-wg-social { gap: 14px; }\r\n  .nour-wg-contact { gap: 12px; }\r\n  .nour-wg-info { gap: 14px; }\r\n\r\n  .nour-wg-footer-links a,\r\n  .nour-wg-footer p,\r\n  .nour-wg-footer-contact-line,\r\n  .nour-wg-footer-info-line,\r\n  .nour-wg-social a,\r\n  .nour-wg-address {\r\n    color: #5f5f5f;\r\n    font-size: 18px;\r\n    line-height: 1.55;\r\n  }\r\n\r\n  .nour-wg-footer-links a:hover,\r\n  .nour-wg-footer-links a:focus-visible,\r\n  .nour-wg-footer-contact-line a:hover,\r\n  .nour-wg-footer-contact-line a:focus-visible {\r\n    color: #00064f !important;\r\n    text-decoration: underline !important;\r\n  }\r\n\r\n  .nour-wg-social a {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: flex-start;\r\n    gap: 12px;\r\n  }\r\n\r\n  .nour-wg-social a:hover,\r\n  .nour-wg-social a:focus-visible {\r\n    color: #00064f !important;\r\n  }\r\n\r\n  .nour-wg-social-icon {\r\n    width: 34px;\r\n    height: 34px;\r\n    flex: 0 0 34px;\r\n    display: inline-grid;\r\n    place-items: center;\r\n    border-radius: 50%;\r\n    background: #f1eee8;\r\n    color: #00064f;\r\n    font-size: 15px;\r\n    font-weight: 900;\r\n    line-height: 1;\r\n    direction: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n    text-align: center !important;\r\n  }\r\n\r\n  .nour-wg-address {\r\n    margin: 0;\r\n    font-style: normal;\r\n  }\r\n\r\n  .nour-wg-footer-contact-line,\r\n  .nour-wg-footer-info-line {\r\n    display: grid;\r\n    align-items: start;\r\n  }\r\n\r\n  .nour-wg-footer-contact-line {\r\n    grid-template-columns: 70px minmax(0, 1fr);\r\n    gap: 3px;\r\n  }\r\n\r\n  .nour-wg-footer-info-line {\r\n    grid-template-columns: 68px minmax(0, 1fr);\r\n    gap: 10px;\r\n  }\r\n\r\n  .nour-wg-footer-contact-line strong,\r\n  .nour-wg-footer-info-line strong {\r\n    color: #5f5f5f;\r\n    font-weight: 400;\r\n  }\r\n\r\n  .nour-wg-footer-contact-line a {\r\n    color: #00064f !important;\r\n    text-decoration: underline !important;\r\n    overflow-wrap: anywhere;\r\n  }\r\n\r\n  .nour-ltr {\r\n    direction: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n    display: inline-block !important;\r\n    text-align: left !important;\r\n  }\r\n\r\n  .nour-wg-footer-divider {\r\n    margin-top: 64px;\r\n    padding: 28px 0 18px;\r\n    border-top: 1px solid #cfcfcf;\r\n  }\r\n\r\n  .nour-wg-footer-logo-row {\r\n    display: flex;\r\n    justify-content: flex-end;\r\n    align-items: center;\r\n    flex-wrap: wrap;\r\n    gap: 34px;\r\n  }\r\n\r\n  .nour-wg-footer-logo {\r\n    min-height: 60px;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n  }\r\n\r\n  .nour-wg-footer-logo img {\r\n    display: block;\r\n    width: auto;\r\n    height: auto;\r\n    max-width: 190px;\r\n    max-height: 58px;\r\n    object-fit: contain;\r\n  }\r\n\r\n  .nour-wg-footer-logo.auaf img {\r\n    max-width: 210px;\r\n    max-height: 58px;\r\n  }\r\n\r\n  .nour-wg-footer-logo.hbdo img {\r\n    max-width: 190px;\r\n    max-height: 64px;\r\n  }\r\n\r\n  .nour-wg-footer-logo.rsdo img {\r\n    max-width: 190px;\r\n    max-height: 70px;\r\n  }\r\n\r\n\r\n\r\n\r\n  \/* =========================================================\r\n     ATR \u2014 PERSIAN \/ RTL LAYOUT\r\n     ========================================================= *\/\r\n  .nour-atr {\r\n    padding-top: 70px;\r\n    text-align: start;\r\n  }\r\n\r\n  .nour-atr .nour-hero {\r\n    padding-top: 28px;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr,\r\n  body.nour-rtl-page .nour-atr,\r\n  .nour-atr[dir=\"rtl\"] {\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n    font-family: \"Vazirmatn\", \"Noto Sans Arabic\", Tahoma, \"Segoe UI\", Arial, sans-serif !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr *,\r\n  body.nour-rtl-page .nour-atr *,\r\n  .nour-atr[dir=\"rtl\"] * {\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr h1,\r\n  html.nour-rtl-page .nour-atr h2,\r\n  html.nour-rtl-page .nour-atr h3,\r\n  html.nour-rtl-page .nour-atr h4,\r\n  html.nour-rtl-page .nour-atr .nour-serif,\r\n  html.nour-rtl-page .nour-atr .nour-hero-message-quote,\r\n  html.nour-rtl-page .nour-atr .nour-quote,\r\n  body.nour-rtl-page .nour-atr h1,\r\n  body.nour-rtl-page .nour-atr h2,\r\n  body.nour-rtl-page .nour-atr h3,\r\n  body.nour-rtl-page .nour-atr h4,\r\n  body.nour-rtl-page .nour-atr .nour-serif,\r\n  body.nour-rtl-page .nour-atr .nour-hero-message-quote,\r\n  body.nour-rtl-page .nour-atr .nour-quote,\r\n  .nour-atr[dir=\"rtl\"] h1,\r\n  .nour-atr[dir=\"rtl\"] h2,\r\n  .nour-atr[dir=\"rtl\"] h3,\r\n  .nour-atr[dir=\"rtl\"] h4,\r\n  .nour-atr[dir=\"rtl\"] .nour-serif,\r\n  .nour-atr[dir=\"rtl\"] .nour-hero-message-quote,\r\n  .nour-atr[dir=\"rtl\"] .nour-quote {\r\n    font-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  }\r\n\r\n  html.nour-rtl-page .nour-atr h1,\r\n  body.nour-rtl-page .nour-atr h1,\r\n  .nour-atr[dir=\"rtl\"] h1 {\r\n    font-size: clamp(40px, 4.6vw, 62px);\r\n    line-height: 1.42;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr h2,\r\n  body.nour-rtl-page .nour-atr h2,\r\n  .nour-atr[dir=\"rtl\"] h2 {\r\n    line-height: 1.48;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr p,\r\n  html.nour-rtl-page .nour-atr li,\r\n  body.nour-rtl-page .nour-atr p,\r\n  body.nour-rtl-page .nour-atr li,\r\n  .nour-atr[dir=\"rtl\"] p,\r\n  .nour-atr[dir=\"rtl\"] li {\r\n    line-height: 1.95;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-kicker,\r\n  html.nour-rtl-page .nour-atr .nour-eyebrow,\r\n  html.nour-rtl-page .nour-atr .nour-number,\r\n  body.nour-rtl-page .nour-atr .nour-kicker,\r\n  body.nour-rtl-page .nour-atr .nour-eyebrow,\r\n  body.nour-rtl-page .nour-atr .nour-number,\r\n  .nour-atr[dir=\"rtl\"] .nour-kicker,\r\n  .nour-atr[dir=\"rtl\"] .nour-eyebrow,\r\n  .nour-atr[dir=\"rtl\"] .nour-number {\r\n    letter-spacing: 0 !important;\r\n    text-transform: none !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-hero,\r\n  html.nour-rtl-page .nour-atr .nour-split,\r\n  html.nour-rtl-page .nour-atr .nour-summary-grid,\r\n  html.nour-rtl-page .nour-atr .nour-quote-grid,\r\n  html.nour-rtl-page .nour-atr .nour-cta-grid,\r\n  body.nour-rtl-page .nour-atr .nour-hero,\r\n  body.nour-rtl-page .nour-atr .nour-split,\r\n  body.nour-rtl-page .nour-atr .nour-summary-grid,\r\n  body.nour-rtl-page .nour-atr .nour-quote-grid,\r\n  body.nour-rtl-page .nour-atr .nour-cta-grid,\r\n  .nour-atr[dir=\"rtl\"] .nour-hero,\r\n  .nour-atr[dir=\"rtl\"] .nour-split,\r\n  .nour-atr[dir=\"rtl\"] .nour-summary-grid,\r\n  .nour-atr[dir=\"rtl\"] .nour-quote-grid,\r\n  .nour-atr[dir=\"rtl\"] .nour-cta-grid {\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-hero-text,\r\n  html.nour-rtl-page .nour-atr .nour-card,\r\n  html.nour-rtl-page .nour-atr .nour-dark-card,\r\n  html.nour-rtl-page .nour-atr .nour-summary-box,\r\n  html.nour-rtl-page .nour-atr .nour-summary-card,\r\n  html.nour-rtl-page .nour-atr .nour-hero-message,\r\n  html.nour-rtl-page .nour-atr .nour-presentation-title,\r\n  html.nour-rtl-page .nour-atr .nour-cta-box,\r\n  body.nour-rtl-page .nour-atr .nour-hero-text,\r\n  body.nour-rtl-page .nour-atr .nour-card,\r\n  body.nour-rtl-page .nour-atr .nour-dark-card,\r\n  body.nour-rtl-page .nour-atr .nour-summary-box,\r\n  body.nour-rtl-page .nour-atr .nour-summary-card,\r\n  body.nour-rtl-page .nour-atr .nour-hero-message,\r\n  body.nour-rtl-page .nour-atr .nour-presentation-title,\r\n  body.nour-rtl-page .nour-atr .nour-cta-box,\r\n  .nour-atr[dir=\"rtl\"] .nour-hero-text,\r\n  .nour-atr[dir=\"rtl\"] .nour-card,\r\n  .nour-atr[dir=\"rtl\"] .nour-dark-card,\r\n  .nour-atr[dir=\"rtl\"] .nour-summary-box,\r\n  .nour-atr[dir=\"rtl\"] .nour-summary-card,\r\n  .nour-atr[dir=\"rtl\"] .nour-hero-message,\r\n  .nour-atr[dir=\"rtl\"] .nour-presentation-title,\r\n  .nour-atr[dir=\"rtl\"] .nour-cta-box {\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-actions,\r\n  html.nour-rtl-page .nour-atr .nour-pdf-actions,\r\n  html.nour-rtl-page .nour-atr .nour-presentation-actions,\r\n  html.nour-rtl-page .nour-atr .nour-cta-actions,\r\n  body.nour-rtl-page .nour-atr .nour-actions,\r\n  body.nour-rtl-page .nour-atr .nour-pdf-actions,\r\n  body.nour-rtl-page .nour-atr .nour-presentation-actions,\r\n  body.nour-rtl-page .nour-atr .nour-cta-actions,\r\n  .nour-atr[dir=\"rtl\"] .nour-actions,\r\n  .nour-atr[dir=\"rtl\"] .nour-pdf-actions,\r\n  .nour-atr[dir=\"rtl\"] .nour-presentation-actions,\r\n  .nour-atr[dir=\"rtl\"] .nour-cta-actions {\r\n    direction: rtl !important;\r\n    justify-content: flex-start !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-presentation-head,\r\n  html.nour-rtl-page .nour-atr .nour-presentation-bottom,\r\n  body.nour-rtl-page .nour-atr .nour-presentation-head,\r\n  body.nour-rtl-page .nour-atr .nour-presentation-bottom,\r\n  .nour-atr[dir=\"rtl\"] .nour-presentation-head,\r\n  .nour-atr[dir=\"rtl\"] .nour-presentation-bottom {\r\n    direction: rtl !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-slide-counter,\r\n  html.nour-rtl-page .nour-atr .nour-button,\r\n  html.nour-rtl-page .nour-atr .nour-slide-dot,\r\n  html.nour-rtl-page .nour-atr .nour-slide-nav,\r\n  body.nour-rtl-page .nour-atr .nour-slide-counter,\r\n  body.nour-rtl-page .nour-atr .nour-button,\r\n  body.nour-rtl-page .nour-atr .nour-slide-dot,\r\n  body.nour-rtl-page .nour-atr .nour-slide-nav,\r\n  .nour-atr[dir=\"rtl\"] .nour-slide-counter,\r\n  .nour-atr[dir=\"rtl\"] .nour-button,\r\n  .nour-atr[dir=\"rtl\"] .nour-slide-dot,\r\n  .nour-atr[dir=\"rtl\"] .nour-slide-nav {\r\n    text-align: center !important;\r\n  }\r\n\r\n  \/* Keep slide arrows visually correct in RTL. *\/\r\n  html.nour-rtl-page .nour-atr .nour-slide-prev,\r\n  body.nour-rtl-page .nour-atr .nour-slide-prev,\r\n  .nour-atr[dir=\"rtl\"] .nour-slide-prev {\r\n    left: auto;\r\n    right: 18px;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-slide-next,\r\n  body.nour-rtl-page .nour-atr .nour-slide-next,\r\n  .nour-atr[dir=\"rtl\"] .nour-slide-next {\r\n    right: auto;\r\n    left: 18px;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-hero-card,\r\n  body.nour-rtl-page .nour-atr .nour-hero-card,\r\n  .nour-atr[dir=\"rtl\"] .nour-hero-card {\r\n    right: auto;\r\n    left: 24px;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-hero-message,\r\n  body.nour-rtl-page .nour-atr .nour-hero-message,\r\n  .nour-atr[dir=\"rtl\"] .nour-hero-message {\r\n    padding: 34px 46px 34px 40px;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-hero-message::before,\r\n  body.nour-rtl-page .nour-atr .nour-hero-message::before,\r\n  .nour-atr[dir=\"rtl\"] .nour-hero-message::before {\r\n    left: auto;\r\n    right: 0;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-hero-message::after,\r\n  body.nour-rtl-page .nour-atr .nour-hero-message::after,\r\n  .nour-atr[dir=\"rtl\"] .nour-hero-message::after {\r\n    right: auto;\r\n    left: 28px;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr a[href^=\"mailto:\"],\r\n  html.nour-rtl-page .nour-atr a[href^=\"tel:\"],\r\n  html.nour-rtl-page .nour-atr .nour-ltr,\r\n  body.nour-rtl-page .nour-atr a[href^=\"mailto:\"],\r\n  body.nour-rtl-page .nour-atr a[href^=\"tel:\"],\r\n  body.nour-rtl-page .nour-atr .nour-ltr,\r\n  .nour-atr[dir=\"rtl\"] a[href^=\"mailto:\"],\r\n  .nour-atr[dir=\"rtl\"] a[href^=\"tel:\"],\r\n  .nour-atr[dir=\"rtl\"] .nour-ltr {\r\n    direction: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n    text-align: left !important;\r\n  }\r\n\r\n  @media (max-width: 640px) {\r\n    .nour-atr {\r\n      padding-top: 68px !important;\r\n    }\r\n\r\n    .nour-atr .nour-hero {\r\n      padding-top: 20px !important;\r\n    }\r\n\r\n    html.nour-rtl-page .nour-atr h1,\r\n    body.nour-rtl-page .nour-atr h1,\r\n    .nour-atr[dir=\"rtl\"] h1 {\r\n      font-size: clamp(34px, 9vw, 44px);\r\n      line-height: 1.5;\r\n    }\r\n\r\n    html.nour-rtl-page .nour-atr .nour-hero-card,\r\n    body.nour-rtl-page .nour-atr .nour-hero-card,\r\n    .nour-atr[dir=\"rtl\"] .nour-hero-card {\r\n      left: 16px;\r\n      right: 16px;\r\n      width: auto;\r\n    }\r\n\r\n    html.nour-rtl-page .nour-atr .nour-slide-prev,\r\n    body.nour-rtl-page .nour-atr .nour-slide-prev,\r\n    .nour-atr[dir=\"rtl\"] .nour-slide-prev {\r\n      right: 10px;\r\n    }\r\n\r\n    html.nour-rtl-page .nour-atr .nour-slide-next,\r\n    body.nour-rtl-page .nour-atr .nour-slide-next,\r\n    .nour-atr[dir=\"rtl\"] .nour-slide-next {\r\n      left: 10px;\r\n    }\r\n\r\n    html.nour-rtl-page .nour-atr .nour-hero-message,\r\n    body.nour-rtl-page .nour-atr .nour-hero-message,\r\n    .nour-atr[dir=\"rtl\"] .nour-hero-message {\r\n      padding: 26px 28px 28px 24px;\r\n    }\r\n  }\r\n\r\n\r\n\/* =========================================================\r\n     DEFINITIVE ABOUT-US HEADER \/ FOOTER OVERRIDES\r\n     The page content remains page-specific; these rules make\r\n     the shared site chrome identical and prevent duplication.\r\n     ========================================================= *\/\r\n  .nour-code-header,\r\n  .nour-code-header * {\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .nour-code-header {\r\n    width: 100vw !important;\r\n    max-width: 100vw !important;\r\n    margin-left: 0 !important;\r\n    margin-right: 0 !important;\r\n    background: rgba(255, 255, 255, 0.40) !important;\r\n    direction: ltr !important;\r\n  }\r\n\r\n  .nour-code-header-inner {\r\n    width: min(1450px, calc(100% - 24px)) !important;\r\n    min-height: 70px !important;\r\n    margin: 0 auto !important;\r\n    display: grid !important;\r\n    grid-template-areas: \"logo nav lang donate\" !important;\r\n    grid-template-columns: auto minmax(0, 1fr) auto auto !important;\r\n    align-items: center !important;\r\n    gap: 14px !important;\r\n    direction: ltr !important;\r\n  }\r\n\r\n  .nour-code-logo { grid-area: logo !important; }\r\n  .nour-code-nav {\r\n    grid-area: nav !important;\r\n    min-width: 0 !important;\r\n    width: auto !important;\r\n    max-width: none !important;\r\n    margin: 0 !important;\r\n    padding: 0 !important;\r\n    overflow: visible !important;\r\n    justify-content: flex-end !important;\r\n    gap: 10px !important;\r\n    direction: ltr !important;\r\n  }\r\n  .nour-code-lang-switcher {\r\n    grid-area: lang !important;\r\n    margin-left: 0 !important;\r\n    margin-right: 0 !important;\r\n  }\r\n  .nour-code-header-donate {\r\n    grid-area: donate !important;\r\n    margin: 0 !important;\r\n    white-space: nowrap !important;\r\n  }\r\n  .nour-code-menu-toggle { grid-area: menu !important; }\r\n\r\n  \/* Remove the extra pseudo-element that appeared as a dot beside About Us. *\/\r\n  .nour-code-dropdown-toggle::before {\r\n    content: none !important;\r\n    display: none !important;\r\n  }\r\n\r\n  .nour-code-dropdown-toggle::after {\r\n    content: \"\u25be\" !important;\r\n    position: static !important;\r\n    width: auto !important;\r\n    height: auto !important;\r\n    margin-left: 7px !important;\r\n    margin-right: 0 !important;\r\n    background: transparent !important;\r\n    transform: none !important;\r\n    font-size: 10px !important;\r\n    line-height: 1 !important;\r\n  }\r\n\r\n  \/* Never show the menu Donate link while the desktop Donate button is visible. *\/\r\n  .nour-code-mobile-donate {\r\n    display: none !important;\r\n  }\r\n\r\n  \/* Persian desktop order: Donate left, logo right. *\/\r\n  html.nour-rtl-page .nour-code-header-inner,\r\n  body.nour-rtl-page .nour-code-header-inner,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-header-inner {\r\n    grid-template-areas: \"donate lang nav logo\" !important;\r\n    grid-template-columns: auto auto minmax(0, 1fr) auto !important;\r\n    direction: ltr !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-code-nav,\r\n  body.nour-rtl-page .nour-code-nav,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-nav {\r\n    direction: rtl !important;\r\n    justify-content: flex-start !important;\r\n    text-align: right !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-code-nav > a,\r\n  html.nour-rtl-page .nour-code-dropdown,\r\n  body.nour-rtl-page .nour-code-nav > a,\r\n  body.nour-rtl-page .nour-code-dropdown,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-nav > a,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-dropdown {\r\n    direction: rtl !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-code-dropdown-toggle::after,\r\n  body.nour-rtl-page .nour-code-dropdown-toggle::after,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-dropdown-toggle::after {\r\n    margin-left: 0 !important;\r\n    margin-right: 7px !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-code-submenu,\r\n  body.nour-rtl-page .nour-code-submenu,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-submenu {\r\n    right: 0 !important;\r\n    left: auto !important;\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-code-submenu a,\r\n  body.nour-rtl-page .nour-code-submenu a,\r\n  .nour-code-header[dir=\"rtl\"] .nour-code-submenu a {\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n    justify-content: flex-start !important;\r\n  }\r\n\r\n  \/* Footer \u2014 identical RTL behavior to the corrected About Us page. *\/\r\n  html.nour-rtl-page .nour-atr .nour-wg-footer,\r\n  body.nour-rtl-page .nour-atr .nour-wg-footer,\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-footer {\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n    font-family: \"Vazirmatn\", \"Noto Sans Arabic\", Tahoma, \"Segoe UI\", Arial, sans-serif !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-wg-footer h4,\r\n  body.nour-rtl-page .nour-atr .nour-wg-footer h4,\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-footer h4 {\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n    font-family: \"Vazirmatn\", \"Noto Sans Arabic\", Tahoma, \"Segoe UI\", Arial, sans-serif !important;\r\n    letter-spacing: 0 !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-wg-footer-grid,\r\n  body.nour-rtl-page .nour-atr .nour-wg-footer-grid,\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-footer-grid {\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-wg-footer-links,\r\n  html.nour-rtl-page .nour-atr .nour-wg-social,\r\n  html.nour-rtl-page .nour-atr .nour-wg-contact,\r\n  html.nour-rtl-page .nour-atr .nour-wg-info,\r\n  body.nour-rtl-page .nour-atr .nour-wg-footer-links,\r\n  body.nour-rtl-page .nour-atr .nour-wg-social,\r\n  body.nour-rtl-page .nour-atr .nour-wg-contact,\r\n  body.nour-rtl-page .nour-atr .nour-wg-info,\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-footer-links,\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-social,\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-contact,\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-info {\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-wg-footer-links a,\r\n  body.nour-rtl-page .nour-atr .nour-wg-footer-links a,\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-footer-links a {\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-wg-social a,\r\n  body.nour-rtl-page .nour-atr .nour-wg-social a,\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-social a {\r\n    direction: rtl !important;\r\n    justify-content: flex-start !important;\r\n    text-align: right !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-wg-footer-contact-line,\r\n  html.nour-rtl-page .nour-atr .nour-wg-footer-info-line,\r\n  body.nour-rtl-page .nour-atr .nour-wg-footer-contact-line,\r\n  body.nour-rtl-page .nour-atr .nour-wg-footer-info-line,\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-footer-contact-line,\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-footer-info-line {\r\n    direction: rtl !important;\r\n    text-align: right !important;\r\n    grid-template-columns: 70px minmax(0, 1fr) !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-wg-footer-contact-line > :last-child,\r\n  html.nour-rtl-page .nour-atr .nour-wg-footer-info-line > :last-child,\r\n  body.nour-rtl-page .nour-atr .nour-wg-footer-contact-line > :last-child,\r\n  body.nour-rtl-page .nour-atr .nour-wg-footer-info-line > :last-child,\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-footer-contact-line > :last-child,\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-footer-info-line > :last-child {\r\n    justify-self: start !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-wg-address,\r\n  body.nour-rtl-page .nour-atr .nour-wg-address,\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-address {\r\n    direction: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n    text-align: left !important;\r\n    font-style: normal !important;\r\n    font-family: Inter, Arial, sans-serif !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-wg-footer-logo-row,\r\n  body.nour-rtl-page .nour-atr .nour-wg-footer-logo-row,\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-footer-logo-row {\r\n    direction: rtl !important;\r\n    justify-content: flex-start !important;\r\n  }\r\n\r\n  \/* Latin contact data and registry values must remain readable in Persian. *\/\r\n  html.nour-rtl-page .nour-atr .nour-ltr,\r\n  html.nour-rtl-page .nour-atr a[href^=\"mailto:\"],\r\n  html.nour-rtl-page .nour-atr a[href^=\"tel:\"],\r\n  html.nour-rtl-page .nour-atr .nour-wg-footer-info-line span.nour-ltr,\r\n  body.nour-rtl-page .nour-atr .nour-ltr,\r\n  body.nour-rtl-page .nour-atr a[href^=\"mailto:\"],\r\n  body.nour-rtl-page .nour-atr a[href^=\"tel:\"],\r\n  body.nour-rtl-page .nour-atr .nour-wg-footer-info-line span.nour-ltr,\r\n  .nour-atr[dir=\"rtl\"] .nour-ltr,\r\n  .nour-atr[dir=\"rtl\"] a[href^=\"mailto:\"],\r\n  .nour-atr[dir=\"rtl\"] a[href^=\"tel:\"],\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-footer-info-line span.nour-ltr {\r\n    direction: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n    text-align: left !important;\r\n    font-family: Inter, Arial, sans-serif !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-wg-footer-info-line span:not(.nour-ltr),\r\n  body.nour-rtl-page .nour-atr .nour-wg-footer-info-line span:not(.nour-ltr),\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-footer-info-line span:not(.nour-ltr) {\r\n    direction: rtl !important;\r\n    unicode-bidi: isolate !important;\r\n    text-align: right !important;\r\n    font-family: \"Vazirmatn\", \"Noto Sans Arabic\", Tahoma, \"Segoe UI\", Arial, sans-serif !important;\r\n  }\r\n\r\n  html.nour-rtl-page .nour-atr .nour-wg-social-icon,\r\n  body.nour-rtl-page .nour-atr .nour-wg-social-icon,\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-social-icon {\r\n    direction: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n    text-align: center !important;\r\n  }\r\n\r\n  \/* Keep Latin registry labels such as IBAN, RSIN, KVK and ANBI in the correct order. *\/\r\n  html.nour-rtl-page .nour-atr .nour-wg-footer-info-line strong,\r\n  body.nour-rtl-page .nour-atr .nour-wg-footer-info-line strong,\r\n  .nour-atr[dir=\"rtl\"] .nour-wg-footer-info-line strong {\r\n    direction: ltr !important;\r\n    unicode-bidi: isolate !important;\r\n    text-align: right !important;\r\n    font-family: Inter, Arial, sans-serif !important;\r\n  }\r\n\r\n  @media (max-width: 1220px) {\r\n    .nour-code-header-inner {\r\n      width: min(100% - 24px, 1180px) !important;\r\n      min-height: 72px !important;\r\n      position: relative !important;\r\n      grid-template-areas: \"logo spacer lang donate menu\" !important;\r\n      grid-template-columns: auto minmax(12px, 1fr) auto auto auto !important;\r\n      gap: 10px !important;\r\n      direction: ltr !important;\r\n    }\r\n\r\n    .nour-code-mobile-donate {\r\n      display: none !important;\r\n    }\r\n\r\n    html.nour-rtl-page .nour-code-header-inner,\r\n    body.nour-rtl-page .nour-code-header-inner,\r\n    .nour-code-header[dir=\"rtl\"] .nour-code-header-inner {\r\n      grid-template-areas: \"menu donate lang spacer logo\" !important;\r\n      grid-template-columns: auto auto auto minmax(12px, 1fr) auto !important;\r\n      direction: ltr !important;\r\n    }\r\n\r\n    html.nour-rtl-page .nour-code-dropdown-toggle::after,\r\n    body.nour-rtl-page .nour-code-dropdown-toggle::after,\r\n    .nour-code-header[dir=\"rtl\"] .nour-code-dropdown-toggle::after {\r\n      margin-right: auto !important;\r\n      margin-left: 0 !important;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 640px) {\r\n    .nour-code-header-inner {\r\n      width: calc(100% - 20px) !important;\r\n      min-height: 68px !important;\r\n      grid-template-areas: \"logo spacer lang menu\" !important;\r\n      grid-template-columns: auto minmax(8px, 1fr) auto auto !important;\r\n      gap: 8px !important;\r\n    }\r\n\r\n    .nour-code-header-donate {\r\n      display: none !important;\r\n    }\r\n\r\n    .nour-code-mobile-donate,\r\n    .nour-code-mobile-donate:visited,\r\n    .nour-code-mobile-donate:focus {\r\n      display: inline-flex !important;\r\n      width: 100% !important;\r\n      min-height: 46px !important;\r\n      margin-top: 6px !important;\r\n      align-items: center !important;\r\n      justify-content: center !important;\r\n      border-radius: 12px !important;\r\n      background: #000000 !important;\r\n      color: #ffffff !important;\r\n      font-size: 14px !important;\r\n      font-weight: 800 !important;\r\n      text-align: center !important;\r\n      white-space: normal !important;\r\n    }\r\n\r\n    html.nour-rtl-page .nour-code-header-inner,\r\n    body.nour-rtl-page .nour-code-header-inner,\r\n    .nour-code-header[dir=\"rtl\"] .nour-code-header-inner {\r\n      grid-template-areas: \"menu lang spacer logo\" !important;\r\n      grid-template-columns: auto auto minmax(8px, 1fr) auto !important;\r\n    }\r\n\r\n    html.nour-rtl-page .nour-atr .nour-wg-footer-contact-line,\r\n    html.nour-rtl-page .nour-atr .nour-wg-footer-info-line,\r\n    body.nour-rtl-page .nour-atr .nour-wg-footer-contact-line,\r\n    body.nour-rtl-page .nour-atr .nour-wg-footer-info-line,\r\n    .nour-atr[dir=\"rtl\"] .nour-wg-footer-contact-line,\r\n    .nour-atr[dir=\"rtl\"] .nour-wg-footer-info-line {\r\n      grid-template-columns: 1fr !important;\r\n    }\r\n\r\n    html.nour-rtl-page .nour-atr .nour-wg-footer-contact-line strong,\r\n    html.nour-rtl-page .nour-atr .nour-wg-footer-info-line strong,\r\n    html.nour-rtl-page .nour-atr .nour-wg-footer-contact-line a,\r\n    html.nour-rtl-page .nour-atr .nour-wg-footer-info-line span,\r\n    body.nour-rtl-page .nour-atr .nour-wg-footer-contact-line strong,\r\n    body.nour-rtl-page .nour-atr .nour-wg-footer-info-line strong,\r\n    body.nour-rtl-page .nour-atr .nour-wg-footer-contact-line a,\r\n    body.nour-rtl-page .nour-atr .nour-wg-footer-info-line span,\r\n    .nour-atr[dir=\"rtl\"] .nour-wg-footer-contact-line strong,\r\n    .nour-atr[dir=\"rtl\"] .nour-wg-footer-info-line strong,\r\n    .nour-atr[dir=\"rtl\"] .nour-wg-footer-contact-line a,\r\n    .nour-atr[dir=\"rtl\"] .nour-wg-footer-info-line span {\r\n      grid-column: 1 !important;\r\n      grid-row: auto !important;\r\n    }\r\n  }\r\n\r\n\r\n<\/style>\r\n\r\n<!-- =========================================================\r\n     HEADER \u2014 EXACT HOW WE USE SUPPORT STRUCTURE\r\n     ========================================================= -->\r\n<header class=\"nour-code-header\" data-nour-header data-nour-localize-root>\r\n  <div class=\"nour-code-header-inner\">\r\n    <a class=\"nour-code-logo\" href=\"\/\" aria-label=\"Nour Peace Foundation home\">\r\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/nour_signature300-1.png\" alt=\"Nour Peace Foundation\" title=\"ATR\">\r\n    <\/a>\r\n\r\n    <button class=\"nour-code-menu-toggle\" type=\"button\" aria-label=\"Open menu\" aria-controls=\"nour-code-nav\" aria-expanded=\"false\" data-nour-menu-toggle>\r\n      <span><\/span><span><\/span><span><\/span>\r\n    <\/button>\r\n\r\n    <nav class=\"nour-code-nav\" id=\"nour-code-nav\" aria-label=\"Main navigation\">\r\n      <a href=\"\/\">Home<\/a>\r\n\r\n      <div class=\"nour-code-dropdown\">\r\n        <a class=\"nour-code-dropdown-toggle\" href=\"\/about\/\" aria-haspopup=\"true\" aria-controls=\"nour-about-submenu\" aria-expanded=\"false\">About Us<\/a>\r\n        <div class=\"nour-code-submenu\" id=\"nour-about-submenu\">\r\n          <a href=\"\/about\/our-story-2\/\">Our Story<\/a>\r\n          <a href=\"\/about\/how-we-use-support\/\">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\/\" aria-current=\"page\">ATR<\/a>\r\n      <a href=\"\/impact-testimonials\/\">Education<\/a>\r\n      <a href=\"\/publications\/\">Publications<\/a>\r\n      <a href=\"\/contact\/\">Contact Us<\/a>\r\n      <a class=\"nour-code-mobile-donate\" href=\"\/donate-now\/\">Donate Now<\/a>\r\n    <\/nav>\r\n\r\n    <div class=\"nour-code-lang-switcher notranslate\" translate=\"no\" data-nour-lang-switcher>\r\n      <button class=\"nour-code-lang-current\" type=\"button\" aria-haspopup=\"true\" aria-controls=\"nour-code-lang-menu\" aria-expanded=\"false\">\r\n        \ud83c\uddfa\ud83c\uddf8 English \u25be\r\n      <\/button>\r\n      <div class=\"nour-code-lang-menu\" id=\"nour-code-lang-menu\" aria-label=\"Language menu\">\r\n        <a href=\"\/the-situation-in-afghanistan\/\" data-lang=\"en\">\ud83c\uddfa\ud83c\uddf8 English<\/a>\r\n        <a href=\"\/nl\/the-situation-in-afghanistan\/\" data-lang=\"nl\">\ud83c\uddf3\ud83c\uddf1 Nederlands<\/a>\r\n        <a href=\"\/fr\/the-situation-in-afghanistan\/\" data-lang=\"fr\">\ud83c\uddeb\ud83c\uddf7 Fran\u00e7ais<\/a>\r\n        <a href=\"\/fa\/the-situation-in-afghanistan\/\" data-lang=\"fa\">\ud83c\uddee\ud83c\uddf7 \u0641\u0627\u0631\u0633\u06cc<\/a>\r\n        <a href=\"\/de\/the-situation-in-afghanistan\/\" data-lang=\"de\">\ud83c\udde9\ud83c\uddea Deutsch<\/a>\r\n        <a href=\"\/es\/the-situation-in-afghanistan\/\" 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<div class=\"nour-atr\" data-nour-page-root data-nour-localize-root dir=\"ltr\" lang=\"en\">\r\n  <section class=\"nour-container nour-hero\">\r\n    <div class=\"nour-hero-text\">\r\n      <div class=\"nour-eyebrow\">ATR \u2022 Afghanistan Transition Roadmap<\/div>\r\n      <h1>A practical roadmap for Afghanistan\u2019s social and economic transition.<\/h1>\r\n      <p class=\"nour-lead\">\r\n        ATR is Nour Peace Foundation\u2019s long-term transition vision for Afghanistan. It connects education, land justice, agriculture, health, public services, women\u2019s participation, and accountable institutions into one practical framework.\r\n      <\/p>\r\n\r\n      <div class=\"nour-actions\">\r\n        <a class=\"nour-button nour-button-dark\" href=\"#overview\">Explore ATR<\/a>\r\n        <a class=\"nour-button nour-button-light\" href=\"#summary\">View Summary<\/a>\r\n      <\/div>\r\n\r\n      <div class=\"nour-hero-message nour-hero-message-inline\">\r\n        <div class=\"nour-kicker\">Core Message<\/div>\r\n        <p class=\"nour-hero-message-quote\">\u201cAfghanistan cannot be rebuilt only from above.\u201d<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"nour-hero-visual\">\r\n      <div class=\"nour-hero-image\">\r\n        <div class=\"nour-hero-card\">\r\n          <img decoding=\"async\" class=\"nour-hero-card-logo\" src=\"\/wp-content\/uploads\/2026\/05\/23.jpg\" alt=\"ATR - Afghanistan Transition Roadmap\" title=\"ATR\">\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"nour-container nour-presentation-wrap\">\r\n    <div class=\"nour-presentation-viewer\" id=\"atr-presentation\" aria-label=\"ATR presentation viewer\">\r\n      <div class=\"nour-presentation-head\">\r\n        <div class=\"nour-presentation-title\">\r\n          <div class=\"nour-kicker\">Official Presentation<\/div>\r\n        <\/div>\r\n        <div class=\"nour-slide-counter\"><span id=\"nour-current-slide\">1<\/span> \/ 15<\/div>\r\n      <\/div>\r\n\r\n      <div class=\"nour-slide-frame\" tabindex=\"0\" aria-live=\"polite\">\r\n        <img class=\"nour-slide is-active\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/Dia01.jpg\" alt=\"ATR Presentation slide 1 of 15\" loading=\"eager\" decoding=\"async\" title=\"ATR\">\r\n        <img class=\"nour-slide\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/Dia02.jpg\" alt=\"ATR Presentation slide 2 of 15\" loading=\"lazy\" decoding=\"async\" title=\"ATR\">\r\n        <img class=\"nour-slide\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/Dia03.jpg\" alt=\"ATR Presentation slide 3 of 15\" loading=\"lazy\" decoding=\"async\" title=\"ATR\">\r\n        <img class=\"nour-slide\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/Dia04.jpg\" alt=\"ATR Presentation slide 4 of 15\" loading=\"lazy\" decoding=\"async\" title=\"ATR\">\r\n        <img class=\"nour-slide\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/Dia05.jpg\" alt=\"ATR Presentation slide 5 of 15\" loading=\"lazy\" decoding=\"async\" title=\"ATR\">\r\n        <img class=\"nour-slide\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/Dia06.jpg\" alt=\"ATR Presentation slide 6 of 15\" loading=\"lazy\" decoding=\"async\" title=\"ATR\">\r\n        <img class=\"nour-slide\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/Dia07.jpg\" alt=\"ATR Presentation slide 7 of 15\" loading=\"lazy\" decoding=\"async\" title=\"ATR\">\r\n        <img class=\"nour-slide\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/Dia08.jpg\" alt=\"ATR Presentation slide 8 of 15\" loading=\"lazy\" decoding=\"async\" title=\"ATR\">\r\n        <img class=\"nour-slide\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/Dia09.jpg\" alt=\"ATR Presentation slide 9 of 15\" loading=\"lazy\" decoding=\"async\" title=\"ATR\">\r\n        <img class=\"nour-slide\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/Dia10.jpg\" alt=\"ATR Presentation slide 10 of 15\" loading=\"lazy\" decoding=\"async\" title=\"ATR\">\r\n        <img class=\"nour-slide\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/Dia11.jpg\" alt=\"ATR Presentation slide 11 of 15\" loading=\"lazy\" decoding=\"async\" title=\"ATR\">\r\n        <img class=\"nour-slide\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/Dia12.jpg\" alt=\"ATR Presentation slide 12 of 15\" loading=\"lazy\" decoding=\"async\" title=\"ATR\">\r\n        <img class=\"nour-slide\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/Dia13.jpg\" alt=\"ATR Presentation slide 13 of 15\" loading=\"lazy\" decoding=\"async\" title=\"ATR\">\r\n        <img class=\"nour-slide\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/Dia14.jpg\" alt=\"ATR Presentation slide 14 of 15\" loading=\"lazy\" decoding=\"async\" title=\"ATR\">\r\n        <img class=\"nour-slide\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/Dia15.jpg\" alt=\"ATR Presentation slide 15 of 15\" loading=\"lazy\" decoding=\"async\" title=\"ATR\">\r\n\r\n        <canvas\r\n          class=\"nour-slide nour-fa-pdf-slide\"\r\n          data-fa-pdf-canvas\r\n          aria-label=\"\u0635\u0641\u062d\u0647\u0654 \u067e\u0631\u0632\u0646\u062a\u06cc\u0634\u0646 \u0641\u0627\u0631\u0633\u06cc ATR\"\r\n          role=\"img\"\r\n        ><\/canvas>\r\n        <div class=\"nour-fa-pdf-status\" data-fa-pdf-status aria-live=\"polite\"><\/div>\r\n\r\n        <button class=\"nour-slide-nav nour-slide-prev\" type=\"button\" aria-label=\"Previous slide\">\u2039<\/button>\r\n        <button class=\"nour-slide-nav nour-slide-next\" type=\"button\" aria-label=\"Next slide\">\u203a<\/button>\r\n      <\/div>\r\n\r\n      <div class=\"nour-presentation-bottom\">\r\n        <div class=\"nour-slide-dots\" aria-label=\"Presentation slide navigation\">\r\n        <button class=\"nour-slide-dot is-active\" type=\"button\" data-slide=\"0\" aria-label=\"Go to slide 1\"><\/button>\r\n        <button class=\"nour-slide-dot\" type=\"button\" data-slide=\"1\" aria-label=\"Go to slide 2\"><\/button>\r\n        <button class=\"nour-slide-dot\" type=\"button\" data-slide=\"2\" aria-label=\"Go to slide 3\"><\/button>\r\n        <button class=\"nour-slide-dot\" type=\"button\" data-slide=\"3\" aria-label=\"Go to slide 4\"><\/button>\r\n        <button class=\"nour-slide-dot\" type=\"button\" data-slide=\"4\" aria-label=\"Go to slide 5\"><\/button>\r\n        <button class=\"nour-slide-dot\" type=\"button\" data-slide=\"5\" aria-label=\"Go to slide 6\"><\/button>\r\n        <button class=\"nour-slide-dot\" type=\"button\" data-slide=\"6\" aria-label=\"Go to slide 7\"><\/button>\r\n        <button class=\"nour-slide-dot\" type=\"button\" data-slide=\"7\" aria-label=\"Go to slide 8\"><\/button>\r\n        <button class=\"nour-slide-dot\" type=\"button\" data-slide=\"8\" aria-label=\"Go to slide 9\"><\/button>\r\n        <button class=\"nour-slide-dot\" type=\"button\" data-slide=\"9\" aria-label=\"Go to slide 10\"><\/button>\r\n        <button class=\"nour-slide-dot\" type=\"button\" data-slide=\"10\" aria-label=\"Go to slide 11\"><\/button>\r\n        <button class=\"nour-slide-dot\" type=\"button\" data-slide=\"11\" aria-label=\"Go to slide 12\"><\/button>\r\n        <button class=\"nour-slide-dot\" type=\"button\" data-slide=\"12\" aria-label=\"Go to slide 13\"><\/button>\r\n        <button class=\"nour-slide-dot\" type=\"button\" data-slide=\"13\" aria-label=\"Go to slide 14\"><\/button>\r\n        <button class=\"nour-slide-dot\" type=\"button\" data-slide=\"14\" aria-label=\"Go to slide 15\"><\/button>\r\n        <\/div>\r\n\r\n        <div class=\"nour-presentation-actions\">\r\n          <a\r\n            class=\"nour-button nour-button-gold\"\r\n            href=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/ATR_presentation_network_republic02_EN.pdf\"\r\n            target=\"_blank\"\r\n            rel=\"noopener noreferrer\"\r\n            data-atr-presentation-pdf\r\n          >\r\n            Read Presentation\r\n          <\/a>\r\n\r\n          <a\r\n            class=\"nour-button nour-button-light\"\r\n            href=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/ATR_presentation_network_republic02_EN.pdf\"\r\n            download\r\n            data-atr-presentation-pdf\r\n          >\r\n            Download PDF\r\n          <\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n\r\n  <section id=\"overview\" class=\"nour-section nour-intro\">\r\n    <div class=\"nour-container nour-split\">\r\n      <div>\r\n        <div class=\"nour-kicker\">What ATR Is<\/div>\r\n        <h2>A framework for turning future thinking into social structure.<\/h2>\r\n      <\/div>\r\n\r\n      <p class=\"nour-body-large\">\r\n        ATR is based on a simple idea: a stable future cannot come only from political change at the top. It requires connected communities, capable institutions, education, services, productive livelihoods, and a visible path from local life to national development.\r\n      <\/p>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"nour-section\">\r\n    <div class=\"nour-container\">\r\n      <div class=\"nour-kicker\">Core Direction<\/div>\r\n      <h2>ATR focuses on the foundations of a connected Afghanistan.<\/h2>\r\n\r\n      <div class=\"nour-cards-3\">\r\n        <div class=\"nour-card sand\">\r\n          <div class=\"nour-number\">01<\/div>\r\n          <h3>Dignity<\/h3>\r\n          <p>Human dignity, equal citizenship, women\u2019s education, public health, and protection of people as citizens are central to the roadmap.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"nour-card mist\">\r\n          <div class=\"nour-number\">02<\/div>\r\n          <h3>Connection<\/h3>\r\n          <p>ATR links villages, intermediate towns, cities, diaspora communities, schools, health services, markets, and public institutions.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"nour-card olive\">\r\n          <div class=\"nour-number\">03<\/div>\r\n          <h3>Responsibility<\/h3>\r\n          <p>The roadmap emphasizes accountable institutions, measurable progress, public service, and transition that people can see in daily life.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"nour-section nour-dark\">\r\n    <div class=\"nour-container\">\r\n      <div class=\"nour-kicker\">Village \u2022 Town \u2022 City<\/div>\r\n      <h2>ATR sees Afghanistan as a living network.<\/h2>\r\n\r\n      <div class=\"nour-cards-3\">\r\n        <div class=\"nour-dark-card\">\r\n          <h3>Village<\/h3>\r\n          <p>Primary education, basic health, adult literacy, local cooperation, and first-level agricultural support.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"nour-dark-card\">\r\n          <h3>Intermediate Town<\/h3>\r\n          <p>Secondary education, regional clinics, technical training, markets, storage, registration services, and local administration.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"nour-dark-card\">\r\n          <h3>City<\/h3>\r\n          <p>Universities, specialized hospitals, research centres, higher judicial institutions, larger industries, and national civic links.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section id=\"summary\" class=\"nour-section\">\r\n    <div class=\"nour-container\">\r\n      <div class=\"nour-summary-box\">\r\n        <div class=\"nour-summary-grid\">\r\n          <div>\r\n            <div class=\"nour-kicker\">ATR Summary<\/div>\r\n            <h2>Read the short summary of the ATR program.<\/h2>\r\n\r\n            <p class=\"nour-body-large\" style=\"font-size:18px; margin-top:20px;\">\r\n              Visitors can open the ATR PDF in a separate page to read it online. After reading, they can also download the document directly from this section.\r\n            <\/p>\r\n\r\n            <div class=\"nour-summary-list\">\r\n              <div>ATR explains why Afghanistan needs a structured transition, not only a political reaction.<\/div>\r\n              <div>It connects education, agriculture, health, land justice, institutions, and local development.<\/div>\r\n              <div>It proposes a village-town-city framework for rebuilding connection from the ground up.<\/div>\r\n            <\/div>\r\n          <\/div>\r\n\r\n          <div class=\"nour-summary-card\">\r\n            <h3>Short ATR Program<\/h3>\r\n            <p>\r\n              Read the ATR program in a separate page. You can also download the PDF document after opening it or by using the direct download button below.\r\n            <\/p>\r\n\r\n            <div class=\"nour-pdf-actions\">\r\n              <a\r\n                class=\"nour-button nour-button-gold\"\r\n                href=\"\/wp-content\/uploads\/2026\/05\/ATR_Network_Building_Republic_ToT_Adjusted01.pdf\"\r\n                data-atr-summary-pdf\r\n                target=\"_blank\"\r\n                rel=\"noopener noreferrer\"\r\n              >\r\n                Read PDF\r\n              <\/a>\r\n\r\n              <a\r\n                class=\"nour-button nour-button-light\"\r\n                href=\"\/wp-content\/uploads\/2026\/05\/ATR_Network_Building_Republic_ToT_Adjusted01.pdf\"\r\n                data-atr-summary-pdf\r\n                download\r\n              >\r\n                Download PDF\r\n              <\/a>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"nour-section\">\r\n    <div class=\"nour-container\">\r\n      <div class=\"nour-kicker\">Main Pillars<\/div>\r\n      <h2>ATR brings several foundations into one transition vision.<\/h2>\r\n\r\n      <div class=\"nour-cards-2\">\r\n        <div class=\"nour-card\">\r\n          <h4>Land justice & agricultural modernization<\/h4>\r\n          <p>Secure land rights, reduce illegal seizure, strengthen farmers, build cooperatives, storage, processing, irrigation, and market access.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"nour-card\">\r\n          <h4>Education, literacy & capability<\/h4>\r\n          <p>Build a connected learning path from village schools to town-level secondary education to city-level higher education, while expanding adult literacy.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"nour-card\">\r\n          <h4>Health, services & human dignity<\/h4>\r\n          <p>Make basic, regional, and specialized care part of a visible service structure that restores trust and strengthens social resilience.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"nour-card\">\r\n          <h4>Supportive religion & accountable institutions<\/h4>\r\n          <p>Align religious knowledge, civic responsibility, local councils, and public institutions around dignity, education, justice, cooperation, and peace.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"nour-section nour-quote-wrap\">\r\n    <div class=\"nour-container nour-quote-grid\">\r\n      <div class=\"nour-quote-image\" aria-hidden=\"true\"><\/div>\r\n\r\n      <div>\r\n        <div class=\"nour-kicker\">Featured Idea<\/div>\r\n        <div class=\"nour-quote\">\u201cThe future Afghanistan is a connected Afghanistan.\u201d<\/div>\r\n        <p class=\"nour-body-large\" style=\"font-size:18px; margin-top:22px;\">\r\n          ATR is designed to turn hope into structure: and structure into daily dignity, learning, production, service, trust, and citizenship.\r\n        <\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"nour-section\">\r\n    <div class=\"nour-container\">\r\n      <div class=\"nour-cta-box\">\r\n        <div class=\"nour-cta-grid\">\r\n          <div>\r\n            <div class=\"nour-kicker\" style=\"color:#d9c8ab;\">Engage with ATR<\/div>\r\n            <h2>Learn more about the roadmap and connect with Nour Peace Foundation.<\/h2>\r\n          <\/div>\r\n\r\n          <div class=\"nour-cta-actions\">\r\n            <a\r\n              class=\"nour-button nour-button-gold\"\r\n              href=\"\/wp-content\/uploads\/2026\/05\/ATR_Network_Building_Republic_ToT_Adjusted01.pdf\"\r\n              data-atr-summary-pdf\r\n              target=\"_blank\"\r\n              rel=\"noopener noreferrer\"\r\n            >\r\n              Read Summary\r\n            <\/a>\r\n\r\n            <a class=\"nour-button nour-button-outline\" href=\"\/contact\/\">Contact<\/a>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n<!-- =========================================================\r\n       FOOTER \u2014 EXACT HOW WE USE SUPPORT STRUCTURE\r\n       ======================================================= -->\r\n  <footer class=\"nour-wg-footer\" id=\"nour-site-footer\">\r\n    <div class=\"nour-wg-footer-container\">\r\n      <div class=\"nour-wg-footer-grid\">\r\n\r\n        <div>\r\n          <h4>Quick links<\/h4>\r\n          <div class=\"nour-wg-footer-links\">\r\n            <a href=\"\/about\/\">About Nour<\/a>\r\n            <a href=\"\/about\/our-story-2\/\">Our Story<\/a>\r\n            <a href=\"\/about\/how-we-use-support\/\">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\/\" aria-current=\"page\">Afghanistan Transition Roadmap<\/a>\r\n            <a href=\"\/impact-testimonials\/\">Education programs<\/a>\r\n            <a href=\"\/donate-now\/\">Donate now<\/a>\r\n            <a href=\"\/contact\/\">Contact<\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h4>Follow us<\/h4>\r\n          <div class=\"nour-wg-social\">\r\n            <a href=\"#\" aria-label=\"Facebook\">\r\n              <span class=\"nour-wg-social-icon\">f<\/span>\r\n              Facebook\r\n            <\/a>\r\n            <a href=\"#\" aria-label=\"Instagram\">\r\n              <span class=\"nour-wg-social-icon\">\u25ce<\/span>\r\n              Instagram\r\n            <\/a>\r\n            <a href=\"https:\/\/www.linkedin.com\/company\/nour-peace-foundation\/?viewAsMember=true\" aria-label=\"LinkedIn\" target=\"_blank\" rel=\"noopener noreferrer\" data-no-localize>\r\n              <span class=\"nour-wg-social-icon\">in<\/span>\r\n              LinkedIn\r\n            <\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h4>Contact<\/h4>\r\n          <div class=\"nour-wg-contact\">\r\n            <address class=\"nour-wg-address\">\r\n              Nieuwe Stationsweg 9<br>\r\n              9751 SZ Haren Gn<br>\r\n              The Netherlands\r\n            <\/address>\r\n\r\n            <div class=\"nour-wg-footer-contact-line\">\r\n              <strong>Email:<\/strong>\r\n              <a href=\"mailto:info@nourpeacefoundation.org\">info@nourpeacefoundation.org<\/a>\r\n            <\/div>\r\n\r\n            <div class=\"nour-wg-footer-contact-line\">\r\n              <strong>Phone:<\/strong>\r\n              <a href=\"tel:+31203695693\">(020) 369 569 3<\/a>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h4>Information<\/h4>\r\n          <div class=\"nour-wg-info\">\r\n            <div class=\"nour-wg-footer-info-line\">\r\n              <strong>IBAN:<\/strong>\r\n              <span class=\"nour-ltr\">0000<\/span>\r\n            <\/div>\r\n\r\n            <div class=\"nour-wg-footer-info-line\">\r\n              <strong>RSIN:<\/strong>\r\n              <span>To be added<\/span>\r\n            <\/div>\r\n\r\n            <div class=\"nour-wg-footer-info-line\">\r\n              <strong>KVK:<\/strong>\r\n              <span class=\"nour-ltr\">84442387<\/span>\r\n            <\/div>\r\n\r\n            <div class=\"nour-wg-footer-info-line\">\r\n              <strong>ANBI:<\/strong>\r\n              <span>To be added<\/span>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n      <div class=\"nour-wg-footer-divider\">\r\n        <div class=\"nour-wg-footer-logo-row\">\r\n\r\n          <a class=\"nour-wg-footer-logo auaf\" href=\"https:\/\/auaf.edu.af\/\" target=\"_blank\" rel=\"noopener\" aria-label=\"American University of Afghanistan\" data-no-localize>\r\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/Naamloos.jpg\" alt=\"American University of Afghanistan\" title=\"ATR\">\r\n          <\/a>\r\n\r\n          <a class=\"nour-wg-footer-logo hbdo\" href=\"https:\/\/www.hbdo.org\/\" target=\"_blank\" rel=\"noopener\" aria-label=\"Herai Banoo Development Organization\" data-no-localize>\r\n            <img decoding=\"async\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/HBDO-Logo.png\" alt=\"Herai Banoo Development Organization\" title=\"ATR\">\r\n          <\/a>\r\n\r\n          <a class=\"nour-wg-footer-logo rsdo\" href=\"https:\/\/rsdo.af\/\" target=\"_blank\" rel=\"noopener\" aria-label=\"RSDO\" data-no-localize>\r\n            <img decoding=\"async\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/06\/RSDO-logo-scaled.png\" alt=\"RSDO\" title=\"ATR\">\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.__nourAtrPageInitialized) return;\r\n  window.__nourAtrPageInitialized = true;\r\n\r\n  var LANGUAGES = {\r\n    en: { name: \"English\", label: \"\ud83c\uddfa\ud83c\uddf8 English\", prefix: \"\" },\r\n    nl: { name: \"Nederlands\", label: \"\ud83c\uddf3\ud83c\uddf1 Nederlands\", prefix: \"nl\" },\r\n    fr: { name: \"Fran\u00e7ais\", label: \"\ud83c\uddeb\ud83c\uddf7 Fran\u00e7ais\", prefix: \"fr\" },\r\n    fa: { name: \"\u0641\u0627\u0631\u0633\u06cc\", label: \"\ud83c\uddee\ud83c\uddf7 \u0641\u0627\u0631\u0633\u06cc\", prefix: \"fa\" },\r\n    de: { name: \"Deutsch\", label: \"\ud83c\udde9\ud83c\uddea Deutsch\", prefix: \"de\" },\r\n    es: { name: \"Espa\u00f1ol\", label: \"\ud83c\uddea\ud83c\uddf8 Espa\u00f1ol\", prefix: \"es\" }\r\n  };\r\n\r\n  var PREFIX_TO_LANG = Object.keys(LANGUAGES).reduce(function (map, code) {\r\n    var prefix = LANGUAGES[code].prefix;\r\n    if (prefix) map[prefix] = code;\r\n    return map;\r\n  }, {});\r\n\r\n  function splitPath(pathname) {\r\n    return String(pathname || \"\/\").split(\"\/\").filter(Boolean);\r\n  }\r\n\r\n  function getQueryLanguage() {\r\n    try {\r\n      return String(new URLSearchParams(window.location.search).get(\"lang\") || \"\").toLowerCase();\r\n    } catch (error) {\r\n      return \"\";\r\n    }\r\n  }\r\n\r\n  function isTranslatePressPreview() {\r\n    try {\r\n      var params = new URLSearchParams(window.location.search);\r\n      return params.has(\"trp-edit-translation\") || params.get(\"trp-edit-translation\") === \"preview\";\r\n    } catch (error) {\r\n      return false;\r\n    }\r\n  }\r\n\r\n  function getCurrentLanguage(pathname) {\r\n    var firstPart = splitPath(pathname)[0] || \"\";\r\n    var htmlLang = String(document.documentElement.getAttribute(\"lang\") || \"\").toLowerCase();\r\n    var queryLang = getQueryLanguage();\r\n\r\n    if (PREFIX_TO_LANG[firstPart]) return PREFIX_TO_LANG[firstPart];\r\n    if (LANGUAGES[queryLang]) return queryLang;\r\n\r\n    var htmlPrimaryLanguage = htmlLang.split(\"-\")[0];\r\n    return LANGUAGES[htmlPrimaryLanguage] ? htmlPrimaryLanguage : \"en\";\r\n  }\r\n\r\n  function removeLanguagePrefix(pathname) {\r\n    var original = String(pathname || \"\/\");\r\n    var hadTrailingSlash = original.length > 1 && original.endsWith(\"\/\");\r\n    var parts = splitPath(original);\r\n\r\n    if (parts[0] && (PREFIX_TO_LANG[parts[0]] || parts[0] === \"en\")) {\r\n      parts.shift();\r\n    }\r\n\r\n    var base = \"\/\" + parts.join(\"\/\");\r\n    if (base !== \"\/\" && hadTrailingSlash) base += \"\/\";\r\n    return base === \"\/\/\" ? \"\/\" : base;\r\n  }\r\n\r\n  function addLanguagePrefix(pathname, langCode) {\r\n    var language = LANGUAGES[langCode] || LANGUAGES.en;\r\n    var base = removeLanguagePrefix(pathname);\r\n\r\n    if (!language.prefix) return base;\r\n    if (base === \"\/\") return \"\/\" + language.prefix + \"\/\";\r\n    return \"\/\" + language.prefix + base;\r\n  }\r\n\r\n  function buildLanguageLink(langCode) {\r\n    var target = new URL(window.location.href);\r\n    target.pathname = addLanguagePrefix(target.pathname, langCode);\r\n\r\n    if (isTranslatePressPreview()) {\r\n      target.searchParams.set(\"lang\", langCode);\r\n    } else {\r\n      target.searchParams.delete(\"lang\");\r\n    }\r\n\r\n    return target.pathname + target.search + target.hash;\r\n  }\r\n\r\n  function isAssetPath(pathname) {\r\n    return \/^\\\/(?:wp-content|wp-includes|wp-admin|wp-json)\\\/\/i.test(pathname) ||\r\n      \/\\.(?:pdf|docx?|xlsx?|pptx?|zip|rar|7z|jpe?g|png|gif|webp|svg|avif|mp4|webm|mp3|wav)$\/i.test(pathname);\r\n  }\r\n\r\n  function localizeInternalLink(link, langCode) {\r\n    if (!link || link.hasAttribute(\"data-no-localize\") || link.hasAttribute(\"data-lang\")) return;\r\n\r\n    var rawHref = String(link.getAttribute(\"href\") || \"\").trim();\r\n    if (!rawHref || rawHref.charAt(0) === \"#\") return;\r\n    if (\/^(?:mailto:|tel:|sms:|javascript:|data:)\/i.test(rawHref)) return;\r\n\r\n    var url;\r\n    try {\r\n      url = new URL(rawHref, window.location.origin);\r\n    } catch (error) {\r\n      return;\r\n    }\r\n\r\n    if (url.origin !== window.location.origin || isAssetPath(url.pathname)) return;\r\n\r\n    url.pathname = addLanguagePrefix(url.pathname, langCode);\r\n    link.setAttribute(\"href\", url.pathname + url.search + url.hash);\r\n  }\r\n\r\n  function applyLanguage(currentLang) {\r\n    var isPersian = currentLang === \"fa\";\r\n    var pageRoot = document.querySelector(\"[data-nour-page-root]\");\r\n    var header = document.querySelector(\"[data-nour-header]\");\r\n\r\n    document.documentElement.classList.toggle(\"nour-rtl-page\", isPersian);\r\n    document.documentElement.setAttribute(\"data-nour-language\", currentLang);\r\n    if (document.body) document.body.classList.toggle(\"nour-rtl-page\", isPersian);\r\n\r\n    if (pageRoot) {\r\n      pageRoot.setAttribute(\"lang\", currentLang);\r\n      pageRoot.setAttribute(\"dir\", isPersian ? \"rtl\" : \"ltr\");\r\n    }\r\n\r\n    if (header) {\r\n      header.setAttribute(\"dir\", isPersian ? \"rtl\" : \"ltr\");\r\n    }\r\n  }\r\n\r\n  var PERSIAN_TEXT = {\r\n  \"Home\": \"\u062e\u0627\u0646\u0647\",\r\n  \"About Us\": \"\u062f\u0631\u0628\u0627\u0631\u0647\u0654 \u0645\u0627\",\r\n  \"Our Story\": \"\u062f\u0627\u0633\u062a\u0627\u0646 \u0645\u0627\",\r\n  \"How We Use Support\": \"\u0686\u06af\u0648\u0646\u0647 \u0627\u0632 \u062d\u0645\u0627\u06cc\u062a\u200c\u0647\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc\u200c\u06a9\u0646\u06cc\u0645\",\r\n  \"Our Programs\": \"\u0628\u0631\u0646\u0627\u0645\u0647\u200c\u0647\u0627\u06cc \u0645\u0627\",\r\n  \"Our Team\": \"\u062a\u06cc\u0645 \u0645\u0627\",\r\n  \"Education\": \"\u0622\u0645\u0648\u0632\u0634\",\r\n  \"Publications\": \"\u0627\u0646\u062a\u0634\u0627\u0631\u0627\u062a\",\r\n  \"Contact Us\": \"\u062a\u0645\u0627\u0633 \u0628\u0627 \u0645\u0627\",\r\n  \"Donate Now\": \"\u06a9\u0645\u06a9 \u0645\u0627\u0644\u06cc\",\r\n  \"ATR \u2022 Afghanistan Transition Roadmap\": \"ATR \u2022 \u0646\u0642\u0634\u0647\u200c\u0631\u0627\u0647 \u06af\u0630\u0627\u0631 \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646\",\r\n  \"A practical roadmap for Afghanistan\u2019s social and economic transition.\": \"\u0646\u0642\u0634\u0647\u200c\u0631\u0627\u0647\u06cc \u0639\u0645\u0644\u06cc \u0628\u0631\u0627\u06cc \u06af\u0630\u0627\u0631 \u0627\u062c\u062a\u0645\u0627\u0639\u06cc \u0648 \u0627\u0642\u062a\u0635\u0627\u062f\u06cc \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646\",\r\n  \"ATR is Nour Peace Foundation\u2019s long-term transition vision for Afghanistan. It connects education, land justice, agriculture, health, public services, women\u2019s participation, and accountable institutions into one practical framework.\": \"ATR \u0686\u0634\u0645\u200c\u0627\u0646\u062f\u0627\u0632 \u0628\u0644\u0646\u062f\u0645\u062f\u062a \u0628\u0646\u06cc\u0627\u062f \u0646\u0648\u0631 \u067e\u06cc\u0633 \u0628\u0631\u0627\u06cc \u06af\u0630\u0627\u0631 \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646 \u0627\u0633\u062a. \u0627\u06cc\u0646 \u0637\u0631\u062d\u060c \u0622\u0645\u0648\u0632\u0634\u060c \u0639\u062f\u0627\u0644\u062a \u0627\u0631\u0636\u06cc\u060c \u0632\u0631\u0627\u0639\u062a\u060c \u0635\u062d\u062a\u060c \u062e\u062f\u0645\u0627\u062a \u0639\u0627\u0645\u0647\u060c \u0645\u0634\u0627\u0631\u06a9\u062a \u0632\u0646\u0627\u0646 \u0648 \u0646\u0647\u0627\u062f\u0647\u0627\u06cc \u067e\u0627\u0633\u062e\u200c\u06af\u0648 \u0631\u0627 \u062f\u0631 \u06cc\u06a9 \u0686\u0627\u0631\u0686\u0648\u0628 \u0639\u0645\u0644\u06cc \u06af\u0631\u062f \u0647\u0645 \u0645\u06cc\u200c\u0622\u0648\u0631\u062f.\",\r\n  \"Explore ATR\": \"\u0628\u0631\u0631\u0633\u06cc ATR\",\r\n  \"View Summary\": \"\u0645\u0634\u0627\u0647\u062f\u0647\u0654 \u062e\u0644\u0627\u0635\u0647\",\r\n  \"Core Message\": \"\u067e\u06cc\u0627\u0645 \u0627\u0635\u0644\u06cc\",\r\n  \"\u201cAfghanistan cannot be rebuilt only from above.\u201d\": \"\u00ab\u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646 \u0631\u0627 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u062a\u0646\u0647\u0627 \u0627\u0632 \u0628\u0627\u0644\u0627 \u0628\u0627\u0632\u0633\u0627\u0632\u06cc \u06a9\u0631\u062f.\u00bb\",\r\n  \"Official Presentation\": \"\u067e\u0631\u0632\u0646\u062a\u06cc\u0634\u0646 \u0631\u0633\u0645\u06cc\",\r\n  \"Read Presentation\": \"\u0645\u0637\u0627\u0644\u0639\u0647\u0654 \u067e\u0631\u0632\u0646\u062a\u06cc\u0634\u0646\",\r\n  \"Download PDF\": \"\u062f\u0627\u0646\u0644\u0648\u062f \u0641\u0627\u06cc\u0644 PDF\",\r\n  \"If the PDF is not displayed in your browser,\": \"\u0627\u06af\u0631 \u0641\u0627\u06cc\u0644 PDF \u062f\u0631 \u0645\u0631\u0648\u0631\u06af\u0631 \u0634\u0645\u0627 \u0646\u0645\u0627\u06cc\u0634 \u062f\u0627\u062f\u0647 \u0646\u0634\u062f\u060c\",\r\n  \"open the presentation in a separate page.\": \"\u067e\u0631\u0632\u0646\u062a\u06cc\u0634\u0646 \u0631\u0627 \u062f\u0631 \u0635\u0641\u062d\u0647\u200c\u0627\u06cc \u062c\u062f\u0627\u06af\u0627\u0646\u0647 \u0628\u0627\u0632 \u06a9\u0646\u06cc\u062f.\",\r\n  \"What ATR Is\": \"ATR \u0686\u06cc\u0633\u062a\u061f\",\r\n  \"A framework for turning future thinking into social structure.\": \"\u0686\u0627\u0631\u0686\u0648\u0628\u06cc \u0628\u0631\u0627\u06cc \u062a\u0628\u062f\u06cc\u0644 \u0622\u06cc\u0646\u062f\u0647\u200c\u0646\u06af\u0631\u06cc \u0628\u0647 \u0633\u0627\u062e\u062a\u0627\u0631 \u0627\u062c\u062a\u0645\u0627\u0639\u06cc\",\r\n  \"ATR is based on a simple idea: a stable future cannot come only from political change at the top. It requires connected communities, capable institutions, education, services, productive livelihoods, and a visible path from local life to national development.\": \"ATR \u0628\u0631 \u06cc\u06a9 \u0627\u0646\u062f\u06cc\u0634\u0647\u0654 \u0633\u0627\u062f\u0647 \u0627\u0633\u062a\u0648\u0627\u0631 \u0627\u0633\u062a: \u0622\u06cc\u0646\u062f\u0647\u200c\u0627\u06cc \u0628\u0627\u062b\u0628\u0627\u062a \u062a\u0646\u0647\u0627 \u0627\u0632 \u0631\u0627\u0647 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u0633\u06cc\u0627\u0633\u06cc \u062f\u0631 \u0631\u0623\u0633 \u0642\u062f\u0631\u062a \u0628\u0647\u200c\u0648\u062c\u0648\u062f \u0646\u0645\u06cc\u200c\u0622\u06cc\u062f. \u0686\u0646\u06cc\u0646 \u0622\u06cc\u0646\u062f\u0647\u200c\u0627\u06cc \u0628\u0647 \u062c\u0648\u0627\u0645\u0639 \u0628\u0647\u200c\u0647\u0645\u200c\u067e\u06cc\u0648\u0633\u062a\u0647\u060c \u0646\u0647\u0627\u062f\u0647\u0627\u06cc \u062a\u0648\u0627\u0646\u0645\u0646\u062f\u060c \u0622\u0645\u0648\u0632\u0634\u060c \u062e\u062f\u0645\u0627\u062a\u060c \u0645\u0639\u06cc\u0634\u062a\u200c\u0647\u0627\u06cc \u0645\u0648\u0644\u062f \u0648 \u0645\u0633\u06cc\u0631\u06cc \u0631\u0648\u0634\u0646 \u0627\u0632 \u0632\u0646\u062f\u06af\u06cc \u0645\u062d\u0644\u06cc \u062a\u0627 \u062a\u0648\u0633\u0639\u0647\u0654 \u0645\u0644\u06cc \u0646\u06cc\u0627\u0632 \u062f\u0627\u0631\u062f.\",\r\n  \"Core Direction\": \"\u062c\u0647\u062a\u200c\u06af\u06cc\u0631\u06cc \u0627\u0635\u0644\u06cc\",\r\n  \"ATR focuses on the foundations of a connected Afghanistan.\": \"ATR \u0628\u0631 \u067e\u0627\u06cc\u0647\u200c\u0647\u0627\u06cc \u06cc\u06a9 \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646\u0650 \u0628\u0647\u200c\u0647\u0645\u200c\u067e\u06cc\u0648\u0633\u062a\u0647 \u062a\u0645\u0631\u06a9\u0632 \u062f\u0627\u0631\u062f\",\r\n  \"Dignity\": \"\u06a9\u0631\u0627\u0645\u062a \u0627\u0646\u0633\u0627\u0646\u06cc\",\r\n  \"Human dignity, equal citizenship, women\u2019s education, public health, and protection of people as citizens are central to the roadmap.\": \"\u06a9\u0631\u0627\u0645\u062a \u0627\u0646\u0633\u0627\u0646\u06cc\u060c \u0634\u0647\u0631\u0648\u0646\u062f\u06cc \u0628\u0631\u0627\u0628\u0631\u060c \u0622\u0645\u0648\u0632\u0634 \u0632\u0646\u0627\u0646\u060c \u0635\u062d\u062a \u0639\u0627\u0645\u0647 \u0648 \u062d\u0645\u0627\u06cc\u062a \u0627\u0632 \u0645\u0631\u062f\u0645 \u0628\u0647\u200c\u0639\u0646\u0648\u0627\u0646 \u0634\u0647\u0631\u0648\u0646\u062f\u060c \u0627\u0632 \u0645\u062d\u0648\u0631\u0647\u0627\u06cc \u0627\u0635\u0644\u06cc \u0627\u06cc\u0646 \u0646\u0642\u0634\u0647\u200c\u0631\u0627\u0647 \u0647\u0633\u062a\u0646\u062f.\",\r\n  \"Connection\": \"\u067e\u06cc\u0648\u0646\u062f\",\r\n  \"ATR links villages, intermediate towns, cities, diaspora communities, schools, health services, markets, and public institutions.\": \"ATR \u0631\u0648\u0633\u062a\u0627\u0647\u0627\u060c \u0634\u0647\u0631\u06a9\u200c\u0647\u0627\u06cc \u0645\u06cc\u0627\u0646\u06cc\u060c \u0634\u0647\u0631\u0647\u0627\u06cc \u0628\u0632\u0631\u06af\u060c \u062c\u0648\u0627\u0645\u0639 \u0645\u0647\u0627\u062c\u0631 \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646\u060c \u0645\u06a9\u0627\u062a\u0628\u060c \u062e\u062f\u0645\u0627\u062a \u0635\u062d\u06cc\u060c \u0628\u0627\u0632\u0627\u0631\u0647\u0627 \u0648 \u0646\u0647\u0627\u062f\u0647\u0627\u06cc \u0639\u0645\u0648\u0645\u06cc \u0631\u0627 \u0628\u0647 \u06cc\u06a9\u062f\u06cc\u06af\u0631 \u067e\u06cc\u0648\u0646\u062f \u0645\u06cc\u200c\u062f\u0647\u062f.\",\r\n  \"Responsibility\": \"\u0645\u0633\u0626\u0648\u0644\u06cc\u062a\u200c\u067e\u0630\u06cc\u0631\u06cc\",\r\n  \"The roadmap emphasizes accountable institutions, measurable progress, public service, and transition that people can see in daily life.\": \"\u0627\u06cc\u0646 \u0646\u0642\u0634\u0647\u200c\u0631\u0627\u0647 \u0628\u0631 \u0646\u0647\u0627\u062f\u0647\u0627\u06cc \u067e\u0627\u0633\u062e\u200c\u06af\u0648\u060c \u067e\u06cc\u0634\u0631\u0641\u062a \u0642\u0627\u0628\u0644 \u0633\u0646\u062c\u0634\u060c \u062e\u062f\u0645\u0627\u062a \u0639\u0645\u0648\u0645\u06cc \u0648 \u06af\u0630\u0627\u0631\u06cc \u062a\u0623\u06a9\u06cc\u062f \u062f\u0627\u0631\u062f \u06a9\u0647 \u0645\u0631\u062f\u0645 \u0628\u062a\u0648\u0627\u0646\u0646\u062f \u0622\u062b\u0627\u0631 \u0622\u0646 \u0631\u0627 \u062f\u0631 \u0632\u0646\u062f\u06af\u06cc \u0631\u0648\u0632\u0645\u0631\u0647\u0654 \u062e\u0648\u062f \u0628\u0628\u06cc\u0646\u0646\u062f.\",\r\n  \"Village \u2022 Town \u2022 City\": \"\u0631\u0648\u0633\u062a\u0627 \u2022 \u0634\u0647\u0631\u06a9 \u2022 \u0634\u0647\u0631\",\r\n  \"ATR sees Afghanistan as a living network.\": \"ATR \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646 \u0631\u0627 \u0634\u0628\u06a9\u0647\u200c\u0627\u06cc \u0632\u0646\u062f\u0647 \u0648 \u0628\u0647\u200c\u0647\u0645\u200c\u067e\u06cc\u0648\u0633\u062a\u0647 \u0645\u06cc\u200c\u0628\u06cc\u0646\u062f\",\r\n  \"Village\": \"\u0631\u0648\u0633\u062a\u0627\",\r\n  \"Primary education, basic health, adult literacy, local cooperation, and first-level agricultural support.\": \"\u0622\u0645\u0648\u0632\u0634 \u0627\u0628\u062a\u062f\u0627\u06cc\u06cc\u060c \u062e\u062f\u0645\u0627\u062a \u0635\u062d\u06cc \u0627\u0648\u0644\u06cc\u0647\u060c \u0633\u0648\u0627\u062f\u0622\u0645\u0648\u0632\u06cc \u0628\u0632\u0631\u06af\u200c\u0633\u0627\u0644\u0627\u0646\u060c \u0647\u0645\u06a9\u0627\u0631\u06cc\u200c\u0647\u0627\u06cc \u0645\u062d\u0644\u06cc \u0648 \u062d\u0645\u0627\u06cc\u062a\u200c\u0647\u0627\u06cc \u0627\u0628\u062a\u062f\u0627\u06cc\u06cc \u0627\u0632 \u0632\u0631\u0627\u0639\u062a.\",\r\n  \"Intermediate Town\": \"\u0634\u0647\u0631\u06a9 \u0645\u06cc\u0627\u0646\u06cc\",\r\n  \"Secondary education, regional clinics, technical training, markets, storage, registration services, and local administration.\": \"\u0622\u0645\u0648\u0632\u0634 \u0645\u062a\u0648\u0633\u0637\u0647\u060c \u06a9\u0644\u06cc\u0646\u06cc\u06a9\u200c\u0647\u0627\u06cc \u0645\u0646\u0637\u0642\u0647\u200c\u0627\u06cc\u060c \u0622\u0645\u0648\u0632\u0634\u200c\u0647\u0627\u06cc \u0641\u0646\u06cc\u060c \u0628\u0627\u0632\u0627\u0631\u0647\u0627\u060c \u062a\u0623\u0633\u06cc\u0633\u0627\u062a \u0630\u062e\u06cc\u0631\u0647\u200c\u0633\u0627\u0632\u06cc\u060c \u062e\u062f\u0645\u0627\u062a \u062b\u0628\u062a \u0648 \u0627\u062f\u0627\u0631\u0647\u0654 \u0645\u062d\u0644\u06cc.\",\r\n  \"City\": \"\u0634\u0647\u0631\",\r\n  \"Universities, specialized hospitals, research centres, higher judicial institutions, larger industries, and national civic links.\": \"\u062f\u0627\u0646\u0634\u06af\u0627\u0647\u200c\u0647\u0627\u060c \u0634\u0641\u0627\u062e\u0627\u0646\u0647\u200c\u0647\u0627\u06cc \u062a\u062e\u0635\u0635\u06cc\u060c \u0645\u0631\u0627\u06a9\u0632 \u067e\u0698\u0648\u0647\u0634\u06cc\u060c \u0646\u0647\u0627\u062f\u0647\u0627\u06cc \u0639\u0627\u0644\u06cc \u0642\u0636\u0627\u06cc\u06cc\u060c \u0635\u0646\u0627\u06cc\u0639 \u0628\u0632\u0631\u06af\u200c\u062a\u0631 \u0648 \u067e\u06cc\u0648\u0646\u062f\u0647\u0627\u06cc \u0645\u062f\u0646\u06cc \u062f\u0631 \u0633\u0637\u062d \u0645\u0644\u06cc.\",\r\n  \"ATR Summary\": \"\u062e\u0644\u0627\u0635\u0647\u0654 ATR\",\r\n  \"Read the short summary of the ATR program.\": \"\u062e\u0644\u0627\u0635\u0647\u0654 \u06a9\u0648\u062a\u0627\u0647 \u0628\u0631\u0646\u0627\u0645\u0647\u0654 ATR \u0631\u0627 \u0628\u062e\u0648\u0627\u0646\u06cc\u062f\",\r\n  \"Visitors can open the ATR PDF in a separate page to read it online. After reading, they can also download the document directly from this section.\": \"\u0628\u0627\u0632\u062f\u06cc\u062f\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0641\u0627\u06cc\u0644 PDF \u0628\u0631\u0646\u0627\u0645\u0647\u0654 ATR \u0631\u0627 \u062f\u0631 \u0635\u0641\u062d\u0647\u200c\u0627\u06cc \u062c\u062f\u0627\u06af\u0627\u0646\u0647 \u0628\u0627\u0632 \u06a9\u0631\u062f\u0647 \u0648 \u0628\u0647\u200c\u0635\u0648\u0631\u062a \u0622\u0646\u0644\u0627\u06cc\u0646 \u0645\u0637\u0627\u0644\u0639\u0647 \u06a9\u0646\u0646\u062f. \u067e\u0633 \u0627\u0632 \u0645\u0637\u0627\u0644\u0639\u0647\u060c \u0627\u0645\u06a9\u0627\u0646 \u062f\u0627\u0646\u0644\u0648\u062f \u0645\u0633\u062a\u0642\u06cc\u0645 \u0633\u0646\u062f \u0627\u0632 \u0647\u0645\u06cc\u0646 \u0628\u062e\u0634 \u0646\u06cc\u0632 \u0648\u062c\u0648\u062f \u062f\u0627\u0631\u062f.\",\r\n  \"ATR explains why Afghanistan needs a structured transition, not only a political reaction.\": \"ATR \u062a\u0648\u0636\u06cc\u062d \u0645\u06cc\u200c\u062f\u0647\u062f \u06a9\u0647 \u0686\u0631\u0627 \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646 \u0628\u0647 \u06cc\u06a9 \u06af\u0630\u0627\u0631 \u0633\u0627\u062e\u062a\u0627\u0631\u0645\u0646\u062f \u0646\u06cc\u0627\u0632 \u062f\u0627\u0631\u062f\u060c \u0646\u0647 \u0635\u0631\u0641\u0627\u064b \u0648\u0627\u06a9\u0646\u0634\u06cc \u0633\u06cc\u0627\u0633\u06cc.\",\r\n  \"It connects education, agriculture, health, land justice, institutions, and local development.\": \"\u0627\u06cc\u0646 \u0628\u0631\u0646\u0627\u0645\u0647\u060c \u0622\u0645\u0648\u0632\u0634\u060c \u0632\u0631\u0627\u0639\u062a\u060c \u0635\u062d\u062a\u060c \u0639\u062f\u0627\u0644\u062a \u0627\u0631\u0636\u06cc\u060c \u0646\u0647\u0627\u062f\u0647\u0627 \u0648 \u062a\u0648\u0633\u0639\u0647\u0654 \u0645\u062d\u0644\u06cc \u0631\u0627 \u0628\u0647 \u06cc\u06a9\u062f\u06cc\u06af\u0631 \u067e\u06cc\u0648\u0646\u062f \u0645\u06cc\u200c\u062f\u0647\u062f.\",\r\n  \"It proposes a village-town-city framework for rebuilding connection from the ground up.\": \"\u0627\u06cc\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0686\u0627\u0631\u0686\u0648\u0628 \u00ab\u0631\u0648\u0633\u062a\u0627\u2013\u0634\u0647\u0631\u06a9\u2013\u0634\u0647\u0631\u00bb \u0631\u0627 \u0628\u0631\u0627\u06cc \u0628\u0627\u0632\u0633\u0627\u0632\u06cc \u067e\u06cc\u0648\u0646\u062f\u0647\u0627 \u0627\u0632 \u067e\u0627\u06cc\u06cc\u0646 \u0628\u0647 \u0628\u0627\u0644\u0627 \u067e\u06cc\u0634\u0646\u0647\u0627\u062f \u0645\u06cc\u200c\u06a9\u0646\u062f.\",\r\n  \"Short ATR Program\": \"\u0646\u0633\u062e\u0647\u0654 \u06a9\u0648\u062a\u0627\u0647 \u0628\u0631\u0646\u0627\u0645\u0647\u0654 ATR\",\r\n  \"Read the ATR program in a separate page. You can also download the PDF document after opening it or by using the direct download button below.\": \"\u0628\u0631\u0646\u0627\u0645\u0647\u0654 ATR \u0631\u0627 \u062f\u0631 \u0635\u0641\u062d\u0647\u200c\u0627\u06cc \u062c\u062f\u0627\u06af\u0627\u0646\u0647 \u0645\u0637\u0627\u0644\u0639\u0647 \u06a9\u0646\u06cc\u062f. \u0647\u0645\u0686\u0646\u06cc\u0646 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u067e\u0633 \u0627\u0632 \u0628\u0627\u0632\u06a9\u0631\u062f\u0646 \u0633\u0646\u062f\u060c \u0641\u0627\u06cc\u0644 PDF \u0622\u0646 \u0631\u0627 \u062f\u0627\u0646\u0644\u0648\u062f \u06a9\u0646\u06cc\u062f \u06cc\u0627 \u0627\u0632 \u062f\u06a9\u0645\u0647\u0654 \u062f\u0627\u0646\u0644\u0648\u062f \u0645\u0633\u062a\u0642\u06cc\u0645 \u062f\u0631 \u067e\u0627\u06cc\u06cc\u0646 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0646\u0645\u0627\u06cc\u06cc\u062f.\",\r\n  \"Read PDF\": \"\u0645\u0637\u0627\u0644\u0639\u0647\u0654 \u0641\u0627\u06cc\u0644 PDF\",\r\n  \"Main Pillars\": \"\u0633\u062a\u0648\u0646\u200c\u0647\u0627\u06cc \u0627\u0635\u0644\u06cc\",\r\n  \"ATR brings several foundations into one transition vision.\": \"ATR \u0686\u0646\u062f\u06cc\u0646 \u0628\u0646\u06cc\u0627\u0646 \u0627\u0633\u0627\u0633\u06cc \u0631\u0627 \u062f\u0631 \u0642\u0627\u0644\u0628 \u06cc\u06a9 \u0686\u0634\u0645\u200c\u0627\u0646\u062f\u0627\u0632 \u0648\u0627\u062d\u062f \u0628\u0631\u0627\u06cc \u06af\u0630\u0627\u0631 \u06af\u0631\u062f \u0647\u0645 \u0645\u06cc\u200c\u0622\u0648\u0631\u062f\",\r\n  \"Land justice & agricultural modernization\": \"\u0639\u062f\u0627\u0644\u062a \u0627\u0631\u0636\u06cc \u0648 \u0646\u0648\u0633\u0627\u0632\u06cc \u0632\u0631\u0627\u0639\u062a\",\r\n  \"Secure land rights, reduce illegal seizure, strengthen farmers, build cooperatives, storage, processing, irrigation, and market access.\": \"\u062a\u0623\u0645\u06cc\u0646 \u062d\u0642\u0648\u0642 \u0645\u0627\u0644\u06a9\u06cc\u062a \u0632\u0645\u06cc\u0646\u060c \u06a9\u0627\u0647\u0634 \u063a\u0635\u0628 \u063a\u06cc\u0631\u0642\u0627\u0646\u0648\u0646\u06cc\u060c \u062a\u0642\u0648\u06cc\u062a \u06a9\u0634\u0627\u0648\u0631\u0632\u0627\u0646 \u0648 \u0627\u06cc\u062c\u0627\u062f \u062a\u0639\u0627\u0648\u0646\u06cc\u200c\u0647\u0627\u060c \u0645\u0631\u0627\u06a9\u0632 \u0630\u062e\u06cc\u0631\u0647\u200c\u0633\u0627\u0632\u06cc \u0648 \u0641\u0631\u0622\u0648\u0631\u06cc\u060c \u0634\u0628\u06a9\u0647\u200c\u0647\u0627\u06cc \u0622\u0628\u06cc\u0627\u0631\u06cc \u0648 \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647\u062a\u0631 \u0628\u0647 \u0628\u0627\u0632\u0627\u0631\u0647\u0627.\",\r\n  \"Education, literacy & capability\": \"\u0622\u0645\u0648\u0632\u0634\u060c \u0633\u0648\u0627\u062f\u0622\u0645\u0648\u0632\u06cc \u0648 \u062a\u0648\u0627\u0646\u0645\u0646\u062f\u0633\u0627\u0632\u06cc\",\r\n  \"Build a connected learning path from village schools to town-level secondary education to city-level higher education, while expanding adult literacy.\": \"\u0627\u06cc\u062c\u0627\u062f \u06cc\u06a9 \u0645\u0633\u06cc\u0631 \u067e\u06cc\u0648\u0633\u062a\u0647\u0654 \u0622\u0645\u0648\u0632\u0634\u06cc \u0627\u0632 \u0645\u06a9\u0627\u062a\u0628 \u0631\u0648\u0633\u062a\u0627\u06cc\u06cc \u062a\u0627 \u0622\u0645\u0648\u0632\u0634 \u0645\u062a\u0648\u0633\u0637\u0647 \u062f\u0631 \u0634\u0647\u0631\u06a9\u200c\u0647\u0627 \u0648 \u062a\u062d\u0635\u06cc\u0644\u0627\u062a \u0639\u0627\u0644\u06cc \u062f\u0631 \u0634\u0647\u0631\u0647\u0627\u060c \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u06af\u0633\u062a\u0631\u0634 \u0633\u0648\u0627\u062f\u0622\u0645\u0648\u0632\u06cc \u0628\u0632\u0631\u06af\u200c\u0633\u0627\u0644\u0627\u0646.\",\r\n  \"Health, services & human dignity\": \"\u0635\u062d\u062a\u060c \u062e\u062f\u0645\u0627\u062a \u0648 \u06a9\u0631\u0627\u0645\u062a \u0627\u0646\u0633\u0627\u0646\u06cc\",\r\n  \"Make basic, regional, and specialized care part of a visible service structure that restores trust and strengthens social resilience.\": \"\u0642\u0631\u0627\u0631 \u062f\u0627\u062f\u0646 \u062e\u062f\u0645\u0627\u062a \u0635\u062d\u06cc \u0627\u0628\u062a\u062f\u0627\u06cc\u06cc\u060c \u0645\u0646\u0637\u0642\u0647\u200c\u0627\u06cc \u0648 \u062a\u062e\u0635\u0635\u06cc \u062f\u0631 \u0686\u0627\u0631\u0686\u0648\u0628 \u06cc\u06a9 \u0646\u0638\u0627\u0645 \u062e\u062f\u0645\u0627\u062a\u06cc \u0631\u0648\u0634\u0646 \u0648 \u0642\u0627\u0628\u0644\u200c\u0645\u0634\u0627\u0647\u062f\u0647 \u06a9\u0647 \u0627\u0639\u062a\u0645\u0627\u062f \u0639\u0645\u0648\u0645\u06cc \u0631\u0627 \u0628\u0627\u0632\u0633\u0627\u0632\u06cc \u06a9\u0631\u062f\u0647 \u0648 \u062a\u0627\u0628\u200c\u0622\u0648\u0631\u06cc \u0627\u062c\u062a\u0645\u0627\u0639\u06cc \u0631\u0627 \u062a\u0642\u0648\u06cc\u062a \u06a9\u0646\u062f.\",\r\n  \"Supportive religion & accountable institutions\": \"\u062f\u06cc\u0646 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646 \u0648 \u0646\u0647\u0627\u062f\u0647\u0627\u06cc \u067e\u0627\u0633\u062e\u200c\u06af\u0648\",\r\n  \"Align religious knowledge, civic responsibility, local councils, and public institutions around dignity, education, justice, cooperation, and peace.\": \"\u0647\u0645\u200c\u0633\u0648 \u0633\u0627\u062e\u062a\u0646 \u062f\u0627\u0646\u0634 \u062f\u06cc\u0646\u06cc\u060c \u0645\u0633\u0626\u0648\u0644\u06cc\u062a \u0645\u062f\u0646\u06cc\u060c \u0634\u0648\u0631\u0627\u0647\u0627\u06cc \u0645\u062d\u0644\u06cc \u0648 \u0646\u0647\u0627\u062f\u0647\u0627\u06cc \u0639\u0645\u0648\u0645\u06cc \u0628\u0631 \u0645\u062d\u0648\u0631 \u06a9\u0631\u0627\u0645\u062a \u0627\u0646\u0633\u0627\u0646\u06cc\u060c \u0622\u0645\u0648\u0632\u0634\u060c \u0639\u062f\u0627\u0644\u062a\u060c \u0647\u0645\u06a9\u0627\u0631\u06cc \u0648 \u0635\u0644\u062d.\",\r\n  \"Featured Idea\": \"\u0627\u06cc\u062f\u0647\u0654 \u0628\u0631\u062c\u0633\u062a\u0647\",\r\n  \"\u201cThe future Afghanistan is a connected Afghanistan.\u201d\": \"\u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646\u0650 \u0622\u06cc\u0646\u062f\u0647\u060c \u00ab\u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646\u06cc \u0628\u0647\u200c\u0647\u0645\u200c\u067e\u06cc\u0648\u0633\u062a\u0647\u00bb \u0627\u0633\u062a.\",\r\n  \"ATR is designed to turn hope into structure: and structure into daily dignity, learning, production, service, trust, and citizenship.\": \"ATR \u0628\u0631\u0627\u06cc \u0622\u0646 \u0637\u0631\u0627\u062d\u06cc \u0634\u062f\u0647 \u0627\u0633\u062a \u06a9\u0647 \u0627\u0645\u06cc\u062f \u0631\u0627 \u0628\u0647 \u0633\u0627\u062e\u062a\u0627\u0631 \u062a\u0628\u062f\u06cc\u0644 \u06a9\u0646\u062f\u061b \u0648 \u0633\u0627\u062e\u062a\u0627\u0631 \u0631\u0627 \u0628\u0647 \u06a9\u0631\u0627\u0645\u062a \u0631\u0648\u0632\u0645\u0631\u0647\u060c \u0622\u0645\u0648\u0632\u0634\u060c \u062a\u0648\u0644\u06cc\u062f\u060c \u062e\u062f\u0645\u0627\u062a\u060c \u0627\u0639\u062a\u0645\u0627\u062f \u0648 \u0634\u0647\u0631\u0648\u0646\u062f\u06cc.\",\r\n  \"Engage with ATR\": \"\u0647\u0645\u0631\u0627\u0647\u06cc \u0628\u0627 ATR\",\r\n  \"Learn more about the roadmap and connect with Nour Peace Foundation.\": \"\u062f\u0631\u0628\u0627\u0631\u0647\u0654 \u0627\u06cc\u0646 \u0646\u0642\u0634\u0647\u200c\u0631\u0627\u0647 \u0628\u06cc\u0634\u062a\u0631 \u0628\u062f\u0627\u0646\u06cc\u062f \u0648 \u0628\u0627 \u0628\u0646\u06cc\u0627\u062f \u0646\u0648\u0631 \u067e\u06cc\u0633 \u062f\u0631 \u0627\u0631\u062a\u0628\u0627\u0637 \u0634\u0648\u06cc\u062f.\",\r\n  \"Read Summary\": \"\u0645\u0637\u0627\u0644\u0639\u0647\u0654 \u062e\u0644\u0627\u0635\u0647\",\r\n  \"Contact\": \"\u062a\u0645\u0627\u0633\",\r\n  \"Quick links\": \"\u067e\u06cc\u0648\u0646\u062f\u0647\u0627\u06cc \u0633\u0631\u06cc\u0639\",\r\n  \"About Nour\": \"\u062f\u0631\u0628\u0627\u0631\u0647\u0654 \u0646\u0648\u0631\",\r\n  \"Afghanistan Transition Roadmap\": \"\u0646\u0642\u0634\u0647\u200c\u0631\u0627\u0647 \u06af\u0630\u0627\u0631 \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646\",\r\n  \"Education programs\": \"\u0628\u0631\u0646\u0627\u0645\u0647\u200c\u0647\u0627\u06cc \u0622\u0645\u0648\u0632\u0634\u06cc\",\r\n  \"Donate now\": \"\u06a9\u0645\u06a9 \u0645\u0627\u0644\u06cc\",\r\n  \"Follow us\": \"\u0645\u0627 \u0631\u0627 \u062f\u0646\u0628\u0627\u0644 \u06a9\u0646\u06cc\u062f\",\r\n  \"The Netherlands\": \"\u0647\u0644\u0646\u062f\",\r\n  \"Email:\": \"\u0627\u06cc\u0645\u06cc\u0644:\",\r\n  \"Phone:\": \"\u062a\u0644\u0641\u0646:\",\r\n  \"Information\": \"\u0627\u0637\u0644\u0627\u0639\u0627\u062a\",\r\n  \"To be added\": \"\u0628\u0639\u062f\u0627\u064b \u0627\u0641\u0632\u0648\u062f\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f\"\r\n};\r\n\r\n  var ATR_PDF_URLS = {\r\n    presentationEnglish: \"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/ATR_presentation_network_republic02_EN.pdf\",\r\n    presentationPersian: \"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/ATR_presentation_network_republic01.pdf\",\r\n    summaryEnglish: \"\/wp-content\/uploads\/2026\/05\/ATR_Network_Building_Republic_ToT_Adjusted01.pdf\"\r\n  };\r\n\r\n  function translateTextNodesToPersian(root) {\r\n    if (!root || typeof document.createTreeWalker !== \"function\") return;\r\n\r\n    var walker = document.createTreeWalker(\r\n      root,\r\n      NodeFilter.SHOW_TEXT,\r\n      {\r\n        acceptNode: function (node) {\r\n          var parent = node.parentElement;\r\n          if (!parent) return NodeFilter.FILTER_REJECT;\r\n          if (parent.closest(\".notranslate, script, style, noscript\")) return NodeFilter.FILTER_REJECT;\r\n          return String(node.nodeValue || \"\").trim() ? NodeFilter.FILTER_ACCEPT : NodeFilter.FILTER_REJECT;\r\n        }\r\n      }\r\n    );\r\n\r\n    var nodes = [];\r\n    while (walker.nextNode()) nodes.push(walker.currentNode);\r\n\r\n    nodes.forEach(function (node) {\r\n      var raw = String(node.nodeValue || \"\");\r\n      var trimmed = raw.trim();\r\n      if (!Object.prototype.hasOwnProperty.call(PERSIAN_TEXT, trimmed)) return;\r\n      node.nodeValue = raw.replace(trimmed, PERSIAN_TEXT[trimmed]);\r\n    });\r\n  }\r\n\r\n  function applyPersianAccessibility() {\r\n    var logo = document.querySelector(\".nour-code-logo\");\r\n    var nav = document.querySelector(\"#nour-code-nav\");\r\n    var langMenu = document.querySelector(\"#nour-code-lang-menu\");\r\n    var presentation = document.querySelector(\"#atr-presentation\");\r\n    var prev = document.querySelector(\"#atr-presentation .nour-slide-prev\");\r\n    var next = document.querySelector(\"#atr-presentation .nour-slide-next\");\r\n    var dotsWrap = document.querySelector(\"#atr-presentation .nour-slide-dots\");\r\n    var heroLogo = document.querySelector(\".nour-hero-card-logo\");\r\n    var pdfCanvas = document.querySelector(\"[data-fa-pdf-canvas]\");\r\n\r\n    if (logo) logo.setAttribute(\"aria-label\", \"\u0635\u0641\u062d\u0647\u0654 \u0627\u0635\u0644\u06cc \u0628\u0646\u06cc\u0627\u062f \u0646\u0648\u0631 \u067e\u06cc\u0633\");\r\n    if (nav) nav.setAttribute(\"aria-label\", \"\u0645\u0646\u0648\u06cc \u0627\u0635\u0644\u06cc\");\r\n    if (langMenu) langMenu.setAttribute(\"aria-label\", \"\u0641\u0647\u0631\u0633\u062a \u0632\u0628\u0627\u0646\u200c\u0647\u0627\");\r\n    if (presentation) presentation.setAttribute(\"aria-label\", \"\u0646\u0645\u0627\u06cc\u0634\u06af\u0631 \u067e\u0631\u0632\u0646\u062a\u06cc\u0634\u0646 ATR\");\r\n    if (prev) prev.setAttribute(\"aria-label\", \"\u0627\u0633\u0644\u0627\u06cc\u062f \u0642\u0628\u0644\u06cc\");\r\n    if (next) next.setAttribute(\"aria-label\", \"\u0627\u0633\u0644\u0627\u06cc\u062f \u0628\u0639\u062f\u06cc\");\r\n    if (dotsWrap) dotsWrap.setAttribute(\"aria-label\", \"\u067e\u06cc\u0645\u0627\u06cc\u0634 \u0627\u0633\u0644\u0627\u06cc\u062f\u0647\u0627\u06cc \u067e\u0631\u0632\u0646\u062a\u06cc\u0634\u0646\");\r\n    if (heroLogo) heroLogo.setAttribute(\"alt\", \"\u0646\u0642\u0634\u0647\u200c\u0631\u0627\u0647 \u06af\u0630\u0627\u0631 \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646 (ATR)\");\r\n    if (pdfCanvas) pdfCanvas.setAttribute(\"aria-label\", \"\u0635\u0641\u062d\u0647\u0654 \u067e\u0631\u0632\u0646\u062a\u06cc\u0634\u0646 \u0641\u0627\u0631\u0633\u06cc ATR\");\r\n\r\n    document.querySelectorAll(\"#atr-presentation .nour-slide-dot\").forEach(function (dot, index) {\r\n      dot.setAttribute(\"aria-label\", \"\u0631\u0641\u062a\u0646 \u0628\u0647 \u0627\u0633\u0644\u0627\u06cc\u062f \" + String(index + 1));\r\n    });\r\n  }\r\n\r\n  function setPersianText(root, selector, value) {\r\n    if (!root) return;\r\n    var element = root.querySelector(selector);\r\n    if (element) element.textContent = value;\r\n  }\r\n\r\n  function setPersianTextList(root, selector, values) {\r\n    if (!root) return;\r\n    var elements = Array.prototype.slice.call(root.querySelectorAll(selector));\r\n    values.forEach(function (value, index) {\r\n      if (elements[index]) elements[index].textContent = value;\r\n    });\r\n  }\r\n\r\n  function applyPersianStructuredContent() {\r\n    var header = document.querySelector(\".nour-code-header\");\r\n    var page = document.querySelector(\".nour-atr\");\r\n    var footer = document.querySelector(\".nour-wg-footer\");\r\n    var sections = page ? Array.prototype.slice.call(page.querySelectorAll(\":scope > section\")) : [];\r\n\r\n    if (header) {\r\n      setPersianText(header, \".nour-code-dropdown-toggle\", \"\u062f\u0631\u0628\u0627\u0631\u0647\u0654 \u0645\u0627\");\r\n      setPersianTextList(header, \"#nour-code-nav > a\", [\r\n        \"\u062e\u0627\u0646\u0647\",\r\n        \"\u0646\u0642\u0634\u0647\u200c\u0631\u0627\u0647 ATR\",\r\n        \"\u0622\u0645\u0648\u0632\u0634\",\r\n        \"\u0627\u0646\u062a\u0634\u0627\u0631\u0627\u062a\",\r\n        \"\u062a\u0645\u0627\u0633 \u0628\u0627 \u0645\u0627\",\r\n        \"\u06a9\u0645\u06a9 \u0645\u0627\u0644\u06cc\"\r\n      ]);\r\n      setPersianTextList(header, \".nour-code-submenu a\", [\r\n        \"\u062f\u0627\u0633\u062a\u0627\u0646 \u0645\u0627\",\r\n        \"\u0686\u06af\u0648\u0646\u0647 \u0627\u0632 \u062d\u0645\u0627\u06cc\u062a\u200c\u0647\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc\u200c\u06a9\u0646\u06cc\u0645\",\r\n        \"\u0628\u0631\u0646\u0627\u0645\u0647\u200c\u0647\u0627\u06cc \u0645\u0627\",\r\n        \"\u062a\u06cc\u0645 \u0645\u0627\"\r\n      ]);\r\n      setPersianText(header, \".nour-code-header-donate\", \"\u06a9\u0645\u06a9 \u0645\u0627\u0644\u06cc\");\r\n    }\r\n\r\n    if (sections[0]) {\r\n      setPersianText(sections[0], \".nour-eyebrow\", \"ATR \u2022 \u0646\u0642\u0634\u0647\u200c\u0631\u0627\u0647 \u06af\u0630\u0627\u0631 \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646\");\r\n      setPersianText(sections[0], \"h1\", \"\u0646\u0642\u0634\u0647\u200c\u0631\u0627\u0647\u06cc \u0639\u0645\u0644\u06cc \u0628\u0631\u0627\u06cc \u06af\u0630\u0627\u0631 \u0627\u062c\u062a\u0645\u0627\u0639\u06cc \u0648 \u0627\u0642\u062a\u0635\u0627\u062f\u06cc \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646\");\r\n      setPersianText(sections[0], \".nour-lead\", \"ATR \u0686\u0634\u0645\u200c\u0627\u0646\u062f\u0627\u0632 \u0628\u0644\u0646\u062f\u0645\u062f\u062a \u0628\u0646\u06cc\u0627\u062f \u0646\u0648\u0631 \u067e\u06cc\u0633 \u0628\u0631\u0627\u06cc \u06af\u0630\u0627\u0631 \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646 \u0627\u0633\u062a. \u0627\u06cc\u0646 \u0637\u0631\u062d\u060c \u0622\u0645\u0648\u0632\u0634\u060c \u0639\u062f\u0627\u0644\u062a \u0627\u0631\u0636\u06cc\u060c \u0632\u0631\u0627\u0639\u062a\u060c \u0635\u062d\u062a\u060c \u062e\u062f\u0645\u0627\u062a \u0639\u0627\u0645\u0647\u060c \u0645\u0634\u0627\u0631\u06a9\u062a \u0632\u0646\u0627\u0646 \u0648 \u0646\u0647\u0627\u062f\u0647\u0627\u06cc \u067e\u0627\u0633\u062e\u200c\u06af\u0648 \u0631\u0627 \u062f\u0631 \u06cc\u06a9 \u0686\u0627\u0631\u0686\u0648\u0628 \u0639\u0645\u0644\u06cc \u06af\u0631\u062f \u0647\u0645 \u0645\u06cc\u200c\u0622\u0648\u0631\u062f.\");\r\n      setPersianTextList(sections[0], \".nour-actions .nour-button\", [\"\u0628\u0631\u0631\u0633\u06cc ATR\", \"\u0645\u0634\u0627\u0647\u062f\u0647\u0654 \u062e\u0644\u0627\u0635\u0647\"]);\r\n      setPersianText(sections[0], \".nour-hero-message .nour-kicker\", \"\u067e\u06cc\u0627\u0645 \u0627\u0635\u0644\u06cc\");\r\n      setPersianText(sections[0], \".nour-hero-message-quote\", \"\u00ab\u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646 \u0631\u0627 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u062a\u0646\u0647\u0627 \u0627\u0632 \u0628\u0627\u0644\u0627 \u0628\u0627\u0632\u0633\u0627\u0632\u06cc \u06a9\u0631\u062f.\u00bb\");\r\n    }\r\n\r\n    if (sections[1]) {\r\n      setPersianText(sections[1], \".nour-presentation-title .nour-kicker\", \"\u067e\u0631\u0632\u0646\u062a\u06cc\u0634\u0646 \u0631\u0633\u0645\u06cc\");\r\n      setPersianTextList(sections[1], \".nour-presentation-actions .nour-button\", [\"\u0645\u0637\u0627\u0644\u0639\u0647\u0654 \u067e\u0631\u0632\u0646\u062a\u06cc\u0634\u0646\", \"\u062f\u0627\u0646\u0644\u0648\u062f \u0641\u0627\u06cc\u0644 PDF\"]);\r\n\r\n    }\r\n\r\n    if (sections[2]) {\r\n      setPersianText(sections[2], \".nour-kicker\", \"ATR \u0686\u06cc\u0633\u062a\u061f\");\r\n      setPersianText(sections[2], \"h2\", \"\u0686\u0627\u0631\u0686\u0648\u0628\u06cc \u0628\u0631\u0627\u06cc \u062a\u0628\u062f\u06cc\u0644 \u0622\u06cc\u0646\u062f\u0647\u200c\u0646\u06af\u0631\u06cc \u0628\u0647 \u0633\u0627\u062e\u062a\u0627\u0631 \u0627\u062c\u062a\u0645\u0627\u0639\u06cc\");\r\n      setPersianText(sections[2], \".nour-body-large\", \"ATR \u0628\u0631 \u06cc\u06a9 \u0627\u0646\u062f\u06cc\u0634\u0647\u0654 \u0633\u0627\u062f\u0647 \u0627\u0633\u062a\u0648\u0627\u0631 \u0627\u0633\u062a: \u0622\u06cc\u0646\u062f\u0647\u200c\u0627\u06cc \u0628\u0627\u062b\u0628\u0627\u062a \u062a\u0646\u0647\u0627 \u0627\u0632 \u0631\u0627\u0647 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u0633\u06cc\u0627\u0633\u06cc \u062f\u0631 \u0631\u0623\u0633 \u0642\u062f\u0631\u062a \u0628\u0647\u200c\u0648\u062c\u0648\u062f \u0646\u0645\u06cc\u200c\u0622\u06cc\u062f. \u0686\u0646\u06cc\u0646 \u0622\u06cc\u0646\u062f\u0647\u200c\u0627\u06cc \u0628\u0647 \u062c\u0648\u0627\u0645\u0639 \u0628\u0647\u200c\u0647\u0645\u200c\u067e\u06cc\u0648\u0633\u062a\u0647\u060c \u0646\u0647\u0627\u062f\u0647\u0627\u06cc \u062a\u0648\u0627\u0646\u0645\u0646\u062f\u060c \u0622\u0645\u0648\u0632\u0634\u060c \u062e\u062f\u0645\u0627\u062a\u060c \u0645\u0639\u06cc\u0634\u062a\u200c\u0647\u0627\u06cc \u0645\u0648\u0644\u062f \u0648 \u0645\u0633\u06cc\u0631\u06cc \u0631\u0648\u0634\u0646 \u0627\u0632 \u0632\u0646\u062f\u06af\u06cc \u0645\u062d\u0644\u06cc \u062a\u0627 \u062a\u0648\u0633\u0639\u0647\u0654 \u0645\u0644\u06cc \u0646\u06cc\u0627\u0632 \u062f\u0627\u0631\u062f.\");\r\n    }\r\n\r\n    if (sections[3]) {\r\n      setPersianText(sections[3], \".nour-kicker\", \"\u062c\u0647\u062a\u200c\u06af\u06cc\u0631\u06cc \u0627\u0635\u0644\u06cc\");\r\n      setPersianText(sections[3], \"h2\", \"ATR \u0628\u0631 \u067e\u0627\u06cc\u0647\u200c\u0647\u0627\u06cc \u06cc\u06a9 \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646\u0650 \u0628\u0647\u200c\u0647\u0645\u200c\u067e\u06cc\u0648\u0633\u062a\u0647 \u062a\u0645\u0631\u06a9\u0632 \u062f\u0627\u0631\u062f\");\r\n      var coreCards = sections[3].querySelectorAll(\".nour-card\");\r\n      var coreContent = [\r\n        [\"\u06a9\u0631\u0627\u0645\u062a \u0627\u0646\u0633\u0627\u0646\u06cc\", \"\u06a9\u0631\u0627\u0645\u062a \u0627\u0646\u0633\u0627\u0646\u06cc\u060c \u0634\u0647\u0631\u0648\u0646\u062f\u06cc \u0628\u0631\u0627\u0628\u0631\u060c \u0622\u0645\u0648\u0632\u0634 \u0632\u0646\u0627\u0646\u060c \u0635\u062d\u062a \u0639\u0627\u0645\u0647 \u0648 \u062d\u0645\u0627\u06cc\u062a \u0627\u0632 \u0645\u0631\u062f\u0645 \u0628\u0647\u200c\u0639\u0646\u0648\u0627\u0646 \u0634\u0647\u0631\u0648\u0646\u062f\u060c \u0627\u0632 \u0645\u062d\u0648\u0631\u0647\u0627\u06cc \u0627\u0635\u0644\u06cc \u0627\u06cc\u0646 \u0646\u0642\u0634\u0647\u200c\u0631\u0627\u0647 \u0647\u0633\u062a\u0646\u062f.\"],\r\n        [\"\u067e\u06cc\u0648\u0646\u062f\", \"ATR \u0631\u0648\u0633\u062a\u0627\u0647\u0627\u060c \u0634\u0647\u0631\u06a9\u200c\u0647\u0627\u06cc \u0645\u06cc\u0627\u0646\u06cc\u060c \u0634\u0647\u0631\u0647\u0627\u06cc \u0628\u0632\u0631\u06af\u060c \u062c\u0648\u0627\u0645\u0639 \u0645\u0647\u0627\u062c\u0631 \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646\u060c \u0645\u06a9\u0627\u062a\u0628\u060c \u062e\u062f\u0645\u0627\u062a \u0635\u062d\u06cc\u060c \u0628\u0627\u0632\u0627\u0631\u0647\u0627 \u0648 \u0646\u0647\u0627\u062f\u0647\u0627\u06cc \u0639\u0645\u0648\u0645\u06cc \u0631\u0627 \u0628\u0647 \u06cc\u06a9\u062f\u06cc\u06af\u0631 \u067e\u06cc\u0648\u0646\u062f \u0645\u06cc\u200c\u062f\u0647\u062f.\"],\r\n        [\"\u0645\u0633\u0626\u0648\u0644\u06cc\u062a\u200c\u067e\u0630\u06cc\u0631\u06cc\", \"\u0627\u06cc\u0646 \u0646\u0642\u0634\u0647\u200c\u0631\u0627\u0647 \u0628\u0631 \u0646\u0647\u0627\u062f\u0647\u0627\u06cc \u067e\u0627\u0633\u062e\u200c\u06af\u0648\u060c \u067e\u06cc\u0634\u0631\u0641\u062a \u0642\u0627\u0628\u0644 \u0633\u0646\u062c\u0634\u060c \u062e\u062f\u0645\u0627\u062a \u0639\u0645\u0648\u0645\u06cc \u0648 \u06af\u0630\u0627\u0631\u06cc \u062a\u0623\u06a9\u06cc\u062f \u062f\u0627\u0631\u062f \u06a9\u0647 \u0645\u0631\u062f\u0645 \u0628\u062a\u0648\u0627\u0646\u0646\u062f \u0622\u062b\u0627\u0631 \u0622\u0646 \u0631\u0627 \u062f\u0631 \u0632\u0646\u062f\u06af\u06cc \u0631\u0648\u0632\u0645\u0631\u0647\u0654 \u062e\u0648\u062f \u0628\u0628\u06cc\u0646\u0646\u062f.\"]\r\n      ];\r\n      coreContent.forEach(function (content, index) {\r\n        if (!coreCards[index]) return;\r\n        setPersianText(coreCards[index], \"h3\", content[0]);\r\n        setPersianText(coreCards[index], \"p\", content[1]);\r\n      });\r\n    }\r\n\r\n    if (sections[4]) {\r\n      setPersianText(sections[4], \".nour-kicker\", \"\u0631\u0648\u0633\u062a\u0627 \u2022 \u0634\u0647\u0631\u06a9 \u2022 \u0634\u0647\u0631\");\r\n      setPersianText(sections[4], \"h2\", \"ATR \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646 \u0631\u0627 \u0634\u0628\u06a9\u0647\u200c\u0627\u06cc \u0632\u0646\u062f\u0647 \u0648 \u0628\u0647\u200c\u0647\u0645\u200c\u067e\u06cc\u0648\u0633\u062a\u0647 \u0645\u06cc\u200c\u0628\u06cc\u0646\u062f\");\r\n      var networkCards = sections[4].querySelectorAll(\".nour-dark-card\");\r\n      var networkContent = [\r\n        [\"\u0631\u0648\u0633\u062a\u0627\", \"\u0622\u0645\u0648\u0632\u0634 \u0627\u0628\u062a\u062f\u0627\u06cc\u06cc\u060c \u062e\u062f\u0645\u0627\u062a \u0635\u062d\u06cc \u0627\u0648\u0644\u06cc\u0647\u060c \u0633\u0648\u0627\u062f\u0622\u0645\u0648\u0632\u06cc \u0628\u0632\u0631\u06af\u200c\u0633\u0627\u0644\u0627\u0646\u060c \u0647\u0645\u06a9\u0627\u0631\u06cc\u200c\u0647\u0627\u06cc \u0645\u062d\u0644\u06cc \u0648 \u062d\u0645\u0627\u06cc\u062a\u200c\u0647\u0627\u06cc \u0627\u0628\u062a\u062f\u0627\u06cc\u06cc \u0627\u0632 \u0632\u0631\u0627\u0639\u062a.\"],\r\n        [\"\u0634\u0647\u0631\u06a9 \u0645\u06cc\u0627\u0646\u06cc\", \"\u0622\u0645\u0648\u0632\u0634 \u0645\u062a\u0648\u0633\u0637\u0647\u060c \u06a9\u0644\u06cc\u0646\u06cc\u06a9\u200c\u0647\u0627\u06cc \u0645\u0646\u0637\u0642\u0647\u200c\u0627\u06cc\u060c \u0622\u0645\u0648\u0632\u0634\u200c\u0647\u0627\u06cc \u0641\u0646\u06cc\u060c \u0628\u0627\u0632\u0627\u0631\u0647\u0627\u060c \u062a\u0623\u0633\u06cc\u0633\u0627\u062a \u0630\u062e\u06cc\u0631\u0647\u200c\u0633\u0627\u0632\u06cc\u060c \u062e\u062f\u0645\u0627\u062a \u062b\u0628\u062a \u0648 \u0627\u062f\u0627\u0631\u0647\u0654 \u0645\u062d\u0644\u06cc.\"],\r\n        [\"\u0634\u0647\u0631\", \"\u062f\u0627\u0646\u0634\u06af\u0627\u0647\u200c\u0647\u0627\u060c \u0634\u0641\u0627\u062e\u0627\u0646\u0647\u200c\u0647\u0627\u06cc \u062a\u062e\u0635\u0635\u06cc\u060c \u0645\u0631\u0627\u06a9\u0632 \u067e\u0698\u0648\u0647\u0634\u06cc\u060c \u0646\u0647\u0627\u062f\u0647\u0627\u06cc \u0639\u0627\u0644\u06cc \u0642\u0636\u0627\u06cc\u06cc\u060c \u0635\u0646\u0627\u06cc\u0639 \u0628\u0632\u0631\u06af\u200c\u062a\u0631 \u0648 \u067e\u06cc\u0648\u0646\u062f\u0647\u0627\u06cc \u0645\u062f\u0646\u06cc \u062f\u0631 \u0633\u0637\u062d \u0645\u0644\u06cc.\"]\r\n      ];\r\n      networkContent.forEach(function (content, index) {\r\n        if (!networkCards[index]) return;\r\n        setPersianText(networkCards[index], \"h3\", content[0]);\r\n        setPersianText(networkCards[index], \"p\", content[1]);\r\n      });\r\n    }\r\n\r\n    if (sections[5]) {\r\n      setPersianText(sections[5], \".nour-kicker\", \"\u062e\u0644\u0627\u0635\u0647\u0654 ATR\");\r\n      setPersianText(sections[5], \"h2\", \"\u062e\u0644\u0627\u0635\u0647\u0654 \u06a9\u0648\u062a\u0627\u0647 \u0628\u0631\u0646\u0627\u0645\u0647\u0654 ATR \u0631\u0627 \u0628\u062e\u0648\u0627\u0646\u06cc\u062f\");\r\n      setPersianText(sections[5], \".nour-body-large\", \"\u0628\u0627\u0632\u062f\u06cc\u062f\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0641\u0627\u06cc\u0644 PDF \u0628\u0631\u0646\u0627\u0645\u0647\u0654 ATR \u0631\u0627 \u062f\u0631 \u0635\u0641\u062d\u0647\u200c\u0627\u06cc \u062c\u062f\u0627\u06af\u0627\u0646\u0647 \u0628\u0627\u0632 \u06a9\u0631\u062f\u0647 \u0648 \u0628\u0647\u200c\u0635\u0648\u0631\u062a \u0622\u0646\u0644\u0627\u06cc\u0646 \u0645\u0637\u0627\u0644\u0639\u0647 \u06a9\u0646\u0646\u062f. \u067e\u0633 \u0627\u0632 \u0645\u0637\u0627\u0644\u0639\u0647\u060c \u0627\u0645\u06a9\u0627\u0646 \u062f\u0627\u0646\u0644\u0648\u062f \u0645\u0633\u062a\u0642\u06cc\u0645 \u0633\u0646\u062f \u0627\u0632 \u0647\u0645\u06cc\u0646 \u0628\u062e\u0634 \u0646\u06cc\u0632 \u0648\u062c\u0648\u062f \u062f\u0627\u0631\u062f.\");\r\n      setPersianTextList(sections[5], \".nour-summary-list > div\", [\r\n        \"ATR \u062a\u0648\u0636\u06cc\u062d \u0645\u06cc\u200c\u062f\u0647\u062f \u06a9\u0647 \u0686\u0631\u0627 \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646 \u0628\u0647 \u06cc\u06a9 \u06af\u0630\u0627\u0631 \u0633\u0627\u062e\u062a\u0627\u0631\u0645\u0646\u062f \u0646\u06cc\u0627\u0632 \u062f\u0627\u0631\u062f\u060c \u0646\u0647 \u0635\u0631\u0641\u0627\u064b \u0648\u0627\u06a9\u0646\u0634\u06cc \u0633\u06cc\u0627\u0633\u06cc.\",\r\n        \"\u0627\u06cc\u0646 \u0628\u0631\u0646\u0627\u0645\u0647\u060c \u0622\u0645\u0648\u0632\u0634\u060c \u0632\u0631\u0627\u0639\u062a\u060c \u0635\u062d\u062a\u060c \u0639\u062f\u0627\u0644\u062a \u0627\u0631\u0636\u06cc\u060c \u0646\u0647\u0627\u062f\u0647\u0627 \u0648 \u062a\u0648\u0633\u0639\u0647\u0654 \u0645\u062d\u0644\u06cc \u0631\u0627 \u0628\u0647 \u06cc\u06a9\u062f\u06cc\u06af\u0631 \u067e\u06cc\u0648\u0646\u062f \u0645\u06cc\u200c\u062f\u0647\u062f.\",\r\n        \"\u0627\u06cc\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0686\u0627\u0631\u0686\u0648\u0628 \u00ab\u0631\u0648\u0633\u062a\u0627\u2013\u0634\u0647\u0631\u06a9\u2013\u0634\u0647\u0631\u00bb \u0631\u0627 \u0628\u0631\u0627\u06cc \u0628\u0627\u0632\u0633\u0627\u0632\u06cc \u067e\u06cc\u0648\u0646\u062f\u0647\u0627 \u0627\u0632 \u067e\u0627\u06cc\u06cc\u0646 \u0628\u0647 \u0628\u0627\u0644\u0627 \u067e\u06cc\u0634\u0646\u0647\u0627\u062f \u0645\u06cc\u200c\u06a9\u0646\u062f.\"\r\n      ]);\r\n      setPersianText(sections[5], \".nour-summary-card h3\", \"\u0646\u0633\u062e\u0647\u0654 \u06a9\u0648\u062a\u0627\u0647 \u0628\u0631\u0646\u0627\u0645\u0647\u0654 ATR\");\r\n      setPersianText(sections[5], \".nour-summary-card p\", \"\u0628\u0631\u0646\u0627\u0645\u0647\u0654 ATR \u0631\u0627 \u062f\u0631 \u0635\u0641\u062d\u0647\u200c\u0627\u06cc \u062c\u062f\u0627\u06af\u0627\u0646\u0647 \u0645\u0637\u0627\u0644\u0639\u0647 \u06a9\u0646\u06cc\u062f. \u0647\u0645\u0686\u0646\u06cc\u0646 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u067e\u0633 \u0627\u0632 \u0628\u0627\u0632\u06a9\u0631\u062f\u0646 \u0633\u0646\u062f\u060c \u0641\u0627\u06cc\u0644 PDF \u0622\u0646 \u0631\u0627 \u062f\u0627\u0646\u0644\u0648\u062f \u06a9\u0646\u06cc\u062f \u06cc\u0627 \u0627\u0632 \u062f\u06a9\u0645\u0647\u0654 \u062f\u0627\u0646\u0644\u0648\u062f \u0645\u0633\u062a\u0642\u06cc\u0645 \u062f\u0631 \u067e\u0627\u06cc\u06cc\u0646 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0646\u0645\u0627\u06cc\u06cc\u062f.\");\r\n      setPersianTextList(sections[5], \".nour-summary-card .nour-button\", [\"\u0645\u0637\u0627\u0644\u0639\u0647\u0654 \u0641\u0627\u06cc\u0644 PDF\", \"\u062f\u0627\u0646\u0644\u0648\u062f \u0641\u0627\u06cc\u0644 PDF\"]);\r\n    }\r\n\r\n    if (sections[6]) {\r\n      setPersianText(sections[6], \".nour-kicker\", \"\u0633\u062a\u0648\u0646\u200c\u0647\u0627\u06cc \u0627\u0635\u0644\u06cc\");\r\n      setPersianText(sections[6], \"h2\", \"ATR \u0686\u0646\u062f\u06cc\u0646 \u0628\u0646\u06cc\u0627\u0646 \u0627\u0633\u0627\u0633\u06cc \u0631\u0627 \u062f\u0631 \u0642\u0627\u0644\u0628 \u06cc\u06a9 \u0686\u0634\u0645\u200c\u0627\u0646\u062f\u0627\u0632 \u0648\u0627\u062d\u062f \u0628\u0631\u0627\u06cc \u06af\u0630\u0627\u0631 \u06af\u0631\u062f \u0647\u0645 \u0645\u06cc\u200c\u0622\u0648\u0631\u062f\");\r\n      var pillarCards = sections[6].querySelectorAll(\".nour-card\");\r\n      var pillarContent = [\r\n        [\"\u0639\u062f\u0627\u0644\u062a \u0627\u0631\u0636\u06cc \u0648 \u0646\u0648\u0633\u0627\u0632\u06cc \u0632\u0631\u0627\u0639\u062a\", \"\u062a\u0623\u0645\u06cc\u0646 \u062d\u0642\u0648\u0642 \u0645\u0627\u0644\u06a9\u06cc\u062a \u0632\u0645\u06cc\u0646\u060c \u06a9\u0627\u0647\u0634 \u063a\u0635\u0628 \u063a\u06cc\u0631\u0642\u0627\u0646\u0648\u0646\u06cc\u060c \u062a\u0642\u0648\u06cc\u062a \u06a9\u0634\u0627\u0648\u0631\u0632\u0627\u0646 \u0648 \u0627\u06cc\u062c\u0627\u062f \u062a\u0639\u0627\u0648\u0646\u06cc\u200c\u0647\u0627\u060c \u0645\u0631\u0627\u06a9\u0632 \u0630\u062e\u06cc\u0631\u0647\u200c\u0633\u0627\u0632\u06cc \u0648 \u0641\u0631\u0622\u0648\u0631\u06cc\u060c \u0634\u0628\u06a9\u0647\u200c\u0647\u0627\u06cc \u0622\u0628\u06cc\u0627\u0631\u06cc \u0648 \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647\u062a\u0631 \u0628\u0647 \u0628\u0627\u0632\u0627\u0631\u0647\u0627.\"],\r\n        [\"\u0622\u0645\u0648\u0632\u0634\u060c \u0633\u0648\u0627\u062f\u0622\u0645\u0648\u0632\u06cc \u0648 \u062a\u0648\u0627\u0646\u0645\u0646\u062f\u0633\u0627\u0632\u06cc\", \"\u0627\u06cc\u062c\u0627\u062f \u06cc\u06a9 \u0645\u0633\u06cc\u0631 \u067e\u06cc\u0648\u0633\u062a\u0647\u0654 \u0622\u0645\u0648\u0632\u0634\u06cc \u0627\u0632 \u0645\u06a9\u0627\u062a\u0628 \u0631\u0648\u0633\u062a\u0627\u06cc\u06cc \u062a\u0627 \u0622\u0645\u0648\u0632\u0634 \u0645\u062a\u0648\u0633\u0637\u0647 \u062f\u0631 \u0634\u0647\u0631\u06a9\u200c\u0647\u0627 \u0648 \u062a\u062d\u0635\u06cc\u0644\u0627\u062a \u0639\u0627\u0644\u06cc \u062f\u0631 \u0634\u0647\u0631\u0647\u0627\u060c \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u06af\u0633\u062a\u0631\u0634 \u0633\u0648\u0627\u062f\u0622\u0645\u0648\u0632\u06cc \u0628\u0632\u0631\u06af\u200c\u0633\u0627\u0644\u0627\u0646.\"],\r\n        [\"\u0635\u062d\u062a\u060c \u062e\u062f\u0645\u0627\u062a \u0648 \u06a9\u0631\u0627\u0645\u062a \u0627\u0646\u0633\u0627\u0646\u06cc\", \"\u0642\u0631\u0627\u0631 \u062f\u0627\u062f\u0646 \u062e\u062f\u0645\u0627\u062a \u0635\u062d\u06cc \u0627\u0628\u062a\u062f\u0627\u06cc\u06cc\u060c \u0645\u0646\u0637\u0642\u0647\u200c\u0627\u06cc \u0648 \u062a\u062e\u0635\u0635\u06cc \u062f\u0631 \u0686\u0627\u0631\u0686\u0648\u0628 \u06cc\u06a9 \u0646\u0638\u0627\u0645 \u062e\u062f\u0645\u0627\u062a\u06cc \u0631\u0648\u0634\u0646 \u0648 \u0642\u0627\u0628\u0644\u200c\u0645\u0634\u0627\u0647\u062f\u0647 \u06a9\u0647 \u0627\u0639\u062a\u0645\u0627\u062f \u0639\u0645\u0648\u0645\u06cc \u0631\u0627 \u0628\u0627\u0632\u0633\u0627\u0632\u06cc \u06a9\u0631\u062f\u0647 \u0648 \u062a\u0627\u0628\u200c\u0622\u0648\u0631\u06cc \u0627\u062c\u062a\u0645\u0627\u0639\u06cc \u0631\u0627 \u062a\u0642\u0648\u06cc\u062a \u06a9\u0646\u062f.\"],\r\n        [\"\u062f\u06cc\u0646 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646 \u0648 \u0646\u0647\u0627\u062f\u0647\u0627\u06cc \u067e\u0627\u0633\u062e\u200c\u06af\u0648\", \"\u0647\u0645\u200c\u0633\u0648 \u0633\u0627\u062e\u062a\u0646 \u062f\u0627\u0646\u0634 \u062f\u06cc\u0646\u06cc\u060c \u0645\u0633\u0626\u0648\u0644\u06cc\u062a \u0645\u062f\u0646\u06cc\u060c \u0634\u0648\u0631\u0627\u0647\u0627\u06cc \u0645\u062d\u0644\u06cc \u0648 \u0646\u0647\u0627\u062f\u0647\u0627\u06cc \u0639\u0645\u0648\u0645\u06cc \u0628\u0631 \u0645\u062d\u0648\u0631 \u06a9\u0631\u0627\u0645\u062a \u0627\u0646\u0633\u0627\u0646\u06cc\u060c \u0622\u0645\u0648\u0632\u0634\u060c \u0639\u062f\u0627\u0644\u062a\u060c \u0647\u0645\u06a9\u0627\u0631\u06cc \u0648 \u0635\u0644\u062d.\"]\r\n      ];\r\n      pillarContent.forEach(function (content, index) {\r\n        if (!pillarCards[index]) return;\r\n        setPersianText(pillarCards[index], \"h4\", content[0]);\r\n        setPersianText(pillarCards[index], \"p\", content[1]);\r\n      });\r\n    }\r\n\r\n    if (sections[7]) {\r\n      setPersianText(sections[7], \".nour-kicker\", \"\u0627\u06cc\u062f\u0647\u0654 \u0628\u0631\u062c\u0633\u062a\u0647\");\r\n      setPersianText(sections[7], \".nour-quote\", \"\u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646\u0650 \u0622\u06cc\u0646\u062f\u0647\u060c \u00ab\u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646\u06cc \u0628\u0647\u200c\u0647\u0645\u200c\u067e\u06cc\u0648\u0633\u062a\u0647\u00bb \u0627\u0633\u062a.\");\r\n      setPersianText(sections[7], \".nour-body-large\", \"ATR \u0628\u0631\u0627\u06cc \u0622\u0646 \u0637\u0631\u0627\u062d\u06cc \u0634\u062f\u0647 \u0627\u0633\u062a \u06a9\u0647 \u0627\u0645\u06cc\u062f \u0631\u0627 \u0628\u0647 \u0633\u0627\u062e\u062a\u0627\u0631 \u062a\u0628\u062f\u06cc\u0644 \u06a9\u0646\u062f\u061b \u0648 \u0633\u0627\u062e\u062a\u0627\u0631 \u0631\u0627 \u0628\u0647 \u06a9\u0631\u0627\u0645\u062a \u0631\u0648\u0632\u0645\u0631\u0647\u060c \u0622\u0645\u0648\u0632\u0634\u060c \u062a\u0648\u0644\u06cc\u062f\u060c \u062e\u062f\u0645\u0627\u062a\u060c \u0627\u0639\u062a\u0645\u0627\u062f \u0648 \u0634\u0647\u0631\u0648\u0646\u062f\u06cc.\");\r\n    }\r\n\r\n    if (sections[8]) {\r\n      setPersianText(sections[8], \".nour-kicker\", \"\u0647\u0645\u0631\u0627\u0647\u06cc \u0628\u0627 ATR\");\r\n      setPersianText(sections[8], \"h2\", \"\u062f\u0631\u0628\u0627\u0631\u0647\u0654 \u0627\u06cc\u0646 \u0646\u0642\u0634\u0647\u200c\u0631\u0627\u0647 \u0628\u06cc\u0634\u062a\u0631 \u0628\u062f\u0627\u0646\u06cc\u062f \u0648 \u0628\u0627 \u0628\u0646\u06cc\u0627\u062f \u0646\u0648\u0631 \u067e\u06cc\u0633 \u062f\u0631 \u0627\u0631\u062a\u0628\u0627\u0637 \u0634\u0648\u06cc\u062f.\");\r\n      setPersianTextList(sections[8], \".nour-cta-actions .nour-button\", [\"\u0645\u0637\u0627\u0644\u0639\u0647\u0654 \u062e\u0644\u0627\u0635\u0647\", \"\u062a\u0645\u0627\u0633\"]);\r\n    }\r\n\r\n    if (footer) {\r\n      setPersianTextList(footer, \"h4\", [\"\u067e\u06cc\u0648\u0646\u062f\u0647\u0627\u06cc \u0633\u0631\u06cc\u0639\", \"\u0645\u0627 \u0631\u0627 \u062f\u0646\u0628\u0627\u0644 \u06a9\u0646\u06cc\u062f\", \"\u062a\u0645\u0627\u0633\", \"\u0627\u0637\u0644\u0627\u0639\u0627\u062a\"]);\r\n      setPersianTextList(footer, \".nour-wg-footer-links a\", [\r\n        \"\u062f\u0631\u0628\u0627\u0631\u0647\u0654 \u0646\u0648\u0631\",\r\n        \"\u062f\u0627\u0633\u062a\u0627\u0646 \u0645\u0627\",\r\n        \"\u0686\u06af\u0648\u0646\u0647 \u0627\u0632 \u062d\u0645\u0627\u06cc\u062a\u200c\u0647\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc\u200c\u06a9\u0646\u06cc\u0645\",\r\n        \"\u0628\u0631\u0646\u0627\u0645\u0647\u200c\u0647\u0627\u06cc \u0645\u0627\",\r\n        \"\u062a\u06cc\u0645 \u0645\u0627\",\r\n        \"\u0646\u0642\u0634\u0647\u200c\u0631\u0627\u0647 \u06af\u0630\u0627\u0631 \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646\",\r\n        \"\u0628\u0631\u0646\u0627\u0645\u0647\u200c\u0647\u0627\u06cc \u0622\u0645\u0648\u0632\u0634\u06cc\",\r\n        \"\u06a9\u0645\u06a9 \u0645\u0627\u0644\u06cc\",\r\n        \"\u062a\u0645\u0627\u0633\"\r\n      ]);\r\n\r\n      var address = footer.querySelector(\".nour-wg-address\");\r\n      if (address) address.innerHTML = \"Nieuwe Stationsweg 9<br>9751 SZ Haren Gn<br>\u0647\u0644\u0646\u062f\";\r\n\r\n      setPersianTextList(footer, \".nour-wg-footer-contact-line strong\", [\"\u0627\u06cc\u0645\u06cc\u0644:\", \"\u062a\u0644\u0641\u0646:\"]);\r\n      footer.querySelectorAll(\".nour-wg-footer-info-line span:not(.nour-ltr)\").forEach(function (span) {\r\n        span.textContent = \"\u0628\u0639\u062f\u0627\u064b \u0627\u0641\u0632\u0648\u062f\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f\";\r\n      });\r\n    }\r\n  }\r\n\r\n  function applyPersianTranslations() {\r\n    translateTextNodesToPersian(document.querySelector(\".nour-code-header\"));\r\n    translateTextNodesToPersian(document.querySelector(\".nour-atr\"));\r\n    applyPersianStructuredContent();\r\n    applyPersianAccessibility();\r\n  }\r\n\r\n  function configureAtrPdf(currentLang) {\r\n    var isPersian = currentLang === \"fa\";\r\n    var presentationUrl = isPersian ? ATR_PDF_URLS.presentationPersian : ATR_PDF_URLS.presentationEnglish;\r\n    var summaryUrl = isPersian ? ATR_PDF_URLS.presentationPersian : ATR_PDF_URLS.summaryEnglish;\r\n\r\n    document.querySelectorAll(\"[data-atr-presentation-pdf]\").forEach(function (link) {\r\n      link.setAttribute(\"href\", presentationUrl);\r\n    });\r\n\r\n    document.querySelectorAll(\"[data-atr-summary-pdf]\").forEach(function (link) {\r\n      link.setAttribute(\"href\", summaryUrl);\r\n    });\r\n\r\n    var presentation = document.querySelector(\"#atr-presentation\");\r\n    if (presentation) presentation.classList.toggle(\"is-persian-pdf\", isPersian);\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  if (currentLang === \"fa\") {\r\n    applyPersianTranslations();\r\n  }\r\n  configureAtrPdf(currentLang);\r\n\r\n  document.querySelectorAll(\"[data-nour-localize-root]\").forEach(function (root) {\r\n    root.querySelectorAll(\"a[href]\").forEach(function (link) {\r\n      localizeInternalLink(link, currentLang);\r\n    });\r\n  });\r\n\r\n  document.querySelectorAll(\"[data-nour-lang-switcher]\").forEach(function (switcher) {\r\n    var button = switcher.querySelector(\".nour-code-lang-current\");\r\n    var menu = switcher.querySelector(\".nour-code-lang-menu\");\r\n    if (!button || !menu) return;\r\n\r\n    var currentData = LANGUAGES[currentLang] || LANGUAGES.en;\r\n    button.textContent = currentData.label + \" \u25be\";\r\n    button.setAttribute(\r\n      \"aria-label\",\r\n      currentLang === \"fa\" ? \"\u0632\u0628\u0627\u0646 \u0641\u0639\u0644\u06cc: \u0641\u0627\u0631\u0633\u06cc\" : \"Current language: \" + currentData.name\r\n    );\r\n\r\n    menu.querySelectorAll(\"a[data-lang]\").forEach(function (link) {\r\n      var langCode = link.getAttribute(\"data-lang\");\r\n      if (!LANGUAGES[langCode]) return;\r\n\r\n      link.setAttribute(\"href\", buildLanguageLink(langCode));\r\n      link.classList.toggle(\"is-active\", langCode === currentLang);\r\n\r\n      if (langCode === currentLang) link.setAttribute(\"aria-current\", \"true\");\r\n      else link.removeAttribute(\"aria-current\");\r\n    });\r\n\r\n    button.addEventListener(\"click\", function (event) {\r\n      event.preventDefault();\r\n      event.stopPropagation();\r\n      var isOpen = switcher.classList.toggle(\"is-open\");\r\n      button.setAttribute(\"aria-expanded\", isOpen ? \"true\" : \"false\");\r\n    });\r\n\r\n    document.addEventListener(\"click\", function (event) {\r\n      if (!switcher.contains(event.target)) closeLanguageSwitcher(switcher, button);\r\n    });\r\n\r\n    document.addEventListener(\"keydown\", function (event) {\r\n      if (event.key === \"Escape\") closeLanguageSwitcher(switcher, button);\r\n    });\r\n  });\r\n\r\n  var header = document.querySelector(\"[data-nour-header]\");\r\n  var menuToggle = document.querySelector(\"[data-nour-menu-toggle]\");\r\n  var nav = document.getElementById(\"nour-code-nav\");\r\n  var mobileBreakpoint = window.matchMedia(\"(max-width: 1220px)\");\r\n\r\n  function menuLabel(isOpen) {\r\n    if (currentLang === \"fa\") return isOpen ? \"\u0628\u0633\u062a\u0646 \u0645\u0646\u0648\" : \"\u0628\u0627\u0632 \u06a9\u0631\u062f\u0646 \u0645\u0646\u0648\";\r\n    return isOpen ? \"Close menu\" : \"Open menu\";\r\n  }\r\n\r\n  function setBodyMenuState(isOpen) {\r\n    if (document.body) {\r\n      document.body.classList.toggle(\"nour-menu-open\", Boolean(isOpen && mobileBreakpoint.matches));\r\n    }\r\n  }\r\n\r\n  function closeSubmenus() {\r\n    if (!header) return;\r\n    header.querySelectorAll(\".nour-code-dropdown.is-submenu-open\").forEach(function (dropdown) {\r\n      dropdown.classList.remove(\"is-submenu-open\");\r\n      var toggle = dropdown.querySelector(\".nour-code-dropdown-toggle\");\r\n      if (toggle) toggle.setAttribute(\"aria-expanded\", \"false\");\r\n    });\r\n  }\r\n\r\n  function closeMobileMenu() {\r\n    if (!header || !menuToggle) return;\r\n    header.classList.remove(\"is-menu-open\");\r\n    menuToggle.setAttribute(\"aria-expanded\", \"false\");\r\n    menuToggle.setAttribute(\"aria-label\", menuLabel(false));\r\n    setBodyMenuState(false);\r\n    closeSubmenus();\r\n  }\r\n\r\n  if (header && menuToggle && nav) {\r\n    menuToggle.setAttribute(\"aria-label\", menuLabel(false));\r\n\r\n    menuToggle.addEventListener(\"click\", function (event) {\r\n      event.preventDefault();\r\n      event.stopPropagation();\r\n      var isOpen = header.classList.toggle(\"is-menu-open\");\r\n      menuToggle.setAttribute(\"aria-expanded\", isOpen ? \"true\" : \"false\");\r\n      menuToggle.setAttribute(\"aria-label\", menuLabel(isOpen));\r\n      setBodyMenuState(isOpen);\r\n      if (!isOpen) closeSubmenus();\r\n    });\r\n\r\n    header.querySelectorAll(\".nour-code-dropdown-toggle\").forEach(function (toggle) {\r\n      toggle.addEventListener(\"click\", function (event) {\r\n        if (!mobileBreakpoint.matches) return;\r\n        event.preventDefault();\r\n        event.stopPropagation();\r\n\r\n        var dropdown = toggle.closest(\".nour-code-dropdown\");\r\n        if (!dropdown) return;\r\n\r\n        var isOpen = dropdown.classList.toggle(\"is-submenu-open\");\r\n        toggle.setAttribute(\"aria-expanded\", isOpen ? \"true\" : \"false\");\r\n      });\r\n    });\r\n\r\n    nav.querySelectorAll(\"a:not(.nour-code-dropdown-toggle)\").forEach(function (link) {\r\n      link.addEventListener(\"click\", closeMobileMenu);\r\n    });\r\n\r\n    document.addEventListener(\"click\", function (event) {\r\n      if (mobileBreakpoint.matches && !header.contains(event.target)) closeMobileMenu();\r\n    });\r\n\r\n    document.addEventListener(\"keydown\", function (event) {\r\n      if (event.key === \"Escape\") closeMobileMenu();\r\n    });\r\n\r\n    function handleBreakpointChange(event) {\r\n      if (!event.matches) closeMobileMenu();\r\n    }\r\n\r\n    if (typeof mobileBreakpoint.addEventListener === \"function\") {\r\n      mobileBreakpoint.addEventListener(\"change\", handleBreakpointChange);\r\n    } else if (typeof mobileBreakpoint.addListener === \"function\") {\r\n      mobileBreakpoint.addListener(handleBreakpointChange);\r\n    }\r\n  }\r\n\r\n\r\n  var presentation = document.querySelector(\"#atr-presentation\");\r\n\r\n  if (presentation) {\r\n    var englishSlides = Array.prototype.slice.call(\r\n      presentation.querySelectorAll(\".nour-slide:not(.nour-fa-pdf-slide)\")\r\n    );\r\n    var dots = Array.prototype.slice.call(presentation.querySelectorAll(\".nour-slide-dot\"));\r\n    var prev = presentation.querySelector(\".nour-slide-prev\");\r\n    var next = presentation.querySelector(\".nour-slide-next\");\r\n    var counter = presentation.querySelector(\"#nour-current-slide\");\r\n    var frame = presentation.querySelector(\".nour-slide-frame\");\r\n    var persianCanvas = presentation.querySelector(\"[data-fa-pdf-canvas]\");\r\n    var persianStatus = presentation.querySelector(\"[data-fa-pdf-status]\");\r\n\r\n    var current = 0;\r\n    var pdfDocument = null;\r\n    var activeRenderTask = null;\r\n    var renderToken = 0;\r\n    var pdfTotalPages = 15;\r\n    var resizeTimer = null;\r\n\r\n    function updateSlideUi(index, total) {\r\n      current = (index + total) % total;\r\n\r\n      dots.forEach(function (dot, dotIndex) {\r\n        var active = dotIndex === current;\r\n        dot.classList.toggle(\"is-active\", active);\r\n        dot.setAttribute(\"aria-current\", active ? \"true\" : \"false\");\r\n        dot.hidden = dotIndex >= total;\r\n      });\r\n\r\n      if (counter) counter.textContent = String(current + 1);\r\n    }\r\n\r\n    function showEnglishSlide(index) {\r\n      if (!englishSlides.length) return;\r\n      updateSlideUi(index, englishSlides.length);\r\n\r\n      englishSlides.forEach(function (slide, slideIndex) {\r\n        slide.classList.toggle(\"is-active\", slideIndex === current);\r\n      });\r\n    }\r\n\r\n    function showPersianStatus(message, isError) {\r\n      if (!persianStatus) return;\r\n\r\n      persianStatus.classList.remove(\"is-visible\");\r\n      persianStatus.innerHTML = \"\";\r\n\r\n      if (!message) return;\r\n\r\n      persianStatus.appendChild(document.createTextNode(message));\r\n\r\n      if (isError) {\r\n        persianStatus.appendChild(document.createElement(\"br\"));\r\n        var fallbackLink = document.createElement(\"a\");\r\n        fallbackLink.href = ATR_PDF_URLS.presentationPersian;\r\n        fallbackLink.target = \"_blank\";\r\n        fallbackLink.rel = \"noopener noreferrer\";\r\n        fallbackLink.textContent = \"\u0628\u0627\u0632\u06a9\u0631\u062f\u0646 \u067e\u0631\u0632\u0646\u062a\u06cc\u0634\u0646 \u0641\u0627\u0631\u0633\u06cc\";\r\n        persianStatus.appendChild(fallbackLink);\r\n      }\r\n\r\n      persianStatus.classList.add(\"is-visible\");\r\n    }\r\n\r\n    function loadExternalScript(url, marker) {\r\n      return new Promise(function (resolve, reject) {\r\n        var existing = document.querySelector('script[data-nour-pdfjs=\"' + marker + '\"]');\r\n\r\n        if (existing) {\r\n          if (window.pdfjsLib && typeof window.pdfjsLib.getDocument === \"function\") {\r\n            resolve(window.pdfjsLib);\r\n            return;\r\n          }\r\n\r\n          existing.addEventListener(\"load\", function () {\r\n            if (window.pdfjsLib) resolve(window.pdfjsLib);\r\n            else reject(new Error(\"PDF.js did not initialize.\"));\r\n          }, { once: true });\r\n          existing.addEventListener(\"error\", function () {\r\n            reject(new Error(\"PDF.js could not be loaded.\"));\r\n          }, { once: true });\r\n          return;\r\n        }\r\n\r\n        var script = document.createElement(\"script\");\r\n        script.src = url;\r\n        script.async = true;\r\n        script.setAttribute(\"data-nour-pdfjs\", marker);\r\n        script.onload = function () {\r\n          if (window.pdfjsLib) resolve(window.pdfjsLib);\r\n          else reject(new Error(\"PDF.js did not initialize.\"));\r\n        };\r\n        script.onerror = function () {\r\n          reject(new Error(\"PDF.js could not be loaded.\"));\r\n        };\r\n        document.head.appendChild(script);\r\n      });\r\n    }\r\n\r\n    function loadPdfJsLibrary() {\r\n      if (window.pdfjsLib && typeof window.pdfjsLib.getDocument === \"function\") {\r\n        return Promise.resolve(window.pdfjsLib);\r\n      }\r\n\r\n      var cdnJs = \"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/pdf.js\/3.11.174\/pdf.min.js\";\r\n      var cdnJsWorker = \"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/pdf.js\/3.11.174\/pdf.worker.min.js\";\r\n      var jsDelivr = \"https:\/\/cdn.jsdelivr.net\/npm\/pdfjs-dist@3.11.174\/build\/pdf.min.js\";\r\n      var jsDelivrWorker = \"https:\/\/cdn.jsdelivr.net\/npm\/pdfjs-dist@3.11.174\/build\/pdf.worker.min.js\";\r\n\r\n      return loadExternalScript(cdnJs, \"cdnjs\")\r\n        .then(function (pdfjsLib) {\r\n          pdfjsLib.GlobalWorkerOptions.workerSrc = cdnJsWorker;\r\n          return pdfjsLib;\r\n        })\r\n        .catch(function () {\r\n          return loadExternalScript(jsDelivr, \"jsdelivr\").then(function (pdfjsLib) {\r\n            pdfjsLib.GlobalWorkerOptions.workerSrc = jsDelivrWorker;\r\n            return pdfjsLib;\r\n          });\r\n        });\r\n    }\r\n\r\n    function waitForStableFrame() {\r\n      return new Promise(function (resolve) {\r\n        var attempts = 0;\r\n\r\n        function check() {\r\n          attempts += 1;\r\n          var rect = frame ? frame.getBoundingClientRect() : null;\r\n\r\n          if (rect && rect.width > 200 && rect.height > 110) {\r\n            resolve(rect);\r\n            return;\r\n          }\r\n\r\n          if (attempts >= 30) {\r\n            resolve(rect || { width: 960, height: 540 });\r\n            return;\r\n          }\r\n\r\n          window.requestAnimationFrame(check);\r\n        }\r\n\r\n        window.requestAnimationFrame(check);\r\n      });\r\n    }\r\n\r\n    function renderPersianPage(index) {\r\n      if (!pdfDocument || !persianCanvas || !frame) return Promise.resolve();\r\n\r\n      updateSlideUi(index, pdfTotalPages);\r\n      var requestedPage = current + 1;\r\n      var thisToken = ++renderToken;\r\n\r\n      showPersianStatus(\"\u062f\u0631 \u062d\u0627\u0644 \u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc \u0635\u0641\u062d\u0647\u0654 \" + String(requestedPage) + \"\u2026\", false);\r\n\r\n      if (activeRenderTask && typeof activeRenderTask.cancel === \"function\") {\r\n        try { activeRenderTask.cancel(); } catch (error) {}\r\n      }\r\n\r\n      return Promise.all([\r\n        pdfDocument.getPage(requestedPage),\r\n        waitForStableFrame()\r\n      ]).then(function (results) {\r\n        var page = results[0];\r\n        var frameRect = results[1];\r\n\r\n        if (thisToken !== renderToken) return;\r\n\r\n        var baseViewport = page.getViewport({ scale: 1 });\r\n        var cssWidth = Math.max(320, Math.floor(frameRect.width));\r\n        var cssHeight = Math.max(180, Math.floor(frameRect.height));\r\n        var fitScale = Math.min(\r\n          cssWidth \/ baseViewport.width,\r\n          cssHeight \/ baseViewport.height\r\n        );\r\n        var outputScale = Math.min(Math.max(window.devicePixelRatio || 1, 1), 2);\r\n        var viewport = page.getViewport({ scale: fitScale * outputScale });\r\n\r\n        \/* Render away from the visible canvas first. This prevents half-rendered pages. *\/\r\n        var bufferCanvas = document.createElement(\"canvas\");\r\n        bufferCanvas.width = Math.max(1, Math.ceil(viewport.width));\r\n        bufferCanvas.height = Math.max(1, Math.ceil(viewport.height));\r\n        var bufferContext = bufferCanvas.getContext(\"2d\", { alpha: false });\r\n\r\n        bufferContext.fillStyle = \"#ffffff\";\r\n        bufferContext.fillRect(0, 0, bufferCanvas.width, bufferCanvas.height);\r\n\r\n        activeRenderTask = page.render({\r\n          canvasContext: bufferContext,\r\n          viewport: viewport,\r\n          background: \"rgb(255,255,255)\"\r\n        });\r\n\r\n        return activeRenderTask.promise.then(function () {\r\n          if (thisToken !== renderToken) return;\r\n\r\n          persianCanvas.width = bufferCanvas.width;\r\n          persianCanvas.height = bufferCanvas.height;\r\n\r\n          var visibleContext = persianCanvas.getContext(\"2d\", { alpha: false });\r\n          visibleContext.fillStyle = \"#ffffff\";\r\n          visibleContext.fillRect(0, 0, persianCanvas.width, persianCanvas.height);\r\n          visibleContext.drawImage(bufferCanvas, 0, 0);\r\n\r\n          persianCanvas.setAttribute(\r\n            \"aria-label\",\r\n            \"\u0635\u0641\u062d\u0647\u0654 \" + String(requestedPage) + \" \u0627\u0632 \u067e\u0631\u0632\u0646\u062a\u06cc\u0634\u0646 \u0641\u0627\u0631\u0633\u06cc ATR\"\r\n          );\r\n          showPersianStatus(\"\", false);\r\n        });\r\n      }).catch(function (error) {\r\n        if (error && error.name === \"RenderingCancelledException\") return;\r\n        console.error(\"ATR Persian presentation rendering failed:\", error);\r\n        showPersianStatus(\"\u067e\u0631\u0632\u0646\u062a\u06cc\u0634\u0646 \u0641\u0627\u0631\u0633\u06cc \u062f\u0631 \u0627\u06cc\u0646 \u0645\u0631\u0648\u0631\u06af\u0631 \u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc \u0646\u0634\u062f.\", true);\r\n      });\r\n    }\r\n\r\n    function initializePersianPresentation() {\r\n      presentation.classList.add(\"is-persian-pdf\");\r\n      showPersianStatus(\"\u062f\u0631 \u062d\u0627\u0644 \u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc \u067e\u0631\u0632\u0646\u062a\u06cc\u0634\u0646 \u0641\u0627\u0631\u0633\u06cc\u2026\", false);\r\n\r\n      loadPdfJsLibrary()\r\n        .then(function (pdfjsLib) {\r\n          return pdfjsLib.getDocument({\r\n            url: ATR_PDF_URLS.presentationPersian,\r\n            withCredentials: false\r\n          }).promise;\r\n        })\r\n        .then(function (loadedPdf) {\r\n          pdfDocument = loadedPdf;\r\n          pdfTotalPages = Math.min(loadedPdf.numPages || 15, dots.length || 15);\r\n          return renderPersianPage(0);\r\n        })\r\n        .catch(function (error) {\r\n          console.error(\"ATR Persian PDF loading failed:\", error);\r\n          showPersianStatus(\"\u067e\u0631\u0632\u0646\u062a\u06cc\u0634\u0646 \u0641\u0627\u0631\u0633\u06cc \u062f\u0631 \u0627\u06cc\u0646 \u0645\u0631\u0648\u0631\u06af\u0631 \u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc \u0646\u0634\u062f.\", true);\r\n        });\r\n    }\r\n\r\n    function showSlide(index) {\r\n      if (currentLang === \"fa\") {\r\n        if (pdfDocument) renderPersianPage(index);\r\n        return;\r\n      }\r\n\r\n      showEnglishSlide(index);\r\n    }\r\n\r\n    if (prev) {\r\n      prev.addEventListener(\"click\", function () {\r\n        showSlide(current - 1);\r\n      });\r\n    }\r\n\r\n    if (next) {\r\n      next.addEventListener(\"click\", function () {\r\n        showSlide(current + 1);\r\n      });\r\n    }\r\n\r\n    dots.forEach(function (dot) {\r\n      dot.addEventListener(\"click\", function () {\r\n        showSlide(Number(dot.getAttribute(\"data-slide\")) || 0);\r\n      });\r\n    });\r\n\r\n    if (frame) {\r\n      frame.addEventListener(\"keydown\", function (event) {\r\n        if (event.key === \"ArrowLeft\") showSlide(current - 1);\r\n        if (event.key === \"ArrowRight\") showSlide(current + 1);\r\n      });\r\n    }\r\n\r\n    function schedulePersianRerender() {\r\n      if (currentLang !== \"fa\" || !pdfDocument) return;\r\n      window.clearTimeout(resizeTimer);\r\n      resizeTimer = window.setTimeout(function () {\r\n        renderPersianPage(current);\r\n      }, 180);\r\n    }\r\n\r\n    if (typeof ResizeObserver === \"function\" && frame) {\r\n      var frameObserver = new ResizeObserver(schedulePersianRerender);\r\n      frameObserver.observe(frame);\r\n    } else {\r\n      window.addEventListener(\"resize\", schedulePersianRerender);\r\n    }\r\n\r\n    if (currentLang === \"fa\") initializePersianPresentation();\r\n    else showEnglishSlide(0);\r\n  }\r\n\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Home About Us Our Story How We Use Support Our Programs Our Team ATR Education Publications Contact Us Donate Now [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":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":"","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":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","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-1229","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/nourpeacefoundation.org\/de\/wp-json\/wp\/v2\/pages\/1229","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nourpeacefoundation.org\/de\/wp-json\/wp\/v2\/comments?post=1229"}],"version-history":[{"count":261,"href":"https:\/\/nourpeacefoundation.org\/de\/wp-json\/wp\/v2\/pages\/1229\/revisions"}],"predecessor-version":[{"id":3323,"href":"https:\/\/nourpeacefoundation.org\/de\/wp-json\/wp\/v2\/pages\/1229\/revisions\/3323"}],"wp:attachment":[{"href":"https:\/\/nourpeacefoundation.org\/de\/wp-json\/wp\/v2\/media?parent=1229"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}