{"id":4704,"date":"2025-09-13T20:01:14","date_gmt":"2025-09-13T17:01:14","guid":{"rendered":"https:\/\/ba.edu.sa\/?page_id=4704"},"modified":"2026-01-26T11:18:34","modified_gmt":"2026-01-26T08:18:34","slug":"training-programs","status":"publish","type":"page","link":"https:\/\/ba.edu.sa\/en\/training-programs\/","title":{"rendered":"Training Programs"},"content":{"rendered":"<div class=\"wp-block-uagb-container uagb-block-9cb16298 alignfull uagb-is-root-container\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d3a95366\"><h3 class=\"uagb-heading-text\">Training Programs<\/h3><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-frwfk57y alignfull uagb-is-root-container\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\n\n<style>\n    :root {\n        --primary-color: #1D3557;\n        --secondary-color: #fff;\n        --text-color: #333;\n        --card-bg: #f1f1f1;\n        --shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n        --border-radius: 10px;\n        --transition-speed: 0.4s;\n    }\n\n    .daw {\n        font-family: 'Cairo', sans-serif !important;\n        background-color: var(--secondary-color);\n        color: var(--text-color);\n        line-height: 1.6;\n        direction: rtl; \/* \u0644\u0636\u0645\u0627\u0646 \u0627\u0644\u0627\u062a\u062c\u0627\u0647 \u0627\u0644\u0639\u0631\u0628\u064a *\/\n    }\n\n    .container {\n        max-width: 1400px;\n        margin: 40px auto;\n        padding: 0 20px;\n    }\n\n    .page-title {\n        text-align: center;\n        margin-bottom: 40px;\n        font-size: clamp(30px, 5vw, 65px); \/* \u062d\u062c\u0645 \u062e\u0637 \u0645\u062a\u062c\u0627\u0648\u0628 *\/\n        font-weight: 900;\n        color: var(--primary-color);\n    }\n\n    .filter-buttons {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 15px;\n        margin-bottom: 40px;\n    }\n\n    .filter-btn {\n        background-color: #B9A073;\n        color: #fff;\n        border: none;\n        padding: 12px 25px;\n        border-radius: 50px;\n        font-size: 1rem;\n        font-weight: bold;\n        cursor: pointer;\n        transition: all var(--transition-speed) ease;\n        display: flex;\n        align-items: center;\n        gap: 8px;\n       \n    }\n\n    .filter-btn:hover, .filter-btn.active {\n        background-color: var(--primary-color);\n        box-shadow: var(--shadow);\n    }\n\n    .courses-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n        gap: 30px;\n    }\n\n    \/* \u0627\u0644\u062a\u0639\u062f\u064a\u0644\u0627\u062a \u0627\u0644\u062c\u0648\u0647\u0631\u064a\u0629 \u0647\u0646\u0627 *\/\n    .course-card {\n        background-color: var(--card-bg);\n        border-radius: var(--border-radius);\n        box-shadow: var(--shadow);\n        padding: 25px;\n        display: flex;\n        flex-direction: column;\n        height: 300px; \/* \u0637\u0648\u0644 \u062b\u0627\u0628\u062a \u0648\u0645\u0648\u062d\u062f \u0644\u0644\u0643\u0631\u0648\u062a *\/\n        transition: all var(--transition-speed) cubic-bezier(0.4, 0, 0.2, 1);\n        position: relative;\n        overflow: hidden;\n    }\n\n    .course-card:hover {\n        height: auto; \/* \u064a\u0638\u0647\u0631 \u0643\u0644 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0639\u0646\u062f \u0627\u0644\u062a\u0645\u0631\u064a\u0631 *\/\n        min-height: 280px;\n        transform: translateY(-5px);\n        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);\n        z-index: 10;\n    }\n\n    .card-title {\n        font-size: 20px;\n        font-weight: 700;\n        margin-bottom: 15px;\n        color: var(--primary-color);\n        white-space: nowrap; \/* \u0644\u062c\u0639\u0644 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0641\u064a \u0633\u0637\u0631 \u0648\u0627\u062d\u062f *\/\n        overflow: hidden;\n        text-overflow: ellipsis; \/* \u0625\u0636\u0627\u0641\u0629 \u0646\u0642\u0637 \u0639\u0646\u062f \u0632\u064a\u0627\u062f\u0629 \u0627\u0644\u0646\u0635 *\/\n    }\n\n    .course-card:hover .card-title {\n        white-space: normal; \/* \u064a\u0638\u0647\u0631 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0643\u0627\u0645\u0644\u0627\u064b \u0639\u0646\u062f \u0627\u0644\u0640 Hover *\/\n    }\n\n    .card-description {\n        font-size: 15px;\n        color: #555;\n        margin-bottom:10px !important;\n        text-align: justify;\n        display: -webkit-box;\n        -webkit-line-clamp:4; \/* \u0639\u062f\u062f \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u062a\u064a \u062a\u0638\u0647\u0631 \u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0627\u064b *\/\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n        flex-grow: 1;\n    }\n\n    .course-card:hover .card-description {\n        display: block; \/* \u064a\u0638\u0647\u0631 \u0627\u0644\u0646\u0635 \u0643\u0627\u0645\u0644\u0627\u064b *\/\n        overflow: visible;\n    }\n\n    .button-group {\n        display: flex;\n        gap: 10px;\n        margin-top: auto; \/* \u0644\u0636\u0645\u0627\u0646 \u0628\u0642\u0627\u0621 \u0627\u0644\u0623\u0632\u0631\u0627\u0631 \u0641\u064a \u0627\u0644\u0623\u0633\u0641\u0644 \u062f\u0627\u0626\u0645\u0627\u064b \u0628\u0646\u0641\u0633 \u0627\u0644\u0645\u0633\u062a\u0648\u0649 *\/\n    }\n\n    .register-btn, .spc-payment-btn, .payment-btn {\n        flex: 1;\n        text-align: center;\n        padding: 10px;\n        font-size: 14px;\n        border-radius: 5px;\n        text-decoration: none;\n        font-weight: bold;\n        transition: 0.3s;\n    }\n\n    .register-btn { background-color: #B9A073; color: #fff; }\n    .spc-payment-btn, .payment-btn { background-color: var(--primary-color); color: #fff; }\n    \n    .register-btn:hover { background-color: var(--primary-color); color:#fff; }\n    .spc-payment-btn:hover { background-color: #B9A073; color:#fff; }\n\n    .course-card.hidden { display: none; }\n\n    .card-icon { font-size: 2rem; color: var(--primary-color); margin-bottom: 15px; }\n\n    @media (max-width: 767px) {\n        .courses-grid { grid-template-columns: 1fr; }\n        .course-card { height: auto; min-height: 250px; }\n    }\n    .payment-btn,.card-title i\n    {\n          display: none !important;\n    }\n    @media screen and (max-width:991px) {\n           .card-title {\n        font-size: 20px;\n        font-weight: 700;\n        margin-bottom: 15px;\n        color: var(--primary-color);\n        white-space:normal !important; \/* \u0644\u062c\u0639\u0644 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0641\u064a \u0633\u0637\u0631 \u0648\u0627\u062d\u062f *\/\n        \n    }\n      .card-description {\n        font-size: 15px;\n        color: #555;\n        margin-bottom: 20px;\n        text-align: justify;\n        display:block !important;\n        -webkit-box-orient: vertical;\n        overflow: visible !important;\n    }\n    }\n<\/style>\n\n<section class=\"daw\">\n    <main class=\"container\">\n        <h1 class=\"page-title\"><i class=\"fas fa-graduation-cap\"><\/i> Training Courses Available for Registration Now<\/h1>\n\n        <div class=\"filter-buttons\">\n            <button class=\"filter-btn active\" data-filter=\"all\">\n                <i class=\"fas fa-list-alt\"><\/i> All\n            <\/button>\n              <button class=\"filter-btn\" data-filter=\"grc\">\n                <i class=\"fas fa-shield-alt\"><\/i> Governance, Risk, and Compliance (GRC)\n            <\/button>\n            <button class=\"filter-btn\" data-filter=\"strategy\">\n                <i class=\"fas fa-chart-line\"><\/i> Strategy and Performance\n            <\/button>\n            <button class=\"filter-btn\" data-filter=\"leadership\">\n                <i class=\"fas fa-user-tie\"><\/i> Leadership and Managment\n            <\/button>\n          \n            <button class=\"filter-btn\" data-filter=\"knowledge\">\n                <i class=\"fas fa-book-open\"><\/i> Knowledge Management (KM)\n            <\/button>\n            <button class=\"filter-btn\" data-filter=\"customer-experience\">\n                <i class=\"fas fa-users-cog\"><\/i> Customer Experience Management\n            <\/button>\n             <button class=\"filter-btn\" data-filter=\"technology-innovation\">\n                <i class=\"fas fa-microchip\"><\/i>  Technology and Innovation   \n            <\/button>\n              <button class=\"filter-btn\" data-filter=\"excellence\">\n               <i class=\"fas fa-trophy\"><\/i>  Organizational Excellence   \n            <\/button>\n        <\/div>\n\n        <div class=\"courses-grid\">\n\n <div class=\"course-card\" data-category=\"grc\">\n                <div class=\"card-icon\"><i class=\"fas fa-first-aid\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-hard-hat\"><\/i> Occupational Safety and Health Fundamentals Based on OSHA Standards<\/h3>\n                    <p class=\"card-description\">This training program aims to equip participants with fundamental knowledge of occupational safety and health concepts in various work environments, in accordance with OSHA standards. The program focuses on identifying workplace hazards, applying preventive measures, promoting a safety culture, and ensuring compliance with international safety requirements to reduce occupational accidents and injuries.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"https:\/\/sa.myfatoorah.com\/Ar\/SAU\/PayInvoice\/LinkInvoiceDetails\/060612970818463362\" target=\"_blank\" class=\"spc-payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"course-card\" data-category=\"strategy\">\n                <div class=\"card-icon\"><i class=\"fas fa-rocket\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-bullhorn\"><\/i> Change Ambassadors<\/h3>\n                    <p class=\"card-description\">This course aims to prepare professional cadres capable of effectively and efficiently leading change initiatives within organizations. It focuses on equipping participants with the knowledge and tools needed to understand the nature of organizational change, address resistance to change, and apply practical strategies that ensure the success of transformational programs. The course is delivered through an interactive approach based on workshops and applied case studies, making the trainee a true ambassador of change in their work environment.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"course-card\" data-category=\"strategy\">\n                <div class=\"card-icon\"><i class=\"fas fa-tasks\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-calendar-check\"><\/i> Planning and Execution Follow-Up<\/h3>\n                    <p class=\"card-description\">Effective planning and follow-up on implementation are among the most important tools for organizational success and the achievement of strategic objectives. This course aims to empower participants to develop clear, actionable plans and to design effective mechanisms for performance monitoring, ensuring results are achieved on time. The course combines theoretical foundations with practical applications to enhance trainees\u2019 skills in planning, control, and follow-up.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"course-card\" data-category=\"customer-experience\">\n                <div class=\"card-icon\"><i class=\"fas fa-smile-beam\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-heart\"><\/i> Beneficiary Experience Management Fundamentals<\/h3>\n                    <p class=\"card-description\">This program aims to enable participants to understand the core principles of beneficiary experience management and its role in enhancing service quality within service organizations. It focuses on designing, improving, and measuring beneficiary experiences to support institutional excellence.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"course-card\" data-category=\"strategy\">\n                <div class=\"card-icon\"><i class=\"fas fa-cogs\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-sync-alt\"><\/i> Modern Management Using the Japanese Kaizen Methodology<\/h3>\n                    <p class=\"card-description\">Global organizations rely on the Japanese Kaizen methodology as a management philosophy based on continuous improvement. This course aims to introduce participants to the principles of Kaizen and how to apply them in local work environments to enhance performance, increase efficiency, and reduce waste. The program combines theoretical knowledge with practical applications to equip trainees with the ability to adopt Kaizen as a daily management approach.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"course-card\" data-category=\"customer-experience\">\n                <div class=\"card-icon\"><i class=\"fas fa-handshake\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-shopping-cart\"><\/i> Sales Skills Development<\/h3>\n                    <p class=\"card-description\">This training program aims to enhance participants\u2019 professional sales skills by understanding customer behavior, building long-term relationships, applying negotiation and persuasion strategies, and improving presentation and closing techniques to achieve sales targets and improve organizational performance.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"course-card\" data-category=\"customer-experience\">\n                <div class=\"card-icon\"><i class=\"fas fa-certificate\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-user-check\"><\/i> Certified Customer Experience Professional (CCXP) Exam Preparation<\/h3>\n                    <p class=\"card-description\">This program is designed to prepare participants for the CCXP certification exam by providing comprehensive coverage of the customer experience framework in line with CXPA standards. It focuses on customer journey design, governance, measurement, and aligning customer experience initiatives with organizational strategy.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"course-card\" data-category=\"strategy\">\n                <div class=\"card-icon\"><i class=\"fas fa-graduation-cap\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-lightbulb\"><\/i> Strategic Learning and Development<\/h3>\n                    <p class=\"card-description\">In light of the rapid changes in the business environment, learning and development management has become a strategic element that contributes to organizational sustainability and enhances competitive efficiency. This course aims to provide participants with the knowledge and tools necessary to design and implement integrated learning and development strategies that ensure alignment between training plans and organizational objectives, and achieve tangible results over the long term.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"course-card\" data-category=\"leadership\">\n                <div class=\"card-icon\"><i class=\"fas fa-user-tie\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-sync\"><\/i> Evolving Leadership Roles<\/h3>\n                    <p class=\"card-description\">In a rapidly changing world, traditional leadership is no longer sufficient to achieve organizational excellence. This course aims to empower managerial leaders to understand the evolving roles of leadership and adopt modern practices that support creativity, digital transformation, and team empowerment. The program provides practical experiences that help leaders adapt to present challenges and shape a more sustainable and successful future for their organizations.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"course-card\" data-category=\"technology-innovation\">\n                <div class=\"card-icon\"><i class=\"fas fa-city\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-draw-polygon\"><\/i> Architectural Revit Skills<\/h3>\n                    <p class=\"card-description\">This training program aims to equip participants with practical skills in using Autodesk Revit Architecture based on BIM methodology. The program focuses on 3D modeling, producing construction drawings, extracting building data, and managing architectural components within a professional design environment.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"course-card\" data-category=\"excellence\">\n                <div class=\"card-icon\"><i class=\"fas fa-users\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-users-cog\"><\/i> Building and Managing Work Teams<\/h3>\n                    <p class=\"card-description\">Effective teams are the foundation of organizational success. This course aims to equip participants with the skills needed to build high-performing teams, foster a collaborative environment based on trust, and manage the challenges teams may face at various stages. The program combines theoretical concepts with practical applications to help trainees lead their teams toward achieving goals effectively.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"course-card\" data-category=\"leadership\">\n                <div class=\"card-icon\"><i class=\"fas fa-brain\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-balance-scale\"><\/i> Fundamentals of Emotional Intelligence to Enhance Decision-Making<\/h3>\n                    <p class=\"card-description\">The ability to understand oneself and manage emotions is fundamental for making more conscious and effective decisions. This course provides participants with the core principles of emotional intelligence and its role in enhancing decision-making within the workplace, focusing on developing self-awareness, emotional regulation, and empathy skills. The program further strengthens participants\u2019 abilities through practical activities and applications that help them navigate complex situations with wisdom and flexibility.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"course-card\" data-category=\"leadership\">\n                <div class=\"card-icon\"><i class=\"fas fa-gavel\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-landmark\"><\/i> Developing the Skills of Board and Committee Members<\/h3>\n                    <p class=\"card-description\">This course is designed to prepare members of disciplinary boards to understand the regulatory and procedural frameworks related to their work and to develop their skills in examining cases and making fair decisions in accordance with established regulations. It also focuses on enhancing their ability to handle sensitive situations while maintaining confidentiality and impartiality, ensuring the integrity and effectiveness of disciplinary procedures within organizations.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"course-card\" data-category=\"leadership\">\n                <div class=\"card-icon\"><i class=\"fas fa-star\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-rocket\"><\/i> Future Leaders<\/h3>\n                    <p class=\"card-description\">In a rapidly changing world, organizations need to prepare a new generation of leaders capable of facing future challenges. This course aims to develop participants\u2019 modern leadership skills, enabling them to acquire strategic vision, innovative thinking abilities, and the capacity to lead teams effectively in dynamic work environments. The program combines interactive lectures, case studies, and practical activities to prepare participants to become influential leaders within their organizations.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"course-card\" data-category=\"leadership\">\n                <div class=\"card-icon\"><i class=\"fas fa-heart\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-briefcase\"><\/i> Emotional Intelligence in the Workplace<\/h3>\n                    <p class=\"card-description\">Emotional intelligence is one of the most important skills that directly impact the quality of professional relationships and overall job performance. This course aims to enable participants to understand the dimensions of emotional intelligence and apply them in the workplace by developing self-awareness, emotional regulation, and effective relationship management. The program relies on practical exercises that help trainees enhance their communication skills and foster a positive work environment.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"course-card\" data-category=\"leadership\">\n                <div class=\"card-icon\"><i class=\"fas fa-comment-dots\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-eye\"><\/i> Communication Skills \u2014 Secrets of Body Language<\/h3>\n                    <p class=\"card-description\">Body language accounts for more than half of human communication, and understanding it accurately is a powerful tool for influence and persuasion. This course aims to introduce participants to the secrets of body language and how to apply it in professional and social situations, enhancing their ability to communicate effectively, read others accurately, and create positive impressions.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"course-card\" data-category=\"excellence\">\n                <div class=\"card-icon\"><i class=\"fas fa-user-friends\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-id-card\"><\/i> Developing HR Employees\u2019 Skills<\/h3>\n                    <p class=\"card-description\">Human resource management is considered the cornerstone of organizational success, as it is responsible for developing and sustaining human capital. This course aims to equip HR professionals with the practical knowledge and skills that help them perform their roles more efficiently, from recruitment and selection, through performance management, to employee development and motivation.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"course-card\" data-category=\"leadership\">\n                <div class=\"card-icon\"><i class=\"fas fa-chart-bar\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-trending-up\"><\/i> Modern Management Trends<\/h3>\n                    <p class=\"card-description\">Management in the modern era is experiencing rapid developments, requiring leaders and managers to keep up with the latest concepts and approaches. This course aims to introduce participants to contemporary management trends such as Agile management, total quality management, digital transformation, and change management, with a focus on how to apply them in local work environments to enhance efficiency and boost competitiveness.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"course-card\" data-category=\"leadership\">\n                <div class=\"card-icon\"><i class=\"fas fa-lightbulb\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-puzzle-piece\"><\/i> Problem Analysis and Decision-Making<\/h3>\n                    <p class=\"card-description\">Organizations face daily situations that require innovative solutions and precise decisions that impact their strategic course. This course aims to equip participants with scientific methodologies and practical tools to analyze problems deeply, select the best alternatives, and make effective decisions that contribute to improving organizational performance and reducing risks.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"course-card\" data-category=\"grc\">\n                <div class=\"card-icon\"><i class=\"fas fa-briefcase\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-exclamation-triangle\"><\/i> Crisis Management<\/h3>\n                    <p class=\"card-description\">Crises represent a real challenge to business continuity and organizational reputation, and handling them professionally is a critical skill for both leaders and employees. This course aims to equip participants with the necessary tools and strategies to manage crises at all stages, from preparation and prevention to effective response and recovery, with a focus on practical applications and real-life case studies.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"course-card\" data-category=\"knowledge\">\n                <div class=\"card-icon\"><i class=\"fas fa-file-archive\"><\/i><\/div>\n                <div class=\"card-content\">\n                    <h3 class=\"card-title\"><i class=\"fas fa-folder-open\"><\/i> Document Management, E-Archiving, and Digital Preservation Techniques<\/h3>\n                    <p class=\"card-description\">Document management and electronic archiving represent one of the key elements of digital transformation and ensuring the sustainability of information within organizations. This course aims to provide participants with the knowledge and skills related to organizing documents, implementing electronic archiving systems, and using digital preservation techniques in line with global best practices. The course is delivered in a practical manner, enabling trainees to apply what they have learned directly in the workplace.<\/p>\n                    <div class=\"button-group\">\n                        <a href=\"\/en\/contact\/\" class=\"register-btn\">Register Now<\/a>\n                        <a href=\"\/en\/payment\/\" class=\"payment-btn\">Pay now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/main>\n<\/section>\n\n<script>\n    document.addEventListener('DOMContentLoaded', () => {\n        const filterButtons = document.querySelectorAll('.filter-btn');\n        const courseCards = document.querySelectorAll('.course-card');\n\n        filterButtons.forEach(button => {\n            button.addEventListener('click', () => {\n                filterButtons.forEach(btn => btn.classList.remove('active'));\n                button.classList.add('active');\n\n                const filterValue = button.getAttribute('data-filter');\n\n                courseCards.forEach(card => {\n                    const category = card.getAttribute('data-category');\n                    if (filterValue === 'all' || category === filterValue) {\n                        card.style.display = \"flex\";\n                        setTimeout(() => card.style.opacity = \"1\", 10);\n                    } else {\n                        card.style.display = \"none\";\n                        card.style.opacity = \"0\";\n                    }\n                });\n            });\n        });\n    });\n<\/script>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-rwussuog alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-info-box uagb-block-lx5yxfso uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><p class=\"uagb-ifb-title-prefix\">Why BENA? \u2013 Our Unique Value Proposition<\/p><h3 class=\"uagb-ifb-title\"><strong>Our Unique Value Proposition<\/strong><\/h3><\/div><p class=\"uagb-ifb-desc translation-block\">We blend the latest methodologies with deep expertise to deliver sustainable learning and effective institutional growth.\nOur data-driven solutions focus on return on investment and are tailored to fit every client\u2019s unique context.\nBy aligning knowledge-based strategies with organizational goals, we ensure long-term impact and continuous success.<\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-kcxwchpk\">\n<div class=\"wp-block-uagb-info-box uagb-block-3patqzaz uagb-infobox__content-wrap  uagb-infobox-icon-left-title uagb-infobox-left uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-left-title-image\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><p class=\"uagb-ifb-title\">Innovation<\/p><\/div><\/div><p class=\"uagb-ifb-desc\">We believe in innovation and strive to continually discover new ideas and push boundaries to deliver creative and distinctive solutions.<br><\/p><div class=\"uagb-ifb-separator\"><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-info-box uagb-block-df5z0fk9 uagb-infobox__content-wrap  uagb-infobox-icon-left-title uagb-infobox-left uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-left-title-image\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><p class=\"uagb-ifb-title\"><strong>Experience<\/strong><\/p><\/div><\/div><p class=\"uagb-ifb-desc\">Our team of seasoned experts brings exceptional value to every project, ensuring quality and excellence at every stage.<br><\/p><div class=\"uagb-ifb-separator\"><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-info-box uagb-block-azjnqj8a uagb-infobox__content-wrap  uagb-infobox-icon-left-title uagb-infobox-left uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-left-title-image\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><p class=\"uagb-ifb-title\">Collaborations<\/p><\/div><\/div><p class=\"uagb-ifb-desc\">We value collaboration and build effective partnerships that strengthen team spirit and lead to pioneering solutions.<br><\/p><div class=\"uagb-ifb-separator\"><\/div><\/div><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-lfpgteru alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-info-box uagb-block-qmmo4bje uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><p class=\"uagb-ifb-title-prefix\">Keep in touch<\/p><h2 class=\"uagb-ifb-title\">Let's Create Something Together<\/h2><\/div><p class=\"uagb-ifb-desc\">Connect with us to explore how we can turn our vision into reality. Join us in shaping the future.<\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-jbcto3ly\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-dtufgwhe wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"#\" rel=\"follow noopener\" target=\"_self\" role=\"button\"><div class=\"uagb-button__link\">Contact Us<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n<\/div><\/div>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>\u0627\u0644\u062f\u0648\u0631\u0627\u062a \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u0627\u0644\u062f\u0648\u0631\u0627\u062a \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u0627\u0644\u0645\u062a\u0627\u062d\u0629 \u0644\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0622\u0646 \u0643\u0644 \u0627\u0644\u062f\u0648\u0631\u0627\u062a (GRC) \u0627\u0644\u062d\u0648\u0643\u0645\u0629 \u0648\u0627\u0644\u0645\u062e\u0627\u0637\u0631 \u0648\u0627\u0644\u0627\u0645\u062a\u062b\u0627\u0644 \u0627\u0644\u0625\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0648\u0627\u0644\u0623\u062f\u0627\u0621 \u0627\u0644\u0642\u064a\u0627\u062f\u0629 \u0648\u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0625\u062f\u0627\u0631\u0629 \u062a\u062c\u0631\u0628\u0629 \u0627\u0644\u0639\u0645\u064a\u0644 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u062a\u0645\u064a\u0632 \u0627\u0644\u0645\u0624\u0633\u0633\u064a \u0623\u0633\u0627\u0633\u064a\u0627\u062a \u0627\u0644\u0633\u0644\u0627\u0645\u0629 \u0648\u0627\u0644\u0635\u062d\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0637\u0628\u0642\u064b\u0627 \u0644\u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0623\u0648\u0634\u0627 \u0627\u0644\u0623\u0645\u0631\u064a\u0643\u064a\u0629 \u064a\u0647\u062f\u0641 \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a \u0625\u0644\u0649 \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0628\u0627\u0644\u0645\u0641\u0627\u0647\u064a\u0645 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0644\u0644\u0633\u0644\u0627\u0645\u0629 \u0648\u0627\u0644\u0635\u062d\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0641\u064a \u0628\u064a\u0626\u0627\u062a \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629\u060c \u0648\u0641\u0642\u064b\u0627 \u0644\u0645\u0639\u0627\u064a\u064a\u0631 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0633\u0644\u0627\u0645\u0629 \u0648\u0627\u0644\u0635\u062d\u0629 [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-4704","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"a.hassanse@hotmail.com","author_link":"https:\/\/ba.edu.sa\/en\/author\/a-hassansehotmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"\u0627\u0644\u062f\u0648\u0631\u0627\u062a \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u0627\u0644\u062f\u0648\u0631\u0627\u062a \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u0627\u0644\u0645\u062a\u0627\u062d\u0629 \u0644\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0622\u0646 \u0643\u0644 \u0627\u0644\u062f\u0648\u0631\u0627\u062a (GRC) \u0627\u0644\u062d\u0648\u0643\u0645\u0629 \u0648\u0627\u0644\u0645\u062e\u0627\u0637\u0631 \u0648\u0627\u0644\u0627\u0645\u062a\u062b\u0627\u0644 \u0627\u0644\u0625\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0648\u0627\u0644\u0623\u062f\u0627\u0621 \u0627\u0644\u0642\u064a\u0627\u062f\u0629 \u0648\u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0625\u062f\u0627\u0631\u0629 \u062a\u062c\u0631\u0628\u0629 \u0627\u0644\u0639\u0645\u064a\u0644 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u062a\u0645\u064a\u0632 \u0627\u0644\u0645\u0624\u0633\u0633\u064a \u0623\u0633\u0627\u0633\u064a\u0627\u062a \u0627\u0644\u0633\u0644\u0627\u0645\u0629 \u0648\u0627\u0644\u0635\u062d\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0637\u0628\u0642\u064b\u0627 \u0644\u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0623\u0648\u0634\u0627 \u0627\u0644\u0623\u0645\u0631\u064a\u0643\u064a\u0629 \u064a\u0647\u062f\u0641 \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a \u0625\u0644\u0649 \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0628\u0627\u0644\u0645\u0641\u0627\u0647\u064a\u0645 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0644\u0644\u0633\u0644\u0627\u0645\u0629 \u0648\u0627\u0644\u0635\u062d\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0641\u064a \u0628\u064a\u0626\u0627\u062a \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629\u060c \u0648\u0641\u0642\u064b\u0627 \u0644\u0645\u0639\u0627\u064a\u064a\u0631 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0633\u0644\u0627\u0645\u0629 \u0648\u0627\u0644\u0635\u062d\u0629&hellip;","_links":{"self":[{"href":"https:\/\/ba.edu.sa\/en\/wp-json\/wp\/v2\/pages\/4704","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ba.edu.sa\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ba.edu.sa\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ba.edu.sa\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ba.edu.sa\/en\/wp-json\/wp\/v2\/comments?post=4704"}],"version-history":[{"count":99,"href":"https:\/\/ba.edu.sa\/en\/wp-json\/wp\/v2\/pages\/4704\/revisions"}],"predecessor-version":[{"id":6754,"href":"https:\/\/ba.edu.sa\/en\/wp-json\/wp\/v2\/pages\/4704\/revisions\/6754"}],"wp:attachment":[{"href":"https:\/\/ba.edu.sa\/en\/wp-json\/wp\/v2\/media?parent=4704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}