body {
    background-color: #0d0a0b;
    color: #fff;
    margin: 0;
    overflow-x: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .section-card .vip-subscribe h3{
  top:235px;
  left:-680px;
 }

.relative .mx-auto .section-card {
    position: relative;
    top: 0px;
    left: 300px;
    height: 754px !important;
}

.glow-text {
    text-shadow: 0 0 8px rgba(229, 62, 62, 0.6), 0 0 16px rgba(229, 62, 62, 0.4);
}

.border-gradient {
    border: 2px solid;
    border-image: linear-gradient(to right, #e53e3e, #631717) 1;
}

.vip-box {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.vip-feature {
    background: #2a2a2a;
    padding: 1rem;
    border-radius: 12px;
    width: 200px;
    text-align: center;
    border: 1px solid #444;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vip-feature:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255, 60, 0, 0.4);
}

.vip-feature i {
    font-size: 1.5rem;
    color: #ff3c00;
    margin-bottom: 0.5rem;
}

.feature-title {
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.3rem;
    display: block;
}

.vip-subscribe {
    text-align: center;
    margin-top: 2rem;
    color: #ccc;
    position: relative;
    top: -45px;
}

.vip-subscribe h3 {
    font-size: 1.2rem;
    color: #ff3c00;
    margin-bottom: 0.5rem;
    transform: translateX(686px) translateY(-238px);
    position: relative;
    top: 219px;
    left: -660px;
    bottom: 107px;
}

.vip-subscribe input[type="text"] {
    padding: 0.5rem;
    font-size: 1rem;
    border: 1px solid #555;
    border-radius: 8px;
    background: #0a0a0a;
    color: white;
    margin-top: 0.5rem;
    width: 80%;
    max-width: 400px;
}

#stripe-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
    transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
    height: 42px;
    position: relative;
    top: 23.55px;
    left: 12px;
    transform: translateX(-8px) translateY(-16px);
    width: 300px;
}

#stripe-button:hover {
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
}

#stripe-button:active {
    transform: scale(0.98);
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.2);
}

#stripe-button img {
    height: 24px;
    width: auto;
}

#vip-timer {
    position: relative;
    top: 33px;
    left: 325px;
    font-size: 1.2rem;
    color: #ff3c00;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}


#paypal-button-container {
    max-width: 300px;
    margin: 20px auto 0;
    transform: scale(0.85);
    transform-origin: center;
}

.section-card .vip-subscribe p {
    position: relative;
    top: 5px;
    font-size: 14px;
    letter-spacing: 0.8px;
}

@media (max-width: 768px) {
    body {
        display: block;
        padding: 0 15px;
        height: 100%;
    }

    .relative .mx-auto .section-card {
        left: -7px;
        height: auto;
    }

    .vip-box {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .vip-feature {
        width: calc(50% - 1rem);
        padding: 0.8rem;
        background: #2a2a2a;
        border-radius: 12px;
        border: 1px solid #444;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    }

    .vip-feature i {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }

    .feature-title {
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
    }

    .vip-subscribe {
        margin-top: 1rem;
        padding: 0 10px;
        font-size: 0.8rem;
        width: 100%;
        top: auto;
        bottom: 51px;
    }

    .vip-subscribe h3 {
        font-size: 1rem;
        top: 71px;
        left: -700px;
        right: -82px;
        transform: none;
    }

    .vip-subscribe input[type="text"] {
        width: 100%;
        font-size: 0.9rem;
    }

    #stripe-button {
        width: 100%;
        padding: 10px 0;
        font-size: 14px;
        transform: none;
        top: auto;
        left: auto;
    }

    .lg\:col-span-2 .section-card .vip-subscribe {
        top: 219px;
        bottom: auto;
    }

    .section-card .vip-box .vip-feature {
        padding-left: 15px;
    }

    .lg\:col-span-2 .section-card .vip-box {
        height: auto;
        overflow: visible;
    }

    .relative .mx-auto .lg\:col-span-2 .section-card .vip-box {
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    .vip-box {
        gap: 0.8rem;
        margin-left: 0;
    }

    .vip-feature {
        width: calc(50% - 0.8rem);
        padding: 0.6rem;
    }

    .vip-subscribe {
        padding: 0 10px;
    }

    .vip-subscribe input[type="text"] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .vip-price {
        font-size: 0.85rem;
        margin-top: 0.4rem;
    }
}

@media (max-width: 768px) {
    #vip-timer {
        font-size: 2rem;
        top: 270px !important;
        left: -20px !important;
        text-align: center;
    }
}


