* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  background:#111;
color:white;
overflow-x: hidden;
}

.hero{
text-align:center;
padding:120px 10%;
background-color: black;
}

.about-btn{
display:inline-block;
padding:8px 18px;
border:1px solid #444;
border-radius:8px;
color:#ddd;
margin-bottom:30px;
font-size:14px;
}

.hero h1{
font-size:70px;
font-weight:600;
margin-bottom:20px;
color: aliceblue;
}

.hero p{
color:#aaa;
font-size:18px;
max-width:650px;
margin:auto;
line-height:1.6;
}

.trust{
margin-top:100px;
color:#aaa;
font-size:16px;

}
.logo-slider{

width:100%;
overflow:hidden;
margin:0 auto;
display:flex;
justify-content:center;
align-items:center;
margin-top:40px;


}

.logo-track{
display:flex;
gap:80px;
width:max-content;
animation:scroll 20s linear infinite;
}

.logo{
color:#bbb;
font-size:22px;
white-space:nowrap;
}

@keyframes scroll{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}






.who-section{
padding:100px 10%;
text-align:center;
background-color: #0b0b0b;
}

.who-title{
font-size:60px;
margin-bottom:20px;
color:#bfbfbf;
}

.who-desc{
color:#bfbfbf;
max-width:700px;
margin:auto;
line-height:1.6;
margin-bottom:70px;
font-size:18px;
}

.who-cards{
display:flex;
gap:30px;
justify-content:center;
flex-wrap:wrap;
}

.who-card{
background:linear-gradient(145deg,#0b0b0b,#8b1f1f);
border:1px solid #222;
padding:35px;
border-radius:12px;
width:320px;
text-align:left;
transition:0.3s;
}

.who-card h3{
font-size:24px;
margin-bottom:10px;
color:#bfbfbf;
}

.who-card p{
color:#bfbfbf;
line-height:1.6;
}

.who-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 40px rgba(0,0,0,0.6);
}






.vision-mission{
padding:100px 10%;
background:#0d0d0d;
color:#bfbfbf;
text-align:center;
}

.vm-title{
font-size:40px;
margin-bottom:50px;
}

.vm-container{
display:flex;
gap:40px;
justify-content:center;
flex-wrap:wrap;
}

.vm-card{
background:linear-gradient(145deg,#0b0b0b,#8b1f1f);
padding:40px;
border-radius:12px;
width:350px;
text-align:left;
border:1px solid #222;
transition:0.3s;
}

.vm-card h3{
font-size:24px;
margin-bottom:15px;
color:#bfbfbf;
}

.vm-card p{
color:#bfbfbf;
line-height:1.7;
}

.vm-card:hover{
transform:translateY(-10px);
box-shadow:0 10px 30px rgba(0,0,0,0.6);
}






.terms-section{
    padding:80px 10%;
   background-color: black;
    font-family:Arial, Helvetica, sans-serif;
}

.terms-title{
    text-align:center;
    font-size:40px;
    font-weight:700;
    margin-bottom:10px;
      color:#bfbfbf;;

}

.terms-subtitle{
    text-align:center;
    color:#bfbfbf;
    margin-bottom:50px;
}

/* TERMS BOX */
.terms-box{
   background:linear-gradient(145deg,#0b0b0b,#8b1f1f);
    padding:25px;
    margin-bottom:20px;
    border-radius:10px;
    border-left:5px solid  rgb(252, 8, 8);;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
    transition:0.3s;
}

.terms-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.terms-box h3{
    margin-bottom:10px;
    color:#bfbfbf;;
}

.terms-box p{
    color:#bfbfbf;
    line-height:1.6;
}






@media (max-width:1024px){

.hero h1{
font-size:50px;
}

.hero p{
font-size:17px;
}

.who-title{
font-size:48px;
}

.who-desc{
font-size:17px;
}

.who-card{
width:280px;
}

.vm-card{
width:300px;
}

.vm-title{
font-size:34px;
}

.logo-track{
gap:60px;
}

}


@media (max-width:768px){

.hero{
padding:90px 20px;
}

.hero h1{
font-size:40px;
}

.hero p{
font-size:16px;
}

.trust{
margin-top:60px;
}

/* logo slider */

.logo-track{
gap:50px;
}

/* who section */

.who-section{
padding:80px 20px;
}

.who-title{
font-size:38px;
}

.who-desc{
font-size:16px;
}

.who-cards{
flex-direction:column;
align-items:center;
}

/* vision mission */

.vision-mission{
padding:80px 20px;
}

.vm-container{
flex-direction:column;
align-items:center;
}

.vm-card{
width:100%;
max-width:400px;
}

/* terms */

.terms-section{
padding:70px 20px;
}

.terms-title{
font-size:32px;
}

}



@media (max-width:480px){

.hero{
padding:70px 20px;
}

.hero h1{
font-size:30px;
line-height:1.3;
}

.hero p{
font-size:14px;
}

/* logo slider */

.logo{
font-size:18px;
}

.logo-track{
gap:40px;
}

/* who section */

.who-title{
font-size:28px;
}

.who-desc{
font-size:14px;
}

.who-card{
width:100%;
padding:25px;
}

/* vision mission */

.vm-title{
font-size:26px;
}

.vm-card{
padding:30px;
}

/* terms */

.terms-title{
font-size:26px;
}

.terms-box{
padding:20px;
}

.terms-box h3{
font-size:18px;
}

.terms-box p{
font-size:14px;
}

}