.elementor-49 .elementor-element.elementor-element-4001633{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6f9a31e */*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Inter',sans-serif;
background:#f7f7f7;
color:#111;
line-height:1.6;
}

.container{
width:92%;
max-width:1200px;
margin:auto;
}

header{
background:#fff;
border-bottom:1px solid #eee;
position:sticky;
top:0;
z-index:999;
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;
}

.logo{
font-weight:800;
font-size:20px;
text-decoration:none;
color:#111;
}

.logo span{
color:#1d4ed8;
}

.nav-links{
display:flex;
gap:25px;
}

.nav-links a{
text-decoration:none;
color:#333;
font-weight:500;
transition:.2s;
}

.nav-links a:hover,
.nav-links a.active{
color:#1d4ed8;
}

.nav-right{
display:flex;
gap:12px;
}

.btn{
padding:10px 18px;
border-radius:6px;
text-decoration:none;
font-weight:600;
font-size:14px;
display:inline-flex;
align-items:center;
justify-content:center;
transition:.2s;
}

.btn-primary{
background:#1d4ed8;
color:#fff;
}

.btn-primary:hover{
background:#163db0;
}

.btn-secondary{
border:1px solid #ccc;
color:#333;
background:#fff;
}

.btn-secondary:hover{
border-color:#1d4ed8;
color:#1d4ed8;
}

.hero{
padding:110px 0;
background:#fff;
text-align:center;
}

.hero h1{
font-size:48px;
margin-bottom:15px;
}

.hero p{
color:#666;
max-width:700px;
margin:auto;
font-size:18px;
}

.section{
padding:90px 0;
}

.contact-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.contact-card{
background:#fff;
padding:40px;
border-radius:10px;
box-shadow:0 8px 30px rgba(0,0,0,0.06);
text-align:center;
}

.contact-card h3{
margin-bottom:10px;
}

.contact-card p{
color:#666;
}

.contact-card a{
color:#1d4ed8;
text-decoration:none;
font-weight:600;
}
.map{
margin:70px auto 0 auto;
max-width:700px;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.map img{
width:100%;
height:auto;
display:block;
}
footer{
background:#111;
color:#aaa;
padding:35px 0;
text-align:center;
font-size:14px;
}

footer a{
color:#fff;
text-decoration:none;
}

.whatsapp-float{
position:fixed;
bottom:25px;
right:25px;
background:#25D366;
width:60px;
height:60px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
color:#fff;
font-size:26px;
text-decoration:none;
box-shadow:0 5px 20px rgba(0,0,0,0.3);
}

@media(max-width:900px){

.contact-grid{
grid-template-columns:1fr;
}

.nav-links{
display:none;
}

.hero h1{
font-size:36px;
}

}/* End custom CSS */