
:root {
  --electric-blue: #00BFFF;
  --neon-purple: #9D4EDD;
  --crypto-green: #39FF14;
  --gold: #FFB703;
  --bg-dark: #050505;
  --bg-card: rgba(255,255,255,0.04);
  --bg-card-hover: rgba(0,191,255,0.08);
  --border-glass: rgba(0,191,255,0.15);
  --text-primary: #F0F4FF;
  --text-muted: #8899BB;
  --glow-blue: 0 0 20px rgba(0,191,255,0.5), 0 0 60px rgba(0,191,255,0.2);
  --glow-green: 0 0 20px rgba(57,255,20,0.5), 0 0 60px rgba(57,255,20,0.2);
  --glow-purple: 0 0 20px rgba(157,78,221,0.5), 0 0 60px rgba(157,78,221,0.2);
  --glow-gold: 0 0 20px rgba(255,183,3,0.5), 0 0 60px rgba(255,183,3,0.2);
  --font-display: 'Orbitron', sans-serif;
  --font-body: 'Exo 2', sans-serif;
  --font-mono: 'Share Tech Mono', monospace;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background:linear-gradient(90deg,rgba(153,188,237,.2),rgba(153,248,207,.5),rgba(255,214,199,.5));
  color:black;
  font-family: var(--font-body);
  overflow-x: hidden;
  line-height: 1.7;
}
::selection { background: rgba(0,191,255,0.3); color: #fff; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #0a0a0a; }
::-webkit-scrollbar-thumb { background: linear-gradient(var(--electric-blue), var(--neon-purple)); border-radius: 3px; }

/* ===== PARTICLES BG ===== */
#particles-js {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
  pointer-events: none;
}
.navbar-toggler{
background-color:black;
color:white;
}
/* ===== GRID OVERLAY ===== */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,191,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,191,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 0;
  pointer-events: none;
}

/* ======================== */
/* SCROLLBAR */
/* ======================== */

::-webkit-scrollbar{
    width:8px;
}

::-webkit-scrollbar-thumb{
    background:var(--qx-gradient);
    border-radius:20px;
}

/* ======================== */
/* NAVBAR */
/* ======================== */

.qx-navbar{
    background:#fff;
    backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(255,255,255,0.06);
}

.qx-logo{
    font-size:34px;
    font-weight:800;
    font-family:'Orbitron',sans-serif;
    background:var(--qx-gradient);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.qx-nav-link{
    color:black !important;
    margin-left:18px;
    transition:0.4s;
}

.qx-nav-link:hover{
    color:#00F0FF !important;
}
a
{
    text-decoration: none;
}
.qx-btn{
    padding:13px 30px;
    border:none;
    border-radius:50px;
    background:linear-gradient(90deg,#99bced,#99f8cf,#ffd6c7);
    color:#000;
    font-weight:600;
    transition:0.4s;
    box-shadow:0 0 25px rgba(176,38,255,0.4);
    margin:12px;
}

.qx-btn:hover{
    transform:translateY(-5px);
}




/* ======================== */
/* ANIMATION */
/* ======================== */

@keyframes floatImage{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-20px);
    }

    100%{
        transform:translateY(0px);
    }

}

/* ======================== */
/* RESPONSIVE */
/* ======================== */

@media(max-width:991px){

    .qx-hero{
        text-align:center;
    }

    .qx-hero-text h1{
        font-size:50px;
    }

}

@media(max-width:600px){

    .qx-hero-text h1{
        font-size:36px;
    }

}

.fixed-top {
  position: none !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
}


        .hero {
            padding: 100px 0;
            overflow: hidden;
        }

        .badge-custom {
            background: #eff6ff;
            color: #2563eb;
            border: 1px solid #dbeafe;
            padding: 10px 18px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
        }

        .hero h1 {
            font-size: 78px;
            line-height: 1.05;
            font-weight: 700;
            color: #111827;
            margin-top: 30px;
        }

        .hero .subtitle {
            font-size: 22px;
            font-weight: 600;
            color: #374151;
            margin-top: 25px;
        }

        .hero p {
            color: #6b7280;
            font-size: 18px;
            line-height: 1.7;
            max-width: 520px;
        }

        .btn-primary-custom {
            background: linear-gradient(90deg,#99bced,#99f8cf,#ffd6c7);
            border: none;
            padding: 15px 35px;
            border-radius: 12px;
            font-weight: 600;
        }

        .btn-primary-custom:hover {
            background: #1d4ed8;
        }

        .btn-outline-custom {
            padding: 15px 35px;
            border-radius: 12px;
            border: 1px solid #d1d5db;
            color: #374151;
            font-weight: 600;
        }

        .btn-outline-custom:hover {
            border-color: #2563eb;
            color: #2563eb;
        }

        .dashboard {
            position: relative;
            background: #fff;
            border-radius: 25px;
            border: 1px solid #e5e7eb;
            box-shadow: 0 30px 80px rgba(0, 0, 0, .10);
            overflow: hidden;
        }

        .dashboard img {
            width: 100%;
            display: block;
        }

        .blur {
            position: absolute;
            width: 300px;
            height: 300px;
            background: #93c5fd;
            filter: blur(100px);
            opacity: .4;
            right: -50px;
            top: -50px;
        }
        @media(max-width:991px) {
            .hero h1 {
                font-size: 55px;
            }
            .hero {
                padding: 60px 0;
            }
        }
   



.trade-features-section{
    padding:100px 0;
    /*background:#fff;*/
}

.trade-container{
    width:1200px;
    margin:auto;
}

.trade-header{
    text-align:center;
    margin-bottom:60px;
}

.trade-subtitle{
    color:#2563EB;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.trade-title{
    font-size:52px;
    color:#111827;
    margin:15px 0;
    font-weight:700;
}

.trade-description{
    max-width:650px;
    margin:auto;
    color:#6B7280;
    font-size:18px;
    line-height:1.7;
}

.trade-feature-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.trade-feature-card{
    background:#fff;
    border:1px solid #E5E7EB;
    border-radius:24px;
    padding:35px;
    transition:0.35s ease;
}

.trade-feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.trade-feature-icon{
    width:70px;
    height:70px;
    background:#EFF6FF;
    color:#2563EB;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:25px;
}

.trade-feature-card h3{
    color:#111827;
    font-size:24px;
    margin-bottom:15px;
}

.trade-feature-card p{
    color:#6B7280;
    line-height:1.8;
}

/* ===========================
   Tablet (992px)
=========================== */

@media (max-width:992px){

    .trade-container{
        width:90%;
    }

    .trade-feature-grid{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .trade-title{
        font-size:40px;
    }

    .trade-description{
        font-size:16px;
    }

}


/* ===========================
   Mobile (768px)
=========================== */

@media (max-width:768px){

    .trade-features-section{
        padding:70px 0;
    }

    .trade-container{
        width:92%;
    }

    .trade-header{
        margin-bottom:40px;
    }

    .trade-title{
        font-size:32px;
        line-height:1.3;
    }

    .trade-description{
        font-size:15px;
        line-height:1.7;
    }

    .trade-feature-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .trade-feature-card{
        padding:25px;
    }

    .trade-feature-icon{
        width:60px;
        height:60px;
        font-size:26px;
        margin-bottom:20px;
    }

    .trade-feature-card h3{
        font-size:22px;
    }

    .trade-feature-card p{
        font-size:15px;
    }

}


/* ===========================
   Small Mobile (480px)
=========================== */

@media (max-width:480px){

    .trade-features-section{
        padding:60px 0;
    }

    .trade-title{
        font-size:28px;
    }

    .trade-subtitle{
        font-size:13px;
        letter-spacing:1px;
    }

    .trade-feature-card{
        padding:22px;
        border-radius:18px;
    }

    .trade-feature-icon{
        width:55px;
        height:55px;
        font-size:24px;
    }

    .trade-feature-card h3{
        font-size:20px;
    }

    .trade-feature-card p{
        font-size:14px;
        line-height:1.7;
    }

}

.market-growth-section{
    padding:100px 0;
    background:transparent;
}

.market-growth-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;
}

.market-growth-left{
    flex:1;
}

.market-growth-tag{
    color:#2563EB;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
}

.market-growth-left h2{
    font-size:48px;
    color:#111827;
    margin:20px 0;
    line-height:1.2;
}

.market-growth-left h2 span{
    color:#2563EB;
}

.market-growth-left p{
    color:#6B7280;
    line-height:1.8;
    margin-bottom:30px;
}

.market-growth-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.market-item{
    background:rgba(37,99,235,.05);
    border:1px solid rgba(37,99,235,.12);
    padding:16px 20px;
    border-radius:15px;
    color:#111827;
    font-weight:500;
}

.market-growth-right{
    flex:1;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.market-stat-box{
    background:rgba(255,255,255,.65);
    backdrop-filter:blur(12px);
    border:1px solid rgba(0,0,0,.08);
    border-radius:20px;
    padding:35px;
    text-align:center;
    transition:.3s;
}

.market-stat-box:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.market-stat-box h3{
    font-size:38px;
    color:#2563EB;
    margin-bottom:10px;
}

.market-stat-box span{
    color:#6B7280;
}

@media(max-width:992px){

    .market-growth-content{
        flex-direction:column;
    }

    .market-growth-left h2{
        font-size:38px;
    }

}

@media(max-width:768px){

    .market-growth-section{
        padding:70px 0;
    }

    .market-growth-left h2{
        font-size:30px;
    }

    .market-growth-list,
    .market-growth-right{
        grid-template-columns:1fr;
    }

    .market-stat-box{
        padding:25px;
    }

    .market-stat-box h3{
        font-size:30px;
    }

}


.case-study-section{
padding:70px 0;
}

.case-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.case-card{
background:linear-gradient(180deg,#0d4b21,#073b18);
color:#fff;
padding:35px;
border-radius:18px;
position:relative;
overflow:hidden;
min-height:530px;
display:flex;
flex-direction:column;
transition:.35s;
}

.case-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,.25);
}

.quote{
position:absolute;
right:22px;
top:12px;
font-size:95px;
opacity:.18;
font-weight:700;
line-height:1;
}

.icon-box{
width:48px;
height:48px;
background:rgba(255,255,255,.18);
border-radius:8px;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
margin-bottom:28px;
}

.green{
background:#1d7045;
}

.stat{
display:flex;
align-items:center;
gap:15px;
margin-bottom:22px;
}

.stat h1{
font-size:60px;
font-weight:700;
line-height:1;
}

.stat span{
font-size:30px;
}

.case-card h2,
.case-card h3{
font-size:30px;
margin-bottom:18px;
font-weight:600;
}

.case-card p{
font-size:16px;
line-height:1.8;
opacity:.95;
margin-bottom:30px;
}

.author{
margin-top:auto;
margin-bottom:30px;
}

.author h5{
font-size:14px;
font-weight:500;
}

.author span{
font-size:13px;
opacity:.75;
}

.btn-case{
height:56px;
border:1px solid rgba(255,255,255,.7);
border-radius:4px;
display:flex;
justify-content:center;
align-items:center;
text-decoration:none;
color:#fff;
font-weight:600;
transition:.3s;
gap:12px;
}

.btn-case:hover{
background:#fff;
color:#0d4b21;
}

@media(max-width:991px){

.case-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.case-grid{
grid-template-columns:1fr;
}

.case-card{
min-height:auto;
}

.stat h1{
font-size:45px;
}

.case-card h2,
.case-card h3{
font-size:24px;
}

.quote{
font-size:75px;
}

}



.tradefx-features{
    padding:90px 0;
    background:linear-gradient(90deg,#1187d2,#20d2b7,#6be44d);
    position:relative;
    overflow:hidden;
}

.tradefx-container{
    width:90%;
    max-width:1280px;
    margin:auto;
}

.tradefx-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.tradefx-card{
    background: #fff;
  border: 2px solid #111;
  border-radius: 8px;
  padding: 2px 12px;
  text-align: center;
  transition: .35s;
  min-height: 365px;
}

.tradefx-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.18);
}

.tradefx-icon{
    width:95px;
    height:95px;
    margin:auto;
    margin-bottom:30px;
    border:2px solid #111;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.tradefx-icon i{
    font-size:42px;
    color:#111;
}

.tradefx-card h3{
    font-size:30px;
    margin-bottom:18px;
    font-weight:700;
}

.tradefx-card p{
    font-size:18px;
    line-height:1.8;
    color:#555;
}

.tradefx-btn-box{
    margin-top:50px;
    text-align:center;
}

.tradefx-btn{
    display:inline-block;
    padding:18px 45px;
    background:#fff;
    border:2px solid #111;
    color:#111;
    text-decoration:none;
    font-size:20px;
    font-weight:700;
    transition:.3s;
}

.tradefx-btn:hover{
    background:#111;
    color:#fff;
}

@media(max-width:1200px){

.tradefx-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.tradefx-grid{
grid-template-columns:1fr;
}

.tradefx-card{
padding:35px 25px;
min-height:auto;
}

.tradefx-card h3{
font-size:28px;
}

.tradefx-card p{
font-size:16px;
}

.tradefx-btn{
width:100%;
}

}
.tradefx-accordion-section{
    padding:90px 0;
    /*background:#fff;*/
}

.tradefx-wrapper{
    width:90%;
    max-width:1150px;
    margin:auto;
}

.tradefx-heading{
    text-align:center;
    margin-bottom:40px;
}

.tradefx-heading h2{
    font-size:48px;
    font-weight:700;
    color:#111;
}

.tradefx-item{
    border:2px solid #111;
    margin-bottom:18px;
}

.tradefx-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:25px 30px;
    cursor:pointer;
}

.tradefx-title h3{
    font-size:34px;
    font-weight:600;
    margin:0;
}

.tradefx-title span{
    font-size:42px;
    font-weight:700;
}

.tradefx-content{
    display:none;
    border-top:2px solid #111;
    padding:30px;
    grid-template-columns:repeat(2,1fr);
    gap:50px;
}

.tradefx-item.active .tradefx-content{
    display:grid;
}

.tradefx-list p{
    font-size:20px;
    margin-bottom:22px;
    color:#222;
    line-height:1.7;
}

@media(max-width:992px){

.tradefx-heading h2{
font-size:38px;
}

.tradefx-title h3{
font-size:28px;
}

.tradefx-content{
grid-template-columns:1fr;
gap:10px;
}

}

@media(max-width:768px){

.tradefx-heading h2{
font-size:30px;
}

.tradefx-title{
padding:20px;
}

.tradefx-title h3{
font-size:22px;
}

.tradefx-title span{
font-size:32px;
}

.tradefx-content{
padding:20px;
}

.tradefx-list p{
font-size:16px;
}

}





