
            .logo-image {
                height: 160px;
                width: auto;
                filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
                transition: transform 0.3s ease;
                background: transparent;
                border-radius: 0;
                padding: 0;
            }
            .logo:hover .logo-image {
                transform: scale(1.05);
            }
            .mobile-menu-header .logo-image {
                height: 80px;
                width: auto;
                filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
                background: transparent;
                border-radius: 0;
                padding: 0;
            }
            @media (max-width: 768px) {
                .logo-image {
                    height: 80px;
                    width: auto;
                    background: transparent;
                    border-radius: 0;
                    padding: 0;
                }
            }
        