﻿/* Bootcamp  Start*/

.shiftProX_section {
    
    background: linear-gradient(to bottom,#f8f9fb,#ffffff);
}

.shiftProX_heading {
    text-align: center;
    font-weight: 800;
    font-size: clamp(28px,4vw,46px);
}

    .shiftProX_heading span {
        color: #c51212;
    }

.shiftProX_sub {
    text-align: center;
    font-size: 18px;
    margin-top: 12px;
    font-weight: 500;
}

    .shiftProX_sub strong {
        color: #b31217;
    }

/* ================= TIMELINE ================= */

.shiftProX_timeline {
    position: relative;
    margin-top: 70px;
}

.shiftProX_line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom,#c51212,#1c7c4d);
    transform: translateX(-50%);
}

/* ================= CARD ================= */

.shiftProX_card {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
    transition: .3s;
}

    .shiftProX_card:hover {
        transform: translateY(-6px);
    }

.shiftProX_before {
    border-left: 6px solid #c51212;
}

.shiftProX_after {
    border-left: 6px solid #1c7c4d;
}

.shiftProX_title {
    font-weight: 700;
    margin-bottom: 15px;
}

.shiftProX_list {
    list-style: none;
    padding: 0;
}

    .shiftProX_list li {
        margin-bottom: 8px;
        display: flex;
        gap: 10px;
    }

.shiftProX_before li i {
    color: #c51212;
}

.shiftProX_after li i {
    color: #1c7c4d;
}

/* ================= MIDDLE BADGE ================= */

.shiftProX_centerBadge {
    width: 80px;
    height: 80px;
    background: #111;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: 0 0 25px rgba(0,0,0,.2);
}

/* ================= CTA ================= */

.shiftProX_cta {
    margin-top: 80px;
    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;
    padding: 60px 20px;
    border-radius: 20px;
}

.shiftProX_btn {
    margin-top: 20px;
    padding: 14px 40px;
    background: linear-gradient(90deg,#c51212,#a10e0e);
    border: none;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
}

/* ================= RESPONSIVE ================= */

@media(max-width:991px) {
    .shiftProX_line {
        display: none;
    }
}
.rsBootX_section {
    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;
    position: relative;
}

.rsBootX_title {
    text-align: center;
    font-weight: 800;
    font-size: clamp(28px,4vw,48px);
}

    .rsBootX_title span {
        color: #ffb347;
    }

.rsBootX_sub {
    text-align: center;
    opacity: .9;
    margin-top: 15px;
    font-size: 16px;
}

/* ================= CARD ================= */

.rsBootX_card {
    color: #000;
    background-color: #f8f4f4;
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    position: relative;
    border: 1px solid rgba(255,180,80,.25);
    box-shadow: 0 0 30px rgba(255,140,0,.15);
    backdrop-filter: blur(6px);
    transition: .3s ease;
}

    .rsBootX_card:hover {
        transform: translateY(-6px);
        box-shadow: 0 0 40px rgba(255,180,80,.35);
    }

.rsBootX_number {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    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%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 15px;
}

.rsBootX_card h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.rsBootX_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .rsBootX_list li {
        margin-bottom: 8px;
        display: flex;
        gap: 8px;
        align-items: flex-start;
        font-size: 15px;
    }

        .rsBootX_list li i {
            color: #ae0a0a;
            margin-top: 3px;
        }

.rsBootX_centerBadge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    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%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 0 30px rgba(255,140,0,.4);
}

/* ================= RESPONSIVE ================= */

@media(max-width:991px) {
    .rsBootX_centerBadge {
        position: relative;
        transform: none;
        margin: 30px auto;
    }
}
.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%;
}
@media(max-width: 768px) {
    .banner-video-desktop {
        display: none;
    }
    .banner-video-mobile {
        display: block;
    }
}

    /* PANEL */
    .bvabX_panel {
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
        border: 2px solid rgba(0,0,0,0.08);
        box-shadow: 0 20px 50px rgba(0,0,0,0.12);
        height: 100%;
    }

    .bvabX_top {
        padding: 14px 18px 0;
        text-align: center;
    }

    .bvabX_badge {
        padding: 8px 22px;
        border-radius: 999px;
        font-weight: 1000;
        color: #fff;
        display: inline-block;
    }

    .bvabX_badgeBefore {
        background: linear-gradient(90deg,var(--bvabX_red),var(--bvabX_red2));
    }

    .bvabX_badgeAfter {
        background: linear-gradient(90deg,var(--bvabX_green),var(--bvabX_green2));
    }

    .bvabX_hero {
        height: 240px;
        background-size: cover;
        background-position: center;
        position: relative;
    }

        .bvabX_hero:after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom,rgba(0,0,0,0.08),rgba(0,0,0,0.58));
        }

    .bvabX_listWrap {
        padding: 16px;
    }

    .bvabX_li {
        display: flex;
        gap: 10px;
        padding: 10px 12px;
        border-radius: 16px;
        margin-bottom: 10px;
        font-weight: 900;
    }

    .bvabX_liBefore {
        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;
    }

    .bvabX_liAfter {
        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: 1px solid rgba(0,0,0,0.1);
    }

    .hqApplyX_bottomText {
        padding-top: 20px;
    }

    .bvabX_mindset {
        padding: 14px;
        text-align: center;
        font-weight: 1000;
        color: #fff;
    }

    .bvabX_mindsetBefore {
        color: #000;
        background: linear-gradient(90deg,#2a0606,var(--bvabX_red));
    }

    .bvabX_mindsetAfter {
        color: #000;
        background: linear-gradient(90deg,#052a17,var(--bvabX_green));
    }

    /* SHIFT */
    .bvabX_shiftBox {
        border-radius: 24px;
        background: rgba(255,255,255,0.8);
        padding: 18px;
        border: 1px solid rgba(0,0,0,0.1);
    }

    .bvabX_shiftRow {
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0,0,0,0.08);
        font-weight: 900;
    }

        .bvabX_shiftRow:last-child {
            border-bottom: none;
        }

    /* CTA */
    .bvabX_cta {
        margin-top: 34px;
        text-align: center;
    }

    .bvabX_ctaMain {
        background: #0f172a;
        color: #fff;
        padding: 14px 28px;
        border-radius: 999px;
        font-weight: 1000;
        display: inline-block;
    }

    .bvabX_applyBtn {
        margin-top: 18px;
        border: none;
        background: linear-gradient(90deg,var(--bvabX_red),var(--bvabX_red2));
        color: #fff;
        padding: 12px 28px;
        border-radius: 999px;
        font-weight: 1000;
    }

    .builderCardUnique {
        background: #ffffff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
        transition: 0.3s ease;
        height: 100%;
    }

        .builderCardUnique:hover {
            transform: translateY(-8px);
        }

    .builderCardImgUnique img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }

    .builderCardContentUnique {
        padding: 20px;
        text-align: center;
    }

        .builderCardContentUnique h5 {
            color: #000;
            font-weight: 700;
            margin-bottom: 5px;
        }

    .builderRoleUnique {
        font-weight: 600;
        font-size: 14px;
        color: #b10000;
        margin-bottom: 10px;
    }

    .builderCardContentUnique p {
        font-size: 14px;
        color: #555;
    }

    .builderBottomTextUnique {
        margin-top: 50px;
        text-align: center;
    }

        .builderBottomTextUnique p {
            font-size: 17px;
            margin-bottom: 8px;
        }
.execboot-day-card-9x-content {
    margin-top:15px;
}
.execboot-day-card-9x-image > img {
    width: 100%;
    height: 100%;
  
    border-radius: 10px;
}
.execboot-day-card-9x {
    border: 3px solid #c51212;
    padding: 18px;
    border-radius: 18px;
    background-color: #f8f4f4;
    height: 100%;
}

    .faw_detbox > p {
        font-weight: normal;
    }

    .execboot-bottom-note-9x {
        text-align: center;
        margin-top: 40px;
        font-size: 18px;
    }

    .execboot-outcome-title-9x {
        color: #8b0000;
        font-weight: 700;
        margin-top: 18px;
    }

.execboot-day-title-9x {
    margin-top: 19px;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}

    .execboot-check-icon-9x {
        color: #6b8e23;
        margin-right: 8px;
    }

    .execboot-list-item-9x {
        margin-bottom: 10px;
    }

    .nbfc-bootcamp-wrapper-unique {
        background: linear-gradient(135deg, #f4f4f4, #f8f1f3);
        padding: 80px 20px;
        font-family: 'Segoe UI', sans-serif;
    }

    .nbfc-bootcamp-heading-primary {
        font-size: 42px;
        font-weight: 700;
        text-align: center;
    }

    .nbfc-bootcamp-heading-subtext {
        text-align: center;
        font-size: 18px;
        color: #555;
        margin-top: 15px;
    }

    .nbfc-bootcamp-card-holder-unique {
        margin-top: 60px;
    }

    .nbfc-bootcamp-card-left {
        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: 18px;
        padding: 35px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    }

    .nbfc-bootcamp-card-right {
        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: 18px;
        padding: 35px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    }

    .nbfc-bootcamp-list-item-unique {
        margin-bottom: 22px;
    }

    .nbfc-bootcamp-icon-green {
        color: #08d537;
        font-size: 20px;
        margin-right: 10px;
    }

    .nbfc-bootcamp-icon-red {
        font-size: 20px;
        margin-right: 10px;
    }

    .nbfc-bootcamp-bottom-text-area {
        margin-top: 60px;
        text-align: center;
    }

    .nbfc-bootcamp-highlight-bold {
        font-weight: 600;
    }
.nbfc-bootcamp-cta-btn-unique2 {
   
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    padding: 14px 40px;
    background: linear-gradient(90deg, #c51212, #a10e0e);
    border: none;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
}

    .nbfc-bootcamp-cta-btn-unique2:hover {
        background: linear-gradient(90deg, #c51212, #a10e0e);
        color: #fff;
    }

.nbfc-bootcamp-cta-btn-unique {
    margin-top: 25px;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    padding: 14px 40px;
    background: linear-gradient(90deg, #c51212, #a10e0e);
    border: none;
    color: #fff;
  
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
}

    .nbfc-bootcamp-cta-btn-unique:hover {
        background: linear-gradient(90deg, #c51212, #a10e0e);
        color: #fff;
    }

    @media (max-width: 768px) {

        .nbfc-bootcamp-heading-primary {
            font-size: 28px;
        }
        .execboot-day-card-9x {
            height:auto;
            margin-top:15px;
        }
        .dir-info-panel {
            height: auto;
            margin-top: 15px;
        }
        .rsBootX_card {
            height: auto;
            margin-top: 15px;
        }
        .nbfc-bootcamp-card-left, .nbfc-bootcamp-card-right {
            padding: 18px;
            margin-top: 15px;
        }






    }

    .sub1 {
        text-align: center;
        margin-top: 14px;
        font-size: clamp(14px, 1.2vw, 18px);
        font-weight: 700;
        color: #2b2b2b;
    }

    .sub2 {
        text-align: center;
        margin-top: 10px;
        font-size: clamp(15px, 1.4vw, 20px);
        font-weight: 800;
        color: #1f1f1f;
    }

        .sub2 b {
            font-weight: 1000;
        }

    /* Red cards */
    .r-card-content {
        margin-bottom: 10px;
    }

    r-image-card-cont {
        margin-bottom: 30px;
    }

    .r-card {
        height: 100%;
        border-radius: 10px;
        padding: 22px 22px;
        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%);
        color: #fff;
        position: relative;
        overflow: hidden;
    }

        .r-card:after {
            content: "";
            position: absolute;
            inset: -60px -60px auto auto;
            width: 220px;
            height: 220px;
            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%);
            transform: rotate(25deg);
        }

    .r-head {
        display: flex;
        gap: 14px;
        align-items: flex-start;
        position: relative;
        z-index: 2;
    }

    .r-icon {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.14);
        font-size: 26px;
        flex: 0 0 auto;
    }

    .r-title {
        margin-top: 10px;
    }

    .r-sub {
        margin: 10px 0 0;
        opacity: 0.95;
        position: relative;
        z-index: 2;
    }

    .r-list {
        margin: 12px 0 0;
        padding-left: 20px;
        position: relative;
        z-index: 2;
    }

        .r-list li {
            margin-bottom: 8px;
            font-weight: 800;
            font-size: 15px;
            line-height: 1.3;
        }

    .r-foot {
        margin-top: 12px;
        font-weight: 800;
        font-size: 15px;
        opacity: 0.95;
        position: relative;
        z-index: 2;
    }

    /* Right image card */
    .r-img-card {
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 50px rgba(0,0,0,0.18);
        border: 1px solid rgba(0,0,0,0.08);
        background: #000;
    }

    .r-img-bg {
        border-radius: 10px;
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        transform: scale(1.02);
    }

    .r-img-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.05) 100%);
    }

    .r-img-content {
        position: absolute;
        inset: auto 0 0 0;
        padding: 22px 22px 22px;
        color: #fff;
    }

    .r-img-title {
        font-weight: 1000;
        font-size: 26px;
        line-height: 1.15;
        margin: 0 0 12px;
    }

    .r-img-list {
        margin: 0;
        padding-left: 22px;
        font-weight: 800;
        font-size: 16px;
        line-height: 1.5;
    }

    .img-note {
        margin-top: 12px;
        font-weight: 800;
        font-size: 16px;
        opacity: 0.95;
    }

    /* Bottom line */
    .bottom-text {
        margin-top: 18px;
        text-align: center;
        font-weight: 800;
        font-size: 18px;
        color: #1f1f1f;
    }

    .apply {
        margin-top: 8px;
        text-align: center;
        font-weight: 950;
        font-size: 22px;
        color: #2a5bd7;
        cursor: pointer;
        user-select: none;
    }

    /* Responsive */
    @media(max-width: 991px) {
        .fbHeroX_tag {
            margin-bottom: 5px;
        }
        .vdo-content-image-member > img {
            width: 52%;
            margin-bottom: 10px;
        }
        .img-card {
            min-height: 420px;
        }

        .r-card-content {
            margin-top: 10px;
        }
    }

    @media(max-width: 575px) {
        .fbHeroX_tag {
            margin-bottom: 5px;
        }
        .vdo-content-image-member > img {
            width: 52%;
            margin-bottom: 10px;
        }
        .r-card-content {
            margin-top: 10px;
        }

        .r-title {
            font-size: 20px;
        }

        .img-title {
            font-size: 22px;
        }

        .apply {
            font-size: 20px;
        }

        .r-card-content {
            margin-top: 10px;
        }
    }

    .bootcamp-section {
        padding: 70px 0;
    }

    .section-title {
        font-size: clamp(28px, 3vw, 44px);
        font-weight: 800;
        color: #111;
        text-align: center;
    }

    .section-subtitle {
        text-align: center;
        font-size: 18px;
        color: #2a2a2a;
        margin-top: 10px;
    }

        .section-subtitle strong {
            display: block;
            margin-top: 6px;
            font-weight: 800;
        }

    .mini-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 35px 0 18px;
        color: #7a6f6f;
        letter-spacing: 2px;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
    }

        .mini-heading:before,
        .mini-heading:after {
            content: "";
            height: 1px;
            width: 110px;
            background: #d8cccc;
            display: block;
        }

    /* Top red cards */
    .red-card {
        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: 26px 26px;
        box-shadow: 0 18px 35px rgba(0,0,0,0.15);
        height: 100%;
        border: 1px solid rgba(255,255,255,0.12);
    }

        .red-card h5 {
            font-weight: 800;
            margin: 0;
            font-size: 20px;
            line-height: 1.2;
        }

        .red-card p {
            margin: 14px 0 0;
            opacity: 0.95;
            font-size: 15px;
            line-height: 1.6;
        }

    .icon-box {
        margin-right: 16px;
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        background: rgba(255,255,255,0.12);
        font-size: 22px;
        flex: 0 0 auto;
    }

    /* Bottom light cards */
    .light-card {
        background: #ffffffcc;
        border-radius: 22px;
        padding: 24px 24px;
        box-shadow: 0 14px 30px rgba(0,0,0,0.08);
        height: 100%;
        border: 1px solid rgba(0,0,0,0.04);
    }

        .light-card h5 {
            font-weight: 800;
            margin: 0;
            font-size: 20px;
            color: #161616;
        }

        .light-card p {
            margin: 12px 0 0;
            color: #4a4a4a;
            font-size: 15px;
            line-height: 1.6;
        }

    .light-icon {
        margin-right: 16px;
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        background: #f4e8e8;
        color: #8d1111;
        font-size: 22px;
        flex: 0 0 auto;
    }

    /* spacing between rows */
    .row-gap {
        row-gap: 18px;
    }
    /* Info Panel */
    .dir-info-panel {
        background: #ffffff;
        padding:25px 35px;
        border-radius: 25px;
        box-shadow: 0 20px 50px rgba(0,0,0,0.05);
    }

        .dir-info-panel h5 {
            font-weight: 700;
            margin-bottom: 15px;
        }

    .dir-highlight {
        font-weight: 700;
    }

    /* Custom List */
    .dir-points {
        list-style: none;
        padding-left: 0;
        margin-top: 20px;
    }

        .dir-points li {
            margin-bottom: 14px;
            padding-left: 28px;
            position: relative;
            font-size: 16px;
        }

            .dir-points li::before {
                content: "✔";
                position: absolute;
                left: 0;
                top: 0;
                color: #2e7d32;
                font-weight: bold;
            }




    .btn-single-custom_knowmore2 {
        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;
    }

    .bootim > img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }

    .serif-title {
        letter-spacing: -0.5px;
    }

    .btn-gold {
        background: var(--gold);
        border: 1px solid var(--gold);
        color: #111;
        font-weight: 700;
        border-radius: 14px;
        padding: 12px 18px;
    }

        .btn-gold:hover {
            filter: brightness(0.95);
        }

    .btn-outline-light-soft {
        border: 1px solid rgba(255,255,255,0.35);
        color: #fff;
        border-radius: 14px;
        padding: 12px 18px;
        font-weight: 600;
    }

        .btn-outline-light-soft:hover {
            background: rgba(255,255,255,0.08);
            color: #fff;
        }

    /* HERO */
    .hero {
        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;
        position: relative;
        overflow: hidden;
    }

        .hero::after {
            content: "";
            position: absolute;
            right: -120px;
            top: -120px;
            width: 420px;
            height: 420px;
            background: rgba(212,175,55,0.12);
            border-radius: 50%;
            filter: blur(2px);
        }

    .pill {
        display: inline-flex;
        gap: 8px;
        align-items: center;
        padding: 8px 12px;
        border-radius: 999px;
        background: rgba(255,255,255,0.08);
        border: 1px solid rgba(255,255,255,0.12);
        font-size: 13px;
        color: rgba(255,255,255,0.9);
    }

    .section {
        padding: 70px 0;
    }

    .section-muted {
        background: #fafafa;
    }

    .beige {
        background: var(--beige);
    }

    .feature-card {
        background: var(--card);
        background-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%;
    }

    .founder-newpages {
        margin-bottom: 10px;
        color: #fff;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        padding: 30px 30px;
        border-radius: 20px;
    }

    .feature-card-practice {
        margin-bottom: 10px;
        color: #b80e0e;
        background-color: #fff3f3;
        padding: 30px 30px;
        border-radius: 20px;
    }

    .feature-card-posit {
        color: #fff;
        border-radius: 10px;
        margin-top: 10px;
        padding: 25px;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        text-align: center;
    }

        .feature-card-posit > img {
            background-color: #fff;
            border-radius: 50%;
            margin-bottom: 10px;
            border-radius: 50%;
            padding: 10px;
            width: 30%;
        }

    .feature-card-network {
        text-align: center;
        background: var(--card);
        background-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%;
    }

        .feature-card-network > img {
            border-radius: 20px;
            width: 100%;
            height: 100%;
        }

    .check {
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--deep-green);
        font-weight: 800;
        flex: 0 0 auto;
    }

        .check > i {
            margin-top: 10px;
            font-size: 36px;
            margin-right: 10px;
        }

    .subtle {
        color: var(--muted);
    }

    .feature-card-creater {
        color: #fff;
        border-radius: 10px;
        margin-top: 10px;
        padding: 10px;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        text-align: center;
    }

        .feature-card-creater > img {
            background-color: #fff;
            border-radius: 50%;
            margin-bottom: 10px;
            border-radius: 50%;
            padding: 10px;
            width: 31%;
        }

    .founder-image > img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .fonder {
        text-align: center;
    }

    .feature-card-testimonial {
        background: var(--card);
        background-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%;
    }

    .timeline {
        border-left: 3px solid rgba(11,46,29,0.15);
        padding-left: 18px;
        margin-left: 8px;
    }

        .timeline .node {
            position: relative;
            padding: 12px 0 12px 0;
        }

            .timeline .node::before {
                content: "";
                position: absolute;
                left: -29px;
                top: 18px;
                width: 14px;
                height: 14px;
                border-radius: 50%;
                background: var(--gold);
                border: 3px solid #fff;
                box-shadow: 0 0 0 3px rgba(212,175,55,0.25);
            }

    .pricing-card {
        background: linear-gradient(180deg, rgba(212,175,55,0.14), rgba(255,255,255,0.0));
        border: 1px solid rgba(212,175,55,0.35);
        border-radius: 26px;
        padding: 26px;
        box-shadow: 0 16px 45px rgba(0,0,0,0.08);
    }

    .badge-seats {
        background: rgba(11,46,29,0.08);
        color: var(--deep-green);
        border: 1px solid rgba(11,46,29,0.15);
        font-weight: 700;
        padding: 8px 12px;
        border-radius: 999px;
    }

    .faqimage > img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .member {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 10px;
        color: #fff;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
    }

    .member-content {
        text-align: center;
    }

        .member-content > img {
            border-radius: 10px;
            width: 100%;
            height: 100%;
        }

    .geta {
        color: #fff !important;
    }

    .section-form {
        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;
    }

    .feature-card-form {
        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%;
    }
    /* WhatsApp Floating */
    .whatsapp-float {
        position: fixed;
        right: 16px;
        bottom: 90px;
        z-index: 999;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: #25D366;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 14px 30px rgba(0,0,0,0.2);
        text-decoration: none;
        color: #fff;
        font-size: 22px;
        font-weight: 800;
    }

    /* Mobile Sticky CTA */
    .mobile-sticky-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 998;
        background: rgba(255,255,255,0.95);
        backdrop-filter: blur(10px);
        border-top: 1px solid rgba(17,24,39,0.1);
        padding: 10px 12px;
        display: none;
    }

    @media(max-width: 991px) {
        .mobile-sticky-cta {
            display: block;
        }

        .section {
            padding: 52px 0;
        }
    }

    /* Exit Intent Modal */
    .modal-content {
        border-radius: 20px;
    }

.startupCardBoxNX_content-bootcamp {
    margin-top: 15px;
}
.bootcamp-card-icon {
    font-size: 28px;
    margin-bottom: 7px;
}
.startupCardBoxNX-bootcamp {
    color: #fff;
    background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
    padding: 20px;
    border-radius: 16px;
    height: 100%;
    transition: 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
}

.startupCardBoxNX-bootcamp:hover {
    transform: translateY(-6px);
    border-color: #f59e0b;
}

.startupCardTitleNX-bootcamp {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.startupCardTextNX-bootcamp {
}

.startupSectionLabelNX-bootcamp {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}

/* Tablet */
@media(max-width:991px) {
    .startupMainTitleNX-bootcamp {
        font-size: 36px;
    }
}

/* Mobile */
@media(max-width:576px) {
    .startupMainTitleNX-bootcamp {
        font-size: 28px;
    }

    .startupSubTitleNX-bootcamp {
        font-size: 15px;
    }

    .startupSectionWrapperNX-bootcamp {
        padding: 60px 20px;
    }
}

    /* Bootcamp  end */




    /* Member page start */


.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;
}
.startupCardBoxNX {
    color: #fff;
    background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
    padding: 28px;
    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;
}

/* Tablet */
@media(max-width:991px) {
    .startupCardBoxNX {
        text-align: center;
    }
    .startupMainTitleNX {
        font-size: 36px;
    }
}

/* Mobile */
@media(max-width:576px) {
    .startupCardBoxNX {
        text-align: center;
    }
    .startupMainTitleNX {
        font-size: 28px;
    }

    .startupSubTitleNX {
        font-size: 15px;
    }

    .startupSectionWrapperNX {
        padding: 60px 20px;
    }
}



    .tfs-section {
        padding: 72px 0;
    }

    @media(max-width: 991px) {
      
            .tfs-section {
            padding: 54px 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);
}

/* Tablet */
@media(max-width:991px) {
    .ecoCompareTitleZX {
        
    }

    .ecoDividerLineZX {
        display: none;
    }
}

/* Mobile */
@media(max-width:576px) {
    .ecoCompareWrapperZX {
        padding: 60px 20px;
    }

    .ecoCompareTitleZX {
     
    }
}

    .videomembership > img {
        width:100%;
        height:100%;
        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;
        }

/* Tablet */
@media(max-width:991px) {
    .ecoPrimeTitleA1 {
        font-size: 32px;
    }
}

/* Mobile */
@media(max-width:576px) {
    .ecoPrimeWrapperA1 {
        padding: 60px 20px;
    }

    .ecoPrimeTitleA1 {
        font-size: 24px;
    }
}
.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;
}

/* Tablet */
@media(max-width:991px) {
    .transformDividerX1 {
        display: none;
    }

    .transformCardX1 {
        height: 460px;
    }
}

/* Mobile */
@media(max-width:576px) {
    .transformUltraWrapX1 {
        padding: 70px 20px;
    }

    .transformTitleX1 {
        font-size: 28px;
    }

    .transformCardX1 {
        height: 420px;
    }

    .transformContentX1 {
        padding: 30px;
    }
}

.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;
  
}

/* Responsive Tweaks */
@media (max-width: 768px) {
    .nsfs-main-heading {
        font-size: 2rem;
    }

    .nsfs-block {
        padding: 25px;
    }
}
.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;
    }

/* Responsive */
@media (max-width: 992px) {
    .nspim-heading {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .nspim-heading {
        font-size: 1.8rem;
    }

    .nspim-card {
        padding: 30px 25px;
    }
}
/* 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;
    }

/* Responsive */
@media (max-width: 992px) {
    .nsiss-heading {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .nsiss-heading {
        font-size: 1.8rem;
    }

    .nsiss-card {
        
    }
}
/* 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);
}

/* Responsive */
@media (max-width: 992px) {
    .nssave-heading {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .nssave-heading {
        font-size: 1.8rem;
    }

    .nssave-card {
        padding: 30px 25px;
    }
}

/* ===== 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;
}

/* ===== RESPONSIVE ===== */

@media(max-width:991px) {
    .vk-membership-card {
        padding: 18px;
    }
    .vk-membership-heading {
        font-size: 32px;
    }
}

@media(max-width:767px) {
    .vk-membership-card {
  
        padding: 18px;
    }
        .vk-membership-heading {
        font-size: 26px;
        text-align: center;
    }

    .vk-membership-subheading {
        text-align: center;
    }
}

/* 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;
    }

    @media(max - width: 991px) {
        .tfs-mobileCta {
            display: block;
        }
    }

    /* 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%;
        }

    @media(max-width: 768px) {
        .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;
        }
    }

    /* Smooth Scroll */

    /* Memership page end */
    /* Meet Web Page Start */

.transformUltraWrapX1-meet {
    padding: 110px 0;
    background: radial-gradient(circle at top right,#1b2235,#0b1220 65%);
    position: relative;
}
.ns-card-footer {
    font-weight:bold;
}
.transformHeadingX1-meet {
    text-align: center;
    margin-bottom: 80px;
}

.transformTitleX1-meet {
    font-size: 42px;
    font-weight: 700;
}

.transformSubX1-meet {
    margin-top: 15px;
    color: #c5cbd6;
}

.transformRowX1-meet {
    position: relative;
}

.transformDividerX1-meet {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: linear-gradient(to bottom,transparent,#f4c430,transparent);
    transform: translateX(-50%);
}

.transformCardX1-meet {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
}

.transformImageX1-meet {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.transformCardX1_content-meet {
    margin-top: 15px;
}

.transformContentX1-meet {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.transformCardTitleX1-meet {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

.transformListX1-meet {
    list-style: none;
    padding: 0;
}

.transformListX1-meet li {
    margin-bottom: 18px;
    font-size: 15px;
}

.beforeListX1-meet i {
    margin-right: 10px;
}

.afterListX1-meet i {
    color: #f4c430;
    margin-right: 10px;
}

/* Tablet */
@media(max-width:991px) {
    .transformDividerX1-meet {
        display: none;
    }

    .transformCardX1-meet {
        height: 460px;
    }
}

/* Mobile */
@media(max-width:576px) {
    .transformUltraWrapX1-meet {
        padding: 70px 20px;
    }

    .transformTitleX1-meet {
        font-size: 28px;
    }

    .transformCardX1-meet {
        height: 420px;
    }

    .transformContentX1-meet {
        padding: 30px;
    }
}

.ns4-grid-card-content {
    margin-top:15px;
}
.ns4-grid-card {
    height:100%;
    background: linear-gradient(135deg, #b30000, #7a0000);
    color: #fff;
    padding: 14px;
    border-radius: 18px;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

    .ns4-grid-card:hover {
        transform: translateY(-6px);
    }

.ns4-grid-icon {
    font-size: 22px;
    background: #ffffff;
    color: #b30000;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 15px;
}

.ns4-grid-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.ns4-grid-card p {
    font-size: 14px;
    margin: 0;
}

.ns4-grid-video iframe {
    border-radius: 18px;
}

/* Responsive */
@media (max-width: 991px) {
    .ns4-grid-heading {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .ns4-grid-card {
        padding: 20px;
    }
}

/* Section Wrapper */
.ef-section-wrap {
    padding: 90px 0;
}

/* Heading */



/* Card Design */
.ef-box-card {
    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;
    backdrop-filter: blur(15px);
    border-radius: 22px;
    padding: 45px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

    .ef-box-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 50px rgba(0,0,0,0.08);
    }

/* Card Title */
.ef-card-heading {
 
    font-size: 24px;
    margin-bottom: 25px;
}

/* List Items */
.ef-list-row {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

/* Icon Circle */
.ef-icon-badge {
    width: 28px;
    height: 28px;
    background-color: #e6dfd6;
    color: #5a5a5a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

/* Bottom Highlight Text */
.ef-bottom-line {
  
    font-size: 28px;
    margin-top: 32px;
}

    .ef-bottom-line span {
        font-weight: 700;
    }

/* Responsive */
@media (max-width: 768px) {

    .ef-main-title {
        font-size: 30px;
    }

    .ef-box-card {
        padding: 25px;
        height: auto;
        text-align: left;
        margin-top: 10px;
    }

    .ef-bottom-line {
        font-size: 22px;
    }
}


/* ===== Section Wrapper ===== */
.dnx-hero-shell {
   
    position: relative;
    overflow: hidden;
    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%);
  
}

.random>h4 {
    color: #fff;
}
.random > p {
    color: #fff;
}
    /* Spotlight Glow */
    .dnx-hero-shell::before {
        content: "";
        position: absolute;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(255,140,60,0.25) 0%, transparent 70%);
        top: -200px;
        right: -150px;
    }

    .dnx-hero-shell::after {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(255,60,60,0.15) 0%, transparent 70%);
        bottom: -200px;
        left: -150px;
    }

/* ===== Heading ===== */
.dnx-main-title {
  
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.dnx-subtitle {
    font-size: 18px;
    color: #bdbdbd;
    margin-top: 15px;
}

/* ===== Glass Cards ===== */
.dnx-glass-panel {
    background:#fff;
    color:#000;
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 45px;
    transition: 0.4s ease;
    height: 100%;
}

    .dnx-glass-panel:hover {
        transform: translateY(-8px);
        border-color: rgba(255,140,60,0.4);
        box-shadow: 0 25px 60px rgba(0,0,0,0.5);
    }

/* ===== Card Headings ===== */
.dnx-panel-title {
   
    font-size: 24px;
    margin-bottom: 25px;
}

.dnx-accent-red {
    color: #ff4d4d;
}

.dnx-accent-gold {
    color: #ffb84d;
}

/* ===== List Items ===== */
.dnx-list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    font-weight: 500;
}

.dnx-check-red {
    color: #ff4d4d;
    font-size: 18px;
}

.dnx-check-gold {
    color: #ffb84d;
    font-size: 18px;
}

/* ===== Bottom Statement ===== */
.dnx-bottom-statement {
    margin-top: 30px;
    color:#fff;
    text-align: center;
    

}

    .dnx-bottom-statement h4 {
        font-size: 30px;
        color: #fff;
    }

    .dnx-bottom-statement span {
        color: #ffb84d;
        font-weight: 600;
    }

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .dnx-main-title {
        font-size: 34px;
    }

    .dnx-glass-panel {
        padding: 30px;
    }

    .dnx-bottom-statement h3 {
        font-size: 22px;
    }
}
/* ========= SECTION ========= */
.qxv-section-core {
    padding: 120px 0;
}

/* ========= HEADING ========= */
.qxv-heading-main {
 
    font-size: 50px;
    font-weight: 700;
}

.qxv-heading-sub {
    font-size: 18px;
    color: #6c757d;
    margin-top: 14px;
}

/* ========= CARD ========= */
.qxv-panel-unit {
    background: rgba(255,255,255,0.9);
    border-radius: 24px;
    padding: 10px 20px;
    box-shadow: 0 25px 70px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    border:2px solid #c40000;
}
    .qxv-panel-unit > img {
        margin-bottom:10px;
        width:100%;
        height:100%;
        border-radius:10px;
    }
    .qxv-panel-unit:hover {
        transform: translateY(-10px);
        box-shadow: 0 35px 90px rgba(0,0,0,0.08);
    }

/* ========= CARD TITLE ========= */
.qxv-panel-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 28px;
}

.qxv-tone-alert {
    color: #b80e0e;
}

.qxv-tone-fix {
    color: #ffb84d;
}

.qxv-tone-change {
    color: #333;
}

/* ========= LIST ========= */
.qxv-line-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    font-weight: 500;
}

.qxv-mark-cross {
    color: #b80e0e;
    font-weight: 700;
}

.qxv-mark-check {
    color: #8a7750;
    font-weight: 700;
}

.qxv-note-small {
    margin-top: 15px;
    font-size: 14px;
    color: #6c757d;
}

/* ========= BOTTOM ========= */
.qxv-bottom-block {
    margin-top: 30px;
    text-align: center;
    
}

    .qxv-bottom-block h4 {
     
    }

    .qxv-bottom-block span {
        color: #b80e0e;
        font-weight: 700;
    }

/* ========= RESPONSIVE ========= */
@media (max-width: 1199px) {
    .dnx-glass-panel {
        text-align: left;
        height: auto;
        margin-top: 20px;
    }
    .qxv-heading-main {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .dnx-glass-panel {
        text-align: left;
        height: auto;
        margin-top: 20px;
    }
        .qxv-section-core {
        padding: 80px 0;
    }

    .qxv-heading-main {
        font-size: 28px;
    }

    .qxv-panel-unit {
        padding: 10px;
    }

    .qxv-bottom-block {
        margin-top: 60px;
    }

        .qxv-bottom-block h3 {
            font-size: 22px;
        }
}

/* ===== Section ===== */
.kvx-outcome-section {
    padding: 120px 0;
}

/* ===== Heading ===== */
.kvx-heading-main {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
}

.kvx-heading-sub {
    font-size: 18px;
    color: #6c757d;
    margin-top: 14px;
}

/* ===== Card ===== */
.kvx-card-unit-content {
    margin-top:15px;
}
.kvx-card-unit {
    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: 18px;
    padding: 26px 28px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
    transition: 0.35s ease;
    height: 100%;
}

    .kvx-card-unit:hover {
        transform: translateY(-6px);
        box-shadow: 0 25px 60px rgba(0,0,0,0.08);
    }

/* ===== Card Layout ===== */
.kvx-card-flex {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.kvx-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #8c7750;
    flex-shrink: 0;
}

.kvx-card-title {
    font-weight:bold;
    margin-bottom: 4px;
}

.kvx-card-desc {
  
}

/* ===== Bottom Line ===== */
.kvx-bottom-line {
    margin-top: 100px;
    text-align: center;
   
}

    .kvx-bottom-line h3 {
        font-size: 28px;
    }

/* ===== Responsive ===== */
@media (max-width:1199px) {
    .kvx-heading-main {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .qxv-panel-unit{
        height:auto;
        margin-top:15px;
    }
    .fmv-card {
        margin-top: 25px;
        height: auto;
    }
    .zvr-card {
        margin-top: 15px;
    }
        .kvx-outcome-section {
        padding: 80px 0;
    }

    .kvx-heading-main {
        font-size: 26px;
    }

    .kvx-card-unit {
        padding: 22px;
    }

    .kvx-bottom-line {
        margin-top: 60px;
    }

        .kvx-bottom-line h3 {
            font-size: 22px;
        }
}


/* ===== 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;
        font-weight: 500;
    }

.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;
}

/* Responsive */
@media(max-width:991px) {

    .zvr-divider,
    .zvr-center-badge {
        display: none;
    }

    .zvr-main-title {
        font-size: 30px;
    }
}
/* ===== Section ===== */
.fmv-section {
    padding: 120px 0;
}

/* ===== Heading ===== */
.fmv-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    font-weight: 700;
}

.fmv-sub-title {
    margin-top: 15px;
    font-size: 18px;
    color: #6c757d;
}

/* ===== Card ===== */
.fmv-card {
    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: 20px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
   
    transition: 0.35s ease;
}

    .fmv-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 30px 80px rgba(0,0,0,0.08);
    }

/* ===== Card Title ===== */
.fmv-card-heading {
    
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

/* ===== Split Blocks ===== */
.fmv-block {
    padding: 20px 15px;
    border-radius: 12px;
}

.fmv-divider {
    height: 1px;
    background: #e5e5e5;
    margin: 20px 0;
}

/* Accent Borders */
.fmv-accent-green {
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}

.fmv-accent-gold {
    border-left: 4px solid #ffb84d;
    border-right: 4px solid #ffb84d;
}

.fmv-accent-blue {
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}

/* List */
.fmv-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .fmv-list li {
        margin-bottom: 10px;
        font-size: 15px;
    }

.fmv-check {
    margin-right: 8px;
    font-weight: 600;
}

/* Bottom Statement */
.fmv-bottom-text {
    margin-top: 20px;
    text-align: center;
    
    font-weight: 600;
}

/* ===== Responsive ===== */

@media(max-width:1199px) {
    .fmv-main-title {
        font-size: 36px;
    }
}

@media(max-width:768px) {

    .fmv-section {
        padding: 80px 0;
    }

    .fmv-main-title {
        font-size: 26px;
    }

    .fmv-card {
        padding: 20px;
    }

    .fmv-bottom-text {
        font-size: 20px;
        margin-top: 60px;
    }
}
/* ===== Section ===== */


/* ===== Heading ===== */
.rpx-main-title {
    
    font-size: 48px;
    font-weight: 700;
}

.rpx-subtitle {
    margin-top: 15px;
    font-size: 18px;
    color: #6c757d;
}

/* ===== Card ===== */
.rpx-card-content {
    margin-top: 16px;
 
}
.rpx-card {
    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;
    backdrop-filter: blur(8px);
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
    transition: 0.35s ease;
    height: 100%;
    border-left: 4px solid #ffb84d;
    border-right: 4px solid #ffb84d;
}

    .rpx-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 70px rgba(0,0,0,0.08);
    }

/* ===== Card Layout ===== */
.rpx-card-flex {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.rpx-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #7a5a4a;
    flex-shrink: 0;
}

.rpx-card-title {
    
    
    margin-bottom: 6px;
}

.rpx-card-text {
    font-size: 14px;
    color: #fff;
}

/* ===== Bottom Statement ===== */
.rpx-bottom-text {
    margin-top: 20px;
    text-align: center;
   
    font-weight: 600;
}

/* ===== Responsive ===== */

@media(max-width:1199px) {
    .rpx-main-title {
        font-size: 36px;
    }
}

@media(max-width:768px) {

    .rpx-section {
        padding: 80px 0;
    }

    .rpx-main-title {
        font-size: 26px;
    }

    .rpx-card {
        padding: 22px;
    }

    .rpx-bottom-text {
      
        margin-top: 30px;
    }
}
    /* NAV */
    .tfm-navbar {
        background: rgba(255,255,255,0.95);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid var(--border);
    }

    .tfm-brand {
        font-weight: 900;
        letter-spacing: 0.4px;
    }

    /* HERO */
    .tfm-hero {
        padding: 85px 0 55px;
        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;
        position: relative;
        overflow: hidden;
    }

    .tfm-headline {
        font-weight: 950;
        font-size: clamp(2rem, 4vw, 3.2rem);
        line-height: 1.05;
        letter-spacing: -0.8px;
    }

    .tfm-subhead {
        color: #fff;
        font-size: 1.08rem;
        max-width: 720px;
    }

    /* Badge */
    .tfm-badge {
        border: 1px solid rgba(212,175,55,0.45);
        background: rgba(212,175,55,0.12);
        color: #6a4f00;
        font-weight: 800;
        font-size: 12px;
    }

    /* Seat Pill */
    .tfm-seatbar {
        color: #000;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 14px;
        border-radius: 999px;
        border: 1px solid var(--border);
        background: #fff;
        font-weight: 800;
        box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    }

    .tfm-countdown {
        font-weight: 900;
        letter-spacing: 0.3px;
        color: #6a4f00;
    }

    /* Cards */
    .tfm-card-content {
        margin-top: 10px;
    }

    .tfm-card-para {
        color: #fff;
        border-radius: 10px;
        padding: 13px;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        text-align: center;
        height: 100%;
        box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    }

        .tfm-card-para > img {
            background-color: #fff;
            border-radius: 50%;
            margin-bottom: 10px;
            border-radius: 50%;
            padding: 10px;
            width: 30%;
        }

    .tfm-card-timeline-content {
        color: #fff;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        border: 1px solid var(--border);
        border-radius: 18px;
        padding: 22px;
        height: 100%;
        box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    }

    .tfm-card-that {
        color: #b80e0e;
        background-color: #fff3f3;
        border-radius: 18px;
        padding: 22px;
        height: 100%;
        box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    }

    .tfm-card-meetup {
        color: #b80e0e;
        background-color: #fff3f3;
        border-radius: 18px;
        padding: 22px;
        height: 100%;
        box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    }

    .tfm-card-fixed {
        color: #b80e0e;
        background-color: #fff3f3;
        border-radius: 18px;
        padding: 22px;
        height: 100%;
        box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    }

    .tfm-card-room {
        background: #fff;
        border: 1px solid var(--border);
        border-radius: 18px;
        padding: 22px;
        height: 100%;
        box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    }

    .tfm-card-saturday {
        color: #fff;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        border: 1px solid var(--border);
        border-radius: 18px;
        padding: 22px;
        height: 100%;
        box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    }

    .tfm-card-content-real {
        margin-top: 10px;
    }

    .tfm-card-real {
        color: #fff;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        border-radius: 18px;
        padding: 20px;
        height: 100%;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    }

    .tfm-card-gst {
        margin-top: 10px;
        text-align: center;
        color: #b80e0e;
        background-color: #fff;
        border: 1px solid var(--border);
        border-radius: 18px;
        padding: 22px;
        box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    }

        .tfm-card-gst > img {
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }

        .tfm-card-gst > h5 {
            margin-top: 5px;
        }

    .tfm-card-should {
        margin-top: 10px;
        color: #fff;
        border-radius: 10px;
        padding: 13px;
        background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
        height: 100%;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    }

    .tfm-card-investor {
        background: #fff;
        border: 1px solid var(--border);
        border-radius: 18px;
        padding: 22px;
        height: 100%;
        box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    }

    .tfm-pricebox {
        color: #000;
        background: #ffffff;
        border: 1px solid var(--border);
        border-radius: 18px;
        padding: 16px 18px;
        max-width: 620px;
        box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    }

    /* Buttons */
    .tfm-btn-primary {
        background: linear-gradient(180deg, var(--gold), var(--gold2));
        color: #111;
        font-weight: 900;
        border: none;
        border-radius: 14px;
        padding: 14px 18px;
        box-shadow: 0 12px 30px rgba(212,175,55,0.22);
    }

        .tfm-btn-primary:hover {
            transform: translateY(-1px);
            color: #101010;
        }

    .tfm-btn-secondary {
        border: 1px solid rgba(212,175,55,0.75);
        color: #6a4f00;
        font-weight: 800;
        border-radius: 14px;
        padding: 14px 18px;
        background: transparent;
    }

        .tfm-btn-secondary:hover {
            background: rgba(212,175,55,0.10);
            color: #6a4f00;
        }

    .tfm-microline {
        color: #fff;
        opacity: 0.85;
        font-size: 0.95rem;
        font-weight: 600;
    }

    /* Sections */
    .tfm-section {
        padding: 75px 0;
        border-top: 1px solid var(--border);
    }

    .tfm-section-title {
        font-weight: 950;
        font-size: clamp(1.6rem, 2.6vw, 2.25rem);
        letter-spacing: -0.4px;
    }

    .tfm-section-sub {
        color: var(--muted);
        max-width: 780px;
    }

    /* Timeline */
    .tfm-timeline {
        position: relative;
        padding-left: 26px;
    }

        .tfm-timeline:before {
            content: "";
            position: absolute;
            left: 10px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: #fff;
        }

    .tfm-timeline-item {
        position: relative;
        margin-bottom: 18px;
        padding-left: 12px;
    }

        .tfm-timeline-item:before {
            content: "";
            position: absolute;
            left: -20px;
            top: 5px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: var(--gold);
            box-shadow: 0 0 0 6px #fff;
        }

    .tfm-tick-meetup {
        color: #6a4f00;
        font-weight: 950;
    }

    .tfm-card-tick {
        color: #b80e0e;
        margin-right: 5px;
        font-weight: 950;
    }

.tfm-tick {
    color: #b80e0e;
    font-weight: 950;
    margin-right: 10px;
}
.faq_detail1 {
   
}
.btn-single-custom_knowmor4 {
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    padding: 15px 15px;
    border-radius: 999px;
    color: #fff;
    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;
}
    /* Rules */
    .tfm-rules {
        background: rgba(212,175,55,0.08);
        border: 1px dashed rgba(212,175,55,0.55);
        border-radius: 18px;
        padding: 22px;
        box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    }

    /* WhatsApp Floating */
    .tfm-whatsapp {
        position: fixed;
        right: 18px;
        bottom: 18px;
        z-index: 9999;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #25D366;
        color: #fff;
        font-size: 24px;
        box-shadow: 0 12px 30px rgba(0,0,0,0.25);
        text-decoration: none;
    }

    /* Sticky mobile apply */
    .tfm-mobile-sticky {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9998;
        background: rgba(255,255,255,0.97);
        backdrop-filter: blur(12px);
        border-top: 1px solid var(--border);
        padding: 10px 12px;
        display: none;
    }

    @media(max - width: 991px) {
        .tfm-mobile-sticky {
            display: block;
        }
    }

    /* Scroll CTA */
    .tfm-scroll-cta {
        position: fixed;
        right: 18px;
        top: 90px;
        z-index: 9997;
        max-width: 270px;
        display: none;
    }

    /* Footer */
    .tfm-footer {
        padding: 35px 0 90px;
        color: var(--muted);
        font-size: 0.92rem;
        border-top: 1px solid var(--border);
    }

    @media(max-width: 768px) {
        .tfm-card-should {
            height: auto;
        }

        .tfm-card-that {
            margin-top: 10px;
            height: auto;
        }

        .tfm-card-fixed {
            margin-top: 10px;
            height: auto;
        }

        .tfm-card-timeline-content {
            margin-top: 10px;
            height: auto;
        }

        .tfm-card-meetup {
            margin-top: 10px;
            height: auto;
        }

        .tfm-card-investor {
            margin-top: 10px;
            height: auto;
        }

        .tfm-card-roomd {
            margin-top: 10px;
            height: auto;
        }

        .tfm-card-saturday {
            height: auto;
            margin-top: 10px;
        }
    }
    /* Meet 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 {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .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 */
}