{"id":12727,"date":"2026-08-01T09:39:53","date_gmt":"2026-08-01T09:39:53","guid":{"rendered":"https:\/\/al-kasid.com\/?page_id=12727"},"modified":"2026-08-06T12:49:56","modified_gmt":"2026-08-06T12:49:56","slug":"home-page","status":"publish","type":"page","link":"https:\/\/al-kasid.com\/ar\/","title":{"rendered":"Home page"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12727\" class=\"elementor elementor-12727\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2527229 e-flex e-con-boxed e-con e-parent\" data-id=\"2527229\" 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-3c108ae3 elementor-widget elementor-widget-html\" data-id=\"3c108ae3\" 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-4b63939a elementor-absolute elementor-widget elementor-widget-spacer\" data-id=\"4b63939a\" 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-58e14288 elementor-widget__width-initial animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"58e14288\" 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-611b1cb5 elementor-widget__width-inherit animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"611b1cb5\" 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-774843f4 elementor-widget__width-inherit animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"774843f4\" 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-506b5db7 elementor-widget elementor-widget-spacer\" data-id=\"506b5db7\" 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-35f316f e-con-full e-flex e-con e-child\" data-id=\"35f316f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-705df058 elementor-widget__width-initial animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"705df058\" 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-468df5d1 e-con-full e-grid disable-link e-con e-child\" data-id=\"468df5d1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4fe0a8e9 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"4fe0a8e9\" 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-3bf0b56f show-divider-yes elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3bf0b56f\" 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-35786299 e-con-full animated-fast disable-link e-flex elementor-invisible e-con e-child\" data-id=\"35786299\" 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-328fb33c show-divider-yes elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"328fb33c\" 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-33696e7a e-con-full animated-fast disable-link e-flex elementor-invisible e-con e-child\" data-id=\"33696e7a\" 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-7eee103d show-divider-yes elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"7eee103d\" 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-d82f8e3 mobile-hero-slider e-flex e-con-boxed e-con e-parent\" data-id=\"d82f8e3\" data-element_type=\"container\" data-e-type=\"container\" id=\"bg-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-160a199 elementor-widget elementor-widget-html\" data-id=\"160a199\" 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-19b22a7 elementor-absolute elementor-widget elementor-widget-spacer\" data-id=\"19b22a7\" 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-f736650 elementor-widget__width-initial animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"f736650\" 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-9ddd806 elementor-widget__width-inherit animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"9ddd806\" 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-23535a6 elementor-widget__width-inherit animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"23535a6\" 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-5a8fe46 elementor-widget elementor-widget-spacer\" data-id=\"5a8fe46\" 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-6c29a71 e-con-full e-flex e-con e-child\" data-id=\"6c29a71\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eacfec5 elementor-widget__width-initial animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"eacfec5\" 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-0cdf65f e-con-full e-grid disable-link e-con e-child\" data-id=\"0cdf65f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0c3e9bd e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"0c3e9bd\" 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-1c0aaf9 show-divider-yes elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"1c0aaf9\" 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-3772783 e-con-full animated-fast disable-link e-flex elementor-invisible e-con e-child\" data-id=\"3772783\" 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-6d49657 show-divider-yes elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"6d49657\" 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-6189010 e-con-full animated-fast disable-link e-flex elementor-invisible e-con e-child\" data-id=\"6189010\" 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-b955271 show-divider-yes elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"b955271\" 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-684fdf31 e-flex e-con-boxed e-con e-parent\" data-id=\"684fdf31\" 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-4a47e22d e-con-full e-flex e-con e-child\" data-id=\"4a47e22d\" data-element_type=\"container\" data-e-type=\"container\" id=\"Official\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e271406 box-width-yes elementor-widget__width-initial animated-fast spaciaz-scrolling-ltr elementor-invisible elementor-widget elementor-widget-spaciaz-slide-scrolling\" data-id=\"5e271406\" 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-19f38bec elementor-widget__width-inherit animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"19f38bec\" 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-3eb9e123 elementor-widget elementor-widget-text-editor\" data-id=\"3eb9e123\" 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-5aefa618 e-con-full e-flex e-con e-child\" data-id=\"5aefa618\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d40faff elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel\" data-id=\"7d40faff\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_per_view&quot;:&quot;5&quot;,&quot;slides_per_view_mobile&quot;:&quot;2&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;slides_to_scroll_mobile&quot;:&quot;1&quot;,&quot;autoplay_speed&quot;:1000,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;speed&quot;:250,&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"media-carousel.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/al-kasid.com\/ford-trucks\/\" target=\"_blank\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Official Representations -Hyundai-08\" style=\"background-image: url(&#039;https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-08.svg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/al-kasid.com\/hyundai-material-handling-2\/\" target=\"_blank\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Official Representations -Hyundai-07\" style=\"background-image: url(&#039;https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-07.svg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/al-kasid.com\/hyundai-construction-equipment\/\" target=\"_blank\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Official Representations -Hyundai-06\" style=\"background-image: url(&#039;https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/12\/Official-Representations-Hyundai-06.svg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/al-kasid.com\/rosenbauer\/\" target=\"_blank\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Official Representations -Rosenbauer\" style=\"background-image: url(&#039;https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Rosenbauer.svg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/al-kasid.com\/kcp\/\" target=\"_blank\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Official Representations -KCP\" style=\"background-image: url(&#039;https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-KCP.svg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/al-kasid.com\/hyundai-commercial-vehicles-buses\/\" target=\"_blank\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Official Representations -Hyundai\" style=\"background-image: url(&#039;https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Hyundai.svg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/www.me.ford.com\/en\/irq\/\" target=\"_blank\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Official Representations -Ford\" style=\"background-image: url(&#039;https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-Ford.svg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/al-kasid.com\/aj-power\/\" target=\"_blank\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Official Representations -AJ Power\" style=\"background-image: url(&#039;https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/08\/Official-Representations-AJ-Power.svg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-349f6f77 e-flex e-con-boxed e-con e-parent\" data-id=\"349f6f77\" 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-312d9722 e-con-full e-flex e-con e-child\" data-id=\"312d9722\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33085a05 box-width-yes elementor-widget__width-initial animated-fast spaciaz-scrolling-ltr elementor-invisible elementor-widget elementor-widget-spaciaz-slide-scrolling\" data-id=\"33085a05\" 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-35744a1d e-con-full e-flex e-con e-child\" data-id=\"35744a1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-21bd4a6e animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"21bd4a6e\" 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-427e033b elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"427e033b\" 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-32eb767b e-con-full e-grid animated-fast elementor-invisible e-con e-child\" data-id=\"32eb767b\" 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-28572334 e-con-full e-flex e-con e-child\" data-id=\"28572334\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7ee5f5ad elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"7ee5f5ad\" 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-4f7be375 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"4f7be375\" 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-1fa44461 e-con-full e-flex e-con e-child\" data-id=\"1fa44461\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-58722da2 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"58722da2\" 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-7983b3d6 elementor-widget elementor-widget-text-editor\" data-id=\"7983b3d6\" 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-2235e6c2 e-con-full e-flex e-con e-child\" data-id=\"2235e6c2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4c4e9e62 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4c4e9e62\" 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-76071da7 elementor-widget elementor-widget-text-editor\" data-id=\"76071da7\" 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-25a8485c ser e-flex e-con-boxed e-con e-parent\" data-id=\"25a8485c\" 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-36aa926f elementor-widget__width-inherit animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"36aa926f\" 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-2a972786 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"2a972786\" 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-fce999 e-con-full e-grid servicedir e-con e-child\" data-id=\"fce999\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1acc659c e-con-full animated-fast box-hover e-flex elementor-invisible e-con e-child\" data-id=\"1acc659c\" 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-7ac38c46 elementor-widget elementor-widget-heading\" data-id=\"7ac38c46\" 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-585adbe1 elementor-absolute servicedir elementor-widget elementor-widget-image\" data-id=\"585adbe1\" 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-21f0ead6 e-con-full animated-fast box-hover e-flex elementor-invisible e-con e-child\" data-id=\"21f0ead6\" 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-2dac752b elementor-widget elementor-widget-heading\" data-id=\"2dac752b\" 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-6603a781 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"6603a781\" 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-4e1f56b1 e-con-full animated-fast box-hover e-flex elementor-invisible e-con e-child\" data-id=\"4e1f56b1\" 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-699f71d9 elementor-widget elementor-widget-heading\" data-id=\"699f71d9\" 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-66193c76 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"66193c76\" 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-96f8656 e-con-full e-grid servicedir e-con e-child\" data-id=\"96f8656\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6cf48dc9 e-con-full animated-fast box-hover e-flex elementor-invisible e-con e-child\" data-id=\"6cf48dc9\" 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-66dc1618 elementor-widget elementor-widget-heading\" data-id=\"66dc1618\" 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-7aaf10ee elementor-absolute servicedir elementor-widget elementor-widget-image\" data-id=\"7aaf10ee\" 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-73f5a790 e-con-full animated-fast box-hover e-flex elementor-invisible e-con e-child\" data-id=\"73f5a790\" 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-3bf4450f elementor-widget elementor-widget-heading\" data-id=\"3bf4450f\" 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-1ab63230 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"1ab63230\" 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-2ec6e904 e-con-full e-flex e-con e-parent\" data-id=\"2ec6e904\" 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-56f347a5 box-width-yes elementor-widget__width-initial animated-fast spaciaz-scrolling-ltr elementor-invisible elementor-widget elementor-widget-spaciaz-slide-scrolling\" data-id=\"56f347a5\" 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-154aeeb2 animated-fast elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"154aeeb2\" 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-19f69018 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"19f69018\" 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-61a12a09 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"61a12a09\" 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-669a4561 e-con-full disable-link elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"669a4561\" 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-1c382878 e-con-full e-flex e-con e-child\" data-id=\"1c382878\" 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-9a86b03 elementor-project-style-6 elementor-widget__width-inherit overflow-to-none elementor-widget elementor-widget-spaciaz-projects\" data-id=\"9a86b03\" 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=\"1600\" height=\"1199\" src=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/WhatsApp-Image-2026-07-29-at-4.09.41-PM.jpeg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/WhatsApp-Image-2026-07-29-at-4.09.41-PM.jpeg 1600w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/WhatsApp-Image-2026-07-29-at-4.09.41-PM-300x225.jpeg 300w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/WhatsApp-Image-2026-07-29-at-4.09.41-PM-1024x767.jpeg 1024w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/WhatsApp-Image-2026-07-29-at-4.09.41-PM-768x576.jpeg 768w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/WhatsApp-Image-2026-07-29-at-4.09.41-PM-1536x1151.jpeg 1536w, https:\/\/al-kasid.com\/wp-content\/uploads\/2025\/04\/WhatsApp-Image-2026-07-29-at-4.09.41-PM-16x12.jpeg 16w\" 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-11d0cdbf elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"11d0cdbf\" 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-54653b38 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-text-editor\" data-id=\"54653b38\" 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-2d5ccb76 e-con-full e-flex e-con e-child\" data-id=\"2d5ccb76\" 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-436881ac elementor-project-style-6 elementor-widget__width-inherit overflow-to-none elementor-widget elementor-widget-spaciaz-projects\" data-id=\"436881ac\" 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-376ff38f elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-text-editor\" data-id=\"376ff38f\" 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-1dacd7c elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"1dacd7c\" 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-56daba11 e-con-full e-flex e-con e-child\" data-id=\"56daba11\" 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-4022e6ae elementor-project-style-6 elementor-widget__width-inherit overflow-to-none elementor-widget elementor-widget-spaciaz-projects\" data-id=\"4022e6ae\" 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-5046795f elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-text-editor\" data-id=\"5046795f\" 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-381197fd elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"381197fd\" 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-5c3c23b e-con-full e-flex e-con e-child\" data-id=\"5c3c23b\" 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-70fbcec4 elementor-project-style-6 elementor-widget__width-inherit overflow-to-none elementor-widget elementor-widget-spaciaz-projects\" data-id=\"70fbcec4\" 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-7705edb3 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-text-editor\" data-id=\"7705edb3\" 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-36861a89 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"36861a89\" 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-77d34d0e e-con-full e-flex e-con e-child\" data-id=\"77d34d0e\" 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-5e739df elementor-project-style-6 elementor-widget__width-inherit overflow-to-none elementor-widget elementor-widget-spaciaz-projects\" data-id=\"5e739df\" 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-1c275487 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-text-editor\" data-id=\"1c275487\" 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-72cac63 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"72cac63\" 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-3b9ad9be e-con-full e-flex e-con e-child\" data-id=\"3b9ad9be\" 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-1e4f1c68 elementor-project-style-6 elementor-widget__width-inherit overflow-to-none elementor-widget elementor-widget-spaciaz-projects\" data-id=\"1e4f1c68\" 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-3a3251e1 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-text-editor\" data-id=\"3a3251e1\" 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-43ab01a4 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"43ab01a4\" 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-54f810d0 e-con-full e-flex e-con e-child\" data-id=\"54f810d0\" 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-233f7e9c elementor-project-style-6 elementor-widget__width-inherit overflow-to-none elementor-widget elementor-widget-spaciaz-projects\" data-id=\"233f7e9c\" 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-5fa0fd88 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-text-editor\" data-id=\"5fa0fd88\" 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-437f2733 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"437f2733\" 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-33c2a2a7 e-con-full e-flex e-con e-child\" data-id=\"33c2a2a7\" 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-713ee073 elementor-project-style-6 elementor-widget__width-inherit overflow-to-none elementor-widget elementor-widget-spaciaz-projects\" data-id=\"713ee073\" 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-1dd457e3 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-text-editor\" data-id=\"1dd457e3\" 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-5c44586 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"5c44586\" 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-7d28b3f6 e-con-full e-flex e-con e-parent\" data-id=\"7d28b3f6\" 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-72304a6b elementor-widget elementor-widget-html\" data-id=\"72304a6b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"ak-mobile-branches\" aria-label=\"Al-Kasid branches\">\r\n\r\n  <div class=\"ak-mobile-branches__head\">\r\n    <span>OUR LOCATIONS<\/span>\r\n    <h2>Facilities &amp; Regional Offices<\/h2>\r\n  <\/div>\r\n\r\n  <article class=\"ak-branch-card\" data-project-title=\"Baghdad \u2013 3S Facility\">\r\n    <img data-ak-dynamic-image alt=\"Baghdad 3S Facility\" loading=\"lazy\">\r\n\r\n    <div class=\"ak-branch-card__body\">\r\n      <div class=\"ak-branch-card__meta\">\r\n        <span>\u2316 Iraq<\/span>\r\n        <b>01<\/b>\r\n      <\/div>\r\n\r\n      <h3>\r\n        <a data-ak-dynamic-link>Baghdad \u2013 3S Facility<\/a>\r\n      <\/h3>\r\n\r\n      <p>\r\n        One of our flagship locations, serving Heavy Commercial Vehicles,\r\n        Heavy Construction Equipment, Ford Trucks, and Ford passenger vehicles.\r\n      <\/p>\r\n\r\n      <ul>\r\n        <li>Sales Showrooms<\/li>\r\n        <li>Service Center<\/li>\r\n        <li>Spare Parts Store<\/li>\r\n        <li>Vehicle Stock Yard<\/li>\r\n      <\/ul>\r\n    <\/div>\r\n  <\/article>\r\n\r\n\r\n  <article class=\"ak-branch-card\" data-project-title=\"Erbil \u2013 3S Facility\">\r\n    <img data-ak-dynamic-image alt=\"Erbil 3S Facility\" loading=\"lazy\">\r\n\r\n    <div class=\"ak-branch-card__body\">\r\n      <div class=\"ak-branch-card__meta\">\r\n        <span>\u2316 Erbil<\/span>\r\n        <b>02<\/b>\r\n      <\/div>\r\n\r\n      <h3>\r\n        <a data-ak-dynamic-link>Erbil \u2013 3S Facility<\/a>\r\n      <\/h3>\r\n\r\n      <p>\r\n        Supporting HCV, HCE, FT, and FMC, the Erbil branch brings our full\r\n        suite of services to northern Iraq.\r\n      <\/p>\r\n\r\n      <ul>\r\n        <li>Integrated Showroom &amp; Service Center<\/li>\r\n        <li>Spare Parts Store<\/li>\r\n      <\/ul>\r\n    <\/div>\r\n  <\/article>\r\n\r\n\r\n  <article\r\n    class=\"ak-branch-card\"\r\n    data-project-title=\"Sulaymaniyah \u2013 3S Facility\"\r\n  >\r\n    <img data-ak-dynamic-image alt=\"Sulaymaniyah 3S Facility\" loading=\"lazy\">\r\n\r\n    <div class=\"ak-branch-card__body\">\r\n      <div class=\"ak-branch-card__meta\">\r\n        <span>\u2316 Sulaymaniyah<\/span>\r\n        <b>03<\/b>\r\n      <\/div>\r\n\r\n      <h3>\r\n        <a data-ak-dynamic-link>Sulaymaniyah \u2013 3S Facility<\/a>\r\n      <\/h3>\r\n\r\n      <p>Dedicated to Ford Motor Company passenger vehicles.<\/p>\r\n\r\n      <ul>\r\n        <li>Modern Showroom<\/li>\r\n        <li>Service Center<\/li>\r\n      <\/ul>\r\n    <\/div>\r\n  <\/article>\r\n\r\n\r\n  <article\r\n    class=\"ak-branch-card\"\r\n    data-project-title=\"Anbar governorate 3S SC\"\r\n  >\r\n    <img\r\n      data-ak-dynamic-image\r\n      alt=\"Anbar Governorate 3S Service Center\"\r\n      loading=\"lazy\"\r\n    >\r\n\r\n    <div class=\"ak-branch-card__body\">\r\n      <div class=\"ak-branch-card__meta\">\r\n        <span>\u2316 Anbar<\/span>\r\n        <b>04<\/b>\r\n      <\/div>\r\n\r\n      <h3>\r\n        <a data-ak-dynamic-link>Anbar Governorate 3S SC<\/a>\r\n      <\/h3>\r\n\r\n      <p>\r\n        An integrated sales, maintenance, and spare-parts facility supporting\r\n        Hyundai and Ford sectors.\r\n      <\/p>\r\n\r\n      <ul>\r\n        <li>Sales Showrooms<\/li>\r\n        <li>Service Center<\/li>\r\n        <li>Spare Parts Store<\/li>\r\n        <li>Vehicle Stock Yard<\/li>\r\n      <\/ul>\r\n    <\/div>\r\n  <\/article>\r\n\r\n\r\n  <article class=\"ak-branch-card\" data-project-title=\"Basra Office\">\r\n    <img data-ak-dynamic-image alt=\"Basra Office\" loading=\"lazy\">\r\n\r\n    <div class=\"ak-branch-card__body\">\r\n      <div class=\"ak-branch-card__meta\">\r\n        <span>\u2316 Basra<\/span>\r\n        <b>05<\/b>\r\n      <\/div>\r\n\r\n      <h3>\r\n        <a data-ak-dynamic-link>Basra Office<\/a>\r\n      <\/h3>\r\n\r\n      <p>\r\n        Supporting local coordination, sales, and service inquiries in\r\n        southern Iraq.\r\n      <\/p>\r\n    <\/div>\r\n  <\/article>\r\n\r\n\r\n  <article class=\"ak-branch-card\" data-project-title=\"Regional Office\">\r\n    <img data-ak-dynamic-image alt=\"UAE Regional Office\" loading=\"lazy\">\r\n\r\n    <div class=\"ak-branch-card__body\">\r\n      <div class=\"ak-branch-card__meta\">\r\n        <span>\u2316 UAE<\/span>\r\n        <b>06<\/b>\r\n      <\/div>\r\n\r\n      <h3>\r\n        <a data-ak-dynamic-link>Regional Office<\/a>\r\n      <\/h3>\r\n\r\n      <p>\r\n        A strategic hub for regional operations, business development, and\r\n        international partnerships across the Middle East.\r\n      <\/p>\r\n    <\/div>\r\n  <\/article>\r\n\r\n\r\n  <article\r\n    class=\"ak-branch-card\"\r\n    data-project-title=\"Representation Office \u2013 Amman\"\r\n  >\r\n    <img\r\n      data-ak-dynamic-image\r\n      alt=\"Representation Office Amman\"\r\n      loading=\"lazy\"\r\n    >\r\n\r\n    <div class=\"ak-branch-card__body\">\r\n      <div class=\"ak-branch-card__meta\">\r\n        <span>\u2316 Jordan<\/span>\r\n        <b>07<\/b>\r\n      <\/div>\r\n\r\n      <h3>\r\n        <a data-ak-dynamic-link>Representation Office \u2013 Amman<\/a>\r\n      <\/h3>\r\n\r\n      <p>\r\n        A key office supporting communications, logistics, and client\r\n        relations in the Jordanian market.\r\n      <\/p>\r\n    <\/div>\r\n  <\/article>\r\n\r\n\r\n  <article\r\n    class=\"ak-branch-card\"\r\n    data-project-title=\"Showroom \u2013 Zarqa Free Zone\"\r\n  >\r\n    <img\r\n      data-ak-dynamic-image\r\n      alt=\"Zarqa Free Zone Showroom\"\r\n      loading=\"lazy\"\r\n    >\r\n\r\n    <div class=\"ak-branch-card__body\">\r\n      <div class=\"ak-branch-card__meta\">\r\n        <span>\u2316 Zarqa<\/span>\r\n        <b>08<\/b>\r\n      <\/div>\r\n\r\n      <h3>\r\n        <a data-ak-dynamic-link>Showroom \u2013 Zarqa Free Zone<\/a>\r\n      <\/h3>\r\n\r\n      <p>\r\n        Specializing in vehicle display and export activities, serving\r\n        domestic and regional customers.\r\n      <\/p>\r\n    <\/div>\r\n  <\/article>\r\n\r\n<\/section>\r\n\r\n\r\n<style>\r\n\r\n  \/* \u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0633\u0643\u0634\u0646 \u0639\u0644\u0649 \u0627\u0644\u062f\u064a\u0633\u0643\u062a\u0648\u0628 \u0648\u0627\u0644\u062a\u0627\u0628\u0644\u062a *\/\r\n\r\n  .ak-mobile-branches {\r\n    display: none;\r\n  }\r\n\r\n\r\n  \/* \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0633\u0643\u0634\u0646 \u0639\u0644\u0649 \u0627\u0644\u0645\u0648\u0628\u0627\u064a\u0644 \u0641\u0642\u0637 *\/\r\n\r\n  @media (max-width: 767px) {\r\n\r\n    .ak-mobile-branches {\r\n      --ak-orange: #f5a800;\r\n      --ak-black: #070707;\r\n\r\n      display: block;\r\n      box-sizing: border-box;\r\n      width: 100%;\r\n      padding: 48px 16px 56px;\r\n      background: var(--ak-black);\r\n      color: #ffffff;\r\n      font-family: inherit;\r\n    }\r\n\r\n\r\n    .ak-mobile-branches *,\r\n    .ak-mobile-branches *::before,\r\n    .ak-mobile-branches *::after {\r\n      box-sizing: border-box;\r\n    }\r\n\r\n\r\n    .ak-mobile-branches__head {\r\n      margin: 0 0 24px;\r\n    }\r\n\r\n\r\n    .ak-mobile-branches__head span {\r\n      display: block;\r\n      margin-bottom: 8px;\r\n      color: var(--ak-orange);\r\n      font-size: 11px;\r\n      font-weight: 800;\r\n      letter-spacing: 2px;\r\n    }\r\n\r\n\r\n    .ak-mobile-branches__head h2 {\r\n      margin: 0;\r\n      color: #ffffff;\r\n      font-size: clamp(26px, 8vw, 34px);\r\n      line-height: 1.08;\r\n      letter-spacing: -0.8px;\r\n    }\r\n\r\n\r\n    .ak-branch-card {\r\n      position: relative;\r\n      overflow: hidden;\r\n      margin: 0 0 20px;\r\n      border: 1px solid rgba(255, 255, 255, 0.14);\r\n      border-radius: 18px;\r\n      background: #111111;\r\n      box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);\r\n    }\r\n\r\n\r\n    .ak-branch-card > img {\r\n      display: block !important;\r\n      width: 100% !important;\r\n      height: 230px !important;\r\n      margin: 0 !important;\r\n      background: #191919;\r\n      object-fit: cover;\r\n      object-position: center;\r\n    }\r\n\r\n\r\n    .ak-branch-card__body {\r\n      padding: 20px 18px 22px;\r\n    }\r\n\r\n\r\n    .ak-branch-card__meta {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: space-between;\r\n      margin-bottom: 12px;\r\n      padding-bottom: 12px;\r\n      border-bottom: 1px solid rgba(255, 255, 255, 0.18);\r\n    }\r\n\r\n\r\n    .ak-branch-card__meta span {\r\n      color: var(--ak-orange);\r\n      font-size: 13px;\r\n      font-weight: 800;\r\n    }\r\n\r\n\r\n    .ak-branch-card__meta b {\r\n      color: transparent;\r\n      font-size: 30px;\r\n      line-height: 1;\r\n      -webkit-text-stroke: 1px rgba(255, 255, 255, 0.38);\r\n    }\r\n\r\n\r\n    .ak-branch-card h3 {\r\n      margin: 0 0 12px;\r\n      color: #ffffff;\r\n      font-size: 22px;\r\n      line-height: 1.2;\r\n    }\r\n\r\n\r\n    .ak-branch-card h3 a {\r\n      color: inherit;\r\n      text-decoration: none;\r\n      cursor: pointer;\r\n    }\r\n\r\n\r\n    .ak-branch-card h3 a:hover,\r\n    .ak-branch-card h3 a:focus {\r\n      color: var(--ak-orange);\r\n    }\r\n\r\n\r\n    .ak-branch-card p {\r\n      margin: 0;\r\n      color: #d7d7d7;\r\n      font-size: 14px;\r\n      line-height: 1.65;\r\n    }\r\n\r\n\r\n    .ak-branch-card ul {\r\n      display: grid;\r\n      gap: 8px;\r\n      margin: 16px 0 0;\r\n      padding: 0;\r\n      list-style: none;\r\n    }\r\n\r\n\r\n    .ak-branch-card li {\r\n      position: relative;\r\n      padding-left: 17px;\r\n      color: #ffffff;\r\n      font-size: 13px;\r\n      font-weight: 700;\r\n    }\r\n\r\n\r\n    .ak-branch-card li::before {\r\n      content: \"\";\r\n      position: absolute;\r\n      top: 7px;\r\n      left: 0;\r\n      width: 6px;\r\n      height: 6px;\r\n      border-radius: 50%;\r\n      background: var(--ak-orange);\r\n    }\r\n\r\n  }\r\n\r\n<\/style>\r\n\r\n\r\n<script>\r\n\r\n  (() => {\r\n\r\n    \/*\r\n     * \u062a\u0648\u062d\u064a\u062f \u0643\u062a\u0627\u0628\u0629 \u0627\u0644\u0639\u0646\u0627\u0648\u064a\u0646 \u0644\u0644\u0645\u0637\u0627\u0628\u0642\u0629 \u0628\u064a\u0646\r\n     * \u0643\u0631\u0648\u062a \u0627\u0644\u0645\u0648\u0628\u0627\u064a\u0644 \u0648\u0627\u0644\u0633\u0643\u0634\u0646 \u0627\u0644\u0623\u0635\u0644\u064a.\r\n     *\/\r\n\r\n    const normalizeTitle = value => (value || \"\")\r\n      .replace(\/\\s+\/g, \" \")\r\n      .replace(\/[\u2013\u2014]\/g, \"-\")\r\n      .trim()\r\n      .toLowerCase();\r\n\r\n\r\n    \/*\r\n     * \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0635\u0648\u0631 \u0648\u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0645\u0646 \u0627\u0644\u0633\u0643\u0634\u0646 \u0627\u0644\u0623\u0635\u0644\u064a.\r\n     *\/\r\n\r\n    const loadDynamicProjectData = () => {\r\n\r\n      const sourceProjects = new Map();\r\n\r\n\r\n      document\r\n        .querySelectorAll(\".project-item.project-style-6\")\r\n        .forEach(project => {\r\n\r\n          const titleElement =\r\n            project.querySelector(\".project-title\");\r\n\r\n\r\n          const titleLink =\r\n            titleElement?.querySelector(\"a\");\r\n\r\n\r\n          const imageElement =\r\n            project.querySelector(\r\n              \".project-post-thumbnail img, img\"\r\n            );\r\n\r\n\r\n          const projectTitle =\r\n            titleElement?.textContent;\r\n\r\n\r\n          const projectUrl =\r\n            titleLink?.href;\r\n\r\n\r\n          const imageUrl =\r\n            imageElement?.currentSrc ||\r\n            imageElement?.src ||\r\n            imageElement?.dataset.src ||\r\n            imageElement?.dataset.lazySrc;\r\n\r\n\r\n          if (projectTitle) {\r\n\r\n            sourceProjects.set(\r\n              normalizeTitle(projectTitle),\r\n              {\r\n                imageUrl: imageUrl,\r\n                projectUrl: projectUrl\r\n              }\r\n            );\r\n\r\n          }\r\n\r\n        });\r\n\r\n\r\n      let loadedProjects = 0;\r\n\r\n\r\n      document\r\n        .querySelectorAll(\r\n          \".ak-branch-card[data-project-title]\"\r\n        )\r\n        .forEach(card => {\r\n\r\n          const normalizedTitle =\r\n            normalizeTitle(card.dataset.projectTitle);\r\n\r\n\r\n          const projectData =\r\n            sourceProjects.get(normalizedTitle);\r\n\r\n\r\n          const mobileImage =\r\n            card.querySelector(\"[data-ak-dynamic-image]\");\r\n\r\n\r\n          const mobileLink =\r\n            card.querySelector(\"[data-ak-dynamic-link]\");\r\n\r\n\r\n          \/*\r\n           * \u0625\u0636\u0627\u0641\u0629 \u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639.\r\n           *\/\r\n\r\n          if (projectData?.imageUrl && mobileImage) {\r\n\r\n            mobileImage.src =\r\n              projectData.imageUrl;\r\n\r\n          }\r\n\r\n\r\n          \/*\r\n           * \u0625\u0636\u0627\u0641\u0629 \u0631\u0627\u0628\u0637 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0625\u0644\u0649 \u0627\u0633\u0645\u0647.\r\n           *\/\r\n\r\n          if (projectData?.projectUrl && mobileLink) {\r\n\r\n            mobileLink.href =\r\n              projectData.projectUrl;\r\n\r\n\r\n            mobileLink.setAttribute(\r\n              \"aria-label\",\r\n              `Open ${card.dataset.projectTitle}`\r\n            );\r\n\r\n          }\r\n\r\n\r\n          if (\r\n            projectData?.imageUrl &&\r\n            projectData?.projectUrl\r\n          ) {\r\n\r\n            loadedProjects++;\r\n\r\n          }\r\n\r\n        });\r\n\r\n\r\n      return loadedProjects;\r\n\r\n    };\r\n\r\n\r\n    \/*\r\n     * \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u062d\u062a\u0649 \u064a\u0642\u0648\u0645 Elementor \u0628\u062a\u062d\u0645\u064a\u0644\r\n     * \u0627\u0644\u0633\u0643\u0634\u0646 \u0627\u0644\u0623\u0635\u0644\u064a \u062b\u0645 \u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0635\u0648\u0631 \u0648\u0627\u0644\u0631\u0648\u0627\u0628\u0637.\r\n     *\/\r\n\r\n    const startDynamicProjects = () => {\r\n\r\n      if (loadDynamicProjectData() === 8) {\r\n        return;\r\n      }\r\n\r\n\r\n      const observer = new MutationObserver(() => {\r\n\r\n        if (loadDynamicProjectData() === 8) {\r\n          observer.disconnect();\r\n        }\r\n\r\n      });\r\n\r\n\r\n      observer.observe(document.body, {\r\n        childList: true,\r\n        subtree: true\r\n      });\r\n\r\n\r\n      window.setTimeout(() => {\r\n        observer.disconnect();\r\n      }, 10000);\r\n\r\n    };\r\n\r\n\r\n    if (document.readyState === \"loading\") {\r\n\r\n      document.addEventListener(\r\n        \"DOMContentLoaded\",\r\n        startDynamicProjects,\r\n        { once: true }\r\n      );\r\n\r\n    } else {\r\n\r\n      startDynamicProjects();\r\n\r\n    }\r\n\r\n  })();\r\n\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4d153bd8 e-con-full e-flex e-con e-parent\" data-id=\"4d153bd8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-41c263b2 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"41c263b2\" 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-6a2ef4ad e-con-full e-flex e-con e-child\" data-id=\"6a2ef4ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74eb194f box-width-yes elementor-widget__width-initial animated-fast spaciaz-scrolling-ltr elementor-invisible elementor-widget elementor-widget-spaciaz-slide-scrolling\" data-id=\"74eb194f\" 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-7b745b4c elementor-widget__width-initial animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7b745b4c\" 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-7d060800 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"7d060800\" 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-1afda243 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"1afda243\" 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-aabd41f elementor-position-inline-start elementor-widget__width-initial elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"aabd41f\" 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-144b5045 elementor-widget__width-initial elementor-widget-mobile_extra__width-inherit elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"144b5045\" 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-7efc444e e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"7efc444e\" 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-3348112b elementor-position-inline-start elementor-widget__width-initial elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3348112b\" 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-3a121354 elementor-widget__width-initial elementor-widget-mobile_extra__width-inherit elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3a121354\" 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-67a4db4c e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"67a4db4c\" 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-87247ef elementor-position-inline-start elementor-widget__width-initial elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"87247ef\" 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-25a26843 elementor-widget__width-initial elementor-widget-mobile_extra__width-inherit elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"25a26843\" 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-1bc8930a e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"1bc8930a\" 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-4c5dc69 elementor-position-inline-start elementor-widget__width-initial elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"4c5dc69\" 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-18646725 elementor-widget__width-initial elementor-widget-mobile_extra__width-inherit elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"18646725\" 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-2ffa18d3 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"2ffa18d3\" 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-356d6272 elementor-position-inline-start elementor-widget__width-initial elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"356d6272\" 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-7a6ad51b elementor-widget__width-initial elementor-widget-mobile_extra__width-inherit elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"7a6ad51b\" 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-72c9970a 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=\"72c9970a\" 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-52178c22 e-con-full e-flex e-con e-child\" data-id=\"52178c22\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4370d3b3 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"4370d3b3\" 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-55f03acf elementor-absolute elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"55f03acf\" 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-74d53b4f rotate elementor-widget elementor-widget-text-path\" data-id=\"74d53b4f\" 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-9c103a6 elementor-absolute elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"9c103a6\" 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-703341b9 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=\"703341b9\" 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-3cee43d5 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=\"3cee43d5\" 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-6d2a91cd e-con-full e-flex e-con e-child\" data-id=\"6d2a91cd\" 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-54273aea e-flex e-con-boxed e-con e-child\" data-id=\"54273aea\" 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-dcdbcfe e-flex e-con-boxed e-con e-child\" data-id=\"dcdbcfe\" 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-37e90d04 box-width-yes elementor-widget__width-initial animated-fast spaciaz-scrolling-ltr elementor-invisible elementor-widget elementor-widget-spaciaz-slide-scrolling\" data-id=\"37e90d04\" 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-45a997fe elementor-widget__width-initial animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"45a997fe\" 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-3b38fe1c animated-fast elementor-invisible elementor-widget elementor-widget-spaciaz-contactform\" data-id=\"3b38fe1c\" 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\/12727#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.6\" \/><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-4b43cc1f elementor-absolute elementor-widget elementor-widget-image\" data-id=\"4b43cc1f\" 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-390e4a34 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"390e4a34\" 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-739485be elementor-widget__width-initial elementor-widget elementor-widget-spacer\" data-id=\"739485be\" 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=\"6d2a91cd\" 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\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":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12727","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/al-kasid.com\/ar\/wp-json\/wp\/v2\/pages\/12727","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\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/al-kasid.com\/ar\/wp-json\/wp\/v2\/comments?post=12727"}],"version-history":[{"count":46,"href":"https:\/\/al-kasid.com\/ar\/wp-json\/wp\/v2\/pages\/12727\/revisions"}],"predecessor-version":[{"id":12810,"href":"https:\/\/al-kasid.com\/ar\/wp-json\/wp\/v2\/pages\/12727\/revisions\/12810"}],"wp:attachment":[{"href":"https:\/\/al-kasid.com\/ar\/wp-json\/wp\/v2\/media?parent=12727"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}