/* Custom scrollbar */.overflow-y-auto::-webkit-scrollbar{width:4px}.overflow-y-auto::-webkit-scrollbar-track{background:#0a0a2a}.overflow-y-auto::-webkit-scrollbar-thumb{background:#6ef0d9;border-radius:2px}/* Smooth animations */.vip-plan-card{transition:all 0.3s ease}.vip-plan-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(110, 240, 217, 0.2)}/* Loading animation */@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.vip-privilege-card{background:linear-gradient(to top, #000000 0%, #1a1a1a 45%, #3a3a3a 100%);border:1px solid rgba(130, 130, 129, 0.724);border-radius:.2rem;height:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;position:relative;overflow:hidden}.vip-privilege-card.locked::after{content:"🔒";position:absolute;top:0px;left:0px;opacity:0.6;background:rgba(255, 0, 0, 0.623);border-bottom-right-radius:.2rem}.vip-privilege-card span{font-size:16px;font-weight:700;color:#f5c451}.vip-benefit-row{border-radius:12px;padding:5px 10px;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;font-weight:600}/* ===== VIP CAROUSEL CONTAINER ===== */#vipCarousel{display:flex;align-items:center;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;/* 👇 THIS creates half-visible left & right */padding:5% 50%;/* perspective: 1200px; */z-index:9999}#vipCarousel::-webkit-scrollbar{display:none}/* ===== CAROUSEL ITEM ===== */.vip-carousel-item{flex:0 0 200px;scroll-snap-align:center;display:flex;justify-content:center;align-items:center;transition:transform 0.35s ease,opacity 0.35s ease;will-change:transform,opacity}/* ACTIVE ITEM */.vip-carousel-item.active{z-index:10}/* 🔥 BACKSIDE PLATE */.vip-carousel-item::before{content:"";position:absolute;bottom:-12px;/* plate lower */width:85%;height:60%;background:linear-gradient(to bottom,
            rgba(0, 0, 0, 0.25),
            rgba(0, 0, 0, 0.05));border-radius:18px;filter:blur(8px);z-index:-1;/* BEHIND IMAGE */transform:scale(0.95);transition:all 0.35s ease}/* ACTIVE ITEM STRONGER BACKSIDE */.vip-carousel-item.active::before{opacity:1;transform:scale(1);filter:blur(10px)}/* SIDE ITEMS LIGHT BACKSIDE */.vip-carousel-item:not(.active)::before{opacity:0.5}/* IMAGE WRAPPER */.vip-image-wrapper{position:relative;width:100%;display:flex;justify-content:center}/* IMAGE */.vip-image{height:12rem;width:auto;object-fit:contain}.vip-name{position:absolute;bottom:30%;left:50%;transform:translateX(-50%);width:4rem;border-radius:50px;display:flex;align-items:center;justify-content:center;height:1.7rem;font-size:0.9rem;font-weight:800;letter-spacing:0.5px;color:#f5c451;text-shadow:0 2px 6px rgba(0, 0, 0, 0.7);background:#0b0b0b;/* 🔥 GRADIENT BORDER */border:2px solid transparent;background-image:linear-gradient(#0b0b0b, #0b0b0b),linear-gradient(90deg, #d4af37, #f5c451, #9f8326);background-origin:border-box;background-clip:padding-box,border-box}.vip-deposit-text{position:absolute;bottom:3%;left:50%;transform:translateX(-50%);font-size:0.7rem;font-weight:700;color:#040404;text-shadow:0 2px 6px rgba(0, 0, 0, 0.8)}.vip-range{display:flex;align-items:center;width:5rem;background-color:gray;justify-content:space-between;position:absolute;bottom:12%;padding:0px 2%;border-radius:50px;left:50%;transform:translateX(-50%);font-size:0.5rem;font-weight:700;color:#040404;text-shadow:0 2px 6px rgba(0, 0, 0, 0.8)}