body { margin: 0;   padding-top: 70px;  font-family: 'MyCustomFont', sans-serif; letter-spacing: 0.5px }
    
@font-face {
  font-family: 'MyCustomFont';
  src: url('Font/Cairo-Black.ttf') format('woff2'),
    
}

nav {
      background-color: #106b29;
      color: white;
     /* padding: 1rem;*/
      
      display: flex;
      /**/justify-content: center;
      align-items: center;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000;
      opacity: 0.97;

    }
    .navspace {
      margin:  auto;
      display: flex;
        gap: 25px; 
    }

    .logo {
  margin-right: auto; /* يزق اللوجو أقصى الشمال */
}
    .imggg {
  /*position: fixed;*/
  /*top: 20px;
  left: 20px;*/
  padding-left: 9rem;
  padding-top: 8px;
  padding-bottom: 8px;
  
 filter: brightness(0) invert(1);
  width: 65px;
  height: auto;
  z-index: 999;
  opacity: 0.95;
}
    nav a {
      padding-right: 25px;
      color: rgb(255, 255, 255);
      text-decoration: none;
      margin: 0 1rem;
      font-size: 18px;
      transition: color 0.3s ease;
     
    }
    nav a:hover {
      color:#BDCF9B
    }

  .language-switch select {
  padding: 5px 10px;
  margin-right: 100px;
  font-size: 16px;
  border-radius: 5px;
 /* border: 1px solid #ccc;*/
  background-color: white;
  cursor: pointer;
}

.language-switch select:hover {
  border-color: #BDCF9B;
}
.about-container {
    max-width: 800px;
    margin: 80px auto;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: 'MyCustomFont', sans-serif; /* نفس الفونت */
}

.about-container h1 {
    color: #106b29; /* لون البراند */
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.about-container p {
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
    /*background-color: #BDCF9B;*/
    border-radius: 25px;
}

.about-container h2 {
    margin-top: 20px;
    color: #106b29;
    font-size: 2rem;
}

.about-container ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.about-container ul li {
   /* background: #BDCF9B;*/
    color: white;
    padding: 12px;
    margin: 10px 0;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease-in-out; 
    cursor: pointer;
}

.ablue{
  background-color: #9EB9EB;
}
.alemon{
  background-color: #BFCC80;
}
.astraw{
  background-color:#1D6E2F ;
}

.about-container ul li a {
    text-decoration: none;
    color: #000000; 
    display: block;
    transition: all 0.3s ease-in-out;
}

/* Hover Effect */
.ablue:hover {
    background: #a8c1e6; 
    transform: scale(1.05); 
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); 
}
.alemon:hover {
    background: #d5dcae; 
    transform: scale(1.05); 
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); 
}
.astraw:hover {
    background: #d95956; 
    transform: scale(1.05); 
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); 
}

.about-container ul li:hover a {
    color: #106b29; 
    letter-spacing: 1px; 
}



@media (max-width: 768px) {
  .products-section {
    grid-template-columns: 1fr;
  }
  .product-card {
    flex-direction: column;
  }
  .product-card img {
    width: 100%;
  }
}


body {
    margin: 0;
    padding: 0;
   
    text-align: center;
    background-size: cover;
   background-position: center;
   /*  background-repeat: no-repeat;*/
}

.about-container {
    max-width: 800px;
    margin: 80px auto;
   /* background: rgba(255, 255, 255, 0.85);*/ /* شفاف بسيط عشان الكلام يبقى واضح */
    padding: 30px;
    /*border-radius: 10px;*/
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: 'MyCustomFont', sans-serif;
   /* background-image: url('../images/slideshow8.jpg'); *//* مسار الصورة */
    background-size: cover;
   /*  background-position: center;
   background-attachment: fixed;*/

}
.footer {
  background-color: #106b29;
  color: #333;
  padding: 2rem 1rem;
  margin-top: 3rem;

}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: auto;
}

.footer-logo img {
  margin-top: 30px;
  width: 110px;
   filter: grayscale(100%);
 filter: brightness(0) invert(1);
}

.footer-links a {
  margin: 0 10px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 2  0px;
}

.footer-links a:hover {
  color: #BDCF9B;
}

.footer-social img {
  width: 24px;
  margin: 0 5px;
  transition: transform 0.3s ease;
 /*  background-color: white;*/
  border-radius: 25%;
}

.footer-social img:hover {
  transform: scale(1.1);
  
}

.footer-bottom {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #e0cece;
}
/* زرار الهامبورجر */
.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
  margin-right: 20px;
  color: white;
}

/* منيو الموبايل */
.mobile-menu {
  display: none;
  flex-direction: column;
  background: #106b29;
  position: absolute;
  top: 70px;
  right: 0;
  width: 200px;
  padding: 1rem;
  z-index: 9999;
}

.mobile-menu a {
  color: white;
  text-decoration: none;
  padding: 10px;
  font-size: 18px;
}

.mobile-menu a:hover {
  background: #BDCF9B;
  color: black;
  border-radius: 5px;
}

/* إظهار الهامبورجر وإخفاء اللينكات في الموبايل */
@media (max-width: 768px) {
  .navspace {
    display: none;
  }
  .hamburger {
    display: block;
  }
    .imggg{
     padding-left: 1rem;
  }
}
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .footer-logo img {
    margin: auto;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer-social {
    margin-top: 1rem;
  }
}