{"id":515,"date":"2025-07-17T13:19:09","date_gmt":"2025-07-17T13:19:09","guid":{"rendered":"https:\/\/sabaq-center.com\/?page_id=515"},"modified":"2025-07-28T08:35:11","modified_gmt":"2025-07-28T08:35:11","slug":"instructors","status":"publish","type":"page","link":"https:\/\/sabaq-center.com\/en\/instructors\/","title":{"rendered":"instructors"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"515\" class=\"elementor elementor-515\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45b78f28 e-flex e-con-boxed e-con e-parent\" data-id=\"45b78f28\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-43e06280 e-con-full e-flex e-con e-child\" data-id=\"43e06280\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74105eb7 elementor-widget elementor-widget-heading\" data-id=\"74105eb7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Our coaches at Sabaq: Inspiring experience, knowledge that makes a difference<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2258152a e-flex e-con-boxed e-con e-parent\" data-id=\"2258152a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5728a856 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"5728a856\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInDown&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e4ff0c8 elementor-widget elementor-widget-heading\" data-id=\"3e4ff0c8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our training experts<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c2cc3e0 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"1c2cc3e0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Meet the knowledge leaders at Sabaq<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-23e57f58 e-con-full e-flex e-con e-child\" data-id=\"23e57f58\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-57fddaa elementor-widget elementor-widget-shortcode\" data-id=\"57fddaa\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <style>\n      \/* Ensure RTL for shortcode content *\/\n      .instructors-paginated-grid-container {\n        direction: rtl;\n        text-align: right;\n        font-family: 'Cairo', sans-serif;\n        display: grid;\n        grid-template-columns: 1fr;\n        \/* Default to single column on small screens *\/\n        gap: 1.5rem;\n        \/* Custom gap for grid items *\/\n        padding: 1rem;\n        \/* Custom padding for the container *\/\n        max-width: 1200px;\n        \/* Max width for the grid *\/\n        margin-left: auto;\n        margin-right: auto;\n      }\n\n      @media (min-width: 768px) {\n\n        \/* Medium screens and up *\/\n        .instructors-paginated-grid-container {\n          grid-template-columns: repeat(3, 1fr);\n          \/* Dynamic columns based on shortcode attribute *\/\n        }\n      }\n\n      .instructor-paginated-grid-card {\n        background-color: var(--e-global-color-fa251fe);\n        border-radius: 0.75rem;\n        \/* Custom border-radius *\/\n        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);\n        \/* Custom box-shadow *\/\n        overflow: hidden;\n        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;\n        display: flex;\n        flex-direction: column;\n        aspect-ratio: 1 \/ 1.05;\n        position: relative;\n        \/* Ensure cards in a row have equal height *\/\n      }\n\n      .instructor-paginated-grid-card img {\n        width: 100%;\n        height: 100%;\n        \/* Fixed height for consistency *\/\n        object-fit: cover;\n        border-top-left-radius: 0.75rem;\n        border-top-right-radius: 0.75rem;\n      }\n\n      .instructor-paginated-grid-card-content {\n        padding: 1.5rem;\n        flex-grow: 1;\n        \/* Allows content to expand and push button to bottom *\/\n        display: flex;\n        flex-direction: column;\n        position: absolute;\n        bottom: 0;\n        left: 24px;\n        right: 24px;\n        border-radius: 20px 20px 0px 0px;\n        background-color: #12131C30;\n        backdrop-filter: blur(5px);\n        overflow: hidden;\n        transform: translateY(218px);\n        transition: transform 0.3s ease;\n        z-index: 10;\n      }\n\n      .instructor-paginated-grid-card-content:hover {\n        transform: none;\n      }\n\n      .instructor-paginated-grid-card-content::before {\n        content: \"\";\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background-color: inherit;\n        backdrop-filter: blur(5px);\n        opacity: 0.5;\n      }\n\n      .instructor-paginated-grid-card h3 {\n        font-size: 1.5rem;\n        \/* Custom font size *\/\n        font-weight: 700;\n        \/* Custom font weight *\/\n        color: #ffffff;\n        margin-bottom: 1rem;\n        line-height: 1.3;\n        text-align: start;\n        position: relative;\n        z-index: 10;\n      }\n\n      .instructor-paginated-grid-card .degrees-con {\n        display: flex;\n        align-items: center;\n        justify-content: start;\n        gap: 4px;\n        flex-wrap: wrap;\n        margin-bottom: 16px;\n        position: relative;\n        z-index: 10;\n      }\n\n      .instructor-paginated-grid-card .degrees-con span {\n        display: block;\n        padding: 4px 10px;\n        border-style: solid;\n        border-width: 1px 1px 1px 1px;\n        border-color: #ffffff;\n        border-radius: 100px 100px 100px 100px;\n        color: #ffffff;\n        font-size: 0.75rem;\n        line-height: 18px;\n        position: relative;\n        z-index: 10;\n      }\n\n      .instructor-paginated-grid-card p {\n        font-size: 0.95rem;\n        \/* Custom font size *\/\n        color: #f6f6f6;\n        line-height: 1.6;\n        flex-grow: 1;\n        text-align: start;\n        position: relative;\n        z-index: 10;\n      }\n\n      .excerpt-con {\n        height: 146px;\n        overflow: hidden;\n        position: relative;\n        z-index: 10;\n      }\n\n      .instructor-paginated-grid-card .view-profile-button {\n        display: inline-block;\n        \/* Green button *\/\n        background-color: var(--e-global-color-fa251fe);\n        color: white;\n        text-decoration: none;\n        font-weight: 600;\n        font-size: 0.94rem;\n        text-align: center;\n        border-radius: 8px;\n        cursor: pointer;\n        position: relative;\n        z-index: 10;\n        margin-top: 18px;\n        transition: all 0.3 ease;\n        \/* Space above the button *\/\n      }\n\n      .instructor-paginated-grid-card .view-profile-button:hover {\n        background-color: #ffffff;\n        color: var(--e-global-color-fa251fe);\n      }\n\n      \/* Pagination styles *\/\n      .instructors-pagination {\n        clear: both;\n        padding: 2rem 0;\n        text-align: center;\n      }\n\n      .instructors-pagination .page-numbers {\n        display: inline-block;\n        padding: 0.5rem 1rem;\n        margin: 0 0.25rem;\n        background-color: #eee;\n        color: #333;\n        text-decoration: none;\n        border-radius: 0.25rem;\n        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;\n        width: fit-content;\n      }\n\n      .instructors-pagination .page-numbers:hover {\n        background-color: #ddd;\n        color: #000;\n      }\n\n      .instructors-pagination .page-numbers.current {\n        background-color: var(--e-global-color-fa251fe);\n        color: #fff;\n        font-weight: bold;\n      }\n    <\/style>\n    <div class=\"instructors-paginated-grid-container\">\n              <div class=\"instructor-paginated-grid-card\">\n                      <img decoding=\"async\" src=\"https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/instructor-1-1.png\" alt=\"\u0645.\u0633\u0627\u0645\u0631 \u062d\u0633\u0646\u064a \u0645\u0635\u0631\u064a\">\n                    <div class=\"instructor-paginated-grid-card-content\">\n            <h3>M. Samer Hosny is Egyptian<\/h3>\n\n                          <div class=\"excerpt-con\">\n                <p><p>Eng. Samer Hosny, an Egyptian, is an internationally certified consultant trainer with extensive experience in occupational safety and project management. He is distinguished by his ability to develop training curricula and lead teams in major infrastructure projects.<\/p>\n<\/p>\n              <\/div>\n                        <a href=\"https:\/\/sabaq-center.com\/en\/instructor\/%d9%85-%d8%b3%d8%a7%d9%85%d8%b1-%d8%ad%d8%b3%d9%86%d9%8a-%d9%85%d8%b5%d8%b1%d9%8a\/\" class=\"view-profile-button\">\u0639\u0631\u0636 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a<\/a>\n          <\/div>\n        <\/div>\n              <div class=\"instructor-paginated-grid-card\">\n                      <img decoding=\"async\" src=\"https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/instructor-4__1_-removebg-preview.png\" alt=\"\u0645. \u0639\u0645\u064a\u062f \u0632\u0647\u064a\u0631 \u062e\u0631\u0627\u0632\">\n                    <div class=\"instructor-paginated-grid-card-content\">\n            <h3>M. Dean Zuhair Kharraz<\/h3>\n\n                          <div class=\"excerpt-con\">\n                <p><p>With over 25 years of field experience, M. Amjad Kharraz is an expert in architectural design and supervision, combining strategic leadership with the ability to train engineers on the fundamentals of realistic and professional design.<\/p>\n<\/p>\n              <\/div>\n                        <a href=\"https:\/\/sabaq-center.com\/en\/instructor\/%d9%85-%d8%b9%d9%85%d9%8a%d8%af-%d8%b2%d9%87%d9%8a%d8%b1-%d8%ae%d8%b1%d8%a7%d8%b2\/\" class=\"view-profile-button\">\u0639\u0631\u0636 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a<\/a>\n          <\/div>\n        <\/div>\n              <div class=\"instructor-paginated-grid-card\">\n                      <img decoding=\"async\" src=\"https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/instructor-2-removebg-preview.png\" alt=\"\u0645. \u0645\u064a\u0633\u0631 \u0641\u0627\u064a\u0632 \u0633\u0645\u0627\u0631\u0629\">\n                    <div class=\"instructor-paginated-grid-card-content\">\n            <h3>M. Maysar Fayez Samara<\/h3>\n\n                          <div class=\"excerpt-con\">\n                <p><p>M. Maysar Fayez Samara, an architect specializing in interior and exterior design, skillfully integrates artificial intelligence and modern graphic design tools to deliver creative and interactive training content.<\/p>\n<\/p>\n              <\/div>\n                        <a href=\"https:\/\/sabaq-center.com\/en\/instructor\/%d9%85-%d9%85%d9%8a%d8%b3%d8%b1-%d9%81%d8%a7%d9%8a%d8%b2-%d8%b3%d9%85%d8%a7%d8%b1%d8%a9\/\" class=\"view-profile-button\">\u0639\u0631\u0636 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a<\/a>\n          <\/div>\n        <\/div>\n              <div class=\"instructor-paginated-grid-card\">\n                      <img decoding=\"async\" src=\"https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/instructor-3__1_-removebg-preview.png\" alt=\"\u0645. \u0645\u0639\u0646 \u062e\u0644\u064a\u0644 \u0627\u0644\u0633\u0631\u0648\u062c\u064a\">\n                    <div class=\"instructor-paginated-grid-card-content\">\n            <h3>M. Maan Khalil Al-Sarouji<\/h3>\n\n                          <div class=\"excerpt-con\">\n                <p><p>With over 17 years of experience in quality management and patient safety, Mr. Maan Khalil Al-Sarouji is a certified trainer and a pioneer in developing health policies and leading environmental and training projects according to international standards.<\/p>\n<\/p>\n              <\/div>\n                        <a href=\"https:\/\/sabaq-center.com\/en\/instructor\/%d9%85-%d9%85%d8%b9%d9%86-%d8%ae%d9%84%d9%8a%d9%84-%d8%a7%d9%84%d8%b3%d8%b1%d9%88%d8%ac%d9%8a\/\" class=\"view-profile-button\">\u0639\u0631\u0636 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a<\/a>\n          <\/div>\n        <\/div>\n          <\/div>\n\n    <div class=\"instructors-pagination\">\n          <\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1dd84ac e-flex e-con-boxed e-con e-parent\" data-id=\"1dd84ac\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-cd19ab5 e-con-full e-flex e-con e-child\" data-id=\"cd19ab5\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de345a1 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"de345a1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Those who aspire to excellence trust us.<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8be5b13 elementor-widget__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8be5b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why did he come first?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c53145 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"7c53145\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We facilitate your journey to development and professionalism with a carefully designed learning experience to meet your ambitions and achieve your goals. Thousands trust Sabq for the depth of knowledge we provide and the tangible impact on performance.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0ebf09f e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"0ebf09f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:100}\">\n\t\t<div class=\"elementor-element elementor-element-6220722 e-con-full e-flex e-con e-child\" data-id=\"6220722\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c888a34 elementor-widget elementor-widget-image\" data-id=\"c888a34\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/Icon-9.png\" class=\"attachment-large size-large wp-image-43\" alt=\"\" srcset=\"https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/Icon-9.png 512w, https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/Icon-9-300x300.png 300w, https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/Icon-9-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ff6aba e-con-full e-flex e-con e-child\" data-id=\"7ff6aba\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50f7d7c elementor-widget elementor-widget-heading\" data-id=\"50f7d7c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Experts inspire and refine<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b97466 elementor-widget elementor-widget-text-editor\" data-id=\"1b97466\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Expert and certified trainers who deliver high-quality practical knowledge to enhance your skills.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bf0cb1e e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"bf0cb1e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:200}\">\n\t\t<div class=\"elementor-element elementor-element-077ca34 e-con-full e-flex e-con e-child\" data-id=\"077ca34\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b48ebc1 elementor-widget elementor-widget-image\" data-id=\"b48ebc1\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/Icon-10.png\" class=\"attachment-large size-large wp-image-44\" alt=\"\" srcset=\"https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/Icon-10.png 512w, https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/Icon-10-300x300.png 300w, https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/Icon-10-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-648847a e-con-full e-flex e-con e-child\" data-id=\"648847a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05f683a elementor-widget elementor-widget-heading\" data-id=\"05f683a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Flexible and carefully designed learning pathways<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5105b2 elementor-widget elementor-widget-text-editor\" data-id=\"f5105b2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Training and consulting programs designed flexibly to suit your diverse needs and aspirations.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4b78677 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"4b78677\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:300}\">\n\t\t<div class=\"elementor-element elementor-element-409f99f e-con-full e-flex e-con e-child\" data-id=\"409f99f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ec22f2 elementor-widget elementor-widget-image\" data-id=\"9ec22f2\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/Icon-11.png\" class=\"attachment-large size-large wp-image-45\" alt=\"\" srcset=\"https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/Icon-11.png 512w, https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/Icon-11-300x300.png 300w, https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/Icon-11-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f53c54 e-con-full e-flex e-con e-child\" data-id=\"7f53c54\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c03451 elementor-widget elementor-widget-heading\" data-id=\"6c03451\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">An interactive and impactful learning experience<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-642f98e elementor-widget elementor-widget-text-editor\" data-id=\"642f98e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We offer an engaging and interactive learning experience through integrated content and smart platforms to ensure a sustainable impact.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c799ae e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"7c799ae\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ed0be3e elementor-widget elementor-widget-image\" data-id=\"ed0be3e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/business-men-conversation-pointing-hand-window-scaled.jpg\" class=\"attachment-full size-full wp-image-116\" alt=\"\" srcset=\"https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/business-men-conversation-pointing-hand-window-scaled.jpg 2560w, https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/business-men-conversation-pointing-hand-window-300x200.jpg 300w, https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/business-men-conversation-pointing-hand-window-1024x683.jpg 1024w, https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/business-men-conversation-pointing-hand-window-768x512.jpg 768w, https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/business-men-conversation-pointing-hand-window-1536x1024.jpg 1536w, https:\/\/sabaq-center.com\/wp-content\/uploads\/2025\/07\/business-men-conversation-pointing-hand-window-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>\u0645\u062f\u0631\u0628\u0648\u0646\u0627 \u0641\u064a \u0633\u0628\u0642: \u062e\u0628\u0631\u0629 \u062a\u0644\u0647\u0645\u060c \u0645\u0639\u0631\u0641\u0629 \u062a\u064f\u062d\u062f\u062b \u0641\u0631\u0642\u064b\u0627 \u062e\u0628\u0631\u0627\u0621 \u0627\u0644\u062a\u062f\u0631\u064a\u0628 \u0644\u062f\u064a\u0646\u0627 \u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u0642\u064a\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0641\u064a \u0633\u0628\u0642 \u064a\u062b\u0642 \u0628\u0646\u0627 \u0627\u0644\u0637\u0627\u0645\u062d\u0648\u0646 \u0644\u0644\u062a\u0645\u064a\u0632 \u0644\u0645\u0627\u0630\u0627 \u0633\u064e\u0628\u064e\u0642\u061f \u0646\u064f\u0633\u0647\u0644 \u0631\u062d\u0644\u062a\u0643 \u0646\u062d\u0648 \u0627\u0644\u062a\u0637\u0648\u0631 \u0648\u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0628\u062a\u062c\u0631\u0628\u0629 \u062a\u0639\u0644\u0645 \u0645\u064f\u0635\u0645\u0645\u0629 \u0628\u0639\u0646\u0627\u064a\u0629 \u0644\u062a\u0644\u0628\u064a\u0629 \u0637\u0645\u0648\u062d\u0627\u062a\u0643 \u0648\u062a\u062d\u0642\u064a\u0642 \u0623\u0647\u062f\u0627\u0641\u0643. \u0627\u0644\u0622\u0644\u0627\u0641 \u064a\u062b\u0642\u0648\u0646 \u0641\u064a \u0633\u064e\u0628\u064e\u0642 \u0644\u0650\u0645\u0627 \u0646\u0642\u062f\u0645\u0647 \u0645\u0646 \u0639\u0645\u0642 \u0641\u064a \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0648\u0623\u062b\u0631 \u0645\u0644\u0645\u0648\u0633 \u0641\u064a \u0627\u0644\u0623\u062f\u0627\u0621. \u062e\u0628\u0631\u0627\u0621 \u064a\u064f\u0644\u0647\u0645\u0648\u0646 \u0648\u064a\u0635\u0642\u0644\u0648\u0646 \u0645\u062f\u0631\u0628\u0648\u0646 \u062e\u0628\u0631\u0627\u0621 [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-515","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sabaq-center.com\/en\/wp-json\/wp\/v2\/pages\/515","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sabaq-center.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sabaq-center.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sabaq-center.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sabaq-center.com\/en\/wp-json\/wp\/v2\/comments?post=515"}],"version-history":[{"count":28,"href":"https:\/\/sabaq-center.com\/en\/wp-json\/wp\/v2\/pages\/515\/revisions"}],"predecessor-version":[{"id":1207,"href":"https:\/\/sabaq-center.com\/en\/wp-json\/wp\/v2\/pages\/515\/revisions\/1207"}],"wp:attachment":[{"href":"https:\/\/sabaq-center.com\/en\/wp-json\/wp\/v2\/media?parent=515"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}