.header-logo img {
    width: auto !important; /* Keeps the original aspect ratio */
    max-width: 100% !important; /* Ensures it doesn't overflow */
    height: auto !important; /* Adjusts height dynamically */
}

.header-logo {
    display: flex;
    align-items: center; /* Centers the logo */
    padding: 10px 0; /* Adjust padding to create more space */
}
