/* ===== HEADER FIX (BIG BORDER REMOVE) ===== */
header, .header, .navbar, .top-bar{
    padding:8px 15px !important;
    margin:0 !important;
}

/* MAIN NAV CONTAINER */
.header-container, .nav-container{
    max-width:100% !important;
    width:100% !important;

    padding:10px 20px !important;

    border-radius:0 !important;   /* ❌ removes big rounded box */
    box-shadow:none !important;   /* ❌ removes heavy box look */

    display:flex !important;
    align-items:center;
    justify-content:space-between;
}

/* LOGO SMALL & CLEAN */
.header img, .logo{
    max-height:45px !important;
    width:auto !important;
}

/* MENU SPACING FIX */
.nav-menu a{
    padding:6px 10px !important;
    font-size:14px !important;
}

/* SEARCH BUTTON SMALL */
.search-box, .search-icon{
    width:35px !important;
    height:35px !important;
}

/* REMOVE EXTRA BACKGROUND BOX */
.header-container{
    background:transparent !important;
    backdrop-filter:none !important;
}