body {
  margin-left: 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #091840;
  color: #333;
  width: 80%;
  height: 80%;
  overflow-x: hidden; 
  overflow-y: auto;
}

/* العنوان الرئيسي */
.h1 {
  text-align: center;
  font-size: 3.8em;
  margin-bottom: 10px;
}
.footer-links {
  font-size: 14px;
}
.footer {
  background-color: #222;
  color: #eee;
  margin-top: 30px;
  width: 125%;
  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;
}
/* تأثير سحري للنص */
.magic {
  color: #f0f2f5; 
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  text-shadow: 3px 3px 5px #999;
}

/* تأثير خاص لـ "sys" */
.sys {
  color: #0f2b56; 
  font-style: italic;
  font-family: 'Arial', sans-serif;
  text-shadow: 3px 3px 3px #ccc;
  background-color: #fff;
  margin-bottom: 15px;
}

/* عنوان فرعي */
h2.h2 {
  margin: 20px;
  color: #2f3640;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 2px solid #1e3799;
  padding-bottom: 6px;
}

/* ✅ التعديل هنا: تجاهل menuContainer */
body > div:not(#menuContainer) {
  width: 1200px;
  margin-top: 40px;
  margin-right: 60px;
  margin-left: 30px;
  padding: 20px 25px;
  background: #b3e5fc;
  box-shadow: 4px 4px 10px #fff;
  border-radius: 10px;
  border: 3px solid gray;
  box-shadow: 5px 5px 5px #f0f2f5;
}

/* أو إخفاءه لو فارغ */
#menuContainer:empty {
  display: none;
}

/* عنوان العروض */
h3.h3 {
  text-align: center;
  color: #1e3799;
  margin-top: 0;
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  padding-bottom: 6px;
}

/* حاوية البطاقات */
.offers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px;
  background-color: #b3e5fc;
}

/* كل عرض */
.offer {
  background-color: #b3e5fc;
  border: 2px solid white;
  border-radius: 12px;
  width: 250px;
  color: #000;
  padding: 20px 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}

/* عنوان العرض */
.offer-title {
  background-color: white;
  color: #296cd2;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  margin: -20px -15px 10px -15px;
  font-size: 16px;
}

/* نص العرض */
.offer p {
  font-size: 14px;
  line-height: 1.6;
}
button{ 
  background-color: #1e3799;
  border-radius: 15px;
  margin-left: 30%;
  margin-bottom: 1px;
  margin-top: 30%;
  width: 100px;
  height: 50px;
}
a{
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
}
/* تمييز */
.highlight {
  color: red;
  font-weight: bold;
}
@media (max-width: 768px) {
  .offers {
    width: 98%;
    margin: 0 auto;
    padding: 20px 10px;
    gap: 15px;
    justify-content: center;
  }
  body {
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .offer {
    width: 45%;
    margin: 0 auto;
  }
  button{
    margin-left: 5px;
  }
  .footer-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  max-width: 1200px;
  height: 800px;
  margin: auto;
}
  .offer-title {
    font-size: 14px;
    padding: 8px;
  }

  .offer p {
    font-size: 13px;
  }

  h3.h3 {
    font-size: 28px;
  }

  body > div:not(#menuContainer) {
    width: 98%;
    margin: 10px auto;
    padding: 20px 15px;
  }
}