body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #0F172A;
    background-image:
        radial-gradient(at 0% 0%, rgba(63, 34, 115, 0.3) 0px, transparent 50%),
        radial-gradient(at 100% 0%, rgba(29, 42, 107, 0.3) 0px, transparent 50%),
        radial-gradient(at 50% 50%, rgba(15, 23, 42, 0) 0px, transparent 80%),
        radial-gradient(at 100% 100%, rgba(88, 28, 135, 0.2) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgba(20, 48, 100, 0.3) 0px, transparent 50%);

    background-attachment: fixed;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #111a35;
    border-radius: 5px;
}

.navbar {
    background-color: #0F172A;
    padding: 5px 0;
    box-shadow: 0px 8px 32px 0px #0000004D;
}

.coinsbd {
    padding: 10px;
    background: #FFFFFF0D !important;
    border: solid 2px #FFFFFF0D !important;
    border-radius: 50rem !important;
}

.copyip {
    background: #00000066 !important;
    border-radius: 10px !important;
    padding: 10px !important;
    border: solid 1px #FFFFFF1A;
}

.text-warning {
    color: #e11d48 !important;
}

.copyip input,
.copyip button {
    border: 0px !important;
    background: transparent !important;
    color: white !important;
}

/* Logo Styling */
.navbar-brand {
    font-weight: 800;
    color: #ffffff !important;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
}

.logo-icon {
    height: 30px;
    margin-right: 8px;
}

/* Nav Links / Buttons */
.nav-link-login {
    color: #a0a6b1 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-right: 25px;
    transition: 0.3s;
}

.nav-link-login:hover {
    color: #ffffff !important;
}

.btn-signup {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

/* Hamburger Toggle Icon Color Fix */
.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Agar aap toggler ka border bhi white karna chahein */
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Mobile Layout */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #121620;
        padding: 20px;
        border-radius: 10px;
        margin-top: 15px;
    }

    .nav-link-login {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }
}



.hero-section {
    padding: 150px 0;
    background-image: linear-gradient(rgb(10 13 20 / 0%), rgb(10 13 20 / 39%)), url(../imgs/main-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.hero-title {
    font-size: 85px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -2px;
    line-height: normal;

    /* Aap ka bataya hua Gradient */
    background: linear-gradient(180deg, #FFFFFF 0%, #E2E8F0 50%, #62748E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    /* Gradient apply hone ke liye zaroori hai */
}

.hero-subtitle {
    background: linear-gradient(180deg, #FFFFFF 0%, #E2E8F0 50%, #62748E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.hero-title span,
.hero-subtitle span {
    color: #a0a6b1;
    /* Dot color */
}

.hero-text {
    color: #a0a6b1;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 40px;
    font-weight: 400;
}

.btn-audit {
    display: inline-block;
    background: #1D293DCC;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 50px;
    border: 1px solid #FFFFFF1A;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s all ease;
    box-shadow: 0px 0px 20px 0px #FF00001A;
}

.btn-audit:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .hero-title {
        font-size: 60px;
    }

    .hero-subtitle {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 45px;
    }

    .hero-subtitle {
        font-size: 30px;
    }

    .hero-section {
        padding: 80px 0;
    }
}





.hero-section {
    background-color: transparent !important;
}

.info-section {
    padding: 100px 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
}

.heading-line {
    width: 60%;
    height: 1px;
    margin: 10px auto 40px auto;
    box-shadow: 0 0 10px 1px rgba(255, 0, 0, 0.4);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #FB2C36 50%, rgba(0, 0, 0, 0) 100%);
}

.info-heading {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 35px;
    letter-spacing: -0.5px;
}

.info-text-block p {
    font-size: 16px;
    color: white;
    line-height: 1.7;
    margin-bottom: 22px;
    font-weight: 400;
}

.skip-btn-container {
    margin: 45px 0;
}

.btn-skip-custom {
    background: linear-gradient(180deg, #ff4d4d 0%, #e11d48 100%);
    color: #ffffff;
    border: none;
    padding: 10px 55px;
    /* Wide button as per image */
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 0 25px rgba(225, 29, 72, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-skip-custom:hover {
    transform: scale(1.03);
    box-shadow: 0 0 35px rgba(225, 29, 72, 0.6);
}



@media (max-width: 768px) {
    .info-heading {
        font-size: 26px;
    }

    .info-section {
        padding: 60px 20px;
    }

    .btn-skip-custom {
        width: 100%;
        justify-content: center;
    }
}



/* Base card style */
.feature-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* Base Line Style */
.feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

/* Individual Colors */
.card-signup::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #7C86FF 50%, rgba(0, 0, 0, 0) 100%);
}

.card-refer::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #C27AFF 50%, rgba(0, 0, 0, 0) 100%);
}

.card-watch::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #FB2C36 50%, rgba(0, 0, 0, 0) 100%);
}

.card-profile::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #7C86FF 50%, rgba(0, 0, 0, 0) 100%);
}

.card-you::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #FB2C36 50%, rgba(0, 0, 0, 0) 100%);
}

.card-pay::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #00D492 50%, rgba(0, 0, 0, 0) 100%);
}


.features-section {
    padding: 80px 0;
}

.section-title {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #94a3b8;
    text-align: center;
    margin-bottom: 50px;
    font-size: 15px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
}

.feature-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
}


.feature-card h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
}

.feature-card p {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.6;
}

.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.faq-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #00D492, transparent);
}

.faq-item.active {
    border-color: rgba(220, 38, 38, 0.3);
}

.faq-item.active::before {
    background: linear-gradient(90deg, transparent, #EF4444, transparent);
}

.faq-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    color: #fff;
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
}

.faq-icon {
    width: 70px;
    height: 70px;
}

.faq-content {
    padding: 0 20px 20px;
    color: #90A1B9;
}


.payout-card {
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px;
}

.history-label {
    font-size: 0.75rem;
    color: #62748E;
    letter-spacing: 1px;
}

.total-amount {
    color: #00D492;
    font-size: 2.5rem;
    font-weight: 700;
}

.total-label {
    color: #62748E;
    font-size: 1rem;
    text-shadow: none !important;
}

.badge-auto {
    display: inline-block;
    border: 1px solid #00D49233;
    color: #00D492;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 0.8rem;
    background: #00D4921A;
}

.table-header {
    color: #62748E;
    font-size: 0.75rem;
    font-weight: 500;
}

.table-body {
    color: #CAD5E2;
}

.text-green {
    color: #00D492;
}

.phone-mockup img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.payout-card {
    background: #161D30;
    border: 1px solid #FFFFFF0A;
    border-radius: 20px;
    padding: 40px;
    position: relative;
}



.total-amount {
    color: #00D492;
    text-shadow: 0 0 10px rgba(0, 212, 146, 0.5);
    font-size: 3rem;
    font-weight: 700;
}

.text-green {
    color: #00D492 !important;
    font-weight: 400;
}



tbody.table-body tr {
    border-bottom: solid 1px #FFFFFF0D;
}

table.table.table-borderless thead {
    border-bottom: solid 1px #FFFFFF0D;
}


.payout-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #00D492 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.phone-mockup-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.phone-image {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: block;
    width: 100%;
}

.play-btn-overlay {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.banner-heading {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 150px;
    /* Play button se thora gap */
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    /* Readable banane ke liye shadow */
}

.footer-section {
    border-top: 1px solid #FFFFFF0D;
}

.copyright-text {
    color: #45556C;
    font-size: 0.85rem;
    margin: 0;
    font-weight: 400;
}

.watchlab-sec {
    padding: 100px 0px;
}



.membership-section {
    color: #ffffff;
    padding: 80px 0;
}

.membership-section h1 {
    font-size: clamp(3rem, 8vw, 5rem);
    /* Responsive font size */
    font-weight: 800;
    letter-spacing: -3px;
    margin-bottom: 40px;
}

.auth-form-container h4 {
    font-weight: 700;
    color: #f0f6fc;
}

.custom-input {
    background-color: #0F172B;
    border: 1px solid #FFFFFF1A !important;
    color: #ffffff !important;
    padding: 12px 15px;
    border-radius: 16px;
}

.custom-input:focus {
    border-color: #58a6ff !important;
    box-shadow: 0 0 0 3px rgba(88, 166, 255, 0.1) !important;
}

/* Express Buttons */
.btn-apple {
    background-color: #ffffff;
    color: #000000;
    border: none;
    font-weight: 600;
    border-radius: 20px;
    padding: 15px !important;
}

.btn-google {
    background-color: #1D293D;
    color: #ffffff;
    border: 1px solid #FFFFFF1A;
    font-weight: 600;
    border-radius: 20px;
    padding: 15px !important;
}

/* Divider */
.divider-container {
    position: relative;
    text-align: center;
    margin: 30px 0;
}

.divider-container hr {
    border-top: 1px solid #30363d;
    opacity: 1;
}

.divider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0F172A;
    padding: 0 15px;
    font-size: 11px;
    color: #62748E;
    letter-spacing: 1px;
}

.btn-submit-gradient {
    background: #FB2C36;
    border: none;
    color: white;
    font-weight: 700;
    padding: 16px;
    border-radius: 12px;
    transition: transform 0.2s, opacity 0.2s;
    box-shadow: 0 10px 20px rgba(255, 51, 61, 0.2);
}

.btn-submit-gradient:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    color: white;
}


.summary-box {
    background-color: #161D30;
    border: 1px solid #FFFFFF0A;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 8px 30px 0px #6366F11A;
}

.info-text-border {
    border-left: 3px solid #615FFF80;
    padding-left: 20px;
    font-size: 0.85rem;
    color: #8b949e;
    line-height: 1.6;
}

.guarantee-box {
    background-color: #161D30;
    border: 1px solid #FFFFFF0A;
    border-radius: 20px;
    padding: 10px;
}

.custom-input:focus {
    background: unset;
    box-shadow: none !important;
    border-color: #FFFFFF1A !important;
}

.btmtextspan {
    color: #62748E;
    text-align: center !important;
    width: 100% !important;
    font-size: 16px;
    margin: auto;
    display: table;
    padding-top: 20px;
}

/* form */

.form-content {
    padding: 20px;
}

.member-title {
    font-size: clamp(40px, 8vw, 85px);
    font-weight: 800;
    letter-spacing: -3px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E2E8F0 50%, #62748E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

/* Card Wrapper */
.form-wrapper {
    background: #161D30;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    max-width: 550px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

/* Progress Bar */
.progress-container {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.05);
}

.progress-bar-inner {
    height: 100%;
    width: 10%;
    background: #EF4444;
    box-shadow: 0 0 15px #EF4444;
    transition: width 0.4s ease;
}

.form-content {
    padding: 40px;
}

.step-label {
    color: #EF4444;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/* Custom Radio Buttons (Image 99875b Style) */
.custom-radio-wrapper {
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
}

.custom-radio-wrapper input {
    display: none;
}

.radio-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
    padding: 16px 20px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.2s;
}

.circle-ui {
    width: 22px;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
}

.circle-ui::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #EF4444;
    border-radius: 50%;
    display: none;
    box-shadow: 0 0 8px #EF4444;
}

.custom-radio-wrapper input:checked+.radio-box {
    border-color: #EF4444;
    background: rgba(239, 68, 68, 0.05);
}

.custom-radio-wrapper input:checked+.radio-box .circle-ui {
    border-color: #EF4444;
}

.custom-radio-wrapper input:checked+.radio-box .circle-ui::after {
    display: block;
}

/* Inputs & Buttons */

.form-control {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    padding: 14px;
    border-radius: 12px;
}

.form-control:focus {
    background: rgba(0, 0, 0, 0.3);
    border-color: #EF4444;
    color: white;
    box-shadow: none;
}

.btn-continue {
    background: #ffffff;
    color: #000;
    font-weight: 700;
    padding: 16px;
    border-radius: 12px;
    border: none;
    width: 100%;
    transition: 0.3s;
    margin-top: 10px;
}

.payiconimgs {
    border: solid #00d492 1px;
    padding: 7px 10px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 15px;
}

form#membershipForm h4 {
    color: #F1F5F9;
    font-weight: 600;
    font-size: 25px;
}

.member-form-section {
    min-height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}



.btn-appl img,
.btn-google img {
    margin-right: 8px;
    vertical-align: middle;
}

.btn-appl,
.btn-google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* form-end */


/* for-media-query */

@media only screen and (max-width: 425px) and (min-width: 320px) {
    .btn-audit {
        font-size: 11px;
    }

    .navbar {
        padding: 10px 0;
    }

}

/* for-media-query-end */