{"id":41605,"date":"2026-04-27T06:48:55","date_gmt":"2026-04-27T06:48:55","guid":{"rendered":"https:\/\/iku.atu.edu.iq\/?page_id=41605"},"modified":"2026-04-27T19:53:13","modified_gmt":"2026-04-27T19:53:13","slug":"41605-2","status":"publish","type":"page","link":"https:\/\/iku.atu.edu.iq\/?page_id=41605&lang=en","title":{"rendered":"Women&#8217;s Affairs Unit"},"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>Women&#8217;s Affairs Unit<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@600;900&#038;family=Amiri:wght@700&#038;display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        :root {\n            --primary-navy: #0a192f;\n            --royal-gold: linear-gradient(45deg, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);\n            --gold-solid: #b38728;\n            --light-bg: #f8fbff;\n            --white: #ffffff;\n        }\n\n        body {\n            font-family: 'Cairo', sans-serif;\n            background-color: var(--light-bg);\n            margin: 0;\n            padding: 0;\n            color: #333;\n            line-height: 1.8;\n        }\n\n        \/* Header Section *\/\n        header {\n            background: linear-gradient(rgba(10, 25, 47, 0.9), rgba(10, 25, 47, 0.9)), \n                        url('https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2026\/04\/677809280_1425534356260325_2908431613362034554_n-2.jpg');\n            background-size: cover;\n            background-position: center;\n            color: white;\n            padding: 100px 20px;\n            text-align: center;\n            border-bottom: 6px solid var(--gold-solid);\n        }\n\n        header h1 {\n            font-family: 'Amiri', serif;\n            font-size: 3.5rem;\n            margin: 0;\n            background: var(--royal-gold);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            font-weight: 900;\n        }\n\n        header p {\n            font-size: 1.2rem;\n            margin-top: 15px;\n            color: #fcf6ba;\n            font-weight: 700;\n            letter-spacing: 2px;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 40px auto 60px;\n            padding: 0 20px;\n        }\n\n        \/* Leader Section *\/\n        .leader-section {\n            background: var(--white);\n            border-radius: 25px;\n            padding: 40px;\n            margin-bottom: 50px;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n            gap: 40px;\n            border-right: 10px solid var(--gold-solid); \/* Changed to right for LTR *\/\n        }\n\n        .leader-image-box {\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .leader-image {\n            width: 200px;\n            height: 200px;\n            border-radius: 50%;\n            object-fit: cover;\n            border: 5px solid var(--gold-solid);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.15);\n            transition: transform 0.3s ease;\n        }\n\n        .leader-image:hover {\n            transform: scale(1.05);\n        }\n\n        .leader-info h2 {\n            font-family: 'Amiri', serif;\n            color: var(--primary-navy);\n            font-size: 2.2rem;\n            margin: 0;\n        }\n\n        .leader-title {\n            color: var(--gold-solid);\n            font-weight: 900;\n            font-size: 1.3rem;\n            margin-bottom: 5px;\n            display: block;\n        }\n\n        .leader-rank {\n            background: var(--primary-navy);\n            color: #fcf6ba;\n            display: inline-block;\n            padding: 2px 15px;\n            border-radius: 5px;\n            font-size: 0.9rem;\n            margin-bottom: 15px;\n        }\n\n        \/* Vision & Mission Cards *\/\n        .info-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-bottom: 50px;\n        }\n\n        .info-card {\n            background: var(--white);\n            padding: 40px;\n            border-radius: 20px;\n            text-align: center;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            border-bottom: 5px solid var(--gold-solid);\n        }\n\n        .icon-circle {\n            width: 70px;\n            height: 70px;\n            background: var(--primary-navy);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            font-size: 2rem;\n            border: 2px solid var(--gold-solid);\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 2.8rem;\n            font-family: 'Amiri', serif;\n            margin: 60px 0 40px;\n            color: var(--primary-navy);\n        }\n\n        .section-title::after {\n            content: '';\n            display: block;\n            width: 100px;\n            height: 4px;\n            background: var(--royal-gold);\n            margin: 10px auto;\n        }\n\n        \/* Goals List *\/\n        .goals-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n        }\n\n        .goal-box {\n            background: var(--white);\n            padding: 20px;\n            border-radius: 12px;\n            border-left: 8px solid var(--gold-solid);\n            box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n            font-weight: 700;\n        }\n\n        \/* Activities Section *\/\n        .activity-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 30px;\n        }\n\n        .activity-card {\n            background: var(--white);\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n        }\n\n        .activity-img {\n            width: 100%;\n            height: 250px;\n            object-fit: cover;\n            border-bottom: 5px solid var(--gold-solid);\n        }\n\n        \/* Footer Section *\/\n        footer {\n            background: var(--primary-navy);\n            color: white;\n            text-align: center;\n            padding: 60px 20px;\n            margin-top: 80px;\n            border-top: 6px solid var(--gold-solid);\n        }\n\n        .footer-logo {\n            font-family: 'Amiri', serif;\n            font-size: 2.5rem;\n            background: var(--royal-gold);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            margin-bottom: 10px;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .leader-section { flex-direction: column; text-align: center; }\n            header h1 { font-size: 2.5rem; }\n            .leader-image { width: 180px; height: 180px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <header>\n        <h1>Women&#8217;s Affairs Unit<\/h1>\n        <p>EMPOWERMENT \u2022 LEADERSHIP \u2022 DEVELOPMENT<\/p>\n    <\/header>\n\n    <div class=\"container\">\n        \n        <section class=\"leader-section\">\n            <div class=\"leader-image-box\">\n                <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2026\/04\/\u0644\u0645\u064a\u0627\u0621.jpeg\" class=\"leader-image\" alt=\"Dr. Lamia Fahem\">\n            <\/div>\n            <div class=\"leader-info\">\n                <span class=\"leader-title\">Head of Unit<\/span>\n                <h2>Lamia Fahem Hassan<\/h2>\n                <div class=\"leader-rank\">Lecturer<\/div>\n                <p>Assistant Professor Lamia Fahem Hassan manages and directs the Women&#8217;s Affairs Unit at the Technical Institute. She dedicates her academic and leadership expertise to enhancing the status of women, organizing events aimed at empowering female staff and students, and developing their skills across various fields.<\/p>\n            <\/div>\n        <\/section>\n\n        <div class=\"info-grid\">\n            <div class=\"info-card\">\n                <div class=\"icon-circle\">\ud83d\udc41\ufe0f<\/div>\n                <h2>Our Vision<\/h2>\n                <p>Achieving an academic and social environment that ensures a leading and distinguished role for women in sustainable development and building the future.<\/p>\n            <\/div>\n            <div class=\"info-card\">\n                <div class=\"icon-circle\">\u2709\ufe0f<\/div>\n                <h2>Our Mission<\/h2>\n                <p>Supporting and empowering women through awareness and developmental programs that enhance their creative and leadership capabilities in society.<\/p>\n            <\/div>\n        <\/div>\n\n        <h2 class=\"section-title\">Unit Goals<\/h2>\n        <div class=\"goals-list\">\n            <div class=\"goal-box\">\ud83d\udccd Enhancing the role of women in administrative and academic work.<\/div>\n            <div class=\"goal-box\">\ud83d\udccd Providing support and advice on issues specific to women.<\/div>\n            <div class=\"goal-box\">\ud83d\udccd Organizing cultural seminars and developmental workshops.<\/div>\n            <div class=\"goal-box\">\ud83d\udccd Monitoring and following up on the needs of women in the workplace.<\/div>\n        <\/div>\n\n        <h2 class=\"section-title\">Our Activities<\/h2>\n        <div class=\"activity-grid\">\n            <div class=\"activity-card\">\n                <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2026\/04\/677809280_1425534356260325_2908431613362034554_n-2.jpg\" class=\"activity-img\">\n                <div style=\"padding:20px; text-align:center;\">\n                    <h3>Professional Development<\/h3>\n                    <p>Training workshops aimed at increasing efficiency and leadership skills.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"activity-card\">\n                <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2025\/11\/574264426_1288351466645282_2030103502143113759_n-1.jpg\" class=\"activity-img\">\n                <div style=\"padding:20px; text-align:center;\">\n                    <h3>Awareness &#038; Education<\/h3>\n                    <p>Periodic seminars discussing women&#8217;s rights and contemporary issues.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"activity-card\">\n                <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2025\/11\/575189304_1288351393311956_2442328909558128034_n-1.jpg\" class=\"activity-img\">\n                <div style=\"padding:20px; text-align:center;\">\n                    <h3>Events &#038; Celebrations<\/h3>\n                    <p>Celebrating the achievements of women at the Technical Institute.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <footer>\n        <div class=\"footer-logo\">Women&#8217;s Affairs Unit<\/div>\n        <p style=\"font-weight: 700;\">Technical Institute &#8211; All Rights Reserved \u00a9 2026<\/p>\n    <\/footer>\n\n<\/body>\n<\/html>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Women&#8217;s Affairs Unit Women&#8217;s Affairs Unit EMPOWERMENT \u2022 LEADERSHIP \u2022 DEVELOPMENT Head of Unit Lamia Fahem Hassan Lecturer Assistant Professor Lamia Fahem Hassan manages and directs the Women&#8217;s Affairs Unit at the Technical Institute. She dedicates her academic and leadership expertise to enhancing the status of women, organizing events aimed at empowering female staff and &hellip; <a href=\"https:\/\/iku.atu.edu.iq\/?page_id=41605&#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-41605","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/41605","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=41605"}],"version-history":[{"count":14,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/41605\/revisions"}],"predecessor-version":[{"id":41626,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/41605\/revisions\/41626"}],"wp:attachment":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=41605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}