{"id":23334,"date":"2026-09-15T01:02:22","date_gmt":"2026-09-14T22:02:22","guid":{"rendered":"https:\/\/isa.atu.edu.iq\/?page_id=23334"},"modified":"2026-09-15T01:02:30","modified_gmt":"2026-09-14T22:02:30","slug":"23334-2","status":"publish","type":"page","link":"https:\/\/isa.atu.edu.iq\/?page_id=23334","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ar\" dir=\"rtl\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\">\n  <title>\u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 | \u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0627\u0644\u0633\u0645\u0627\u0648\u0629<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@300;400;500;600;700;800;900&#038;display=swap\" rel=\"stylesheet\">\n  <style>\n    \/* \u2500\u2500 reuse core styles from original page for consistency \u2500\u2500 *\/\n    :root {\n      --primary: #4a6fa5;\n      --accent: #5b8dd9;\n      --text: #1e2a38;\n      --muted: #4a6078;\n    }\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n    body {\n      font-family: 'Cairo', sans-serif;\n      background: #edf1f7;\n      color: var(--text);\n      overflow-x: hidden;\n      min-height: 100vh;\n      direction: rtl;\n    }\n    \/* background scene identical to original *\/\n    .bg-scene {\n      position: fixed;\n      inset: 0;\n      z-index: 0;\n      overflow: hidden;\n      pointer-events: none;\n    }\n    .bg-grid {\n      position: absolute;\n      inset: 0;\n      background-image: linear-gradient(rgba(90, 133, 192, 0.06) 1px, transparent 1px),\n                        linear-gradient(90deg, rgba(90, 133, 192, 0.06) 1px, transparent 1px);\n      background-size: 60px 60px;\n      animation: gridScroll 20s linear infinite;\n    }\n    @keyframes gridScroll {\n      0% { transform: perspective(600px) rotateX(30deg) translateY(0); }\n      100% { transform: perspective(600px) rotateX(30deg) translateY(60px); }\n    }\n    .bg-orb {\n      position: absolute;\n      border-radius: 50%;\n      filter: blur(80px);\n      animation: orbFloat 8s ease-in-out infinite alternate;\n    }\n    .orb1 { width: 500px; height: 500px; background: rgba(180,195,220,0.4); top: -150px; right: -100px; }\n    .orb2 { width: 350px; height: 350px; background: rgba(160,185,215,0.28); bottom: 10%; left: 5%; animation-delay: -3s; }\n    .orb3 { width: 250px; height: 250px; background: rgba(200,210,225,0.3); top: 40%; right: 20%; animation-delay: -6s; }\n    @keyframes orbFloat {\n      from { transform: translate(0,0) scale(1); }\n      to { transform: translate(28px,28px) scale(1.08); }\n    }\n    .logo-wm {\n      position: fixed;\n      pointer-events: none;\n      z-index: 0;\n    }\n    .logo-center {\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n    }\n    .logo-tl {\n      top: 8%;\n      right: 4%;\n    }\n    .logo-br {\n      bottom: 8%;\n      left: 3%;\n    }\n    .logo-3d {\n      width: 370px;\n      height: 370px;\n      animation: spin3D 18s linear infinite;\n      transform-style: preserve-3d;\n      perspective: 800px;\n      position: relative;\n    }\n    .logo-3d.sm {\n      width: 150px;\n      height: 150px;\n    }\n    .logo-3d.slow {\n      animation-duration: 28s;\n      animation-direction: reverse;\n    }\n    @keyframes spin3D {\n      0% { transform: rotateY(0deg) rotateX(8deg); }\n      25% { transform: rotateY(90deg) rotateX(14deg) rotateZ(3deg); }\n      50% { transform: rotateY(180deg) rotateX(8deg); }\n      75% { transform: rotateY(270deg) rotateX(14deg) rotateZ(-3deg); }\n      100% { transform: rotateY(360deg) rotateX(8deg); }\n    }\n    .logo-3d img {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      opacity: .07;\n      mix-blend-mode: multiply;\n      border-radius: 50%;\n      animation: logoPulse 4s ease-in-out infinite alternate;\n    }\n    .logo-3d.sm img {\n      opacity: .035;\n    }\n    @keyframes logoPulse {\n      from { opacity: .045; }\n      to { opacity: .13; }\n    }\n    .logo-3d::after,\n    .logo-3d::before {\n      content: '';\n      position: absolute;\n      border-radius: 50%;\n      border: 1px solid rgba(90,133,192,0.13);\n      animation: ringPulse 3s ease-in-out infinite;\n      pointer-events: none;\n    }\n    .logo-3d::after { inset: -10px; }\n    .logo-3d::before { inset: -24px; animation-delay: 1.5s; }\n    @keyframes ringPulse {\n      0%, 100% { transform: scale(1); opacity: .4; }\n      50% { transform: scale(1.05); opacity: .9; }\n    }\n    \/* header *\/\n    header {\n      position: sticky;\n      top: 0;\n      z-index: 200;\n      background: rgba(237,241,247,0.95);\n      backdrop-filter: blur(14px);\n      border-bottom: 1px solid rgba(90,133,192,0.16);\n      padding: 11px 22px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      flex-wrap: wrap;\n      gap: 10px;\n      box-shadow: 0 4px 22px rgba(90,133,192,0.1);\n    }\n    .h-brand {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n    }\n    .h-logo {\n      width: 48px;\n      height: 48px;\n      border-radius: 50%;\n      border: 2px solid rgba(90,133,192,0.28);\n      object-fit: contain;\n      background: #e4eaf4;\n      box-shadow: 0 0 16px rgba(90,133,192,0.2);\n    }\n    .h-text h1 {\n      font-size: 1rem;\n      font-weight: 900;\n      color: var(--text);\n      line-height: 1.2;\n    }\n    .h-text p {\n      font-size: .68rem;\n      color: var(--muted);\n      font-weight: 600;\n    }\n    .lang-grp {\n      display: flex;\n      gap: 6px;\n    }\n    .lang-btn {\n      padding: 5px 15px;\n      border-radius: 28px;\n      border: 1.5px solid rgba(90,133,192,0.26);\n      background: transparent;\n      cursor: pointer;\n      font-family: 'Cairo', sans-serif;\n      font-weight: 700;\n      font-size: .78rem;\n      color: var(--primary);\n      transition: all .3s;\n    }\n    .lang-btn.active,\n    .lang-btn:hover {\n      background: linear-gradient(135deg, #4a6fa5, #5b8dd9);\n      color: #fff;\n      border-color: transparent;\n      box-shadow: 0 4px 12px rgba(90,133,192,0.3);\n    }\n    \/* page hero *\/\n    .page-hero {\n      text-align: center;\n      padding: 28px 20px 10px;\n      position: relative;\n      z-index: 5;\n    }\n    .page-hero h2 {\n      font-size: clamp(1.2rem, 3vw, 2rem);\n      font-weight: 900;\n      background: linear-gradient(135deg, #1e2a38 0%, #4a6fa5 50%, #5b8dd9 100%);\n      background-clip: text;\n      -webkit-background-clip: text;\n      color: transparent;\n      background-size: 200% 200%;\n      animation: gradShift 4s ease infinite;\n    }\n    @keyframes gradShift {\n      0%, 100% { background-position: 0% 50%; }\n      50% { background-position: 100% 50%; }\n    }\n    .page-hero p {\n      color: var(--muted);\n      font-size: .8rem;\n      margin-top: 4px;\n    }\n    .hero-line {\n      width: 90px;\n      height: 3px;\n      margin: 10px auto 0;\n      background: linear-gradient(90deg, transparent, #4a6fa5, #5b8dd9, transparent);\n      border-radius: 2px;\n    }\n    \/* \u2500\u2500 NEW: strategic plan section \u2500\u2500 *\/\n    .strategy-section {\n      position: relative;\n      z-index: 10;\n      max-width: 1100px;\n      margin: 20px auto 30px;\n      padding: 0 24px;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n    }\n    .strategy-card {\n      background: rgba(255,255,255,0.92);\n      backdrop-filter: blur(6px);\n      border-radius: 32px;\n      padding: 28px 32px 32px;\n      box-shadow: 0 20px 50px rgba(74, 111, 165, 0.18), 0 0 0 1px rgba(90,133,192,0.12);\n      width: 100%;\n      border: 1px solid rgba(255,255,255,0.7);\n      transition: box-shadow .3s ease, transform .3s ease;\n      text-align: center;\n    }\n    .strategy-card:hover {\n      box-shadow: 0 28px 60px rgba(74, 111, 165, 0.28), 0 0 0 1px rgba(90,133,192,0.25);\n      transform: translateY(-3px);\n    }\n    .strategy-icon {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 70px;\n      height: 70px;\n      border-radius: 50%;\n      background: linear-gradient(135deg, #eef4ff, #d9e6ff);\n      margin-bottom: 12px;\n      box-shadow: 0 10px 22px rgba(74,111,165,0.18);\n    }\n    .strategy-icon svg {\n      width: 42px;\n      height: 42px;\n      fill: none;\n      stroke: var(--primary);\n      stroke-width: 1.7;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n    .strategy-card h3 {\n      font-size: 1.8rem;\n      font-weight: 900;\n      color: #1e2a38;\n      margin-bottom: 6px;\n      letter-spacing: -0.01em;\n    }\n    .strategy-card h3 span {\n      background: linear-gradient(135deg, #1e3a6e, #4a6fa5);\n      background-clip: text;\n      -webkit-background-clip: text;\n      color: transparent;\n    }\n    .strategy-sub {\n      font-size: .92rem;\n      color: var(--muted);\n      font-weight: 600;\n      margin-bottom: 22px;\n    }\n    .strategy-meta {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 24px 40px;\n      margin-bottom: 28px;\n      color: #2a3f5e;\n      font-weight: 700;\n      font-size: .88rem;\n    }\n    .strategy-meta-item {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      background: rgba(90,133,192,0.08);\n      padding: 6px 18px;\n      border-radius: 40px;\n      border: 1px solid rgba(90,133,192,0.15);\n    }\n    .strategy-meta-item svg {\n      width: 18px;\n      height: 18px;\n      fill: none;\n      stroke: var(--primary);\n      stroke-width: 2;\n    }\n    .pdf-button {\n      display: inline-flex;\n      align-items: center;\n      gap: 12px;\n      background: linear-gradient(135deg, #2a5296, #4a6fa5, #5b8dd9);\n      color: #fff;\n      font-weight: 800;\n      font-size: 1.1rem;\n      padding: 16px 40px;\n      border-radius: 60px;\n      text-decoration: none;\n      box-shadow: 0 14px 28px rgba(74,111,165,0.4), 0 4px 10px rgba(0,0,0,0.1);\n      transition: all .3s ease;\n      border: 1px solid rgba(255,255,255,0.25);\n      letter-spacing: 0.3px;\n    }\n    .pdf-button:hover {\n      transform: translateY(-3px) scale(1.02);\n      box-shadow: 0 22px 38px rgba(74,111,165,0.5), 0 6px 14px rgba(0,0,0,0.15);\n      background: linear-gradient(135deg, #1e3a6e, #3a5f9e, #4a7ed4);\n    }\n    .pdf-button:active {\n      transform: translateY(0) scale(0.99);\n    }\n    .pdf-button svg {\n      width: 26px;\n      height: 26px;\n      fill: none;\n      stroke: #fff;\n      stroke-width: 1.8;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n    .pdf-note {\n      margin-top: 16px;\n      font-size: .75rem;\n      color: #6a7f9e;\n      font-weight: 600;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 6px;\n    }\n    .pdf-note svg {\n      width: 16px;\n      height: 16px;\n      fill: none;\n      stroke: #6a7f9e;\n      stroke-width: 2;\n    }\n    \/* footer *\/\n    footer {\n      text-align: center;\n      padding: 14px 20px 20px;\n      position: relative;\n      z-index: 5;\n      color: var(--muted);\n      font-size: .7rem;\n      border-top: 1px solid rgba(90,133,192,0.1);\n      margin-top: 10px;\n    }\n    \/* particles *\/\n    .particle {\n      position: fixed;\n      border-radius: 50%;\n      pointer-events: none;\n      z-index: 1;\n      animation: floatP linear infinite;\n      opacity: 0;\n    }\n    @keyframes floatP {\n      0% { transform: translateY(100vh); opacity: 0; }\n      10% { opacity: .7; }\n      90% { opacity: .7; }\n      100% { transform: translateY(-80px); opacity: 0; }\n    }\n    \/* responsive *\/\n    @media (max-width: 700px) {\n      .strategy-card { padding: 22px 18px 26px; }\n      .strategy-card h3 { font-size: 1.4rem; }\n      .pdf-button { font-size: .95rem; padding: 14px 26px; }\n      .strategy-meta { gap: 12px 18px; font-size: .78rem; }\n      .strategy-meta-item { padding: 5px 14px; }\n    }\n  <\/style>\n<\/head>\n<body>\n  <!-- background scene (same as original) -->\n  <div class=\"bg-scene\">\n    <div class=\"bg-grid\"><\/div>\n    <div class=\"bg-orb orb1\"><\/div>\n    <div class=\"bg-orb orb2\"><\/div>\n    <div class=\"bg-orb orb3\"><\/div>\n    <div class=\"logo-wm logo-center\">\n      <div class=\"logo-3d\"><img decoding=\"async\" src=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/wwwwwwwwwww.png\" onerror=\"this.style.display='none'\" alt=\"\"><\/div>\n    <\/div>\n    <div class=\"logo-wm logo-tl\">\n      <div class=\"logo-3d sm\"><img decoding=\"async\" src=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/wwwwwwwwwww.png\" onerror=\"this.style.display='none'\" alt=\"\"><\/div>\n    <\/div>\n    <div class=\"logo-wm logo-br\">\n      <div class=\"logo-3d sm slow\"><img decoding=\"async\" src=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/wwwwwwwwwww.png\" onerror=\"this.style.display='none'\" alt=\"\"><\/div>\n    <\/div>\n  <\/div>\n\n  <!-- header -->\n  <header>\n    <div class=\"h-brand\">\n      <img decoding=\"async\" class=\"h-logo\" src=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/wwwwwwwwwww.png\" onerror=\"this.src='data:image\/svg+xml,%3Csvg xmlns=%22http:\/\/www.w3.org\/2000\/svg%22 viewBox=%220 0 60 60%22%3E%3Crect width=%2260%22 height=%2260%22 rx=%2230%22 fill=%22%234a6fa5%22\/%3E%3Ctext x=%2230%22 y=%2238%22 font-size=%2214%22 text-anchor=%22middle%22 fill=%22white%22 font-weight=%22bold%22%3EITU%3C\/text%3E%3C\/svg%3E'\" alt=\"\">\n      <div class=\"h-text\">\n        <h1>\u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0627\u0644\u0633\u0645\u0627\u0648\u0629<\/h1>\n        <p>\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u2014 \u0627\u0644\u0647\u064a\u0643\u0644 \u0627\u0644\u062a\u0646\u0638\u064a\u0645\u064a<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"lang-grp\">\n      <button class=\"lang-btn active\">\u0627\u0644\u0639\u0631\u0628\u064a\u0629<\/button>\n      <button class=\"lang-btn\">English<\/button>\n    <\/div>\n  <\/header>\n\n  <!-- page hero (title) -->\n  <div class=\"page-hero\">\n    <h2>\u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0644\u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0627\u0644\u0633\u0645\u0627\u0648\u0629<\/h2>\n    <p>\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 &nbsp;|&nbsp; \u062a\u0635\u0645\u064a\u0645: \u0623.\u0645. \u0639\u0644\u0627\u0621 \u0639\u0628\u062f \u0639\u0644\u064a \u0647\u0627\u062f\u064a<\/p>\n    <div class=\"hero-line\"><\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       NEW SECTION: \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section class=\"strategy-section\">\n    <div class=\"strategy-card\">\n      <div class=\"strategy-icon\">\n        <svg viewBox=\"0 0 24 24\">\n          <path d=\"M12 2L2 7l10 5 10-5-10-5z\" \/>\n          <path d=\"M2 17l10 5 10-5\" \/>\n          <path d=\"M2 12l10 5 10-5\" \/>\n        <\/svg>\n      <\/div>\n      <h3><span>\u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629<\/span> 2026 \u2013 2030<\/h3>\n      <p class=\"strategy-sub\">\u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0627\u0644\u0633\u0645\u0627\u0648\u0629 \u2014 \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629<\/p>\n\n      <div class=\"strategy-meta\">\n        <div class=\"strategy-meta-item\">\n          <svg viewBox=\"0 0 24 24\">\n            <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\" \/>\n            <line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\" \/>\n            <line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\" \/>\n            <line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\" \/>\n          <\/svg>\n          <span>2026 \u2013 2030<\/span>\n        <\/div>\n        <div class=\"strategy-meta-item\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\" \/>\n            <polyline points=\"14 2 14 8 20 8\" \/>\n            <line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\" \/>\n            <line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\" \/>\n            <polyline points=\"10 9 9 9 8 9\" \/>\n          <\/svg>\n          <span>\u0648\u062b\u064a\u0642\u0629 \u0631\u0633\u0645\u064a\u0629 PDF<\/span>\n        <\/div>\n      <\/div>\n\n      <a href=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/09\/\u0627\u0644\u062e\u0637\u0629-\u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629-\u0644\u0644\u0627\u0639\u0648\u0627\u0645-2026-2030.pdf\"\n         class=\"pdf-button\"\n         target=\"_blank\"\n         rel=\"noopener noreferrer\"\n         download\n         title=\"\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 PDF\">\n        <svg viewBox=\"0 0 24 24\">\n          <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\" \/>\n          <polyline points=\"7 10 12 15 17 10\" \/>\n          <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\" \/>\n        <\/svg>\n        <span>\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 PDF<\/span>\n      <\/a>\n      <div class=\"pdf-note\">\n        <svg viewBox=\"0 0 24 24\">\n          <circle cx=\"12\" cy=\"12\" r=\"10\" \/>\n          <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\" \/>\n          <line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\" \/>\n        <\/svg>\n        <span>\u0627\u0636\u063a\u0637 \u0639\u0644\u0649 \u0627\u0644\u0631\u0627\u0628\u0637 \u0644\u0641\u062a\u062d \u0623\u0648 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0644\u0641 \u0645\u0628\u0627\u0634\u0631\u0629<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- footer -->\n  <footer>\n    \u062a\u0635\u0645\u064a\u0645: \u0623.\u0645. \u0639\u0644\u0627\u0621 \u0639\u0628\u062f \u0639\u0644\u064a \u0647\u0627\u062f\u064a &nbsp;|&nbsp; \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u2013 \u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0627\u0644\u0633\u0645\u0627\u0648\u0629 \u00a9 2026\n  <\/footer>\n\n  <!-- particles (same as original) -->\n  <script>\n    (function() {\n      const cols = ['#8faac8', '#a0b8d8', '#c0cfe0', '#b8cede'];\n      for (let i = 0; i < 16; i++) {\n        const p = document.createElement('div');\n        p.className = 'particle';\n        const s = Math.random() * 4 + 1.5;\n        p.style.cssText = `width:${s}px;height:${s}px;background:${cols[i % 4]};left:${Math.random() * 100}vw;animation-duration:${Math.random() * 12 + 8}s;animation-delay:${Math.random() * 10}s;box-shadow:0 0 ${s * 3}px currentColor;`;\n        document.body.appendChild(p);\n      }\n    })();\n  <\/script>\n<\/body>\n<\/html>\n```\n","protected":false},"excerpt":{"rendered":"<p>\u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 | \u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0627\u0644\u0633\u0645\u0627\u0648\u0629 \u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0627\u0644\u0633\u0645\u0627\u0648\u0629 \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u2014 \u0627\u0644\u0647\u064a\u0643\u0644 \u0627\u0644\u062a\u0646\u0638\u064a\u0645\u064a \u0627\u0644\u0639\u0631\u0628\u064a\u0629 English \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0644\u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0627\u0644\u0633\u0645\u0627\u0648\u0629 \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 &nbsp;|&nbsp; \u062a\u0635\u0645\u064a\u0645: \u0623.\u0645. \u0639\u0644\u0627\u0621 \u0639\u0628\u062f \u0639\u0644\u064a \u0647\u0627\u062f\u064a \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 2026 \u2013 2030 \u0643\u0644\u064a\u0629 \u0627\u0644\u0628\u0648\u0644\u064a\u062a\u0643\u0646\u0643 \u0627\u0644\u0633\u0645\u0627\u0648\u0629 \u2014 \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 2026 \u2013 2030 \u0648\u062b\u064a\u0642\u0629 \u0631\u0633\u0645\u064a\u0629 PDF \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u062e\u0637\u0629 &hellip; <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=23334\">Continued<\/a><\/p>\n","protected":false},"author":99900,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-23334","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/23334","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/users\/99900"}],"replies":[{"embeddable":true,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=23334"}],"version-history":[{"count":1,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/23334\/revisions"}],"predecessor-version":[{"id":23335,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/23334\/revisions\/23335"}],"wp:attachment":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=23334"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}