
.vo-section-05 .vo-free-reward {
  background-color: var(--dark-blue-color);
  text-align: center;
  border-radius: 10px;
  padding: 60px 25px;
  background-size: 600% 600%;
  color: #fff;
  position: relative;
}

#rewardParticles {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    height: 90%;
    pointer-events: none;
    z-index: 1;
}
.vo-section-05 .vo-free-reward h3 {
  color: #fff;
  font-size: 48px;
}
.vo-section-05 .vo-free-reward p {
  color: #fff;
}

.ba-vo-free-reward-container {
  background: white;
  border-radius: 10px;
  padding-bottom: 20px;
}

.ba-vo-free-reward-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e5eaf1;
  padding: 30px 20px;
  transition: box-shadow 0.3s ease;
  height: 470px !important;
}


.ba-vo-free-reward-header {
  margin-bottom: 10px;
}

.ba-vo-free-reward-icon {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.ba-vo-free-reward-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark-blue-color);
  margin: 0;
}

.ba-vo-free-reward-description {
  font-size: 15px;
  color: var(--para-color);
  line-height: 30px;
  margin-bottom: 16px;
  margin-top: 20px;
}

.ba-vo-free-reward-slider .slick-slide {
  margin-right: 15px;
}

.ba-vo-free-reward-slider .slick-dots {
  bottom: -100px;
}

.ba-vo-free-reward-slider-wrapper {
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.ba-vo-free-reward-slider .theme-slider-prev {
  left: -100px;
}
.ba-vo-free-reward-slider .theme-slider-next {
  right: -100px;
}

.vo-section-05 .ba-vo-free-reward-slider-wrapper .slick-slide {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.vo-section-05 .ba-vo-free-reward-slider-wrapper .slick-list {
  margin: 0 -15px;
}

@media screen and (max-width: 1250px) {
 .ba-vo-free-reward-slider .theme-slider-prev {
    left: -50px;
  }
  .ba-vo-free-reward-slider .theme-slider-next {
    right: -50px;
  }
}


@media screen and (max-width: 992px) {


  .vo-section-05 .ba-vo-free-reward-card {
    height: 420px !important;
  }
  .vo-section-05 .ba-vo-free-reward-description {
    font-size: 14px;
  }
  .vo-section-05 .vo-free-reward h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .vo-section-05 .ba-vo-free-reward-card {
    height: 500px !important;
  }

}

@media screen and (max-width: 576px) {
 .vo-section-05 .ba-vo-free-reward-card {
    height: 500px !important;
    padding: 30px 20px;
  }
  .vo-section-05 .ba-vo-free-reward-slider .slick-slide {
    margin-left: 14px;
  }
  .vo-section-05 .ba-vo-free-reward-title {
    font-size: 20px;
  }

  .ba-vo-free-reward-slider-wrapper {
    padding: 20px 0;
  }
    .ba-vo-free-reward-slider .theme-slider-next {
    right: 0px;
  }
  .ba-vo-free-reward-slider .theme-slider-prev {
    left: 0px;
  }
}

@media screen and (max-width: 420px) {
  .vo-section-05 .ba-vo-free-reward-card {
    height: 580px !important;
  }
 
}
