.nav-link {
    color: #111 !important;
}


/* BENEFITS SECTION */
.benefits-section {
    background: #f9fbff;
}

.benefit-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #e50914;
    margin-bottom: 10px;
}

.benefit-subtitle {
    font-size: 15px;
    color: #666;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* Cards */
.benefit-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.35s ease;
    height: 100%;
}

.benefit-card:hover {
    transform: translateY(-12px);
    border-color: #e50914;
    box-shadow: 0 25px 60px rgba(229, 9, 20, 0.15);
}

/* Icon */
.benefit-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(229, 9, 20, 0.12);
    color: #e50914;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.benefit-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
}

.benefit-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .benefit-card {
        padding: 30px 20px;
    }
}


/* ===== Referral Section ===== */
.border-top-2 {
    border-top: 1px solid #eee;
    background: #fff;
}

/* Left image */
.border-top-2 img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

/* Heading */
.border-top-2 .sp_theme_top_title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    color: #111;
    margin-bottom: 18px;
}

.border-top-2 .sp_theme_top_title span {
    color: #e10600;
}

/* Description */
.border-top-2 p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

/* Referral cards */
.sp_referral_item {
    background: #fff;
    border-radius: 14px;
    padding: 22px 20px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Red accent line */
.sp_referral_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #e10600;
}

/* Hover */
.sp_referral_item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* Card title */
.sp_referral_item_title {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 6px;
}

/* Card text */
.sp_referral_item p {
    font-size: 14.5px;
    color: #555;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
    .border-top-2 .sp_theme_top_title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .border-top-2 .sp_theme_top_title {
        font-size: 26px;
    }
}

.overview-section {
    background: #fff5f5;
    border-radius: 20px;
    padding: 80px 20px;
}

.overview-subtitle {
    color: #64748b;
    font-size: 15px;
    max-width: 480px;
    margin: 0 auto;
}

.overview-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.overview-card:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 45px rgba(255, 255, 255, 0.9);
}

.overview-number {
    font-size: 28px;
    font-weight: 700;
    color: #e11d48;
    /* Red accent */
    margin: 0;
}

.overview-unit {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin-left: 4px;
}

.overview-caption {
    font-size: 13px;
    color: #475569;
    margin-top: 6px;
}

.overview-image {
    max-width: 100%;
    border-radius: 20px;
}

.choose-subtitle {
    font-size: 15px;
    color: #64748b;
    max-width: 520px;
    margin: 0 auto;
}

.sp_choose_item {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 26px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    flex-direction: column;
    display: flex;
}

.sp_choose_item:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 45px rgba(255, 255, 255, 0.9);
}

.sp_choose_icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #fef2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp_choose_icon img {
    width: 40px;
}

.sp_choose_item .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #0f172a;
}

.sp_choose_item p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}


.overview-section {
    background: #f9fafb;
    /* subtle light background */
    padding-top: 120px;
    padding-bottom: 120px;
}

.sp_theme_top_title {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
    text-align: center;
}

.sp_theme_top_title span {
    color: #e11d48;
    /* red accent */
}

.sp_overview_item {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.sp_overview_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

.sp_overview_amount.odometer {
    font-size: 28px;
    font-weight: 700;
    color: #e11d48;
    margin: 0;
}

.sp_overview_amount:not(.odometer) {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-left: 5px;
}

.sp_overview_caption {
    font-size: 13px;
    color: #6b7280;
    margin-top: 6px;
}

.sp_overview_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sp_overview_content>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.sp_container img {
    max-width: 100%;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
}

.max-width-site {
    max-width: 1410px;
    /* ya jo width chahte ho */
    margin: 0 auto;
    /* center align */
    padding-left: 15px;
    /* screen se thoda space */
    padding-right: 15px;
    /* screen se thoda space */
    box-sizing: border-box;
    /* padding ko width me include kare */
}


/* HERO SECTION */
.hero-section {
    background-color: #ffffff;
    padding: 95px 0;
    overflow: hidden;
}

.hero-title {
    font-size: 40px;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
}

.hero-title span {
    color: #e50914;
    /* Red theme */
}

.hero-desc {
    font-size: 16px;
    color: #555;
    margin-top: 20px;
    max-width: 520px;
}

.hero-btns {
    margin-top: 35px;
}

.hero-btn-primary {
    background: #e50914;
    color: #fff;
    padding: 14px 30px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
    border: none;
}

.hero-btn-primary:hover {
    background: #c40812;
    color: #fff;
}

.hero-btn-outline {
    border: 2px solid #e50914;
    color: #e50914;
    padding: 13px 28px;
    border-radius: 6px;
    margin-left: 15px;
    font-weight: 600;
    transition: 0.3s;
}

.hero-btn-outline:hover {
    background: #e50914;
    color: #fff;
}

.hero-image img {
    max-width: 100%;
    border-radius: 14px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .hero-title {
        font-size: 36px;
    }

    .hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-btn-outline {
        margin-left: 0;
        margin-top: 15px;
        display: inline-block;
    }

    .hero-image {
        margin-top: 40px;
    }
}

/* MODERN OVERVIEW */
.overview-modern {
    padding: 110px 0;
    background: #ffffff;
}

/* IMAGE */
.overview-img img {
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    /* IMPORTANT: no shadow */
}

/* TEXT */
.overview-tag {
    display: inline-block;
    color: #e50914;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.overview-heading {
    font-size: 40px;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
}

.overview-heading span {
    color: #e50914;
}

.overview-text {
    font-size: 15px;
    color: #666;
    max-width: 560px;
    margin-top: 15px;
}

/* STAT BOXES */
.stat-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px 15px;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s;
}

.stat-box:hover {
    border-color: #e50914;
    transform: translateY(-4px);
}

.stat-box h4 {
    font-size: 22px;
    font-weight: 800;
    color: #e50914;
    margin-bottom: 5px;
}

.stat-box p {
    font-size: 13px;
    color: #555;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .overview-heading {
        font-size: 32px;
    }

    .overview-text {
        margin-left: auto;
        margin-right: auto;
    }
}

/* PRICING SECTION */
.pricing-modern {
    background: #ffffff;
    padding: 120px 0;
}

/* Heading */
.pricing-tag {
    display: inline-block;
    color: #e50914;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
}

.pricing-title {
    font-size: 42px;
    font-weight: 800;
    color: #111;
}

.pricing-title span {
    color: #e50914;
}

.pricing-subtitle {
    font-size: 15px;
    color: #666;
    max-width: 650px;
    margin: 15px auto 0;
}

/* Card */
.pricing-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px 25px;
    border: 1px solid #eee;
    transition: all 0.35s ease;
    height: 100%;
}

.pricing-card:hover {
    transform: translateY(-8px);
    border-color: #e50914;
}

/* Header */
.pricing-card-header {
    margin-bottom: 20px;
}

.plan-name {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.plan-duration {
    font-size: 13px;
    color: #777;
}

/* Price */
.plan-price {
    font-size: 36px;
    font-weight: 800;
    color: #e50914;
    margin: 15px 0;
}

.plan-price span {
    font-size: 14px;
    color: #666;
}

/* Bonus */
.plan-bonus {
    background: rgba(229, 9, 20, 0.1);
    color: #e50914;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
}

/* Features */
.plan-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.plan-features li {
    font-size: 14px;
    color: #555;
    padding: 6px 0;
    border-bottom: 1px dashed #eee;
}

.plan-features li:last-child {
    border-bottom: none;
}

.bonus-feature {
    color: #e50914;
    font-weight: 600;
}

/* Buttons */
.plan-btn {
    background: #e50914;
    color: #fff;
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
}

.plan-btn:hover {
    background: #c40812;
    color: #fff;
}

.plan-view-btn {
    background: transparent;
    border: 2px solid #e50914;
    color: #e50914;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
}

.plan-view-btn:hover {
    background: #e50914;
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .pricing-title {
        font-size: 32px;
    }
}

/* HOW IT WORKS */
.how-it-works {
    background: #ffffff;
}

.how-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #e50914;
    margin-bottom: 10px;
}

.how-subtitle {
    font-size: 15px;
    color: #666;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* Cards */
.how-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #eee;
    transition: 0.35s ease;
    height: 100%;
}

.how-card:hover {
    transform: translateY(-10px);
    border-color: #e50914;
}

.how-card.active {
    border-color: #e50914;
    box-shadow: 0 20px 50px rgba(229, 9, 20, 0.15);
}

/* Icon */
.how-icon {
    position: relative;
    width: 80px;
    height: 80px;
    background: rgba(229, 9, 20, 0.1);
    color: #e50914;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 20px;
}

.step-number {
    position: absolute;
    bottom: -6px;
    right: -6px;
    background: #e50914;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.how-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .how-card {
        padding: 30px 20px;
    }
}

/* REFERRAL SECTION */
.referral-section {
    background: linear-gradient(135deg, #f9fbff, #ffffff);
}

.referral-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #e50914;
    margin-bottom: 12px;
}

.referral-desc {
    font-size: 15px;
    color: #555;
    max-width: 520px;
}

.referral-points {
    list-style: none;
    padding: 0;
}

.referral-points li {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.referral-points i {
    color: #e50914;
    margin-right: 8px;
}

/* Referral Cards */
.referral-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 25px;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.35s ease;
    height: 100%;
    position: relative;
}

.referral-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.12);
}

.referral-card .level {
    font-size: 13px;
    font-weight: 600;
    color: #666;
}

.referral-card h3 {
    font-size: 36px;
    font-weight: 800;
    margin: 10px 0;
}

.referral-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Level Colors */
.level-1 h3 {
    color: #1e88e5;
}

.level-2 h3 {
    color: #43a047;
}

.level-3 h3 {
    color: #fb8c00;
}

.level-4 h3 {
    color: #e50914;
}

/* Responsive */
@media (max-width: 991px) {
    .referral-content {
        text-align: center;
    }

    .referral-desc {
        margin-left: auto;
        margin-right: auto;
    }
}

/* FOOTER */
.footer-section {
    background: #0b1d3a;
    padding-top: 80px;
    color: #cbd5e1;
}

.footer-logo img {
    max-width: 160px;
    margin-bottom: 20px;
}

.footer-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #cbd5e1;
    max-width: 320px;
}

.footer-widget {
    height: 100%;
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #e50914;
    display: block;
    margin-top: 8px;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #cbd5e1;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #e50914;
    padding-left: 6px;
}

/* Contact */
.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 14px;
}

.footer-contact i {
    font-size: 20px;
    color: #e50914;
}

/* Copyright */
.sp_copy_right_area {
    background: #08162d;
    padding: 18px 0;
    margin-top: 60px;
}

.sp_copy_right_area p {
    margin: 0;
    font-size: 14px;
    color: #94a3b8;
}

/* Responsive */
@media (max-width: 991px) {
    .footer-desc {
        max-width: 100%;
    }
}