
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


 :root {
    --bg-color: #ffffff;
    --text-color: #1a1a1a;
    --footer-bg: #16181d;
    --footer-text: #d4d6db;
    --footer-muted: #8a8f98;
    --accent: #4a90e2;
  }

  body.dark {
    --bg-color: #121212;
    --text-color: #f1f1f1;
    --footer-bg: #0c0d10;
    --footer-text: #d4d6db;
    --footer-muted: #75797f;
    --accent: #82b1ff;
  }








*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


#preloader{
    background: #FFFFFF url(img/pre.gif) no-repeat center center;
    background-size: 80px;
    height: 100vh;
    width: 100%;
    position: fixed;
   z-index: 100;
}

/**/
.navbar-collapse{
    justify-content: end;
}
.navbar-brand{
    font-family: "Roboto", sans-serif
}
.nav-link{
      font-family: "Cairo", sans-serif; 
}





  /*اعمالنا*/



  
/**/

.full-img{
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.full-img img{
    width: 90%;
    max-width: 500px;
}
.full-img span{
    position: absolute;
    top: 10%;
     right: 10%;
     font-size: 30px;
     color: #fff;
     cursor: pointer;
}


.img-gallery{
    width: 80%;
    margin: 100px auto 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    grid-gap: 30px;
}
.img-gallery img{
    width: 100%;
    cursor: pointer;
}
.img-gallery img:hover{
    transform: scale(0.8) rotate(-15deg);
    border-radius: 20px;
    box-shadow: 0 32px 75px rgba(68,77, 136, 0.2);
}



.qq{
    text-align: center;
    align-items: center;
    padding-top: 70px;
}
.qq h3{
    font-family: "Cairo", sans-serif;
}



  
  
  /* ====== 1) حاوية الفوتر ====== */
  .site-footer {
    background-color: var(--footer-bg);
    color: var(--footer-text);
    padding: 50px 20px 20px;
  }

  .footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 40px;
  }

  /* ====== 2) عمود اسم السايت + وصف قصير ====== */
  .footer-brand .site-name {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 10px;
  }

  .footer-brand p {
    color: var(--footer-muted);
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
     font-family: "Cairo", sans-serif;
  }

  /* ====== 3) عمود لينكات الناف بار ======
     خليه نفس لينكات الناف بار بتاعك بالظبط */
  .footer-col h4 {
    color: #ffffff;
    font-size: 15px;
    margin: 0 0 18px;
     font-family: "Cairo", sans-serif;
  }

  .footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .footer-col a {
    color: var(--footer-text);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
     font-family: "Cairo", sans-serif;
  }

  .footer-col a:hover {
    color: var(--accent);
  }

  /* ====== 4) عمود لينكات التواصل الاجتماعي ====== */
  .social-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .social-links a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.07);
    border-radius: 50%;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  .social-links a:hover {
    background-color: var(--accent);
    transform: translateY(-3px);
  }

  .social-links svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
  }

  /* ====== 5) خط فاصل + حقوق النشر ====== */
  .footer-bottom {
    max-width: 1100px;
    margin: 35px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    color: var(--footer-muted);
  }

  .footer-bottom a {
    color: var(--footer-muted);
    text-decoration: none;
     font-family: "Cairo", sans-serif;
  }

   .footer-bottom span{
          font-family: "Cairo", sans-serif;

   }
  .footer-bottom a:hover {
    color: var(--accent);
  }

  /* ====== 6) التجاوب مع الموبايل ====== */
  @media (max-width: 700px) {
    .footer-inner {
      grid-template-columns: 1fr;
      text-align: center;
    }
    .social-links {
      justify-content: center;
    }
    .footer-bottom {
      justify-content: center;
      text-align: center;
    }
  } 
                                    





  /**/


                                    





  /**/

