@keyframes bagFloat {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-8px) rotate(2deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}
/* =============================
   NEW HERO BACKGROUND (ISOLATED)
=============================*/

.lifinex-hero-bg {
    background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url('assets/images/banner/bg2.png'); /* change image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* =============================
   GOLD GLITTER BACKGROUND
=============================*/

.banner-two-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(242,209,92,0.8) 1px, transparent 1px), radial-gradient(circle, rgba(255,247,185,0.6) 1px, transparent 1px);
    background-size: 80px 80px, 120px 120px;
    animation: sparkleMove 25s linear infinite;
    opacity: 0.2;
    pointer-events: none;
}

@keyframes sparkleMove {
    0% {
        background-position: 0 0, 50px 50px;
    }

    100% {
        background-position: 400px 400px, 500px 500px;
    }
}

/* GOLD AURA LIGHT */
.banner-two-section::after {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    top: -250px;
    right: -200px;
    background: radial-gradient(circle, rgba(242,209,92,0.3), transparent 70%);
    animation: auraPulse 6s ease-in-out infinite alternate;
    pointer-events: none;
}

@keyframes auraPulse {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }

    100% {
        transform: scale(1.15);
        opacity: 0.6;
    }
}

/* =============================
   PREMIUM ANIMATED GOLD BUTTON
=============================*/

.gold-btn {
    position: relative;
    padding: 15px 42px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    transition: all .4s ease;
}

/* FILLED GOLD */
.gold-fill {
    color: #6b4b00;
    background: linear-gradient( to bottom, #fff6c9 0%, #f3d46a 45%, #e2b83a 55%, #c7951e 100% );
    box-shadow: inset 0 2px 6px rgba(255,255,255,0.8), inset 0 -4px 8px rgba(0,0,0,0.25), 0 0 0 rgba(241,196,15,0.4);
    animation: goldBreath 3s ease-in-out infinite;
}
.gold-fill:hover {
    color: #000;
    background: linear-gradient( to bottom, #fff6c9 0%, #f3d46a 45%, #e2b83a 55%, #c7951e 100% );
    box-shadow: inset 0 2px 6px rgba(255,255,255,0.8), inset 0 -4px 8px rgba(0,0,0,0.25), 0 0 0 rgba(241,196,15,0.4);
    animation: goldBreath 3s ease-in-out infinite;
}
/* OUTLINE BUTTON */
.gold-outline {
    color: #f3d46a;
    border: 1.5px solid #f3d46a;
    background: transparent;
    animation: outlineGlow 3s ease-in-out infinite;
}

/* CONTINUOUS SHINE EFFECT */
.gold-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 50%;
    height: 100%;
    background: linear-gradient( 120deg, transparent, rgba(255,255,255,0.7), transparent );
    transform: skewX(-25deg);
    animation: shineMove 4s linear infinite;
}

/* BREATHING GLOW */
@keyframes goldBreath {
    0% {
        box-shadow: inset 0 2px 6px rgba(255,255,255,0.8), inset 0 -4px 8px rgba(0,0,0,0.25), 0 5px 15px rgba(241,196,15,0.4);
    }

    50% {
        box-shadow: inset 0 2px 8px rgba(255,255,255,0.9), inset 0 -5px 10px rgba(0,0,0,0.3), 0 12px 30px rgba(241,196,15,0.7);
    }

    100% {
        box-shadow: inset 0 2px 6px rgba(255,255,255,0.8), inset 0 -4px 8px rgba(0,0,0,0.25), 0 5px 15px rgba(241,196,15,0.4);
    }
}

/* OUTLINE GLOW */
@keyframes outlineGlow {
    0% {
        box-shadow: 0 0 8px rgba(241,196,15,0.3);
    }

    50% {
        box-shadow: 0 0 18px rgba(241,196,15,0.7);
    }

    100% {
        box-shadow: 0 0 8px rgba(241,196,15,0.3);
    }
}

/* SHINE LOOP */
@keyframes shineMove {
    0% {
        left: -120%;
    }

    100% {
        left: 150%;
    }
}

/* HOVER LIFT */
.gold-btn:hover {
    transform: translateY(-6px) scale(1.05);
}

/* CLICK PRESS */
.gold-btn:active {
    transform: scale(.95);
}

/* RESPONSIVE */
@media(max-width:768px) {
    .gold-btn {
        width: 100%;
        max-width: 260px;
        text-align: center;
    }
}

/* Glitter */
@keyframes glitterMove {
    0% {
        background-position: 0 0,40px 40px;
    }

    100% {
        background-position: 300px 300px,350px 350px;
    }
}

/* Gold Aura */
@keyframes glowPulse {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }

    100% {
        transform: scale(1.2);
        opacity: 0.7;
    }
}

/* Text Shine */
@keyframes textShine {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}

/* Floating Animations */
@keyframes float1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes float2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(25px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes float3 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes float4 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Main Image Float */
@keyframes imgFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Responsive */
@media(max-width:991px) {
    section {
        padding: 80px 20px !important;
    }

    img[style*="position:absolute"] {
        display: none; /* hide floating decor on mobile */
    }
}



.services-section {
    position: relative;
    overflow: hidden;
}

    /* Base subtle gold gradient layer */
    .services-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg,#0f0f0f,#1a1403,#0f0f0f);
        z-index: 0;
    }

    /* Sparkle particles layer */
    .services-section::after {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle, rgba(255,215,0,0.8) 1px, transparent 1px), radial-gradient(circle, rgba(255,255,255,0.6) 1px, transparent 1px);
        background-size: 90px 90px,140px 140px;
        animation: goldSparkleMove 35s linear infinite;
        opacity: 0.15;
        pointer-events: none;
        z-index: 0;
    }

@keyframes goldSparkleMove {
    0% {
        background-position: 0 0, 40px 40px;
    }

    100% {
        background-position: 400px 400px, 450px 450px;
    }
}

/* Ensure content stays above sparkle */
.services-section .container {
    position: relative;
    z-index: 2;
}

/* ===============================
   YOUR EXISTING CARD ANIMATION
================================ */

.lifinex-alive-gold {
    height: 100%;
    border: 1px solid #E8BA05;
    border-radius: 16px;
    background: linear-gradient(180deg, #1A1A1A 0%, #1A1A1A 100%);
    outline: 2px solid rgba(232, 186, 5, 0.25);
    animation: lifinexGoldPulse 3.8s ease-in-out infinite;
    will-change: box-shadow, outline;
}

@keyframes lifinexGoldPulse {
    0% {
        box-shadow: 0 0 10px rgba(232, 186, 5, 0.25), 0 0 18px rgba(232, 186, 5, 0.15);
        outline-color: rgba(232, 186, 5, 0.25);
    }

    50% {
        box-shadow: 0 0 18px rgba(232, 186, 5, 0.55), 0 0 30px rgba(232, 186, 5, 0.35);
        outline-color: rgba(232, 186, 5, 0.55);
    }

    100% {
        box-shadow: 0 0 10px rgba(232, 186, 5, 0.25), 0 0 18px rgba(232, 186, 5, 0.15);
        outline-color: rgba(232, 186, 5, 0.25);
    }
}

/* Make heading black on hover */
.lifinex-alive-gold:hover h3 {
    color: #000 !important;
}

/* Optional: paragraph also black */
.lifinex-alive-gold:hover p {
    color: #000 !important;
}

/* Mobile optimization */
@media (max-width: 767px) {
    .lifinex-alive-gold {
        animation-duration: 3s;
    }
}


.lux-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,215,0,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,215,0,0.06) 1px, transparent 1px);
    background-size: 80px 80px;
    animation: gridMove 30s linear infinite;
    z-index: 1;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 200px 200px;
    }
}

.lux-orb {
    position: absolute;
    width: 700px;
    height: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: radial-gradient(circle,rgba(255,215,0,0.15),transparent 60%);
    animation: orbPulse 6s ease-in-out infinite alternate;
    z-index: 2;
}

@keyframes orbPulse {
    0% {
        opacity: 0.3;
        transform: translate(-50%,-50%) scale(1);
    }

    100% {
        opacity: 0.6;
        transform: translate(-50%,-50%) scale(1.15);
    }
}

.lux-particles {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,215,0,0.8) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: particleDrift 40s linear infinite;
    opacity: 0.05;
    z-index: 3;
}

@keyframes particleDrift {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 300px 300px;
    }
}

/* ============================
   TEXT EFFECT
============================ */

.lux-gradient-text {
    background: linear-gradient(90deg,#caa23c,#f5d777,#fff5c0,#f5d777,#caa23c);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textFlow 4s linear infinite;
}

@keyframes textFlow {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}

/* ============================
   MINI BOX
============================ */

.lux-mini-box {
    background: rgba(255,215,0,0.05);
    border: 1px solid rgba(255,215,0,0.3);
    padding: 20px 35px;
    border-radius: 14px;
    backdrop-filter: blur(10px);
}

.lux-mini-value {
    font-size: 36px;
    font-weight: 700;
    color: #f5c76b;
}

/* ============================
   TOKEN CARD
============================ */

.lux-token-card {
    position: relative;
    padding: 50px 40px;
    border-radius: 20px;
    background: linear-gradient(145deg,#0b0b0b,#111);
    border: 1px solid rgba(255,215,0,0.2);
    box-shadow: 0 0 30px rgba(255,215,0,0.1), 0 20px 40px rgba(0,0,0,0.6);
    overflow: hidden;
}

    .lux-token-card::before {
        content: "";
        position: absolute;
        inset: -2px;
        background: linear-gradient(120deg,transparent,rgba(255,215,0,0.4),transparent);
        animation: borderMove 4s linear infinite;
    }

@keyframes borderMove {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.lux-divider {
    display: block;
    height: 1px;
    background: #f5c76b;
    margin: 10px 0;
    opacity: 0.5;
}

.lux-big-number {
    color: #f5c76b;
    font-size: 28px;
    margin-bottom: 20px;
}

.lux-progress {
    height: 6px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    overflow: hidden;
}

.lux-progress-bar {
    height: 100%;
    width: 50%;
    background: linear-gradient(90deg,#caa23c,#f5d777);
    animation: progressGlow 3s ease-in-out infinite;
}

@keyframes progressGlow {
    0% {
        box-shadow: 0 0 5px rgba(255,215,0,0.3);
    }

    50% {
        box-shadow: 0 0 20px rgba(255,215,0,0.7);
    }

    100% {
        box-shadow: 0 0 5px rgba(255,215,0,0.3);
    }
}

/* COPY BOX */

.lux-copy-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    background: rgba(255,215,0,0.05);
    border: 1px solid rgba(255,215,0,0.3);
    padding: 12px 20px;
    border-radius: 12px;
    flex-wrap: wrap;
}

    .lux-copy-box span {
        font-size: 14px;
        word-break: break-all;
    }

.lux-copy-btn {
    background: #f5c76b;
    border: none;
    padding: 6px 14px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

    .lux-copy-btn:hover {
        background: #fff;
    }

/* RESPONSIVE */

@media(max-width:768px) {

    .lux-token-card {
        padding: 30px 20px !important;
    }

    .lux-mini-box {
        width: 100%;
        text-align: center;
    }

    .lux-copy-box {
        flex-direction: column;
        text-align: center;
    }

    .lux-copy-btn {
        width: 100%;
    }
}



.proc-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient( 120deg, #050505, #1a1202, #050505 );
    background-size: 300% 300%;
    animation: bgMove 18s ease infinite;
    z-index: 1;
}

@keyframes bgMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Floating Light Blobs */

.proc-light-1,
.proc-light-2 {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle,rgba(245,199,107,0.18),transparent 70%);
    filter: blur(50px);
    z-index: 2;
    animation: floatLight 8s ease-in-out infinite alternate;
}

.proc-light-1 {
    top: 10%;
    left: 5%;
}

.proc-light-2 {
    bottom: 10%;
    right: 5%;
    animation-delay: 3s;
}

@keyframes floatLight {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

/* =========================
   LUXURY PANELS
========================= */

.lux-panel {
    background: rgba(255,255,255,0.03);
    /* GOLD BORDER */
    border: 1px solid #f5c76b;
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
    height: 100%;
    /* CONTINUOUS GOLD GLOW */
    box-shadow: 0 0 15px rgba(245,199,107,0.25), 0 0 40px rgba(245,199,107,0.08);
    animation: luxGlow 4s ease-in-out infinite;
}

    .lux-panel::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 120deg, transparent, rgba(245,199,107,0.15), transparent );
        transform: translateX(-100%);
        transition: 0.6s;
    }

    .lux-panel:hover::before {
        transform: translateX(100%);
    }

    .lux-panel:hover {
        transform: translateY(-12px);
        box-shadow: 0 0 30px rgba(245,199,107,0.3), 0 20px 50px rgba(0,0,0,0.8);
    }

/* Number Icon */

.lux-icon {
    font-size: 40px;
    font-weight: 800;
    color: #f5c76b;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(255,215,0,0.6);
}

/* Text */

.lux-panel h4 {
    color: #fff;
    margin-bottom: 15px;
}

.lux-panel p {
    color: #cfcfcf;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px) {

    .lux-panel {
        padding: 30px;
    }

    .process-section {
        padding: 80px 20px !important;
    }
}

@keyframes luxGlow {
    0% {
        box-shadow: 0 0 15px rgba(245,199,107,0.25), 0 0 40px rgba(245,199,107,0.08);
    }

    50% {
        box-shadow: 0 0 25px rgba(245,199,107,0.55), 0 0 60px rgba(245,199,107,0.2);
    }

    100% {
        box-shadow: 0 0 15px rgba(245,199,107,0.25), 0 0 40px rgba(245,199,107,0.08);
    }
}

#roadmap {
    position: relative;
    overflow: hidden;
    background: #000;
}

    /* ==============================
   STATIC GOLD SPARKLE LAYER
   (NO LEFT-RIGHT MOVEMENT)
============================== */
    #roadmap::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle, rgba(242,209,92,0.6) 1px, transparent 1px), radial-gradient(circle, rgba(255,247,185,0.4) 1px, transparent 1px);
        background-size: 60px 60px, 90px 90px;
        background-position: 0 0, 30px 30px;
        opacity: 0.2;
        pointer-events: none;
        animation: none; /* STOPPED movement */
    }

    /* ==============================
   FORCE REMOVE ANY GOLD SWEEP
============================== */
    #roadmap::after,
    .roadmap-section::after,
    .roadmap-features::after {
        display: none !important;
        content: none !important;
        animation: none !important;
        background: none !important;
    }

/* ==============================
   GOLD GLASS CARD EFFECT
============================== */
.roadmap-text {
    position: relative;
    background: linear-gradient( 145deg, rgba(242,209,92,0.05), rgba(0,0,0,0.8) ) !important;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(242,209,92,0.4) !important;
    box-shadow: 0 0 20px rgba(242,209,92,0.25);
    transition: 0.4s ease;
}

    /* Hover glow */
    .roadmap-text:hover {
        box-shadow: 0 0 30px rgba(242,209,92,0.6), 0 0 60px rgba(242,209,92,0.4);
        transform: translateY(-8px) scale(1.02);
    }

    /* ==============================
   MINI SPARKLE ON CARDS
============================== */
    .roadmap-text::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle, #F2D15C 1px, transparent 1px);
        background-size: 40px 40px;
        opacity: 0.06;
        pointer-events: none;
    }

/* ==============================
   TIMELINE VERTICAL LINE
============================== */
.roadmap-line {
    background: #111;
    position: relative;
}

    /* Moving Gold Node (Optional) */
    .roadmap-line::after {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        background: #F2D15C;
        border-radius: 50%;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 0 10px #F2D15C, 0 0 25px #fff7b9, 0 0 50px #F2D15C;
        animation: nodeTravel 4s linear infinite;
    }

@keyframes nodeTravel {
    0% {
        top: -10%;
    }

    100% {
        top: 110%;
    }
}

/* ==============================
   RESPONSIVE
============================== */
@media(max-width:991px) {

    #roadmap::before {
        background-size: 40px 40px, 60px 60px;
    }

    .roadmap-text {
        margin-bottom: 30px;
    }

    .roadmap-line::after {
        display: none;
    }
}

@media(max-width:576px) {

    .roadmap-text {
        padding: 18px !important;
        transform: none !important;
    }
}


.faq-luxury {
    background: #111;
    border: 1px solid rgba(242,209,92,0.2);
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: 0.4s;
}

    .faq-luxury:hover {
        box-shadow: 0 0 25px rgba(242,209,92,0.4);
        border-color: #F2D15C;
    }

    .faq-luxury .accordion-button {
        background: #1a1a1a;
        color: #fff;
        font-weight: 500;
    }

        .faq-luxury .accordion-button:not(.collapsed) {
            background: linear-gradient(90deg,#F2D15C,#fff3a8,#F2D15C);
            color: #000;
            box-shadow: 0 0 20px rgba(242,209,92,0.6);
        }

    .faq-luxury .accordion-body {
        color: #ccc;
        background: #111;
    }

@keyframes shineMove {
    0% {
        left: -70%;
    }

    100% {
        left: 120%;
    }
}

@keyframes floatImage {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-20px);
    }
}

/* MOBILE RESPONSIVE */
@media(max-width:768px) {
    .faq-section {
        padding: 60px 0;
    }
}

/* ===== SECTION BACKGROUND ===== */
.lifinex-blog {
    position: relative;
    background: radial-gradient(circle at center, rgba(242,209,92,0.15) 0%, #111 55%, #000 100%);
    overflow: hidden;
}

    /* Floating Gold Icons */
    .lifinex-blog::before,
    .lifinex-blog::after {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        background: radial-gradient(circle, rgba(242,209,92,0.4) 0%, transparent 70%);
        border-radius: 50%;
        animation: floatGlow 6s ease-in-out infinite alternate;
    }

    .lifinex-blog::before {
        top: 10%;
        left: 5%;
    }

    .lifinex-blog::after {
        bottom: 10%;
        right: 5%;
        animation-delay: 2s;
    }

@keyframes floatGlow {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-25px);
    }
}

/* ===== BLOG CARD ===== */
.blog-item {
    background: linear-gradient(145deg, #111, #0a0a0a);
    border-radius: 18px;
    padding: 25px;
    border: 1px solid rgba(242,209,92,0.25);
    box-shadow: 0 0 30px rgba(242,209,92,0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

p.mt-3.text {
    font-size: 25px;
    color: white;
}
    .blog-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 50px rgba(242,209,92,0.4);
        border-color: #F2D15C;
    }

    /* Image Hover Zoom */
    .blog-item img {
        border-radius: 12px;
        transition: 0.4s ease;
    }

    .blog-item:hover img {
        transform: scale(1.05);
    }

    /* Title Style */
    .blog-item h4 a {
        color: #fff;
        text-decoration: none;
        transition: 0.3s;
    }

        .blog-item h4 a:hover {
            color: #F2D15C;
        }

    /* ===== PREMIUM GOLD BUTTON ===== */
    .blog-item .btn--base-two {
        position: relative;
        background: linear-gradient(145deg,#F2D15C,#fff1a6,#d4a72c);
        border-radius: 50px;
        padding: 10px 26px;
        color: #000;
        font-weight: 600;
        border: none;
        overflow: hidden;
        transition: 0.4s;
    }

        .blog-item .btn--base-two::before {
            content: "";
            position: absolute;
            top: 0;
            left: -70%;
            width: 50%;
            height: 100%;
            background: linear-gradient( 120deg, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0) );
            transform: skewX(-25deg);
            animation: shineMove 3s infinite;
        }

@keyframes shineMove {
    0% {
        left: -70%;
    }

    100% {
        left: 120%;
    }
}

.blog-item .btn--base-two:hover {
    box-shadow: 0 0 30px rgba(242,209,92,0.8);
}

/* ===== RESPONSIVE ===== */
/* @media (max-width: 768px) {
    .blog-item {
        margin-bottom: 30px;
    }
} */
@keyframes goldMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes shineSweep {
    0% {
        left: -70%;
    }

    100% {
        left: 120%;
    }
}
/* Background Glow */
.lifinex-cta {
    background: radial-gradient(circle at center, rgba(242, 209, 92, 0.25) 0%, rgba(242, 209, 92, 0.12) 25%, #111 55%, #000 90%);
    padding: 120px 0;
}

    /* Premium Box */
    .lifinex-cta .call-action-box {
        background: linear-gradient(145deg, #111, #0a0a0a);
        border: 1px solid rgba(242,209,92,0.4);
        border-radius: 20px;
        padding: 60px;
        box-shadow: 0 0 40px rgba(242,209,92,0.15);
    }

    /* Heading Gold Gradient */
    .lifinex-cta h2 {
        background: linear-gradient(90deg,#F2D15C,#fff3b0,#F2D15C);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: lifinexGlow 3s ease-in-out infinite;
    }

/* Glow Animation */
@keyframes lifinexGlow {
    0% {
        text-shadow: 0 0 8px rgba(242,209,92,0.4);
    }

    50% {
        text-shadow: 0 0 25px rgba(242,209,92,0.9);
    }

    100% {
        text-shadow: 0 0 8px rgba(242,209,92,0.4);
    }
}

/* Gold Button */
.lifinex-cta .btn--base-two {
    background: linear-gradient(135deg,#F2D15C,#fff3b0);
    border: none;
    color: #000;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(242,209,92,0.6);
    transition: 0.4s;
}

    .lifinex-cta .btn--base-two:hover {
        box-shadow: 0 0 30px rgba(242,209,92,1);
        transform: translateY(-3px);
    }
.lifinex-premium-footer {
    position: relative;
    background: radial-gradient(circle at center, rgba(242, 209, 92, 0.35) 0%, rgba(242, 209, 92, 0.15) 25%, #111 55%, #000 90%);
    padding: 120px 0 0;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

/* Gold Glow Animation */
@keyframes goldGlow {
    0% {
        text-shadow: 0 0 8px rgba(242,209,92,0.4);
    }

    50% {
        text-shadow: 0 0 25px rgba(242,209,92,0.9);
    }

    100% {
        text-shadow: 0 0 8px rgba(242,209,92,0.4);
    }
}

/* Premium Gold Title */
.lifinex-premium-footer h2 {
    font-size: 44px;
    font-weight: 700;
    margin: 25px 0 40px;
    background: linear-gradient(90deg, #F2D15C, #fff3b0, #F2D15C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: goldGlow 3s ease-in-out infinite;
}

/* Gold Badge */
.lifinex-premium-footer .gold-badge {
    display: inline-block;
    padding: 6px 18px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(90deg,#F2D15C,#fff3b0);
    color: #000;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 0 15px rgba(242,209,92,0.6);
}

/* Social Icons */
.lifinex-premium-footer ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    color: #F2D15C;
    font-size: 18px;
    text-decoration: none;
    transition: 0.4s;
}

    .lifinex-premium-footer ul li a:hover {
        background: linear-gradient(135deg,#F2D15C,#fff3b0);
        color: #000;
        box-shadow: 0 0 25px rgba(242,209,92,0.9);
        transform: translateY(-5px);
    }


    /* Tokenomics-section */

    /* Background Section */
.tokenomics-section {
    background: #000;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.button{
    color: #6b4b00;
    background:linear-gradient(to bottom, #fff6c9 0%, #f3d46a 45%, #e2b83a 55%, #c7951e 100%);
    margin-top: -62px;
}
.smarthove:hover{
    color: rgb(0, 0, 0) !important;
}
/* Heading Style */
.token-heading {
    font-size: 42px;
    font-weight: 700;
    color: #f2d15c;
    letter-spacing: 1px;
}

.heading-line {
    width: 120px;
    height: 3px;
    background: #f2d15c;
    margin-top: 10px;
    border-radius: 5px;
}

/* Token Card */
.token-card {
    border: 1px solid #f2d15c;
    border-radius: 12px;
    padding: 30px 25px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 25px rgba(245, 197, 66, 0.2);
}

/* List Styling */
.token-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.token-list li {
    font-size: 18px;
    margin-bottom: 15px;
    color: #e6e6e6;
}

.token-list span {
    color: #f2d15c;
    font-weight: 600;
}

/* Coin Image */
.coin-wrapper {
    position: relative;
}

.coin-img {
    /* max-width: 350px; */
    animation: float 5s ease-in-out infinite;
}

/* Floating Animation */
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .token-heading {
        font-size: 32px;
    }

    .token-card {
        padding: 25px 20px;
    }

    .coin-img {
        max-width: 260px;
        margin-top: 20px;
    }
    }

@media (max-width: 576px) {
    .token-heading {
        font-size: 26px;
    }

    .token-list li {
        font-size: 13px;
    }

    .token-card {
        padding: 20px 15px;
    }
    .button{
        display: flex;
        justify-content: center;
    }
}