.lukky-hero-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.lukky-hero-slider .swiper-slide {
  position: relative;
  height: 640px;
  overflow: hidden;
  display: flex;
align-items: center;
    justify-content: flex-start;
  
}

.lukky-hero-slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 75%;
  min-width: 100%;
  object-fit: cover;
  z-index: 1;

}

.lukky-hero-slider {
  width: 100%;
  padding: 0 100px; /* يخلق مساحة جانبية لظهور السلايدات المجاورة */
  box-sizing: border-box;
}

.lukky-hero-slider .swiper-slide {
  width: 80%; /* أو أي نسبة لتقليل حجم السلايد */
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}




.lukky-hero-slider .hero-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 0 60px;
}

.lukky-hero-slider .hero-text h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.lukky-hero-slider .hero-text p {
 

    font-size: 59px;

    font-weight: 700;
    line-height: 54px;
    color: #ffffff;
    margin-bottom: 26px;
  text-shadow: 0px 11px 7px rgba(0, 0, 0, 0.64);


}

.lukky-hero-slider .btn {
  display: inline-block;
  background: #007bff;
  color: #fff;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  transition: background 0.3s;
  text-decoration: none!important;
}

.lukky-hero-slider a.btn  {
  
  text-decoration: none!important;
}

.lukky-hero-slider .btn:hover {
  background: #0056b3;
}

.swiper-pagination-bullets {
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  background: #ddd;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
  background: #000;
}

/* شكل النقاط */
.lukky-pagination-wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(29, 29, 31, 0.6);
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 1;
  margin: 0 5px !important;
}

/* النقطة النشطة */
.lukky-pagination-wrapper .swiper-pagination-bullet-active {
  width: 48px;
  height: 8px;
  background-color: rgba(29, 29, 31, 0.6);
  border-radius: 4px;
}


.lukky-hero-wrapper {
  overflow: visible;
}

.lukky-hero-wrapper {
  overflow: visible !important;
  position: relative;
}

.swiper {
  overflow: visible !important;
}

.lukky-hero-slider {
  overflow: visible !important;
}

.swiper-wrapper {
  overflow: visible !important;
}



.swiper-slide {

  margin-left: 10px;
}


/* الحاوية اللي تحتوي الباجنيشن */
.lukky-pagination-wrapper {
  display: flex;
  justify-content: center; /* وسط الصفحة */
  align-items: center;
  margin-top: 80px;
  width: 240px!important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* البوكس نفسه */
.lukky-pagination-wrapper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: rgba(232, 232, 237, 0.7);
  padding: 20px 20px;
  border-radius: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  min-width: 120px;
}

.lukky-hero-wrapper {
  position: relative;
}


.lukky-hero-slider .swiper-slide {
  opacity: 0.4; /* الشرائح غير النشطة */
  transition: opacity 0.4s ease;
}

.lukky-hero-slider .swiper-slide-active {
  opacity: 1 !important; /* الشريحة النشطة */
}

