/* GLOBAL */

body{
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial;
background:#f7f9fc;
color:#333;
line-height:1.6;
}

/* HERO */

.hero{
background:linear-gradient(120deg,#2c7be5,#6ea8fe);
color:white;
padding:40px 0;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
}
.hero h1{
font-weight:700;
}



.hero p{
max-width:1000px;
margin:auto;
}

/* SECTION SPACING */

.section{
padding:40px 0;
}

.section h2{
font-weight:700;
margin-bottom:20px;
}

/* NAVBAR */

.navbar-brand img{
height:80px;
}

/* ICONS */

.bi{
margin-bottom:10px;
}

/* CTA BUTTON */

.btn-primary{
background-color:#2c7be5;
border:none;
}

.btn-primary:hover{
background:#1b5fd1;
}

/* FOOTER */

footer{
background:#08263B;
color:#cfd8dc;
text-align:center;
padding:15px;
margin-top:40px;
}

footer img{
height:40px;
margin-bottom:8px;
}

/* RESPONSIVE */

@media(max-width:768px){

.hero h1{
font-size:32px;
}

.hero{
padding:15px 0;
}

.section{
padding:25px 0;
}

.navbar-brand img{
height:60px;
}

}

/* NAVBAR ACTIVE MENU */

.navbar-nav .nav-link{
color:#333;
font-weight:500;
padding:8px 14px;
}

.navbar-nav .nav-link:hover{
color:#2c7be5;
}

.navbar-nav .nav-link.active{
background:#2c7be5;
color:white !important;
border-radius:20px;
padding:6px 16px;
font-weight:600;
}

.card{
transition:transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}
.infographic-section{
padding-top:20px;
padding-bottom:20px;
}

.infographic-section p{
margin-bottom:20px;
}

.card{
transition:all 0.2s ease;
}

.card:hover{
transform:translateY(-8px);
box-shadow:0 25px 45px rgba(0,0,0,0.15);
}

body{
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial;
background:#f7f9fc;
background-image: radial-gradient(#e6eef9 1px, transparent 1px);
background-size: 20px 20px;
color:#333;
line-height:1.6;
}

html{
scroll-behavior:smooth;
}

.login-btn{
font-weight:600;
padding:6px 16px;
border-width:2px;
}

.login-btn:hover{
background:#2c7be5;
color:white;
}

.login-btn{
font-weight:600;
padding:6px 16px;
border-width:2px;
}

.login-btn:hover{
background:#2c7be5;
color:white;
}
