.elementor-78 .elementor-element.elementor-element-45bc146{--display:flex;}/* Start custom CSS for html, class: .elementor-element-52499da */*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}

/* Top Bar */

.topbar{
display:flex;
justify-content:space-between;
align-items:center;
background:#f4a300;
color:white;
padding:10px 40px;
flex-wrap:wrap;
}

.top-left span{
margin-right:20px;
font-size:14px;
}

.top-right a{
margin-left:15px;
color:white;
font-size:14px;
text-decoration:none;
}

/* Header */

.main-header{
background:white;
padding:18px 40px;
box-shadow:0 2px 12px rgba(0,0,0,0.05);
}

.nav-container{
max-width:1300px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
}

/* Logo */

.logo img{
height:100px;
width:auto;
display:block;
}

/* Menu */

.menu{
display:flex;
gap:30px;
}

.menu a{
text-decoration:none;
color:#222;
font-weight:500;
}

.menu a:hover{
color:#f4a300;
}

/* Right Header */

.header-right{
display:flex;
align-items:center;
gap:25px;
}

/* Call Section */

.call{
display:flex;
align-items:center;
gap:10px;
}

.call i{
font-size:22px;
color:#27c46b;
}

.call span{
font-size:12px;
color:#777;
}

.call strong{
color:#f4a300;
}

/* Icons */

.icons i{
margin-left:12px;
font-size:18px;
cursor:pointer;
}

/* Mobile */

@media(max-width:600px){

.topbar{
flex-direction:column;
text-align:center;
gap:6px;
}

.nav-container{
flex-direction:column;
gap:15px;
}

.menu{
gap:18px;
}

}/* End custom CSS */