
        body {
            background-color: rgb(8, 7, 30);
            color: white;
            font-family: "Poppins", serif;
            font-weight: 400;
            font-style: normal;
        }

        .navbar {
            background-color: transparent;
            padding: 20px 0;
        }

        .navbar-brand {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .brand-icon {
            width: 35px;
            height: 35px;
            border-radius: 50%;
        }
         .menu-icon {
            width: 24px;
            height: 2px;
            background-color: rgba(255, 255, 255, 0.6);
            position: relative;
            cursor: pointer;
        }

        .menu-icon::before, .menu-icon::after {
            content: '';
            position: absolute;
            width: 24px;
            height: 2px;
            background-color: rgba(255, 255, 255, 0.6);
        }
        .navbar-toggler {
            border: none;
            padding: 0;
        }

        .navbar-toggler:focus {
            box-shadow: none;
        }

        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        }

        .menu-icon::before { top: -6px; }
        .menu-icon::after { bottom: -6px; }
        .sidebar {
            width: 18rem !important;
            position: fixed;
            left: 0;
            top: 0;
            bottom: 0;
            background: #000;
            box-shadow: 2px 0 5px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            overflow-y: auto;
        }

        .profile-section {
            background: #000;
            padding: 20px;
            margin-bottom: 0;
        }

        .nav-section {
            padding: 5px 0;
        }

        .nav-section .nav-link {
            padding: 10px 20px;
            color: #333 !important;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .sidebar .nav-section .nav-link {
            color: #02194a !important;
        }

        .nav-section .nav-link:hover {
            background: #f8f9fa;
        }

        .nav-section-title {
            padding: 10px 20px;
            background: #000;
            color: white;
            font-size: 14px;
        }

        .profile-image img {
            width: 90px;
            height: 90px;
            border-radius: 100%;
        }

        @media (max-width: 768px) {
            .sidebar {
                transform: translateX(-100%);
            }

            .sidebar.show {
                transform: translateX(0);
            }
            .about-page-title {
                font-size: 2rem !important;
            }
        }

        .category-label {
            background-color: #19172c;
            padding: 10px;
            letter-spacing: 1.5px;
            border-radius: 15px;
            font-size: 0.6rem;
            letter-spacing: 1px;
            display: inline-block;
            margin-bottom: 30px;
            font-family: IBM Plex Mono, sans-serif;
        }

        .hero-heading {
            font-size: 4rem;
            line-height: 1.2;
            margin-bottom: 30px;
            font-weight: 400;
        }

        .gradient-invest {
            background: linear-gradient(to right, #a855f7, #8b5cf6);
            -webkit-background-clip: text;
            background-clip:text;
            -webkit-text-fill-color: transparent;
        }

        .gradient-successfully {
            background: linear-gradient(to right, #d946ef, #ec4899);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .gradient-and {
            color: #f97316;
        }

        .gradient-safely {
            background: linear-gradient(to right, #f97316, #ef4444);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hero-subtitle {
            font-size: 1.1rem;
            color: rgba(255, 255, 255, 0.7);
            max-width: 600px;
            margin: 0 auto 40px;
            line-height: 1.6;
        }

        .btn-login {
            background: linear-gradient(225deg, #3045ff, #ae2aff 76%, #ff5d02);
            border: none;
            padding: 12px 30px;
            border-radius: 15px;
            color: white;
            font-size: 1rem;
            margin-right: 15px;
            transition: opacity 0.3s;
        }

        .btn-login:hover {
            opacity: 0.9;
            color: white;
        }

        .btn-create {
            background: transparent;
            border: 1px solid #0287df;
            padding: 12px 30px;
            border-radius: 15px;
            color: white;
            font-size: 1rem;
            transition: background-color 0.3s;
        }

        .btn-create:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
        }

        .participants-section {
            margin-top: 50px;
        }

        .avatar-group {
            display: flex;
            justify-content: center;
            margin-bottom: 15px;
        }

        .avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px solid #0a061d;
            margin-left: -10px;
            background-color: #1a1f2b;
        }

        .avatar-more {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #7c3aed;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            margin-left: -10px;
        }

        .participants-text {
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.9rem;
        }

    .section-heading {
        font-size: 2.8rem;
        font-weight: 450;
        margin-bottom: 25px;
        color: #a5bdd9;
    }

    .section-text {
        color: #a5bdd9;
        font-size: 1.3rem;
        line-height: 1.6;
    }
    .video-card video{
        height: 100%;
        width: 100%;
    }


    .gradient-trade {
        background: linear-gradient(to right, #a855f7, #ec4899);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .gradient-brand {
        background: linear-gradient(to right, #f97316, #ef4444);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .trading-option {
        text-align: center;
        padding: 20px;
        transition: transform 0.3s;
    }

    .trading-option:hover {
        transform: translateY(-5px);
    }

    .trading-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0ea5e9;
    }

    .trading-icon .icon {
        width: 40px;
        height: 40px;
    }

    .trading-label {
        color: rgba(255, 255, 255, 0.7);
        font-size: 1rem;
    }

@media screen and (max-width: 768px) {
    .hero-heading{
        font-size: 2rem;
    }
    .btn-login {
            
            padding: 10px 25px;
            font-size: 0.8rem;
        }
        .section-reason-title{
            font-size: 22px !important;
            text-align: center !important;
        }

        .btn-create {
            background: transparent;
            border: 1px solid #0287df;
            padding: 10px 25px;
            border-radius: 15px;
            color: white;
            font-size: 0.8rem;
            transition: background-color 0.3s;
        }
    .section-heading {
        font-size: 2rem;
        font-weight: 450;
        margin-bottom: 25px;
        color: #a5bdd9;
    }

    .section-text {
        color: #a5bdd9;
        font-size: 1rem;
        line-height: 1.6;
    }  
    .white-text{
        font-size: 16px !important;
    }
}

.section-title {
            text-align: center;
            font-size: 3rem;
            font-weight: 300;
            margin-bottom: 60px;
        }

.gradient-text {
    background: linear-gradient(90deg, #9454ff, #ad56c5 23%, #ff5d02);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
        .crypto-chart{
            width: 100%;
            height: 100%;
        }
a{
    text-decoration: none;
}


.bg-black{
    background-color: #000;
}
/* Here */
.signup-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 20px;
}
.signup-title {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 40px;
    font-weight: 600;
}

.signup-form {
    background-color: #121825;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 60px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-label {
    color: #6b7280;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.form-input,
.form-select {
    background-color: #121825;;
    border: 1px solid #30363d;
    color: #6b7280;
    padding: 12px;
    border-radius: 6px;
    font-size: 1rem;
}

.form-input:focus,
.form-select:focus {
    outline: none;
    border-color: #0d6efd;
}

.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
}

.terms-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
}

.checkbox-input {
    width: 12px;
    height: 12px;
    background-color: #0d1117;
    border: 1px solid #30363d;
    border-radius: 4px;
    cursor: pointer;
}
.checkbox-text{
    font-size: 10px !important;
}
.terms-link {
    color: #0d6efd;
    text-decoration: none;
}

.submit-button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(225deg, #3045ff, #ae2aff 76%, #ff5d02);
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s;
}

.submit-button:hover {
    opacity: 0.9;
}

/* Footer Styles (from previous implementation) */
.footer {
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
    background-color: #0a061d;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.brand {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 40px;
}

.heading {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 60px;
}

.gradient-crypto {
    background: linear-gradient(to right, #a855f7, #ec4899);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-step {
    background: linear-gradient(to right, #f97316, #ef4444);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.terms {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.9rem;
}

.glow-arc {
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(ellipse at center, rgba(249, 115, 22, 0.3) 0%, rgba(249, 115, 22, 0) 70%);
    border-radius: 100% 100% 0 0;
    pointer-events: none;
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }

    .heading {
        font-size: 1.6rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .crypto-chart0{
        width:100% !important;
    }
}

/* faqs */
.page-title {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    margin: 2.5rem 0;
}

.accordion-item {
    background-color: #1a1f2b;
    border: none;
    margin-bottom: 0.5rem;
}

.accordion-button {
    background-color: #1a1f2b;
    color: white;
    box-shadow: none;
    padding: 1.25rem;
    position: relative;
    padding-left: 3rem;
}

.accordion-button:not(.collapsed) {
    background-color: #1a1f2b;
    color: white;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

/* Remove default Bootstrap arrow */
.accordion-button::after {
    display: none;
}

/* Add custom left-side arrow */
.accordion-button::before {
    content: "";
    position: absolute;
    left: 1.25rem;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 16px;
    transition: transform 0.2s ease-in-out;
}

.accordion-button.collapsed::before {
    transform: rotate(-90deg);
}

.accordion-body {
    background-color: #0a0d14;
    color: #a0a0a0;
    padding: 1.5rem;
    line-height: 1.6;
}

/* about */
.about-page-title {
    font-size: 3rem;
    font-weight: 500;
    margin: 2.5rem 0;
}

.about-content-section {
    background-color: #1a1f2b;
    padding: 1.5rem;
    border-radius: 8px;
    line-height: 1.7;
}
.stock-content-section {
    padding: 1.5rem;
    border-radius: 8px;
    line-height: 1.7;
}

.about-section-title {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.about-section-text {
    color: #d1d1d1;
    margin-bottom: 1.5rem;
}

.home-faq .accordion-button {
    background: #0E0D25;
    color: #cbd5e1;
    border-radius: 10px;
}

.home-faq .accordion-item{
    border-radius: 20px;
}

.home-faq .accordion-body{
    border-radius: 20px;
    background: #0E0D25;
    color: #cbd5e1;
}


.section {
    background-color: #121825;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 60px;
}

.reason-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    transition: transform 0.3s ease;
    height: 100%;
}

.reason-card:hover {
    transform: translateY(-5px);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.reason-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #19172c;
    border-radius: 15px;
    padding: 5px 10px
}

.reason-icon {
    width: 120px;
    height: 120px;
}

.reason-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
    font-weight: 500;
    color: #CBD5E1
}

.reason-description {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    font-size: 0.75rem;
}

.section-reason-title{
    font-size: 35px;
    text-align: center;
}
.footer-content p {
    font-size: 11px;
}
.footer-content h6 {
    color: rgba(255, 255, 255, 0.6);
}
.footer-content a {
    color: #fff;
}
