.elementor-60 .elementor-element.elementor-element-dbf41f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-505e38f *//* HEADER */

.header{
position:sticky;
top:0;
background:white;
z-index:1000;
box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.nav{
display:flex;
align-items:center;
justify-content:space-between;
padding:18px 0;
}

.logo{
color:#2c7a7b;
font-size:22px;
font-weight:600;
}

/* NAV MENU */

nav{
display:flex;
align-items:center;
}

nav a{
margin-left:25px;
text-decoration:none;
color:#333;
font-weight:500;
}

nav a:hover{
color:#2c7a7b;
}

/* CALL BUTTON */

.call-header{
background:#ff6b4a;
color:white;
padding:10px 18px;
border-radius:6px;
text-decoration:none;
font-weight:500;
margin-left:20px;
}

.call-header:hover{
background:#e65a3e;
}

/* MOBILE MENU ICON */

.menu-toggle{
display:none;
font-size:26px;
cursor:pointer;
}

/* MOBILE RESPONSIVE */

@media(max-width:768px){

.nav{
flex-wrap:wrap;
}

.menu-toggle{
display:block;
}

nav{
width:100%;
display:none;
flex-direction:column;
margin-top:15px;
}

nav.active{
display:flex;
}

nav a{
margin:12px 0;
}

.call-header{
margin-top:10px;
}

}/* End custom CSS */