اطلب خدمة
بامكانك طلب خدمات تصميم بنرات او خدمات اخرى من هذا /* خلفية الموقع */
body {
    background: url("https://cdn.discordapp.com/attachments/1230226115390472193/1422306497483898930/blue_background_only.png?ex=68e02626&is=68ded4a6&hm=80c020460a99eb73295a98e1676bed1483bc3b5e5a8095952026822a42d033db&") no-repeat center center fixed !important;
    background-size: cover !important;
    color: var(--text) !important;
    font-family: "Tajawal", "Noto Kufi Arabic", sans-serif !important;
    position: relative;
    z-index: 1;
  }
  
  header {
    text-align: center;
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 3px solid #FFD700;
  }
  
  header h1 {
    font-size: 2.8rem;
    margin: 0;
    color: #FFD700;
    letter-spacing: 2px;
  }

  /* الفوتر */
  footer {
    background: linear-gradient(90deg, rgba(0,0,30,0.95), rgba(0,30,70,0.95)); /* أزرق غامق */
    color: #fff;
    padding: 50px 30px 30px 30px;
    text-align: right;
    border-top: 3px solid #FFD700; /* خط ذهبي */
    box-shadow: 0 -4px 15px rgba(0,0,0,0.6);
  }
  
  /* عنوان القسم */
  footer h3, footer h4 {
    color: #1e90ff; /* أزرق */
    margin-bottom: 18px;
    font-size: 1.4rem;
    text-shadow: 0 0 6px rgba(30,144,255,0.7);
  }
  
  /* النص */
  footer p {
    color: #ddd;
    line-height: 1.8;
    font-size: 1rem;
  }
  
  /* الروابط */
  footer a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }
  
  footer a:hover {
    color: #1e90ff;
    text-shadow: 0 0 6px rgba(30,144,255,0.8);
  }
  
  /* أيقونات التواصل */
  footer .social-icons a {
    display: inline-block;
    margin: 0 10px;
    font-size: 1.4rem;
    color: #fff;
    transition: 0.3s;
  }
  
  footer .social-icons a:hover {
    color: #000000;
    transform: scale(1.2);
  }
  
  /* الحقوق */
  footer .copyright {
    margin-top: 30px;
    text-align: center;
    font-size: 0.9rem;
    color: #bbb;
    padding-top: 15px;
  }