body{
padding-top:70px;
font-family:Arial,sans-serif;
}

.navbar-custom{
background:#0f2d52;
transition:.3s;
}

.hero{
height:100vh;
background:url('../img/hero.jpg');
background-size:cover;
background-position:center;
position:relative;
display:flex;
align-items:center;
justify-content:center;
}

.overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.6);
}

.hero-content{
position:relative;
z-index:2;
color:#fff;
}

.hero h1{
font-size:60px;
font-weight:700;
}

.hero p{
font-size:22px;
max-width:700px;
margin:auto;
margin-bottom:20px;
}

.section{
padding:80px 0;
}

.stats{
background:#f5f5f5;
}

.stats h2{
color:#0f2d52;
font-weight:bold;
}

.journal-card{
transition:.3s;
}

.journal-card:hover{
transform:translateY(-8px);
}

.service-box{
padding:30px;
border:1px solid #ddd;
border-radius:10px;
height:100%;
}

.cta-section{
background:#0f2d52;
padding:80px 0;
color:#fff;
}

footer{
background:#081b33;
color:white;
padding:50px 0;
}

.whatsapp{
position:fixed;
right:20px;
bottom:20px;
background:#25D366;
color:#fff;
padding:15px 20px;
border-radius:50px;
text-decoration:none;
font-weight:bold;
}

@media(max-width:768px){

.hero h1{
font-size:36px;
}

.hero p{
font-size:18px;
}

}