{"id":72,"date":"2025-08-15T13:31:09","date_gmt":"2025-08-15T13:31:09","guid":{"rendered":"https:\/\/sadeed-em.com\/%d8%ad%d9%88%d9%84\/"},"modified":"2026-06-26T00:38:23","modified_gmt":"2026-06-26T00:38:23","slug":"%d8%ad%d9%88%d9%84","status":"publish","type":"page","link":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/","title":{"rendered":"\u0639\u0646 \u0633\u062f\u064a\u062f"},"content":{"rendered":"<style data-wp-block-html=\"css\">\n\/* ============================================================\n   REVEAL\n============================================================ *\/\n.ab-reveal {\n  opacity: 1;\n  transform: translateY(30px);\n  transition: all 0.8s ease;\n}\n\n.ab-reveal.ab-visible {\n  transform: translateY(0);\n}\n\n\/* stagger *\/\n.ab-section:nth-child(1) { transition-delay: .1s; }\n.ab-section:nth-child(2) { transition-delay: .2s; }\n.ab-section:nth-child(3) { transition-delay: .3s; }\n.ab-section:nth-child(4) { transition-delay: .4s; }\n\n\/* ============================================================\n   BASE\n============================================================ *\/\n.sadeed-about-clean {\n  background: #020617;\n  color: #e2e8f0;\n  font-family: Inter, sans-serif;\n  padding-bottom: 80px;\n}\n\n.ab-container {\n  max-width: 1100px;\n  margin: auto;\n  padding: 0 20px;\n}\n\n.ab-section {\n  padding: 70px 0;\n}\n\n\/* ============================================================\n   PILL\n============================================================ *\/\n.ab-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 6px 14px;\n  border-radius: 999px;\n  background: #0f172a;\n  border: 1px solid #1e293b;\n  color: #38bdf8;\n  font-size: 12px;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n  position: relative;\n}\n\n.ab-dot {\n  width: 8px;\n  height: 8px;\n  border-radius: 50%;\n  background: #38bdf8;\n  box-shadow: 0 0 12px #38bdf8;\n}\n\n\/* pulse *\/\n.ab-pill::after {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  border-radius: 999px;\n  animation: pulseGlow 2s infinite;\n}\n\n@keyframes pulseGlow {\n  0% { box-shadow: 0 0 0 0 rgba(56,189,248,.4); }\n  70% { box-shadow: 0 0 0 15px rgba(56,189,248,0); }\n  100% { box-shadow: 0 0 0 0 rgba(56,189,248,0); }\n}\n\n\/* ============================================================\n   HEADINGS (\u2705 \u062a\u0645 \u062a\u0648\u062d\u064a\u062f \u062c\u0645\u064a\u0639 \u0627\u0644\u0639\u0646\u0627\u0648\u064a\u0646)\n============================================================ *\/\n.ab-section h1,\n.ab-section h2,\n.ab-section h4 {\n  margin: 0 0 16px;\n  line-height: 1.2;\n}\n\n.ab-section h1,\n.ab-section h2 {\n  background: linear-gradient(135deg, #38bdf8, #60a5fa);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  letter-spacing: -0.3px;\n  font-weight: 700;\n}\n\n.ab-section h1 { font-size: 42px; }\n.ab-section h2 { font-size: 28px; }\n\n\/* ============================================================\n   TEXT\n============================================================ *\/\n.ab-lead {\n  color: #94a3b8;\n  font-size: 18px;\n  max-width: 760px;\n  margin: 18px 0 24px;\n}\n\n.ab-section p {\n  color: #e2e8f0;\n  line-height: 1.85;\n  margin-bottom: 16px;\n}\n\n.ab-highlight {\n  color: #38bdf8;\n  font-weight: 600;\n  font-size: 18px;\n}\n\n\/* ============================================================\n   LAYOUT\n============================================================ *\/\n.ab-two-col {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px;\n}\n\n.ab-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));\n  gap: 20px;\n}\n\n.ab-grid-3 {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 20px;\n}\n\n.ab-grid-4 {\n  display: grid;\n  grid-template-columns: repeat(4,1fr);\n  gap: 20px;\n}\n\n\/* ============================================================\n   CARDS\n============================================================ *\/\n.ab-card {\n  position: relative;\n  padding: 18px;\n  border-radius: 14px;\n  background: #0f172a;\n  border: 1px solid #1e293b;\n  text-align: center;\n  transition: .3s;\n  transform-style: preserve-3d;\n}\n\n.ab-card:hover {\n  transform: translateY(-8px) scale(1.02);\n  border-color: #38bdf8;\n  box-shadow: 0 20px 40px rgba(0,0,0,0.6);\n}\n\n.ab-card::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  border-radius: 14px;\n  opacity: 0;\n  background: radial-gradient(circle at top left, rgba(56,189,248,.3), transparent 40%);\n  transition: .4s;\n}\n\n.ab-card:hover::before {\n  opacity: 1;\n}\n\n\/* ============================================================\n   LIST\n============================================================ *\/\n.ab-list ul,\n.ab-list-block ul {\n  padding-left: 20px;\n  line-height: 1.8;\n}\n\n.ab-list-block h4 {\n  color: #38bdf8;\n  margin-bottom: 10px;\n}\n\n\/* ============================================================\n   FOUNDER\n============================================================ *\/\n.ab-founder-card {\n  display: flex;\n  justify-content: center;\n}\n\n.ab-founder-avatar {\n  width: 150px;\n  height: 150px;\n  border-radius: 50%;\n  overflow: hidden;\n  border: 2px solid #38bdf8;\n  box-shadow: 0 0 20px rgba(56,189,248,.3);\n  transition: transform .35s ease, box-shadow .35s ease;\n}\n\n.ab-founder-avatar img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center;\n  transition: transform .35s ease;\n}\n\n.ab-founder-avatar:hover {\n  transform: translateY(-4px) scale(1.05);\n  box-shadow: 0 0 28px rgba(56,189,248,.45);\n}\n\n.ab-founder-avatar:hover img {\n  transform: scale(1.08);\n}\n\n\/* ============================================================\n   CTA\n============================================================ *\/\n.ab-cta {\n  text-align: center;\n}\n\n.ab-actions {\n  margin-top: 20px;\n  display: flex;\n  gap: 16px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n\n\/* buttons *\/\n.ab-btn,\n.ab-btn-outline {\n  padding: 12px 22px;\n  border-radius: 12px;\n  font-weight: 600;\n  text-decoration: none;\n  transition: .25s ease;\n}\n\n.ab-btn {\n  background: #38bdf8;\n  color: #020617;\n  box-shadow: 0 0 18px rgba(56,189,248,.35);\n}\n\n.ab-btn:hover {\n  transform: translateY(-3px);\n  filter: brightness(1.1);\n}\n\n.ab-btn-outline {\n  background: rgba(56,189,248,0.12);\n  border: 1px solid #38bdf8;\n  color: #dbeafe;\n}\n\n.ab-btn-outline:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 0 18px rgba(56,189,248,.25);\n}\n\n\/* ============================================================\n   RESPONSIVE\n============================================================ *\/\n@media (max-width:900px) {\n  .ab-two-col { grid-template-columns: 1fr; }\n  .ab-grid-3,\n  .ab-grid-4 { grid-template-columns: 1fr 1fr; }\n}\n\n@media (max-width:600px) {\n  .ab-grid-3,\n  .ab-grid-4 { grid-template-columns: 1fr; }\n\n\n\n.ab-section h1,\n.ab-section h2 {\n  transition: all 0.35s ease;\n}\n\n.ab-section h1:hover,\n.ab-section h2:hover {\n  text-shadow: 0 0 12px rgba(56,189,248,0.25);\n}\n\n\n.ab-btn,\n.ab-btn-outline {\n  position: relative;\n  overflow: hidden;\n}\n\n.ab-btn::after,\n.ab-btn-outline::after {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.2), transparent);\n  transform: translateX(-100%);\n  transition: 0.6s;\n}\n\n.ab-btn:hover::after,\n.ab-btn-outline:hover::after {\n  transform: translateX(100%);\n}\n\n\n\n.ab-card {\n  transition: transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n.ab-card:active {\n  transform: scale(0.98);\n}\n\n\n\n\n.ab-flow span {\n  transition: all 0.25s ease;\n}\n\n.ab-flow span:hover {\n  box-shadow: 0 0 10px rgba(56,189,248,0.2);\n}\n\n\n.ab-section p {\n  transition: opacity 0.4s ease, transform 0.4s ease;\n}\n\n.ab-section:hover p {\n  opacity: 1;\n}\n\n\n.ab-btn {\n  animation: softPulse 3.5s infinite;\n}\n\n@keyframes softPulse {\n  0% { box-shadow: 0 0 0 0 rgba(56,189,248,0.15); }\n  70% { box-shadow: 0 0 0 8px rgba(56,189,248,0); }\n  100% { box-shadow: 0 0 0 0 rgba(56,189,248,0); }\n}\n\n\n\n<\/style>\n\n<script data-wp-block-html=\"js\">\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n\n  \/\/ Select elements\n  const sections = document.querySelectorAll(\"#sadeed-about .ab-reveal\");\n\n  if (!sections.length) return;\n\n  \/\/ Check support\n  if (!(\"IntersectionObserver\" in window)) {\n    \/\/ Fallback: show all immediately\n    sections.forEach(sec => sec.classList.add(\"ab-visible\"));\n    return;\n  }\n\n  const observer = new IntersectionObserver((entries, obs) => {\n    entries.forEach(entry => {\n\n      if (entry.isIntersecting) {\n        entry.target.classList.add(\"ab-visible\");\n        obs.unobserve(entry.target);\n      }\n\n    });\n  }, {\n    threshold: 0.15,\n    rootMargin: \"0px 0px -10% 0px\" \/\/ smoother reveal timing \u2705\n  });\n\n  \/\/ Observe\n  sections.forEach(sec => observer.observe(sec));\n\n});\n<\/script>\n\n<div class=\"sadeed-about-clean\">\n\n  <!-- STORY -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container\">\n\n      <div class=\"ab-pill\">\n        <span class=\"ab-dot\"><\/span> Story\n      <\/div>\n\n      <h1>\u0646\u0628\u0646\u064a \u0637\u0628\u0642\u0629 \u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0644\u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u0628\u062d\u0631\u064a\u0629<\/h1>\n\n      <p class=\"ab-lead\">\n        \u062a\u0623\u0633\u0633\u062a \u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0639\u0644\u0649 \u0625\u062f\u0631\u0627\u0643 \u0628\u0633\u064a\u0637:\n\u0627\u0644\u062e\u0628\u0631\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u064a\u0629 \u0648\u062d\u062f\u0647\u0627 \u0644\u0627 \u062a\u062a\u0648\u0633\u0639 \u2014 \u0641\u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0647\u064a\u0643\u0644\u0629.\n      <\/p>\n\n      <p>\n        \u0644\u0633\u0646\u0648\u0627\u062a\u060c \u0627\u0639\u062a\u0645\u062f\u062a \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u0628\u062d\u0631\u064a\u0629 \u0639\u0644\u0649 \u0639\u0645\u0644 \u0645\u062c\u0632\u0623\u060c \u0648\u0627\u062c\u062a\u0647\u0627\u062f \u0641\u0631\u062f\u064a\u060c \u0648\u062a\u0646\u0641\u064a\u0630 \u063a\u064a\u0631 \u0645\u062a\u0633\u0642 \u0639\u0628\u0631 \u0627\u0644\u0623\u0635\u0648\u0644 \u0648\u0627\u0644\u0623\u0633\u0627\u0637\u064a\u0644.\n      <\/p>\n\n      <p>\n        \u0648\u062c\u062f\u062a \u0633\u062f\u064a\u062f \u0644\u062a\u063a\u064a\u064a\u0631 \u0630\u0644\u0643.\n\u0646\u062d\u0648\u0644 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u0628\u062d\u0631\u064a\u0629 \u0645\u0646 \u062a\u0646\u0641\u064a\u0630 \u064a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0627\u0644\u062e\u0628\u0631\u0629 \u0625\u0644\u0649 \u0623\u062f\u0627\u0621 \u0645\u0646\u0638\u0645 \u064a\u0642\u0648\u062f\u0647 \u0627\u0644\u0646\u0638\u0627\u0645.\n      <\/p>\n\n      <p class=\"ab-highlight translation-block\">\u062d\u064a\u062b \u064a\u0642\u062f\u0645 \u0627\u0644\u0622\u062e\u0631\u0648\u0646 \u062e\u062f\u0645\u0627\u062a\u060c \u0646\u0628\u0646\u064a \u0646\u062d\u0646 \u0630\u0643\u0627\u0621 \u062a\u0634\u063a\u064a\u0644\u064a.<\/p>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- PROBLEM -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container ab-two-col\">\n\n      <div>\n        <h2>\u0627\u0644\u0645\u0634\u0643\u0644\u0629<\/h2>\n        <p class=\"ab-lead\">\n          \u062a\u0648\u0627\u062c\u0647 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u0628\u062d\u0631\u064a\u0629 \u0627\u0644\u064a\u0648\u0645 \u062a\u062d\u062f\u064a\u0627\u062a \u0647\u064a\u0643\u0644\u064a\u0629 \u062a\u062d\u062f \u0645\u0646 \u0643\u0641\u0627\u0621\u062a\u0647\u0627 \u0648\u0642\u062f\u0631\u062a\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u062a\u0648\u0633\u0639:\n        <\/p>\n      <\/div>\n\n      <div class=\"ab-list\">\n        <ul>\n          <li>\u0639\u0645\u0644\u064a\u0627\u062a \u0645\u062c\u0632\u0623\u0629 \u0639\u0628\u0631 \u0627\u0644\u0641\u0631\u0642 \u0648\u0627\u0644\u0623\u0635\u0648\u0644<\/li>\n          <li>\u0627\u0639\u062a\u0645\u0627\u062f \u0645\u0641\u0631\u0637 \u0639\u0644\u0649 \u0627\u0644\u062e\u0628\u0631\u0629 \u0627\u0644\u0641\u0631\u062f\u064a\u0629<\/li>\n          <li>\u0636\u0639\u0641 \u0627\u0644\u0631\u0624\u064a\u0629 \u0639\u0628\u0631 \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0648\u0627\u0644\u062a\u0646\u0641\u064a\u0630 \u0648\u0627\u0644\u0623\u062f\u0627\u0621<\/li>\n          <li>\u0646\u062a\u0627\u0626\u062c \u063a\u064a\u0631 \u0645\u062a\u0633\u0642\u0629 \u0641\u064a \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u0634\u0627\u0628\u0647\u0629<\/li>\n        <\/ul>\n\n        <p class=\"ab-highlight mt-10\">\n          \u0647\u0630\u0647 \u0644\u064a\u0633\u062a \u0645\u062c\u0631\u062f \u062a\u0641\u0627\u0635\u064a\u0644 \u062a\u0634\u063a\u064a\u0644\u064a\u0629 \u2014 \u0628\u0644 \u0639\u0648\u0627\u0626\u0642 \u062d\u0642\u064a\u0642\u064a\u0629 \u062a\u062d\u062f \u0645\u0646 \u0627\u0644\u0646\u0645\u0648 \u0648\u0627\u0644\u062a\u0648\u0633\u0639.\n        <\/p>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- IDENTITY -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container\">\n\n      <h2>\u0645\u0646 \u0646\u062d\u0646<\/h2>\n\n      <p class=\"ab-lead translation-block\">\u0633\u062f\u064a\u062f \u0644\u064a\u0633\u062a \u0645\u0632\u0648\u062f \u062e\u062f\u0645\u0627\u062a\u060c \u0628\u0644 \u0634\u0631\u064a\u0643 \u0641\u064a \u0628\u0646\u0627\u0621 \u0627\u0644\u0646\u0638\u0627\u0645 \u0627\u0644\u062a\u0634\u063a\u064a\u0644\u064a \u2014 \u062d\u064a\u062b \u0646\u062d\u0648\u0644 \u0627\u0644\u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0647\u0646\u062f\u0633\u064a \u0625\u0644\u0649 \u0646\u0638\u0627\u0645 \u0645\u0648\u062d\u062f \u0648\u0645\u0646\u0638\u0645 \u0648\u0642\u0627\u0628\u0644 \u0644\u0644\u0642\u064a\u0627\u0633.<\/p>\n\n      <div class=\"ab-list mt-20\">\n        <ul>\n          <li class=\"translation-block\">\u0627\u0644\u0647\u064a\u0643\u0644 \u0627\u0644\u062a\u0634\u063a\u064a\u0644\u064a \u2014 \u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0628\u0646\u064a\u0629 \u0627\u0644\u062a\u064a \u062a\u0639\u0645\u0644 \u0639\u0644\u064a\u0647\u0627 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a<\/li>\n          <li class=\"translation-block\">\u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0647\u0646\u062f\u0633\u064a \u2014 \u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0648\u0627\u0642\u0639 \u0627\u0644\u0645\u064a\u062f\u0627\u0646\u064a \u0625\u0644\u0649 \u0646\u0645\u0627\u0630\u062c \u0648\u0633\u064a\u0631 \u0639\u0645\u0644<\/li>\n          <li class=\"translation-block\">\u0627\u0644\u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0642\u0627\u0626\u0645 \u0639\u0644\u0649 \u0627\u0644\u0646\u0638\u0627\u0645 \u2014 \u0636\u0645\u0627\u0646 \u062a\u0648\u0633\u0639 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0628\u0639\u064a\u062f\u0627\u064b \u0639\u0646 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0639\u0644\u0649 \u0627\u0644\u0623\u0641\u0631\u0627\u062f<\/li>\n        <\/ul>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- SOLUTION -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container\">\n\n      <h2>\u062a\u0642\u062f\u064a\u0645 SM\u2011SOS<\/h2>\n\n      <p class=\"ab-lead\">\n        SM\u2011SOS \u0644\u064a\u0633 \u0628\u0631\u0646\u0627\u0645\u062c \u062a\u0642\u0646\u064a\u060c \u0628\u0644 \u0646\u0638\u0627\u0645 \u062a\u0634\u063a\u064a\u0644 \u0644\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u0628\u062d\u0631\u064a\u0629 \u2014 \u0637\u0628\u0642\u0629 \u0645\u0648\u062d\u062f\u0629 \u062a\u062d\u0648\u0644 \u0627\u0644\u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0647\u0646\u062f\u0633\u064a \u0641\u064a \u0627\u0644\u0648\u0627\u0642\u0639 \u0625\u0644\u0649 \u0633\u064a\u0631 \u0639\u0645\u0644 \u0645\u0646\u0638\u0645 \u0648\u0642\u0627\u0628\u0644 \u0644\u0644\u062a\u0643\u0631\u0627\u0631 \u0639\u0628\u0631 \u0645\u062e\u062a\u0644\u0641 \u0627\u0644\u0623\u0635\u0648\u0644 \u0648\u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a.\n      <\/p>\n\n      <div class=\"ab-grid-3 mt-20\">\n        <div class=\"ab-card\"><p>Diagnostics<\/p><\/div>\n        <div class=\"ab-card\"><p>Maintenance<\/p><\/div>\n        <div class=\"ab-card\"><p>Work Orders<\/p><\/div>\n        <div class=\"ab-card\"><p>Projects<\/p><\/div>\n        <div class=\"ab-card\"><p>Asset Tracking<\/p><\/div>\n        <div class=\"ab-card\"><p>Performance<\/p><\/div>\n      <\/div>\n\n      <p class=\"ab-highlight mt-20\">\n        \u062c\u0645\u064a\u0639\u0647\u0627 \u062a\u0639\u0645\u0644 \u0636\u0645\u0646 \u0646\u0645\u0648\u0630\u062c \u062a\u0634\u063a\u064a\u0644\u064a \u0645\u0648\u062d\u062f \u0648\u0645\u0646\u0638\u0645.\n      <\/p>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- FIELD REALITY -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container\">\n\n      <h2>\u0645\u0646 \u0627\u0644\u0648\u0627\u0642\u0639 \u0627\u0644\u0645\u064a\u062f\u0627\u0646\u064a \u0625\u0644\u0649 \u0647\u064a\u0643\u0644\u0629 \u0627\u0644\u0646\u0638\u0627\u0645<\/h2>\n\n      <p>\n        \u062a\u0645 \u0628\u0646\u0627\u0621 SM\u2011SOS \u0645\u0646 \u0648\u0627\u0642\u0639 \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u0647\u0646\u062f\u0633\u064a \u0627\u0644\u0641\u0639\u0644\u064a \u2014 \u0644\u0627 \u0645\u0646 \u0646\u0638\u0631\u064a\u0627\u062a.\n      <\/p>\n\n      <p class=\"ab-highlight\">\n        \u0633\u0646\u0648\u0627\u062a \u0645\u0646 \u0627\u0644\u062a\u0634\u062e\u064a\u0635 \u0648\u0627\u0644\u0623\u0639\u0637\u0627\u0644 \u0648\u0636\u063a\u0648\u0637 \u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0643\u0634\u0641\u062a \u062d\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629: \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0644\u064a\u0633\u062a \u0646\u0642\u0635 \u0641\u064a \u0627\u0644\u062e\u0628\u0631\u0629 \u2014 \u0628\u0644 \u063a\u064a\u0627\u0628 \u0627\u0644\u0623\u0646\u0638\u0645\u0629.\n      <\/p>\n\n      <p>\n        \u0648\u062c\u062f SM\u2011SOS \u0644\u0633\u062f \u0647\u0630\u0647 \u0627\u0644\u0641\u062c\u0648\u0629 \u0648\u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0648\u0627\u0642\u0639 \u0625\u0644\u0649 \u0646\u0638\u0627\u0645.\n      <\/p>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- FOUNDER -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container ab-two-col\">\n\n      <div>\n        <h2>\u0627\u0644\u0645\u0624\u0633\u0633<\/h2>\n\n        <p class=\"translation-block\">\u064a\u0642\u0641 \u062e\u0644\u0641 \u0633\u062f\u064a\u062f \u0648SM\u2011SOS \u0639\u0645\u0631 \u0639\u0628\u062f\u0627\u0644\u0639\u0632\u064a\u0632 \u0627\u0644\u0628\u0644\u0648\u0634\u064a\u060c \u0627\u0644\u0645\u0624\u0633\u0633 \u0648\u0645\u0647\u0646\u062f\u0633 \u0627\u0644\u0647\u064a\u0643\u0644 \u0627\u0644\u062a\u0634\u063a\u064a\u0644\u064a.<\/p>\n\n        <p>\n          \u062a\u0643\u0648\u0646\u062a \u062e\u0628\u0631\u062a\u0647 \u0641\u064a \u0627\u0644\u0645\u064a\u062f\u0627\u0646 \u2014 \u0639\u0628\u0631 \u0627\u0644\u062a\u0634\u062e\u064a\u0635\u0627\u062a \u0648\u0627\u0644\u0623\u0639\u0637\u0627\u0644 \u0648\u0642\u064a\u0648\u062f \u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u2014 \u0642\u0628\u0644 \u0623\u0646 \u062a\u062a\u062d\u0648\u0644 \u0644\u0627\u062d\u0642\u0627\u064b \u0625\u0644\u0649 \u0646\u0638\u0627\u0645 \u0645\u0646\u0638\u0645 \u0645\u0635\u0645\u0645 \u0644\u0644\u0648\u0636\u0648\u062d \u0648\u0627\u0644\u0645\u0648\u062b\u0648\u0642\u064a\u0629 \u0648\u0642\u0627\u0628\u0644\u064a\u0629 \u0627\u0644\u062a\u0648\u0633\u0639.\n        <\/p>\n\n        <p class=\"ab-highlight\">\n          SM\u2011SOS \u0647\u0648 \u0646\u062a\u064a\u062c\u0629 \u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u062e\u0628\u0631\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u064a\u0629 \u0627\u0644\u0648\u0627\u0642\u0639\u064a\u0629 \u0625\u0644\u0649 \u0646\u0645\u0648\u0630\u062c \u062a\u0634\u063a\u064a\u0644\u064a \u064a\u0639\u0645\u0644 \u0639\u0644\u0649 \u0623\u0631\u0636 \u0627\u0644\u0648\u0627\u0642\u0639.\n        <\/p>\n      <\/div>\n\n      <div class=\"ab-founder-card\">\n        <div class=\"ab-founder-avatar\">\n          <img decoding=\"async\" src=\"https:\/\/sadeed-em.com\/wp-content\/uploads\/2025\/11\/eng-Omar-Abdulaziz-Abalushi.jpg\" alt=\"Founder\">\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- TEAM -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container\">\n\n      <h2>\u0641\u0631\u064a\u0642 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u062a\u0634\u063a\u064a\u0644\u064a<\/h2>\n\n      <p class=\"ab-lead\">\n        \u0643\u0644 \u062f\u0648\u0631 \u064a\u0645\u062b\u0644 \u0637\u0628\u0642\u0629 \u0648\u0638\u064a\u0641\u064a\u0629 \u062f\u0627\u062e\u0644 \u0627\u0644\u0646\u0638\u0627\u0645 \u2014 \u062a\u0639\u0645\u0644 \u0645\u0639\u0627\u064e\u064e \u0636\u0645\u0646 \u0646\u0645\u0648\u0630\u062c \u062a\u0634\u063a\u064a\u0644\u064a \u0645\u0648\u062d\u062f.\n      <\/p>\n\n      <div class=\"ab-grid mt-20\">\n        <div class=\"ab-card\">Operational Architect<\/div>\n        <div class=\"ab-card\">Diagnostics Engineer<\/div>\n        <div class=\"ab-card\">Field Operations Lead<\/div>\n        <div class=\"ab-card\">Incident Analyst<\/div>\n        <div class=\"ab-card\">Maintenance Engineer<\/div>\n        <div class=\"ab-card\">Digital Models Developer<\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- SHIFT -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container\">\n\n      <h2>\u0627\u0644\u062a\u062d\u0648\u0644 \u0627\u0644\u0630\u064a \u064a\u0642\u0648\u062f\u0647 SM\u2011SOS<\/h2>\n\n      <div class=\"ab-two-col mt-20\">\n\n        <div class=\"ab-list-block\">\n          <h4>\u0645\u0646<\/h4>\n          <ul>\n            <li>\u062a\u0646\u0641\u064a\u0630 \u062a\u0641\u0627\u0639\u0644\u064a<\/li>\n            <li>\u0627\u0639\u062a\u0645\u0627\u062f \u0639\u0644\u0649 \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0641\u0631\u062f\u064a\u0629<\/li>\n            <li>\u0633\u064a\u0631 \u0639\u0645\u0644 \u063a\u064a\u0631 \u0645\u062a\u0631\u0627\u0628\u0637<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"ab-list-block\">\n          <h4>\u0627\u0644\u0649<\/h4>\n          <ul>\n            <li>\u062a\u0634\u063a\u064a\u0644 \u0642\u0627\u0626\u0645 \u0639\u0644\u0649 \u0627\u0644\u0646\u0638\u0627\u0645<\/li>\n            <li>\u0630\u0643\u0627\u0621 \u062a\u0634\u063a\u064a\u0644\u064a \u0639\u0644\u0649 \u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0645\u0646\u0638\u0645\u0629<\/li>\n            <li>\u062a\u062d\u0633\u064a\u0646 \u0645\u0633\u062a\u0645\u0631 \u0644\u0644\u0623\u062f\u0627\u0621<\/li>\n          <\/ul>\n        <\/div>\n\n      <\/div>\n\n      <p class=\"ab-highlight mt-20\">\n        \u062a\u062d\u0648\u0644 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0645\u0646 \u0646\u0634\u0627\u0637 \u0625\u0644\u0649 \u0642\u062f\u0631\u0629.\n      <\/p>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- CTA -->\n  <section class=\"ab-section ab-cta ab-reveal\">\n    <div class=\"ab-container\">\n\n      <h2>\u0627\u0628\u062f\u0623 \u0627\u0644\u0639\u0645\u0644 \u0645\u0639 \u0633\u062f\u064a\u062f<\/h2>\n\n      <div class=\"ab-actions\">\n        <a href=\"https:\/\/sadeed-em.com\/ar\/\u0627\u0644\u062e\u062f\u0645\u0627\u062a\/\" class=\"ab-btn\">\u0627\u0633\u062a\u0643\u0634\u0641 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u062a\u0634\u063a\u064a\u0644\u064a\u0629<\/a>\n        <a href=\"https:\/\/sadeed-em.com\/ar\/\u062a\u0648\u0627\u0635\u0644\/\" class=\"ab-btn-outline\">\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627<\/a>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Story We Are Building the Operating Layer for Marine Engineering Sadeed Arabia was founded on a simple realization: engineering expertise alone does not scale \u2014 operations require structure. For years, marine operations relied on fragmented work, individual judgment, and inconsistent execution across fleets and assets. Sadeed exists to change that. We transform marine operations from [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-72","page","type-page","status-publish","hentry"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":7}},"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Discover how Sadeed Arabia transforms marine engineering into smart operations systems \u2014 driven by data, diagnostics, and real-time execution.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"efi42OeqP8tPMgLmvVCRA7XIgy-Q0c6gbR1hDyPj9G8\" \/>\n\t<meta name=\"msvalidate.01\" content=\"https:\/\/sadeed-em.com\/sitemap.xml\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"ar_AR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Company Sadeed Arabia for Marine Engineering and Maintenance LLC - Smart Marine Engineering &amp; Operational Excellence\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"# https:\/\/www.facebook.com\/share\/1D9qB6gVF6\/?mibextid=wwXIfr - -\" \/>\n\t\t<meta property=\"og:description\" content=\"Discover how Sadeed Arabia transforms marine engineering into smart operations systems \u2014 driven by data, diagnostics, and real-time execution.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/sadeed-em.com\/wp-content\/uploads\/2025\/10\/\u064a\u062e\u062a-\u0645\u062d\u062f\u062b.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/sadeed-em.com\/wp-content\/uploads\/2025\/10\/\u064a\u062e\u062a-\u0645\u062d\u062f\u062b.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1688\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1125\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-08-15T13:31:09+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-26T00:38:23+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/Sadeed-Smart-marine\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@Sadeed-Smart-marine\" \/>\n\t\t<meta name=\"twitter:title\" content=\"# https:\/\/www.facebook.com\/share\/1D9qB6gVF6\/?mibextid=wwXIfr - -\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Discover how Sadeed Arabia transforms marine engineering into smart operations systems \u2014 driven by data, diagnostics, and real-time execution.\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@Sadeed-Smart-marine\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/sadeed-em.com\/wp-content\/uploads\/2025\/10\/\u064a\u062e\u062a-\u0645\u062d\u062f\u062b.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/%d8%ad%d9%88%d9%84\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sadeed-em.com\\\/ar\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/%d8%ad%d9%88%d9%84\\\/#listItem\",\"name\":\"About\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/%d8%ad%d9%88%d9%84\\\/#listItem\",\"position\":2,\"name\":\"About\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/#organization\",\"name\":\"Company Sadeed Arabia for Marine Engineering and Maintenance LLC https:\\\/\\\/sadeed-em.com\",\"description\":\"Smart Marine Engineering & Operational Excellence \\u0634\\u0631\\u0643\\u0629 \\u0647\\u0646\\u062f\\u0633\\u064a\\u0629 \\u0628\\u062d\\u0631\\u064a\\u0629 \\u0633\\u0639\\u0648\\u062f\\u064a\\u0629 \\u062a\\u064f\\u0639\\u064a\\u062f \\u062a\\u0639\\u0631\\u064a\\u0641 \\u0627\\u0644\\u062a\\u0634\\u063a\\u064a\\u0644 \\u0643\\u0640 \\u062e\\u0631\\u064a\\u0637\\u0629 \\u0625\\u062f\\u0631\\u0627\\u0643 \\u062d\\u064a\\u0651\\u0629\\u060c \\u062a\\u0631\\u0628\\u0637 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u062d\\u064a\\u0629 \\u0628\\u0627\\u0644\\u062a\\u0642\\u0646\\u064a\\u0627\\u062a \\u0627\\u0644\\u0630\\u0643\\u064a\\u0629 \\u0644\\u062a\\u0641\\u0639\\u064a\\u0644 \\u0627\\u0644\\u0635\\u064a\\u0627\\u0646\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0628\\u0627\\u0642\\u064a\\u0629\\u060c \\u0648\\u062a\\u062d\\u0642\\u064a\\u0642 \\u0627\\u0644\\u0633\\u0644\\u0627\\u0645\\u0629 \\u0639\\u0628\\u0631 \\u062a\\u0648\\u0642\\u064a\\u0639\\u0627\\u062a \\u0631\\u0645\\u0632\\u064a\\u0629 \\u0644\\u0643\\u0644 \\u0639\\u0645\\u0644\\u064a\\u0629.\",\"url\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/\",\"telephone\":\"+966541747758\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/sadeed-em.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/logo-Sadeed-em.png\",\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/%d8%ad%d9%88%d9%84\\\/#organizationLogo\",\"width\":1024,\"height\":1024},\"image\":{\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/%d8%ad%d9%88%d9%84\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/Sadeed-Smart-marine\",\"https:\\\/\\\/x.com\\\/Sadeed-Smart-marine\",\"https:\\\/\\\/instagram.com\\\/Sadeed-Smart-marine\",\"https:\\\/\\\/tiktok.com\\\/@Sadeed-Smart-marine\",\"https:\\\/\\\/linkedin.com\\\/in\\\/Sadeed-Smart-marine\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/%d8%ad%d9%88%d9%84\\\/#webpage\",\"url\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/%d8%ad%d9%88%d9%84\\\/\",\"name\":\"About Sadeed Arabia | Smart Marine Operations System\",\"description\":\"Discover how Sadeed Arabia transforms marine engineering into smart operations systems \\u2014 driven by data, diagnostics, and real-time execution.\",\"inLanguage\":\"ar\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/%d8%ad%d9%88%d9%84\\\/#breadcrumblist\"},\"datePublished\":\"2025-08-15T13:31:09+00:00\",\"dateModified\":\"2026-06-26T00:38:23+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/#website\",\"url\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/\",\"name\":\"Company Sadeed Arabia for Marine Engineering and Maintenance LLC\",\"description\":\"Smart Marine Engineering & Operational Excellence\",\"inLanguage\":\"ar\",\"publisher\":{\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>About Sadeed Arabia | Smart Marine Operations System<\/title>\n\n","aioseo_head_json":{"title":"About Sadeed Arabia | Smart Marine Operations System","description":"Discover how Sadeed Arabia transforms marine engineering into smart operations systems \u2014 driven by data, diagnostics, and real-time execution.","canonical_url":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"efi42OeqP8tPMgLmvVCRA7XIgy-Q0c6gbR1hDyPj9G8","msvalidate.01":"https:\/\/sadeed-em.com\/sitemap.xml","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/sadeed-em.com\/ar#listItem","position":1,"name":"Home","item":"https:\/\/sadeed-em.com\/ar","nextItem":{"@type":"ListItem","@id":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/#listItem","name":"About"}},{"@type":"ListItem","@id":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/#listItem","position":2,"name":"About","previousItem":{"@type":"ListItem","@id":"https:\/\/sadeed-em.com\/ar#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/sadeed-em.com\/ar\/#organization","name":"Company Sadeed Arabia for Marine Engineering and Maintenance LLC https:\/\/sadeed-em.com","description":"Smart Marine Engineering & Operational Excellence \u0634\u0631\u0643\u0629 \u0647\u0646\u062f\u0633\u064a\u0629 \u0628\u062d\u0631\u064a\u0629 \u0633\u0639\u0648\u062f\u064a\u0629 \u062a\u064f\u0639\u064a\u062f \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0643\u0640 \u062e\u0631\u064a\u0637\u0629 \u0625\u062f\u0631\u0627\u0643 \u062d\u064a\u0651\u0629\u060c \u062a\u0631\u0628\u0637 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062d\u064a\u0629 \u0628\u0627\u0644\u062a\u0642\u0646\u064a\u0627\u062a \u0627\u0644\u0630\u0643\u064a\u0629 \u0644\u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0627\u0644\u0627\u0633\u062a\u0628\u0627\u0642\u064a\u0629\u060c \u0648\u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u0633\u0644\u0627\u0645\u0629 \u0639\u0628\u0631 \u062a\u0648\u0642\u064a\u0639\u0627\u062a \u0631\u0645\u0632\u064a\u0629 \u0644\u0643\u0644 \u0639\u0645\u0644\u064a\u0629.","url":"https:\/\/sadeed-em.com\/ar\/","telephone":"+966541747758","logo":{"@type":"ImageObject","url":"https:\/\/sadeed-em.com\/wp-content\/uploads\/2025\/08\/logo-Sadeed-em.png","@id":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/#organizationLogo","width":1024,"height":1024},"image":{"@id":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/#organizationLogo"},"sameAs":["https:\/\/facebook.com\/Sadeed-Smart-marine","https:\/\/x.com\/Sadeed-Smart-marine","https:\/\/instagram.com\/Sadeed-Smart-marine","https:\/\/tiktok.com\/@Sadeed-Smart-marine","https:\/\/linkedin.com\/in\/Sadeed-Smart-marine"]},{"@type":"WebPage","@id":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/#webpage","url":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/","name":"About Sadeed Arabia | Smart Marine Operations System","description":"Discover how Sadeed Arabia transforms marine engineering into smart operations systems \u2014 driven by data, diagnostics, and real-time execution.","inLanguage":"ar","isPartOf":{"@id":"https:\/\/sadeed-em.com\/ar\/#website"},"breadcrumb":{"@id":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/#breadcrumblist"},"datePublished":"2025-08-15T13:31:09+00:00","dateModified":"2026-06-26T00:38:23+00:00"},{"@type":"WebSite","@id":"https:\/\/sadeed-em.com\/ar\/#website","url":"https:\/\/sadeed-em.com\/ar\/","name":"Company Sadeed Arabia for Marine Engineering and Maintenance LLC","description":"Smart Marine Engineering & Operational Excellence","inLanguage":"ar","publisher":{"@id":"https:\/\/sadeed-em.com\/ar\/#organization"}}]},"og:locale":"ar_AR","og:site_name":"Company Sadeed Arabia for Marine Engineering and Maintenance LLC - Smart Marine Engineering &amp; Operational Excellence","og:type":"article","og:title":"# https:\/\/www.facebook.com\/share\/1D9qB6gVF6\/?mibextid=wwXIfr - -","og:description":"Discover how Sadeed Arabia transforms marine engineering into smart operations systems \u2014 driven by data, diagnostics, and real-time execution.","og:url":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/","og:image":"https:\/\/sadeed-em.com\/wp-content\/uploads\/2025\/10\/\u064a\u062e\u062a-\u0645\u062d\u062f\u062b.png","og:image:secure_url":"https:\/\/sadeed-em.com\/wp-content\/uploads\/2025\/10\/\u064a\u062e\u062a-\u0645\u062d\u062f\u062b.png","og:image:width":1688,"og:image:height":1125,"article:published_time":"2025-08-15T13:31:09+00:00","article:modified_time":"2026-06-26T00:38:23+00:00","article:publisher":"https:\/\/facebook.com\/Sadeed-Smart-marine","twitter:card":"summary_large_image","twitter:site":"@Sadeed-Smart-marine","twitter:title":"# https:\/\/www.facebook.com\/share\/1D9qB6gVF6\/?mibextid=wwXIfr - -","twitter:description":"Discover how Sadeed Arabia transforms marine engineering into smart operations systems \u2014 driven by data, diagnostics, and real-time execution.","twitter:creator":"@Sadeed-Smart-marine","twitter:image":"https:\/\/sadeed-em.com\/wp-content\/uploads\/2025\/10\/\u064a\u062e\u062a-\u0645\u062d\u062f\u062b.png"},"aioseo_meta_data":{"post_id":"72","title":"About Sadeed Arabia | Smart Marine Operations System","description":"Discover how Sadeed Arabia transforms marine engineering into smart operations systems \u2014 driven by data, diagnostics, and real-time execution.","keywords":null,"keyphrases":{"focus":{"keyphrase":"Smart Marine Operations System","score":46,"analysis":{"keyphraseInTitle":{"score":9,"maxScore":9,"error":0},"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":4},"keyphraseInURL":{"score":1,"maxScore":5,"error":1},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInSubHeadings":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":{"score":3,"maxScore":9,"error":1},"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},"additional":[{"keyphrase":"Marine operations company","score":40,"analysis":{"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":3},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":{"score":3,"maxScore":9,"error":1},"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},{"keyphrase":"Smart maritime engineering","score":40,"analysis":{"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":3},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":{"score":3,"maxScore":9,"error":1},"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},{"keyphrase":"Marine digital transformation","score":40,"analysis":{"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":3},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":{"score":3,"maxScore":9,"error":1},"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},{"keyphrase":"Predictive maintenance solutions","score":40,"analysis":{"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":3},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":{"score":3,"maxScore":9,"error":1},"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}}]},"primary_term":null,"canonical_url":null,"og_title":"# https:\/\/www.facebook.com\/share\/1D9qB6gVF6\/?mibextid=wwXIfr #separator_sa #separator_sa","og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2026-06-26 00:38:35","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":"0","open_ai":null,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":["\u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u062a\u062d\u0648\u0644 \u0627\u0644\u0628\u062d\u0631\u064a \u0627\u0644\u0630\u0643\u064a \u0639\u0628\u0631 \u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0631\u0642\u0645\u064a \u0641\u064a \u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629","\u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629: \u0645\u0646\u0635\u0629 \u0630\u0643\u064a\u0629 \u0644\u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0627\u0633\u062a\u062f\u0627\u0645\u0629 \u0648\u0627\u0644\u0643\u0641\u0627\u0621\u0629 \u0641\u064a \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0628\u062d\u0631\u064a","\u0627\u0644\u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0628\u062d\u0631\u064a \u0644\u062f\u0639\u0645 \u0631\u0624\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 2030","\u0643\u064a\u0641\u064a\u0629 \u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0628\u062d\u0631\u064a \u0639\u0628\u0631 \u0627\u0644\u062d\u0644\u0648\u0644 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629 \u0641\u064a \u0633\u062f\u064a\u062f","\u0627\u0644\u0633\u064a\u0627\u0642 \u0627\u0644\u062a\u062d\u0648\u0644\u064a \u0648\u0632\u064a\u0627\u062f\u0629 \u0627\u0644\u0643\u0641\u0627\u0621\u0629 \u0627\u0644\u0628\u062d\u0631\u064a\u0629 \u0645\u0639 \u0645\u0646\u0635\u0629 \u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629"],"descriptions":["\u0627\u0643\u062a\u0634\u0641 \u0643\u064a\u0641 \u062a\u0645\u0643\u0651\u0646 \u0645\u0646\u0635\u0629 \u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0645\u0646 \u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0628\u062d\u0631\u064a \u0648\u0627\u0644\u062a\u062d\u0648\u0644 \u0627\u0644\u0631\u0642\u0645\u064a \u0641\u064a \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0628\u062d\u0631\u064a \u0628\u0631\u0627\u0647\u064a\u0629 \u0639\u0627\u0644\u064a\u0629 \u0648\u0645\u0631\u062c\u0639\u064a\u0629 \u0645\u0648\u062d\u062f\u0629 \u0648\u0641\u0639\u0627\u0644\u064a\u0629 \u0645\u062d\u0633\u0646\u0629.","\u0627\u0633\u062a\u0643\u0634\u0641 \u062e\u062f\u0645\u0627\u062a \u0633\u062f\u064a\u062f \u0627\u0644\u0630\u0643\u064a\u0629 \u0641\u064a \u0627\u0644\u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0628\u062d\u0631\u064a\u0629 \u0648\u0627\u0644\u062a\u062d\u0648\u0644 \u0627\u0644\u0631\u0642\u0645\u064a\u060c \u0627\u0644\u062a\u064a \u062a\u0639\u0632\u0632 \u0627\u0644\u0643\u0641\u0627\u0621\u0629\u060c \u0648\u062a\u062f\u0639\u0645 \u0631\u0624\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 2030 \u0648\u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u0627\u0633\u062a\u062f\u0627\u0645\u0629 \u0627\u0644\u0628\u062d\u0631\u064a\u0629.","\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u0643\u064a\u0641 \u062a\u0642\u0648\u062f \u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u062a\u062d\u0648\u0644 \u0627\u0644\u0631\u0642\u0645\u064a \u0641\u064a \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0628\u062d\u0631\u064a\u060c \u0645\u0646 \u062e\u0644\u0627\u0644 \u0646\u0645\u0627\u0630\u062c \u062a\u0634\u063a\u064a\u0644\u064a\u0629 \u0631\u0642\u0645\u064a\u0629 \u0645\u062a\u0642\u062f\u0645\u0629 \u0648\u0634\u0631\u0627\u0643\u0627\u062a \u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u062a\u0639\u0632\u0632 \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u062f \u0627\u0644\u0623\u0632\u0631\u0642.","\u062a\u0639\u0631\u0651\u0641 \u0639\u0644\u0649 \u0645\u0646\u0647\u062c\u064a\u0629 \u0633\u062f\u064a\u062f \u0644\u0644\u062a\u062d\u0648\u0644 \u0627\u0644\u0630\u0643\u064a\u060c \u0627\u0644\u062a\u064a \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0627\u0644\u062a\u0634\u062e\u064a\u0635 \u0627\u0644\u062f\u0642\u064a\u0642\u060c \u0627\u0644\u062a\u0648\u062b\u064a\u0642 \u0627\u0644\u0645\u0646\u0647\u062c\u064a\u060c \u0648\u0627\u0644\u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u0645\u0633\u062a\u0645\u0631\u060c \u0644\u0631\u0641\u0639 \u062c\u0627\u0647\u0632\u064a\u0629 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u0628\u062d\u0631\u064a\u0629.","\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0634\u0628\u0643\u0629 \u0633\u062f\u064a\u062f \u0644\u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0627\u0633\u062a\u062f\u0627\u0645\u0629 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0641\u064a \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0628\u062d\u0631\u064a\u060c \u0639\u0628\u0631 \u062d\u0644\u0648\u0644 \u062a\u0642\u0646\u064a\u0629 \u0648\u0647\u0646\u062f\u0633\u064a\u0629 \u0645\u062a\u0643\u0627\u0645\u0644\u0629 \u062a\u0633\u0627\u0646\u062f \u0628\u0646\u0627\u0621 \u0645\u0633\u062a\u0642\u0628\u0644 \u0628\u062d\u0631 \u0645\u0646 \u0627\u0644\u0643\u0641\u0627\u0621\u0629 \u0648\u0627\u0644\u0648\u0639\u064a."],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-08-15 13:38:05","updated":"2026-06-26 12:41:18","focus_keyword":"Smart Marine Operations System","additional_keywords":[{"word":"Marine operations company","score":40},{"word":"Smart maritime engineering","score":40},{"word":"Marine digital transformation","score":40},{"word":"Predictive maintenance solutions","score":40}],"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/sadeed-em.com\/ar\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\tAbout\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/sadeed-em.com\/ar"},{"label":"About","link":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/"}],"_links":{"self":[{"href":"https:\/\/sadeed-em.com\/ar\/wp-json\/wp\/v2\/pages\/72","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sadeed-em.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sadeed-em.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sadeed-em.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sadeed-em.com\/ar\/wp-json\/wp\/v2\/comments?post=72"}],"version-history":[{"count":8,"href":"https:\/\/sadeed-em.com\/ar\/wp-json\/wp\/v2\/pages\/72\/revisions"}],"predecessor-version":[{"id":1608,"href":"https:\/\/sadeed-em.com\/ar\/wp-json\/wp\/v2\/pages\/72\/revisions\/1608"}],"wp:attachment":[{"href":"https:\/\/sadeed-em.com\/ar\/wp-json\/wp\/v2\/media?parent=72"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}