{"id":21795,"date":"2026-04-22T09:43:27","date_gmt":"2026-04-22T06:43:27","guid":{"rendered":"https:\/\/isa.atu.edu.iq\/?page_id=21795"},"modified":"2026-04-22T09:43:33","modified_gmt":"2026-04-22T06:43:33","slug":"mechanical-techniques-department","status":"publish","type":"page","link":"https:\/\/isa.atu.edu.iq\/?page_id=21795&lang=en","title":{"rendered":"Mechanical Techniques Department"},"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, viewport-fit=cover\">\n    <title>Mechanical Techniques Department &#8211; Samawa Technical Institute<\/title>\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700&display=swap');\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        body {\n            background-color: #f4f7fc;\n        }\n        .oil-wp {\n            direction: ltr;\n            text-align: left;\n            max-width: 100%;\n            overflow-x: hidden;\n        }\n        .oil-wp * {\n            font-family: \"Cairo\", sans-serif;\n        }\n        \/* ===== CONTAINER STYLES ===== *\/\n        .oil-container {\n            max-width: 1300px;\n            margin: auto;\n            display: grid;\n            grid-template-columns: 3fr 1fr;\n            gap: 28px;\n            padding: 30px 20px;\n        }\n        @media(max-width: 900px){\n            .oil-container {\n                grid-template-columns: 1fr;\n                gap: 20px;\n                padding: 20px 15px;\n            }\n        }\n        \/* Card Styles *\/\n        .oil-card {\n            background: #fff;\n            border-radius: 16px;\n            padding: 24px;\n            box-shadow: 0 10px 25px rgba(0,0,0,.08);\n            margin-bottom: 24px;\n            transition: all 0.3s ease;\n        }\n        .oil-card:hover {\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n        }\n        .oil-title {\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-left: 5px solid #c99a2e;\n            padding-left: 15px;\n            color: #1a2a3a;\n        }\n        \/* Image Gallery *\/\n        .oil-images {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        .oil-image-box {\n            position: relative;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 6px 12px rgba(0,0,0,0.1);\n        }\n        .oil-image-box img {\n            width: 100%;\n            height: 180px;\n            object-fit: cover;\n            transition: .4s;\n            display: block;\n        }\n        .oil-image-box img:hover {\n            transform: scale(1.05);\n        }\n        .image-title {\n            position: absolute;\n            bottom: 10px;\n            left: 10px;\n            background: rgba(0,0,0,0.7);\n            color: #fff;\n            padding: 5px 12px;\n            border-radius: 30px;\n            font-size: 14px;\n            font-weight: 500;\n        }\n        \/* Sidebar links *\/\n        .oil-links a, .lecture-links a {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            padding: 12px 16px;\n            margin-bottom: 12px;\n            background: #f8fafc;\n            border-radius: 12px;\n            text-decoration: none;\n            color: #1e293b;\n            font-weight: 500;\n            transition: all 0.3s;\n            border: 1px solid #e2e8f0;\n        }\n        .oil-links a:hover, .lecture-links a:hover {\n            background: #0f3c5c;\n            color: #fff;\n            transform: translateX(5px);\n            border-color: #0f3c5c;\n        }\n        \/* Profile cards *\/\n        .oil-profile {\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        .oil-profile img {\n            width: 130px;\n            height: 130px;\n            border-radius: 50%;\n            border: 4px solid #c99a2e;\n            object-fit: cover;\n            margin-bottom: 15px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        .oil-profile h3 {\n            font-size: 1.3rem;\n            color: #0f3c5c;\n        }\n        .oil-profile p {\n            color: #475569;\n            margin: 5px 0;\n        }\n        \/* Accordion *\/\n        .oil-accordion-header {\n            background: #f1f5f9;\n            border: none;\n            padding: 14px 20px;\n            width: 100%;\n            font-size: 18px;\n            font-weight: 600;\n            cursor: pointer;\n            border-radius: 12px;\n            margin-bottom: 10px;\n            display: flex;\n            justify-content: flex-start;\n            align-items: center;\n            gap: 12px;\n            text-align: left;\n            transition: 0.3s;\n        }\n        .oil-accordion-header:hover {\n            background: #0f3c5c;\n            color: #fff;\n        }\n        .oil-accordion-content {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease-out;\n            padding: 0 16px;\n            background-color: #fefce8;\n            border-radius: 12px;\n            margin-bottom: 12px;\n        }\n        .oil-accordion-content p, .oil-accordion-content ul {\n            margin: 12px 0;\n            text-align: left;\n            line-height: 1.6;\n        }\n        .arrow {\n            transition: transform 0.3s ease;\n            font-size: 14px;\n        }\n        .arrow.open {\n            transform: rotate(180deg);\n        }\n        .accordion-text {\n            flex: 1;\n        }\n        \/* Stats Row *\/\n        .stats-row {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            justify-content: space-between;\n            margin-top: 15px;\n        }\n        .stat-card {\n            background: #eef2ff;\n            border-radius: 16px;\n            padding: 15px;\n            text-align: center;\n            flex: 1;\n            min-width: 100px;\n            border-left: 3px solid #c99a2e;\n        }\n        .stat-number {\n            font-size: 28px;\n            font-weight: 800;\n            color: #0f3c5c;\n        }\n        \/* Video container *\/\n        .video-container {\n            position: relative;\n            padding-bottom: 56.25%;\n            height: 0;\n            overflow: hidden;\n            border-radius: 16px;\n            margin-top: 15px;\n        }\n        .video-container iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            border: 0;\n        }\n        hr {\n            margin: 15px 0;\n            border: 0;\n            height: 1px;\n            background: #e2e8f0;\n        }\n        \/* Animation *\/\n        .oil-animate {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.6s ease, transform 0.6s ease;\n        }\n        .oil-animate.show {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        @media (max-width: 768px) {\n            .oil-container {\n                padding: 15px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n<div class=\"oil-wp\">\n    <div class=\"oil-container\">\n        <!-- Main column (left in LTR) -->\n        <div>\n            <!-- 1. About the department -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83d\udccb About the Department<\/h2>\n                <p style=\"line-height: 1.7; text-align: justify;\">\n                    The Mechanical Techniques Department at Samawa Technical Institute is one of the technological departments established with the founding of the institute. It aims to prepare technical staff specialized in operating and maintaining industrial machinery and equipment, with a focus on the practical side to meet the needs of the industrial labor market.\n                <\/p>\n            <\/div>\n\n            <!-- 2. Vision, Mission, Objectives (Accordion) -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83c\udfaf Vision, Mission &#038; Objectives<\/h2>\n                <div class=\"oil-accordion\">\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span class=\"accordion-text\">\ud83d\udc41\ufe0f Vision<\/span><\/button>\n                        <div class=\"oil-accordion-content\"><p>For the Mechanical Techniques Department to be a leader in preparing distinguished technical staff possessing scientific and practical skills in mechanical fields, effectively contributing to the development of local and regional industry, in line with labor market requirements and modern technological developments.<\/p><\/div>\n                    <\/div>\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span class=\"accordion-text\">\ud83d\udcdc Mission<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p>The Mechanical Department adopts a general mission based on the framework of technical education in Iraq, a mission it strives to achieve each year to highlight the department&#8217;s distinction. The general objectives focus on graduating national technical staff with a level of education and training capable of embracing technological systems and supporting the path of technical development to keep pace with rapid global technological developments.<\/p>\n                            <p><strong>The specific mission includes:<\/strong><\/p>\n                            <ul>\n                                <li>Using computer and internet technologies in education and training.<\/li>\n                                <li>Activating the relationship with the private sector in training areas.<\/li>\n                                <li>Following up on the development of training plan curricula and then updating laboratories and workshops.<\/li>\n                                <li>Interacting with the labor market and community needs in qualification and training.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span class=\"accordion-text\">\ud83c\udfc6 Objectives<\/span><\/button>\n                        <div class=\"oil-accordion-content\"><p>The Production Branch aims to prepare technical staff who serve as a link between the specialist and the skilled worker. The department prepares and equips the graduate with theoretical, applied, and practical knowledge to be able to carry out the tasks assigned to him\/her.<\/p><\/div>\n                    <\/div>\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span class=\"accordion-text\">\ud83d\udc68\u200d\ud83d\udd27 Graduate Job Description<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p>The graduate of this branch is qualified to work in the field of device maintenance and implementation of electrical and industrial installations. He\/she can repair machinery, wind electric motors, install, operate, maintain and manage various electrical machines and household electrical appliances. He\/she can schedule and organize electrical maintenance workshops, prepare periodic maintenance work, and monitor and follow up industrial production lines, their sequence of work and operation.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- 3. Department Laboratories -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83d\udd2c Department Laboratories<\/h2>\n                <div class=\"oil-accordion\">\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span class=\"accordion-text\">\ud83e\uddea Metals Laboratory<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Teach students the properties of metals and alloys, testing methods, and their importance in engineering applications.<\/p>\n                            <p><strong>Practical content:<\/strong> Hardness, tensile, and compression tests. Study of the microscopic structure of metals using microscopes. Identification of heat treatment processes and their effect on properties.<\/p>\n                            <p><strong>Benefit:<\/strong> Prepares students to understand material behavior under different operating conditions, which is fundamental in equipment design and maintenance.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span class=\"accordion-text\">\ud83d\udccf Metrology Laboratory<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Train students to use precision measuring instruments in industrial and engineering fields.<\/p>\n                            <p><strong>Practical content:<\/strong> Using Vernier calipers and micrometers. Measuring dimensions and angles with high precision. Calibrating and adjusting devices according to standards.<\/p>\n                            <p><strong>Benefit:<\/strong> Develops accuracy and quality skills in engineering work, and qualifies students to work in inspection and quality control fields.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span class=\"accordion-text\">\u2699\ufe0f Manufacturing Processes Laboratory<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Introduce students to basic production and manufacturing processes.<\/p>\n                            <p><strong>Practical content:<\/strong> Operating lathes, milling machines, and drilling machines. Studying forming processes such as drawing and rolling. Identifying welding and cutting techniques.<\/p>\n                            <p><strong>Benefit:<\/strong> Gives students direct experience with manufacturing equipment, enhancing their ability to work in factories and production workshops.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span class=\"accordion-text\">\ud83d\udd27 Mechanics Laboratory<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p><strong>Objective:<\/strong> Study the basic principles of applied mechanics.<\/p>\n                            <p><strong>Practical content:<\/strong> Experiments on laws of motion, forces and moments. Study of friction, equilibrium, and vibrations. Applications in fluid mechanics and heat.<\/p>\n                            <p><strong>Benefit:<\/strong> Links mechanical theories with practical application, helping students understand how mechanical systems work in reality.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Introductory Video -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83c\udfa5 Department Introductory Video<\/h2>\n                <div class=\"video-container\">\n                    <iframe src=\"https:\/\/www.youtube.com\/embed\/Yq-d4Lerx_I\" title=\"Mechanical Department Introductory Video\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n                <\/div>\n            <\/div>\n\n            <!-- Photo Gallery -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83d\udcf7 Photo Gallery<\/h2>\n                <div class=\"oil-images\">\n                    <div class=\"oil-image-box\"><img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/442150\/pexels-photo-442150.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=600\" alt=\"Mechanical workshops\"><div class=\"image-title\">Integrated workshops<\/div><\/div>\n                    <div class=\"oil-image-box\"><img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/3862132\/pexels-photo-3862132.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=600\" alt=\"CNC machines\"><div class=\"image-title\">Machine training<\/div><\/div>\n                    <div class=\"oil-image-box\"><img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/3861972\/pexels-photo-3861972.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=600\" alt=\"Laboratories\"><div class=\"image-title\">Design labs<\/div><\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Department Statistics -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83d\udcca Staff and Student Numbers<\/h2>\n                <div class=\"stats-row\">\n                    <div class=\"stat-card\"><div class=\"stat-number\">36<\/div><div>First-year students (morning)<\/div><\/div>\n                    <div class=\"stat-card\"><div class=\"stat-number\">28<\/div><div>Second-year students (morning)<\/div><\/div>\n                    <div class=\"stat-card\"><div class=\"stat-number\">4<\/div><div>Teaching staff<\/div><\/div>\n                    <div class=\"stat-card\"><div class=\"stat-number\">5<\/div><div>Technical staff<\/div><\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Workshops and Courses -->\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83d\udd27 Workshops and Courses<\/h2>\n                <ul style=\"list-style-type: none; padding: 0;\">\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 28\/12\/2025 &#8211; Concepts of Occupational Safety and Health (Courses &#8211; Mechanics)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 2026-08-02 &#8211; Types of Engineering Processes (Courses &#8211; Mechanics)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 23\/11\/2025 &#8211; Calculation of Thermal Loads for Central Air Conditioning (Courses &#8211; Mechanics)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 14\/12\/2025 &#8211; Importance of Solar Energy and its Applications (Courses &#8211; Mechanics)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 29\/10\/2025 &#8211; Electronic Management (Workshops &#8211; Mechanics)<\/li>\n                    <li style=\"background:#f1f5f9; margin-bottom:8px; padding:10px; border-radius:12px;\">\ud83d\udcc5 2026-02-02 &#8211; Energy Support and Emission Reduction (Seminars &#8211; Mechanics)<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <!-- Sidebar (right in LTR) -->\n        <div>\n            <!-- Head of Department Card -->\n            <div class=\"oil-card oil-animate oil-profile\">\n                <img decoding=\"async\" src=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/Screenshot-2026-04-20-112926.png\" alt=\"M. Mujahid Karim Akla\" onerror=\"this.src='https:\/\/randomuser.me\/api\/portraits\/men\/45.jpg'\">\n                <h3>M. Mujahid Karim Akla<\/h3>\n                <p>Head of Mechanical Techniques Department<\/p>\n                <p style=\"font-size:14px;\">Assistant Lecturer \/ Master&#8217;s in Mechanical Engineering<\/p>\n                <hr>\n                <small>\ud83d\udce7 ins.mech@atu.edu.iq<\/small>\n            <\/div>\n\n            <!-- Course Coordinator Card -->\n            <div class=\"oil-card oil-animate oil-profile\" style=\"margin-top: 0;\">\n                <img decoding=\"async\" src=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/Screenshot-2026-04-20-113902.png\" alt=\"Qisma Murad Anad\" onerror=\"this.src='https:\/\/randomuser.me\/api\/portraits\/women\/68.jpg'\">\n                <h3>Qisma Murad Anad<\/h3>\n                <p>Course Coordinator<\/p>\n                <p style=\"font-size:14px;\">Senior Chief Engineer \/ Bachelor&#8217;s in Mechanical Engineering<\/p>\n                <hr>\n                <small>\ud83d\udce7 qisma.m.anad@atu.edu.iq<\/small>\n            <\/div>\n\n            <!-- Other Teaching Staff -->\n            <div class=\"oil-card oil-animate\">\n                <h3 class=\"oil-title\">\ud83d\udc69\u200d\ud83c\udfeb Teaching Staff<\/h3>\n                <ul style=\"list-style: none; padding: 0;\">\n                    <li style=\"padding: 8px 0; border-bottom:1px solid #e2e8f0;\">\ud83d\udd39 Rajha Daeboul Ibrahim &#8211; Senior Chief Trainer \/ Bachelor&#8217;s in Industrial Management Science<\/li>\n                    <li style=\"padding: 8px 0; border-bottom:1px solid #e2e8f0;\">\ud83d\udd39 Hanan Sharif Younis &#8211; Assistant Engineer \/ Bachelor&#8217;s in Mechanical Engineering<\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- Academic Links -->\n            <div class=\"oil-card oil-animate oil-links\">\n                <h3 class=\"oil-title\">\ud83d\udcda Academic Links<\/h3>\n                <a href=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2024\/12\/%D9%88%D8%B5%D9%81-%D9%85%D9%8A%D9%83%D8%A7%D9%86%D9%8A%D9%83-%D9%85%D8%AD%D8%AF%D8%AB_compressed.pdf\" target=\"_blank\">\ud83d\udcd8 Academic Program Guide (Arabic)<\/a>\n                <a href=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2024\/12\/%D9%88%D8%B5%D9%81-%D9%85%D9%8A%D9%83%D8%A7%D9%86%D9%8A%D9%83-%D8%A7%D9%86%D9%83%D9%84%D9%8A%D8%B2%D9%8A-%D9%85%D8%AD%D8%AF%D8%AB_compressed.pdf\" target=\"_blank\">\ud83d\udcd8 Academic Program Guide (English)<\/a>\n                <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=15554\" target=\"_blank\">\u23f1\ufe0f Academic Schedules<\/a>\n                <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=10796\" target=\"_blank\">\ud83d\udcd6 First Year Lectures<\/a>\n                <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=10366\" target=\"_blank\">\ud83d\udcd6 Second Year Lectures<\/a>\n                <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=7261\" target=\"_blank\">\ud83c\udfed Student Graduation Projects<\/a>\n            <\/div>\n\n            <!-- Important Links -->\n            <div class=\"oil-card oil-animate\">\n                <h3 class=\"oil-title\">\ud83d\udd17 Important Links<\/h3>\n                <div class=\"lecture-links\">\n                    <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=15413\" target=\"_blank\">\ud83d\udcc5 Academic Calendar<\/a>\n                    <a href=\"https:\/\/sis.mohesr.gov.iq\/sis\/login\" target=\"_blank\">\ud83d\udda5\ufe0f Student Portal (SIS)<\/a>\n                    <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=18738\" target=\"_blank\">\ud83d\udcdd Exam Schedule<\/a>\n                    <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=7261\" target=\"_blank\">\ud83c\udf93 Student Graduation Projects<\/a>\n                    <a href=\"#\" target=\"_blank\">\ud83d\udce7 Email Request Form<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ Animation on scroll\n    (function(){\n        const items = document.querySelectorAll('.oil-animate');\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if(entry.isIntersecting) {\n                    entry.target.classList.add('show');\n                }\n            });\n        }, { threshold: 0.1 });\n        items.forEach(item => observer.observe(item));\n    })();\n\n    \/\/ Accordion functionality\n    document.querySelectorAll('.oil-accordion-header').forEach(header => {\n        header.addEventListener('click', function() {\n            const content = this.nextElementSibling;\n            const arrow = this.querySelector('.arrow');\n            const parentAccordion = this.closest('.oil-accordion');\n            if(parentAccordion) {\n                parentAccordion.querySelectorAll('.oil-accordion-content').forEach(c => {\n                    if(c !== content && c.style.maxHeight) {\n                        c.style.maxHeight = null;\n                        const prevArrow = c.previousElementSibling?.querySelector('.arrow');\n                        if(prevArrow) prevArrow.classList.remove('open');\n                    }\n                });\n            }\n            if(content.style.maxHeight && content.style.maxHeight !== '0px') {\n                content.style.maxHeight = null;\n                arrow.classList.remove('open');\n            } else {\n                content.style.maxHeight = content.scrollHeight + \"px\";\n                arrow.classList.add('open');\n            }\n        });\n    });\n<\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Mechanical Techniques Department &#8211; Samawa Technical Institute \ud83d\udccb About the Department The Mechanical Techniques Department at Samawa Technical Institute is one of the technological departments established with the founding of the institute. It aims to prepare technical staff specialized in operating and maintaining industrial machinery and equipment, with a focus on the practical side to &hellip; <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=21795&#038;lang=en\">Continued<\/a><\/p>\n","protected":false},"author":99900,"featured_media":21784,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-21795","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21795","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=21795"}],"version-history":[{"count":2,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21795\/revisions"}],"predecessor-version":[{"id":21797,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/21795\/revisions\/21797"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/media\/21784"}],"wp:attachment":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=21795"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}