body{

font-family:Arial;
margin:0;

}

/* NAVBAR */

.navbar{

display:flex;
justify-content:space-between;
align-items:center;
padding:15px 40px;
background:white;
position:sticky;
top:0;
z-index:1000;

}

.logo img{

height:55px;

}

nav ul{

display:flex;
list-style:none;

}

nav ul li{

margin-left:25px;

}

nav ul li a{

text-decoration:none;
color:#333;
font-weight:600;

}

/* HAMBURGER */

.menu-toggle{

display:none;
font-size:28px;
cursor:pointer;

}


/* MOBILE */

@media(max-width:900px){

nav{

position:absolute;
top:80px;
left:0;
width:100%;
background:white;
display:none;

}

nav ul{

flex-direction:column;
text-align:center;

}

nav ul li{

margin:20px 0;

}

.menu-toggle{

display:block;

}

nav.active{

display:block;

}

}
/* SLIDER */

.slider{

position:relative;
height:80vh;
overflow:hidden;

}

.slide{

display:none;
position:absolute;
width:100%;
height:100%;

}

.slide img{

width:100%;
height:100%;
object-fit:cover;

}

.slide.active{

display:block;

}

.text{

position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align:center;
color:white;
width:80%;

}

.text h1{

font-size:55px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: #111;

}

.text p{

font-size:20px;

}

/* SECTIONS */

.section{

padding:100px 15%;
text-align:center;

}

.gray{

background:#f4f4f4;

}

/* PRODUCTS */

.grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}

.card{

background:white;
padding:30px;
box-shadow:0 10px 20px rgba(0,0,0,0.1);

}
/* market cap
.market{

padding:100px 10%;
text-align:center;
background:#f7fbff;

}

.market h2{

font-size:40px;
margin-bottom:10px;

}

.market-sub{

color:#0b6ed0;
margin-bottom:50px;

}

/* stats */

.market-stats{

display:flex;
justify-content:center;
gap:80px;
margin-bottom:40px;

}

.stat h1{

font-size:60px;
color:#0b6ed0;

}

.stat p{

font-size:18px;

}

/* badges */

.market-badges{

display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
margin-bottom:30px;

}

.market-badges span{

background:#0b6ed0;
color:white;
padding:10px 20px;
border-radius:30px;

}

/* text */

.market-text{

max-width:900px;
margin:auto;
line-height:1.7;
color:#444;

}

/* flow */

.flow{

display:flex;
justify-content:center;
align-items:center;
gap:20px;
margin-top:40px;
flex-wrap:wrap;

}

.flow-box{

background:white;
padding:20px;
border-radius:10px;
box-shadow:0 10px 20px rgba(0,0,0,0.1);
width:180px;

}

.arrow{

font-size:30px;

}

.trace{

margin-top:30px;
font-style:italic;
color:#666;

}

/* EMOJI LIST */

.emoji{

list-style:none;
padding:0;

}

.emoji li{

margin:10px 0;
font-size:18px;

}
.mission-vision{

background:#f6fbff;
text-align:center;

}

.section-title{

font-size:40px;
margin-bottom:60px;

}


.mv-container{

display:flex;
justify-content:center;
gap:40px;
flex-wrap:wrap;

}


.mv-card{

background:white;
padding:40px;
width:400px;
border-radius:15px;
box-shadow:0 15px 40px rgba(0,0,0,0.1);
transition:0.4s;

}


.mv-card:hover{

transform:translateY(-15px);
box-shadow:0 20px 50px rgba(0,0,0,0.15);

}


.mv-icon{

font-size:50px;
margin-bottom:20px;

}


.mv-card h3{

font-size:26px;
margin-bottom:15px;

}


.mv-card p{

line-height:1.6;
color:#555;

}

/* FOOTER */

footer{

background:#111;
color:white;
padding:20px;
text-align:center;

}
.team-slider {
    display: flex;
    overflow-x: auto; /* horizontal scroll */
    gap: 20px;
    padding: 10px;
}

.team-card {
    flex: 0 0 250px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 15px;
    transition: transform 0.3s;
}

.team-card img {
    width: 150px;      /* same width */
    height: 150px;     /* same height */
    object-fit: cover; /* image crop karke fill kare without stretching */
    border-radius: 50%; /* circle */
    display: block;
    margin: 0 auto 10px auto;
}

.team-card h3 {
    margin: 10px 0 5px 0;
    font-size: 18px;
}

.team-card p {
    font-size: 14px;
    line-height: 1.4;
}

.team-card:hover {
    transform: translateY(-5px);
}

/* Mobile */
@media (max-width: 768px) {
    .team-card {
        flex: 0 0 200px;
    }
}
.blog-slider{

overflow:hidden;
position:relative;
margin-top:40px;

}

.blog-track{

display:flex;
gap:30px;
animation:scrollBlog 25s linear infinite;

}

.blog-card{

min-width:300px;
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 10px 20px rgba(0,0,0,0.1);
transition:0.3s;

}

.blog-card img{

width:100%;
border-radius:10px;

}

.blog-card:hover{

transform:translateY(-10px);

}
.compliance{

padding:100px 10%;
text-align:center;
background:#ffffff;

}

.compliance h2{

font-size:38px;
margin-bottom:10px;

}

.compliance-sub{

color:#0b6ed0;
margin-bottom:50px;

}

.compliance-container{

display:flex;
justify-content:center;

}

.compliance-list{

max-width:700px;
width:100%;

}

.compliance-item{

display:flex;
align-items:center;
gap:15px;
background:#f7fbff;
padding:18px 25px;
margin-bottom:15px;
border-radius:8px;
font-size:18px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);

opacity:0;
transform:translateY(20px);
animation:fadeUp 0.6s forwards;

}

.compliance-item span{

color:#0b6ed0;
font-size:22px;

}

.compliance-text{

margin-top:30px;
color:#555;
max-width:700px;
margin-left:auto;
margin-right:auto;
line-height:1.6;

}


/* animation delay */

.compliance-item:nth-child(1){animation-delay:0.2s;}
.compliance-item:nth-child(2){animation-delay:0.4s;}
.compliance-item:nth-child(3){animation-delay:0.6s;}
.compliance-item:nth-child(4){animation-delay:0.8s;}
.compliance-item:nth-child(5){animation-delay:1s;}


/* animation */

@keyframes fadeUp{

to{

opacity:1;
transform:translateY(0);

}

}

@keyframes scrollBlog{

0%{

transform:translateX(0);

}

100%{

transform:translateX(-50%);

}

}
@media(max-width:900px){

.grid{

grid-template-columns:1fr;

}

.team-grid{

grid-template-columns:1fr;

}

.section{

padding:80px 10%;

}

.hero h1{

font-size:35px;

}

}
@media(max-width:768px){

.slider{

height:29vh;

}

.text h1{

font-size:28px;

}

.text p{

font-size:16px;

}

.text{

width:90%;

}

}
@media(max-width:768px){

.mv-container{

flex-direction:column;
align-items:center;

}

.mv-card{

width:90%;

}

.section-title{

font-size:30px;

}

}
@media(max-width:768px){

.market-stats{

flex-direction:column;
gap:30px;

}

.flow{

flex-direction:column;

}

.arrow{

display:none;

}

}
@media(max-width:768px){

.compliance{

padding:80px 8%;

}

.compliance-item{

font-size:16px;

}

}