*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.navbar-brand img{
    width: 50px !important;
}
 .navbar {
        background-color: #0a0f0d !important; 
        border-bottom: 4px solid #19af55;
        padding: 5px 0px;
    }
.nav-item{
    list-style: none;
}
    .navbar-brand,
    .nav-link,
    .btn-outline-primary {
        color: #00ff66 !important;
    }

    .navbar-brand img {
        width: 50px; /* Adjust Logo Size */
    }

    .btn-outline-primary {
        border-color: #00ff66 !important;
        transition: 0.3s;
    }

    .btn-outline-primary:hover {
        background-color: #00ff66 !important;
        color: #0a0f0d !important;
    }

    .btn-primary {
        background-color: #00ff66 !important;
        border-color: #00ff66 !important;
        color: #0a0f0d !important;
        transition: 0.3s;
    }

    .btn-primary:hover {
        background-color: transparent !important;
        color: #00ff66 !important;
        border-color: #00ff66 !important;
    }

.navbar-toggler i{
    color: #00ff66 !important;
}

@media (max-width: 991px) {
    .mobile-btn a{
    padding: 5px 10px;
    font-size: 14px;
}
.navbar-nav .nav-item a{
    width: 100%;
}

}
@media (max-width: 576px) {
   
.mobile-btn a:first-child{
    display: none;
}
.mobile-btn a{
    padding: 5px 10px;
    font-size: 11px;
}
}
.banner img{
    width: 100%;
    max-height: 90vh;
    object-fit: cover;
    object-position: top;
}
    
     /* this is first section design  */
     .promo-section {
    background: #0a0f0d;
    padding: 60px 0px;
}

.promo-box {
    max-width: 100%;
    background: #111917;
    padding: 40px 25px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 255, 102, 0.25);
}

.promo-logo {
    width: 150px;
    filter: drop-shadow(0 0 4px #20a555ea);
}


.promo-title {
    font-size: 28px;
    color: #00ff66;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0,255,102,0.4);
}

.promo-title span {
    color: #ffffff;
}
.promo-subtitle {
    font-size: 28px;
    color: #00ff66;
    font-weight: 500;
    text-shadow: 0 0 10px rgba(0,255,102,0.4);
}

.promo-subtitle span {
    color: #ffffff;
}


.register-btn {
    display: inline-block;
    background-color: #00ff66;
    color: #000;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s;
}


.bg678-section {
    background: #050807; 
}

.bg678-box {
    max-width: 900px;
    margin-top: 10px;
    background: #101614;
    border-radius: 14px;
    border: 2px solid #00ff66;
    padding: 25px 20px 30px;
    box-shadow: 0 0 18px rgba(0, 255, 102, 0.25);
    margin: auto;
}

.bg678-title {
    font-size: 26px;
    font-weight: 700;
    color: #00ff66;
    text-shadow: 0 0 10px rgba(0,255,102,0.4);
}

/* Table style */
.bg678-table {
    margin-bottom: 0;
    color: #e5f9ef;
    background-color: transparent;
}



.invite-code {
    padding: 3px 8px;
    border-radius: 6px;
    background: rgba(0, 255, 102, 0.1);
    border: 1px dashed #00ff66;
    font-weight: 600;
    color: #00ff66;
}
.single-col-table,
.single-col-table th,
.single-col-table td {
    background-color: transparent !important;
    color: #d1ffe3 !important;
}


.single-col-table th,
.single-col-table td {
    border-color: rgba(0, 255, 102, 0.15) !important;
}

.single-col-table th {
    color: #00ff66 !important;
    font-weight: 700;
}

.download-btn {
    background: #00ff66;
    color: #000;
    font-weight: 700;
    border-radius: 999px;
    border: 1px solid #00ff66;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s ease;
}


.bg678-rating {
    border-top: 1px solid #1d2c24;
    padding-top: 15px;
}

.rating-label {
    font-size: 13px;
    color: #9fb6aa;
    margin-right: 5px;
}

.rating-score {
    font-size: 18px;
    font-weight: 700;
    color: #00ff66;
}

.rating-stars i {
    font-size: 18px;
    color: #ffc107; /* star yellow */
}

.total-reviews {
    font-size: 13px;
    color: #9fb6aa;
}



 .simple-footer {
    background: #050807;
    border-top: 2px solid #00ff66;
}

.footer-text {
    color: #00ff66;
    font-size: 14px;
    font-weight: 600;
}

.footer-links a {
    color: #c6ffe3;
    margin: 0 5px;
    font-size: 13px;
    text-decoration: none;
    transition: 0.2s;
}

.footer-links a:hover {
    color: #00ff66;
    text-shadow: 0 0 5px #00ff66;
}

.footer-note {
    font-size: 12px;
    color: #9bc8b1;
    line-height: 1.5;
}

.bg678-guide {
    background: #050807;         
    color: #e5f9ef;
}


.bg678-guide h1 {
    font-size: 32px;
    font-weight: 800;
    color: #00ff66;
    /* text-shadow: 0 0 10px rgba(0,255,102,0.7); */
    margin-bottom: 15px;
}

.bg678-guide h2 {
    font-size: 24px;
    font-weight: 700;
    color: #00ff66;
    margin-top: 25px;
    margin-bottom: 10px;
}

.bg678-guide h3 {
    font-size: 18px;
    font-weight: 600;
    color: #c4ffe0;
    margin-top: 18px;
    margin-bottom: 6px;
}

/* Paragraphs & lists */
.bg678-guide p,
.bg678-guide li {
    font-size: 15px;
    line-height: 1.7;
    color: #d8f5e6;
}

.bg678-guide ol,
.bg678-guide ul {
    padding-left: 1.2rem;
}

/* Blockquotes (testimonials) */
/* .bg678-guide blockquote {
    border-left: 3px solid #00ff66;
    padding-left: 12px;
    margin-left: 0;
    margin-bottom: 12px;
    color: #c7f8dd;
    font-style: italic;
}

.bg678-guide > .container > p:first-child {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9fd7b7;
    margin-bottom: 8px;
} */
 .bg678-testimonials {
    background: #0a0f0d;
}
.accordion-header{
    margin: 0px !important;
}
.testi-title {
    font-size: 26px;
    color: #00ff66;
    text-shadow: 0px 0px 10px rgba(0,255,102,0.4);
}

.testi-card {
    background: #101614;
    border: 1px solid rgba(0,255,102,0.25);
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    transition: 0.3s ease;
    box-shadow: 0 0 12px rgba(0,255,102,0.15);
}

.testi-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0,255,102,0.35);
}

.stars {
    font-size: 16px;
    color: #ffc107;
}

.testi-text {
    font-size: 14px;
    color: #caffdd;
    margin-bottom: 10px;
    line-height: 1.4;
}

.testi-user {
    font-size: 13px;
    color: #8deebb;
    font-weight: 600;
}

.testi-note {
    font-size: 12px;
    color: #95bbaa;
}


/* --- FAQ Accordion (Bootstrap 5.3) --- */

.bg678-guide .accordion-item {
    background-color: #101614;
    border: 1px solid rgba(0,255,102,0.25);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}
.accordion{
    margin-top: 30px;
}

.bg678-guide .accordion-button {
    background-color: #101614;
    color: #e5f9ef;
    font-weight: 600;
    font-size: 15px;
    padding: 18px 16px;
    box-shadow: none;
}

.bg678-guide .accordion-button.collapsed {
    background-color: #0b100e;
}

/* Active/open state */
.bg678-guide .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #131f19;
    box-shadow: inset 0 -1px 0 rgba(0,255,102,0.3);
}

/* Change default caret color */
.bg678-guide .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(83%) sepia(63%) 
            saturate(694%) hue-rotate(76deg) brightness(103%) contrast(102%);
}

/* Body of each FAQ item */
.bg678-guide .accordion-body {
    background-color: #0b100e;
    color: #d8f5e6;
    font-size: 14px;
}

/* Section spacing */
.bg678-guide section {
    border-bottom: 1px solid rgba(0,255,102,0.08);
    padding-bottom: 18px;
    margin-bottom: 18px;
}

/* Remove bottom border for last section */
.bg678-guide section:last-of-type {
    border-bottom: none;
}

/* Links inside content */
.bg678-guide a {
    color: #00ff66;
    text-decoration: none;
}

.bg678-guide a:hover {
    text-decoration: underline;
}
.bonus-section {
    background: #0a0f0d;
    padding: 20px 10px;
    color: #d8f5e6;
    font-size: 15px;
    line-height: 1.7;
    overflow: hidden; /* Prevent float issues */
}



/* Right side image with float */
.bonus-image {
    float: right;
    width: 30%;
    margin-left: 18px;
    margin-bottom: 10px;
}

.bonus-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0,255,102,0.25);
}

/* Responsive behavior */
@media(max-width: 768px) {
    .bonus-image {
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
        text-align: center;
    }
}


.footer-text {
    color: #00ff66;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(0,255,102,0.5);
}


