
        .highlight {
            color: #46b854;
        }
        .offer-badge {
            background: #f7b215;
            padding: 6px 20px;
            border-radius: 30px;
            display: inline-block;
            font-weight: 600;
            margin-bottom: 20px;
        }
        .btn-orange {
            background-color: #ff7b00;
            color: white;
            border-radius: 8px;
            padding: 14px 40px;
            font-size: 20px;
            font-weight: 600;
            border: none;
        }
        .btn-orange:hover {
            background-color: #e66f00;
        }
        header {
            padding: 15px 0;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            background: rgba(11, 18, 30, 0.9);
        }
        .header-btn {
            background-color: #46b854;
            color: #000;
            font-weight: 600;
            padding: 8px 20px;
        }
         .confusion-box {
        background: #0E1522;
        border-radius: 20px;
        max-width: 900px;
    }
    .highlight {
        color: #46b854;
        font-weight: 600;
    }
    .feature-card {
        background: #0E1522;
        border: 1px solid rgba(255,255,255,0.05);
        transition: 0.3s;
    }
    .feature-card:hover {
        transform: translateY(-5px);
    }
    .bottom-box {
        background: #0E1522;
        max-width: 900px;
    }
     .why-box {
        background: #0E1522;
        border: 1px solid rgba(0, 255, 0, 0.1);
        max-width: 1200px;
    }
    .highlight {
        color: #46b854;
        font-weight: 600;
    }
    .green-box {
        background: rgba(0, 255, 0, 0.08);
        border: 1px solid rgba(0, 255, 0, 0.2);
    }
       .details-box {
        background: #0E1522;
        border: 1px solid rgba(0, 255, 0, 0.25);
        max-width: 1100px;
    }
    .icon-box {
        background: rgba(0,255,0,0.08);
        border: 1px solid rgba(0,255,0,0.2);
        width: 65px;
        height: 65px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon-orange {
        background: rgba(255, 128, 0, 0.18);
        border: 1px solid rgba(255,128,0,0.3);
    }
    .cta-btn {
        background: #ff7a00;
        color: #000;
        border: none;
        font-size: 1.2rem;
        width: 100%;
        max-width: 900px;
    }
     .success-box {
        background: #0E1522;
        border: 1px solid rgba(0, 255, 0, 0.25);
        max-width: 1100px;
    }
    .icon-badge {
        background: rgba(0,255,0,0.08);
        border: 1px solid rgba(0,255,0,0.2);
        width: 70px;
        height: 70px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .testimonial-text {
        font-size: 1.2rem;
        line-height: 1.8;
    }
     .benefits-box {
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(0,255,0,0.18);
        max-width: 1100px;
    }
    .check-icon {
        color: #46b854;
        font-size: 1.4rem;
        font-weight: bold;
    }
    .cta-btn {
        background: #ff7a00;
        color: #000;
        border: none;
        font-size: 1.2rem;
        width: 100%;
        max-width: 450px;
    }
    /* Theme Based Footer */
.offer-footer {
  position: fixed;
    bottom: 25px;
    left: 122px;
    width: 80%;
    background: #131925;
    color: #fff;
    border: 1px solid rgba(0, 255, 0, 0.18);
    border-radius: 15px;
    padding: 15px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    z-index: 99999;
        box-shadow: 0 4px 8px 0 rgb(255 122 0 / 13%), 0 6px 20px 0 rgb(255 122 0 / 25%);
}

/* Timer Text same style */
.offer-footer #countdown {
   font-size: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #46b854;
}

/* Button Theme */
.offer-btn {
    background: #fab917;
    color: #000;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    transition: 0.3s;
}

.ht :hover{ border: 1px solid rgba(0, 255, 0, 0.18);}
.community-section {
    background: #0e1623;
    color: #fff;
}

.section-title {
    font-weight: 700;
    font-size: 28px;
}

.section-subtitle {
    max-width: 750px;
    margin: 0 auto;
    opacity: 0.8;
}

.benefit-box {
    background: #0d1b2a;
    border: 1px solid #1b2a3c;
    border-radius: 12px;
}

.inside-title {
    font-weight: 600;
}

.benefit-item {
    background: #0b1624;
    padding: 14px 18px;
    border-radius: 10px;
    transition: .3s;
}

.benefit-item:hover {
    background: #12263a;
}

.icon i {
    color: #1ddf73;
    font-size: 22px;
}

.btn-orange {
    background: #ff7a1f;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
}

.btn-orange:hover {
    background: #ff8f3d;
    color: #fff;
}
.icon img {
    width: 28px;
    height: 28px;
}
