﻿/* Bootcamp  Start*/

    /* Bootcamp  end */




    /* Member page start */
/* ===== Heading ===== */
.zvr-main-title {
    font-size: 48px;
    font-weight: 700;
}

.zvr-subtitle {
    margin-top: 15px;
    font-size: 18px;
    color: #555;
}

/* ===== Wrapper ===== */
.zvr-compare-wrap {
    position: relative;
    margin-top: 10px;
}

/* ===== Cards ===== */
.zvr-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

    .zvr-card h5 {
        font-weight: 700;
        margin-bottom: 20px;
    }

/* Accent Borders */
.zvr-left-accent {
    border-left: 6px solid #1f7a3f;
}

.zvr-right-accent {
    border-left: 6px solid #c40000;
}

/* List */
.zvr-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .zvr-list li {
        margin-bottom: 12px;
       
    }

.zvr-check {
    color: #1f7a3f;
    margin-right: 8px;
}

.zvr-cross {
    color: #c40000;
    margin-right: 8px;
}

/* Divider */
.zvr-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    transform: translateX(-50%);
    background: linear-gradient(to bottom,#1f7a3f,#c40000);
}

/* Center Circle */
.zvr-center-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #c40000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* Bottom Statement */
.zvr-bottom {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.banner-vg {
    position: relative;
    overflow: hidden;
}

.banner-video > video {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.banner-video-mobile {
    display: none;
}




.banner-content-button > a:hover {
    transform: translateY(-5px);
    background-color: #c70404;
    color: #fff !important;
    text-decoration: none;
}

.fbHeroX_tag {
    display: inline-block;
    background: rgba(255,255,255,.15);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}

.banner-content-button > a:hover {
    transform: translateY(-5px);
    background-color: #c70404;
    color: #fff !important;
    text-decoration: none;
}

.banner-content-button > a {
    margin-right: 10px;
    margin-top: 14px;
    background: #fff;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    font-weight: 500;
    color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #c70404;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.vdo-content-image-member > img {
    width: 18%;
    margin-bottom: 10px;
}

.vdo-content-image-meet > img {
    width: 18%;
    margin-bottom: 10px;
}

.video-content {
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    /* z-index: 9999; */
    bottom: 15%;
}

.banner-video-banneroverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #040e39b0;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 1.5rem;
    padding-top: 4%;
}


    .startupSectionWrapperNX {
        padding: 90px 0;
    }

    .startupHeadingBlockNX {
        margin-bottom: 50px;
    }

    .startupMainTitleNX {
        font-size: 44px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .startupSubTitleNX {
        font-size: 18px;
        color: #cbd5e1;
        max-width: 600px;
    }

    .startupCardBoxNX-icon {
        font-size: 28px;
        margin-bottom: 7px;
    }

    .startupCardBoxNX_content {
        margin-top: 15px;
    }
.startupCardHeaderNX {
    font-size: 22px;
    background: #ffffff;
    color: #b30000;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 8px;
}
.startupCardBoxNX {
    color: #fff;
    background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
    padding: 14px;
    border-radius: 16px;
    height: 100%;
    transition: 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
}

        .startupCardBoxNX:hover {
            transform: translateY(-6px);
            border-color: #f59e0b;
        }

    .startupCardTitleNX {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .startupCardTextNX {
    }

    .startupSectionLabelNX {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 40px;
    }

  

 



    .tfs-section {
        padding: 72px 0;
    }

 

    .tfs-muted {
        color: var(--muted);
    }

    .ecoCompareHeadingZX {
        text-align: center;
        margin-bottom: 60px;
    }

    .ecoCompareTitleZX {
        font-weight: 700;
    }

    .ecoHighlightZX {
        color: #f4c430;
    }

    .ecoCompareSubZX {
        margin-top: 10px;
        color: #bfc5d2;
    }

    .ecoCompareCardZX-content {
        margin-top: 15px;
    }

    .ecoCompareCardZX {
        background: #fff;
        padding: 40px;
        border-radius: 20px;
        height: 100%;
        position: relative;
    }

    .ecoLeftCardZX {
        border-left: 5px solid #dc3545;
    }

    .ecoRightCardZX {
        border-left: 5px solid #28a745;
    }

    .ecoCardTitleZX {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .ecoListItemZX {
        margin-bottom: 25px;
    }

    .ecoListTitleZX {
        font-weight: 600;
        font-size: 18px;
    }

    .ecoListDescZX {
        font-size: 14px;
    }

    .ecoIconBadZX {
        color: #dc3545;
        font-weight: 700;
        margin-right: 8px;
    }

    .ecoIconGoodZX {
        color: #28a745;
        font-weight: 700;
        margin-right: 8px;
    }

    .ecoDividerCenterZX {
        position: relative;
        text-align: center;
    }

    .ecoDividerLineZX {
        width: 2px;
        height: 100%;
        background: linear-gradient(#dc3545,#28a745);
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    .ecoShiftCircleZX {
        width: 90px;
        height: 90px;
        background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        position: relative;
        z-index: 2;
        font-weight: 600;
        box-shadow: 0 0 20px rgba(0,0,0,0.4);
    }

   

    .videomembership > img {
        width: 100%;
        height: 100%;
        border-radius: 15px;
    }
.video-wrapper-about-membership>iframe {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    min-height: 354px;
    border-radius: 15px;
}

    .ecoPrimeWrapperA1 {
        padding: 100px 0;
        background: radial-gradient(circle at top right,#1b2235,#0b1220 65%);
    }

    .ecoPrimeHeadingA1 {
        text-align: center;
        margin-bottom: 70px;
    }

    .ecoPrimeTitleA1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 1.4;
    }

    .ecoPrimeHighlightA1 {
        color: #f4c430;
    }

    .ecoPrimeSubA1 {
        margin-top: 15px;
        font-size: 17px;
        color: #c2c8d6;
    }

    .ecoPrimeCardA1_content {
        margin-top: 15px;
    }

    .ecoPrimeCardA1 {
        color: #fff;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 22px;
        padding: 18px;
        height: 100%;
        transition: 0.4s ease;
    }

        .ecoPrimeCardA1:hover {
            transform: translateY(-8px);
            border-color: #f4c430;
            box-shadow: 0 0 35px rgba(244,196,48,0.25);
        }

    .ecoPrimeIconWrapA1 {
        width: 70px;
        height: 70px;
        background: rgba(244,196,48,0.1);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        font-size: 30px;
        color: #fff;
    }

    .ecoPrimeCardTitleA1 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .ecoPrimeListA1 {
        list-style: none;
        padding: 0;
    }

        .ecoPrimeListA1 li {
            margin-bottom: 14px;
        }

            .ecoPrimeListA1 li::before {
                content: "✔";
                color: #f4c430;
                margin-right: 10px;
            }

   

    .transformUltraWrapX1 {
        padding: 110px 0;
        background: radial-gradient(circle at top right,#1b2235,#0b1220 65%);
        position: relative;
    }

    .transformHeadingX1 {
        text-align: center;
        margin-bottom: 80px;
    }

    .transformTitleX1 {
        font-size: 42px;
        font-weight: 700;
    }

    .transformSubX1 {
        margin-top: 15px;
        color: #c5cbd6;
    }

    .transformRowX1 {
        position: relative;
    }

    .transformDividerX1 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background: linear-gradient(to bottom,transparent,#f4c430,transparent);
        transform: translateX(-50%);
    }

    .transformCardX1 {
        position: relative;
        border-radius: 24px;
        overflow: hidden;
        height: 100%;
    }

    .transformImageX1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(0.5);
    }

    .transformCardX1_content {
        margin-top: 15px;
    }

    .transformContentX1 {
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .transformCardTitleX1 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .transformListX1 {
        list-style: none;
        padding: 0;
    }

        .transformListX1 li {
            margin-bottom: 18px;
            font-size: 15px;
        }

    .beforeListX1 i {
        margin-right: 10px;
    }

    .afterListX1 i {
        color: #f4c430;
        margin-right: 10px;
    }



  

    .nsfs-section-wrapper {
        background: radial-gradient(circle at top left, #1a1a1a, #0b0b0f);
        color: #ffffff;
        padding: 90px 0;
        position: relative;
        overflow: hidden;
    }

        .nsfs-section-wrapper::before {
            content: "";
            position: absolute;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(255,170,0,0.25), transparent 70%);
            top: -200px;
            right: -150px;
            z-index: 0;
        }

    .nsfs-container-inner {
        position: relative;
        z-index: 2;
    }

    /* Heading */
    .nsfs-main-heading {
        font-size: 2.8rem;
        font-weight: 700;
        text-align: center;
    }

    .nsfs-sub-heading {
        text-align: center;
        font-size: 1.1rem;
        color: #cfcfcf;
        margin-bottom: 60px;
    }

    /* Section Block */
    .nsfs-block {
        /* background: #f8f4f4;
    border-radius: 18px;
    padding: 40px;
    
    border: 1px solid rgba(255,170,0,0.15);
    box-shadow: 0 0 40px rgba(255,170,0,0.08);*/
        margin-bottom: 40px;
    }

    .nsfs-block-title {
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 25px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .acctually-content {
        margin-top: 15px;
        border: 2px solid #b80e0e;
        border-radius: 15px;
        padding: 11px;
        background-color: #fff;
    }

    .acct-image > img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .acctually-content > h4 {
        margin-top: 12px;
    }
    /* Feature Card */
    .nsfs-feature-card {
        color: #fff;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        padding: 25px;
        border-radius: 14px;
        height: 100%;
        transition: 0.3s ease;
        border: 1px solid transparent;
    }

        .nsfs-feature-card:hover {
            border-color: #ffb347;
            transform: translateY(-6px);
        }

    .nsfs-feature-icon {
        font-size: 32px;
        color: #ffb347;
        margin-bottom: 15px;
    }

    .nsfs-feature-title {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .nsfs-feature-list li {
        margin-bottom: 8px;
        font-size: 0.95rem;
    }

    .nsfs-program-item-content {
        margin-top: 15px;
    }

    .nsfs-program-item-image > img {
        width: 100%;
        height: 100%;
    }

    .nsfs-program-item > h6 {
        margin-top: 10px;
    }
    /* Program Item */
    .nsfs-program-item {
        text-align: center;
        padding: 25px;
        border-radius: 12px;
        color: #fff;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        transition: 0.3s;
    }

        .nsfs-program-item:hover {
        }

    .memberpage > img {
        width: 100%;
        height: 100%;
        border: 2px solid #b80e0e;
        border-radius: 10px;
    }

    .nsfs-program-icon {
        font-size: 30px;
        color: #ffb347;
        margin-bottom: 12px;
    }

    /* Part 3 */
    .nsfs-infra-text {
        text-align: center;
        font-size: 1.2rem;
    }

    
    .nspim-section {
        background: radial-gradient(circle at top left, #1a1a1a, #0a0a0f);
        padding: 110px 0;
        color: #ffffff;
        position: relative;
        overflow: hidden;
    }

        /* Golden glow background */
        .nspim-section::before {
            content: "";
            position: absolute;
            width: 900px;
            height: 900px;
            background: radial-gradient(circle, rgba(255,170,0,0.25), transparent 70%);
            top: -350px;
            right: -250px;
            z-index: 0;
        }

    .nspim-container {
        position: relative;
        z-index: 2;
    }

    /* Heading */
    .nspim-heading {
        font-size: 2.8rem;
        font-weight: 700;
        text-align: center;
    }

    .nspim-subheading {
        text-align: center;
        font-size: 1.2rem;
        color: #d0d0d0;
        margin-bottom: 70px;
    }

    /* Card */
    .nspim-card {
        color: #fff;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        border-radius: 20px;
        padding: 45px 35px;
        height: 100%;
        border: 1px solid rgba(255,170,0,0.4);
        box-shadow: 0 0 40px rgba(255,170,0,0.15);
        transition: 0.4s ease;
    }

        .nspim-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 0 70px rgba(255,170,0,0.35);
        }

    /* Icon */
    .nspim-icon {
        font-size: 48px;
        color: #ffb347;
        margin-bottom: 20px;
    }

    /* Title */
    .nspim-card-title {
        font-size: 1.6rem;
        font-weight: 600;
        margin-bottom: 20px;
    }

    /* List */
    .nspim-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .nspim-list li {
            margin-bottom: 12px;
            font-size: 1rem;
        }

        .nspim-list i {
            color: #ffb347;
            margin-right: 8px;
        }

  

  
    /* Heading */
    .nsiss-heading {
        font-size: 2.8rem;
        font-weight: 700;
        text-align: center;
    }

    .nsiss-subheading {
        text-align: center;
        font-size: 1.2rem;
        color: #d8d8d8;
        margin-bottom: 80px;
    }

    .memberrow {
        margin-top: 15px;
    }

    .nsiss-card-content {
        margin-top: 15px;
    }

    .nsiss-card-image > img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    /* Card */
    .nsiss-card {
        color: #fff;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        border-radius: 22px;
        padding: 17px;
        height: 100%;
        border: 1px solid rgba(255,170,0,0.45);
        box-shadow: 0 0 40px rgba(255,170,0,0.15);
        transition: all 0.4s ease;
        position: relative;
    }

        .nsiss-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 0 80px rgba(255,170,0,0.35);
        }

    /* Icon */
    .nsiss-icon {
        font-size: 30px;
        color: #ffb347;
    }

    /* Title */
    .nsiss-title {
        margin-top: 10px;
    }

    /* List */
    .nsiss-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .nsiss-list li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 10px;
        }

        .nsiss-list i {
            font-size: 10px;
            margin-top: 7px; /* bullet vertically aligned with first line */
            flex-shrink: 0;
        }

        .nsiss-list span {
            display: block;
            line-height: 1.5;
            font-size: 16px;
        }

 

    
    /* Headings */
    .nssave-heading {
        font-size: 2.8rem;
        font-weight: 700;
        text-align: center;
    }

    .nssave-subheading {
        text-align: center;
        font-size: 1.2rem;
        color: #d8d8d8;
        margin-bottom: 80px;
    }

    /* Cards */
    .nssave-card-content {
        margin-top: 15px;
    }

    .nssave-card {
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        border-radius: 22px;
        padding: 45px 35px;
        height: 100%;
        border: 1px solid #b80e0e;
        box-shadow: 0 0 40px rgba(255,170,0,0.15);
        transition: all 0.4s ease;
    }

        .nssave-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 0 80px rgba(255,170,0,0.35);
        }

    .nssave-card-title {
        text-align: center;
        font-size: 1.6rem;
        font-weight: 600;
        margin-bottom: 30px;
        color: #fff;
    }

    /* List */
    .nssave-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .nssave-form-input {
        margin-bottom: 15px;
    }

    .btn-nssave {
        margin-top: 5px;
        padding: 15px 15px;
        border-radius: 999px;
        color: #fff !important;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        width: 100%;
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        gap: 12px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        border: 1px solid #fff;
        overflow: hidden;
        z-index: 1;
        transition: color 0.3s ease;
    }

    .nssave-list li {
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 18px;
        font-size: 1rem;
        border-bottom: 3px dotted #fff;
        padding-bottom: 8px;
        color: #fff;
    }

        .nssave-list li span {
            color: #fff;
            font-weight: 600;
        }

    /* Total highlight */
    .nssave-total {
        font-size: 1.3rem;
        font-weight: 700;
        margin-top: 25px;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }

    /* Right card content */
    .nssave-right-list {
        list-style: none;
        padding: 0;
        margin-top: 25px;
    }

        .nssave-right-list li {
            font-weight: bold;
            margin-bottom: 15px;
            font-size: 1rem;
            position: relative;
            padding-left: 22px;
        }

            .nssave-right-list li::before {
                content: "✔";
                position: absolute;
                left: 0;
                color: #ffb347;
            }

    /* Save Button Box */
    .nssave-highlight-box {
        margin-top: 35px;
        color: #fff;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        text-align: center;
        padding: 18px 25px;
        border-radius: 12px;
        font-weight: 700;
        font-size: 1.3rem;
        box-shadow: 0 0 30px rgba(255,170,0,0.6);
    }

   

   

    /* ===== UNIQUE MEMBERSHIP SECTION ===== */

    .vk-membership-wrapper {
        padding: 80px 0;
        background: linear-gradient(135deg,#111,#1a1a1a);
    }

    .vk-membership-heading {
        font-size: 40px;
        font-weight: 700;
    }

    .vk-membership-subheading {
        opacity: 0.7;
        margin-bottom: 50px;
    }

    .vk-membership-card-content {
        margin-top: 15px;
    }

    .vk-membership-card {
        background: #f8f4f4;
        border-radius: 20px;
        padding: 40px;
        height: 100%;
        transition: 0.3s ease;
    }

        .vk-membership-card:hover {
            transform: translateY(-5px);
        }

    .vk-membership-card-left {
        border-left: 5px solid #28a745;
    }

    .vk-membership-card-right {
        border-left: 5px solid #dc3545;
    }

    .vk-membership-list-item {
        display: flex;
    }



    .vk-membership-check-icon {
        color: #28a745;
        font-size: 22px;
        margin-right: 12px;
    }

    .vk-membership-cross-icon {
        color: #dc3545;
        font-size: 22px;
        margin-right: 12px;
    }

    .vk-membership-total {
        font-size: 28px;
        font-weight: 700;
        margin-top: 30px;
        color: #ffc107;
    }

  



    /* Top Sticky Bar */
    .tfs-nav {
        position: sticky;
        top: 0;
        z-index: 999;
        background: rgba(255,255,255,0.92);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(15,23,42,0.08);
    }

    /* Buttons */
    .tfs-btnPrimary {
        background: linear-gradient(135deg, var(--blue) 0%, var(--blue2) 100%);
        border: 0;
        color: #fff;
        font-weight: 800;
        border-radius: 16px;
        padding: 12px 18px;
        box-shadow: 0 10px 24px rgba(11,94,215,0.22);
        transition: all .25s ease;
    }

        .tfs-btnPrimary:hover {
            transform: translateY(-2px);
            box-shadow: 0 14px 32px rgba(11,94,215,0.30);
            filter: brightness(1.02);
        }

    .btn-single-custom_knowmore3 {
        align-items: center;
        justify-content: space-between;
        margin: 10px;
        padding: 15px 15px;
        border-radius: 999px;
        background-color: #c70404;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        gap: 12px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        border: 1px solid #c70404;
        overflow: hidden;
        z-index: 1;
        transition: color 0.3s ease;
    }

    .tfs-btnOutline {
        border: 1px solid rgba(11,94,215,0.25);
        color: var(--blue2);
        font-weight: 800;
        border-radius: 16px;
        padding: 12px 18px;
        transition: all .25s ease;
        background: #fff;
    }

        .tfs-btnOutline:hover {
            background: rgba(11,94,215,0.06);
            transform: translateY(-2px);
        }

    /* HERO */
    .tfs-hero {
        color: #fff;
        background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
        overflow: hidden;
        position: relative;
    }

    .tfs-badge {
        display: inline-flex;
        gap: 10px;
        align-items: center;
        padding: 10px 14px;
        border-radius: 999px;
        background: rgba(11,94,215,0.08);
        border: 1px solid rgba(11,94,215,0.14);
        font-weight: 700;
        color: var(--blue2);
        font-size: 13px;
    }

    .tfs-title {
        font-size: clamp(30px, 4vw, 52px);
        font-weight: 900;
        letter-spacing: -1px;
        line-height: 1.05;
    }

    .tfs-heroBox {
        background: rgba(255,255,255,0.75);
        border: 1px solid rgba(15,23,42,0.08);
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        padding: 22px;
    }

    .tfs-glowBlob {
        position: absolute;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        background: rgba(11,94,215,0.10);
        filter: blur(30px);
        right: -160px;
        top: -120px;
    }

    /* Cards */
    .tfs-card {
        margin-top: 10px;
        background: var(--card);
        border: 1px solid rgba(15,23,42,0.08);
        border-radius: var(--radius);
        padding: 18px;
        box-shadow: 0 12px 32px rgba(0,0,0,0.06);
        height: 100%;
    }

    .tfs-card-benefit {
        margin-top: 10px;
        background: #fff;
        border: 1px solid rgba(15,23,42,0.08);
        border-radius: 10px;
        padding: 18px;
        box-shadow: 0 12px 32px rgba(0,0,0,0.06);
        height: 100%;
    }


    .card-soft {
        background: var(--card);
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 10px;
        padding: 18px;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
        height: 100%;
    }

    .pain-x {
        margin-right: 10px;
        width: 34px;
        height: 34px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(239, 68, 68, 0.12);
        color: #b91c1c;
        font-weight: 900;
        flex: 0 0 auto;
    }

    .tfs-card-programe {
        height: 100%;
        margin-top: 10px;
    }

    .tfs-card-programe-content {
        background-color: #fff3f3;
        border-radius: 10px;
        padding: 18px;
        height: 100%;
        box-shadow: 0 12px 32px rgb(141 28 28 / 42%);
    }

    .tfs-icon-programe {
        margin-right: 10px;
        width: 44px;
        height: 44px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        background: rgba(212,175,55,0.16);
        border: 1px solid rgba(212,175,55,0.25);
        color: #6b4f00;
        flex: 0 0 auto;
    }

    .tfs-icon {
        width: 44px;
        height: 44px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        background: rgba(212,175,55,0.16);
        border: 1px solid rgba(212,175,55,0.25);
        color: #6b4f00;
        flex: 0 0 auto;
    }

    /* Pain Section */
    .tfs-card-break {
        color: #fff;
        background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
        border: 1px solid rgba(212, 175, 55, 0.35);
        border-radius: 26px;
        padding: 22px;
        box-shadow: 0 12px 32px rgba(0,0,0,0.06);
    }

    .tfs-pain {
        background: linear-gradient(180deg, #fff 0%, var(--danger-soft) 100%);
    }

    .tfs-painItem {
        margin-top: 10px;
        color: #fff;
        text-align: center;
        padding: 19px;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        border-radius: 10px;
        height: 100%;
    }

    .tfs-cross {
        background-color: #fff;
        border-radius: 50%;
        margin-bottom: 10px;
        border-radius: 50%;
        padding: 10px;
        color: #c70404;
        width: 18%;
        margin: auto;
    }

    .croxx-content {
        margin-top: 10px;
    }
    /* Benefits */
    .tfs-benefitTitle {
        font-weight: 900;
        font-size: 18px;
    }

    .tfs-tick {
        width: 28px;
        height: 28px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(34,197,94,0.12);
        color: #166534;
        font-weight: 900;
        flex: 0 0 auto;
    }

    /* Value Stack */
    .tfs-value {
        background: linear-gradient(180deg, #fff 0%, rgba(212,175,55,0.10) 100%);
    }

    .tfs-valueLine {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        padding: 12px 0;
        border-bottom: 1px dashed rgba(15,23,42,0.12);
    }

    .tfs-strike {
        text-decoration: line-through;
        opacity: 0.55;
        font-weight: 800;
    }

    .tfs-offer {
        color: #fff;
        border-radius: 26px;
        padding: 22px;
        background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
        border: 1px solid rgba(212,175,55,0.35);
        box-shadow: 0 18px 55px rgba(0,0,0,0.08);
        position: relative;
        overflow: hidden;
    }

        .tfs-offer::after {
            content: "";
            position: absolute;
            right: -120px;
            top: -120px;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: rgba(212,175,55,0.22);
            filter: blur(10px);
        }

    .tfs-price {
        font-size: 44px;
        font-weight: 950;
        letter-spacing: -1px;
        line-height: 1;
    }

    /* Trust */
    .tfs-trust {
        padding: 10px 14px;
        border-radius: 999px;
        background: rgba(15,23,42,0.04);
        border: 1px solid rgba(15,23,42,0.08);
        font-weight: 800;
        font-size: 13px;
        display: inline-flex;
        gap: 10px;
        align-items: center;
    }

    .feature-card-form-membership {
        text-align: center;
        background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
        color: #fff;
        border-radius: 22px;
        padding: 18px;
        border: 1px solid rgba(17, 24, 39, 0.08);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
        height: 100%;
    }

    .faqimage-membership > img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    /* WhatsApp */
    .tfs-waFloat {
        position: fixed;
        right: 16px;
        bottom: 92px;
        z-index: 999;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: #25D366;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 16px 34px rgba(0,0,0,0.18);
        text-decoration: none;
        color: #fff;
        font-weight: 900;
    }

    /* Mobile Sticky CTA */
    .tfs-mobileCta {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 998;
        background: rgba(255,255,255,0.94);
        backdrop-filter: blur(10px);
        border-top: 1px solid rgba(15,23,42,0.10);
        padding: 10px 12px;
        display: none;
    }

  

    /* FAQ */
    .accordion-item {
        border-radius: 18px !important;
        overflow: hidden;
        border: 1px solid rgba(15,23,42,0.08) !important;
        margin-bottom: 10px;
    }

    .accordion-button {
        font-weight: 900;
    }

    /* Modal */
    .modal-content {
        border-radius: 22px;
    }

    .tfs-section2 {
        color: #fff;
        background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
    }

    .tfs-card-who {
        height: 100%;
        color: #fff;
        border-radius: 10px;
        margin-top: 10px;
        padding: 15px;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        text-align: center;
    }

        .tfs-card-who > img {
            background-color: #fff;
            border-radius: 50%;
            margin-bottom: 10px;
            border-radius: 50%;
            padding: 10px;
            width: 30%;
        }

  

    /* Smooth Scroll */

    /* Memership page end */
    /* Meet Web Page Start */

/* Meet eet Web Page End */
    .vk-membership-list {
        margin: 0px;
        padding: 0px;
    }

        .vk-membership-list li {
            margin-bottom: 10px;
        }

    .vk-membership-list-title {
        display: block;
        line-height: 1.5;
        font-size: 16px;
    }

    .participation .vk-membership-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .participation .vk-membership-list-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 16px;
    }

    .participation .vk-membership-cross-icon {
        margin-top: 6px;
    }

    .participation .vk-membership-text {
        display: flex;
        flex-direction: column;
    }

    .participation .vk-membership-heading {
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 4px;
    }

    .participation .vk-membership-list-title {
        font-size: 14px;
        color: #666;
        line-height: 1.4;
    }

    .submember_heading {
        font-size: 20px;
        font-weight: 600;
    }

    .startupCardBoxNX {
        display: block; /* ❌ flex hatao */
    }

    .startupCardHeaderNX {
      
    }

        .startupCardHeaderNX i {
            font-size: 22px;
        }

    .startupCardTitleNX {
        font-size: 16px;
        font-weight: 600;
    }

    .startupCardTextNX {
        margin-top: 6px;
        font-size: 14px;
        line-height: 1.5;
        width: 100%; /* ✅ full width */
    }




.nsme-card {
    color:#fff;
    background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
  
    border-radius: 12px;
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.08);
    height: 100%;
    text-align: center;
    transition: 0.3s;
}

    .nsme-card:hover {
        transform: translateY(-6px);
        border-color: #f7c65f;
    }
.nsme-card-content-button > button {
    cursor: default !important;
    margin-right: 10px;
    margin-top: 14px;
    margin-bottom: 9px;
    background: #fff;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    font-weight: 500;
    color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #c70404;
    transition: .3s ease-in-out;
    text-decoration: none;
}
.nsme-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #b20d0d;
    margin-bottom: 18px;
}

.nsme-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.nsme-list {
    padding-left: 18px;
    text-align: left;
}

    .nsme-list li {
        margin-bottom: 8px;
      
    }

.nsme-worth {
    margin-top: 15px;
    font-weight: 600;
    color: #f7c65f;
}






 
  /* Responsive */
@media(max-width:991px) {

    .nsme-head {
        font-size: 30px;
    }

    .nsme-price {
        font-size: 22px;
    }

      .nspim-heading {
          font-size: 2.2rem;
      }
  
       .nsiss-heading {
           font-size: 2.2rem;
       }
  
     .nssave-heading {
         font-size: 2.2rem;
     }
    .startupCardHeaderNX {
        margin:auto;
    }
    .fbHeroX_tag {
        margin-bottom: 5px;
    }
    .video-content > p {
        margin-bottom:4px;
    }

    .vdo-content-image-member > img {
        width: 21%;
        margin-bottom: 10px;
    }

      .startupCardBoxNX {
          text-align: center;
      }

      .startupMainTitleNX {
          font-size: 36px;
      }


       .tfs-section {
           padding: 54px 0;
       }
 
     .ecoCompareTitleZX {
     }

     .ecoDividerLineZX {
         display: none;
     }

     .ecoPrimeTitleA1 {
         font-size: 32px;
     }

        .transformDividerX1 {
            display: none;
        }

        .transformCardX1 {
            height: 460px;
        }
   
      .vk-membership-card {
          padding: 10px;
      }

      .vk-membership-heading {
          font-size: 32px;
      }

      .tfs-mobileCta {
          display: block;
      }
    .zvr-divider,
    .zvr-center-badge {
        display: none;
    }

    .zvr-main-title {
        font-size: 30px;
    }
    .transformContentX1 {
       
        padding: 26px;
    }
    }



/* Mobile Responsive */
    @media(max-width: 768px) {
        .video-wrapper-about-membership > iframe {
            min-height: auto;
        }
        .zvr-left-accent {
            border-right: 6px solid #1f7a3f;
        }
        .zvr-right-accent {
            border-right: 6px solid #c40000;
        }
        .vk-membership-card-left {
            border-right: 5px solid #28a745;
        }
        .vk-membership-card-right {
            border-right: 5px solid #dc3545;
        }
        .zvr-card h5 {
            text-align: center;
        }
            .zvr-card {
            padding:18px;
            margin-top: 15px;
        }
        .startupCardBoxNX > h5 {
            margin-top:10px;
        }
        .startupCardHeaderNX {
            margin: auto;
        }
        .ecoLeftCardZX {
            border-right: 5px solid #dc3545;
        }
        .ecoRightCardZX {
            border-right: 5px solid #28a745;
        }
        .fbHeroX_tag {
            margin-bottom: 5px;
        }

        .vdo-content-image-member > img {
            width: 52%;
            margin-bottom: 10px;
        }
        .banner-video-desktop {
            display: none;
        }

        .banner-video-mobile {
            display: block;
        }
    
    .nsfs-main-heading {
        font-size: 2rem;
    }

    .nsfs-block {
        padding: 25px;
    }

      .nspim-heading {
          font-size: 1.8rem;
      }

      .nspim-card {
          padding: 30px 25px;
      }
 
    .nsiss-heading {
        font-size: 1.8rem;
    }

    .nsiss-card {
    }

     .nssave-heading {
         font-size: 1.8rem;
     }

     .nssave-card {
         padding: 30px 25px;
     }

      .tfs-painItem {
          height: auto;
      }

      .tfs-card-programe {
          height: auto;
      }

      .tfs-card-benefit {
          height: auto;
      }

      .tfs-card-break {
          margin-bottom: 10px;
          height: auto;
      }

      .tfs-card-who {
          height: auto;
      }

      .card-soft {
          height: auto;
      }
 
        .vk-membership-card {
            padding: 18px;
        }

        .vk-membership-heading {
            font-size: 26px;
            text-align: center;
        }

        .vk-membership-subheading {
            text-align: center;
        }
    }
	

	   /* Mobile */
@media(max-width:576px) {


    .nsme-title {
        font-size: 18px;
    }

       .startupCardBoxNX {
           text-align: center;
       }

       .startupMainTitleNX {
           font-size: 28px;
       }

       .startupSubTitleNX {
           font-size: 15px;
       }

       .startupSectionWrapperNX {
           padding: 60px 20px;
       }

     .ecoCompareWrapperZX {
         padding: 60px 20px;
     }

     .ecoCompareTitleZX {
     }

     .ecoPrimeWrapperA1 {
         padding: 60px 20px;
     }

     .ecoPrimeTitleA1 {
         font-size: 24px;
     }

      .transformUltraWrapX1 {
          padding: 70px 20px;
      }

      .transformTitleX1 {
          font-size: 28px;
      }

      .transformCardX1 {
          height: 420px;
      }

      .transformContentX1 {
          padding: 30px;
      }
 
    .fbHeroX_tag {
        margin-bottom: 5px;
    }

    .vdo-content-image-member > img {
        width: 52%;
        margin-bottom: 10px;
    }
}