.elementor-7 .elementor-element.elementor-element-526faa6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-33dadfc */*{
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;
flex-wrap:wrap;
}

.nav-links a{
text-decoration:none;
color:#333;
font-weight:500;
transition:.2s;
}

.nav-links a:hover{
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:100px 0;
background:#fff;
}

.hero-layout{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.hero-title{
font-size:48px;
font-weight:800;
margin:20px 0;
line-height:1.1;
}

.accent{
color:#1d4ed8;
}

.hero-text{
font-size:18px;
color:#555;
margin-bottom:30px;
}

.hero-actions{
display:flex;
gap:15px;
margin-top:20px;
flex-wrap:wrap;
}

.hero-image img{
width:100%;
border-radius:12px;
display:block;
}

.section{
padding:90px 0;
}

.section-header{
text-align:center;
margin-bottom:60px;
}

.section-title{
font-size:36px;
font-weight:700;
margin-bottom:10px;
line-height:1.15;
}

.section-description{
color:#666;
max-width:760px;
margin:auto;
}

.services-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:22px;
}

.service-box{
background:#fff;
padding:35px;
border-radius:10px;
box-shadow:0 8px 30px rgba(0,0,0,0.06);
transition:.25s;
text-decoration:none;
color:#111;
display:block;
}

.service-box:hover{
transform:translateY(-6px);
box-shadow:0 12px 40px rgba(0,0,0,0.1);
}

.service-box h5{
margin-bottom:10px;
font-size:18px;
}

.service-box p{
font-size:14px;
color:#666;
}

.grid-2{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.info-card{
background:#fff;
padding:40px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.info-card h3{
font-size:30px;
margin-bottom:14px;
}

.info-card p{
color:#666;
}

.check-list{
margin-top:20px;
padding-left:20px;
}

.check-list li{
margin-bottom:10px;
}

.section-image img{
width:100%;
border-radius:10px;
display:block;
}

.trades-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:22px;
}

.trade-card{
background:#fff;
padding:32px;
border-radius:10px;
box-shadow:0 8px 30px rgba(0,0,0,0.06);
}

.trade-card h4{
font-size:20px;
margin-bottom:12px;
}

.trade-card p{
color:#666;
font-size:14px;
}

.contact-card{
background:#1d4ed8;
color:#fff;
padding:70px;
border-radius:12px;
text-align:center;
}

.contact-card h2{
font-size:36px;
margin-bottom:12px;
}

.contact-card p{
max-width:760px;
margin:0 auto 10px;
color:rgba(255,255,255,.92);
}

.contact-meta{
display:flex;
justify-content:center;
gap:40px;
margin-top:25px;
flex-wrap:wrap;
}

.contact-meta div{
background:rgba(255,255,255,.08);
padding:18px 22px;
border-radius:10px;
min-width:220px;
}

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:1100px){

.services-grid{
grid-template-columns:1fr 1fr;
}

.trades-grid{
grid-template-columns:1fr 1fr;
}

}

@media(max-width:900px){

.hero-layout{
grid-template-columns:1fr;
}

.grid-2{
grid-template-columns:1fr;
}

.contact-meta{
flex-direction:column;
gap:10px;
align-items:center;
}

.nav-links{
display:none;
}

.hero-title{
font-size:38px;
}

.section-title{
font-size:30px;
}

}

@media(max-width:650px){

.services-grid,
.trades-grid{
grid-template-columns:1fr;
}

.contact-card{
padding:40px 24px;
}

}/* End custom CSS */