/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 21, 2021, 12:03:47 PM
    Author     : developer
*/
.topnav-btn {
    color: #212529 !important;
    border: none;
    background: none;
    font-weight: 600;
    outline: none;
}

.topnav-btn:hover {
    color: blue !important;
    border: none;
    background: none;
    outline: none !important;
}

.topnav-btn:visited,
.topnav-btn:active,
.topnav-btn:after,
.topnav-btn:before,
.topnav-btn:focus {
    color: #212529 !important;
    border: none;
    background: none;
    outline: none !important;
}

/* --- Fixed Navbar Logo --- */
.navbar-brand img {
    height: 60px !important;
    /* Force height constraint */
    width: auto !important;
    /* Maintain aspect ratio */
    max-width: 200px;
}

/* --- Improved Nav Links --- */
.navbar-nav .nav-item {
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-nav .nav-link {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

/* --- Responsive Adjustments for Medium Screens --- */
@media (max-width: 1440px) {
    .navbar-nav .nav-item {
        margin-left: 5px;
        margin-right: 5px;
    }

    .navbar-nav .nav-link {
        font-size: 13px;
    }
}

@media (max-width: 1250px) {
    .navbar-nav .nav-item {
        margin-left: 2px;
        margin-right: 2px;
    }

    .navbar-nav .nav-link {
        font-size: 12px;
    }
}