{"id":39706,"date":"2026-04-04T07:49:13","date_gmt":"2026-04-04T07:49:13","guid":{"rendered":"https:\/\/iku.atu.edu.iq\/?page_id=39706"},"modified":"2026-04-04T09:01:47","modified_gmt":"2026-04-04T09:01:47","slug":"%d9%82%d8%b3%d9%85-%d8%aa%d9%82%d9%86%d9%8a%d8%a7%d8%aa-%d8%a7%d9%84%d8%a3%d9%86%d8%aa%d8%a7%d8%ac-%d8%a7%d9%84%d8%ad%d9%8a%d9%88%d8%a7%d9%86%d9%8a","status":"publish","type":"page","link":"https:\/\/iku.atu.edu.iq\/?page_id=39706","title":{"rendered":"\u0642\u0633\u0645 \u062a\u0642\u0646\u064a\u0627\u062a \u0627\u0644\u0623\u0646\u062a\u0627\u062c \u0627\u0644\u062d\u064a\u0648\u0627\u0646\u064a"},"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>\u0642\u0633\u0645 \u062a\u0642\u0646\u064a\u0627\u062a \u0627\u0644\u0625\u0646\u062a\u0627\u062c \u0627\u0644\u062d\u064a\u0648\u0627\u0646\u064a<\/title>\n    <link rel=\"icon\" href=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2026\/02\/cropped-logo-32x32.png\" sizes=\"32x32\">\n    \n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Cairo', sans-serif;\n        }\n\n        body {\n            background-color: #f4f7f6;\n            color: #333;\n            direction: rtl;\n            text-align: right; \n            line-height: 1.8;\n        }\n\n        .section-wrapper { padding-top: 20px; }\n\n        .profile-banner {\n            position: relative;\n            height: 400px;\n            overflow: hidden;\n            width: 100%;\n            margin-bottom: 40px;\n            border-radius: 0 0 30px 30px;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.15);\n        }\n\n        .banner-image { \n            width: 100%; \n            height: 100%; \n            object-fit: cover; \n        }\n\n        .banner-overlay {\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);\n            display: flex;\n            align-items: flex-end;\n            padding: 3rem;\n        }\n\n        .banner-content h1 {\n            color: #ffffff !important;\n            font-weight: 800 !important;\n            font-size: 2.8rem;\n            text-shadow: 2px 2px 15px rgba(0,0,0,0.9);\n            margin-bottom: 10px;\n        }\n\n        .main-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: 3fr 1.2fr;\n            gap: 30px;\n            padding: 0 20px;\n            margin-bottom: 60px;\n        }\n\n        .info-card {\n            background: #fff;\n            border-radius: 20px;\n            padding: 30px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.04);\n            margin-bottom: 25px;\n            border: 1px solid #ececec;\n            opacity: 0;\n            transform: translateY(30px);\n            transition: 0.8s ease;\n        }\n\n        .info-card.show { opacity: 1; transform: translateY(0); }\n\n        .card-title {\n            font-size: 26px;\n            margin-bottom: 20px;\n            border-right: 8px solid #2e7d32;\n            padding-right: 15px;\n            color: #1b5e20;\n            font-weight: 800;\n        }\n\n        .accordion-header {\n            background: #fdfdfd;\n            border: 1px solid #eeeeee;\n            padding: 18px 25px;\n            width: 100%;\n            font-size: 18px;\n            font-weight: 700;\n            cursor: pointer;\n            border-radius: 12px;\n            margin-bottom: 10px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            text-align: right;\n            transition: 0.3s;\n            color: #2c3e50;\n            outline: none;\n        }\n\n        .accordion-header:hover { \n            background-color: #1b5e20; \n            color: #fff; \n        }\n\n        .accordion-content {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease-out;\n            padding: 0 25px;\n        }\n\n        .arrow { transition: transform 0.3s; font-size: 14px; }\n        .arrow.open { transform: rotate(180deg); }\n\n        .sidebar-profile {\n            display: flex;\n            flex-direction: column;\n            align-items: center; \n            justify-content: center; \n            text-align: center;\n            border-top: 6px solid #2e7d32;\n        }\n\n        .sidebar-profile img {\n            width: 160px;\n            height: 160px;\n            border-radius: 50%;\n            border: 5px solid #e8f5e9;\n            object-fit: cover;\n            margin-bottom: 15px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            display: block;\n        }\n\n        .email-link {\n            direction: ltr;\n            display: inline-block;\n            color: #1b5e20;\n            text-decoration: none;\n            font-weight: bold;\n            margin-top: 10px;\n        }\n\n        .quick-links a {\n            display: flex;\n            align-items: center;\n            padding: 14px 20px;\n            margin-bottom: 10px;\n            background: #f9f9f9;\n            border-radius: 12px;\n            text-decoration: none;\n            color: #333;\n            font-weight: 700;\n            transition: 0.3s;\n        }\n\n        .quick-links a:hover {\n            background: #1b5e20;\n            color: #fff;\n            transform: translateX(-10px);\n        }\n\n        \/* \u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0634\u0628\u0643\u0629 \u0644\u062a\u0633\u0645\u062d \u0628\u0635\u0641\u0648\u0641 \u0645\u062a\u0639\u062f\u062f\u0629 \u062a\u0644\u0642\u0627\u0626\u064a\u0627\u064b *\/\n        .gallery-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \n            gap: 15px;\n            margin-top: 20px;\n        }\n\n        .gallery-item {\n            position: relative;\n            overflow: hidden;\n            border-radius: 15px;\n        }\n\n        .gallery-item img {\n            width: 100%;\n            height: 200px;\n            object-fit: cover;\n            transition: 0.5s;\n        }\n\n        .gallery-item:hover img { transform: scale(1.1); }\n        \n        .gallery-caption {\n            position: absolute;\n            bottom: 0;\n            width: 100%;\n            background: rgba(0,0,0,0.6);\n            color: white;\n            padding: 8px;\n            font-size: 0.8rem;\n            text-align: center;\n        }\n\n        @media (max-width: 900px) {\n            .main-container { grid-template-columns: 1fr; }\n            .gallery-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"section-wrapper\">\n    <div class=\"profile-banner\">\n        <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2026\/04\/\u062d\u064a\u0648\u0627\u0646\u064a-\u062a\u0639\u062f\u064a\u0644.jpeg\" class=\"banner-image\" alt=\"\u0648\u0627\u062c\u0647\u0629 \u0642\u0633\u0645 \u0627\u0644\u0625\u0646\u062a\u0627\u062c \u0627\u0644\u062d\u064a\u0648\u0627\u0646\u064a\">\n        <div class=\"banner-overlay\">\n            <div class=\"banner-content\">\n                <h1>\u0642\u0633\u0645 \u062a\u0642\u0646\u064a\u0627\u062a \u0627\u0644\u0625\u0646\u062a\u0627\u062c \u0627\u0644\u062d\u064a\u0648\u0627\u0646\u064a<\/h1>\n                <p style=\"color:#e8f5e9; font-size: 1.1rem; font-weight:600;\">\u0646\u062d\u0648 \u062a\u0645\u064a\u0632 \u062a\u0642\u0646\u064a \u0641\u064a \u062a\u0631\u0628\u064a\u0629 \u0648\u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u062b\u0631\u0648\u0629 \u0627\u0644\u062d\u064a\u0648\u0627\u0646\u064a\u0629<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"main-container\">\n        <div class=\"content-side\">\n            <div class=\"info-card oil-animate\">\n                <h2 class=\"card-title\">\ud83d\udcd6 \u0639\u0646 \u0627\u0644\u0642\u0633\u0645<\/h2>\n                <div class=\"accordion\">\n                    <div class=\"accordion-item\">\n                        <button class=\"accordion-header\">\n                            <span>\ud83d\udc41\ufe0f \u0627\u0644\u0631\u0624\u064a\u0629<\/span>\n                            <span class=\"arrow\">\u25bc<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <p style=\"padding: 20px;\">\u062a\u0648\u0633\u064a\u0639 \u0642\u0627\u0639\u062f\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u062a\u0642\u0646\u064a \u0648\u062a\u0637\u0628\u064a\u0642\u0627\u062a\u0647 \u0627\u0644\u062d\u062f\u064a\u062b\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0627\u062e\u062a\u0635\u0627\u0635 \u0648\u0628\u0646\u0627\u0621 \u0639\u0644\u0627\u0642\u0629 \u0648\u062b\u064a\u0642\u0629 \u0645\u0639 \u0645\u062e\u062a\u0644\u0641 \u0642\u0637\u0627\u0639\u0627\u062a \u0627\u0644\u0639\u0645\u0644 \u0648\u062a\u0641\u0639\u064a\u0644 \u062f\u0648\u0631 \u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0639\u0644\u0645\u064a \u0641\u064a \u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u062a\u0646\u0645\u064a\u0629 \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"accordion-item\">\n                        <button class=\"accordion-header\">\n                            <span>\ud83d\udcdd \u0627\u0644\u0631\u0633\u0627\u0644\u0629<\/span>\n                            <span class=\"arrow\">\u25bc<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div style=\"padding: 20px;\">\n                                \u064a\u062a\u0628\u0646\u0649 \u0627\u0644\u0642\u0633\u0645 \u0646\u0634\u0631 \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0648\u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u062a\u0642\u0646\u064a\u0627\u062a \u0627\u0644\u0625\u0646\u062a\u0627\u062c \u0627\u0644\u062d\u064a\u0648\u0627\u0646\u064a \u0644\u062a\u062e\u0631\u064a\u062c \u0643\u0648\u0627\u062f\u0631 \u0648\u0637\u0646\u064a\u0629 \u0642\u0627\u062f\u0631\u0629 \u0639\u0644\u0649 \u0627\u0633\u062a\u064a\u0639\u0627\u0628 \u0627\u0644\u062a\u0642\u0646\u064a\u0627\u062a \u0627\u0644\u062d\u062f\u064a\u062b\u0629 \u0648\u062f\u0639\u0645 \u0645\u0633\u064a\u0631\u0629 \u0627\u0644\u062a\u0637\u0648\u0631 \u0627\u0644\u0639\u0644\u0645\u064a \u0648\u0627\u0644\u062a\u0642\u0646\u064a.\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"accordion-item\">\n                        <button class=\"accordion-header\">\n                            <span>\ud83c\udfc6 \u0627\u0644\u0623\u0647\u062f\u0627\u0641<\/span>\n                            <span class=\"arrow\">\u25bc<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <ul style=\"padding: 20px 40px;\">\n                                <li>\u062a\u062e\u0631\u064a\u062c \u0643\u0648\u0627\u062f\u0631 \u0645\u062a\u062e\u0635\u0635\u0629 \u0641\u064a \u062a\u0631\u0628\u064a\u0629 \u0627\u0644\u062d\u064a\u0648\u0627\u0646\u0627\u062a \u0627\u0644\u062d\u0642\u0644\u064a\u0629 (\u0623\u0628\u0642\u0627\u0631\u060c \u0623\u063a\u0646\u0627\u0645\u060c \u0645\u0627\u0639\u0632).<\/li>\n                                <li>\u062a\u0637\u0648\u064a\u0631 \u0648\u0627\u0642\u0639 \u062a\u0631\u0628\u064a\u0629 \u0627\u0644\u062f\u0648\u0627\u062c\u0646 \u0648\u0625\u0646\u062a\u0627\u062c \u062f\u062c\u0627\u062c \u0627\u0644\u0644\u062d\u0645 \u0648\u0627\u0644\u0628\u064a\u0627\u0636.<\/li>\n                                <li>\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0632\u0627\u0631\u0639 \u0627\u0644\u0633\u0645\u0643\u064a\u0629 \u0648\u0627\u0644\u0645\u0633\u0637\u062d\u0627\u062a \u0627\u0644\u0645\u0627\u0626\u064a\u0629.<\/li>\n                                <li>\u0625\u062f\u0627\u0631\u0629 \u0645\u0631\u0627\u0643\u0632 \u0627\u0644\u062a\u0644\u0642\u064a\u062d \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0648\u0627\u0644\u0645\u062c\u0627\u0632\u0631.<\/li>\n                                <li>\u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0627\u0633\u062a\u0634\u0627\u0631\u0627\u062a \u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0648\u0625\u0646\u062c\u0627\u0632 \u0627\u0644\u0628\u062d\u0648\u062b \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u064a\u0629.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"info-card oil-animate\">\n                <h2 class=\"card-title\">\ud83d\udcf8 \u0645\u0639\u0631\u0636 \u0627\u0644\u0635\u0648\u0631 \u0648\u0627\u0644\u0646\u0634\u0627\u0637\u0627\u062a<\/h2>\n                <div class=\"gallery-grid\">\n                    <div class=\"gallery-item\">\n                        <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2024\/12\/\u062d\u064a9-1024x682-1.jpg\">\n                        <div class=\"gallery-caption\">\u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0639\u0645\u0644\u064a \u0641\u064a \u0627\u0644\u0642\u0633\u0645<\/div>\n                    <\/div>\n                    <div class=\"gallery-item\">\n                        <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2024\/12\/\u0646\u062d\u06443-1024x682-1.jpg\">\n                        <div class=\"gallery-caption\">\u0645\u0634\u0631\u0648\u0639 \u0625\u0646\u062a\u0627\u062c \u0627\u0644\u0639\u0633\u0644<\/div>\n                    <\/div>\n                    <div class=\"gallery-item\">\n                        <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2024\/12\/3.jpg\">\n                        <div class=\"gallery-caption\">\u062d\u0642\u0648\u0644 \u0627\u0644\u0645\u0645\u0627\u0631\u0633\u0627\u062a \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0644\u0644\u0637\u0644\u0628\u0629<\/div>\n                    <\/div>\n                    \n                    <div class=\"gallery-item\">\n                        <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2024\/03\/430758212_838027678344332_7813306734423332860_n.jpg\">\n                        <div class=\"gallery-caption\">\u0646\u0634\u0627\u0637\u0627\u062a \u0627\u0644\u0642\u0633\u0645<\/div>\n                    <\/div>\n                    <div class=\"gallery-item\">\n                        <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2024\/12\/\u062e\u064a\u0627\u06311-1-1024x683-1.jpg\">\n                        <div class=\"gallery-caption\">\u0625\u0646\u062a\u0627\u062c\u064a\u0629 \u0639\u0627\u0644\u064a\u0629 &#8211; 1<\/div>\n                    <\/div>\n                    <div class=\"gallery-item\">\n                        <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2024\/12\/\u062e\u064a\u0627\u06314-1-1024x683-1.jpg\">\n                        <div class=\"gallery-caption\">\u0625\u0646\u062a\u0627\u062c\u064a\u0629 \u0639\u0627\u0644\u064a\u0629 &#8211; 2<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"sidebar-side\">\n            <div class=\"info-card oil-animate sidebar-profile\">\n                <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2025\/06\/5377388162734749262.jpg\" alt=\"\u0631\u0626\u064a\u0633 \u0627\u0644\u0642\u0633\u0645\">\n                <h3 style=\"color:#1b5e20;\">\u0631\u0626\u0627\u0633\u0629 \u0627\u0644\u0642\u0633\u0645<\/h3>\n                <p style=\"font-weight:600; color:#666; font-size:0.85rem; padding-top: 5px;\">\u0634\u0640\u0640\u0640\u0630\u0649 \u0639\u0640\u0637\u0640\u0640\u0640\u0627 \u0639\u0628\u0640\u064a\u0640\u0640\u0640\u062f \u062e\u0636\u064a\u0640\u0640\u0640\u0631 \u0627\u0644\u0639\u0643\u064a\u0640\u0644\u0640\u0640\u0640\u064a<br>\u0623\u0633\u062a\u0640\u0640\u0627\u0630 \u0645\u0633\u0640\u0627\u0639\u0640\u0640\u062f<\/p>\n                <a href=\"mailto:Kin.sht@atu.edu.iq\" class=\"email-link\">Kin.sht@atu.edu.iq<\/a>\n            <\/div>\n\n            <div class=\"info-card oil-animate quick-links\">\n                <h3 style=\"margin-bottom: 20px; color: #1b5e20;\">\ud83d\udd17 \u0631\u0648\u0627\u0628\u0637 \u0647\u0627\u0645\u0629<\/h3>\n                <a href=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2025\/06\/\u0627\u0644\u0647\u064a\u0643\u0644-\u0627\u0644\u062a\u0646\u0638\u064a\u0645\u064a-\u0644\u0644\u0642\u0633\u0640\u0640\u0640\u0645.pdf\">\ud83d\udccb \u0647\u064a\u0643\u0644\u064a\u0629 \u0627\u0644\u0642\u0633\u0645<\/a>\n                <a href=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2025\/06\/\u0623\u0633\u0645\u0627\u0621_\u0645\u0644\u0627\u0643_\u0642\u0633\u0645_\u0627\u0644\u0625\u0646\u062a\u0627\u062c_\u0627\u0644\u062d\u064a\u0648\u0627\u0646\u064a_2025_2024-2.pdf\">\ud83d\udc68\u200d\ud83c\udfeb \u0627\u0644\u0643\u0627\u062f\u0631 \u0627\u0644\u062a\u062f\u0631\u064a\u0633\u064a<\/a>\n                <a href=\"https:\/\/iku.atu.edu.iq\/?page_id=26741\">\ud83d\udcda \u0627\u0644\u0648\u0635\u0641 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a<\/a>\n                <a href=\"https:\/\/iku.atu.edu.iq\/?page_id=32019\">\ud83c\udfc5 \u0628\u062d\u0648\u062b \u0648\u0645\u0634\u0627\u0631\u064a\u0639<\/a>\n                <a href=\"https:\/\/iku.atu.edu.iq\/?page_id=17598\">\ud83d\udce2 \u062c\u062f\u0648\u0644 \u0627\u0644\u0645\u062d\u0627\u0636\u0631\u0627\u062a<\/a>\n                 <a href=\"ttps:\/\/iku.atu.edu.iq\/?page_id=14945\">\ud83d\udcda \u0627\u0644\u0645\u0643\u062a\u0628\u0629 \u0627\u0644\u0623\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    const observer = new IntersectionObserver(entries => {\n        entries.forEach(entry => { \n            if(entry.isIntersecting) entry.target.classList.add('show'); \n        });\n    }, { threshold: 0.1 });\n\n    document.querySelectorAll('.oil-animate').forEach(card => observer.observe(card));\n\n    document.querySelectorAll('.accordion-header').forEach(header => {\n        header.addEventListener('click', function() {\n            const content = this.nextElementSibling;\n            const arrow = this.querySelector('.arrow');\n            const isOpen = content.style.maxHeight;\n\n            document.querySelectorAll('.accordion-content').forEach(c => c.style.maxHeight = null);\n            document.querySelectorAll('.arrow').forEach(a => a.classList.remove('open'));\n\n            if (!isOpen) {\n                content.style.maxHeight = content.scrollHeight + \"px\";\n                arrow.classList.add('open');\n            }\n        });\n    });\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<div style=\"background: #fff; border-radius: 16px; padding: 25px; box-shadow: 0 10px 25px rgba(0,0,0,.08); margin-bottom: 20px; border-right: 5px solid #2e7d32; border-left: none; direction: rtl; text-align: right;\">\n    \n    <h2 style=\"font-size: 22px; margin-bottom: 20px; color: #1b5e20; font-family: 'Cairo', sans-serif; font-weight: 800;\">\ud83d\udcca \u0625\u062d\u0635\u0627\u0626\u064a\u0627\u062a \u0627\u0644\u0642\u0633\u0645<\/h2>\n    \n    <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 15px; font-family: 'Cairo', sans-serif;\">\n        \n        <div style=\"background: #f8fafc; padding: 20px; border-radius: 12px; text-align: center; border-bottom: 3px solid #2e7d32; transition: 0.3s;\">\n            <div style=\"font-size: 30px; margin-bottom: 10px;\">\ud83d\udc68\u200d\ud83c\udfeb<\/div>\n            <div style=\"font-size: 26px; font-weight: 800; color: #1b5e20; display: block;\">9<\/div>\n            <div style=\"font-size: 15px; color: #333; font-weight: 700;\">\u0643\u0627\u062f\u0631 \u0627\u0644\u0642\u0633\u0645<\/div>\n        <\/div>\n\n        <div style=\"background: #f8fafc; padding: 20px; border-radius: 12px; text-align: center; border-bottom: 3px solid #2e7d32; transition: 0.3s;\">\n            <div style=\"font-size: 30px; margin-bottom: 10px;\">\ud83d\udc65<\/div>\n            <div style=\"font-size: 26px; font-weight: 800; color: #1b5e20; display: block;\">13<\/div>\n            <div style=\"font-size: 15px; color: #333; font-weight: 700;\">\u0637\u0644\u0628\u0629 \u0627\u0644\u0642\u0633\u0645<\/div>\n        <\/div>\n\n        <div style=\"background: #f8fafc; padding: 20px; border-radius: 12px; text-align: center; border-bottom: 3px solid #2e7d32; transition: 0.3s;\">\n            <div style=\"font-size: 30px; margin-bottom: 10px;\">\ud83c\udf93<\/div>\n            <div style=\"font-size: 26px; font-weight: 800; color: #1b5e20; display: block;\">5<\/div>\n            <div style=\"font-size: 15px; color: #333; font-weight: 700;\">\u0627\u0644\u0637\u0644\u0628\u0629 \u0627\u0644\u062e\u0631\u064a\u062c\u064a\u0646<\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>\u0642\u0633\u0645 \u062a\u0642\u0646\u064a\u0627\u062a \u0627\u0644\u0625\u0646\u062a\u0627\u062c \u0627\u0644\u062d\u064a\u0648\u0627\u0646\u064a \u0642\u0633\u0645 \u062a\u0642\u0646\u064a\u0627\u062a \u0627\u0644\u0625\u0646\u062a\u0627\u062c \u0627\u0644\u062d\u064a\u0648\u0627\u0646\u064a \u0646\u062d\u0648 \u062a\u0645\u064a\u0632 \u062a\u0642\u0646\u064a \u0641\u064a \u062a\u0631\u0628\u064a\u0629 \u0648\u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u062b\u0631\u0648\u0629 \u0627\u0644\u062d\u064a\u0648\u0627\u0646\u064a\u0629 \ud83d\udcd6 \u0639\u0646 \u0627\u0644\u0642\u0633\u0645 \ud83d\udc41\ufe0f \u0627\u0644\u0631\u0624\u064a\u0629 \u25bc \u062a\u0648\u0633\u064a\u0639 \u0642\u0627\u0639\u062f\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u062a\u0642\u0646\u064a \u0648\u062a\u0637\u0628\u064a\u0642\u0627\u062a\u0647 \u0627\u0644\u062d\u062f\u064a\u062b\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0627\u062e\u062a\u0635\u0627\u0635 \u0648\u0628\u0646\u0627\u0621 \u0639\u0644\u0627\u0642\u0629 \u0648\u062b\u064a\u0642\u0629 \u0645\u0639 \u0645\u062e\u062a\u0644\u0641 \u0642\u0637\u0627\u0639\u0627\u062a \u0627\u0644\u0639\u0645\u0644 \u0648\u062a\u0641\u0639\u064a\u0644 \u062f\u0648\u0631 \u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0639\u0644\u0645\u064a \u0641\u064a \u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u062a\u0646\u0645\u064a\u0629 \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629. \ud83d\udcdd \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u25bc \u064a\u062a\u0628\u0646\u0649 \u0627\u0644\u0642\u0633\u0645 \u0646\u0634\u0631 \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0648\u0627\u0644\u062a\u0642\u0646\u064a\u0629 &hellip; <a href=\"https:\/\/iku.atu.edu.iq\/?page_id=39706\">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-39706","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/39706","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=39706"}],"version-history":[{"count":18,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/39706\/revisions"}],"predecessor-version":[{"id":39731,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/39706\/revisions\/39731"}],"wp:attachment":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=39706"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}