.header .navbar-logo img {
    max-width: 210px;
    height: 88px;
}
.forex-ticker{
    margin-top: 110px;   /* Adjust to your header height */
    position: relative;
    z-index: 10;
}
.market-ticker{
    display:flex;
    align-items:center;
    width:100%;
    background:#08111f;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
}

.market-label{
    min-width:210px;
    padding:0 20px;
    height:46px;
    display:flex;
    align-items:center;
    gap:10px;
    color:#FFD54F;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
    border-right:1px solid rgba(255,255,255,.08);
}

.market-widget{
    flex:1;
    overflow:hidden;
}
.live-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#00d26a;
    position:relative;
}

.live-dot::after{
    content:"";
    position:absolute;
    inset:-6px;
    border-radius:50%;
    border:2px solid #00d26a;
    animation:pulse 1.8s infinite;
}

@keyframes pulse{
    0%{
        transform:scale(.6);
        opacity:1;
    }
    100%{
        transform:scale(2);
        opacity:0;
    }
}

.hero-three {
    padding-top: 60px;
    padding-bottom: 30px;
}

/*3 col sec*/

.solutions-section{
    position:relative;
}

.solution-card{
    background:#10192b;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    overflow:hidden;
    transition:.35s;
    height:100%;
}

.solution-card:hover{
    transform:translateY(-10px);
    border-color:#8cff00;
    box-shadow:0 20px 60px rgba(140,255,0,.15);
}

.solution-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.solution-content{
    padding:30px;
    text-align:center;
}

.solution-content h4{
    margin-bottom:15px;
    color:#fff;
}

.solution-content p{
    color:#bfc6d4;
    min-height:70px;
}

.solution-content .btn--primary{
    margin-top:15px;
}
/*another custom*/
.features-section{
    padding:80px 0;
}

.feature-wrapper{
    background:#0d1728;
    border:1px solid rgba(255,255,255,.08);
    border-radius:25px;
    padding:30px;
}

.feature-box{
    display:flex;
    align-items:center;
    gap:20px;

    background:#121d31;
    border:1px solid rgba(140,255,0,.18);

    border-radius:18px;
    padding:22px;

    height:100%;
    transition:.35s;
}

.feature-box:hover{
    transform:translateY(-6px);
    border-color:#8cff00;
    box-shadow:0 20px 60px rgba(140,255,0,.15);
}

.feature-icon{
    width:60px;
    height:60px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:rgba(140,255,0,.08);
    color:#8cff00;

    font-size:28px;
    flex-shrink:0;

    transition:.35s;
}

.feature-box:hover .feature-icon{
    background:#8cff00;
    color:#08111f;
}

.feature-content h5{
    color:#fff;
    margin-bottom:6px;
    font-weight:700;
}

.feature-content p{
    color:#b7c1d1;
    margin:0;
    font-size:15px;
}

/*another another*/

.featured-product{

}

.product-wrapper{

    background:#11192c;

    border-radius:30px;

    overflow:hidden;

    border:1px solid rgba(124,255,78,.18);

}

.product-left{

    padding:50px;

}

.product-right{

    position:relative;

    min-height:650px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-left:1px solid rgba(255,255,255,.06);

}

.product-right img{

    width:70%;

    transition:.5s;

}

.product-right img:hover{

    transform:scale(1.05);

}

.price{

    color:#7CFF4E;

    font-size:48px;

    font-weight:700;

}

.mini-box{

    background:#0d1526;

    padding:25px;

    border-radius:18px;

    border:1px solid rgba(255,255,255,.06);

}

.mini-box strong{

    display:block;

    color:#fff;

    font-size:18px;

}

.mini-box span{

    color:#8b96aa;

    font-size:14px;

}

.offer-box{

    position:absolute;

    bottom:35px;

    left:50%;

    transform:translateX(-50%);

    width:80%;

    text-align:center;

    background:#0b1220;

    padding:20px;

    border-radius:18px;

    border:1px solid rgba(124,255,78,.2);

}

.product-right{

background-image:

repeating-linear-gradient(

90deg,

transparent,

transparent 45px,

rgba(124,255,78,.04) 46px,

transparent 47px

);
}

.product-wrapper{
    position:relative;
    overflow:hidden;
    background:#11192c;
    border-radius:30px;
    border:1px solid rgba(124,255,78,.18);
}

.product-wrapper::before{
    content:"";
    position:absolute;
    width:650px;
    height:650px;

    background:radial-gradient(circle,
        rgba(124,255,78,.12) 0%,
        rgba(124,255,78,.05) 35%,
        transparent 70%);

    top:-220px;
    left:-180px;

    pointer-events:none;
}

/* Right Info Card */

.countdown__timer{
    position: relative;
    background: #11192c;
    border: 1px solid rgba(124,255,78,.18);
    border-radius: 24px;
    padding: 45px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,.35);
}

/* Soft glow */

.countdown__timer::before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    background:#7CFF4E;
    filter:blur(120px);
    opacity:.08;
    top:-120px;
    right:-80px;
}

/* Background grid */

.countdown__timer::after{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size:35px 35px;
    opacity:.4;
    pointer-events:none;
}

.countdown__timer>*{
    position:relative;
    z-index:2;
}

/*maybesection*/
.services-grid{
    position:relative;
}

.service-card{

    position:relative;

    height:100%;

    background:#11192c;

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    padding:38px 32px;

    overflow:hidden;

    transition:.35s;
}

/* Corner Shape */

/*.service-card::before{*/

/*    content:"";*/

/*    position:absolute;*/

/*    top:-45px;*/
/*    right:-45px;*/

/*    width:150px;*/
/*    height:150px;*/

/*    border-radius:50%;*/

/*    background:rgba(255,213,79,.12);*/

/*    transition:.35s;*/
/*}*/

.corner-icon{

    position:absolute;

    top:18px;
    right:18px;

    font-size:26px;

    z-index:2;
}

.service-card h4{

    color:#fff;

    font-size:32px;

    margin-bottom:18px;
}

.service-card p{

    color:#c6d0df;

    font-size:20px;

    line-height:1.8;
}

.service-card:hover{

    transform:translateY(-10px);

    border-color:#7CFF4E;

    box-shadow:0 20px 60px rgba(124,255,78,.15);
}

.service-card:hover::before{

    background:rgba(124,255,78,.15);

    transform:scale(1.2);
} 

.corner-icon{
    position:absolute;
    top:22px;
    right:22px;

    width:48px;
    height:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:rgba(124,255,78,.08);

    color:#7CFF4E;

    font-size:22px;

    z-index:2;

    transition:.35s;
}

.service-card:hover .corner-icon{
    background:#7CFF4E;
    color:#08111f;
    transform:rotate(10deg) scale(1.08);
}

/*products section*/
/* ===========================
   Software Catalogue
=========================== */

.software-catalog{

    position:relative;

}

.catalog-badge{

    display:inline-block;

    padding:10px 24px;

    border-radius:50px;

    border:1px solid rgba(124,255,78,.25);

    background:rgba(124,255,78,.06);

    color:#7CFF4E;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

}

.catalog-tabs{

    display:flex;

    justify-content:center;

    gap:15px;

    flex-wrap:wrap;

}

.catalog-tabs button{

    background:#11192c;

    border:1px solid rgba(255,255,255,.08);

    color:#fff;

    padding:14px 26px;

    border-radius:50px;

    transition:.35s;

}

.catalog-tabs button:hover,

.catalog-tabs button.active{

    background:#7CFF4E;

    color:#08111f;

    border-color:#7CFF4E;

}

.product-card{

    position:relative;

    background:#11192c;

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    overflow:hidden;

    transition:.35s;

    height:100%;

}

.product-card:hover{

    transform:translateY(-10px);

    border-color:#7CFF4E;

    box-shadow:0 20px 60px rgba(124,255,78,.15);

}

.product-image{

    padding:35px;

    text-align:center;

}

.product-image img{

    width:180px;

    transition:.35s;

}

.product-card:hover img{

    transform:scale(1.08);

}

.product-body{

    padding:0 30px 30px;

}

.product-price{

    font-size:34px;

    color:#7CFF4E;

    font-weight:700;

}

.product-price span{

    color:#777;

    margin-left:10px;

    text-decoration:line-through;

    font-size:16px;

}

.product-body h4{

    margin:15px 0;

    color:#fff;

}

.rating{

    color:#FFC107;

    margin-bottom:18px;

    letter-spacing:3px;

}

.product-tags{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin-bottom:25px;

}

.product-tags span{

    padding:8px 14px;

    border-radius:30px;

    background:#0b1220;

    border:1px solid rgba(124,255,78,.18);

    color:#7CFF4E;

    font-size:13px;

}

.product-btn{

    display:block;

    text-align:center;

    padding:15px;

    border-radius:14px;

    background:#7CFF4E;

    color:#08111f;

    font-weight:700;

    text-decoration:none;

    transition:.35s;

}

.product-btn:hover{

    background:#fff;

    color:#08111f;

}

.product-ribbon{

    position:absolute;

    top:18px;

    right:-35px;

    background:#7CFF4E;

    color:#08111f;

    padding:8px 45px;

    transform:rotate(45deg);

    font-size:12px;

    font-weight:700;

}
/*products end*/

/*==============================
Process Section
==============================*/

.process-section{
    position:relative;
}

.process-card{

    position:relative;

    background:#11192c;

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    padding:38px;

    height:100%;

    overflow:hidden;

    transition:.35s;

}

.process-card:hover{

    transform:translateY(-10px);

    border-color:#7CFF4E;

    box-shadow:0 20px 60px rgba(124,255,78,.15);

}

.process-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        135deg,
        rgba(124,255,78,.03),
        transparent 45%
    );

    opacity:0;

    transition:.35s;

}

.process-card:hover::before{

    opacity:1;

}

.step-number{

    width:70px;
    height:70px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;
    font-weight:700;

    color:#FFD54F;

    background:#0b1220;

    border:2px solid rgba(124,255,78,.18);

    margin-bottom:35px;

    transition:.35s;

}

.process-card:hover .step-number{

    background:#7CFF4E;

    color:#08111f;

    border-color:#7CFF4E;

    transform:scale(1.08);

}

.process-card h4{

    color:#fff;

    margin-bottom:20px;

    line-height:1.2;

}

.process-card p{

    color:#bfc6d4;

    line-height:1.9;

}

/*end trust*/

/*=========================
Blog Section
=========================*/

.blog-card{

    background:#11192c;

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    overflow:hidden;

    transition:.35s;

    height:100%;

}

.blog-card:hover{

    transform:translateY(-10px);

    border-color:#7CFF4E;

    box-shadow:0 20px 60px rgba(124,255,78,.15);

}

.blog-image{

    position:relative;

    overflow:hidden;

}

.blog-image img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.45s;

}

.blog-card:hover img{

    transform:scale(1.08);

}

.blog-category{

    position:absolute;

    top:18px;

    left:18px;

    z-index:2;

    background:#7CFF4E;

    color:#08111f;

    font-size:13px;

    font-weight:700;

    padding:8px 16px;

    border-radius:30px;

}

.blog-content{

    padding:30px;

}

.blog-meta{

    display:flex;

    gap:20px;

    color:#95a5c6;

    font-size:14px;

    margin-bottom:18px;

}

.blog-meta i{

    color:#7CFF4E;

    margin-right:6px;

}

.blog-content h4{

    color:#fff;

    margin-bottom:18px;

    line-height:1.4;
    
    font-size:24px; 

}

.blog-content p{

    color:#bfc6d4;

    line-height:1.8;

}

.blog-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:20px;

    color:#7CFF4E;

    font-weight:700;

    text-decoration:none;

    transition:.35s;

}

.blog-btn:hover{

    color:#fff;

}

.blog-btn i{

    transition:.35s;

}

.blog-btn:hover i{

    transform:translateX(6px);

}

/*trustee*/
/*==========================
Trust Section
==========================*/

.trust-card{

    background:#11192c;

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    padding:35px;

    height:100%;

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.trust-card:hover{

    transform:translateY(-8px);

    border-color:#7CFF4E;

    box-shadow:0 20px 60px rgba(124,255,78,.15);

}

.trust-card::before{

    content:"";

    position:absolute;

    top:-80px;
    right:-80px;

    width:180px;
    height:180px;

    border-radius:50%;

    background:radial-gradient(
        circle,
        rgba(124,255,78,.10),
        transparent 70%
    );

}

.trust-icon{

    width:70px;
    height:70px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(124,255,78,.08);

    color:#7CFF4E;

    font-size:28px;

    margin-bottom:30px;

    transition:.35s;

}

.trust-card:hover .trust-icon{

    background:#7CFF4E;

    color:#08111f;

}

.trust-card h4{

    color:#fff;

    margin-bottom:18px;
    
    font-size:28px;
    
     line-height:1.5;

}

.trust-card p{

    color:#bfc6d4;

    line-height:1.8;

}
/*no trust*/

/*responsibility*/
/*=========================
Risk Disclaimer
=========================*/

.risk-section{

    position:relative;

}

.risk-wrapper{

    position:relative;

    background:#11192c;

    border:1px solid rgba(124,255,78,.18);

    border-radius:28px;

    padding:70px 80px;

    text-align:center;

    overflow:hidden;

}

/* Ambient Glow */

.risk-wrapper::before{

    content:"";

    position:absolute;

    width:450px;
    height:450px;

    background:#7CFF4E;

    opacity:.05;

    filter:blur(140px);

    top:-180px;
    right:-120px;

}

/* Grid Overlay */

.risk-wrapper::after{

    content:"";

    position:absolute;

    inset:0;

    background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);

    background-size:40px 40px;

    opacity:.4;

    pointer-events:none;

}

.risk-wrapper>*{

    position:relative;

    z-index:2;

}

.risk-icon{

    width:90px;

    height:90px;

    margin:0 auto 30px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(124,255,78,.08);

    border:1px solid rgba(124,255,78,.25);

    color:#7CFF4E;

    font-size:36px;

}

.risk-wrapper h2{

    color:#fff;

    margin-bottom:30px;

}

.risk-wrapper p{

    color:#bfc6d4;

    font-size:18px;

    line-height:2;

    max-width:1100px;

    margin:0 auto 22px;

}

.risk-wrapper strong{

    color:#7CFF4E;

}

.risk-footer{

    margin-top:45px;

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:18px;

}

.risk-item{

    background:#0b1220;

    border:1px solid rgba(124,255,78,.15);

    padding:14px 24px;

    border-radius:40px;

    color:#fff;

    font-size:15px;

}

.risk-item i{

    color:#7CFF4E;

    margin-right:8px;

}
/*responsibility end*/

.page-three {
    padding-bottom: 0px;
}
.mobile-menu,
.mobile-menu__wrapper {
    background-color: #0c2e15 !important;
}
.mobile-menu a {
    color: #fff !important;
}

@media (max-width: 500px) {
    .hero-three {
        padding-top: 0px;
    }
    .market-label{
        display:none;
    }
    .product-left {
        padding: 30px 5px;
    }
    .product-right {
    position: relative;
    min-height: 400px;
    }
    .countdown__timer {
        padding: 20px 20px;
    }
    .risk-wrapper {
        padding: 30px;
    }
    .service-card {
        padding: 70px 30px;
    }
    .featured-product .product-left p,.featured-product .product-left .price{
        margin-top:20px;
    }
    
    .mini-box strong{
        font-size: 13px;
    }
     .mini-box{
         padding: 20px;
     }
     .header{
             padding-block: 0px;
     }
}

          .hero-stats{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

    margin-top:40px;

}

.hero-stat{

    display:flex;

    align-items:center;

    gap:18px;

    padding:18px 25px;

    min-width:220px;

    background:rgba(17,25,44,.95);

    border:1px solid rgba(124,255,78,.18);

    border-radius:18px;

    transition:.35s;

}

.hero-stat:hover{

    transform:translateY(-5px);

    border-color:#7CFF4E;

    box-shadow:0 15px 35px rgba(124,255,78,.18);

}

.hero-stat-icon{

    width:58px;

    height:58px;

    border-radius:16px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(124,255,78,.10);

    color:#7CFF4E;

    font-size:24px;

}

.hero-stat h3{

    color:#7CFF4E;

    font-size:32px;

    margin:0;

    line-height:1;

}

.hero-stat span{

    color:#bfc6d4;

    font-size:15px;

    text-transform:uppercase;

    letter-spacing:1px;

}

.pillpad{
    padding: 10px;
    margin-bottom: 15px !important;
}

@media (max-width: 767px){

    .hero-stats{
        display:flex;
        flex-wrap:nowrap;      /* Keep in one line */
        gap:10px;
    }

    .hero-stat{
        flex:1;
        min-width:0;
        padding:12px 10px;
        gap:10px;
    }

    .hero-stat-icon{
        width:40px;
        height:40px;
        font-size:16px;
        border-radius:10px;
    }

    .hero-stat h3{
        font-size:18px;
    }

    .hero-stat span{
        font-size:11px;
        letter-spacing:.5px;
    }

}