.elementor-37 .elementor-element.elementor-element-8726340{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-0a3503f */.hne-header{
    background:#ffffff;
    box-shadow:0 2px 15px rgba(7,20,46,0.06);
    padding:0;
    font-family:'Poppins', Arial, sans-serif;
    position:relative;
    z-index:999999;
    overflow:visible !important;
}

.hne-container{
    max-width:1500px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 38px;
    min-height:70px;
    overflow:visible !important;
}

.hne-logo{
    display:flex;
    align-items:center;
}

.hne-logo img{
    width:240px;
    height:auto;
    display:block;
}

.hne-brand h2{
    margin:0;
    font-size:28px;
    font-weight:700;
    color:#111827;
}

.hne-brand p{
    margin:0;
    font-size:13px;
    color:#6b7280;
}

.hne-nav{
    overflow:visible !important;
}

/* Main Menu */
.hne-nav > ul{
    display:flex;
    align-items:center;
    list-style:none;
    gap:38px;
    margin:0;
    padding:0;
}

.hne-nav > ul > li{
    position:relative;
    margin:0;
    padding:0;
}

.hne-nav > ul > li > a{
    position:relative;
    text-decoration:none;
    color:#111827;
    font-size:15.5px;
    font-weight:600;
    line-height:1;
    display:flex;
    align-items:center;
    gap:8px;
    padding:24px 0;
    transition:0.3s ease;
}

.hne-nav > ul > li > a:hover,
.hne-nav > ul > li > a.active{
    color:#0B63F1;
}

/* Active Home Underline */
.hne-nav > ul > li > a.active::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:13px;
    height:3px;
    background:#0B63F1;
    border-radius:20px;
}

/* Services Arrow */
.services-menu > a::after{
    content:"";
    width:7px;
    height:7px;
    border-right:2px solid #111827;
    border-bottom:2px solid #111827;
    transform:rotate(45deg);
    margin-top:-5px;
    transition:0.3s ease;
}

.services-menu:hover > a::after{
    transform:rotate(-135deg);
    margin-top:4px;
    border-color:#0B63F1;
}

/* Dropdown Submenu */
.hne-submenu{
    position:absolute !important;
    top:64px !important;
    left:-22px !important;
    width:270px !important;
    background:#ffffff !important;
    border-radius:14px !important;
    padding:10px 0 !important;
    margin:0 !important;
    list-style:none !important;
    box-shadow:0 15px 40px rgba(7,20,46,0.15) !important;
    z-index:9999999 !important;

    display:block !important;
    opacity:0;
    visibility:hidden;
    transform:translateY(8px);
    transition:0.25s ease;
}

.hne-submenu li{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

.hne-submenu li a{
    display:block !important;
    padding:12px 20px !important;
    margin:0 !important;
    text-decoration:none !important;
    color:#111827 !important;
    font-size:15px !important;
    font-weight:600 !important;
    line-height:1.3 !important;
    white-space:nowrap !important;
    transition:0.3s ease;
}

.hne-submenu li a:hover{
    background:#F2F4FC !important;
    color:#0B63F1 !important;
}

/* Show Dropdown On Hover */
.services-menu:hover .hne-submenu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

/* Contact Button */
.contact-btn{
    background:#0B63F1;
    color:#ffffff;
    text-decoration:none;
    padding:13px 24px;
    border-radius:9px;
    font-size:15.5px;
    font-weight:600;
    line-height:1;
    transition:0.3s ease;
}

.contact-btn:hover{
    background:#0137A5;
    color:#ffffff;
}

/* Mobile */
@media(max-width:768px){

    .hne-container{
        flex-direction:column;
        gap:18px;
        padding:15px 20px;
        min-height:auto;
    }

    .hne-logo img{
        width:210px;
    }

    .hne-nav{
        width:100%;
    }

    .hne-nav > ul{
        gap:18px;
        flex-wrap:wrap;
        justify-content:center;
    }

    .hne-nav > ul > li > a{
        padding:10px 0;
        font-size:15px;
    }

    .hne-nav > ul > li > a.active::before{
        bottom:2px;
    }

    .hne-submenu{
        top:35px !important;
        left:50% !important;
        width:250px !important;
        transform:translateX(-50%) translateY(8px);
    }

    .services-menu.active .hne-submenu{
        opacity:1;
        visibility:visible;
        transform:translateX(-50%) translateY(0);
    }

    .services-menu.active > a::after{
        transform:rotate(-135deg);
        margin-top:4px;
        border-color:#0B63F1;
    }

    .contact-btn{
        width:100%;
        text-align:center;
    }
    
}
.hne-header{
    padding:0 !important;
}

.hne-container{
    min-height:82px !important;
    padding:0 38px !important;
}

.hne-logo img{
    width:245px !important;
}

.hne-nav > ul > li > a{
    padding:31px 0 !important;
}

.contact-btn{
    padding:14px 26px !important;
    border-radius:10px !important;
}
.hne-container{
    min-height:78px !important;
}

.hne-logo img{
    width:255px !important;
}

.hne-nav > ul > li > a{
    padding:28px 0 !important;
}

.hne-nav > ul > li > a.active::before{
    bottom:15px !important;
}

.contact-btn{
    padding:14px 28px !important;
    border-radius:10px !important;
}
.hne-container{
    min-height:74px !important;
}

.hne-logo img{
    width:245px !important;
}

.hne-nav > ul > li > a{
    padding:26px 0 !important;
}

.hne-nav > ul > li > a.active::before{
    bottom:12px !important;
}/* End custom CSS */