body{
margin:0;
font-family:Arial;
color:#333;
}

a {
text-decoration:none;
color:#333;
font-weight:500;
}

.container{
width:1100px;
max-width:90%;
margin:auto;
}

header{
background:white;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
position:sticky;
top:0;
z-index:100;
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 0;
}

.logo{
height:45px;
}

nav a{
margin-left:25px;
text-decoration:none;
color:#333;
font-weight:500;
}

.hero{
background:linear-gradient(135deg,#1a598c,#0d3b61);
color:white;
padding:140px 0;
}

.hero h1{
font-size:48px;
margin-bottom:20px;
}

.hero p{
max-width:500px;
line-height:1.6;
}

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

.section{
padding:90px 0;
}

.light{
background:#f5f7fb;
}

h2{
text-align:center;
margin-bottom:50px;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

.card{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.06);
}

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

.two img{
width:100%;
border-radius:10px;
}

.team,.contact{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
text-align:center;
}

form{
max-width:600px;
margin:auto;
}

input,textarea{
width:100%;
padding:14px;
margin-bottom:15px;
border:1px solid #ccc;
border-radius:6px;
}

button{
width:100%;
padding:14px;
border:none;
background:#1a598c;
color:white;
border-radius:6px;
font-size:16px;
}

footer{
background:#0d3b61;
color:white;
padding:50px 0;
}

.footer{
display:flex;
justify-content:space-between;
}

footer a{
display:block;
color:white;
text-decoration:none;
margin-top:5px;
}

.wp-block-heading {
	text-align:left;
	font-size:1.5rem;
	margin-bottom:0;
}