/* Premium Logo Styles - Nentsoftsa */
.navbar-logo-img {
    height: 50px !important;
    width: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 8px rgba(29, 161, 242, 0.15));
}

.navbar-logo-img:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgba(29, 161, 242, 0.3));
}

.footer-logo-img {
    height: 42px !important;
    width: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 8px rgba(29, 161, 242, 0.1));
}

.footer-logo-img:hover {
    transform: scale(1.05);
}
