{"id":40912,"date":"2026-04-20T15:13:35","date_gmt":"2026-04-20T15:13:35","guid":{"rendered":"https:\/\/iku.atu.edu.iq\/?page_id=40912"},"modified":"2026-05-20T08:22:48","modified_gmt":"2026-05-20T08:22:48","slug":"%d8%a7%d8%ad%d8%b5%d8%a7%d8%a6%d9%8a%d8%a7%d8%aa-%d8%a7%d9%84%d9%85%d8%b9%d9%87%d8%af","status":"publish","type":"page","link":"https:\/\/iku.atu.edu.iq\/?page_id=40912","title":{"rendered":"\u0627\u062d\u0635\u0627\u0626\u064a\u0627\u062a \u0627\u0644\u0645\u0639\u0647\u062f"},"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\u0648\u0627\u0628\u0629 \u0627\u0644\u0645\u0624\u0634\u0631\u0627\u062a \u0627\u0644\u0631\u0642\u0645\u064a\u0629 | \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0643\u0648\u0641\u0629<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700;900&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        :root {\n            --primary-blue: #0a1931;\n            --deep-blue: #061021;\n            --gold-gradient: linear-gradient(to bottom, #f9f295 0%, #e0aa3e 25%, #e0aa3e 50%, #b8860b 100%);\n            --soft-bg: #f0f2f5;\n            --white: #ffffff;\n            --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\n        }\n\n        body {\n            font-family: 'Cairo', sans-serif;\n            background-color: var(--soft-bg);\n            margin: 0;\n            padding: 0;\n            color: #333;\n            overflow-x: hidden;\n        }\n\n        \/* Header Area *\/\n        .stats-header {\n            background: linear-gradient(135deg, var(--deep-blue) 0%, #162d50 100%);\n            color: var(--white);\n            padding: 80px 20px;\n            text-align: center;\n            border-bottom: 5px solid #b8860b;\n            position: relative;\n        }\n\n        .stats-header h1 {\n            font-size: 3.5rem;\n            margin: 0;\n            font-weight: 900;\n            background: var(--gold-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.3));\n        }\n\n        .stats-header p {\n            font-size: 1.3rem;\n            opacity: 0.8;\n            margin-top: 15px;\n            color: #d1d1d1;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: -40px auto 50px;\n            padding: 0 20px;\n            position: relative;\n            z-index: 5;\n        }\n\n        \/* Stats Cards *\/\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n            margin-bottom: 50px;\n        }\n\n        .stat-card {\n            background: var(--white);\n            padding: 35px 25px;\n            border-radius: 25px;\n            text-align: center;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n            transition: var(--transition);\n            border: 1px solid rgba(0,0,0,0.03);\n            cursor: pointer;\n        }\n\n        .stat-card:hover {\n            transform: translateY(-15px) scale(1.03);\n            box-shadow: 0 20px 40px rgba(10, 25, 49, 0.15);\n            background: var(--primary-blue);\n        }\n\n        .stat-card i {\n            font-size: 3rem;\n            background: var(--gold-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            margin-bottom: 20px;\n            transition: var(--transition);\n        }\n\n        .stat-card:hover i {\n            transform: rotateY(360deg);\n        }\n\n        .stat-number {\n            display: block;\n            font-size: 2.5rem;\n            font-weight: 900;\n            color: var(--primary-blue);\n            margin: 10px 0;\n            transition: var(--transition);\n        }\n\n        .stat-card:hover .stat-number {\n            color: #fff;\n        }\n\n        .stat-label {\n            font-size: 1.2rem;\n            color: #555;\n            font-weight: 700;\n            transition: var(--transition);\n        }\n\n        .stat-card:hover .stat-label {\n            color: #bdc3c7;\n        }\n\n        \/* Details Section *\/\n        .details-section {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n            margin-bottom: 50px;\n        }\n\n        .data-panel {\n            background: var(--white);\n            border-radius: 25px;\n            padding: 35px;\n            box-shadow: 0 10px 25px rgba(0,0,0,0.04);\n            border: 1px solid #eef0f2;\n        }\n\n        .data-panel h3 {\n            color: var(--primary-blue);\n            border-right: 6px solid #e0aa3e;\n            padding-right: 15px;\n            margin-bottom: 30px;\n            font-size: 1.6rem;\n        }\n\n        .info-table { width: 100%; border-collapse: collapse; }\n        .info-table td {\n            padding: 15px;\n            border-bottom: 1px solid #f0f0f0;\n            transition: var(--transition);\n        }\n\n        .info-table tr:hover td {\n            background: #fdfaf0;\n            padding-right: 25px;\n        }\n\n        .label-cell { font-weight: 700; color: #444; }\n        .value-cell { font-weight: 900; color: var(--primary-blue); text-align: left; font-size: 1.2rem; }\n\n        \/* Infrastructure Section *\/\n        .infra-section {\n            background: var(--primary-blue);\n            color: var(--white);\n            border-radius: 35px;\n            padding: 50px 40px;\n            margin-bottom: 60px;\n            box-shadow: 0 15px 45px rgba(10, 25, 49, 0.2);\n        }\n\n        .infra-title-gold {\n            text-align: center;\n            margin-bottom: 40px;\n            font-size: 2.2rem;\n            font-weight: 900;\n            background: var(--gold-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 15px;\n        }\n\n        .infra-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 30px;\n        }\n\n        .infra-item {\n            background: rgba(255, 255, 255, 0.05);\n            padding: 20px;\n            border-radius: 20px;\n            transition: var(--transition);\n            border: 1px solid rgba(255,255,255,0.1);\n        }\n\n        .infra-item:hover {\n            background: rgba(224, 170, 62, 0.15);\n            transform: scale(1.05);\n        }\n\n        .infra-item h4 { color: #e0aa3e; margin: 0 0 10px 0; font-size: 1.4rem; }\n\n        footer {\n            text-align: center;\n            padding: 50px;\n            background: #fff;\n            color: #777;\n            font-weight: 600;\n        }\n\n        @media (max-width: 850px) {\n            .details-section { grid-template-columns: 1fr; }\n            .stats-header h1 { font-size: 2.2rem; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <header class=\"stats-header\">\n        <h1>\u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u0645\u0624\u0634\u0631\u0627\u062a \u0627\u0644\u0631\u0642\u0645\u064a\u0629<\/h1>\n        <p>\u0627\u0644\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0625\u062d\u0635\u0627\u0626\u064a \u0627\u0644\u0633\u0646\u0648\u064a \u0644\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0643\u0648\u0641\u0629 2025\u20132026<\/p>\n    <\/header>\n\n    <div class=\"container\">\n        \n        <div class=\"stats-grid\">\n            <div class=\"stat-card\">\n                <i class=\"fas fa-user-graduate\"><\/i>\n                <span class=\"stat-number\">103<\/span>\n                <span class=\"stat-label\">\u062d\u0645\u0644\u0629 \u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0645\u0627\u062c\u0633\u062a\u064a\u0631<\/span>\n            <\/div>\n            <div class=\"stat-card\">\n                <i class=\"fas fa-user-tie\"><\/i>\n                <span class=\"stat-number\">43<\/span>\n                <span class=\"stat-label\">\u062d\u0645\u0644\u0629 \u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647<\/span>\n            <\/div>\n            <div class=\"stat-card\">\n                <i class=\"fas fa-microchip\"><\/i>\n                <span class=\"stat-number\">271<\/span>\n                <span class=\"stat-label\">\u0627\u0644\u0643\u0648\u0627\u062f\u0631 \u0627\u0644\u0641\u0646\u064a\u0629<\/span>\n            <\/div>\n            <div class=\"stat-card\">\n                <i class=\"fas fa-users-cog\"><\/i>\n                <span class=\"stat-number\">60<\/span>\n                <span class=\"stat-label\">\u0627\u0644\u0643\u0648\u0627\u062f\u0631 \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629<\/span>\n            <\/div>\n        <\/div>\n\n        <h2 class=\"infra-title-gold\" style=\"margin: 60px 0 30px 0; -webkit-text-fill-color: initial; color: var(--primary-blue); background: none;\">\n            <i class=\"fas fa-users\" style=\"color: #e0aa3e;\"><\/i> \u0625\u062d\u0635\u0627\u0626\u064a\u0627\u062a \u0627\u0644\u0637\u0644\u0628\u0629 \u0644\u0644\u0639\u0627\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u064a\n        <\/h2>\n\n        <div class=\"details-section\">\n            <div class=\"data-panel\">\n                <h3><i class=\"fas fa-layer-group\" style=\"color: #e0aa3e;\"><\/i> \u0627\u0644\u0645\u0631\u062d\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649<\/h3>\n                <table class=\"info-table\">\n                    <tr style=\"background: #f8f9fa;\"><td colspan=\"2\" class=\"label-cell\" style=\"color: #b8860b; text-align: center;\">\u0627\u0644\u062f\u0631\u0627\u0633\u0629 \u0627\u0644\u0635\u0628\u0627\u062d\u064a\u0629<\/td><\/tr>\n                    <tr><td class=\"label-cell\">\u0637\u0628\u064a<\/td><td class=\"value-cell\">719<\/td><\/tr>\n                    <tr><td class=\"label-cell\">\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a<\/td><td class=\"value-cell\">34<\/td><\/tr>\n                    <tr><td class=\"label-cell\">\u0632\u0631\u0627\u0639\u064a<\/td><td class=\"value-cell\">5<\/td><\/tr>\n                    <tr><td class=\"label-cell\">\u0625\u062f\u0627\u0631\u064a<\/td><td class=\"value-cell\">54<\/td><\/tr>\n                    <tr style=\"background: #fffdf0;\"><td class=\"label-cell\">\u0627\u0644\u062f\u0631\u0627\u0633\u0629 \u0627\u0644\u0645\u0633\u0627\u0626\u064a\u0629 (\u0643\u0644\u064a)<\/td><td class=\"value-cell\">2251<\/td><\/tr>\n                <\/table>\n            <\/div>\n\n            <div class=\"data-panel\">\n                <h3><i class=\"fas fa-layer-group\" style=\"color: #e0aa3e;\"><\/i> \u0627\u0644\u0645\u0631\u062d\u0644\u0629 \u0627\u0644\u062b\u0627\u0646\u064a\u0629<\/h3>\n                <table class=\"info-table\">\n                    <tr style=\"background: #f8f9fa;\"><td colspan=\"2\" class=\"label-cell\" style=\"color: #b8860b; text-align: center;\">\u0627\u0644\u062f\u0631\u0627\u0633\u0629 \u0627\u0644\u0635\u0628\u0627\u062d\u064a\u0629<\/td><\/tr>\n                    <tr><td class=\"label-cell\">\u0637\u0628\u064a<\/td><td class=\"value-cell\">565<\/td><\/tr>\n                    <tr><td class=\"label-cell\">\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a<\/td><td class=\"value-cell\">43<\/td><\/tr>\n                    <tr><td class=\"label-cell\">\u0632\u0631\u0627\u0639\u064a<\/td><td class=\"value-cell\">2<\/td><\/tr>\n                    <tr><td class=\"label-cell\">\u0625\u062f\u0627\u0631\u064a<\/td><td class=\"value-cell\">21<\/td><\/tr>\n                    <tr style=\"background: #fffdf0;\"><td class=\"label-cell\">\u0627\u0644\u062f\u0631\u0627\u0633\u0629 \u0627\u0644\u0645\u0633\u0627\u0626\u064a\u0629 (\u0643\u0644\u064a)<\/td><td class=\"value-cell\">1629<\/td><\/tr>\n                <\/table>\n            <\/div>\n        <\/div>\n\n        <div class=\"details-section\">\n            <div class=\"data-panel\">\n                <h3><i class=\"fas fa-medal\" style=\"color: #e0aa3e;\"><\/i> \u0627\u0644\u0623\u0644\u0642\u0627\u0628 \u0627\u0644\u0639\u0644\u0645\u064a\u0629 2026<\/h3>\n                <table class=\"info-table\">\n                    <tr><td class=\"label-cell\">\u0644\u0642\u0628 \u0623\u0633\u062a\u0627\u0630<\/td><td class=\"value-cell\">5<\/td><\/tr>\n                    <tr><td class=\"label-cell\">\u0623\u0633\u062a\u0627\u0630 \u0645\u0633\u0627\u0639\u062f<\/td><td class=\"value-cell\">27<\/td><\/tr>\n                    <tr><td class=\"label-cell\">\u0645\u062f\u0631\u0633<\/td><td class=\"value-cell\">35<\/td><\/tr>\n                    <tr><td class=\"label-cell\">\u0645\u062f\u0631\u0633 \u0645\u0633\u0627\u0639\u062f<\/td><td class=\"value-cell\">83<\/td><\/tr>\n                <\/table>\n            <\/div>\n\n            <div class=\"data-panel\">\n                <h3><i class=\"fas fa-chart-line\" style=\"color: #e0aa3e;\"><\/i> \u062a\u0648\u0632\u064a\u0639 \u0627\u0644\u0643\u0648\u0627\u062f\u0631<\/h3>\n                <table class=\"info-table\">\n                    <tr><td class=\"label-cell\">\u0627\u0644\u062a\u062f\u0631\u064a\u0633\u064a\u0646 (\u062f\u0643\u062a\u0648\u0631\u0627\u0647)<\/td><td class=\"value-cell\">43<\/td><\/tr>\n                    <tr><td class=\"label-cell\">\u0627\u0644\u062a\u062f\u0631\u064a\u0633\u064a\u0646 (\u0645\u0627\u062c\u0633\u062a\u064a\u0631)<\/td><td class=\"value-cell\">103<\/td><\/tr>\n                    <tr><td class=\"label-cell\">\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0641\u0646\u064a\u064a\u0646<\/td><td class=\"value-cell\">271<\/td><\/tr>\n                    <tr><td class=\"label-cell\">\u0627\u0644\u0625\u062f\u0627\u0631\u064a\u064a\u0646<\/td><td class=\"value-cell\">60<\/td><\/tr>\n                <\/table>\n            <\/div>\n        <\/div>\n\n        <div class=\"infra-section\">\n            <h2 class=\"infra-title-gold\">\n                <i class=\"fas fa-hotel\"><\/i>\n                \u0627\u0644\u0633\u0639\u0629 \u0627\u0644\u0645\u0643\u0627\u0646\u064a\u0629 \u0648\u0627\u0644\u0642\u0627\u0639\u0627\u062a \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629\n            <\/h2>\n            <div class=\"infra-grid\">\n                <div class=\"infra-item\">\n                    <h4>\u0645\u062c\u0645\u0639 \u062c\u0627\u0628\u0631<\/h4>\n                    <span>\u0642\u0627\u0639\u0627\u062a \u0627\u0644\u0635\u064a\u062f\u0644\u0629 (1-6)<\/span>\n                <\/div>\n                <div class=\"infra-item\">\n                    <h4>\u0627\u0644\u0645\u062c\u0645\u0639\u0627\u062a<\/h4>\n                    <span>\u0627\u0644\u0643\u0646\u062f\u064a &#8211; \u0627\u0644\u0635\u0627\u062f\u0642 &#8211; \u0627\u0644\u0631\u0627\u0632\u064a<\/span>\n                <\/div>\n                <div class=\"infra-item\">\n                    <h4>\u0627\u0644\u0642\u0627\u0639\u0627\u062a \u0627\u0644\u0643\u0628\u0631\u0649<\/h4>\n                    <span>\u0627\u0644\u0645\u0624\u062a\u0645\u0631\u0627\u062a &#8211; \u062d\u0633\u0646 \u0646\u0635\u0631 \u0627\u0644\u0644\u0647<\/span>\n                <\/div>\n                <div class=\"infra-item\">\n                    <h4>\u0627\u0644\u0623\u0628\u0646\u064a\u0629<\/h4>\n                    <span>\u0627\u0644\u062a\u0645\u0631\u064a\u0636 &#8211; \u0627\u0644\u0645\u062e\u062a\u0628\u0631\u0627\u062a &#8211; \u0627\u0644\u0628\u064a\u0637\u0627\u0631<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        \n    <\/div>\n\n  \n\n<\/body>\n<\/html>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<div id=\"royal-stats-section\">\n    <style>\n        \/* \u062c\u0645\u064a\u0639 \u0627\u0644\u062a\u0646\u0633\u064a\u0642\u0627\u062a \u062a\u0628\u062f\u0623 \u0628\u0640 #royal-stats-section \u0644\u0636\u0645\u0627\u0646 \u0639\u062f\u0645 \u0627\u0644\u062a\u0623\u062b\u064a\u0631 \u0639\u0644\u0649 \u0628\u0627\u0642\u064a \u0627\u0644\u0635\u0641\u062d\u0629 *\/\n        #royal-stats-section {\n            --midnight: #0a192f;\n            --gold-grad: linear-gradient(135deg, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);\n            --gold-bright: #d4af37;\n            --text-white: #ffffff;\n            font-family: 'Tajawal', sans-serif;\n            background-color: #060d1a;\n            padding: 40px 20px;\n            direction: rtl;\n            border-radius: 20px;\n            margin: 20px 0;\n        }\n\n        #royal-stats-section .stats-header {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        #royal-stats-section .stats-header h2 {\n            font-size: 2.5rem;\n            background: var(--gold-grad);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            margin: 0;\n            font-weight: bold;\n        }\n\n        #royal-stats-section .summary-row {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            justify-content: center;\n            margin-bottom: 40px;\n        }\n\n        #royal-stats-section .stat-box {\n            background: var(--midnight);\n            border: 1px solid rgba(191, 149, 63, 0.4);\n            border-radius: 15px;\n            padding: 25px;\n            min-width: 250px;\n            flex: 1;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        #royal-stats-section .stat-box:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 25px rgba(191, 149, 63, 0.2);\n            border-color: var(--gold-bright);\n        }\n\n        #royal-stats-section .stat-box i.gold-icon {\n            font-size: 2rem;\n            background: var(--gold-grad);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        #royal-stats-section .stat-label { color: var(--gold-bright); font-size: 1rem; display: block; }\n        #royal-stats-section .stat-number { color: white; font-size: 2.2rem; font-weight: bold; }\n\n        \/* \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0625\u0646\u062c\u0627\u0632 *\/\n        #royal-stats-section .progress-area {\n            background: rgba(10, 25, 47, 0.7);\n            padding: 30px;\n            border-radius: 20px;\n            border: 1px solid rgba(191, 149, 63, 0.2);\n        }\n\n        #royal-stats-section .progress-item { margin-bottom: 25px; }\n\n        #royal-stats-section .item-info {\n            display: flex;\n            justify-content: space-between;\n            margin-bottom: 10px;\n            color: var(--text-white);\n        }\n\n        #royal-stats-section .bar-container {\n            height: 12px;\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 10px;\n            overflow: hidden;\n            border: 1px solid rgba(191, 149, 63, 0.1);\n        }\n\n        #royal-stats-section .bar-fill {\n            height: 100%;\n            width: 0; \/* \u062a\u062a\u062d\u0631\u0643 \u0628\u0627\u0644\u0640 JS *\/\n            background: var(--gold-grad);\n            transition: width 1.5s cubic-bezier(0.1, 0.5, 0.5, 1);\n            box-shadow: 0 0 10px rgba(191, 149, 63, 0.4);\n        }\n\n        #royal-stats-section .gold-badge {\n            background: var(--gold-grad);\n            color: #060d1a;\n            padding: 2px 12px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85rem;\n        }\n    <\/style>\n\n    <div class=\"stats-header\">\n        <h2>\u269c\ufe0f \u0625\u062d\u0635\u0627\u0626\u064a\u0627\u062a \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0628\u062d\u062b\u064a\u0629 \u269c\ufe0f<\/h2>\n    <\/div>\n\n    <div class=\"summary-row\">\n        <div class=\"stat-box\">\n            <div>\n                <span class=\"stat-label\">\u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0643\u0644\u064a<\/span>\n                <span class=\"stat-number\">143<\/span>\n            <\/div>\n            <div class=\"gold-icon\">\ud83c\udfc6<\/div>\n        <\/div>\n        <div class=\"stat-box\">\n            <div>\n                <span class=\"stat-label\">\u0627\u0644\u0628\u062d\u0648\u062b \u0627\u0644\u0645\u062e\u0637\u0637\u0629<\/span>\n                <span class=\"stat-number\">105<\/span>\n            <\/div>\n            <div class=\"gold-icon\">\ud83d\udcdc<\/div>\n        <\/div>\n        <div class=\"stat-box\">\n            <div>\n                <span class=\"stat-label\">\u0627\u0644\u0628\u062d\u0648\u062b \u0627\u0644\u0645\u0636\u0627\u0641\u0629<\/span>\n                <span class=\"stat-number\">38<\/span>\n            <\/div>\n            <div class=\"gold-icon\">\u2728<\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"progress-area\">\n        <div class=\"progress-item\">\n            <div class=\"item-info\">\n                <span>\u0627\u0644\u0628\u062d\u0648\u062b \u0627\u0644\u0645\u0643\u062a\u0645\u0644\u0629 (100%)<\/span>\n                <span class=\"gold-badge\">6 \u0628\u062d\u0648\u062b<\/span>\n            <\/div>\n            <div class=\"bar-container\">\n                <div class=\"bar-fill\" data-percent=\"100%\"><\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"progress-item\">\n            <div class=\"item-info\">\n                <span>\u0627\u0644\u0628\u062d\u0648\u062b \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629 (75% &#8211; 95%)<\/span>\n                <span class=\"gold-badge\">22 \u0628\u062d\u062b\u0627\u064b<\/span>\n            <\/div>\n            <div class=\"bar-container\">\n                <div class=\"bar-fill\" data-percent=\"85%\"><\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"progress-item\">\n            <div class=\"item-info\">\n                <span>\u0627\u0644\u0628\u062d\u0648\u062b \u0642\u064a\u062f \u0627\u0644\u0639\u0645\u0644 (30% &#8211; 70%)<\/span>\n                <span class=\"gold-badge\">85 \u0628\u062d\u062b\u0627\u064b<\/span>\n            <\/div>\n            <div class=\"bar-container\">\n                <div class=\"bar-fill\" data-percent=\"55%\"><\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"progress-item\">\n            <div class=\"item-info\">\n                <span>\u0627\u0644\u0628\u062d\u0648\u062b \u0627\u0644\u062c\u062f\u064a\u062f\u0629 (5% &#8211; 25%)<\/span>\n                <span class=\"gold-badge\">30 \u0628\u062d\u062b\u0627\u064b<\/span>\n            <\/div>\n            <div class=\"bar-container\">\n                <div class=\"bar-fill\" data-percent=\"15%\"><\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        (function() {\n            \/\/ \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0648\u0638\u064a\u0641\u0629 \u0645\u063a\u0644\u0642\u0629 \u0644\u0636\u0645\u0627\u0646 \u0639\u062f\u0645 \u062a\u062f\u0627\u062e\u0644 \u0627\u0644\u0645\u062a\u063a\u064a\u0631\u0627\u062a\n            const section = document.querySelector('#royal-stats-section');\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        const fills = section.querySelectorAll('.bar-fill');\n                        fills.forEach(fill => {\n                            fill.style.width = fill.getAttribute('data-percent');\n                        });\n                    }\n                });\n            }, { threshold: 0.2 });\n\n            observer.observe(section);\n        })();\n    <\/script>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u0645\u0624\u0634\u0631\u0627\u062a \u0627\u0644\u0631\u0642\u0645\u064a\u0629 | \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0643\u0648\u0641\u0629 \u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u0645\u0624\u0634\u0631\u0627\u062a \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0625\u062d\u0635\u0627\u0626\u064a \u0627\u0644\u0633\u0646\u0648\u064a \u0644\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u062a\u0642\u0646\u064a \u0643\u0648\u0641\u0629 2025\u20132026 103 \u062d\u0645\u0644\u0629 \u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0645\u0627\u062c\u0633\u062a\u064a\u0631 43 \u062d\u0645\u0644\u0629 \u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 271 \u0627\u0644\u0643\u0648\u0627\u062f\u0631 \u0627\u0644\u0641\u0646\u064a\u0629 60 \u0627\u0644\u0643\u0648\u0627\u062f\u0631 \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629 \u0625\u062d\u0635\u0627\u0626\u064a\u0627\u062a \u0627\u0644\u0637\u0644\u0628\u0629 \u0644\u0644\u0639\u0627\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u064a \u0627\u0644\u0645\u0631\u062d\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0627\u0644\u062f\u0631\u0627\u0633\u0629 \u0627\u0644\u0635\u0628\u0627\u062d\u064a\u0629 \u0637\u0628\u064a 719 \u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a 34 \u0632\u0631\u0627\u0639\u064a 5 \u0625\u062f\u0627\u0631\u064a 54 \u0627\u0644\u062f\u0631\u0627\u0633\u0629 \u0627\u0644\u0645\u0633\u0627\u0626\u064a\u0629 (\u0643\u0644\u064a) 2251 \u0627\u0644\u0645\u0631\u062d\u0644\u0629 \u0627\u0644\u062b\u0627\u0646\u064a\u0629 \u0627\u0644\u062f\u0631\u0627\u0633\u0629 \u0627\u0644\u0635\u0628\u0627\u062d\u064a\u0629 &hellip; <a href=\"https:\/\/iku.atu.edu.iq\/?page_id=40912\">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-40912","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/40912","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=40912"}],"version-history":[{"count":15,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/40912\/revisions"}],"predecessor-version":[{"id":41937,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/40912\/revisions\/41937"}],"wp:attachment":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=40912"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}