/* --- Basic Reset --- */
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:"Poppins",sans-serif;
}

img{
max-width:100%;
height:auto;
}

body{
background:#FFFBFB;
color:#222;
overflow-x:hidden;
}

/* ---------------- TOP BAR ---------------- */

.top-bar{
background:#2E3A45;
padding:6px 20px;
display:flex;
justify-content:space-between;
font-size:14px;
flex-wrap:wrap;
}

.top-left,.top-right{
color:#FFFFFF;
}

/* ---------------- NAVBAR ---------------- */

.navbar{
height:70px;
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 40px;
background:#FBF9F1;
position:sticky;
top:0;
z-index:100;
transition:0.3s ease-in-out;
}

.logo{
display:flex;
align-items:center;
gap:15px;
}

.menu-toggle{
display:none;
font-size:30px;
cursor:pointer;
}

.logo-img{
width:200px;
height:55px;
}

.navbar.scrolled{
background:rgba(255,255,255,0.9);
backdrop-filter:blur(5px);
box-shadow:0 2px 8px rgba(0,0,0,0.1);
}

.nav-links{
list-style:none;
display:flex;
gap:45px;
font-size:18px;
}

.nav-links a{
text-decoration:none;
font-weight:500;
color:#000;
}

/* ---------------- HERO ---------------- */

.hero{
background:url('/assets/hero-bg.jpg') center/cover no-repeat;
height:650px;
position:relative;
border-radius:30px;
}

.hero-overlay{
position:absolute;
inset:0;
background:linear-gradient(to right,rgba(0,120,255,0.35),#5CC689);
border-radius:30px;
}

#main{
font-size:80px;
}

#helping{
color:#0A2A43;
font-size:65px;
}

.info{
max-width:600px;
font-size:18px;
text-align:justify !important;
font-style:italic;
letter-spacing:1.5px;
text-justify: inter-word;
color:#e4eefb;
font-weight:900;
}

.hero-content{
position:relative;
color:white;
padding:120px 60px;
max-width:800px;
}

.hero-content h1{
font-size:52px;
font-weight:700;
line-height:1.2;
}

/* ---------------- ABOUT ---------------- */

.about{
padding:60px 80px;
text-align:center;
background:linear-gradient(
rgba(245,247,250,1) 0%,
rgba(223,237,255,1) 50%,
rgba(255,255,255,1) 100%
);
border-radius:30px;
}

#h1{
font-size:50px;
font-weight:800;
color:#000000;
}

.subtitle{
font-size:24px;
text-align:center;
font-weight:500;
letter-spacing:1px;
}

.about-container{
margin-top:40px;
display:flex;
gap:40px;
align-items:center;
justify-content:center;
}

.para{
font-size:22px;
text-align:justify;
letter-spacing:1.5px;
}

.launch{
color:#07304F;
font-size:32px;
text-align:center;
font-weight:600;
}

.about-img{
width:600px;
height:400px;
border-radius:360px;
}

/* ---------------- WHY CHOOSE US ---------------- */

.why{
padding:60px;
text-align:center;
}

.why-title{
font-size:38px;
font-family:'Inknut Antiqua',serif;
color:#0D2A54;
font-weight:900;
}

.why-subtitle{
font-family:'Inknut Antiqua',serif;
color:#0D2A54;
font-size:14px;
font-weight:800;
}

.why-grid{
margin-top:40px;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.card{
width:100%;
font-size:20px;
color:#0D2A54;
padding:30px;
border-radius:15px;
background:rgb(248 17 17 / 3%);
transition:0.3s;
}

.card:hover{
transform:translateY(-8px);
box-shadow:0 10px 20px rgba(0,0,0,0.2);
}

.icon{
width:100px;
height:100px;
}

.cta{
color:#5A5A5A;
font-size:15px;
letter-spacing:1px;
}

/* ---------------- VMF ---------------- */

.vmf-section{
padding:100px;
display:flex;
justify-content:space-evenly;
flex-wrap:wrap;
gap:30px;
}

.heading{
color:#0008FF;
font-size:36px;
font-weight:700;
text-align:center;
}

.para { font-size: 20px; text-align: left; font-weight: 400; }

.para-a{
font-size:19px;
text-align:left;
}

.vmf-box{
width:350px;
height: 325px;
background:#E5E1DA;
padding:30px;
border-radius:30px;
}

/* ---------------- FOOTER ---------------- */

.main-footer{
background:#0075C9;
color:#ffffff;
padding:50px 60px 0 60px;
font-family:'Poppins',sans-serif;
}

.footer-content{
display:flex;
justify-content:space-between;
gap:50px;
flex-wrap:wrap;
}

.footer-col{
max-width:300px;
font-size:16px;
}

.footer-logo{
width:300px;
margin-bottom:15px;
}

.footer-desc{
line-height:1.6;
font-size:16px;
}

.footer-social img{
width:60px;
margin-right:12px;
margin-top:12px;
cursor:pointer;
}

.footer-col a{
display:block;
color:#fff;
text-decoration:none;
margin-bottom:8px;
font-size:15px;
}

.footer-contact{
font-size:16px;
line-height:1.6;
margin-bottom:10px;
font-weight:200;
}

.footer-bottom{
margin-top:40px;
text-align:center;
font-size:14px;
padding:15px 0;
border-top:1px solid rgba(255,255,255,0.3);
}

/* ================= RESPONSIVE ================= */

/* TABLET */

@media (max-width:1024px){

.hero{
height:auto;
}

.hero-content{
padding:80px 40px;
}

#main{
font-size:60px;
}

#helping{
font-size:48px;
}

.about-container{
flex-direction:column;
}

.about-img{
width:90%;
height:auto;
border-radius:30px;
}

.why-grid{
grid-template-columns:repeat(2,1fr);
}

.vmf-section{
flex-direction:column;
align-items:center;
padding:60px 20px;
}

}

/* MOBILE */

@media (max-width:768px){

.menu-toggle{
display:block;
}

.nav-links{
position:absolute;
top:70px;
left:0;
width:100%;
background:#FBF9F1;
flex-direction:column;
align-items:center;
gap:25px;
padding:25px 0;
display:none;
}

.nav-links.active{
display:flex;
}

.navbar{
padding:10px 20px;
}

.logo-img{
width:150px;
height:auto;
}

.hero{
border-radius:0;
}

.hero-overlay{
border-radius:0;
}

.hero-content{
padding:60px 25px;
}

#main{
font-size:40px;
}

#helping{
font-size:32px;
}

.info{
font-size:15px;
}

.about{
padding:40px 20px;
}

#h1{
font-size:32px;
}

.subtitle{
font-size:18px;
}

.launch{
font-size:22px;
}

.para{
font-size:15px;
}

.why{
padding:40px 20px;
}

.why-grid{
grid-template-columns:1fr;
}

.icon{
width:70px;
height:70px;
}

.footer-content{
flex-direction:column;
align-items:center;
text-align:center;
}

.footer-logo{
width:180px;
}

.footer-social img{
width:35px;
}

}

/* SMALL PHONES */

@media (max-width:480px){

#main{
font-size:32px;
}

#helping{
font-size:26px;
}

.hero-content{
padding:50px 20px;
}

}