{"id":40849,"date":"2026-04-20T11:36:13","date_gmt":"2026-04-20T11:36:13","guid":{"rendered":"https:\/\/iku.atu.edu.iq\/?page_id=40849"},"modified":"2026-04-20T13:31:37","modified_gmt":"2026-04-20T13:31:37","slug":"%d9%85%d8%b9%d8%a7%d9%88%d9%86-%d8%a7%d9%84%d8%b9%d9%85%d9%8a%d8%af-%d9%84%d9%84%d8%b4%d8%a4%d9%88%d9%86-%d8%a7%d9%84%d8%b9%d9%84%d9%85%d9%8a%d8%a9","status":"publish","type":"page","link":"https:\/\/iku.atu.edu.iq\/?page_id=40849","title":{"rendered":"\u0645\u0639\u0627\u0648\u0646 \u0627\u0644\u0639\u0645\u064a\u062f \u0644\u0644\u0634\u0624\u0648\u0646 \u0627\u0644\u0639\u0644\u0645\u064a\u0629"},"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\">\n    <title>\u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0633\u064a\u062f \u0645\u0639\u0627\u0648\u0646 \u0627\u0644\u0639\u0645\u064a\u062f \u0644\u0644\u0634\u0624\u0648\u0646 \u0627\u0644\u0639\u0644\u0645\u064a\u0629<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@400;700;800&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --main-indigo: #0D47A1; \n            --gold-color: #C5A059;  \n            --light-bg: #F8F9FA;\n            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        body {\n            font-family: 'Tajawal', sans-serif;\n            background-color: #E5E7EB;\n            margin: 0;\n            padding: 0;\n            display: flex;\n            justify-content: center;\n            font-weight: 700;\n        }\n\n        .full-width-card {\n            background-color: white;\n            width: 100%;\n            max-width: 1200px;\n            margin: 20px;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 15px 40px rgba(0,0,0,0.1);\n            display: flex;\n            flex-direction: column;\n            animation: fadeIn 1s ease-out;\n        }\n\n        .header-banner {\n            background-color: var(--light-bg);\n            display: flex;\n            align-items: center;\n            padding: 50px 80px;\n            gap: 50px;\n            border-bottom: 4px solid var(--gold-color);\n        }\n\n        .profile-img {\n            width: 220px;\n            height: 220px;\n            border-radius: 50%;\n            border: 6px solid var(--gold-color);\n            object-fit: cover;\n            box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n            transition: var(--transition);\n        }\n\n        .profile-img:hover {\n            transform: scale(1.05) rotate(2deg);\n        }\n\n        .header-text h1, .header-text .title, .header-text .location {\n            transition: var(--transition);\n        }\n\n        .header-text:hover h1 { color: var(--gold-color); transform: translateX(-5px); }\n\n        .name { color: var(--main-indigo); font-size: 38px; font-weight: 800; margin: 0; }\n        .title { color: var(--gold-color); font-size: 24px; font-weight: 800; margin-top: 10px; }\n        .location { color: #444; font-size: 19px; margin-top: 5px; }\n\n        .content-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 30px;\n            padding: 50px 80px;\n            background-color: white;\n        }\n\n        .info-card {\n            padding: 25px;\n            border-right: 6px solid var(--main-indigo);\n            background: #fdfdfd;\n            border-radius: 10px;\n            transition: var(--transition);\n            cursor: default;\n        }\n\n        \/* \u062d\u0631\u0643\u0627\u062a \u0639\u0646\u062f \u0645\u0631\u0648\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0639\u0644\u0649 \u0627\u0644\u0628\u0637\u0627\u0642\u0627\u062a *\/\n        .info-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n            border-right-color: var(--gold-color);\n            background: #fff;\n        }\n\n        .info-card h3 {\n            color: var(--main-indigo);\n            margin-top: 0;\n            font-size: 22px;\n            font-weight: 800;\n            border-bottom: 2px solid #eee;\n            padding-bottom: 12px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            transition: var(--transition);\n        }\n\n        .info-card:hover h3 { color: var(--gold-color); }\n\n        .info-card p, .info-card li {\n            font-size: 16px;\n            color: #222;\n            line-height: 1.8;\n            font-weight: 700;\n            transition: var(--transition);\n        }\n\n        \/* \u062d\u0631\u0643\u0629 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 *\/\n        .info-card li:hover {\n            transform: translateX(-10px);\n            color: var(--main-indigo);\n        }\n\n        .tag-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin-top: 15px;\n        }\n\n        .tag {\n            background: var(--main-indigo);\n            color: white;\n            padding: 8px 14px;\n            border-radius: 6px;\n            font-size: 14px;\n            font-weight: 700;\n            transition: var(--transition);\n            display: inline-block;\n        }\n\n        .tag:hover {\n            background: var(--gold-color);\n            transform: scale(1.1);\n            box-shadow: 0 5px 15px rgba(197, 160, 89, 0.4);\n        }\n\n        footer {\n            background: var(--main-indigo);\n            color: white;\n            text-align: center;\n            padding: 30px;\n            font-size: 16px;\n            font-weight: 700;\n        }\n\n        .designer-tag {\n            background: rgba(255,255,255,0.1);\n            padding: 5px 15px;\n            border-radius: 20px;\n            margin-bottom: 10px;\n            display: inline-block;\n            border: 1px solid var(--gold-color);\n            transition: var(--transition);\n        }\n\n        .designer-tag:hover {\n            background: var(--gold-color);\n            color: white;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        @media (max-width: 950px) {\n            .header-banner { flex-direction: column; text-align: center; padding: 40px 20px; }\n            .content-grid { grid-template-columns: 1fr; padding: 30px 20px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"full-width-card\">\n    <div class=\"header-banner\">\n        <div class=\"profile-img-container\">\n            <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2026\/04\/663316078_1414183974062030_5665346853732499245_n-1.jpg\" alt=\"\u0627\u0644\u0623\u0633\u062a\u0627\u0630 \u0627\u0644\u0645\u0633\u0627\u0639\u062f \u0627\u0644\u062f\u0643\u062a\u0648\u0631 \u0627\u064a\u0627\u062f \u0645\u0633\u0644\u0645 \u062d\u0645\u0632\u0629\" class=\"profile-img\">\n        <\/div>\n        <div class=\"header-text\">\n            <h1 class=\"name\">\u0627\u0644\u0623\u0633\u062a\u0627\u0630 \u0627\u0644\u0645\u0633\u0627\u0639\u062f \u0627\u0644\u062f\u0643\u062a\u0648\u0631 \u0627\u064a\u0627\u062f \u0645\u0633\u0644\u0645 \u062d\u0645\u0632\u0629<\/h1>\n            <div class=\"title\">\u0645\u0639\u0627\u0648\u0646 \u0627\u0644\u0639\u0645\u064a\u062f \u0644\u0644\u0634\u0624\u0648\u0646 \u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0648\u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u064a\u0627<\/div>\n            <div class=\"location\">\u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0643\u0648\u0641\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<\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"content-grid\">\n        <div class=\"info-card\">\n            <h3>\ud83d\udd2c \u0627\u0644\u0631\u0624\u064a\u0629 \u0627\u0644\u0639\u0644\u0645\u064a\u0629<\/h3>\n            <p>\u0627\u0644\u0633\u0639\u064a \u0644\u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u062a\u0645\u064a\u0632 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a \u0645\u0646 \u062e\u0644\u0627\u0644 \u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0645\u0646\u0627\u0647\u062c \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629\u060c \u0648\u062f\u0639\u0645 \u062d\u0631\u0643\u0629 \u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0639\u0644\u0645\u064a\u060c \u0648\u062a\u0647\u064a\u0626\u0629 \u0628\u064a\u0626\u0629 \u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0645\u062d\u0641\u0632\u0629 \u0644\u0644\u0625\u0628\u062f\u0627\u0639 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u062a\u0645\u0627\u0634\u064a\u0627\u064b \u0645\u0639 \u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u062c\u0648\u062f\u0629 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629.<\/p>\n        <\/div>\n\n        <div class=\"info-card\">\n            <h3>\ud83d\udcda \u0627\u0644\u0645\u0647\u0627\u0645 \u0648\u0627\u0644\u0645\u0633\u0624\u0648\u0644\u064a\u0627\u062a<\/h3>\n            <ul style=\"padding-right: 20px; margin: 0; list-style: none;\">\n                <li>\u0627\u0644\u0625\u0634\u0631\u0627\u0641 \u0639\u0644\u0649 \u0633\u064a\u0631 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0633\u064a\u0629.<\/li>\n                <li>\u0645\u062a\u0627\u0628\u0639\u0629 \u0634\u0624\u0648\u0646 \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u064a\u0627 \u0648\u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0639\u0644\u0645\u064a.<\/li>\n                <li>\u0625\u062f\u0627\u0631\u0629 \u0645\u0644\u0641 \u0627\u0644\u062a\u0631\u0642\u064a\u0627\u062a \u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0648\u0627\u0644\u0646\u0634\u0627\u0637\u0627\u062a.<\/li>\n                <li>\u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u0645\u0624\u062a\u0645\u0631\u0627\u062a \u0648\u0627\u0644\u0646\u062f\u0648\u0627\u062a \u0648\u0627\u0644\u0648\u0631\u0634 \u0627\u0644\u0639\u0644\u0645\u064a\u0629.<\/li>\n                <li>\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064a \u0648\u0636\u0639 \u0627\u0644\u062e\u0637\u0637 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629.<\/li>\n            <\/ul>\n        <\/div>\n\n        <div class=\"info-card\">\n            <h3>\ud83c\udfe2 \u0627\u0644\u0634\u0639\u0628 \u0627\u0644\u062a\u0627\u0628\u0639\u0629<\/h3>\n            <div class=\"tag-container\">\n                <span class=\"tag\">\u0634\u0639\u0628\u0629 \u0627\u0644\u0634\u0624\u0648\u0646 \u0627\u0644\u0639\u0644\u0645\u064a\u0629<\/span>\n                <span class=\"tag\">\u0648\u062d\u062f\u0629 \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u064a\u0627<\/span>\n                <span class=\"tag\">\u0634\u0639\u0628\u0629 \u0627\u0644\u062a\u0633\u062c\u064a\u0644<\/span>\n                <span class=\"tag\">\u0648\u062d\u062f\u0629 \u0627\u0644\u0645\u0643\u062a\u0628\u0629<\/span>\n                <span class=\"tag\">\u0648\u062d\u062f\u0629 \u0627\u0644\u062a\u0631\u0642\u064a\u0627\u062a \u0627\u0644\u0639\u0644\u0645\u064a\u0629<\/span>\n                <span class=\"tag\">\u0648\u062d\u062f\u0629 \u0627\u0628\u0646 \u0633\u064a\u0646\u0627<\/span>\n                <span class=\"tag\">\u0648\u062d\u062f\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0645\u0633\u062a\u0645\u0631<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <footer>\n        <div class=\"designer-tag\">\u062a\u0635\u0645\u064a\u0645 \u0631\u0626\u064a\u0633 \u0645\u0647\u0646\u062f\u0633\u064a\u0646 \u0627\u0644\u0627\u0621 \u062c\u0627\u0633\u0645 \u0643\u0627\u0638\u0645<\/div><br>\n        \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0631\u0633\u0645\u064a \u0644\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0643\u0648\u0641\u0629 &#8211; \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0641\u0631\u0627\u062a \u0627\u0644\u0623\u0648\u0633\u0637 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u00a9 2026\n    <\/footer>\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0633\u064a\u062f \u0645\u0639\u0627\u0648\u0646 \u0627\u0644\u0639\u0645\u064a\u062f \u0644\u0644\u0634\u0624\u0648\u0646 \u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0627\u0644\u0623\u0633\u062a\u0627\u0630 \u0627\u0644\u0645\u0633\u0627\u0639\u062f \u0627\u0644\u062f\u0643\u062a\u0648\u0631 \u0627\u064a\u0627\u062f \u0645\u0633\u0644\u0645 \u062d\u0645\u0632\u0629 \u0645\u0639\u0627\u0648\u0646 \u0627\u0644\u0639\u0645\u064a\u062f \u0644\u0644\u0634\u0624\u0648\u0646 \u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0648\u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u064a\u0627 \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0643\u0648\u0641\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 \ud83d\udd2c \u0627\u0644\u0631\u0624\u064a\u0629 \u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0627\u0644\u0633\u0639\u064a \u0644\u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u062a\u0645\u064a\u0632 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a \u0645\u0646 \u062e\u0644\u0627\u0644 \u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0645\u0646\u0627\u0647\u062c \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629\u060c \u0648\u062f\u0639\u0645 \u062d\u0631\u0643\u0629 \u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0639\u0644\u0645\u064a\u060c \u0648\u062a\u0647\u064a\u0626\u0629 \u0628\u064a\u0626\u0629 \u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0645\u062d\u0641\u0632\u0629 \u0644\u0644\u0625\u0628\u062f\u0627\u0639 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u062a\u0645\u0627\u0634\u064a\u0627\u064b \u0645\u0639 \u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u062c\u0648\u062f\u0629 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629. \ud83d\udcda \u0627\u0644\u0645\u0647\u0627\u0645 &hellip; <a href=\"https:\/\/iku.atu.edu.iq\/?page_id=40849\">Continued<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-40849","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/40849","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=40849"}],"version-history":[{"count":7,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/40849\/revisions"}],"predecessor-version":[{"id":40886,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/40849\/revisions\/40886"}],"wp:attachment":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=40849"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}