{"id":40940,"date":"2026-04-20T17:36:50","date_gmt":"2026-04-20T17:36:50","guid":{"rendered":"https:\/\/iku.atu.edu.iq\/?page_id=40940"},"modified":"2026-04-20T17:39:51","modified_gmt":"2026-04-20T17:39:51","slug":"40940-2","status":"publish","type":"page","link":"https:\/\/iku.atu.edu.iq\/?page_id=40940&lang=en","title":{"rendered":"Department of Financial and Banking Techniques"},"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>Department of Financial and Banking Techniques<\/title>\n    <link rel=\"icon\" href=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2026\/02\/cropped-logo-32x32.png\" sizes=\"32x32\">\n    \n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Cairo', sans-serif;\n        }\n\n        body {\n            background-color: #f4f7f6;\n            color: #333;\n            direction: ltr;\n            text-align: left; \n            line-height: 1.8;\n        }\n\n        .oil-wp { padding-top: 20px; }\n\n        .profile-banner {\n            position: relative;\n            height: 450px; \n            overflow: hidden;\n            width: 100%;\n            margin-bottom: 40px;\n            border-radius: 0 0 20px 20px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.2);\n        }\n\n        .banner-image { width: 100%; height: 100%; object-fit: cover; }\n\n        .banner-overlay {\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);\n            display: flex;\n            align-items: flex-end;\n            padding: 2rem;\n        }\n\n        .banner-content h1 {\n            color: #ffffff !important;\n            font-weight: 800 !important;\n            font-size: 2.8rem;\n            text-shadow: 2px 2px 10px rgba(0,0,0,0.8);\n        }\n\n        .oil-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: 3fr 1fr;\n            gap: 24px;\n            padding: 0 20px;\n            margin-bottom: 50px;\n        }\n\n        .oil-card {\n            background: #fff;\n            border-radius: 16px;\n            padding: 24px;\n            box-shadow: 0 10px 25px rgba(0,0,0,.05);\n            margin-bottom: 20px;\n            border: 1px solid #eee;\n            opacity: 0;\n            transform: translateY(40px);\n            transition: 0.7s ease;\n        }\n\n        .oil-card.show { opacity: 1; transform: translateY(0); }\n\n        .oil-title {\n            font-size: 24px;\n            margin-bottom: 14px;\n            border-left: 6px solid #c99a2e; \/* Changed from right to left *\/\n            padding-left: 12px;\n            color: #0f3c5c;\n            font-weight: 700;\n        }\n\n        \/* Accordion *\/\n        .oil-accordion-header {\n            background: #f8fafc;\n            border: 1px solid #e2e8f0;\n            padding: 15px 20px;\n            width: 100%;\n            font-size: 18px;\n            font-weight: 700;\n            cursor: pointer;\n            border-radius: 10px;\n            margin-bottom: 8px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            text-align: left; \/* Changed from right to left *\/\n            transition: 0.3s;\n            color: #334155;\n            outline: none;\n        }\n\n        .oil-accordion-header:hover { background-color: #0f3c5c; color: #fff; }\n\n        .oil-accordion-content {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease;\n            padding: 0 20px;\n        }\n\n        .arrow { transition: transform 0.3s; font-size: 12px; }\n        .arrow.open { transform: rotate(180deg); }\n\n        .oil-images {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n            margin-top: 20px;\n        }\n\n        .oil-image-box {\n            position: relative;\n            overflow: hidden;\n            border-radius: 14px;\n            box-shadow: 0 5px 10px rgba(0,0,0,0.1);\n        }\n\n        .oil-image-box img {\n            width: 100%;\n            height: 200px;\n            object-fit: cover;\n            transition: 0.4s;\n            display: block;\n        }\n\n        .oil-image-box:hover img {\n            transform: scale(1.05);\n        }\n\n        .image-caption {\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            background: rgba(15, 60, 92, 0.8);\n            color: #fff;\n            padding: 8px 15px;\n            font-size: 0.9rem;\n            font-weight: 600;\n            text-align: center;\n        }\n\n        .oil-profile { \n            text-align: center; \n            border-top: 5px solid #c99a2e; \n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        \n        .oil-profile img { \n            width: 140px; \n            height: 140px; \n            border-radius: 50%; \n            border: 4px solid #c99a2e; \n            object-fit: cover; \n            margin: 0 auto 15px auto;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n\n        .oil-profile .email-link {\n            font-size: 0.85rem;\n            color: #0f3c5c;\n            text-decoration: none;\n            font-weight: 700;\n            margin-top: 8px;\n            direction: ltr;\n            display: block;\n        }\n\n        .oil-links a {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            padding: 12px;\n            margin-bottom: 8px;\n            background: #f1f5f9;\n            border-radius: 10px;\n            text-decoration: none;\n            color: #1e293b;\n            font-weight: 700;\n            transition: 0.3s;\n        }\n\n        .oil-links a:hover { background: #0f3c5c; color: #fff; transform: translateX(5px); }\n\n        @media (max-width: 900px) { .oil-container { grid-template-columns: 1fr; } }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"oil-wp\">\n    <div class=\"profile-banner\">\n        <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_z1msrhz1msrhz1ms.png\" class=\"banner-image\">\n        <div class=\"banner-overlay\">\n            <div class=\"banner-content\">\n                <h1>\ud83d\udcb0 Financial &#038; Banking Techniques Dept.<\/h1>\n                <p style=\"color:white; font-weight:700;\">Vision and Goals of the Financial and Banking Techniques Department<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"oil-container\">\n        <div>\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83c\udfaf Comprehensive Department Guide<\/h2>\n                <div class=\"oil-accordion\">\n                    \n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span>\ud83d\udc41\ufe0f Vision<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p style=\"padding: 15px;\">To be at the forefront of peer departments in Iraqi universities and achieve excellence in the three pillars of university education (teaching, scientific research, and community service).<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span>\u2709\ufe0f Mission<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p style=\"padding: 15px;\">Providing high-quality education that aligns with labor market requirements, developing faculty capabilities, and providing consultancy and training services to serve the community.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span>\ud83c\udfc6 Goals<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <p style=\"padding: 15px;\">Preparing highly efficient graduates capable of competing in the labor market, supplying Iraqi financial and banking institutions with qualified professionals to manage and develop them, and preparing them for postgraduate studies to keep pace with scientific developments.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"oil-accordion-item\">\n                        <button class=\"oil-accordion-header\"><span class=\"arrow\">\u25bc<\/span><span>\ud83d\udcbc Graduate Job Description<\/span><\/button>\n                        <div class=\"oil-accordion-content\">\n                            <ul style=\"padding: 15px 35px;\">\n                                <li>Performing internal and external banking operations.<\/li>\n                                <li>Practicing work related to the financial sector in general and the banking sector in particular.<\/li>\n                                <li>Engaging in financial brokerage and portfolio management activities.<\/li>\n                                <li>Managing financial and banking risks.<\/li>\n                                <li>Using ready-made applications in financial and banking sciences.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"oil-card oil-animate\">\n                <h2 class=\"oil-title\">\ud83d\udcf8 Photo Gallery<\/h2>\n                <div class=\"oil-images\">\n                    <div class=\"oil-image-box\">\n                        <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2025\/11\/579416404_1293533489460413_5267766304841483369_n-1.jpg\" alt=\"Scientific Curricula\">\n                        <div class=\"image-caption\">Scientific Curricula<\/div>\n                    <\/div>\n                    <div class=\"oil-image-box\">\n                        <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2026\/01\/610772660_1337781218368973_1551195608002021228_n.jpg\" alt=\"Training Programs\">\n                        <div class=\"image-caption\">Training Programs<\/div>\n                    <\/div>\n                    <div class=\"oil-image-box\">\n                        <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_z1msrhz1msrhz1ms.png\" alt=\"Lecture Halls\">\n                        <div class=\"image-caption\">Lecture Halls<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div>\n            <div class=\"oil-card oil-animate oil-profile\">\n                <img decoding=\"async\" src=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2025\/12\/535755533989673263.jpg\" alt=\"Prof. Basima Mohammed Bani\">\n                <h3>Prof. Basima Mohammed Bani<\/h3>\n                <p style=\"font-size: 0.9rem; color: #555;\">Head of Financial &#038; Banking Dept.<\/p>\n                <a href=\"mailto:basima.m@atu.edu.iq\" class=\"email-link\">\ud83d\udce7 basima.m@atu.edu.iq<\/a>\n                  <p style=\"font-size: 0.9rem; color: #555; margin-top: 10px;\">Department Email<\/p>\n                  <a href=\"mailto:fiancial.banking.iku@atu.edu.iq\" class=\"email-link\">\ud83d\udce7 fiancial.banking.iku@atu.edu.iq<\/a>\n                <hr style=\"width: 80%; margin: 15px 0; opacity: 0.1;\">\n            <\/div>\n\n            <div class=\"oil-card oil-animate oil-links\">\n                <h3 style=\"margin-bottom: 15px; color: #0f3c5c;\">\ud83d\udd17 Quick Links<\/h3>\n                <a href=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2026\/04\/\u0627\u0644\u0648\u0635\u0641_\u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a_\u0639\u0631\u0628\u064a_\u0642\u0633\u0645_\u062a\u0642\u0646\u064a\u0627\u062a_\u0627\u0644\u0645\u0627\u0644\u064a\u0629_\u0648\u0627\u0644\u0645\u0635\u0631\u0641\u064a\u0629_2025_2026.pdf\">\ud83d\udcdd Academic Description<\/a>\n                <a href=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2026\/04\/\u0627\u0644\u0647\u064a\u0643\u0644\u064a\u0629-1-1.pdf\">\ud83d\udcc5 Dept. Structure<\/a>\n                <a href=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2025\/12\/\u062c\u062f\u0648\u0644-\u0627\u0644\u0643\u0648\u0631\u0633-\u0627\u0644\u0627\u0648\u0644.pdf\">\ud83d\udcc5 Weekly Schedule<\/a>\n                <a href=\"https:\/\/iku.atu.edu.iq\/wp-content\/uploads\/2026\/04\/\u0643\u0627\u062f\u0631-\u0627\u0644\u0642\u0633\u0645-.pdf\">\ud83d\udc65 Faculty Members<\/a>\n                <a href=\"https:\/\/iku.atu.edu.iq\/?page_id=36850\">\ud83d\udcdd Dept. Lectures<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    const observer = new IntersectionObserver(entries => {\n        entries.forEach(entry => { if(entry.isIntersecting) entry.target.classList.add('show'); });\n    }, { threshold: 0.1 });\n    document.querySelectorAll('.oil-animate').forEach(card => observer.observe(card));\n\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 isOpen = content.style.maxHeight;\n\n            document.querySelectorAll('.oil-accordion-content').forEach(c => c.style.maxHeight = null);\n            document.querySelectorAll('.arrow').forEach(a => a.classList.remove('open'));\n\n            if (!isOpen) {\n                content.style.maxHeight = content.scrollHeight + \"px\";\n                arrow.classList.add('open');\n            }\n        });\n    });\n<\/script>\n<\/body>\n<\/html>\n\n\n\n<div style=\"background: #fff; border-radius: 16px; padding: 25px; box-shadow: 0 10px 25px rgba(0,0,0,.08); margin-bottom: 20px; border-left: 5px solid #c99a2e; border-right: none; direction: ltr; text-align: left;\">\n    \n    <h2 style=\"font-size: 22px; margin-bottom: 20px; color: #0f3c5c; font-family: 'Cairo', sans-serif; font-weight: 800;\">\ud83d\udcca Department Statistics<\/h2>\n    \n    <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 15px; font-family: 'Cairo', sans-serif;\">\n        \n        <div style=\"background: #f8fafc; padding: 20px; border-radius: 12px; text-align: center; border-bottom: 3px solid #0f3c5c; transition: 0.3s;\">\n            <div style=\"font-size: 30px; margin-bottom: 10px;\">\ud83d\udc68\u200d\ud83c\udfeb<\/div>\n            <div style=\"font-size: 26px; font-weight: 800; color: #0f3c5c; display: block;\">7<\/div>\n            <div style=\"font-size: 15px; color: #333; font-weight: 700;\">Department Staff<\/div>\n        <\/div>\n\n        <div style=\"background: #f8fafc; padding: 20px; border-radius: 12px; text-align: center; border-bottom: 3px solid #0f3c5c; transition: 0.3s;\">\n            <div style=\"font-size: 30px; margin-bottom: 10px;\">\ud83d\udc65<\/div>\n            <div style=\"font-size: 26px; font-weight: 800; color: #0f3c5c; display: block;\">40<\/div>\n            <div style=\"font-size: 15px; color: #333; font-weight: 700;\">Total Students<\/div>\n        <\/div>\n\n        <div style=\"background: #f8fafc; padding: 20px; border-radius: 12px; text-align: center; border-bottom: 3px solid #0f3c5c; transition: 0.3s;\">\n            <div style=\"font-size: 30px; margin-bottom: 10px;\">\ud83c\udf93<\/div>\n            <div style=\"font-size: 26px; font-weight: 800; color: #0f3c5c; display: block;\">0<\/div>\n            <div style=\"font-size: 15px; color: #333; font-weight: 700;\">Graduated Students<\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Department of Financial and Banking Techniques \ud83d\udcb0 Financial &#038; Banking Techniques Dept. Vision and Goals of the Financial and Banking Techniques Department \ud83c\udfaf Comprehensive Department Guide \u25bc\ud83d\udc41\ufe0f Vision To be at the forefront of peer departments in Iraqi universities and achieve excellence in the three pillars of university education (teaching, scientific research, and community service). &hellip; <a href=\"https:\/\/iku.atu.edu.iq\/?page_id=40940&#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-40940","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/40940","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=40940"}],"version-history":[{"count":4,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/40940\/revisions"}],"predecessor-version":[{"id":40945,"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/40940\/revisions\/40945"}],"wp:attachment":[{"href":"https:\/\/iku.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=40940"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}