
.page-card-head h4 {
    visibility: hidden; /* Hide the original text */
}

.page-card-head h4.darzi-erp {
    visibility: visible; /* Make the new text visible */
    margin-top: 0rem;
}

.page-card-head img {
    visibility: hidden !important; /* Hide the original logo */
    max-height: 150px !important; /* Set a higher max-height for the original logo */
    width: auto !important; /* Maintain aspect ratio */
}

.page-card-head img.custom-logo {
    visibility: visible !important; /* Show the custom logo */
    height: 150px !important; /* Set your desired height for the custom logo */
    width: auto !important; /* Maintain aspect ratio */
    object-fit: contain !important; /* Ensure the image scales correctly */
}

/* 
.navbar-home img {
    visibility: hidden; 
    max-height: 28px; 
    width: auto; 
}

.navbar-home img.custom-logo {
    visibility: visible; 
    max-height: 28px;
    width: auto; 
} */