body {
      margin: 0;
      padding: 0;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: #091840;
      color: #333;
      overflow-x: hidden;
    }

    .h1 {
      text-align: center;
      font-size: 3.8em;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .magic {
      color: #f0f2f5;
      font-weight: bold;
      font-family: 'Arial', sans-serif;
      text-shadow: 3px 3px 5px #999;
    }
.footer-links {
  font-size: 14px;
}
.footer {
  background-color: #222;
  color: #eee;
  padding: 30px 15px 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.linkFooter {
  color: #fff;
  font-size: 14px;
}
.linkFooter li {
  color: #fff;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  height: 260px;
  margin: auto;
}

.footer-section {
  flex: 1 1 300px;
  margin: 10px;
}

.footer-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 4px;
  color: #00d2ff;
}

.footer-text {
  color: #FFF;
  font-size: 14px;
  line-height: 1.4;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #eee;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
  color: #00d2ff;
}
.prgF {
  color: #fff;
}
.footer-bottom {
  text-align: center;
  padding: 7px 0;
  border-top: 1px solid #fff;
  font-size: 10px;
  color: #fff;
  margin-top: 10px;
}
    .sys {
      color: #0f2b56;
      font-style: italic;
      font-family: 'Arial', sans-serif;
      text-shadow: 3px 3px 3px #ccc;
      background-color: #fff;
    }

    h2.h2, h3.h3 {
      margin: 20px;
      color: #1e3799;
      font-weight: bold;
      border-bottom: 2px solid #1e3799;
      padding-bottom: 6px;
    }

    body > div:not(#menuContainer) {
      background: #b3e5fc;
      width: 95%;
      margin: 20px auto;
      padding: 20px 15px;
      box-shadow: 4px 4px 10px #fff;
  border-radius: 10px;
  border: 3px solid gray;
      box-shadow: 5px 5px 5px #f0f2f5;
      box-sizing: border-box;
    }

    .sector-box {
      display: flex;
      align-items: center;
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      padding: 20px;
      gap: 20px;
      transition: transform 0.3s ease;
      width: 100%;
      margin: 20px 0;
      font-size: 20px;
      border: 2px solid #000;
      box-sizing: border-box;
    }

    .sector-box:hover {
      transform: translateY(-5px);
    }

    .sector-box img {
      width: 190px;
      height: 130px;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    }

    .sector-text {
      flex: 1;
    }

    .sector-text h3 {
      margin-bottom: 10px;
      color: #1e3799;
      font-size: 20px;
    }

    .sector-text ul {
      padding-left: 20px;
      margin: 0;
      color: #2f3640;
      font-size: 15px;
    }

    .sector-text li {
      margin-bottom: 6px;
      font-size: 14px;
    }

    .service1 {
      background-color: white;
      color: black;
      margin: 10px auto;
      padding: 15px;
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      font-size: 14px;
      text-align: left;
      width: 100%;
      box-sizing: border-box;
    }

    .circles-section {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
      margin: 60px auto;
      background-color: #fff;
      padding: 30px 15px;
      border-radius: 20px;
      border: 2px solid #000;
      width: 100%;
      box-sizing: border-box;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .circle {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      border: 3px solid #1e3799;
      background-color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 10px;
      font-weight: bold;
      color: #1e3799;
      text-align: center;
      padding: 5px;
    }
    h4{
  font-size: 18px;
  color: #0a3d62;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
h5 {
  font-size: 14px;
  color: #1e3799;
  margin-left: 40px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 600;
}
h6 {
  font-size: 15px;
  color: #3c6382;
  margin-left: 50px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}
.parag {
  line-height: 1.8;
  font-size: 16px;
  color: #000;
  margin-left: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.org {
  line-height: 1.8;
  font-size: 16px;
  color: #000;
  margin-left: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}
    .arrow {
      font-size: 24px;
      color: #1e3799;
    }

    @media (max-width: 768px) {
      .scroll-wrapper {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 10px;
    padding: 10px;
  }

      .sector-box {
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 10px auto;
      }

      .sector-box img {
        width: 100%;
        height: auto;
      }

      .service1 {
        width: 100%;
        padding: 15px;
      }

      .parag, .org, h4, h5, h6 {
        margin-left: 10px;
        margin-right: 10px;
      }
      .footer-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  max-width: 1200px;
  height: 800px;
  margin: auto;
}
      .circles-section {
        width: 100%;
        padding: 20px 10px;
      }
      .scroll-wrapper > div {
    flex: 0 0 80%; /* كل div ياخد العرض الكامل */
    scroll-snap-align: start;
    box-sizing: border-box;
  }
 
  /* إخفاء الشريط (اختياري) */
  .scroll-wrapper::-webkit-scrollbar {
    display: none;
  }
    }