
.lukky-card {
  background: #f7f7f9;

  transition: all 0.3s ease;
}

.lukky-card {
  background: #f8f8fa;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; /* مهم لتثبيت الزر داخله */
}

.lukky-card:hover {
  transform: translateY(-5px);
}
.lukky-flag {
  width: 50px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.lukky-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background-color: #69666f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.lukky-btn i {
  color: white;
  font-size: 16px;
  line-height: 1;
}
i.fas.fa-plus {
    font-family: FontAwesome;
    font-style: unset;
}


.lukky-btn {
  width: 30px;
  height: 30px;
  background-color: #69666f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  margin-top: auto; /* هذا هو المفتاح لجعل الزر بأسفل الكرت */
  transition: background-color 0.3s ease;
}

.lukky-btn:hover {
    background-color: #0071e3;
    transform: rotate(45deg);
}

a.lukky-btn {
    text-decoration: none !important;
}


/* هذا مثال، غيره حسب التصميم النهائي */



.swiper {
  padding-bottom: 60px; /* حتى ما يغطي الباجنيشن */
}

[class*="-wrapper"] .lukky-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  background: rgba(240, 240, 240, 0.7);
  border-radius: 30px;
  padding: 10px 30px;
  gap: 10px;
  width: fit-content;
  margin-inline: auto;
}

/* نقاط الباجنيشن */
[class*="-wrapper"] .lukky-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #888;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s ease;
}

[class*="-wrapper"] .lukky-pagination .swiper-pagination-bullet-active {
  background: #243D80;
  opacity: 1;
}

/* نقاط فقط لإضافة Lukky IPTV Slider */
.lukky-pagination .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 .swiper-pagination-bullet-active {
  width: 48px;
  height: 8px;
  background-color: rgba(29, 29, 31, 0.6);
  border-radius: 4px;
}



