{"id":41011,"date":"2026-04-20T19:52:07","date_gmt":"2026-04-20T19:52:07","guid":{"rendered":"https:\/\/iku.atu.edu.iq\/?page_id=41011"},"modified":"2026-04-20T20:07:27","modified_gmt":"2026-04-20T20:07:27","slug":"41011-2","status":"publish","type":"page","link":"https:\/\/iku.atu.edu.iq\/?page_id=41011&lang=en","title":{"rendered":"Vision, Mission &amp; Goals"},"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>Strategy | Technical Institute Kufa<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@300;400;600;700;800&#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    \n    <style>\n        :root {\n            --primary-color: #0f3c5c; \n            --secondary-color: #c99a2e; \n            --accent-color: #2ecc71; \n            --white: #ffffff;\n            --bg-light: #f4f7f9;\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(--bg-light);\n            margin: 0;\n            padding: 0;\n            color: #333;\n            line-height: 1.8;\n            direction: ltr;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 50px auto;\n            padding: 0 20px;\n        }\n\n        .page-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .page-header h1 {\n            color: var(--primary-color);\n            font-size: 2.5rem;\n            font-weight: 800;\n            position: relative;\n            display: inline-block;\n            margin-bottom: 10px;\n        }\n\n        .page-header h1::after {\n            content: '';\n            width: 60%;\n            height: 4px;\n            background: var(--secondary-color);\n            display: block;\n            margin: 10px auto;\n            border-radius: 2px;\n        }\n\n        \/* Vision & Mission *\/\n        .strategy-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 30px;\n            margin-bottom: 30px;\n        }\n\n        .glass-card {\n            background: var(--white);\n            border-radius: 30px;\n            padding: 40px;\n            text-align: center;\n            box-shadow: 0 15px 35px rgba(15, 60, 92, 0.05);\n            border: 1px solid rgba(15, 60, 92, 0.05);\n            transition: var(--transition);\n            position: relative;\n        }\n\n        .glass-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 20px 45px rgba(15, 60, 92, 0.12);\n        }\n\n        .glass-card i {\n            font-size: 3rem;\n            color: var(--secondary-color);\n            margin-bottom: 20px;\n        }\n\n        .glass-card h2 {\n            color: var(--primary-color);\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n\n        \/* Download Button Style *\/\n        .download-section {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n\n        .btn-download {\n            display: inline-flex;\n            align-items: center;\n            gap: 12px;\n            background-color: var(--primary-color);\n            color: var(--white);\n            padding: 15px 35px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1.1rem;\n            transition: var(--transition);\n            box-shadow: 0 10px 20px rgba(15, 60, 92, 0.2);\n            border: 2px solid transparent;\n        }\n\n        .btn-download:hover {\n            background-color: var(--white);\n            color: var(--primary-color);\n            border-color: var(--primary-color);\n            transform: translateY(-3px);\n            box-shadow: 0 15px 30px rgba(15, 60, 92, 0.1);\n        }\n\n        .btn-download i {\n            font-size: 1.3rem;\n            color: var(--secondary-color);\n        }\n\n        \/* Values Section *\/\n        .values-bar {\n            background: var(--primary-color);\n            color: var(--white);\n            padding: 30px;\n            border-radius: 20px;\n            margin-bottom: 50px;\n            display: flex;\n            justify-content: space-around;\n            flex-wrap: wrap;\n            gap: 20px;\n            text-align: center;\n        }\n\n        .value-item { flex: 1; min-width: 150px; }\n        .value-item h4 { color: var(--secondary-color); margin: 0; font-size: 1.3rem; }\n\n        \/* Goals Section *\/\n        .goals-container {\n            background: var(--white);\n            border-radius: 30px;\n            padding: 50px;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.03);\n        }\n\n        .goals-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 40px;\n            border-left: 6px solid var(--secondary-color);\n            padding-left: 20px;\n            margin-right: 0;\n        }\n\n        .goals-header h2 { color: var(--primary-color); font-size: 2rem; margin: 0; }\n\n        .goals-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n            gap: 20px;\n        }\n\n        .goal-card {\n            background: #f8fafc;\n            padding: 20px 25px;\n            border-radius: 15px;\n            display: flex;\n            align-items: center;\n            gap: 20px;\n            transition: var(--transition);\n            border: 1px solid transparent;\n        }\n\n        .goal-card:hover {\n            background: var(--white);\n            border-color: var(--secondary-color);\n            transform: scale(1.02);\n        }\n\n        .goal-icon {\n            background: var(--primary-color);\n            color: var(--white);\n            width: 45px;\n            height: 45px;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            flex-shrink: 0;\n        }\n\n        .goal-text { font-size: 1rem; color: #444; font-weight: 600; }\n\n        @media (max-width: 768px) {\n            .goals-grid { grid-template-columns: 1fr; }\n            .values-bar { flex-direction: column; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"container\">\n    <header class=\"page-header\">\n        <h1>Strategic Plan 2021-2026<\/h1>\n        <p>Towards sustainable technical educational leadership that meets the aspirations of society and the labor market<\/p>\n    <\/header>\n\n    <div class=\"strategy-grid\">\n        <div class=\"glass-card\">\n            <i class=\"fas fa-lightbulb\"><\/i>\n            <h2>Institute Vision<\/h2>\n            <p>Achieving leadership locally and regionally in the fields of medical, administrative, technological, and agricultural sciences to contribute to building a knowledge society.<\/p>\n        <\/div>\n\n        <div class=\"glass-card\">\n            <i class=\"fas fa-bullhorn\"><\/i>\n            <h2>Institute Mission<\/h2>\n            <p>Preparing technical generations capable of providing the community with trained competencies through a stimulating environment for learning and creativity that ensures optimal use of technology and community partnership.<\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"download-section\">\n        <a href=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2026\/04\/\u0627\u0644\u062e\u0637\u0629-\u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629-2_084046.pdf\" class=\"btn-download\" target=\"_blank\">\n            <i class=\"fas fa-file-pdf\"><\/i>\n            Download Full Strategic Plan File (PDF)\n        <\/a>\n    <\/div>\n\n    <div class=\"values-bar\">\n        <div class=\"value-item\">\n            <i class=\"fas fa-check-circle\"><\/i>\n            <h4>Quality<\/h4>\n            <span>&#038; Performance Excellence<\/span>\n        <\/div>\n        <div class=\"value-item\">\n            <i class=\"fas fa-users\"><\/i>\n            <h4>Teamwork<\/h4>\n            <span>One Team Spirit<\/span>\n        <\/div>\n        <div class=\"value-item\">\n            <i class=\"fas fa-scale-balanced\"><\/i>\n            <h4>Justice<\/h4>\n            <span>Integrity &#038; Transparency<\/span>\n        <\/div>\n        <div class=\"value-item\">\n            <i class=\"fas fa-hand-holding-heart\"><\/i>\n            <h4>Responsibility<\/h4>\n            <span>Towards Society<\/span>\n        <\/div>\n    <\/div>\n\n    <div class=\"goals-container\">\n        <div class=\"goals-header\">\n            <i class=\"fas fa-tasks\" style=\"font-size: 2rem; color: var(--secondary-color);\"><\/i>\n            <h2>Strategic Goals<\/h2>\n        <\/div>\n\n        <div class=\"goals-grid\">\n            <div class=\"goal-card\">\n                <div class=\"goal-icon\">1<\/div>\n                <div class=\"goal-text\">Achieving excellence in technical education and raising the level of scientific outcomes.<\/div>\n            <\/div>\n\n            <div class=\"goal-card\">\n                <div class=\"goal-icon\">2<\/div>\n                <div class=\"goal-text\">Establishing effective partnerships with local and international institutions and the private sector.<\/div>\n            <\/div>\n\n            <div class=\"goal-card\">\n                <div class=\"goal-icon\">3<\/div>\n                <div class=\"goal-text\">Developing and improving the quality of institutional performance and obtaining academic accreditation.<\/div>\n            <\/div>\n\n            <div class=\"goal-card\">\n                <div class=\"goal-icon\">4<\/div>\n                <div class=\"goal-text\">Optimal use of resources and modern technologies in educational and administrative processes.<\/div>\n            <\/div>\n\n            <div class=\"goal-card\">\n                <div class=\"goal-icon\">5<\/div>\n                <div class=\"goal-text\">Providing a university environment that stimulates creativity, innovation, and applied scientific research.<\/div>\n            <\/div>\n\n            <div class=\"goal-card\">\n                <div class=\"goal-icon\">6<\/div>\n                <div class=\"goal-text\">Activating the institute&#8217;s role in community service through consultations and continuous training.<\/div>\n            <\/div>\n\n            <div class=\"goal-card\">\n                <div class=\"goal-icon\">7<\/div>\n                <div class=\"goal-text\">Entering global rankings and enhancing the competitive advantage of the institute.<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<footer style=\"text-align: center; padding: 40px; color: var(--primary-color); font-weight: bold;\">\n    Al-Furat Al-Awsat Technical University &#8211; Technical Institute Kufa &#8211; Designed by Chief Engineer Alaa Jassim Kadhim \u00a9 2026\n<\/footer>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Strategy | Technical Institute Kufa Strategic Plan 2021-2026 Towards sustainable technical educational leadership that meets the aspirations of society and the labor market Institute Vision Achieving leadership locally and regionally in the fields of medical, administrative, technological, and agricultural sciences to contribute to building a knowledge society. Institute Mission Preparing technical generations capable of providing &hellip; <a href=\"https:\/\/iku.atu.edu.iq\/?page_id=41011&#038;lang=en\">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-41011","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/41011","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=41011"}],"version-history":[{"count":4,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/41011\/revisions"}],"predecessor-version":[{"id":41017,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/41011\/revisions\/41017"}],"wp:attachment":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=41011"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}