/* your styles go here */
.logo img{
    display: none;
}
.navbar-brand-box{
    background: url(https://users.rvtps.com/wp-content/uploads/2025/04/Untitled-presentation-1.png) no-repeat !important;
     /* or contain, 100px 50px, 50% 75%, auto */
    background-repeat: no-repeat !important;
    background-color: white !important;
    background-size: 100% 100% !important;
}
.sidebar-enable .navbar-brand-box{
    background-size: cover !important;
}
@media (max-width: 992px) {
    /* .navbar-brand-box {
        width: auto;
    }
     */
    .navbar-brand-box {width: 70px !important;background-size: cover !important;}
}