.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-da10cf1 */.header{
    background:#fff;
    border-bottom:1px solid #e5e7eb;
    position:sticky;
    top:0;
    z-index:999;
}

.container{
    max-width:1500px;
    margin:auto;
    padding:0 25px;
}

.navbar{
    height:78px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* Logo */
.logo{
    text-decoration:none;
    min-width:220px;
}

.logo h2{
    font-size:38px;
    font-weight:800;
    color:#0B8A3B;
    line-height:1;
    letter-spacing:-1px;
}

.logo span{
    display:block;
    font-size:12px;
    color:#666;
    margin-top:4px;
}

/* Menu */
.nav-menu{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:22px;
    flex:1;
    margin:0 30px;
}

.nav-menu a{
    color:#333;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    white-space:nowrap;
    transition:.3s;
    position:relative;
}

.nav-menu a:hover{
    color:#0B8A3B;
}

.nav-menu a::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-8px;
    width:0;
    height:2px;
    background:#0B8A3B;
    transition:.3s;
}

.nav-menu a:hover::after{
    width:100%;
}

/* Right Side */
.header-right{
    display:flex;
    align-items:center;
    gap:10px;
}

.icon-btn{
    width:42px;
    height:42px;
    border:1px solid #e5e7eb;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#333;
    text-decoration:none;
    transition:.3s;
}

.icon-btn:hover{
    background:#0B8A3B;
    color:#fff;
    border-color:#0B8A3B;
}

.login-btn{
    background:#0B8A3B;
    color:#fff;
    padding:12px 22px;
    border-radius:10px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    white-space:nowrap;
    transition:.3s;
}

.login-btn:hover{
    background:#066c2d;
}/* End custom CSS */