body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #012c63;
  margin: 0;
  padding: 0;
  color: #333;
  overflow-x: hidden; /* يمنع التمرير الأفقي */
}

.h1 {
  text-align: center;
  font-size: 3em;
  margin: 20px auto;
}

.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: 16px;
  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;
  padding: 0 6px;
  border-radius: 5px;
}

.container {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background-color: #b3e5fc;
  box-shadow: 4px 4px 10px #fff;
  box-shadow: 4px 4px 10px #fff;
  border-radius: 10px;
  border: 3px solid gray;
  border: 3px solid gray;
  width: 98%;
}

.scroll-wrapper {
  display: flex;
  flex-direction: column; /* عمودي */
  gap: 15px;
}

.service1 {
  background-color: white;
  color: black;
  margin: 10px auto;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  text-align: left;
}

h2 {
  color: #2c3e50;
  margin-top: 30px;
  margin-left: 20px;
  font-size: 1.5em;
}

h2 i {
  border-bottom: 2px solid #000;
  color: #3498db;
  margin-right: 10px;
}

h3 {
  margin-top: 25px;
  color: #34495e;
  margin-left: 30px;
  font-size: 1.2em;
}

ul {
  padding-left: 30px;
  margin-top: 10px;
  margin-left: 10px;
}

ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

p {
  line-height: 1.8;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 10px;
}

strong {
  color: #2c3e50;
}

/* Responsive للهواتف */
@media screen and (max-width: 768px) {
  .container {
    width: 95%;
    padding: 15px;
    margin: 10px auto;
  }

  .h1 {
    font-size: 2em;
    margin: 10px auto;
  }

  h2 {
    font-size: 1.1em;
    margin-left: 15px;
  }
  .footer-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  max-width: 1200px;
  height: 800px;
  margin: auto;
}
  h3 {
    font-size: 1em;
    margin-left: 20px;
  }

  ul,
  p {
    font-size: 0.95em;
    margin-left: 20px;
    margin-right: 10px;
  }

  .service1 {
    font-size: 13px;
    padding: 10px;
  }

  .scroll-wrapper {
    flex-direction: column;
    overflow-x: hidden;
    gap: 0;
    padding: 0;
  }
}