{"id":41,"date":"2025-03-28T03:23:46","date_gmt":"2025-03-28T03:23:46","guid":{"rendered":"https:\/\/demo2wpopal.b-cdn.net\/spaciaz\/?page_id=41"},"modified":"2026-03-19T11:06:02","modified_gmt":"2026-03-19T11:06:02","slug":"home","status":"publish","type":"page","link":"https:\/\/al-kasid.com\/ar\/","title":{"rendered":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"41\" class=\"elementor elementor-41\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7ee5e2d e-flex e-con-boxed e-con e-parent\" data-id=\"7ee5e2d\" data-element_type=\"container\" data-e-type=\"container\" id=\"hero-slider\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:9084,&quot;url&quot;:&quot;https:\\\/\\\/al-kasid.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/02-2-scaled.webp&quot;},{&quot;id&quot;:9086,&quot;url&quot;:&quot;https:\\\/\\\/al-kasid.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/01-2-scaled.webp&quot;},{&quot;id&quot;:9643,&quot;url&quot;:&quot;https:\\\/\\\/al-kasid.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/07-KCP-Concrete-Pumps-The-Ahwar-of-Southern-Iraq-scaled.webp&quot;},{&quot;id&quot;:9644,&quot;url&quot;:&quot;https:\\\/\\\/al-kasid.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/06-Rosenbauer-Firefighting-Equipment-Monument-to-Freedom-by-scaled.webp&quot;},{&quot;id&quot;:9645,&quot;url&quot;:&quot;https:\\\/\\\/al-kasid.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/04-Hyundai-Heavy-Industries-Construction-Equipment-Hatra-scaled.webp&quot;},{&quot;id&quot;:9646,&quot;url&quot;:&quot;https:\\\/\\\/al-kasid.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/03-Hyundai-Commercial-Vehicles-Buses-Taq-Kasra-Iraq-scaled.webp&quot;},{&quot;id&quot;:10412,&quot;url&quot;:&quot;https:\\\/\\\/al-kasid.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/08-AJ-Power-Diesel-Generators-v2-copy-scaled.webp&quot;},{&quot;id&quot;:11483,&quot;url&quot;:&quot;https:\\\/\\\/al-kasid.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/09-Al-Kasid-Ford-Trucks-slide-scaled.png&quot;},{&quot;id&quot;:11492,&quot;url&quot;:&quot;https:\\\/\\\/al-kasid.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Hyundai-Forklift-scaled.png&quot;}],&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8527ca2 elementor-widget elementor-widget-html\" data-id=\"8527ca2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\n(function() {\r\n\r\n  \/\/ IDs \u0627\u0644\u0644\u064a \u0647\u0646\u062d\u0627\u0648\u0644 \u0646\u0634\u062a\u063a\u0644 \u0639\u0644\u064a\u0647\u0627\r\n  const TARGET_IDS = ['#hero-slider', '#bg-slider'];\r\n\r\n  \/\/ \u0641\u0646\u0643\u0634\u0646 \u0628\u062a\u062c\u0631\u0628 \u0639\u0644\u0649 ID \u0648\u0627\u062d\u062f\r\n  function initSliderArrows(selector) {\r\n    const section = document.querySelector(selector);\r\n    if (!section) return;\r\n\r\n    \/\/ \u0644\u0648 \u0641\u064a\u0647 \u0623\u0633\u0647\u0645 \u062e\u0644\u0627\u0635\r\n    if (section.querySelector('.slider-arrows')) return;\r\n\r\n    const slides = section.querySelectorAll('.elementor-background-slideshow__slide');\r\n    if (!slides.length) return;\r\n\r\n    \/\/ \u0646\u0639\u0645\u0644 \u0627\u0644\u0623\u0633\u0647\u0645\r\n    const arrows = document.createElement('div');\r\n    arrows.className = 'slider-arrows';\r\n    arrows.innerHTML = `\r\n      <button class=\"slider-arrow prev\">&#10094;<\/button>\r\n      <button class=\"slider-arrow next\">&#10095;<\/button>\r\n    `;\r\n    section.appendChild(arrows);\r\n\r\n    \/\/ \u0646\u062d\u062f\u062f \u0627\u0644\u0633\u0644\u0627\u064a\u062f \u0627\u0644\u062d\u0627\u0644\u064a\r\n    let current = Array.from(slides).findIndex(s =>\r\n      s.classList.contains('elementor-background-slideshow__slide--active')\r\n    );\r\n    if (current === -1) current = 0;\r\n\r\n    function showSlide(idx) {\r\n      slides.forEach((slide, i) => {\r\n        if (i === idx) {\r\n          slide.classList.add('elementor-background-slideshow__slide--active');\r\n          slide.style.opacity = '1';\r\n        } else {\r\n          slide.classList.remove('elementor-background-slideshow__slide--active');\r\n          slide.style.opacity = '0';\r\n        }\r\n      });\r\n      current = idx;\r\n    }\r\n\r\n    const prevBtn = arrows.querySelector('.prev');\r\n    const nextBtn = arrows.querySelector('.next');\r\n\r\n    prevBtn.addEventListener('click', function(e) {\r\n      e.preventDefault();\r\n      const n = (current - 1 + slides.length) % slides.length;\r\n      showSlide(n);\r\n    });\r\n\r\n    nextBtn.addEventListener('click', function(e) {\r\n      e.preventDefault();\r\n      const n = (current + 1) % slides.length;\r\n      showSlide(n);\r\n    });\r\n  }\r\n\r\n  \/\/ \u0644\u0648 Elementor \u0645\u0648\u062c\u0648\u062f \u0646\u0633\u062a\u0646\u0651\u0627\u0647\r\n  if (window.elementorFrontend) {\r\n    window.addEventListener('elementor\/frontend\/init', function() {\r\n      TARGET_IDS.forEach(initSliderArrows);\r\n      \/\/ \u0641\u064a \u062d\u0627\u0644\u0629 \u0627\u0644\u0625\u064a\u062f\u064a\u062a\u0648\u0631 \u0644\u0645\u0627 \u064a\u0639\u0627\u062f \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0633\u064a\u0643\u0634\u0646\r\n      elementorFrontend.hooks.addAction('frontend\/element_ready\/section', function() {\r\n        TARGET_IDS.forEach(initSliderArrows);\r\n      });\r\n    });\r\n  } else {\r\n    \/\/ fallback \u0639\u0627\u062f\u064a\r\n    window.addEventListener('load', function() {\r\n      TARGET_IDS.forEach(initSliderArrows);\r\n    });\r\n  }\r\n\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e899ff8 elementor-absolute elementor-widget elementor-widget-spacer\" data-id=\"e899ff8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-54d816a elementor-widget__width-initial animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"54d816a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;opal-move-up&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Welcome to\n\nAl-Kasid Group<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3cd3308 elementor-widget__width-inherit animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3cd3308\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;opal-move-up&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Shaping Iraq\u2019s Future with Trusted Excellence<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a53898 elementor-widget__width-inherit animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"5a53898\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;opal-move-up&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">At Al-Kasid Group, we lead with integrity, deliver with excellence, and build with purpose, <\/span><\/p><p><strong>shaping a brighter future for Iraq and the region.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7146445 elementor-widget elementor-widget-spacer\" data-id=\"7146445\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2487665 e-con-full e-flex e-con e-child\" data-id=\"2487665\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e48fcfe elementor-widget__width-initial animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"e48fcfe\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;opal-move-up&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"> Featured Projects<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e70e6fa e-con-full e-grid disable-link e-con e-child\" data-id=\"e70e6fa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-beded08 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"beded08\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;opal-move-right&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45d9f03 show-divider-yes elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"45d9f03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/al-kasid.com\/projects\/erbil-ford-showroom-service-centre\/\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Erbil Ford Showroom &amp; Service Centre\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"spaciaz-icon- spaciaz-icon-shield-tick\"><\/i>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h5 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/al-kasid.com\/projects\/erbil-ford-showroom-service-centre\/\" >\n\t\t\t\t\t\t\tErbil Ford Showroom &amp; Service Centre\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h5>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tA state-of-the-art facility combining innovation with exceptional customer service.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8c6c9db e-con-full animated-fast disable-link e-flex elementor-invisible e-con e-child\" data-id=\"8c6c9db\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;opal-move-up&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0515b17 show-divider-yes elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"0515b17\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/al-kasid.com\/projects\/basra-logistics-hub\/\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Basra Logistics Hub\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"spaciaz-icon- spaciaz-icon-3d-cube\"><\/i>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h5 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/al-kasid.com\/projects\/basra-logistics-hub\/\" >\n\t\t\t\t\t\t\tBasra Logistics Hub\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h5>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tA strategic freight gateway enhancing Iraq\u2019s connectivity and trade.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-223e355 e-con-full animated-fast disable-link e-flex elementor-invisible e-con e-child\" data-id=\"223e355\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;opal-move-left&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0614195 show-divider-yes elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"0614195\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/al-kasid.com\/projects\/erbil-ford-showroom-service-centre\/\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Baghdad Residential Complex\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"spaciaz-icon- spaciaz-icon-building\"><\/i>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h5 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/al-kasid.com\/projects\/erbil-ford-showroom-service-centre\/\" >\n\t\t\t\t\t\t\tBaghdad Residential Complex\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h5>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tModern living spaces designed for comfort and style.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\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-c7f8a60 e-flex e-con-boxed e-con e-parent\" data-id=\"c7f8a60\" data-element_type=\"container\" data-e-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-60afecc e-con-full e-flex e-con e-child\" data-id=\"60afecc\" data-element_type=\"container\" data-e-type=\"container\" id=\"Official\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c4ed62e box-width-yes elementor-widget__width-initial animated-fast spaciaz-scrolling-ltr elementor-invisible elementor-widget elementor-widget-spaciaz-slide-scrolling\" data-id=\"c4ed62e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;opal-helix&quot;}\" data-widget_type=\"spaciaz-slide-scrolling.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"elementor-scrolling\">\n                <div class=\"elementor-scrolling-wrapper\">\n                                            <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>Official Representations<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7 <\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>Official Representations<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>Official Representations<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7 <\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>Official Representations<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>Official Representations<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7 <\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>Official Representations<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>Official Representations<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7 <\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>Official Representations<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>Official Representations<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7 <\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>Official Representations<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                        <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7cbe55b elementor-widget__width-inherit animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7cbe55b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;opal-move-up&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Global Brands. Trusted Partnerships. Proven Performance.\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-949df05 elementor-widget elementor-widget-text-editor\" data-id=\"949df05\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Al-Kasid Group proudly holds exclusive representation for some of the world\u2019s most respected automotive, industrial, and energy brands. These partnerships reflect our commitment to delivering excellence, innovation, and long-term value to the Iraqi market and beyond. Each brand we represent is carefully selected for its performance, reliability, and relevance to the sectors we serve \u2014 from transportation and construction to emergency response and power generation.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8b85a4d e-con-full e-flex e-con e-child\" data-id=\"8b85a4d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e450159 spaciaz-scrolling-rtl box-width-yes style-hover-yes hover-pause-yes elementor-widget elementor-widget-spaciaz-slide-scrolling\" data-id=\"e450159\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spaciaz-slide-scrolling.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"elementor-scrolling\">\n                <div class=\"elementor-scrolling-wrapper\">\n                                            <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Rosenbauer.svg\" title=\"Official Representations -Rosenbauer\" alt=\"Official Representations -Rosenbauer\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Ford.svg\" title=\"Official Representations -Ford\" alt=\"Official Representations -Ford\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Hyundai.svg\" title=\"Official Representations -Hyundai\" alt=\"Official Representations -Hyundai\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-AJ-Power.svg\" title=\"Official Representations -AJ Power\" alt=\"Official Representations -AJ Power\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-KCP.svg\" title=\"Official Representations -KCP\" alt=\"Official Representations -KCP\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-07.svg\" title=\"Official Representations -Hyundai-07\" alt=\"Official Representations -Hyundai-07\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-06.svg\" title=\"Official Representations -Hyundai-06\" alt=\"Official Representations -Hyundai-06\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-08.svg\" title=\"Official Representations -Hyundai-08\" alt=\"Official Representations -Hyundai-08\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Rosenbauer.svg\" title=\"Official Representations -Rosenbauer\" alt=\"Official Representations -Rosenbauer\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Ford.svg\" title=\"Official Representations -Ford\" alt=\"Official Representations -Ford\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Hyundai.svg\" title=\"Official Representations -Hyundai\" alt=\"Official Representations -Hyundai\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-AJ-Power.svg\" title=\"Official Representations -AJ Power\" alt=\"Official Representations -AJ Power\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-KCP.svg\" title=\"Official Representations -KCP\" alt=\"Official Representations -KCP\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-07.svg\" title=\"Official Representations -Hyundai-07\" alt=\"Official Representations -Hyundai-07\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-06.svg\" title=\"Official Representations -Hyundai-06\" alt=\"Official Representations -Hyundai-06\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-08.svg\" title=\"Official Representations -Hyundai-08\" alt=\"Official Representations -Hyundai-08\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Rosenbauer.svg\" title=\"Official Representations -Rosenbauer\" alt=\"Official Representations -Rosenbauer\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Ford.svg\" title=\"Official Representations -Ford\" alt=\"Official Representations -Ford\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Hyundai.svg\" title=\"Official Representations -Hyundai\" alt=\"Official Representations -Hyundai\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-AJ-Power.svg\" title=\"Official Representations -AJ Power\" alt=\"Official Representations -AJ Power\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-KCP.svg\" title=\"Official Representations -KCP\" alt=\"Official Representations -KCP\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-07.svg\" title=\"Official Representations -Hyundai-07\" alt=\"Official Representations -Hyundai-07\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-06.svg\" title=\"Official Representations -Hyundai-06\" alt=\"Official Representations -Hyundai-06\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-08.svg\" title=\"Official Representations -Hyundai-08\" alt=\"Official Representations -Hyundai-08\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Rosenbauer.svg\" title=\"Official Representations -Rosenbauer\" alt=\"Official Representations -Rosenbauer\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Ford.svg\" title=\"Official Representations -Ford\" alt=\"Official Representations -Ford\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Hyundai.svg\" title=\"Official Representations -Hyundai\" alt=\"Official Representations -Hyundai\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-AJ-Power.svg\" title=\"Official Representations -AJ Power\" alt=\"Official Representations -AJ Power\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-KCP.svg\" title=\"Official Representations -KCP\" alt=\"Official Representations -KCP\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-07.svg\" title=\"Official Representations -Hyundai-07\" alt=\"Official Representations -Hyundai-07\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-06.svg\" title=\"Official Representations -Hyundai-06\" alt=\"Official Representations -Hyundai-06\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-08.svg\" title=\"Official Representations -Hyundai-08\" alt=\"Official Representations -Hyundai-08\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Rosenbauer.svg\" title=\"Official Representations -Rosenbauer\" alt=\"Official Representations -Rosenbauer\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Ford.svg\" title=\"Official Representations -Ford\" alt=\"Official Representations -Ford\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Hyundai.svg\" title=\"Official Representations -Hyundai\" alt=\"Official Representations -Hyundai\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-AJ-Power.svg\" title=\"Official Representations -AJ Power\" alt=\"Official Representations -AJ Power\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-KCP.svg\" title=\"Official Representations -KCP\" alt=\"Official Representations -KCP\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-07.svg\" title=\"Official Representations -Hyundai-07\" alt=\"Official Representations -Hyundai-07\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-06.svg\" title=\"Official Representations -Hyundai-06\" alt=\"Official Representations -Hyundai-06\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                                                                    <div class=\"elementor-image\">\n                                                <img decoding=\"async\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-08.svg\" title=\"Official Representations -Hyundai-08\" alt=\"Official Representations -Hyundai-08\" loading=\"lazy\" \/>                                            <\/div>\n                                        \n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                        <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\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-f6a9814 e-flex e-con-boxed e-con e-parent\" data-id=\"f6a9814\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-34d90ef e-con-full e-flex e-con e-child\" data-id=\"34d90ef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-60e9191 box-width-yes elementor-widget__width-initial animated-fast spaciaz-scrolling-ltr elementor-invisible elementor-widget elementor-widget-spaciaz-slide-scrolling\" data-id=\"60e9191\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;opal-helix&quot;}\" data-widget_type=\"spaciaz-slide-scrolling.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"elementor-scrolling\">\n                <div class=\"elementor-scrolling-wrapper\">\n                                            <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>About Us<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>About Us<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>About Us<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>About Us<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>About Us<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>About Us<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>About Us<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>About Us<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>About Us<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>About Us<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                        <\/div>\n            <\/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-a504b11 e-con-full e-flex e-con e-child\" data-id=\"a504b11\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-360aedc animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"360aedc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;opal-move-up&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A Legacy of Vision, A Future of Possibility<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d79b18 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3d79b18\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\"><span data-olk-copy-source=\"MessageBody\">Al-Kasid Group is a trusted Iraqi conglomerate with a diversified presence across the Middle East.<\/span><\/span><\/p><p><span style=\"font-weight: 400;\"> Founded in the 1980s, our growth has been driven by a clear vision, strategic insight, and a deep commitment to excellence.<\/span><\/p><p><span style=\"font-weight: 400;\">Over the past four decades, we\u2019ve proudly supported Iraq\u2019s public and private sectors by delivering high-quality products and tailored services that meet the country\u2019s evolving needs. Our expanding portfolio reflects a legacy built on strong partnerships, trusted expertise, and a passion for progress.<\/span><\/p><p><span style=\"font-weight: 400;\">At Al-Kasid, we embrace innovation as a mindset, exploring new opportunities, diversifying our reach, and pushing boundaries to create value across every sector we serve. From pioneering ventures to bold initiatives, we continue to lead with purpose and deliver beyond expectations.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8ddbb08 e-con-full e-grid animated-fast elementor-invisible e-con e-child\" data-id=\"8ddbb08\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;opal-move-up&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-c96bc9b e-con-full e-flex e-con e-child\" data-id=\"c96bc9b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3878250 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"3878250\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"spaciaz-icon- spaciaz-icon-diamond\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Our Vision<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62b2420 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"62b2420\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span data-olk-copy-source=\"MessageBody\">To become a market leader in Iraq for providing Products, Solutions, and Services to build our beloved country, Iraq, and to enhance the quality of its people&#8217;s lives.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5251eb3 e-con-full e-flex e-con e-child\" data-id=\"5251eb3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6ab3124 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"6ab3124\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"spaciaz-icon- spaciaz-icon-rocket\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Our Mission<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5aa2fcc elementor-widget elementor-widget-text-editor\" data-id=\"5aa2fcc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span data-olk-copy-source=\"MessageBody\">Striving to supply the Iraqi market with excellent quality products, having good value for the money, and giving superior services which exceed customers\u2019 expectations.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-58af656 e-con-full e-flex e-con e-child\" data-id=\"58af656\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd1a480 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"dd1a480\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-bookmark\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M336 0H48C21.49 0 0 21.49 0 48v464l192-112 192 112V48c0-26.51-21.49-48-48-48zm0 428.43l-144-84-144 84V54a6 6 0 0 1 6-6h276c3.314 0 6 2.683 6 5.996V428.43z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Our Values<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c00857 elementor-widget elementor-widget-text-editor\" data-id=\"3c00857\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"margin: 0in;\"><span data-olk-copy-source=\"MessageBody\">We operate with integrity and professionalism in all our business activities, and we are committed to delivering high-quality products and services that offer value for money and meet customers\u2019 requirements<\/span><\/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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-22c69ae ser e-flex e-con-boxed e-con e-parent\" data-id=\"22c69ae\" data-element_type=\"container\" data-e-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\t\t<div class=\"elementor-element elementor-element-d896e49 elementor-widget__width-inherit animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"d896e49\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;opal-move-up&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Diversified Expertise. One Vision.\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea00081 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"ea00081\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">At Al-Kasid Group, our strength lies in our ability to operate across a wide range of vital industries with the same commitment to excellence, reliability, and long-term value. Since 1947, we have built a reputation as a trusted partner in Iraq and the wider region by delivering high-impact solutions in sectors that drive national growth and infrastructure.<\/span><\/p><p><span style=\"font-weight: 400;\">From automotive and energy to logistics, security, and general trading, each of our business divisions is led by experienced professionals and supported by global partnerships. This multi-sector presence allows us to serve diverse markets while staying agile, innovative, and customer-focused.<\/span><\/p><p><span style=\"font-weight: 400;\">Explore our key sectors below and discover how &#8220;Al-Kasid&#8221; Group continues to lead across industries, powering progress, enabling trade, and building a stronger future for Iraq.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-72f8660 e-con-full e-grid servicedir e-con e-child\" data-id=\"72f8660\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0d00e43 e-con-full animated-fast box-hover e-flex elementor-invisible e-con e-child\" data-id=\"0d00e43\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;opal-move-up&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f164a0 elementor-widget elementor-widget-heading\" data-id=\"8f164a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/al-kasid.com\/services\/general-trading\/\">General Trading\n<\/a><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-108933c elementor-absolute servicedir elementor-widget elementor-widget-image\" data-id=\"108933c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" 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=\"800\" height=\"659\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/General-Trading-1.png\" class=\"attachment-full size-full wp-image-12507\" alt=\"\" srcset=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/General-Trading-1.png 800w, https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/General-Trading-1-300x247.png 300w, https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/General-Trading-1-768x633.png 768w, https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/General-Trading-1-15x12.png 15w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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-775136b e-con-full animated-fast box-hover e-flex elementor-invisible e-con e-child\" data-id=\"775136b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;opal-move-up&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30c3e43 elementor-widget elementor-widget-heading\" data-id=\"30c3e43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/al-kasid.com\/services\/logistics\/\">Logistics<\/a><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-75c798b elementor-absolute elementor-widget elementor-widget-image\" data-id=\"75c798b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" 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=\"800\" height=\"695\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/Logistics.png\" class=\"attachment-full size-full wp-image-12509\" alt=\"\" srcset=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/Logistics.png 800w, https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/Logistics-300x261.png 300w, https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/Logistics-768x667.png 768w, https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/Logistics-14x12.png 14w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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-d3d3144 e-con-full animated-fast box-hover e-flex elementor-invisible e-con e-child\" data-id=\"d3d3144\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;opal-move-up&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8776fdd elementor-widget elementor-widget-heading\" data-id=\"8776fdd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/al-kasid.com\/services\/security-defence\/\">Security &amp; Defence<\/a><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ca262c elementor-absolute elementor-widget elementor-widget-image\" data-id=\"9ca262c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" 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=\"800\" height=\"656\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/Security-Defense.png\" class=\"attachment-full size-full wp-image-12511\" alt=\"\" srcset=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/Security-Defense.png 800w, https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/Security-Defense-300x246.png 300w, https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/Security-Defense-768x630.png 768w, https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/Security-Defense-15x12.png 15w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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<\/div>\n\t\t<div class=\"elementor-element elementor-element-3d94508 e-con-full e-grid servicedir e-con e-child\" data-id=\"3d94508\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5ef1f59 e-con-full animated-fast box-hover e-flex elementor-invisible e-con e-child\" data-id=\"5ef1f59\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;opal-move-up&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3539685 elementor-widget elementor-widget-heading\" data-id=\"3539685\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/al-kasid.com\/services\/general-trading\/\">Oil &amp; Gas<\/a><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22ffa6a elementor-absolute servicedir elementor-widget elementor-widget-image\" data-id=\"22ffa6a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" 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=\"800\" height=\"664\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/OilGas-1.png\" class=\"attachment-full size-full wp-image-12510\" alt=\"\" srcset=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/OilGas-1.png 800w, https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/OilGas-1-300x249.png 300w, https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/OilGas-1-768x637.png 768w, https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/OilGas-1-14x12.png 14w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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-712aed0 e-con-full animated-fast box-hover e-flex elementor-invisible e-con e-child\" data-id=\"712aed0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;opal-move-up&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d5ce76e elementor-widget elementor-widget-heading\" data-id=\"d5ce76e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/al-kasid.com\/services\/logistics\/\">Automotive<\/a><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-724f841 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"724f841\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" 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=\"800\" height=\"646\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/automotive.png\" class=\"attachment-full size-full wp-image-12508\" alt=\"\" srcset=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/automotive.png 800w, https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/automotive-300x242.png 300w, https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/automotive-768x620.png 768w, https:\/\/al-kasid.com\/wp-content\/uploads\/2026\/03\/automotive-15x12.png 15w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e3c26fe e-con-full e-flex e-con e-parent\" data-id=\"e3c26fe\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9106a2f box-width-yes elementor-widget__width-initial animated-fast spaciaz-scrolling-ltr elementor-invisible elementor-widget elementor-widget-spaciaz-slide-scrolling\" data-id=\"9106a2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;opal-helix&quot;}\" data-widget_type=\"spaciaz-slide-scrolling.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"elementor-scrolling\">\n                <div class=\"elementor-scrolling-wrapper\">\n                                            <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>Branches<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>Branches<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>Branches<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>Branches<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>Branches<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>Branches<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>Branches<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>Branches<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>Branches<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>Branches<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                        <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1bd2156 animated-fast elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1bd2156\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;opal-move-up&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Strategically Located. Fully Integrated.<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dd5100f elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"dd5100f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Al-Kasid Group operates a network of advanced facilities across Iraq, the UAE, and Jordan.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bd6ed1f elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"bd6ed1f\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"Branches\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>each designed to deliver a seamless customer experience. Our <strong>3S facilities<\/strong> (Sales, Service, Spare Parts) offer a full range of automotive and equipment solutions under one roof, ensuring convenience, reliability, and expert care at every stage.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ac1747c e-con-full disable-link e-flex e-con e-parent\" data-id=\"ac1747c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-0dfd6fc e-con-full e-flex e-con e-child\" data-id=\"0dfd6fc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;],&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;sticky&quot;:&quot;bottom&quot;,&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7846505 elementor-project-style-6 elementor-widget__width-inherit overflow-to-none elementor-widget elementor-widget-spaciaz-projects\" data-id=\"7846505\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:3,&quot;spaceBetween&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;spaceBetween_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;swiper_overflow&quot;:&quot;none&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;enable_scrollbar&quot;:&quot;no&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;loopAdditionalSlides&quot;:0,&quot;speed&quot;:500}\" data-widget_type=\"spaciaz-projects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"elementor-project-wrapper\">\n            <div class=\"d-grid\">\n                                    <div class=\"grid-item\">\n                        <div class=\"project-item project-style-6\">\n    <div class=\"project-content\">\n        <div class=\"project-location\"><i class=\"spaciaz-icon-marker\"><\/i><a href=\"https:\/\/al-kasid.com\/ar\/project-location\/iraq\/\" rel=\"tag\">Iraq<\/a><\/div>        <h4 class=\"project-title delta\"><a href=\"https:\/\/al-kasid.com\/ar\/projects\/baghdad-3s-facility\/\">Baghdad \u2013 3S Facility<\/a><\/h4>\n    <\/div>\n    <div class=\"project-post-thumbnail\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"2477\" height=\"2560\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/IMG_20250716_175138-scaled.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/IMG_20250716_175138-scaled.jpg 2477w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/IMG_20250716_175138-290x300.jpg 290w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/IMG_20250716_175138-991x1024.jpg 991w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/IMG_20250716_175138-768x794.jpg 768w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/IMG_20250716_175138-1486x1536.jpg 1486w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/IMG_20250716_175138-1982x2048.jpg 1982w\" sizes=\"(max-width: 2477px) 100vw, 2477px\" \/>            <\/div><!-- .post-thumbnail -->\n\n<\/div>\n                    <\/div>\n                                <\/div>\n\n        <\/div>\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d6ded58 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"d6ded58\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">01<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bdbdd81 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-text-editor\" data-id=\"bdbdd81\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>One of our flagship locations, the Baghdad facility serves multiple sectors, including:<br \/>Heavy Commercial Vehicles (HCV), Heavy Construction Equipment (HCE), Ford Trucks (FT), and Ford Motor Company passenger vehicles (FMC).<\/p><ul><li><strong>Sales Showrooms<\/strong> \u2013 Spacious, modern displays for vehicles and equipment.<\/li><li><strong>Service Center<\/strong> \u2013 Professionally equipped for diagnostics, repairs, and maintenance.<\/li><li><strong>Spare Parts Store<\/strong> \u2013 Stocked with genuine parts and accessories.<\/li><li><strong>Vehicle Stock Yard<\/strong> \u2013 Secure inventory holding area.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2114a47 e-con-full e-flex e-con e-child\" data-id=\"2114a47\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;],&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;sticky&quot;:&quot;bottom&quot;,&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-253d47c elementor-project-style-6 elementor-widget__width-inherit overflow-to-none elementor-widget elementor-widget-spaciaz-projects\" data-id=\"253d47c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:3,&quot;spaceBetween&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;spaceBetween_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;swiper_overflow&quot;:&quot;none&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;enable_scrollbar&quot;:&quot;no&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;loopAdditionalSlides&quot;:0,&quot;speed&quot;:500}\" data-widget_type=\"spaciaz-projects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"elementor-project-wrapper\">\n            <div class=\"d-grid\">\n                                    <div class=\"grid-item\">\n                        <div class=\"project-item project-style-6\">\n    <div class=\"project-content\">\n        <div class=\"project-location\"><i class=\"spaciaz-icon-marker\"><\/i><a href=\"https:\/\/al-kasid.com\/ar\/project-location\/erbil\/\" rel=\"tag\">Erbil<\/a><\/div>        <h4 class=\"project-title delta\"><a href=\"https:\/\/al-kasid.com\/ar\/projects\/erbil-3s-facility\/\">Erbil \u2013 3S Facility<\/a><\/h4>\n    <\/div>\n    <div class=\"project-post-thumbnail\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"563\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/10\/20230418_111538.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/10\/20230418_111538.jpg 1000w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/10\/20230418_111538-300x169.jpg 300w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/10\/20230418_111538-768x432.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>            <\/div><!-- .post-thumbnail -->\n\n<\/div>\n                    <\/div>\n                                <\/div>\n\n        <\/div>\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-746523f elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-text-editor\" data-id=\"746523f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Supporting HCV, HCE, FT, and FMC, the Erbil branch brings our full suite of services to northern Iraq.<\/p><ul><li><strong>Integrated Showroom &amp; Service Center<\/strong> \u2013 Delivering efficient customer care and technical support.<\/li><li><strong>Spare Parts Store<\/strong> \u2013 Quick access to authentic parts and components.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2059203 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"2059203\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">02<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a8dc8d2 e-con-full e-flex e-con e-child\" data-id=\"a8dc8d2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;bottom&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;],&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a5b8fe elementor-project-style-6 elementor-widget__width-inherit overflow-to-none elementor-widget elementor-widget-spaciaz-projects\" data-id=\"5a5b8fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:3,&quot;spaceBetween&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;spaceBetween_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;swiper_overflow&quot;:&quot;none&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;enable_scrollbar&quot;:&quot;no&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;loopAdditionalSlides&quot;:0,&quot;speed&quot;:500}\" data-widget_type=\"spaciaz-projects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"elementor-project-wrapper\">\n            <div class=\"d-grid\">\n                                    <div class=\"grid-item\">\n                        <div class=\"project-item project-style-6\">\n    <div class=\"project-content\">\n        <div class=\"project-location\"><i class=\"spaciaz-icon-marker\"><\/i><a href=\"https:\/\/al-kasid.com\/ar\/project-location\/sulaymaniyah\/\" rel=\"tag\">Sulaymaniyah<\/a><\/div>        <h4 class=\"project-title delta\"><a href=\"https:\/\/al-kasid.com\/ar\/projects\/sulaymaniyah-3s-facility\/\">Sulaymaniyah \u2013 3S Facility<\/a><\/h4>\n    <\/div>\n    <div class=\"project-post-thumbnail\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"462\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/IMG_20230418_135509.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/IMG_20230418_135509.jpg 1000w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/IMG_20230418_135509-300x139.jpg 300w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/IMG_20230418_135509-768x355.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>            <\/div><!-- .post-thumbnail -->\n\n<\/div>\n                    <\/div>\n                                <\/div>\n\n        <\/div>\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1672abf elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-text-editor\" data-id=\"1672abf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Dedicated to <strong>Ford Motor Company<\/strong> passenger vehicles.<\/p><ul><li><strong>Showroom<\/strong> \u2013 Showcasing the latest Ford models in an elegant space.<\/li><li><strong>Service Center<\/strong> \u2013 Professional maintenance and after-sales service.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3228850 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"3228850\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">03<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cb4f844 e-con-full e-flex e-con e-child\" data-id=\"cb4f844\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;bottom&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;],&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-34a8c43 elementor-project-style-6 elementor-widget__width-inherit overflow-to-none elementor-widget elementor-widget-spaciaz-projects\" data-id=\"34a8c43\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:3,&quot;spaceBetween&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;spaceBetween_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;swiper_overflow&quot;:&quot;none&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;enable_scrollbar&quot;:&quot;no&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;loopAdditionalSlides&quot;:0,&quot;speed&quot;:500}\" data-widget_type=\"spaciaz-projects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"elementor-project-wrapper\">\n            <div class=\"d-grid\">\n                                    <div class=\"grid-item\">\n                        <div class=\"project-item project-style-6\">\n    <div class=\"project-content\">\n        <div class=\"project-location\"><i class=\"spaciaz-icon-marker\"><\/i><a href=\"https:\/\/al-kasid.com\/ar\/project-location\/anbar\/\" rel=\"tag\">Anbar<\/a><\/div>        <h4 class=\"project-title delta\"><a href=\"https:\/\/al-kasid.com\/ar\/projects\/anbar-governorate-3s-service-center\/\">Anbar governorate 3S SC<\/a><\/h4>\n    <\/div>\n    <div class=\"project-post-thumbnail\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"462\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/IMG_20230418_135509.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/IMG_20230418_135509.jpg 1000w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/IMG_20230418_135509-300x139.jpg 300w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/IMG_20230418_135509-768x355.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>            <\/div><!-- .post-thumbnail -->\n\n<\/div>\n                    <\/div>\n                                <\/div>\n\n        <\/div>\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-825b67b elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-text-editor\" data-id=\"825b67b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span data-olk-copy-source=\"MailCompose\">The 3S Service Facilty in Al-Anbar Governorate provides an integrated service system that includes sales, maintenance, and spare parts. It supports multiple sectors covering Hyundai Commercial Vehicles (HCV), Hyundai Construction Equipment (HDCE), Ford passenger vehicles (FMC), as well as Ford Trucks (FT).\u00a0<\/span><\/p><ul><li><span role=\"presentation\"><strong>Sales Showrooms<\/strong> \u2013 Spacious, modern displays for vehicles and equipment.<\/span><\/li><li><span role=\"presentation\"><strong>Service Center<\/strong> \u2013 Professionally equipped for diagnostics, repairs, and maintenance.<\/span><\/li><li><span role=\"presentation\"><strong>Spare Parts Store<\/strong> \u2013 Stocked with genuine parts and accessories.<\/span><\/li><li role=\"presentation\"><strong>Vehicle Stock Yard<\/strong> \u2013 Secure inventory holding area.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a6da07 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"0a6da07\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">04<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8df9a15 e-con-full e-flex e-con e-child\" data-id=\"8df9a15\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;sticky&quot;:&quot;bottom&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;],&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ffd7d84 elementor-project-style-6 elementor-widget__width-inherit overflow-to-none elementor-widget elementor-widget-spaciaz-projects\" data-id=\"ffd7d84\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:3,&quot;spaceBetween&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;spaceBetween_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;swiper_overflow&quot;:&quot;none&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;enable_scrollbar&quot;:&quot;no&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;loopAdditionalSlides&quot;:0,&quot;speed&quot;:500}\" data-widget_type=\"spaciaz-projects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"elementor-project-wrapper\">\n            <div class=\"d-grid\">\n                                    <div class=\"grid-item\">\n                        <div class=\"project-item project-style-6\">\n    <div class=\"project-content\">\n        <div class=\"project-location\"><i class=\"spaciaz-icon-marker\"><\/i><a href=\"https:\/\/al-kasid.com\/ar\/project-location\/basra\/\" rel=\"tag\">Basra<\/a><\/div>        <h4 class=\"project-title delta\"><a href=\"https:\/\/al-kasid.com\/ar\/projects\/basra-office\/\">Basra Office<\/a><\/h4>\n    <\/div>\n    <div class=\"project-post-thumbnail\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"900\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Al-Kasid-slide-for-web.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Al-Kasid-slide-for-web.jpg 1600w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Al-Kasid-slide-for-web-300x169.jpg 300w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Al-Kasid-slide-for-web-1024x576.jpg 1024w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Al-Kasid-slide-for-web-768x432.jpg 768w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Al-Kasid-slide-for-web-1536x864.jpg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/>            <\/div><!-- .post-thumbnail -->\n\n<\/div>\n                    <\/div>\n                                <\/div>\n\n        <\/div>\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bae7899 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-text-editor\" data-id=\"bae7899\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li><strong>Office<\/strong> \u2013 Supporting local coordination, sales, and service inquiries in southern Iraq.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b308a4 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"4b308a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">05<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-082cfe0 e-con-full e-flex e-con e-child\" data-id=\"082cfe0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;sticky&quot;:&quot;bottom&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;],&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18f9631 elementor-project-style-6 elementor-widget__width-inherit overflow-to-none elementor-widget elementor-widget-spaciaz-projects\" data-id=\"18f9631\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:3,&quot;spaceBetween&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;spaceBetween_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;swiper_overflow&quot;:&quot;none&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;enable_scrollbar&quot;:&quot;no&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;loopAdditionalSlides&quot;:0,&quot;speed&quot;:500}\" data-widget_type=\"spaciaz-projects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"elementor-project-wrapper\">\n            <div class=\"d-grid\">\n                                    <div class=\"grid-item\">\n                        <div class=\"project-item project-style-6\">\n    <div class=\"project-content\">\n        <div class=\"project-location\"><i class=\"spaciaz-icon-marker\"><\/i><a href=\"https:\/\/al-kasid.com\/ar\/project-location\/uae\/\" rel=\"tag\">UAE<\/a><\/div>        <h4 class=\"project-title delta\"><a href=\"https:\/\/al-kasid.com\/ar\/projects\/regional-office\/\">Regional Office<\/a><\/h4>\n    <\/div>\n    <div class=\"project-post-thumbnail\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"1046\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-28-at-21.08.16.jpeg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-28-at-21.08.16.jpeg 1600w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-28-at-21.08.16-300x196.jpeg 300w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-28-at-21.08.16-1024x669.jpeg 1024w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-28-at-21.08.16-768x502.jpeg 768w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-28-at-21.08.16-1536x1004.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/>            <\/div><!-- .post-thumbnail -->\n\n<\/div>\n                    <\/div>\n                                <\/div>\n\n        <\/div>\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c49df45 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-text-editor\" data-id=\"c49df45\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our UAE branch acts as a strategic hub for regional operations, business development, and international partnerships across the Middle East.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6faa836 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"6faa836\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">06<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3a57c54 e-con-full e-flex e-con e-child\" data-id=\"3a57c54\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;sticky&quot;:&quot;bottom&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;],&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4fed0f7 elementor-project-style-6 elementor-widget__width-inherit overflow-to-none elementor-widget elementor-widget-spaciaz-projects\" data-id=\"4fed0f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:3,&quot;spaceBetween&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;spaceBetween_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;swiper_overflow&quot;:&quot;none&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;enable_scrollbar&quot;:&quot;no&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;loopAdditionalSlides&quot;:0,&quot;speed&quot;:500}\" data-widget_type=\"spaciaz-projects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"elementor-project-wrapper\">\n            <div class=\"d-grid\">\n                                    <div class=\"grid-item\">\n                        <div class=\"project-item project-style-6\">\n    <div class=\"project-content\">\n        <div class=\"project-location\"><i class=\"spaciaz-icon-marker\"><\/i><a href=\"https:\/\/al-kasid.com\/ar\/project-location\/jordan\/\" rel=\"tag\">Jordan<\/a><\/div>        <h4 class=\"project-title delta\"><a href=\"https:\/\/al-kasid.com\/ar\/projects\/representation-office-amman\/\">Representation Office \u2013 Amman<\/a><\/h4>\n    <\/div>\n    <div class=\"project-post-thumbnail\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/Al-Kassid-Amman-Jordan-2.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/Al-Kassid-Amman-Jordan-2.jpg 1024w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/Al-Kassid-Amman-Jordan-2-300x225.jpg 300w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/Al-Kassid-Amman-Jordan-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>            <\/div><!-- .post-thumbnail -->\n\n<\/div>\n                    <\/div>\n                                <\/div>\n\n        <\/div>\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-86644fd elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-text-editor\" data-id=\"86644fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>A key office supporting communications, logistics, and client relations in the Jordanian market.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e407fe9 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"e407fe9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">07<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2dfc44d e-con-full e-flex e-con e-child\" data-id=\"2dfc44d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;sticky&quot;:&quot;bottom&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;],&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c0351d4 elementor-project-style-6 elementor-widget__width-inherit overflow-to-none elementor-widget elementor-widget-spaciaz-projects\" data-id=\"c0351d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:3,&quot;spaceBetween&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;spaceBetween_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;swiper_overflow&quot;:&quot;none&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;enable_scrollbar&quot;:&quot;no&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;loopAdditionalSlides&quot;:0,&quot;speed&quot;:500}\" data-widget_type=\"spaciaz-projects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"elementor-project-wrapper\">\n            <div class=\"d-grid\">\n                                    <div class=\"grid-item\">\n                        <div class=\"project-item project-style-6\">\n    <div class=\"project-content\">\n        <div class=\"project-location\"><i class=\"spaciaz-icon-marker\"><\/i><a href=\"https:\/\/al-kasid.com\/ar\/project-location\/zarqa\/\" rel=\"tag\">Zarqa<\/a><\/div>        <h4 class=\"project-title delta\"><a href=\"https:\/\/al-kasid.com\/ar\/projects\/showroom-zarqa-free-zone\/\">Showroom \u2013 Zarqa Free Zone<\/a><\/h4>\n    <\/div>\n    <div class=\"project-post-thumbnail\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/Awareej-Showroom-2-scaled.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/Awareej-Showroom-2-scaled.jpg 2560w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/Awareej-Showroom-2-300x200.jpg 300w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/Awareej-Showroom-2-1024x683.jpg 1024w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/Awareej-Showroom-2-768x512.jpg 768w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/Awareej-Showroom-2-1536x1024.jpg 1536w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/Awareej-Showroom-2-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>            <\/div><!-- .post-thumbnail -->\n\n<\/div>\n                    <\/div>\n                                <\/div>\n\n        <\/div>\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a6c376 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-text-editor\" data-id=\"5a6c376\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Specializing in vehicle display and export activities, serving both domestic and regional customers.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31ca153 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"31ca153\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">08<\/h1>\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-d841b89 e-con-full e-flex e-con e-parent\" data-id=\"d841b89\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a3caffe e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"a3caffe\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;opal-move-right&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bc4516d e-con-full e-flex e-con e-child\" data-id=\"bc4516d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cafab4d box-width-yes elementor-widget__width-initial animated-fast spaciaz-scrolling-ltr elementor-invisible elementor-widget elementor-widget-spaciaz-slide-scrolling\" data-id=\"cafab4d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;opal-helix&quot;}\" data-widget_type=\"spaciaz-slide-scrolling.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"elementor-scrolling\">\n                <div class=\"elementor-scrolling-wrapper\">\n                                            <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>Companies &amp; Affiliates<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>Companies &amp; Affiliates<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>Companies &amp; Affiliates<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>Companies &amp; Affiliates<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>Companies &amp; Affiliates<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>Companies &amp; Affiliates<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>Companies &amp; Affiliates<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>Companies &amp; Affiliates<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>Companies &amp; Affiliates<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>Companies &amp; Affiliates<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                        <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d521377 elementor-widget__width-initial animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"d521377\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"Companies\" data-settings=\"{&quot;_animation&quot;:&quot;opal-move-up&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A Regional Network with Local Strength\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a324bca elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"a324bca\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Al-Kasid Group operates through a robust network of affiliated companies, strategically positioned across Iraq, the UAE, and Jordan. Each entity plays a vital role in expanding our capabilities, strengthening our market presence, and delivering consistent value across sectors.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b8a9fa4 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"b8a9fa4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;opal-move-up&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-81e894e elementor-position-inline-start elementor-widget__width-initial elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"81e894e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:i=\"http:\/\/ns.adobe.com\/AdobeIllustrator\/10.0\/\" id=\"Layer_1\" viewBox=\"0 0 90.47 90.47\"><defs><style>      .st0 {        fill: #010101;      }      .st1 {        fill: #fff;      }      .st2 {        fill: #047a3e;      }      .st3 {        fill: #cd1427;      }    <\/style><\/defs><path class=\"st0\" d=\"M68.91,21.82c14.69,14.69,15.97,37.31,2.85,50.43-13.12,13.12-35.74,11.84-50.42-2.85-14.69-14.69-15.97-37.31-2.85-50.43,13.11-13.11,35.73-11.83,50.42,2.85Z\"><\/path><g><g><path class=\"st0\" d=\"M87.88,60.31c-6.22,17.56-22.99,30.16-42.65,30.16S8.8,77.87,2.58,60.31h85.3Z\"><\/path><path class=\"st3\" d=\"M87.88,30.16H2.59C8.8,12.61,25.58,0,45.23,0s36.42,12.61,42.65,30.16Z\"><\/path><path class=\"st1\" d=\"M90.47,45.23c0,5.29-.91,10.37-2.59,15.08H2.58c-1.68-4.71-2.58-9.79-2.58-15.08s.9-10.36,2.59-15.08h85.29c1.68,4.72,2.59,9.8,2.59,15.08Z\"><\/path><\/g><g><g><path class=\"st2\" d=\"M24.78,52.66c-.43,0-.78.35-.78.77s.36.78.78.78.78-.35.78-.78-.36-.77-.78-.77Z\"><\/path><path class=\"st2\" d=\"M42.12,43.73c-.17-.07-.34-.16-.5-.25-.01-.01-.13.09-.14.09-.3.22-.68.31-1,.53-.17.11-.32.25-.47.42-.23.27-.41.59-.52.93-.09.27-.16.57-.16.85h-8.07c.13-.12.25-.23.39-.36.33-.31.65-.63.98-.94.45-.44.9-.87,1.36-1.31.51-.49,1.01-.97,1.51-1.45.48-.47.96-.92,1.44-1.38.38-.37.76-.73,1.14-1.1.14-.13.27-.29.42-.43.18-.16.35-.21.57-.28.1-.03.2-.05.3-.09-.01,0-.06-.02-.23-.13-.29-.18-1.21-1.62-1.21-1.62.02.02-.1.21-.11.24-.13.34-.39.55-.64.79-.29.29-.6.58-.89.86-.4.39-.79.76-1.2,1.15-.45.43-.9.86-1.35,1.3-.47.44-.92.88-1.39,1.33-.42.41-.84.81-1.27,1.22-.35.34-.69.67-1.04.99-.22.21-.45.43-.67.64-.05.05-.11.1-.16.16l.19,1.7h11.59v-1.29c0-.26.01-.53,0-.79-.01-.51.73-.72,1.08-.42.17.16.21.4.21.62-.02.74-.01,1.48-.01,2.22v.82h-15.53v-3.43s-.68.67-1.82,1.09c0,0,.39.77.39,1.4v.94h-3.52c-.24-1.37-.65-2.46-.65-2.46,0,0-.89.92-2.18,1.51-.15.06,3.84,4.19-.6,6.38,2.39.19,3.3-1.03,3.54-2.57h22.04v-6.3c0-.08-.09-.21-.13-.28-.05-.1-.11-.19-.18-.28-.13-.18-.29-.35-.47-.49-.22-.17-.49-.3-.74-.41-.1-.05-.2-.09-.29-.13Z\"><\/path><\/g><path class=\"st2\" d=\"M49.03,48.28s-.41.53-.61.61c-.24.1-1.08,0-1.08,0v-9.5s.03-.3.31-.59c-.29-.1-2.05-1.34-2.05-1.34v14.11h4.71c-.6-.14-1.29-3.29-1.29-3.29Z\"><\/path><path class=\"st2\" d=\"M70.81,48.28s-.41.53-.6.61c-.25.1-1.08,0-1.08,0v-9.5s.03-.3.3-.59c-.28-.1-2.04-1.34-2.04-1.34v14.11h4.7c-.59-.14-1.29-3.29-1.29-3.29Z\"><\/path><path class=\"st2\" d=\"M64.89,38.31c-.22.2-.46.42-.68.62-.15.14-.31.27-.47.42,0,.01-.01.02-.02.02-.03.03-.07.04-.07.09,0,.03.01.06.02.08.06.15.05.29.05.46v8.18h-1.25v-7.7s-.07.07-.11.1c-.08.08-.18.16-.27.24-.11.11-.23.21-.35.33-.12.11-.24.22-.36.34-.1.08-.19.16-.28.25-.06.05-.12.11-.19.14-.02.01-.04.01-.04.03.01.03.02.06.03.09.02.08.04.15.05.24.02.08.02.16.02.24v5.69h-1.26v-5.21l-1.51,1.37-.08.09.08.49v1.48c-.68-.09-2.44-.24-3.19.53-.95.94-1.29,2.08-.6,4.64h10.84v-13.58c-.12.1-.23.21-.36.31ZM56.85,48.72c-.37,0-.67-.24-.67-.56s.3-.56.67-.56.67.25.67.56-.3.56-.67.56Z\"><\/path><path class=\"st2\" d=\"M60.03,37.78c-.12-.34-.28-.47-.28-.88s.23-.76.41-.59c.16.16.16.95.16,1.24s-.17.55-.29.23Z\"><\/path><path class=\"st2\" d=\"M57.98,39.42c.06-.05.27.03.35.04.18.03.37.05.56.03.32-.03.63-.15.88-.36.18-.14.34-.48.59-.49.11,0,.21.07.29.15.08.08.16.17.25.23.22.12.5.04.72-.06.23-.1.45-.22.71-.19.03,0,.06.01.09.02.05.03.06.1.05.15-.07.63-.78.8-1.3.67-.34-.09-.63-.31-.81-.61.07.11-.2.42-.27.5-.13.16-.3.27-.51.33-.37.11-.93.15-1.29,0-.11-.04-.4-.25-.35-.41,0-.01.01-.02.02-.02Z\"><\/path><\/g><\/g><metadata><\/metadata><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h6 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tAl-Kasid Commercial Agencies \u2013 Iraq\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h6>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0abcfc4 elementor-widget__width-initial elementor-widget-mobile_extra__width-inherit elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"0abcfc4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>A cornerstone of our operations in Iraq, this entity manages the import, distribution, and representation of global brands in automotive, equipment, and energy sectors.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8777c47 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"8777c47\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;opal-move-up&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cb26894 elementor-position-inline-start elementor-widget__width-initial elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"cb26894\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:i=\"http:\/\/ns.adobe.com\/AdobeIllustrator\/10.0\/\" id=\"Layer_1\" viewBox=\"0 0 90.47 90.47\"><defs><style>      .st0 {        fill: #010101;      }      .st1 {        fill: #fff;      }      .st2 {        fill: #047a3e;      }      .st3 {        fill: #cd1427;      }    <\/style><\/defs><path class=\"st0\" d=\"M68.91,21.82c14.69,14.69,15.97,37.31,2.85,50.43-13.12,13.12-35.74,11.84-50.42-2.85-14.69-14.69-15.97-37.31-2.85-50.43,13.11-13.11,35.73-11.83,50.42,2.85Z\"><\/path><g><g><path class=\"st0\" d=\"M87.88,60.31c-6.22,17.56-22.99,30.16-42.65,30.16S8.8,77.87,2.58,60.31h85.3Z\"><\/path><path class=\"st3\" d=\"M87.88,30.16H2.59C8.8,12.61,25.58,0,45.23,0s36.42,12.61,42.65,30.16Z\"><\/path><path class=\"st1\" d=\"M90.47,45.23c0,5.29-.91,10.37-2.59,15.08H2.58c-1.68-4.71-2.58-9.79-2.58-15.08s.9-10.36,2.59-15.08h85.29c1.68,4.72,2.59,9.8,2.59,15.08Z\"><\/path><\/g><g><g><path class=\"st2\" d=\"M24.78,52.66c-.43,0-.78.35-.78.77s.36.78.78.78.78-.35.78-.78-.36-.77-.78-.77Z\"><\/path><path class=\"st2\" d=\"M42.12,43.73c-.17-.07-.34-.16-.5-.25-.01-.01-.13.09-.14.09-.3.22-.68.31-1,.53-.17.11-.32.25-.47.42-.23.27-.41.59-.52.93-.09.27-.16.57-.16.85h-8.07c.13-.12.25-.23.39-.36.33-.31.65-.63.98-.94.45-.44.9-.87,1.36-1.31.51-.49,1.01-.97,1.51-1.45.48-.47.96-.92,1.44-1.38.38-.37.76-.73,1.14-1.1.14-.13.27-.29.42-.43.18-.16.35-.21.57-.28.1-.03.2-.05.3-.09-.01,0-.06-.02-.23-.13-.29-.18-1.21-1.62-1.21-1.62.02.02-.1.21-.11.24-.13.34-.39.55-.64.79-.29.29-.6.58-.89.86-.4.39-.79.76-1.2,1.15-.45.43-.9.86-1.35,1.3-.47.44-.92.88-1.39,1.33-.42.41-.84.81-1.27,1.22-.35.34-.69.67-1.04.99-.22.21-.45.43-.67.64-.05.05-.11.1-.16.16l.19,1.7h11.59v-1.29c0-.26.01-.53,0-.79-.01-.51.73-.72,1.08-.42.17.16.21.4.21.62-.02.74-.01,1.48-.01,2.22v.82h-15.53v-3.43s-.68.67-1.82,1.09c0,0,.39.77.39,1.4v.94h-3.52c-.24-1.37-.65-2.46-.65-2.46,0,0-.89.92-2.18,1.51-.15.06,3.84,4.19-.6,6.38,2.39.19,3.3-1.03,3.54-2.57h22.04v-6.3c0-.08-.09-.21-.13-.28-.05-.1-.11-.19-.18-.28-.13-.18-.29-.35-.47-.49-.22-.17-.49-.3-.74-.41-.1-.05-.2-.09-.29-.13Z\"><\/path><\/g><path class=\"st2\" d=\"M49.03,48.28s-.41.53-.61.61c-.24.1-1.08,0-1.08,0v-9.5s.03-.3.31-.59c-.29-.1-2.05-1.34-2.05-1.34v14.11h4.71c-.6-.14-1.29-3.29-1.29-3.29Z\"><\/path><path class=\"st2\" d=\"M70.81,48.28s-.41.53-.6.61c-.25.1-1.08,0-1.08,0v-9.5s.03-.3.3-.59c-.28-.1-2.04-1.34-2.04-1.34v14.11h4.7c-.59-.14-1.29-3.29-1.29-3.29Z\"><\/path><path class=\"st2\" d=\"M64.89,38.31c-.22.2-.46.42-.68.62-.15.14-.31.27-.47.42,0,.01-.01.02-.02.02-.03.03-.07.04-.07.09,0,.03.01.06.02.08.06.15.05.29.05.46v8.18h-1.25v-7.7s-.07.07-.11.1c-.08.08-.18.16-.27.24-.11.11-.23.21-.35.33-.12.11-.24.22-.36.34-.1.08-.19.16-.28.25-.06.05-.12.11-.19.14-.02.01-.04.01-.04.03.01.03.02.06.03.09.02.08.04.15.05.24.02.08.02.16.02.24v5.69h-1.26v-5.21l-1.51,1.37-.08.09.08.49v1.48c-.68-.09-2.44-.24-3.19.53-.95.94-1.29,2.08-.6,4.64h10.84v-13.58c-.12.1-.23.21-.36.31ZM56.85,48.72c-.37,0-.67-.24-.67-.56s.3-.56.67-.56.67.25.67.56-.3.56-.67.56Z\"><\/path><path class=\"st2\" d=\"M60.03,37.78c-.12-.34-.28-.47-.28-.88s.23-.76.41-.59c.16.16.16.95.16,1.24s-.17.55-.29.23Z\"><\/path><path class=\"st2\" d=\"M57.98,39.42c.06-.05.27.03.35.04.18.03.37.05.56.03.32-.03.63-.15.88-.36.18-.14.34-.48.59-.49.11,0,.21.07.29.15.08.08.16.17.25.23.22.12.5.04.72-.06.23-.1.45-.22.71-.19.03,0,.06.01.09.02.05.03.06.1.05.15-.07.63-.78.8-1.3.67-.34-.09-.63-.31-.81-.61.07.11-.2.42-.27.5-.13.16-.3.27-.51.33-.37.11-.93.15-1.29,0-.11-.04-.4-.25-.35-.41,0-.01.01-.02.02-.02Z\"><\/path><\/g><\/g><metadata><\/metadata><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h6 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tAl-Kasid Land Transportation Co\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h6>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d872f32 elementor-widget__width-initial elementor-widget-mobile_extra__width-inherit elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"d872f32\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Providing reliable and efficient freight services nationwide, this company operates one of Iraq\u2019s leading logistics fleets, supporting industries across the supply chain.<\/p><p><strong>\u00a0<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd1634b e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"fd1634b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;opal-move-up&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4a3ad44 elementor-position-inline-start elementor-widget__width-initial elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"4a3ad44\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:i=\"http:\/\/ns.adobe.com\/AdobeIllustrator\/10.0\/\" id=\"Layer_1\" viewBox=\"0 0 90.47 90.47\"><defs><style>      .st0 {        fill: #010101;      }      .st1 {        fill: #fff;      }      .st2 {        fill: #047a3e;      }      .st3 {        fill: #cd1427;      }    <\/style><\/defs><path class=\"st0\" d=\"M68.91,21.82c14.69,14.69,15.97,37.31,2.85,50.43-13.12,13.12-35.74,11.84-50.42-2.85-14.69-14.69-15.97-37.31-2.85-50.43,13.11-13.11,35.73-11.83,50.42,2.85Z\"><\/path><g><g><path class=\"st0\" d=\"M87.88,60.31c-6.22,17.56-22.99,30.16-42.65,30.16S8.8,77.87,2.58,60.31h85.3Z\"><\/path><path class=\"st3\" d=\"M87.88,30.16H2.59C8.8,12.61,25.58,0,45.23,0s36.42,12.61,42.65,30.16Z\"><\/path><path class=\"st1\" d=\"M90.47,45.23c0,5.29-.91,10.37-2.59,15.08H2.58c-1.68-4.71-2.58-9.79-2.58-15.08s.9-10.36,2.59-15.08h85.29c1.68,4.72,2.59,9.8,2.59,15.08Z\"><\/path><\/g><g><g><path class=\"st2\" d=\"M24.78,52.66c-.43,0-.78.35-.78.77s.36.78.78.78.78-.35.78-.78-.36-.77-.78-.77Z\"><\/path><path class=\"st2\" d=\"M42.12,43.73c-.17-.07-.34-.16-.5-.25-.01-.01-.13.09-.14.09-.3.22-.68.31-1,.53-.17.11-.32.25-.47.42-.23.27-.41.59-.52.93-.09.27-.16.57-.16.85h-8.07c.13-.12.25-.23.39-.36.33-.31.65-.63.98-.94.45-.44.9-.87,1.36-1.31.51-.49,1.01-.97,1.51-1.45.48-.47.96-.92,1.44-1.38.38-.37.76-.73,1.14-1.1.14-.13.27-.29.42-.43.18-.16.35-.21.57-.28.1-.03.2-.05.3-.09-.01,0-.06-.02-.23-.13-.29-.18-1.21-1.62-1.21-1.62.02.02-.1.21-.11.24-.13.34-.39.55-.64.79-.29.29-.6.58-.89.86-.4.39-.79.76-1.2,1.15-.45.43-.9.86-1.35,1.3-.47.44-.92.88-1.39,1.33-.42.41-.84.81-1.27,1.22-.35.34-.69.67-1.04.99-.22.21-.45.43-.67.64-.05.05-.11.1-.16.16l.19,1.7h11.59v-1.29c0-.26.01-.53,0-.79-.01-.51.73-.72,1.08-.42.17.16.21.4.21.62-.02.74-.01,1.48-.01,2.22v.82h-15.53v-3.43s-.68.67-1.82,1.09c0,0,.39.77.39,1.4v.94h-3.52c-.24-1.37-.65-2.46-.65-2.46,0,0-.89.92-2.18,1.51-.15.06,3.84,4.19-.6,6.38,2.39.19,3.3-1.03,3.54-2.57h22.04v-6.3c0-.08-.09-.21-.13-.28-.05-.1-.11-.19-.18-.28-.13-.18-.29-.35-.47-.49-.22-.17-.49-.3-.74-.41-.1-.05-.2-.09-.29-.13Z\"><\/path><\/g><path class=\"st2\" d=\"M49.03,48.28s-.41.53-.61.61c-.24.1-1.08,0-1.08,0v-9.5s.03-.3.31-.59c-.29-.1-2.05-1.34-2.05-1.34v14.11h4.71c-.6-.14-1.29-3.29-1.29-3.29Z\"><\/path><path class=\"st2\" d=\"M70.81,48.28s-.41.53-.6.61c-.25.1-1.08,0-1.08,0v-9.5s.03-.3.3-.59c-.28-.1-2.04-1.34-2.04-1.34v14.11h4.7c-.59-.14-1.29-3.29-1.29-3.29Z\"><\/path><path class=\"st2\" d=\"M64.89,38.31c-.22.2-.46.42-.68.62-.15.14-.31.27-.47.42,0,.01-.01.02-.02.02-.03.03-.07.04-.07.09,0,.03.01.06.02.08.06.15.05.29.05.46v8.18h-1.25v-7.7s-.07.07-.11.1c-.08.08-.18.16-.27.24-.11.11-.23.21-.35.33-.12.11-.24.22-.36.34-.1.08-.19.16-.28.25-.06.05-.12.11-.19.14-.02.01-.04.01-.04.03.01.03.02.06.03.09.02.08.04.15.05.24.02.08.02.16.02.24v5.69h-1.26v-5.21l-1.51,1.37-.08.09.08.49v1.48c-.68-.09-2.44-.24-3.19.53-.95.94-1.29,2.08-.6,4.64h10.84v-13.58c-.12.1-.23.21-.36.31ZM56.85,48.72c-.37,0-.67-.24-.67-.56s.3-.56.67-.56.67.25.67.56-.3.56-.67.56Z\"><\/path><path class=\"st2\" d=\"M60.03,37.78c-.12-.34-.28-.47-.28-.88s.23-.76.41-.59c.16.16.16.95.16,1.24s-.17.55-.29.23Z\"><\/path><path class=\"st2\" d=\"M57.98,39.42c.06-.05.27.03.35.04.18.03.37.05.56.03.32-.03.63-.15.88-.36.18-.14.34-.48.59-.49.11,0,.21.07.29.15.08.08.16.17.25.23.22.12.5.04.72-.06.23-.1.45-.22.71-.19.03,0,.06.01.09.02.05.03.06.1.05.15-.07.63-.78.8-1.3.67-.34-.09-.63-.31-.81-.61.07.11-.2.42-.27.5-.13.16-.3.27-.51.33-.37.11-.93.15-1.29,0-.11-.04-.4-.25-.35-.41,0-.01.01-.02.02-.02Z\"><\/path><\/g><\/g><metadata><\/metadata><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h6 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tAl-Kasid Engineering &amp; General Contracting Co.\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h6>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1669ed4 elementor-widget__width-initial elementor-widget-mobile_extra__width-inherit elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"1669ed4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Specialized in delivering engineering, procurement, and contracting services, this affiliate supports critical infrastructure and development projects across the country.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-de6b2a7 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"de6b2a7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;opal-move-up&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f02e38 elementor-position-inline-start elementor-widget__width-initial elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"5f02e38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:i=\"http:\/\/ns.adobe.com\/AdobeIllustrator\/10.0\/\" id=\"Layer_1\" viewBox=\"0 0 90.51 90.51\"><defs><style>      .st0 {        fill: #010101;      }      .st1 {        fill: #fff;      }      .st2 {        fill: #037433;      }      .st3 {        fill: #e52521;      }    <\/style><\/defs><g><path class=\"st0\" d=\"M68.96,21.82c14.69,14.69,15.97,37.31,2.85,50.43-13.12,13.11-35.74,11.83-50.43-2.85-14.68-14.69-15.96-37.31-2.85-50.43,13.12-13.12,35.74-11.84,50.43,2.85Z\"><\/path><g><path class=\"st3\" d=\"M31.48,2.15v86.2C13.24,82.52,0,65.41,0,45.25S13.24,7.99,31.48,2.15Z\"><\/path><g><path class=\"st0\" d=\"M87.93,60.34c-6.22,17.56-23.01,30.17-42.67,30.17-4.8,0-9.43-.75-13.78-2.15v-28.01h56.45Z\"><\/path><path class=\"st2\" d=\"M87.93,30.18H31.48V2.15c4.35-1.4,8.98-2.15,13.78-2.15,19.67,0,36.45,12.61,42.67,30.18Z\"><\/path><path class=\"st1\" d=\"M90.51,45.25c0,5.29-.9,10.37-2.58,15.09H31.48v-30.17h56.45c1.68,4.71,2.58,9.79,2.58,15.08Z\"><\/path><\/g><\/g><\/g><g><path class=\"st0\" d=\"M68.96,21.82c14.69,14.69,15.97,37.31,2.85,50.43-13.12,13.11-35.74,11.83-50.43-2.85-14.68-14.69-15.96-37.31-2.85-50.43,13.12-13.12,35.74-11.84,50.43,2.85Z\"><\/path><g><path class=\"st3\" d=\"M31.48,2.15v86.2C13.24,82.52,0,65.41,0,45.25S13.24,7.99,31.48,2.15Z\"><\/path><g><path class=\"st0\" d=\"M87.93,60.34c-6.22,17.56-23.01,30.17-42.67,30.17-4.8,0-9.43-.75-13.78-2.15v-28.01h56.45Z\"><\/path><path class=\"st2\" d=\"M87.93,30.18H31.48V2.15c4.35-1.4,8.98-2.15,13.78-2.15,19.67,0,36.45,12.61,42.67,30.18Z\"><\/path><path class=\"st1\" d=\"M90.51,45.25c0,5.29-.9,10.37-2.58,15.09H31.48v-30.17h56.45c1.68,4.71,2.58,9.79,2.58,15.08Z\"><\/path><\/g><\/g><\/g><metadata><\/metadata><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h6 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tAl-Kasid Regional Office \u2013 UAE\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h6>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ab77a25 elementor-widget__width-initial elementor-widget-mobile_extra__width-inherit elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"ab77a25\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Serving as the group\u2019s regional hub, our UAE office supports operations, business development, and strategic partnerships across the Middle East and beyond.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-49682e0 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"49682e0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;opal-move-up&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-80b3122 elementor-position-inline-start elementor-widget__width-initial elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"80b3122\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:i=\"http:\/\/ns.adobe.com\/AdobeIllustrator\/10.0\/\" id=\"Layer_1\" viewBox=\"0 0 90.51 90.51\"><defs><style>      .st0 {        fill: #010101;      }      .st1 {        fill: #fff;      }      .st2 {        fill: #047a3e;      }      .st3 {        fill: #cd1427;      }    <\/style><\/defs><path class=\"st0\" d=\"M68.95,21.82c14.69,14.69,15.97,37.3,2.85,50.42-13.12,13.12-35.74,11.84-50.42-2.85-14.69-14.68-15.97-37.3-2.85-50.42,13.11-13.12,35.73-11.84,50.42,2.85Z\"><\/path><g><g><path class=\"st2\" d=\"M87.92,60.34c-6.22,17.56-23,30.17-42.67,30.17-14.09,0-26.7-6.48-35.01-16.6-3.29-4.01-5.9-8.59-7.67-13.57h85.34Z\"><\/path><path class=\"st1\" d=\"M90.51,45.25c0,5.29-.91,10.37-2.59,15.09H2.58c-1.67-4.72-2.58-9.8-2.58-15.09s.91-10.37,2.59-15.09h85.33c1.68,4.72,2.59,9.8,2.59,15.09Z\"><\/path><path class=\"st0\" d=\"M87.92,30.17H2.59c1.76-4.97,4.37-9.54,7.66-13.55C18.55,6.48,31.16,0,45.25,0c19.67,0,36.44,12.61,42.67,30.17Z\"><\/path><\/g><g><path class=\"st3\" d=\"M67.54,45.25l-30.17,15.09-27.13,13.57c-3.29-4.01-5.9-8.59-7.67-13.57-1.67-4.72-2.58-9.8-2.58-15.09s.91-10.37,2.59-15.09c1.76-4.97,4.37-9.54,7.66-13.55l27.12,13.55,30.18,15.09Z\"><\/path><polygon class=\"st1\" points=\"22.94 38.98 24.37 42.6 28.1 41.47 26.16 44.85 29.37 47.05 25.52 47.64 25.8 51.53 22.94 48.88 20.07 51.53 20.36 47.64 16.5 47.05 19.72 44.85 17.78 41.47 21.51 42.6 22.94 38.98\"><\/polygon><\/g><\/g><metadata><\/metadata><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h6 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tAl-Kasid Commercial Agencies \u2013 Freezone \u2013 Jordan\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h6>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a66afe elementor-widget__width-initial elementor-widget-mobile_extra__width-inherit elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3a66afe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Based in Jordan\u2019s Free Zone, this entity facilitates cross-border trade and vehicle distribution, enhancing our regional logistics and commercial footprint<\/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-c4843f7 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"c4843f7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e20caab e-con-full e-flex e-con e-child\" data-id=\"e20caab\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c77bb2 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"5c77bb2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" 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=\"140\" height=\"140\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/03\/h1_img-4.jpg\" class=\"attachment-full size-full wp-image-510\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94b8faa elementor-absolute elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"94b8faa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"spaciaz-icon- spaciaz-icon-quote-1\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c46554 rotate elementor-widget elementor-widget-text-path\" data-id=\"6c46554\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;text&quot;:&quot;what people says \\u00b7 what people says \\u00b7  what people says \\u00b7  what people says \\u00b7 &quot;,&quot;align&quot;:&quot;center&quot;,&quot;link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;start_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]}}\" data-widget_type=\"text-path.default\">\n\t\t\t\t\t\t\t<div class=\"e-text-path\" data-text=\"what people says &middot; what people says &middot;  what people says &middot;  what people says &middot; \" data-url=\"\/\/al-kasid.com\/wp-content\/plugins\/elementor\/assets\/svg-paths\/circle.svg\" data-link-url=\"\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63c64d1 elementor-absolute elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"63c64d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"320\" height=\"104\" viewBox=\"0 0 320 104\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 0H320C290.545 0 267.772 24.6753 253.628 49.8666C235.516 82.1247 200.378 104 160 104C119.622 104 84.4835 82.1247 66.3718 49.8666C52.228 24.6753 29.4552 0 0 0Z\" fill=\"white\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-85b74ea alignment-center elementor-swiper-button-next-horizontal-right elementor-swiper-button-prev-horizontal-left elementor-swiper-button-next-vertical-top elementor-swiper-button-prev-vertical-top animated-fast testimonial-layout-1 overflow-to-none elementor-invisible elementor-widget elementor-widget-spaciaz-testimonials\" data-id=\"85b74ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;_animation&quot;:&quot;opal-move-up&quot;,&quot;testimonial_layout&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;spaceBetween_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;spaceBetween_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;swiper_overflow&quot;:&quot;none&quot;,&quot;enable_scrollbar&quot;:&quot;no&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;loopAdditionalSlides&quot;:0,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"spaciaz-testimonials.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"elementor-testimonial-item-wrapper spaciaz-swiper swiper \" dir=\"ltr\">\n                <div class=\"layout-1 swiper-wrapper\">\n                                            <div class=\"grid-item swiper-slide elementor-testimonial-item  \">\n                            <div class=\"testimonial-content elementor-repeater-item-2d49c77\">\n                                                                \n                                <div class=\"wrap_content\">\n                                    <div class=\"content-head\">\n                                                                                                                            <div class=\"content\"><p>\u201c They knew what they were doing and were incredibly knowledgeable throughout the process. A wonderful!\u201d<\/p><\/div>\n                                                                            <\/div>\n                                    <div class=\"details\">\n\n                                                                                <div class=\"details-info\">\n                                            <span class=\"name\">Feras Al Faouri<\/span>                                                                                            <span class=\"job\">Ocean Design<\/span>\n                                                                                                                                <\/div>\n                                    <\/div>\n                                <\/div>\n\n                            <\/div>\n                        <\/div>\n                                    <\/div>\n            <\/div>\n                                <div class=\"elementor-swiper-button elementor-swiper-button-prev\">\n                <i class=\"spaciaz-icon-chevron-left\" aria-hidden=\"true\"><\/i>\n                <span class=\"elementor-screen-only\">Previous<\/span>\n            <\/div>\n            <div class=\"elementor-swiper-button elementor-swiper-button-next\">\n                <i class=\"spaciaz-icon-chevron-right\" aria-hidden=\"true\"><\/i>\n                <span class=\"elementor-screen-only\">Next<\/span>\n            <\/div>\n        \n            \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-7f9b39a elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"7f9b39a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-11273c0 e-con-full e-flex e-con e-child\" data-id=\"11273c0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-284d41b e-flex e-con-boxed e-con e-child\" data-id=\"284d41b\" data-element_type=\"container\" data-e-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-bfef70b e-flex e-con-boxed e-con e-child\" data-id=\"bfef70b\" data-element_type=\"container\" data-e-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\t\t<div class=\"elementor-element elementor-element-4baf536 box-width-yes elementor-widget__width-initial animated-fast spaciaz-scrolling-ltr elementor-invisible elementor-widget elementor-widget-spaciaz-slide-scrolling\" data-id=\"4baf536\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;opal-helix&quot;}\" data-widget_type=\"spaciaz-slide-scrolling.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"elementor-scrolling\">\n                <div class=\"elementor-scrolling-wrapper\">\n                                            <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>QUICK ENQUIRY<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>QUICK ENQUIRY<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>QUICK ENQUIRY<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>QUICK ENQUIRY<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>QUICK ENQUIRY<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>QUICK ENQUIRY<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>QUICK ENQUIRY<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>QUICK ENQUIRY<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-scrolling-inner\">\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-3eace46\">\n                                                <span>QUICK ENQUIRY<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-9398599\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-18b9ba4\">\n                                                <span>QUICK ENQUIRY<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n\n                                        \n                                                                                    <div class=\"scrolling-title elementor-repeater-item-194a249\">\n                                                <span>\u00b7<\/span>                                            <\/div>\n                                        \n                                        \n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n                                        <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1976752 elementor-widget__width-initial animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1976752\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;opal-move-up&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Get specialist advice<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1eb415e animated-fast elementor-invisible elementor-widget elementor-widget-spaciaz-contactform\" data-id=\"1eb415e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;opal-move-up&quot;}\" data-widget_type=\"spaciaz-contactform.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f10-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"10\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/ar\/wp-json\/wp\/v2\/pages\/41#wpcf7-f10-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"10\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f10-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div class=\"row\">\n\t<div class=\"column-50\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your Name*\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"column-50\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email*\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"column-50\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"tel-104\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone Number *\" value=\"\" type=\"tel\" name=\"tel-104\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"column-50\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"select-796\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" name=\"select-796\"><option value=\"\">You inquiry about...<\/option><option value=\"Option 1\">Option 1<\/option><option value=\"Option 2\">Option 2<\/option><option value=\"Option 3\">Option 3<\/option><\/select><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"column-50\">\n\t\t<p><span>We're excited to connect with you! Required fields are marked *<\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"column-50 wpcf7-button\">\n\t\t<div class=\"submit-btn enable-style-icon-yes\">\n\t\t\t<p><button type=\"submit\" value=\"submit\" class=\"elementor-button\"><span class=\"elementor-button-content-wrapper\"><span class=\"elementor-button-text\">get a call back<\/span><span class=\"elementor-button-icon\"><span class=\"btn-icon-wrap\"><span class=\"btn-icon\"><i class=\"spaciaz-icon- spaciaz-icon-arrow-long-right\"><\/i><\/span><span class=\"btn-icon-hover\"><i class=\"spaciaz-icon- spaciaz-icon-arrow-long-right\"><\/i><\/span><\/span><\/span><\/span><\/button>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a62517a elementor-absolute elementor-widget elementor-widget-image\" data-id=\"a62517a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}}}\" 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=\"690\" height=\"383\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/03\/h1_shape.png\" class=\"attachment-full size-full wp-image-716\" alt=\"\" srcset=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/03\/h1_shape.png 690w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/03\/h1_shape-300x167.png 300w\" sizes=\"(max-width: 690px) 100vw, 690px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1aa511c elementor-absolute elementor-widget elementor-widget-image\" data-id=\"1aa511c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;],&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}}}\" 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=\"690\" height=\"383\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/03\/h1_shape.png\" class=\"attachment-full size-full wp-image-716\" alt=\"\" srcset=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/03\/h1_shape.png 690w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/03\/h1_shape-300x167.png 300w\" sizes=\"(max-width: 690px) 100vw, 690px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\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 class=\"elementor-element elementor-element-9702a47 elementor-widget__width-initial elementor-widget elementor-widget-spacer\" data-id=\"9702a47\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;spaciaz_decor_top_left&quot;:&quot;yes&quot;,&quot;spaciaz_decor_bottom_right&quot;:&quot;yes&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t                <div class=\"custom-elementor-parallax\" data-id=\"11273c0\" data-settings=\"{&quot;type&quot;:&quot;scroll&quot;,&quot;speed&quot;:&quot;1.2&quot;,&quot;keepImg&quot;:&quot;true&quot;,&quot;imgSize&quot;:&quot;cover&quot;,&quot;imgPosition&quot;:&quot;50% 0%&quot;,&quot;noAndroid&quot;:&quot;false&quot;,&quot;noIos&quot;:&quot;false&quot;}\"><\/div>\n            \t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6944deb e-flex e-con-boxed e-con e-parent\" data-id=\"6944deb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Welcome to Al-Kasid Group Shaping Iraq\u2019s Future with Trusted Excellence At Al-Kasid Group, we lead with integrity, deliver with excellence, and build with purpose, shaping a brighter future for Iraq and the region. Featured Projects Erbil Ford Showroom &amp; Service Centre A state-of-the-art facility combining innovation with exceptional customer service. Basra Logistics Hub A strategic [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-homepage.php","meta":{"footnotes":""},"class_list":["post-41","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/al-kasid.com\/ar\/wp-json\/wp\/v2\/pages\/41","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/al-kasid.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/al-kasid.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/al-kasid.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/al-kasid.com\/ar\/wp-json\/wp\/v2\/comments?post=41"}],"version-history":[{"count":938,"href":"https:\/\/al-kasid.com\/ar\/wp-json\/wp\/v2\/pages\/41\/revisions"}],"predecessor-version":[{"id":12598,"href":"https:\/\/al-kasid.com\/ar\/wp-json\/wp\/v2\/pages\/41\/revisions\/12598"}],"wp:attachment":[{"href":"https:\/\/al-kasid.com\/ar\/wp-json\/wp\/v2\/media?parent=41"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}