body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #1e3799;
  color: #333;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden; 
  overflow-y: auto;
}

.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;
}

.sys {
  color: #0f2b56;
  font-style: italic;
  font-family: 'Arial', sans-serif;
  text-shadow: 3px 3px 3px #ccc;
  background-color: #fff;
  margin-bottom: 15px;
}

.organ {
  background-color: #b3e5fc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 15px ;
  box-shadow: 4px 4px 10px #fff;
  border: 3px solid gray;
  border-radius: 15px;
  width: 98%;
  padding: 20px 20px 20px 20px ;
  box-sizing: border-box;
}

.service1 {
  background-color: white;
  color: black;
  font-size: 14px;
  text-align: left;
  flex: 1 1 30%;
  min-width: 280px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  box-sizing: border-box;
}
.service2 {
  background-color: white;
  color: black;
  font-size: 16px;
  width: 1200px;
  margin: 10px;
  text-align: left;
  flex: 1 1 30%;
  min-width: 280px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  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;
  }

.h2 { 
  margin: 2px;
  font-size: 1.4em;
  color: #0a3d62;
  border-bottom: 2px solid #1e3799;
}

.h3 {
  font-size: 1.3em;
  color: #1e3799;
  margin-left: 2px;
}

.prg, p, ul li {
  font-size: 1.05em;
  line-height: 1.7;
  margin: 10px 0;
  color: #000;
}

ul {
  padding-left: 20px;
}

ul li {
  margin-bottom: 10px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px auto;
  padding: 0 20px;
  width: 900px;
}
.services-grid1 {
  display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin: 20px auto;
padding: 0 20px;
max-width: 700px;
}

.service {
  background-color: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  font-size: 16px;
  text-align: left;
}
.pic {
      width: 300px;
      height: 200px;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
      float: right;
}
.steps-container {
  max-width: 1000px;
  margin: 30px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.steps-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.step {
  background: #fff;
  color: #1e3c72;
  border: 4px solid #1e3c72;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s;
  flex: 0 0 auto;
}
.footer-links {
  font-size: 11px;
}
.footer {
  background-color: #222;
  color: #eee;
  padding: 30px 15px 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.linkFooter {
  color: #fff;
  font-size: 12px;
}
.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: 14px;
}

.footer-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 4px;
  color: #00d2ff;
}

.footer-text {
  color: #FFF;
  font-size: 12px;
  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;
}
.step:hover {
  transform: scale(1.05);
}

.step .number {
  background-color: #6ef2f2;
  color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step .stp {
  font-size: 14px;
  padding: 0 10px;
}
@keyframes floatText {
  0% {
    transform: translateY(0) scale(1) rotate(0deg);
    text-shadow: 0 0 0px transparent;
  }

  25% {
    transform: translateY(-4px) scale(1.05) rotate(-1deg);
    text-shadow: 0 0 6px #1e3799;
  }

  50% {
    transform: translateY(2px) scale(1.08) rotate(1deg);
    text-shadow: 0 0 12px #1e3799;
  }

  75% {
    transform: translateY(-2px) scale(1.03) rotate(-1deg);
    text-shadow: 0 0 6px #1e3799;
  }

  100% {
    transform: translateY(0) scale(1) rotate(0deg);
    text-shadow: 0 0 0px transparent;
  }
}
@media screen and (max-width: 768px) {
  .scroll-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 0 10px;
  }
  .h1 {
    font-size: 2.5em;
    margin: 15px;
  }
  .pic {
    width: 90px;
    height: 70px;
  }
  .organ {
    width: 92%;
    margin: 15px;
  }
  .h2 {
  font-size: 1em;
  color: red;
  font-weight: bold;
  text-align: center;
  animation: floatText 2s ease-in-out infinite;
  margin: 0;
  line-height: 1.3;
  text-decoration: none;
  border-bottom: none;
  }
  .unic1 {
    border: 3px solid #000;
  min-width: 190px;     /* باش مايكونش صغير بزاف */
  height: 170px;
  margin-top: 60%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  background-color: #b3e5fc;
  box-sizing: border-box;
  }
  .unic2 {
    border: 3px solid #000;
  min-width: 140px;     /* باش مايكونش صغير بزاف */
  height: 190px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  background-color: #b3e5fc;
  box-sizing: border-box;
  }
  .footer-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  max-width: 1200px;
  height: 800px;
  margin: auto;
}
  .unic3 {
    border: 3px solid #000;
  min-width: 130px;     /* باش مايكونش صغير بزاف */
  height: 130px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  background-color: #b3e5fc;
  box-sizing: border-box;
  }
  .unic4 {
    border: 3px solid #000;
  min-width: 110px;     /* باش مايكونش صغير بزاف */
  height: 160px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  background-color: #b3e5fc;
  box-sizing: border-box;
  }
  .step {
    width: 130px;
    height: 130px;
  }
  .sector-box {
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 10px auto;
      }

      .sector-box img {
        width: 100%;
        height: auto;
      }
  .service1 {
    min-width: unset;
    width: 100%;
  }
  .scroll-wrapper {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 10px;
    padding: 10px;
  }
  
}