/* تعديل السيكشن */
.custom-video-section {
  text-align: center;
  margin: 40px auto;
}

/* العنوان */
.video-main-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.address_title {
  display: none !important;
}
.video-sub-title {
  color: #777;
  margin-bottom: 20px;
}
.w-\[70px\].bg-white {
  background: transparent !important;
}
/* الفيديو الكبير */
.main-video-wrapper {
  width: 100%;
  max-width: 900px; /* يكبر شويه */
  margin: 0 auto 20px auto;
  overflow: hidden;
  border-radius: 12px;
  background: black;
}

.main-video-wrapper video {
  width: 100%;
  height: 500px; /* أكبر شويه */
  object-fit: cover; /* يملا مساحة الفيديو بدون الحواف السوداء */
  cursor: pointer; /* عشان نعرف نضغط عليه للتوقف */
}

/* ليست الفيديوهات */
.video-list {
  display: flex;
  justify-content: center; /* خلي الفيديوهات في النص */
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.video-item {
  min-width: 160px;
  background: #eee;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.video-item.active {
  border: 2px solid #3b82f6;
}

.play-icon {
  font-size: 24px;
  margin-bottom: 5px;
}

/* موبايل */
@media (max-width: 768px) {
  .main-video-wrapper video {
    height: 250px;
  }
}







.coming-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
    max-width: 10100px;
    margin: 0 auto;
}

/* الصف الأخير لو فيه أقل من 3 عناصر */
.coming-grid > .product-card {
  justify-self: center; /* كل عنصر يصطف في الوسط داخل الخلية */
}

/* كروت المنتجات */
.product-card {
  position: relative;
  width: 100%;
  max-width: 320px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  box-shadow: none;
}

.product-card img {
  width: 100%;
  height: 320px;       /* طول الكارد أكبر لاظهار الصورة بالكامل */
  object-fit: cover;   /* الصورة تغطي كامل الكارد */
  transition: transform 0.3s ease;
}

.product-card:hover img {
  transform: scale(1.05);
}

/* overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover .overlay {
  opacity: 1;
}

/* موبايل */
@media (max-width: 768px) {
  .coming-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 في الصف */
  }
  .product-card img {
    height: 250px;
  }
}




/* سيكشن Coming Soon */
.coming-soon-section {
  text-align: center;
  padding: 60px 20px;
  background: #fdfdfd;
}

.coming-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.coming-subtitle {
  color: #555;
  font-size: 18px;
  margin-bottom: 40px;
}



/* الصف الأخير لو فيه عنصر واحد فقط */
.coming-grid > .product-card:last-child:only-child,
.coming-grid > .product-card:last-child:nth-child(1) {
  justify-self: center;
}

/* كروت المنتجات */
.product-card {
  position: relative;
  width: 100%;
  max-width: 320px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none; /* بدون خلفية */
}

.product-card img {
  width: 100%;
  height: 320px;       /* طول الكارد أكبر لاظهار الصورة بالكامل */
  object-fit: cover;   /* الصورة تغطي كامل الكارد */
  transition: transform 0.3s ease;
}

.product-card:hover img {
  transform: scale(1.05);
}

/* overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover .overlay {
  opacity: 1;
}

/* موبايل */
@media (max-width: 768px) {
  .coming-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 في الصف */
  }
  .product-card img {
    height: 250px;
  }
  .coming-title {
    font-size: 26px;
  }
  .coming-subtitle {
    font-size: 16px;
  }
}












/* موبايل بدون قص */
@media (max-width: 768px) {
  .my-video-section video {
    object-fit: contain;
    background: black;
  }
}/* Add custom CSS styles below */
@media (max-width: 768px) {

  .product-bundle-offer.product-bundle-offer-1.section-space 
  .s-slider-container .swiper-wrapper {
    
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    transform: none !important;

  }

  .s-slider-container .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .main-banner-0 .s-slider-container .swiper-slide {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.enhanced-products .s-products-list-wrapper {
    margin-bottom: 0;
    display: flex;
    justify-content: space-evenly;
}




@media (max-width: 768px) {
  .coming-grid {
    grid-template-columns: 2; /* عنصر واحد في الصف */
  }

  .product-card img {
    height: auto;        /* يخلي الطول حسب الصورة */
    object-fit: contain; /* يظهر الصورة كاملة بدون قص */
  }
}





/* سيكشن البانر */
.banner-section {
  text-align: center;
  padding: 40px 20px;
  background: #f9f9f9;
}

.banner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.banner-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.banner-img:hover {
  transform: scale(1.02);
}

/* زرار CTA تحت الصورة */
.banner-btn {
  margin-top: 20px;           /* يبقى تحت البانر */
  background-color: #405038;   /* لون زيتى */
  color: #fff;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.banner-btn:hover {
  background-color: #2e3a2a;  /* لون أغمق عند Hover */
  transform: scale(1.05);
}

/* موبايل */
@media (max-width: 768px) {
  .banner-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}





.navbar-brand img {
    height: 90px;
    width: 200px;
}

.light_logo{
    height: 50px;
    width: 200px;
    display: block;
}






.reviews-section {
  text-align: center;
  padding: 60px 20px;
  background: #f7f7f7;
}

.reviews-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.reviews-slider-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  height: 150px; /* ارتفاع تقريبي للبطاقات */
}

.review-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  box-sizing: border-box;

  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.review-card.active {
  opacity: 1;
  transform: scale(1);
}

.review-card p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.review-card .reviewer {
  font-weight: bold;
  color: #333;
}
.review-card .stars {
  margin-top: 10px;
}

.review-card .star {
  display: inline-block;
  color: #FFD700; /* اللون الذهبي للنجوم */
  font-size: 18px;
  margin-right: 2px;
}
@media (max-width: 768px) {
  .review-card {
    padding: 20px 15px;
  }
  .reviews-section h2 {
    font-size: 26px;
  }
}