{"id":22454,"date":"2026-04-28T11:13:42","date_gmt":"2026-04-28T08:13:42","guid":{"rendered":"https:\/\/isa.atu.edu.iq\/?page_id=22454"},"modified":"2026-04-28T11:13:49","modified_gmt":"2026-04-28T08:13:49","slug":"admission-plans","status":"publish","type":"page","link":"https:\/\/isa.atu.edu.iq\/?page_id=22454&lang=en","title":{"rendered":"Admission Plans"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Admission Plans<\/title>\n    <!-- Font Awesome 6 (lightweight icons) -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <!-- Cairo Font \u2013 clean and modern, supports both Latin and Arabic glyphs -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Cairo', sans-serif;\n            background-color: #f5f8fc;\n            color: #1a2c3e;\n            line-height: 1.5;\n            padding: 2rem 1.5rem;\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        \/* centered container with max width *\/\n        .container {\n            max-width: 1000px;\n            width: 100%;\n            margin: 0 auto;\n        }\n\n        \/* clean header *\/\n        .header {\n            text-align: center;\n            margin-bottom: 2.5rem;\n        }\n\n        .header h1 {\n            font-size: 2rem;\n            font-weight: 700;\n            color: #0a3b5a;\n            margin-bottom: 0.5rem;\n            letter-spacing: -0.3px;\n        }\n\n        .header p {\n            color: #4a627a;\n            font-size: 0.95rem;\n            font-weight: 500;\n            border-top: 2px solid #cbdde9;\n            display: inline-block;\n            padding-top: 0.6rem;\n        }\n\n        \/* card grid \u2013 clean and responsive *\/\n        .plans-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 1.8rem;\n            margin: 1rem 0 1rem;\n        }\n\n        \/* base card styling *\/\n        .plan-card {\n            background: #ffffff;\n            border-radius: 1.2rem;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.02);\n            padding: 1.8rem 1.5rem 1.8rem 1.5rem;\n            transition: all 0.25s ease;\n            border: 1px solid #e2edf2;\n            text-align: center;\n        }\n\n        \/* subtle hover effect *\/\n        .plan-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.1);\n            border-color: #cbdbe0;\n        }\n\n        \/* document icon *\/\n        .file-icon {\n            font-size: 2.8rem;\n            color: #c23d2b;\n            margin-bottom: 1rem;\n            opacity: 0.85;\n            transition: transform 0.2s;\n        }\n\n        .plan-card:hover .file-icon {\n            transform: scale(1.02);\n        }\n\n        \/* academic year *\/\n        .year {\n            font-size: 1.7rem;\n            font-weight: 700;\n            color: #0b4f6c;\n            margin-bottom: 0.3rem;\n        }\n\n        .badge {\n            display: inline-block;\n            background: #eef3fa;\n            font-size: 0.75rem;\n            font-weight: 600;\n            padding: 0.2rem 0.9rem;\n            border-radius: 50px;\n            color: #166c8c;\n            margin-bottom: 1rem;\n        }\n\n        .description {\n            font-size: 0.88rem;\n            color: #2c4b6e;\n            margin: 0.75rem 0 1.3rem;\n            line-height: 1.55;\n        }\n\n        \/* clean PDF button *\/\n        .btn-pdf {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.6rem;\n            background-color: #1c6f9c;\n            color: white;\n            padding: 0.65rem 1.25rem;\n            border-radius: 2rem;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 0.9rem;\n            transition: background 0.2s, transform 0.1s;\n            width: 100%;\n            border: none;\n            cursor: pointer;\n        }\n\n        .btn-pdf i {\n            font-size: 0.9rem;\n        }\n\n        .btn-pdf:hover {\n            background-color: #0f577a;\n            transform: scale(0.98);\n        }\n\n        \/* simple footer *\/\n        .footer-note {\n            text-align: center;\n            margin-top: 2.2rem;\n            font-size: 0.8rem;\n            color: #6c8aaa;\n            border-top: 1px solid #e0ecf2;\n            padding-top: 1.2rem;\n        }\n\n        \/* responsive for mobile *\/\n        @media (max-width: 640px) {\n            body {\n                padding: 1.2rem;\n            }\n            .plan-card {\n                padding: 1.4rem;\n            }\n            .year {\n                font-size: 1.4rem;\n            }\n            .header h1 {\n                font-size: 1.6rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n<div class=\"container\">\n    <div class=\"header\">\n        <h1><i class=\"fas fa-chalkboard-user\" style=\"margin-left: 10px; color: #1c6f9c;\"><\/i> Admission Plans for the Academic Year<\/h1>\n        <p>Official admission pathways &#038; requirements<\/p>\n    <\/div>\n\n    <div class=\"plans-grid\">\n        <!-- Plan Card 2024-2025 -->\n        <div class=\"plan-card\">\n            <div class=\"file-icon\">\n                <i class=\"fas fa-file-pdf\"><\/i>\n            <\/div>\n            <div class=\"year\">2024 &#8211; 2025<\/div>\n            <div class=\"badge\">Approved Plan<\/div>\n            <div class=\"description\">\n                Official admission plan for the academic year 2024-2025.<br>\n                Includes weighted scores, allocated seats, and available specializations.\n            <\/div>\n            <a href=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/%D8%AE%D8%B7%D8%A9-%D9%82%D8%A8%D9%88%D9%84-%D8%B9%D8%A7%D9%85-2024-2025-1.pdf\"\n               class=\"btn-pdf\"\n               target=\"_blank\"\n               rel=\"noopener noreferrer\">\n                <i class=\"fas fa-eye\"><\/i> View Plan\n                <i class=\"fas fa-arrow-right\"><\/i>\n            <\/a>\n        <\/div>\n\n        <!-- Plan Card 2025-2026 -->\n        <div class=\"plan-card\">\n            <div class=\"file-icon\">\n                <i class=\"fas fa-file-pdf\"><\/i>\n            <\/div>\n            <div class=\"year\">2025 &#8211; 2026<\/div>\n            <div class=\"badge\">Updated Plan<\/div>\n            <div class=\"description\">\n                Latest admission plan for the academic year 2025-2026.<br>\n                Contains new specializations, updated criteria, and program details.\n            <\/div>\n            <a href=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/%D8%AE%D8%B7%D8%A9-%D9%82%D8%A8%D9%88%D9%84-%D8%B9%D8%A7%D9%85-2025-2026-1.pdf\"\n               class=\"btn-pdf\"\n               target=\"_blank\"\n               rel=\"noopener noreferrer\">\n                <i class=\"fas fa-file-signature\"><\/i> View Plan\n                <i class=\"fas fa-arrow-right\"><\/i>\n            <\/a>\n        <\/div>\n    <\/div>\n\n    <div class=\"footer-note\">\n        <i class=\"fas fa-download\"><\/i> Official PDF documents | Click the button to view or download\n    <\/div>\n<\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Admission Plans Admission Plans for the Academic Year Official admission pathways &#038; requirements 2024 &#8211; 2025 Approved Plan Official admission plan for the academic year 2024-2025. Includes weighted scores, allocated seats, and available specializations. View Plan 2025 &#8211; 2026 Updated Plan Latest admission plan for the academic year 2025-2026. Contains new specializations, updated criteria, and &hellip; <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=22454&#038;lang=en\">Continued<\/a><\/p>\n","protected":false},"author":99900,"featured_media":20442,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-22454","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/22454","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=22454"}],"version-history":[{"count":1,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/22454\/revisions"}],"predecessor-version":[{"id":22455,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/22454\/revisions\/22455"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/media\/20442"}],"wp:attachment":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=22454"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}