.avax-cta-section{
    background:#000;
    padding:80px 0;
}

.avax-cta-box{
    background:linear-gradient(90deg,#12182da8,#11202d1f);
    border:1px solid rgba(33,150,243,.25);
    border-radius:18px;
    padding:80px 30px;
    text-align:center;
}

.avax-cta-heading{
    color:#fff;
    font-size:52px;
    font-weight:700;
    margin-bottom:25px;
    font-family:Georgia, serif;
}

.avax-cta-text{
    max-width:700px;
    margin:0 auto 40px;
    color:#c9d0dc;
    font-size:24px;
    line-height:1.6;
}

.avax-cta-btn{
    display:inline-block;
    background:#fb7d01;
    color:#fff;
    text-decoration:none;
    padding:18px 45px;
    border-radius:10px;
    font-size:22px;
    font-weight:600;
    transition:.3s;
}

.avax-cta-btn:hover{
    transform:translateY(-4px);
    color:#fff;
    box-shadow:0 12px 30px rgba(22,196,245,.35);
}

/*==========================
      Responsive
===========================*/

@media(max-width:991px){

.avax-cta-box{
    padding:60px 25px;
}

.avax-cta-heading{
    font-size:40px;
}

.avax-cta-text{
    font-size:20px;
}

}

@media(max-width:767px){

.avax-cta-section{
    padding:60px 0;
}

.avax-cta-box{
    padding:45px 20px;
}

.avax-cta-heading{
    font-size:32px;
}

.avax-cta-text{
    font-size:18px;
    margin-bottom:30px;
}

.avax-cta-btn{
    width:100%;
    max-width:260px;
    padding:16px;
    font-size:18px;
}

}

@media(max-width:576px){

.avax-cta-heading{
    font-size:28px;
}

.avax-cta-text{
    font-size:16px;
}

}



.team-section{
    background:#050505;
    padding:90px 0;
    color:#fff;
    overflow:hidden;
}

.section-tag{
    color:#fb7e01;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:14px;
}

.section-title{
    font-size:48px;
    font-weight:700;
    margin-bottom:10px;
}

.section-subtitle{
    color:#9ca3af;
    max-width:650px;
    margin:auto;
    font-size:17px;
}

.team-card{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:45px 30px;
    transition:.4s;
    height:100%;
    position:relative;
    overflow:hidden;
}

.team-card::before{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    background:#f9970099;
    border-radius:50%;
    top:-80px;
    right:-80px;
    transition:.5s;
}

.team-card:hover::before{
    transform:scale(2);
}

.team-card:hover{
    transform:translateY(-10px);
    border-color:#f9970099;
    box-shadow:0 20px 45px #f9970099;
}

.team-card.active{
    border:1px solid #f9970099;
    box-shadow:0 15px 35px rgba(0,191,255,.2);
}

.avatar{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:32px;
    font-weight:700;
    color:#fff;
    background:#fb7e01;
    margin-bottom:25px;
}

.team-card h4{
    font-size:28px;
    margin-bottom:8px;
    font-weight:700;
}

.position{
    color:#00bfff;
    font-weight:600;
    display:block;
    margin-bottom:20px;
}

.team-card p{
    color:#cbd5e1;
    line-height:1.8;
    margin-bottom:25px;
}

.social-icons{
    display:flex;
    justify-content:center;
    gap:15px;
}

.social-icons a{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    color:#fff;
    background:#111827;
    transition:.3s;
    font-size:18px;
}

.social-icons a:hover{
    background:#00bfff;
    transform:translateY(-5px);
}

@media(max-width:991px){

.section-title{
    font-size:38px;
}

.team-card{
    padding:40px 25px;
}

}

@media(max-width:767px){

.section-title{
    font-size:30px;
}

.team-section{
    padding:70px 0;
}

.team-card{
    padding:35px 22px;
}

.avatar{
    width:80px;
    height:80px;
    font-size:28px;
}

.team-card h4{
    font-size:24px;
}

}

.stat-box{
    background:#04070d;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:35px 25px;
    height:100%;
    transition:.4s ease;
}

.stat-box:hover{
    transform:translateY(-8px);
    border-color:#00bfff;
    box-shadow:0 15px 35px rgba(0,191,255,.25);
}

.stat-box h2{
    font-size:50px;
    font-weight:700;
    color:#fb7e01;
    margin-bottom:10px;
}

.stat-box h5{
    color:#fff;
    font-size:22px;
    font-weight:600;
    margin-bottom:15px;
}

.stat-box p{
    color:#b8c1d1;
    font-size:15px;
    line-height:1.8;
    margin-bottom:0;
}

@media(max-width:768px){
    .stat-box h2{
        font-size:40px;
    }

    .stat-box h5{
        font-size:20px;
    }
}
.zx-about-wrapper{
    padding:40px 0;
    background:#000;
    overflow:hidden;
}

.zx-about-container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    flex-wrap:wrap;
}

.zx-about-left{
    flex:1 1 520px;
}

.zx-about-tag{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:#152347;
    color:#fb7d01;
    font-size:14px;
    letter-spacing:1px;
    margin-bottom:20px;
}

.zx-about-title{
    font-size:50px;
    color:#fff;
    line-height:1.2;
    margin-bottom:20px;
}

.zx-about-title span{
    color:#fb7d01;
}

.zx-about-text{
    color:#c8d0e0;
    line-height:1.8;
    margin-bottom:30px;
    font-size:17px;
}

.zx-about-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:35px;
}

.zx-about-item{
    color:#fff;
    background:#172344;
    padding:15px;
    border-radius:10px;
    transition:.3s;
}

.zx-about-item:hover{
    background:#1f56ff;
}

.zx-about-btn{
    display:inline-block;
    padding:15px 38px;
    border-radius:50px;
    text-decoration:none;
    color:#fff;
    background:#fb7d01;
    font-weight:600;
    transition:.3s;
}

.zx-about-btn:hover{
    transform:translateY(-4px);
}

.zx-about-right{
    flex:1 1 450px;
}

.zx-about-imagebox{
    position:relative;
}

.zx-about-imagebox img{
    width:100%;
    border-radius:20px;
    display:block;
}

.zx-about-card{
    position:absolute;
    bottom:25px;
    right:-20px;
    background:#fb7d01;
    color:#fff;
    padding:18px 25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 15px 30px rgba(0,0,0,.25);
}

.zx-about-card h3{
    font-size:28px;
    margin-bottom:5px;
}

.zx-about-card p{
    margin:0;
    font-size:15px;
}

@media(max-width:992px){

.zx-about-container{
    flex-direction:column;
}

.zx-about-title{
    font-size:38px;
}

.zx-about-list{
    grid-template-columns:1fr;
}

.zx-about-card{
    right:15px;
}

}

.zx-home-wrapper{
    padding:30px 0;
    background:#000;
    color:#fff;
}

.zx-home-container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    flex-wrap:wrap;
}

.zx-home-left{
    flex:1;
    min-width:320px;
}

.zx-home-tag{
    color:#fff;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
}

.zx-home-title{
    font-size:50px;
    margin:10px 0;
    line-height:1.2;
}

.zx-home-title span{
    color:#fb7d01;
}

.zx-home-text{
    color:#c7c7c7;
    line-height:1.8;
    margin-bottom:35px;
}

.zx-home-buttons{
    display:flex;
    gap:15px;
    margin-bottom:45px;
}

.zx-home-btn{
    background:#fb7d01;
    color:#fff;
    padding:14px 35px;
    text-decoration:none;
    border-radius:6px;
    font-weight:600;
}

.zx-home-btn:hover{
    background:#00b36f;
}

.zx-home-btn-outline{
    border:2px solid #fff;
    color:#fff;
    padding:12px 35px;
    text-decoration:none;
    border-radius:6px;
    font-weight:600;
}

.zx-home-btn-outline:hover{
    background:#00d084;
    color:#fff;
}

.zx-home-features{
    display:flex;
    gap:40px;
    flex-wrap:wrap;
}

.zx-home-feature h3{
    font-size:28px;
    color:#fff;
    margin-bottom:5px;
}

.zx-home-feature span{
    color:#ccc;
}

.zx-home-right{
    flex:1;
    min-width:320px;
    text-align:center;
}

.zx-home-imagebox{
    position:relative;
    display:inline-block;
}

.zx-home-imagebox img{
    width:100%;
    max-width:500px;
}

.zx-home-card{
    position:absolute;
    bottom:30px;
    left:-20px;
    background:#fff;
    color:#111;
    padding:18px 28px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
}

.zx-home-card h3{
    color:#00d084;
    margin-bottom:5px;
}

@media(max-width:768px){
.zx-about-right {
  flex: 1 1 190px;
}
.zx-home-title{
    font-size:38px;
}

.zx-home-container{
    text-align:center;
}

.zx-home-buttons{
    justify-content:center;
    font-size: 14px;
}

.zx-home-features{
    justify-content:center;
}

.zx-home-card{
    position:static;
    margin-top:20px;
}

}




