body{
font-family:'Inter',sans-serif;
margin:0;
color:#222;
line-height:1.6;
background:#ffffff;
}

.container{
width:92%;
max-width:1200px;
margin:0 auto;
padding:0 15px;
box-sizing:border-box;
}

/* NAVBAR */

header{
background:#0c2691;
color:white;
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:10px 0;
}
.logo img{
height:70px;
width:auto;
display:block;
filter: brightness(0) saturate(100%) invert(73%) sepia(62%) saturate(598%) hue-rotate(3deg) brightness(95%) contrast(95%);
}

.logo{
color:#ecb611;
}

nav a{
margin-left:20px;
text-decoration:none;
color:white;
font-weight:500;
}

nav a:hover{
color:#ecb611;
}
nav a{
position:relative;
}

nav a::after{
content:'';
position:absolute;
width:0%;
height:2px;
background:#ecb611;
left:0;
bottom:-4px;
transition:0.3s;
}

nav a:hover::after{
width:100%;
}
/* HERO */

.hero{
background-image:
linear-gradient(
rgba(20,44,142,0.85),
rgba(20,44,142,0.85)
),
url("images/bannerwall.jpg");

background-size:cover;
background-position:center;
background-repeat:no-repeat;

color:white;
padding:120px 0;
text-align:center;
}

.hero h1{
font-size:48px;
margin-bottom:10px;
}

.cta{
background:#ecb611;
color:#142c8e;
font-weight:600;
border-radius:6px;
padding:14px 28px;
}

.cta:hover{
background:#ecb611;
}

/* SECTIONS */

.section{
padding:100px 0;
border-bottom:1px solid #e6e8f0;
}

.section h2{
color:#142c8e;
border-bottom:4px solid #ecb611;
display:inline-block;
padding-bottom:8px;
margin-bottom:25px;
}

#about{
background:#f5f6fa;
}

/* LIGHT SECTION */

.grey{
background:#d8dcf0;
}

/* DARK COMMUNITY SECTION */

.dark{
background:#142c8e;
color:white;
text-align:center;
}

.dark h2{
color:#ecb611;
}
.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.about-text p{
margin-bottom:18px;
font-size:17px;
line-height:1.6;
}

.about-image img{
width:100%;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
}
/* SERVICES GRID */

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
margin-top:30px;
}

.card{
background:white;
border-radius:10px;
overflow:hidden;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
transition:0.3s;
}

.card img{
width:100%;
height:200px;
object-fit:cover;
}

.card-content{
padding:20px;
}

.card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.card{
overflow:hidden;
}

.card img{
transition:transform 0.4s ease;
}

.card:hover img{
transform:scale(1.08);
}

/* CLIENTS */

.clients{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
text-align:center;
font-weight:600;
}

/* FORM */

form{
max-width:500px;
margin:auto;
display:flex;
flex-direction:column;
gap:15px;
}

input,textarea{
padding:12px;
border:1px solid #ccc;
border-radius:4px;
}

button{
padding:12px;
border:none;
background:#1f3fb7;
color:white;
cursor:pointer;
border-radius:4px;
}

button:hover{
background:#142c8e;
}

/* FOOTER */

footer{
background:#142c8e;
color:#ecb611;
text-align:center;
padding:25px;
}

.impact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.impact-images{
display:flex;
flex-direction:column;
gap:25px;
align-items:center;
}

.impact-images img{
width:100%;
max-width:320px;
height:auto;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.25);
}

.impact-list{
text-align:left;
margin-top:15px;
line-height:1.8;
padding-left:18px;
}

.impact-list li{
margin-bottom:6px;
}

.impact-text{
text-align:left;
}

.client-logos{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:40px;
margin-top:40px;
align-items:center;
}

.client-logos img{
width:100%;
max-height:200px;
object-fit:contain;
transition:0.3s;
}

.client-logos img:hover{
transform:scale(1.08);
}

#clients{
background:#f7f8fc;
}

.map{
margin-top:20px;
border-radius:10px;
overflow:hidden;
box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.contact-section{
padding-top:120px;
}

.contact-header{
max-width:1000px;
margin-bottom:60px;
}

.contact-header h1{
font-size:54px;
margin-bottom:20px;
}

.contact-subtext{
font-size:20px;
line-height:1.6;
margin-bottom:20px;
}

.contact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:start;
}


.map{
margin-top:20px;
border-radius:25px;
overflow:hidden;
box-shadow:0 8px 20px rgba(43, 89, 216, 0.15);
}

.contact-title{
font-size:52px;
line-height:1.2;
margin:20px 0 20px 0;
max-width:700px;
}

.map iframe{
width:100%;
height:280px;
}
.contact-right{
margin-top:10px;
}

.contact-left{
margin-top:50px;
}

.contact-info{
color:#142c8e;
font-weight:600;
margin:6px 0;
}

.contact-info{
color:#142c8e;
font-weight:600;
font-size:17px;
margin:6px 0;
}

#contact{
 margin-top:80px;
 padding-top:80px;
background:#d8dcf0;
}


.section:last-of-type{
border-bottom:none;
}

/* ================= MOBILE RESPONSIVE ================= */

@media (max-width: 768px) {

/* MOBILE TEXT IMPROVEMENTS */

.about-text,
.impact-text{
max-width:520px;
margin:auto;
}

.about-text p,
.impact-text p{
font-size:16px;
line-height:1.7;
margin-bottom:16px;
}

.impact-list{
font-size:16px;
line-height:1.7;
}

.section h2{
font-size:24px;
}

.contact-title{
font-size:34px;
}

.container{
width:92%;
}

/* NAV */

.nav{
flex-direction:column;
gap:10px;
}

nav{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:10px;
}

nav a{
margin:0;
}

/* HERO */

.hero h1{
font-size:32px;
}

.hero{
padding:80px 0;
}

/* ABOUT */

.about-grid{
grid-template-columns:1fr;
gap:30px;
}

/* SERVICES */

.grid{
grid-template-columns:1fr;
}

/* COMMUNITY */

.impact-grid{
grid-template-columns:1fr;
text-align:center;
}

.impact-text{
text-align:center;
}

.impact-images{
flex-direction:row;
justify-content:center;
flex-wrap:wrap;
}

/* CLIENT LOGOS */

.client-logos{
grid-template-columns:repeat(2,1fr);
gap:25px;
}

/* CONTACT */

.contact-grid{
grid-template-columns:1fr;
gap:40px;
}

.contact-title{
font-size:36px;
}

.contact-header h1{
font-size:36px;
}

/* MAP */

.map iframe{
width:100%;
height:250px;
}

}

@media (max-width:768px){

.about-grid{
grid-template-columns:1fr;
}

.impact-grid{
grid-template-columns:1fr;
}

.contact-grid{
grid-template-columns:1fr;
}

.client-logos{
grid-template-columns:repeat(2,1fr);
}

.grid{
grid-template-columns:1fr;
}

}
.hero h1{
font-size:32px;
}

.contact-title{
font-size:34px;
}

.section{
padding:70px 0;
}