/* ===== Custom Pricing Cards Bo Tròn + Đổ Bóng + Hover ===== */
.custom-pricing .package {
    background: #fff;
    border-radius: 20px; /* bo tròn */
    box-shadow: 0 8px 24px rgba(0,0,0,0.1); /* đổ bóng */
    overflow: hidden;
    margin-bottom: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* để hover mượt */
}

.custom-pricing .package:hover {
    transform: translateY(-6px); /* nâng lên nhẹ khi hover */
    box-shadow: 0 16px 40px rgba(0,0,0,0.15); /* bóng nổi bật hơn */
}

.custom-pricing .package-featured {
    border: 2px solid #f1c40f;
    border-radius: 2=px; /* giữ bo tròn */
}

/* ===== Custom Người Chơi ===== */

.badge-playercount {
  display: inline-block;
  background: linear-gradient(135deg, #9b7dff, #6f4ef6); /* tím gradient */
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 22px;
  border-radius: 12px; /* bo tròn dạng pill */
  box-shadow: 0 6px 15px rgba(0,0,0,0.2); /* đổ bóng */
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.badge-playercount i {
  margin-right: 8px;
}
.badge-playercount:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.3);
}

/* ===== Custom Home ===== */
/* ===== Custom Home ===== */
/* ===== Custom Home ===== */
/* ===== Custom Home ===== */
/* ===== Custom Home ===== */





