.elementor-14 .elementor-element.elementor-element-907f095{--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-3487c6a */.nfbr-navbar {
    background-color: #ffffff;
    height: 90px; 
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.nfbr-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nfbr-logo-wrapper {
    display: flex;
    align-items: center;
    /* Menjaga wrapper tidak lebih tinggi dari navbar */
    height: 60px; 
}

.nfbr-logo-img {
    /* Kunci tinggi maksimal logo di sini */
    max-height: 100%; 
    width: auto;
    display: block;
    object-fit: contain;
}

.nfbr-nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.nfbr-nav-item {
    margin-left: 25px;
}

.nfbr-nav-link {
    text-decoration: none;
    color: #004a80; 
    font-size: 14px;
    font-weight: 500;
    font-family: 'Arial', sans-serif;
    transition: all 0.3s ease;
}

.nfbr-nav-link:hover {
    color: #c5a059;
}
/* Update sedikit bagian ini */
.nfbr-nav-menu li {
    list-style: none;
    margin-left: 25px;
}

.nfbr-nav-menu li a {
    text-decoration: none;
    color: #004a80; 
    font-size: 14px;
    font-weight: 500;
    font-family: 'Arial', sans-serif;
    transition: all 0.3s ease;
}

.nfbr-nav-menu li a:hover {
    color: #c5a059;
}
/* Supaya tidak berantakan di editor Elementor */
@media (max-width: 1024px) {
    .nfbr-nav-menu {
        display: none;
    }
}/* End custom CSS */