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*/

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;
}


  


/*slideshow*/


    .slideshow-container {
      position: relative;
      width: 100%;
      height: 620px;
      overflow: hidden;
      /*  background-color: #BDCF9B;*/
      display: flex;
      justify-content: center;
      align-items: center;
      
    }
    .slide {
      position:absolute ;
      width: 100%;
      height: 620px;
      object-fit: cover;
      opacity: 0;
      transition: opacity 1s ease-in-out;
      margin-top: 50px;
    }
    .active {
        opacity: 1;
      z-index: 1;
    }

@media (max-width: 768px) {
  .slideshow-container {
   
    height: 330px; /* أو أي ارتفاع مناسب للموبايل */
 width: 100%;
  }
    #slideshow .slide {
       margin-top: 0;
    height: 300px; /* ارتفاع البانر الأصلي */
  }

}


  /*products*/  
.products {
  text-align: center;
   font-size: 2.5rem;
  font-weight: bold;
    color: #333;
    position: relative;
  margin-bottom: 2rem
}
.products::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #c3cb89; /* لون البراند */
  margin: 0.5rem auto 0;
  border-radius: 2px;
}
.products-section {
  /*display: grid;*/
  /*grid-template-columns: repeat(2, 1fr);*/
  gap: 20px;
  padding: 2rem;
}

.product-card {
  display: flex;
  align-items: center;
  background: #fff;
/*  border-radius: 10px;
  overflow: hidden;*/
  gap:15px;
 /* box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
}
.image-left
{
  margin-right: 50%;
}
.image-right
{
margin-left: 50%;

}

.product-card img {
  width: 61%;
  height: auto;
/*  padding: 0;
  object-fit: cover;
  margin: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;*/
  gap: 100px;
object-fit: cover;
  
}

.product-text {
  padding:0;
  margin-right: 0PX;

  text-align: left;
  overflow-wrap: break-word;
  
}

.product-text h2,
.product-text p {
  margin-top: 0.2rem; /* تصغير المسافة داخل النص */
  margin-bottom: 0.2rem;
  
}

.image-left img {
  order: 0;
  padding-left:0px ;

}

.image-right img {
  order: 1;
   padding-right:0px ;
}


.product-info {
  display: flex;
  /*justify-content: center;*/
  gap: 2rem;
  margin-top: 1rem;
}

.product-info div {
  text-align: center;
}

.product-info .value {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
/* background-color: #BDCF9B;*/
  
  color: green; /* نفس اللون اللي في الصورة */
}

.product-info .label {
  font-size: 0.9rem;
  color: #555;
}



/*where to find*/
.where-to-find {
 /* font-family: 'Poppins', sans-serif; خط حديث */
  font-size: 2rem;
  font-weight: bold;
  color: white;
  text-align: center;
  margin: 3rem 0 1.5rem 0;
  position: relative;
}

.where-to-find::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #e6e7d8; /* لون البراند */
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.slider-container {
  position: relative;
  width: 95%;
  height: 200px;
  margin: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
   background: #f8f8f8;
  padding: 2rem 0;
  border-radius: 12px;
}

.slide-card:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

.slider {
    scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.slider::-webkit-scrollbar {
  display: none; /* Chrome & Safari */
}

.slide-card {
  width: 150px;
  background: white;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  margin: 10px;
  padding: 20px;
  text-align: center;
  flex-shrink: 0;
}

.slide-card img {
  width: 100%;
  border-radius:23px ;
  margin-bottom: 0px;
  margin-top: 25px;
}

/*.slide-card h3 {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.slide-card p {
  color: #555;
  margin-bottom: 10px;
}*/

.slider-btn {
  background: rgba(0,0,0,0.5);
  border: none;
  color: white;
  font-size: 1.5em;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.prev {
  position: absolute;
  left: 0;
}

.next {
  position: absolute;
  right: 0;
}

/*
.bubbles-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
  background: white; 
}

.bubble {
  position: absolute;
  border-radius: 50%;
  border: 12px solid rgba(189, 207, 155, 0.4); 
  width: 100px;
  height: 100px;
}

 أماكن مختلفة للفقاعات 
.bubble:nth-child(1) { top: 10%; left: 15%; }
.bubble:nth-child(2) { top: 30%; left: 70%; }
.bubble:nth-child(3) { top: 60%; left: 20%; }
.bubble:nth-child(4) { top: 80%; left: 50%; }
.bubble:nth-child(5) { top: 40%; left: 40%; }*/

.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;
}



@media (max-width: 768px) {
  .products {
  margin-top: -50px;
}
  .products-section {
    grid-template-columns: 1fr;
  }
  .product-card {
    flex-direction: column;
  }
  .product-card img {
    width: 100%;
  }
   .navspace,
  .language-switch {
    display: none; /* إخفاء اللينكات العادية */
  }

}

/* زرار الهامبورجر */
.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;
  }
}


/* ✅ Responsive Products */
@media (max-width: 768px) {
  .product-card {
    flex-direction: column !important;
    text-align: center;
   /* margin: 1rem 0;*/
  }

  .product-card img {
    order: -1;
    width: 90%;
    margin: auto;
  }

  .product-text {
    text-align: center;
    padding: 1rem;
  }

  .image-left, .image-right {
    margin: 0 !important;
  }
}
/* ✅ Responsive Slider */
@media (max-width: 768px) {
  .slider-container {
    height: auto !important;
    padding: 1rem 0;
  }

  .slide-card {
    width: 120px;
    padding: 15px;
    margin: 5px;
  }

  .slide-card img {
    width: 100%;
    border-radius: 15px;
  }
}


/* إظهار نسخة الديسكتوب وإخفاء نسخة الموبايل */
.desktop-slideshow {
  display: block;
}
.mobile-slideshow {
  display: none;
}

/* لما الشاشة تصغر */
@media (max-width: 768px) {
  .desktop-slideshow {
    display: none;
  }
  .mobile-slideshow {
    display: block;
  }
}


/* ✅ Responsive Footer */
@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;
  }
}







