
body{
margin:0;
font-family:Arial,sans-serif;
line-height:1.7;
background:#f8f5ef;
color:#222;
}

.hero{
background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.55)),url('assets/photo7.jpeg') center/cover;
min-height:100vh;
padding:30px;
color:white;
}

nav{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

.brand{
display:flex;
align-items:center;
gap:15px;
}

.logo{
width:95px;
background:white;
padding:6px;
border-radius:12px;
}

.links a{
margin-left:20px;
text-decoration:none;
color:white;
font-weight:bold;
}

.hero-content{
max-width:700px;
margin-top:120px;
}

.hero-content h1{
font-size:4rem;
margin-bottom:20px;
}

.button{
display:inline-block;
background:#d4a537;
padding:14px 28px;
color:white;
text-decoration:none;
border-radius:8px;
font-weight:bold;
margin-top:20px;
}

.section{
padding:80px 10%;
}

.section h2{
font-size:2.5rem;
color:#12284c;
}

.banner img{
width:100%;
height:500px;
object-fit:cover;
}

.two-col{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.family{
width:100%;
border-radius:16px;
}

.support{
text-align:center;
background:#12284c;
color:white;
}

.support h2{
color:white;
}

.supportimg{
max-width:500px;
width:100%;
border-radius:16px;
margin:30px 0;
}

.quote{
font-size:1.2rem;
font-style:italic;
margin-top:20px;
}

footer{
background:#091320;
color:white;
text-align:center;
padding:35px;
}

@media(max-width:768px){
.hero-content h1{
font-size:2.4rem;
}

.two-col{
grid-template-columns:1fr;
}
}
