{"id":16,"date":"2025-09-30T07:29:33","date_gmt":"2025-09-30T07:29:33","guid":{"rendered":"https:\/\/w2.nasiri.nl\/?page_id=16"},"modified":"2026-05-28T12:47:45","modified_gmt":"2026-05-28T10:47:45","slug":"about","status":"publish","type":"page","link":"https:\/\/nourpeacefoundation.org\/fr\/about\/","title":{"rendered":"About Us"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"16\" class=\"elementor elementor-16\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c215928 e-flex e-con-boxed e-con e-parent\" data-id=\"c215928\" 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-1dbbe63 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"1dbbe63\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!--\n  Nour About Us \u2014 Elementor Canvas Ready\n  Corrected version:\n  - About Us dropdown includes Our Story, How We Use Support, Our Programs, Our Team\n  - Anchor links for Our Programs and Our Team point to their own pages\n  - Feature card links corrected:\n    Our Programs -> \/about\/our-programs\/\n    Our Team -> \/about\/our-team\/\n  - Footer quick links corrected\n-->\n\n<style>\n  html,\n  body {\n    overflow-x: hidden;\n  }\n\n  \/* GLOBAL NOUR HEADER \u2014 SAME AS HOME *\/\n  .nour-code-header {\n    position: fixed;\n    top: 0;\n    left: 0;\n    right: 0;\n    z-index: 999999;\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: 0;\n    margin-right: 0;\n    background: rgba(255, 255, 255, 0.40);\n    backdrop-filter: blur(14px);\n    -webkit-backdrop-filter: blur(14px);\n    border-bottom: 1px solid #ddd2c1;\n    box-shadow: 0 8px 24px rgba(35, 52, 79, 0.08);\n    direction: ltr;\n  }\n\n  body.admin-bar .nour-code-header {\n    top: 32px;\n  }\n\n  .nour-code-header-inner {\n    width: min(1450px, calc(100% - 16px));\n    min-height: 70px;\n    margin: 0 auto;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 14px;\n    flex-wrap: nowrap;\n  }\n\n  .nour-code-logo,\n  .nour-code-logo:visited,\n  .nour-code-logo:focus,\n  .nour-code-logo:hover {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    flex-shrink: 0;\n    color: #22344d !important;\n    text-decoration: none !important;\n  }\n\n  .nour-code-logo img {\n    width: 160px;\n    height: 60px;\n    object-fit: contain;\n    display: block;\n  }\n\n  .nour-code-nav {\n    display: flex;\n    align-items: center;\n    justify-content: flex-end;\n    gap: 10px;\n    margin-left: auto;\n    flex-shrink: 1;\n    min-width: 0;\n  }\n\n  \/* HEADER MENU BUTTONS *\/\n  .nour-code-nav a,\n  .nour-code-nav a:visited,\n  .nour-code-nav a:focus {\n    position: relative;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    color: #22344d !important;\n    font-size: 14px;\n    font-weight: 700;\n    text-decoration: none !important;\n    white-space: nowrap;\n    padding: 9px 15px;\n    border-radius: 999px;\n    border: 1px solid transparent;\n    background: transparent !important;\n    transition:\n      color 0.22s ease,\n      background 0.22s ease,\n      border-color 0.22s ease,\n      transform 0.22s ease,\n      box-shadow 0.22s ease;\n  }\n\n  .nour-code-nav a::after {\n    content: \"\";\n    position: absolute;\n    left: 15px;\n    right: 15px;\n    bottom: 5px;\n    height: 2px;\n    background: #cc8b2d;\n    transform: scaleX(0);\n    transform-origin: center;\n    transition: transform 0.25s ease;\n  }\n\n  .nour-code-nav a:hover,\n  .nour-code-nav a:focus {\n    color: #22344d !important;\n    background: transparent !important;\n    border-color: transparent !important;\n    transform: none !important;\n    box-shadow: none !important;\n  }\n\n  .nour-code-nav a:hover::after,\n  .nour-code-nav a:focus::after {\n    transform: scaleX(1);\n  }\n\n  .nour-code-nav a:active {\n    transform: none !important;\n    box-shadow: none !important;\n  }\n\n  \/* HEADER DROPDOWN *\/\n  .nour-code-dropdown {\n    position: relative;\n    display: inline-flex;\n    align-items: center;\n  }\n\n  .nour-code-dropdown-toggle::before {\n    content: none !important;\n  }\n\n  .nour-code-dropdown-toggle::after {\n    content: \"\u25be\";\n    position: static;\n    width: auto;\n    height: auto;\n    margin-left: 7px;\n    background: transparent;\n    transform: none;\n    font-size: 10px;\n    line-height: 1;\n  }\n\n  .nour-code-dropdown:hover .nour-code-dropdown-toggle::after,\n  .nour-code-dropdown:focus-within .nour-code-dropdown-toggle::after {\n    transform: none;\n  }\n\n  .nour-code-submenu {\n    position: absolute;\n    top: 100%;\n    left: 0;\n    min-width: 240px;\n    padding: 10px;\n    border-radius: 18px;\n    background: rgba(255, 255, 255, 0.96);\n    border: 1px solid #ddd2c1;\n    box-shadow: 0 18px 42px rgba(35, 52, 79, 0.16);\n    display: none;\n    z-index: 1000000;\n  }\n\n  .nour-code-dropdown:hover .nour-code-submenu,\n  .nour-code-dropdown:focus-within .nour-code-submenu {\n    display: grid;\n    gap: 6px;\n  }\n\n  .nour-code-submenu a,\n  .nour-code-submenu a:visited,\n  .nour-code-submenu a:focus {\n    display: flex;\n    justify-content: flex-start;\n    padding: 11px 13px;\n    border-radius: 12px;\n    color: #22344d !important;\n    background: transparent !important;\n    font-size: 14px;\n    font-weight: 700;\n    text-decoration: none !important;\n    white-space: nowrap;\n    transform: none !important;\n    box-shadow: none !important;\n  }\n\n  .nour-code-submenu a::after {\n    left: 13px;\n    right: 13px;\n    bottom: 7px;\n  }\n\n  .nour-code-submenu a:hover,\n  .nour-code-submenu a:focus {\n    background: #f6f1e8 !important;\n    color: #00064f !important;\n    transform: none !important;\n    box-shadow: none !important;\n  }\n\n  \/* HEADER LANGUAGE SWITCHER *\/\n  .nour-code-lang-switcher {\n    position: relative;\n    display: inline-flex;\n    align-items: center;\n    flex-shrink: 0;\n    margin-left: 4px;\n    padding-bottom: 8px;\n    margin-bottom: -8px;\n    z-index: 1000001;\n  }\n\n  .nour-code-lang-current,\n  .nour-code-lang-current:visited,\n  .nour-code-lang-current:focus {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border-radius: 14px;\n    border: 1px solid rgba(221, 210, 193, 0.75);\n    background: rgba(255, 255, 255, 0.35);\n    color: #22344d !important;\n    font-size: 13px;\n    font-weight: 700;\n    text-decoration: none !important;\n    white-space: nowrap;\n  }\n\n  .nour-code-lang-switcher:hover .nour-code-lang-current,\n  .nour-code-lang-switcher:focus-within .nour-code-lang-current {\n    background: rgba(255, 255, 255, 0.58);\n  }\n\n  .nour-code-lang-menu {\n    position: absolute;\n    top: 100%;\n    right: 0;\n    min-width: 150px;\n    padding: 8px;\n    border-radius: 16px;\n    background: rgba(255, 255, 255, 0.96);\n    border: 1px solid #ddd2c1;\n    box-shadow: 0 18px 42px rgba(35, 52, 79, 0.16);\n    display: none;\n    z-index: 1000000;\n  }\n\n  .nour-code-lang-switcher:hover .nour-code-lang-menu,\n  .nour-code-lang-switcher:focus-within .nour-code-lang-menu {\n    display: grid;\n    gap: 5px;\n  }\n\n  .nour-code-lang-menu a,\n  .nour-code-lang-menu a:visited,\n  .nour-code-lang-menu a:focus {\n    display: flex;\n    align-items: center;\n    padding: 9px 11px;\n    border-radius: 12px;\n    color: #22344d !important;\n    background: transparent !important;\n    font-size: 13px;\n    font-weight: 700;\n    text-decoration: none !important;\n    white-space: nowrap;\n  }\n\n  .nour-code-lang-menu a:hover {\n    background: #f6f1e8 !important;\n    color: #00064f !important;\n  }\n\n  \/* HEADER DONATE BUTTON *\/\n  .nour-code-header-donate,\n  .nour-code-header-donate:visited,\n  .nour-code-header-donate:focus {\n    position: relative;\n    isolation: isolate;\n    overflow: hidden;\n    width: 150px;\n    height: 50px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-left: 2px;\n    border-radius: 14px;\n    background: #000000 !important;\n    color: #ffffff !important;\n    font-size: 14px;\n    font-weight: 800;\n    line-height: 1;\n    text-align: center !important;\n    text-decoration: none !important;\n    cursor: pointer;\n    border: 0 !important;\n    box-shadow: 0 8px 18px rgba(35, 52, 79, 0.18);\n    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;\n  }\n\n  .nour-code-header-donate::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: -100%;\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(90deg, #009b49, rgb(105, 184, 141));\n    transition: left 0.5s ease-in-out;\n    z-index: -1;\n    border-radius: 14px;\n  }\n\n  .nour-code-header-donate:hover,\n  .nour-code-header-donate:focus {\n    color: #ffffff !important;\n    background: #000000 !important;\n    transform: scale(1.05);\n    box-shadow: 0 12px 26px rgba(35, 52, 79, 0.24);\n  }\n\n  .nour-code-header-donate:hover::before,\n  .nour-code-header-donate:focus::before {\n    left: 0;\n  }\n\n  .nour-code-header-donate:active {\n    transform: scale(0.98);\n  }\n\n  \/* ABOUT PAGE *\/\n  #nour-about-us {\n    --bg: #f6f1e8;\n    --panel: #fffdf9;\n    --ink: #22344d;\n    --text: #506278;\n    --muted: #8c7658;\n    --line: #ddd2c1;\n    --gold: #cc8b2d;\n    --gold-dark: #af741e;\n    --navy: #22344d;\n    --sand: #efe4d2;\n    --mist: #eaf0f4;\n    --olive: #edf1ea;\n    --white: #ffffff;\n\n    background: var(--bg);\n    color: var(--ink);\n    font-family: Inter, Arial, sans-serif;\n    line-height: 1.65;\n    overflow: hidden;\n\n    direction: ltr;\n    unicode-bidi: isolate;\n    text-align: left;\n\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n\n    padding-top: 7px;\n    position: relative;\n    isolation: isolate;\n  }\n\n  #nour-about-us,\n  #nour-about-us * {\n    box-sizing: border-box;\n    direction: ltr;\n    unicode-bidi: isolate;\n    text-align: left;\n  }\n\n  #nour-about-us a {\n    color: inherit;\n    text-decoration: none !important;\n  }\n\n  #nour-about-us p {\n    margin: 0;\n    color: inherit;\n  }\n\n  #nour-about-us h1,\n  #nour-about-us h2,\n  #nour-about-us h3,\n  #nour-about-us h4,\n  #nour-about-us .serif {\n    font-family: Georgia, \"Times New Roman\", serif;\n    letter-spacing: -0.02em;\n    margin: 0;\n    line-height: 1.1;\n    color: inherit;\n  }\n\n  #nour-about-us .container {\n    width: min(1180px, calc(100% - 48px));\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  #nour-about-us .skip {\n    position: absolute;\n    left: -999px;\n    top: 10px;\n    background: #ffffff;\n    padding: 8px 12px;\n    z-index: 99;\n    border-radius: 10px;\n    border: 1px solid var(--line);\n  }\n\n  #nour-about-us .skip:focus {\n    left: 10px;\n  }\n\n  \/* BUTTONS *\/\n  #nour-about-us .btn,\n  #nour-about-us .btn:visited,\n  #nour-about-us .btn:focus,\n  #nour-about-us .btn:hover,\n  #nour-about-us .nour-button,\n  #nour-about-us .nour-button:visited,\n  #nour-about-us .nour-button:focus,\n  #nour-about-us .nour-button:hover {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    text-align: center !important;\n    gap: 8px;\n    min-height: 46px;\n    padding: 14px 24px;\n    border-radius: 999px;\n    border: 1px solid transparent;\n    font-weight: 700;\n    font-size: 14px;\n    line-height: 1.2;\n    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;\n    cursor: pointer;\n    white-space: nowrap;\n    text-decoration: none !important;\n  }\n\n  #nour-about-us .btn:hover,\n  #nour-about-us .nour-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 12px 28px rgba(35, 52, 79, 0.16);\n  }\n\n  #nour-about-us .btn-primary,\n  #nour-about-us .btn-primary:visited,\n  #nour-about-us .btn-primary:focus,\n  #nour-about-us .btn-primary:hover,\n  #nour-about-us .nour-button-gold,\n  #nour-about-us .nour-button-gold:visited,\n  #nour-about-us .nour-button-gold:focus,\n  #nour-about-us .nour-button-gold:hover {\n    background: var(--gold) !important;\n    color: #ffffff !important;\n    border-color: var(--gold) !important;\n  }\n\n  #nour-about-us .btn-dark,\n  #nour-about-us .btn-dark:visited,\n  #nour-about-us .btn-dark:focus,\n  #nour-about-us .btn-dark:hover,\n  #nour-about-us .nour-button-dark,\n  #nour-about-us .nour-button-dark:visited,\n  #nour-about-us .nour-button-dark:focus,\n  #nour-about-us .nour-button-dark:hover {\n    background: var(--navy) !important;\n    color: #ffffff !important;\n    border-color: var(--navy) !important;\n  }\n\n  #nour-about-us .btn-light,\n  #nour-about-us .btn-light:visited,\n  #nour-about-us .btn-light:focus,\n  #nour-about-us .btn-light:hover,\n  #nour-about-us .nour-button-light,\n  #nour-about-us .nour-button-light:visited,\n  #nour-about-us .nour-button-light:focus,\n  #nour-about-us .nour-button-light:hover {\n    background: #ffffff !important;\n    color: var(--ink) !important;\n    border-color: #d3c6b2 !important;\n  }\n\n  #nour-about-us .btn-outline,\n  #nour-about-us .btn-outline:visited,\n  #nour-about-us .btn-outline:focus,\n  #nour-about-us .btn-outline:hover,\n  #nour-about-us .nour-button-outline,\n  #nour-about-us .nour-button-outline:visited,\n  #nour-about-us .nour-button-outline:focus,\n  #nour-about-us .nour-button-outline:hover {\n    background: transparent !important;\n    color: #ffffff !important;\n    border-color: rgba(255, 255, 255, 0.38) !important;\n  }\n\n  \/* HERO *\/\n  #nour-about-us .hero {\n    padding: 70px 0 48px;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 28px;\n  }\n\n  #nour-about-us .hero-card {\n    position: relative;\n    overflow: hidden;\n    min-height: 540px;\n    border-radius: 34px;\n    border: 1px solid var(--line);\n    background:\n      linear-gradient(90deg, rgba(35, 52, 79, 0.78), rgba(35, 52, 79, 0.42) 52%, rgba(35, 52, 79, 0.16)),\n      url(\"\/wp-content\/uploads\/2026\/04\/Kite-fighting.jpg\") center center \/ cover no-repeat;\n    box-shadow: 0 24px 80px rgba(35, 52, 79, 0.12);\n    display: flex;\n    align-items: flex-end;\n  }\n\n  #nour-about-us .hero-content {\n    width: min(760px, 100%);\n    padding: 54px;\n    color: #ffffff;\n  }\n\n  #nour-about-us .label {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 5px 13px;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.15);\n    border: 1px solid rgba(255, 255, 255, 0.28);\n    color: rgba(255, 255, 255, 0.92);\n    text-transform: uppercase;\n    letter-spacing: 0.19em;\n    font-size: 11px;\n    font-weight: 800;\n    margin-bottom: 18px;\n  }\n\n  #nour-about-us .label:before {\n    content: \"\";\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--gold);\n  }\n\n  #nour-about-us h1 {\n    font-size: clamp(42px, 5.8vw, 76px);\n    line-height: 1.05;\n  }\n\n  #nour-about-us .hero-content p {\n    max-width: 680px;\n    margin-top: 22px;\n    color: #edf3f7;\n    font-size: clamp(18px, 2vw, 22px);\n  }\n\n  #nour-about-us .hero-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 30px;\n  }\n\n  \/* ANCHOR STRIP *\/\n  #nour-about-us .anchor-strip {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 14px;\n  }\n\n  #nour-about-us .anchor {\n    background: rgba(255, 255, 255, 0.76);\n    border: 1px solid var(--line);\n    border-radius: 20px;\n    padding: 17px 18px;\n    box-shadow: 0 4px 14px rgba(35, 52, 79, 0.05);\n    min-height: 82px;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;\n  }\n\n  #nour-about-us .anchor small {\n    text-transform: uppercase;\n    letter-spacing: 0.17em;\n    color: var(--muted);\n    font-size: 10px;\n    font-weight: 800;\n  }\n\n  #nour-about-us .anchor strong {\n    font-size: 17px;\n    color: var(--ink);\n  }\n\n  #nour-about-us .anchor:hover {\n    background: #ffffff;\n    transform: translateY(-3px);\n    box-shadow: 0 16px 36px rgba(35, 52, 79, 0.12);\n  }\n\n  \/* GENERAL SECTIONS *\/\n  #nour-about-us section {\n    padding: 92px 0;\n    background: var(--bg);\n  }\n\n  #nour-about-us .section-head {\n    display: grid;\n    grid-template-columns: 0.9fr 1.1fr;\n    gap: 54px;\n    align-items: end;\n    margin-bottom: 38px;\n  }\n\n  #nour-about-us .kicker {\n    text-transform: uppercase;\n    letter-spacing: 0.2em;\n    color: var(--muted);\n    font-size: 13px;\n    font-weight: 700;\n    margin-bottom: 14px;\n  }\n\n  #nour-about-us h2 {\n    font-size: clamp(34px, 4vw, 50px);\n    line-height: 1.12;\n  }\n\n  #nour-about-us .intro-text {\n    color: var(--text);\n    font-size: 20px;\n  }\n\n  \/* FEATURE CARDS *\/\n  #nour-about-us .cards-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 30px;\n  }\n\n  #nour-about-us .feature-card {\n    min-height: 330px;\n    border-radius: 28px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--line);\n    box-shadow: 0 6px 18px rgba(35, 52, 79, 0.05);\n    display: grid;\n    grid-template-columns: 0.95fr 1.05fr;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  #nour-about-us .feature-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 16px 36px rgba(35, 52, 79, 0.12);\n  }\n\n  #nour-about-us .feature-card:nth-child(even) {\n    grid-template-columns: 1.05fr 0.95fr;\n  }\n\n  #nour-about-us .feature-card:nth-child(even) .feature-image {\n    order: 2;\n  }\n\n  #nour-about-us .feature-image {\n    min-height: 100%;\n    background-size: cover;\n    background-position: center center;\n    position: relative;\n  }\n\n  #nour-about-us .feature-image:after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(180deg, rgba(35, 52, 79, 0.06), rgba(35, 52, 79, 0.16));\n  }\n\n  #nour-about-us .img-story {\n    background-image: url(\"\/wp-content\/uploads\/2026\/05\/b98b3e0d-6589-4005-918e-f070254852fb.jpg\");\n  }\n\n  #nour-about-us .img-money {\n    background-image: url(\"https:\/\/images.unsplash.com\/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1000&q=82\");\n  }\n\n  #nour-about-us .img-programs {\n    background-image: url(\"https:\/\/images.unsplash.com\/photo-1509062522246-3755977927d7?auto=format&fit=crop&w=1000&q=82\");\n  }\n\n  #nour-about-us .img-team {\n    background-image: url(\"https:\/\/images.unsplash.com\/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1000&q=82\");\n  }\n\n  #nour-about-us .img-partners {\n    background-image: url(\"https:\/\/images.unsplash.com\/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1000&q=82\");\n  }\n\n  #nour-about-us .feature-body {\n    padding: 34px;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    gap: 22px;\n  }\n\n  #nour-about-us .feature-body h3 {\n    font-size: 32px;\n    color: var(--ink);\n  }\n\n  #nour-about-us .feature-body p {\n    color: var(--text);\n    font-size: 16px;\n    margin-top: 12px;\n  }\n\n  #nour-about-us .mini-link,\n  #nour-about-us .mini-link:visited,\n  #nour-about-us .mini-link:focus {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    color: var(--ink) !important;\n    font-weight: 800;\n  }\n\n  #nour-about-us .mini-link span {\n    width: 30px;\n    height: 30px;\n    border-radius: 50%;\n    background: var(--gold);\n    color: #ffffff;\n    display: grid;\n    place-items: center;\n    transition: transform 0.2s ease;\n  }\n\n  #nour-about-us .mini-link:hover span {\n    transform: translateX(3px);\n  }\n\n  \/* DARK SECTION *\/\n  #nour-about-us .mission-band {\n    background: var(--navy);\n    color: #ffffff;\n    border-top: 1px solid rgba(255, 255, 255, 0.08);\n    border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n  }\n\n  #nour-about-us .mission-band h2,\n  #nour-about-us .mission-band h3 {\n    color: #ffffff;\n  }\n\n  #nour-about-us .mission-band .kicker {\n    color: #d8c8ad;\n  }\n\n  #nour-about-us .mission-band .intro-text {\n    color: #dbe3ed;\n  }\n\n  #nour-about-us .steps {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n    margin-top: 40px;\n  }\n\n  #nour-about-us .step {\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    padding: 30px;\n    background: rgba(255, 255, 255, 0.06);\n    min-height: 230px;\n  }\n\n  #nour-about-us .step .num {\n    width: 42px;\n    height: 42px;\n    border-radius: 50%;\n    display: grid;\n    place-items: center;\n    background: var(--gold);\n    color: #ffffff;\n    font-weight: 900;\n    margin-bottom: 16px;\n  }\n\n  #nour-about-us .step h3 {\n    font-size: 25px;\n  }\n\n  #nour-about-us .step p {\n    color: #dbe3ed;\n    margin-top: 11px;\n    font-size: 15px;\n  }\n\n  \/* VALUES *\/\n  #nour-about-us .values-wrap {\n    display: grid;\n    grid-template-columns: 0.85fr 1.15fr;\n    gap: 32px;\n    align-items: stretch;\n  }\n\n  #nour-about-us .values-intro {\n    border-radius: 28px;\n    padding: 34px;\n    background: var(--mist);\n    border: 1px solid #cfd7de;\n    box-shadow: 0 6px 18px rgba(35, 52, 79, 0.05);\n  }\n\n  #nour-about-us .values-intro p {\n    color: var(--text);\n    margin-top: 16px;\n    font-size: 18px;\n  }\n\n  #nour-about-us .values-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n  }\n\n  #nour-about-us .value {\n    background: #ffffff;\n    border: 1px solid var(--line);\n    border-radius: 24px;\n    padding: 26px;\n    box-shadow: 0 6px 18px rgba(35, 52, 79, 0.05);\n  }\n\n  #nour-about-us .value strong {\n    display: inline-grid;\n    place-items: center;\n    width: 36px;\n    height: 36px;\n    border-radius: 14px;\n    background: var(--navy);\n    color: #ffffff;\n    margin-bottom: 14px;\n  }\n\n  #nour-about-us .value h3 {\n    font-size: 24px;\n    color: var(--ink);\n  }\n\n  #nour-about-us .value p {\n    color: var(--text);\n    margin-top: 8px;\n    font-size: 15px;\n  }\n\n  \/* QUOTE *\/\n  #nour-about-us .quote {\n    padding-top: 0;\n  }\n\n  #nour-about-us .quote-box {\n    background: var(--sand);\n    color: var(--ink);\n    border-radius: 36px;\n    padding: 48px;\n    display: grid;\n    grid-template-columns: 0.7fr 1.3fr;\n    gap: 38px;\n    align-items: center;\n    border: 1px solid #d7c9b3;\n    box-shadow: 0 24px 80px rgba(35, 52, 79, 0.1);\n  }\n\n  #nour-about-us blockquote {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(28px, 4vw, 42px);\n    line-height: 1.32;\n    margin: 0;\n    color: var(--ink);\n  }\n\n  #nour-about-us .quote-box p {\n    color: var(--text);\n    font-size: 18px;\n  }\n\n  \/* CTA \/ NEWSLETTER *\/\n  #nour-about-us .newsletter {\n    padding-top: 0;\n    padding-bottom: 92px;\n  }\n\n  #nour-about-us .newsletter-box {\n    border-radius: 36px;\n    padding: 52px;\n    background: var(--navy);\n    color: #ffffff;\n    box-shadow: 0 24px 80px rgba(35, 52, 79, 0.18);\n    display: grid;\n    grid-template-columns: 1.05fr 0.95fr;\n    gap: 32px;\n    align-items: center;\n  }\n\n  #nour-about-us .newsletter-box h2 {\n    color: #ffffff;\n    font-size: clamp(34px, 4vw, 50px);\n  }\n\n  #nour-about-us .newsletter-box .kicker {\n    color: #d9c8ab;\n  }\n\n  #nour-about-us .newsletter-box p {\n    color: #dbe3ed;\n    margin-top: 12px;\n    font-size: 17px;\n  }\n\n  #nour-about-us form {\n    display: flex;\n    gap: 10px;\n    background: rgba(255, 255, 255, 0.08);\n    border: 1px solid rgba(255, 255, 255, 0.18);\n    border-radius: 999px;\n    padding: 8px;\n  }\n\n  #nour-about-us input {\n    min-width: 0;\n    width: 100%;\n    border: 0;\n    background: transparent;\n    padding: 0 14px;\n    font: inherit;\n    outline: none;\n    color: #ffffff;\n  }\n\n  #nour-about-us input::placeholder {\n    color: rgba(255, 255, 255, 0.68);\n  }\n\n  #nour-about-us button {\n    border: 0;\n    font: inherit;\n  }\n\n  \/* WILDE GANZEN STYLE NOUR FOOTER *\/\n  .nour-wg-footer {\n    background: #ffffff;\n    color: #5f5f5f;\n    padding: 58px 0 0;\n    font-family: Inter, Arial, sans-serif;\n    direction: ltr;\n    unicode-bidi: isolate;\n    text-align: left;\n    border-top: 1px solid #ece7df;\n  }\n\n  .nour-wg-footer,\n  .nour-wg-footer * {\n    box-sizing: border-box;\n    direction: ltr;\n    unicode-bidi: isolate;\n    text-align: left;\n  }\n\n  .nour-wg-footer a {\n    color: inherit;\n    text-decoration: none !important;\n  }\n\n  .nour-wg-footer-container {\n    width: min(1180px, calc(100% - 48px));\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .nour-wg-footer-grid {\n    display: grid;\n    grid-template-columns: 1.15fr 0.9fr 1.12fr 1.08fr;\n    gap: 54px;\n    align-items: start;\n  }\n\n  .nour-wg-footer h4 {\n    margin: 0 0 24px;\n    font-size: 26px;\n    line-height: 1.1;\n    color: #00064f;\n    font-weight: 900;\n    font-family: Inter, Arial, sans-serif;\n    letter-spacing: -0.03em;\n  }\n\n  .nour-wg-footer-links {\n    display: grid;\n    gap: 15px;\n  }\n\n  .nour-wg-footer-links a,\n  .nour-wg-footer p,\n  .nour-wg-footer-contact-line,\n  .nour-wg-footer-info-line {\n    font-size: 18px;\n    line-height: 1.55;\n    color: #5f5f5f;\n  }\n\n  #nour-about-us .nour-wg-footer-links a:hover,\n  #nour-about-us .nour-wg-footer-contact-line a:hover {\n    color: #00064f !important;\n    text-decoration: underline !important;\n  }\n\n  #nour-about-us .nour-wg-footer-contact-line a {\n    color: #00064f !important;\n    text-decoration: underline !important;\n  }\n\n  .nour-wg-social {\n    display: grid;\n    gap: 14px;\n  }\n\n  .nour-wg-social a {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    color: #5f5f5f !important;\n    font-size: 18px;\n  }\n\n  .nour-wg-social a:hover {\n    color: #00064f !important;\n  }\n\n  .nour-wg-social-icon {\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    background: #f1eee8;\n    color: #00064f;\n    display: inline-grid;\n    place-items: center;\n    font-size: 15px;\n    font-weight: 900;\n    text-align: center !important;\n    line-height: 1;\n  }\n\n  .nour-wg-contact {\n    display: grid;\n    gap: 12px;\n  }\n\n  .nour-wg-footer-contact-line {\n    display: grid;\n    grid-template-columns: 70px 1fr;\n    gap: 3px;\n  }\n\n  .nour-wg-footer-contact-line strong {\n    color: #5f5f5f;\n    font-weight: 400;\n  }\n\n  .nour-wg-footer-contact-line a {\n    color: #00064f !important;\n    text-decoration: underline !important;\n  }\n\n  .nour-wg-info {\n    display: grid;\n    gap: 14px;\n  }\n\n  .nour-wg-footer-info-line {\n    display: grid;\n    grid-template-columns: 68px 1fr;\n    gap: 10px;\n  }\n\n  .nour-wg-footer-info-line strong {\n    font-weight: 400;\n    color: #5f5f5f;\n  }\n\n  .nour-wg-footer-divider {\n    border-top: 1px solid #cfcfcf;\n    margin-top: 64px;\n    padding: 28px 0 18px;\n  }\n\n  .nour-wg-footer-logo-row {\n    display: flex;\n    justify-content: flex-end;\n    align-items: center;\n    gap: 34px;\n    flex-wrap: wrap;\n  }\n\n  .nour-wg-footer-logo {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 60px;\n    text-decoration: none !important;\n  }\n\n  .nour-wg-footer-logo img {\n    display: block;\n    width: auto;\n    height: auto;\n    max-height: 58px;\n    max-width: 190px;\n    object-fit: contain;\n  }\n\n  .nour-wg-footer-logo.auaf img {\n    max-height: 58px;\n    max-width: 210px;\n  }\n\n  .nour-wg-footer-logo.hbdo img {\n    max-height: 64px;\n    max-width: 190px;\n  }\n  \/* RESPONSIVE *\/\n  @media (max-width: 980px) {\n    #nour-about-us {\n      padding-top: 0px;\n    }\n\n    .nour-code-header-inner {\n      width: min(100% - 28px, 1180px);\n      min-height: 78px;\n      gap: 16px;\n    }\n\n    .nour-code-logo img {\n      width: 64px;\n      height: 54px;\n    }\n\n    .nour-code-nav {\n      gap: 10px;\n      overflow-x: auto;\n      max-width: 64vw;\n      padding-bottom: 4px;\n      scrollbar-width: none;\n    }\n\n    .nour-code-nav::-webkit-scrollbar {\n      display: none;\n    }\n\n    .nour-code-nav a {\n      font-size: 13px;\n      padding: 8px 12px;\n    }\n\n    .nour-code-nav a::after {\n      left: 12px;\n      right: 12px;\n      bottom: 4px;\n    }\n\n    .nour-code-dropdown {\n      position: static;\n    }\n\n    .nour-code-submenu {\n      position: fixed;\n      top: 78px;\n      left: 14px;\n      right: 14px;\n      min-width: 0;\n      width: auto;\n    }\n\n    body.admin-bar .nour-code-submenu {\n      top: 114px;\n    }\n\n    #nour-about-us .section-head,\n    #nour-about-us .cards-grid,\n    #nour-about-us .steps,\n    #nour-about-us .values-wrap,\n    #nour-about-us .quote-box,\n    #nour-about-us .newsletter-box {\n      grid-template-columns: 1fr;\n    }\n\n    #nour-about-us .anchor-strip {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    #nour-about-us .feature-card,\n    #nour-about-us .feature-card:nth-child(even) {\n      grid-template-columns: 1fr;\n    }\n\n    #nour-about-us .feature-card:nth-child(even) .feature-image {\n      order: 0;\n    }\n\n    #nour-about-us .feature-image {\n      min-height: 240px;\n    }\n\n    .nour-wg-footer-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 42px;\n    }\n\n    .nour-wg-footer-logo-row {\n      justify-content: flex-start;\n    }\n  }\n\n  @media (max-width: 782px) {\n    body.admin-bar .nour-code-header {\n      top: 46px;\n    }\n  }\n\n  @media (max-width: 640px) {\n    #nour-about-us {\n      padding-top: 78px;\n    }\n\n    #nour-about-us .container {\n      width: min(100% - 28px, 1180px);\n    }\n\n    #nour-about-us .hero {\n      padding: 24px 0 48px;\n    }\n\n    #nour-about-us section {\n      padding: 72px 0;\n    }\n\n    #nour-about-us .hero-card {\n      min-height: 520px;\n      border-radius: 24px;\n    }\n\n    #nour-about-us .hero-content {\n      padding: 34px 24px;\n    }\n\n    #nour-about-us .anchor-strip,\n    #nour-about-us .values-grid {\n      grid-template-columns: 1fr;\n    }\n\n    #nour-about-us .feature-body,\n    #nour-about-us .step,\n    #nour-about-us .value,\n    #nour-about-us .values-intro,\n    #nour-about-us .quote-box,\n    #nour-about-us .newsletter-box {\n      padding: 24px;\n      border-radius: 24px;\n    }\n\n    #nour-about-us .intro-text {\n      font-size: 17px;\n    }\n\n    #nour-about-us .hero-actions {\n      gap: 10px;\n      flex-direction: column;\n      align-items: flex-start;\n    }\n\n    #nour-about-us .hero-actions .btn,\n    #nour-about-us form .btn {\n      width: 100%;\n    }\n\n    #nour-about-us form {\n      border-radius: 24px;\n      flex-direction: column;\n    }\n\n    .nour-code-header-inner {\n      width: min(100% - 20px, 1180px);\n    }\n\n    .nour-code-logo img {\n      width: 54px;\n      height: 48px;\n    }\n\n    .nour-code-nav {\n      max-width: 62vw;\n    }\n\n    .nour-code-header-donate {\n      width: 118px;\n      height: 44px;\n      font-size: 12px;\n      border-radius: 12px;\n    }\n\n    .nour-wg-footer {\n      padding-top: 46px;\n    }\n\n    .nour-wg-footer-container {\n      width: min(100% - 28px, 1180px);\n    }\n\n    .nour-wg-footer-grid {\n      grid-template-columns: 1fr;\n      gap: 34px;\n    }\n\n    .nour-wg-footer h4 {\n      font-size: 24px;\n      margin-bottom: 18px;\n    }\n\n    .nour-wg-footer-links a,\n    .nour-wg-footer p,\n    .nour-wg-footer-contact-line,\n    .nour-wg-footer-info-line {\n      font-size: 16px;\n    }\n\n    .nour-wg-footer-contact-line,\n    .nour-wg-footer-info-line {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .nour-wg-footer-divider {\n      margin-top: 42px;\n    }\n\n    .nour-wg-footer-logo-row {\n      justify-content: flex-start;\n      gap: 18px;\n    }\n\n    .nour-wg-footer-logo img {\n      max-height: 50px;\n      max-width: 160px;\n    }\n\n    .nour-wg-footer-logo.auaf img {\n      max-height: 50px;\n      max-width: 170px;\n    }\n\n    .nour-wg-footer-logo.hbdo img {\n      max-height: 56px;\n      max-width: 160px;\n    }\n  }\n<\/style>\n\n<!-- CUSTOM CODE HEADER -->\n<header class=\"nour-code-header\">\n  <div class=\"nour-code-header-inner\">\n    <a class=\"nour-code-logo\" href=\"\/fr\/\">\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/nour_signature300-1.png\" alt=\"Nour Peace Foundation\" title=\"About Us\">\n    <\/a>\n\n    <nav class=\"nour-code-nav\">\n      <a href=\"\/fr\/\">Home<\/a>\n\n      <div class=\"nour-code-dropdown\">\n        <a class=\"nour-code-dropdown-toggle\" href=\"\/fr\/about\/\">About Us<\/a>\n        <div class=\"nour-code-submenu\">\n          <a href=\"\/fr\/about\/our-story-2\/\">Our Story<\/a>\n          <a href=\"\/fr\/about\/how-we-use-support\/\">How We Use Support<\/a>\n          <a href=\"\/fr\/about\/our-programs\/\">Our Programs<\/a>\n          <a href=\"\/fr\/about\/our-team\/\">Our Team<\/a>\n        <\/div>\n      <\/div>\n\n      <a href=\"\/fr\/the-situation-in-afghanistan\/\">ATR<\/a>\n      <a href=\"\/fr\/impact-testimonials\/\">Education<\/a>\n      <a href=\"\/fr\/publications\/\">Publications<\/a>\n      <a href=\"\/fr\/contact\/\">Contact Us<\/a>\n    <\/nav>\n   <div class=\"nour-code-lang-switcher\">\n  <a class=\"nour-code-lang-current\" href=\"\/fr\/about\/\">\ud83c\uddfa\ud83c\uddf8 English \u25be<\/a>\n  <div class=\"nour-code-lang-menu\">\n    <a href=\"\/nl\/about\/\">\ud83c\uddf3\ud83c\uddf1 Dutch<\/a>\n    <a href=\"\/fr\/about\/\">\ud83c\uddeb\ud83c\uddf7 French<\/a>\n    <a href=\"\/fa\/about\/\">\ud83c\uddee\ud83c\uddf7 Persian<\/a>\n    <a href=\"\/de\/about\/\">\ud83c\udde9\ud83c\uddea German<\/a>\n    <a href=\"\/es\/about\/\">\ud83c\uddea\ud83c\uddf8 Spanish<\/a>\n  <\/div>\n<\/div>\n\n    <a class=\"nour-code-header-donate\" href=\"\/fr\/donate-now\/\">Donate Now<\/a>\n  <\/div>\n<\/header>\n\n<div id=\"nour-about-us\" dir=\"ltr\" lang=\"en\">\n  <a class=\"skip\" href=\"#main\">Skip to content<\/a>\n\n  <main id=\"main\">\n    <!-- HERO -->\n    <section class=\"container hero\" aria-labelledby=\"page-title\">\n      <div class=\"hero-card\">\n        <div class=\"hero-content\">\n          <div class=\"label\">About Us<\/div>\n          <h1 id=\"page-title\">A foundation for education, peace, and Afghanistan\u2019s future.<\/h1>\n          <p>\n            Nour Peace Foundation brings Afghan and international expertise together to strengthen learning, dignity, and long-term social responsibility. We work where education, civic courage, and future-oriented transition thinking meet.\n          <\/p>\n          <div class=\"hero-actions\">\n            <a class=\"btn btn-primary\" href=\"#story\">Discover who we are<\/a>\n            <a class=\"btn btn-outline\" href=\"#work\">How we work<\/a>\n            <a class=\"btn btn-primary\" href=\"\/fr\/donate-now\/\">Support Nour<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"anchor-strip\" aria-label=\"About page sections\">\n        <a class=\"anchor\" href=\"#story\"><small>01<\/small><strong>Our Story<\/strong><\/a>\n        <a class=\"anchor\" href=\"\/fr\/about\/how-we-use-support\/\"><small>02<\/small><strong>How We Use Support<\/strong><\/a>\n        <a class=\"anchor\" href=\"\/fr\/about\/our-programs\/\"><small>03<\/small><strong>Our Programs<\/strong><\/a>\n        <a class=\"anchor\" href=\"\/fr\/about\/our-team\/\"><small>04<\/small><strong>Our Team<\/strong><\/a>\n        <a class=\"anchor\" href=\"#partners\"><small>05<\/small><strong>Our Partners<\/strong><\/a>\n      <\/div>\n    <\/section>\n\n    <!-- STORY -->\n    <section class=\"container\" id=\"story\">\n      <div class=\"section-head\">\n        <div>\n          <div class=\"kicker\">Our foundation<\/div>\n          <h2>Rooted in education. Guided by peace. Built for lasting responsibility.<\/h2>\n        <\/div>\n        <p class=\"intro-text\">\n          Nour sees education as more than schooling. It is a path to human dignity, opportunity, social cohesion, and a more stable future. The foundation supports practical learning access while also making space for deeper thinking about Afghanistan\u2019s long-term transition.\n        <\/p>\n      <\/div>\n\n      <div class=\"cards-grid\">\n        <article class=\"feature-card\">\n          <div class=\"feature-image img-story\" aria-hidden=\"true\"><\/div>\n          <div class=\"feature-body\">\n            <div>\n              <h3>Our story<\/h3>\n              <p>\n                Nour\u2019s identity is inspired by the idea of being a light: not a slogan, but a commitment to make knowledge, hope, and public responsibility more livable for people affected by conflict and uncertainty.\n              <\/p>\n            <\/div>\n            <a class=\"mini-link\" href=\"\/fr\/about\/our-story-2\/\"><span>\u2192<\/span> Read our story<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"feature-card\" id=\"stewardship\">\n          <div class=\"feature-image img-money\" aria-hidden=\"true\"><\/div>\n          <div class=\"feature-body\">\n            <div>\n              <h3>Responsible stewardship<\/h3>\n              <p>\n                We aim to handle every donation and partnership with care. Support should lead to visible educational value, credible governance, and work that strengthens people rather than creating dependency.\n              <\/p>\n            <\/div>\n            <a class=\"mini-link\" href=\"\/fr\/about\/how-we-use-support\/\"><span>\u2192<\/span> See how support helps<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"feature-card\" id=\"programs\">\n          <div class=\"feature-image img-programs\" aria-hidden=\"true\"><\/div>\n          <div class=\"feature-body\">\n            <div>\n              <h3>Our programs<\/h3>\n              <p>\n                Our work focuses on educational access, digital learning pathways, literacy, youth development, cultural dignity, and bridge-building between Afghan knowledge and international support.\n              <\/p>\n            <\/div>\n            <a class=\"mini-link\" href=\"\/fr\/about\/our-programs\/\"><span>\u2192<\/span> Explore programs<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"feature-card\" id=\"team\">\n          <div class=\"feature-image img-team\" aria-hidden=\"true\"><\/div>\n          <div class=\"feature-body\">\n            <div>\n              <h3>Our team<\/h3>\n              <p>\n                Nour is shaped by Afghan insight, educational leadership, civic expertise, and international experience. Together, this network gives the foundation both human focus and institutional seriousness.\n              <\/p>\n            <\/div>\n            <a class=\"mini-link\" href=\"\/fr\/about\/our-team\/\"><span>\u2192<\/span> Meet the people<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"feature-card\" id=\"partners\">\n          <div class=\"feature-image img-partners\" aria-hidden=\"true\"><\/div>\n          <div class=\"feature-body\">\n            <div>\n              <h3>Our partners<\/h3>\n              <p>\n                We believe collaboration makes impact stronger. Nour works with supporters, educators, experts, and organizations that share a commitment to peace, equality, and responsible social change.\n              <\/p>\n            <\/div>\n            <a class=\"mini-link\" href=\"\/fr\/contact\/\"><span>\u2192<\/span> Discover partners<\/a>\n          <\/div>\n        <\/article>\n      <\/div>\n    <\/section>\n\n    <!-- HOW WE WORK -->\n    <section class=\"mission-band\" id=\"work\">\n      <div class=\"container\">\n        <div class=\"section-head\">\n          <div>\n            <div class=\"kicker\">How we work<\/div>\n            <h2>We support change through people, knowledge, and trusted cooperation.<\/h2>\n          <\/div>\n          <p class=\"intro-text\">\n            Nour\u2019s approach is practical and long-term. We help create conditions in which Afghan communities, learners, and partners can strengthen their own future with dignity and confidence.\n          <\/p>\n        <\/div>\n\n        <div class=\"steps\">\n          <article class=\"step\">\n            <div class=\"num\">1<\/div>\n            <h3>We listen locally<\/h3>\n            <p>Afghan experience and community knowledge guide priorities, needs, and the tone of our work.<\/p>\n          <\/article>\n\n          <article class=\"step\">\n            <div class=\"num\">2<\/div>\n            <h3>We focus on learning<\/h3>\n            <p>Education, literacy, digital access, and youth development remain central to Nour\u2019s mission.<\/p>\n          <\/article>\n\n          <article class=\"step\">\n            <div class=\"num\">3<\/div>\n            <h3>We build bridges<\/h3>\n            <p>We connect Afghan insight with international expertise, support, and institutional networks.<\/p>\n          <\/article>\n\n          <article class=\"step\">\n            <div class=\"num\">4<\/div>\n            <h3>We think long-term<\/h3>\n            <p>Beyond immediate help, we support ideas and structures that can serve a peaceful future.<\/p>\n          <\/article>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- VALUES -->\n    <section class=\"container\" id=\"values\">\n      <div class=\"values-wrap\">\n        <div class=\"values-intro\">\n          <div class=\"kicker\">Core values<\/div>\n          <h2>Six principles shape Nour\u2019s work.<\/h2>\n          <p>\n            These values are not decorative. They guide how the foundation communicates, chooses partners, designs programs, and protects trust.\n          <\/p>\n        <\/div>\n\n        <div class=\"values-grid\">\n          <article class=\"value\">\n            <strong>1<\/strong>\n            <h3>Solidarity<\/h3>\n            <p>Standing with communities and strengthening shared responsibility across difference.<\/p>\n          <\/article>\n\n          <article class=\"value\">\n            <strong>2<\/strong>\n            <h3>Freedom of Expression<\/h3>\n            <p>Protecting dialogue, ideas, learning, and honest civic voice.<\/p>\n          <\/article>\n\n          <article class=\"value\">\n            <strong>3<\/strong>\n            <h3>Equality<\/h3>\n            <p>Affirming equal dignity and opportunity across gender, ethnicity, religion, and background.<\/p>\n          <\/article>\n\n          <article class=\"value\">\n            <strong>4<\/strong>\n            <h3>Responsibility<\/h3>\n            <p>Acting carefully, keeping commitments, and serving society with seriousness.<\/p>\n          <\/article>\n\n          <article class=\"value\">\n            <strong>5<\/strong>\n            <h3>Reliability<\/h3>\n            <p>Building trust through clarity, consistency, and transparent relationships.<\/p>\n          <\/article>\n\n          <article class=\"value\">\n            <strong>6<\/strong>\n            <h3>Integrity<\/h3>\n            <p>Keeping actions aligned with values and remaining open to learning and improvement.<\/p>\n          <\/article>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- QUOTE -->\n    <section class=\"container quote\">\n      <div class=\"quote-box\">\n        <p>\n          At the heart of Nour is a simple idea: peace needs more than hope. It needs people, knowledge, institutions, and the courage to keep building.\n        <\/p>\n        <blockquote>\u201cBe the light \u2014 by making truth, education, and hope more livable for others.\u201d<\/blockquote>\n      <\/div>\n    <\/section>\n\n    <!-- CTA -->\n    <section class=\"container newsletter\" id=\"support\">\n      <div class=\"newsletter-box\">\n        <div>\n          <div class=\"kicker\">Stay connected<\/div>\n          <h2>Follow the work of Nour Peace Foundation.<\/h2>\n          <p>\n            Receive updates about educational projects, publications, partnerships, and ways to support the foundation\u2019s mission.\n          <\/p>\n        <\/div>\n\n        <form action=\"#\" method=\"post\" data-trp-original-action=\"#\">\n          <label for=\"email\" style=\"position:absolute;left:-9999px\">Email address<\/label>\n          <input id=\"email\" type=\"email\" name=\"email\" placeholder=\"Email address\" required>\n          <button class=\"btn btn-primary\" type=\"submit\">Sign up<\/button>\n        <input type=\"hidden\" name=\"trp-form-language\" value=\"fr\"\/><\/form>\n      <\/div>\n    <\/section>\n  <\/main>\n\n  <!-- FOOTER -->\n  <footer class=\"nour-wg-footer\">\n    <div class=\"nour-wg-footer-container\">\n      <div class=\"nour-wg-footer-grid\">\n\n        <div>\n          <h4>Quick links<\/h4>\n          <div class=\"nour-wg-footer-links\">\n            <a href=\"\/fr\/about\/\">About Nour<\/a>\n            <a href=\"\/fr\/about\/our-story-2\/\">Our Story<\/a>\n            <a href=\"\/fr\/about\/how-we-use-support\/\">How We Use Support<\/a>\n            <a href=\"\/fr\/about\/our-programs\/\">Our Programs<\/a>\n            <a href=\"\/fr\/about\/our-team\/\">Our Team<\/a>\n            <a href=\"\/fr\/the-situation-in-afghanistan\/\">Afghanistan Transition Roadmap<\/a>\n            <a href=\"\/fr\/impact-testimonials\/\">Education programs<\/a>\n            <a href=\"\/fr\/donate-now\/\">Donate now<\/a>\n            <a href=\"\/fr\/contact\/\">Contact<\/a>\n          <\/div>\n        <\/div>\n\n        <div>\n          <h4>Follow us<\/h4>\n          <div class=\"nour-wg-social\">\n            <a href=\"#\" aria-label=\"Facebook\">\n              <span class=\"nour-wg-social-icon\">f<\/span>\n              Facebook\n            <\/a>\n            <a href=\"#\" aria-label=\"Instagram\">\n              <span class=\"nour-wg-social-icon\">\u25ce<\/span>\n              Instagram\n           <a href=\"https:\/\/www.linkedin.com\/company\/nour-peace-foundation\/?viewAsMember=true\" aria-label=\"LinkedIn\" target=\"_blank\" rel=\"noopener noreferrer\">\n  <span class=\"nour-wg-social-icon\">in<\/span>\n  LinkedIn\n<\/a>\n          <\/div>\n        <\/div>\n\n        <div>\n          <h4>Contact<\/h4>\n          <div class=\"nour-wg-contact\">\n            <p>\n              Nieuwe Stationsweg 9<br>\n              9751 SZ Haren Gn<br>\n              The Netherlands\n            <\/p>\n\n            <div class=\"nour-wg-footer-contact-line\">\n              <strong>Email:<\/strong>\n              <a href=\"mailto:info@nourpeacefoundation.org\">info@nourpeacefoundation.org<\/a>\n            <\/div>\n\n            <div class=\"nour-wg-footer-contact-line\">\n              <strong>Phone:<\/strong>\n              <a href=\"tel:+31203695693\">(020) 369 569 3<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div>\n          <h4>Information<\/h4>\n          <div class=\"nour-wg-info\">\n            <div class=\"nour-wg-footer-info-line\">\n              <strong>IBAN:<\/strong>\n              <span>0000<\/span>\n            <\/div>\n\n            <div class=\"nour-wg-footer-info-line\">\n              <strong>RSIN:<\/strong>\n              <span>To be added<\/span>\n            <\/div>\n\n            <div class=\"nour-wg-footer-info-line\">\n              <strong>KVK:<\/strong>\n              <span>84442387<\/span>\n            <\/div>\n\n            <div class=\"nour-wg-footer-info-line\">\n              <strong>ANBI:<\/strong>\n              <span>To be added<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n      <\/div>\n\n      <div class=\"nour-wg-footer-divider\">\n        <div class=\"nour-wg-footer-logo-row\">\n\n          <a class=\"nour-wg-footer-logo auaf\" href=\"https:\/\/auaf.edu.af\/\" target=\"_blank\" rel=\"noopener\" aria-label=\"American University of Afghanistan\">\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/Naamloos.jpg\" alt=\"American University of Afghanistan\" title=\"About Us\">\n          <\/a>\n\n          <a class=\"nour-wg-footer-logo hbdo\" href=\"https:\/\/www.hbdo.org\/\" target=\"_blank\" rel=\"noopener\" aria-label=\"Herai Banoo Development Organization\">\n            <img decoding=\"async\" src=\"https:\/\/nourpeacefoundation.org\/wp-content\/uploads\/2026\/05\/HBDO-Logo.png\" alt=\"Herai Banoo Development Organization\" title=\"About Us\">\n          <\/a>\n\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/footer>\n<\/div>\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>","protected":false},"excerpt":{"rendered":"<p>Home About Us Our Story How We Use Support Our Programs Our Team ATR Education Publications Contact Us \ud83c\uddfa\ud83c\uddf8 English [&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-16","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/nourpeacefoundation.org\/fr\/wp-json\/wp\/v2\/pages\/16","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nourpeacefoundation.org\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nourpeacefoundation.org\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nourpeacefoundation.org\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nourpeacefoundation.org\/fr\/wp-json\/wp\/v2\/comments?post=16"}],"version-history":[{"count":230,"href":"https:\/\/nourpeacefoundation.org\/fr\/wp-json\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":3064,"href":"https:\/\/nourpeacefoundation.org\/fr\/wp-json\/wp\/v2\/pages\/16\/revisions\/3064"}],"wp:attachment":[{"href":"https:\/\/nourpeacefoundation.org\/fr\/wp-json\/wp\/v2\/media?parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}