/* Desktop Logo & Button Balance Fix - Professional Sizing */
@media (min-width: 992px) {
    /* Header Logo - Balanced with button */
    .navbar-brand img,
    .logo-center img,
    .logo img,
    .top-bar .logo img {
        height: 50px !important;
        max-width: 200px !important;
    }
    
    /* Button size adjustment for balance */
    .btn-quote {
        padding: 8px 18px !important;
        font-size: 14px !important;
    }
    
    /* Footer Logo */
    footer img,
    .footer-logo img {
        height: 50px !important;
        max-width: 200px !important;
    }
}