

@import url('https://fonts.googleapis.com/css2?family=Yuyu&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&family=Yuyu&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;
}


/*  font-family: "Yuyu", sans-serif;  

  font-family: "Tajawal", sans-serif;

*/

body{
      font-family: "Tajawal", sans-serif;
}



/**/

#preloader{
    background: #FFFFFF url(img/logo.jpg) no-repeat center center;
    background-size: 130px;
    height: 100vh;
    width: 100%;
    position: fixed;
   z-index: 100;
}

/*navbar*/
.navbar-expand-lg{
    background-color: whitesmoke;
}
.navbar-collapse{
    justify-content: end;
}

.navbar-brand{

    font-size: 22px;
    font-weight: 400;
}
.nav-link a{
      font-family: "Tajawal", sans-serif;
}







/**/






/*hero*/

.hero{
    min-height: 100vh;
      background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url("https://res.cloudinary.com/dzicf2ua4/image/upload/v1783141783/hero_ngcrnw.png");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-attachment: fixed;
    display: grid;
    justify-content: start;
    align-items: center;
}
.hero .title{
    padding: 20px;
}
.hero .title h2{
      font-family: "Tajawal", sans-serif;

      color: aliceblue;
      font-weight: 400;
}


.hero .title p{
      font-family: "Tajawal", sans-serif;
      color: aliceblue;
      font-weight: 400;
                  line-height: 1.8;
                  max-width: 500px;
                  font-weight: 400;


}



.hero .title a{
      font-family: "Tajawal", sans-serif;
      text-decoration: none;
      color: aliceblue;
      padding: 8px;
      background-color: rgb(182, 149, 182);
      border-radius: 13px;
font-weight: 400;
}

.hero .title a:hover{
    background-color: aliceblue;
    color: black;
}



/*numb*/


.numb{
    height: 350px;

}
.big{
  
 height: 100%;
    text-align: center;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
}


@media (max-width:425px){
    .big{
           grid-template-columns: 1fr 1fr;
    }
}



/**/

.dad{
    background-color: #ff7aa2;

    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;

}

.dad .cha{
text-align: center;
padding: 12px;
}

.dad .cha h3{
      font-family: "Tajawal", sans-serif;
      color: aliceblue;

}

.dad .cha p{
      font-family: "Tajawal", sans-serif;
      color: aliceblue;
      padding-left: 13px;

            padding-right: 13px;
            line-height: 1.8;

}
@media (max-width:375px){



    .dad{
        grid-template-columns: 1fr;
    }
}

@media (max-width:425px){

    .dad{
        grid-template-columns: 1fr;
    }


}

/**/
/*why us*/
.mum{
    margin-top: 30px;
    background-color: whitesmoke;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.noo h3{
    padding-right: 13px;
          font-family: "Tajawal", sans-serif;

}
.noo p{
  font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
          font-family: "Tajawal", sans-serif;


}




@media (max-width:357px){

    .mum{
        grid-template-columns: 1fr;
    }
}



@media (max-width:425px){

    .mum{
        grid-template-columns: 1fr;
    }
}





  /* ====== 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;
  }

  /* ====== 3) عمود لينكات الناف بار ======
     خليه نفس لينكات الناف بار بتاعك بالظبط */
  .footer-col h4 {
    color: #ffffff;
    font-size: 15px;
    margin: 0 0 18px;
  }

  .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;
  }

  .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;
  }

  .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;
    }
  }