
body{
font-family:'Poppins',sans-serif;
background:#f1f8f6;
}

.hero{
position:relative;
height:80vh;
background:url('/images/CWD-01.webp') center center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
}

.hero-overlay{
background:rgba(0,0,0,0.55);
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
}

.hero-content{
position:relative;
z-index:2;
color:white;
max-width:900px;
padding:20px;
}

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

.hero-content p{
font-size:1.3rem;
}

.section-padding{
padding:70px 0;
}

.offer-card{
height:100%;
}

.stat-box{
padding:25px;
background:white;
border-radius:8px;
margin-bottom:20px;
}

.cta-section{
background:#009688;
color:white;
padding:80px 0;
}

.form-card{
padding:35px;
border-radius:10px;
}

.footer-logo{
height:48px;
width:auto;
}

.fixed-phone{
position:fixed;
bottom:30px;
right:30px;
z-index:999;
}

@media(max-width:600px){

.hero-content h1{
font-size:2rem;
}

.hero{
height:70vh;
}

}

.logo-mobile{
left:0 !important;
transform:none !important;
}

@media(max-width:600px){

.logo-mobile img{
height:42px !important;
margin-top:7px;
}

nav .brand-logo{
font-size:1rem;
}

nav ul a{
padding:0 10px;
font-size:0.85rem;
}

}

.parallax-banner{
height:400px;
overflow:hidden;
}

.parallax-banner img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

