/*
Theme Name: MQ Services LLC
Theme URI: http://mqservicesllc.com
Author: AI Studio
Description: Professional cleaning and janitorial services theme.
Version: 1.0
*/

/* Reset WordPress default styles that might interfere */
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

header {
    min-height: 80px !important;
}

header .max-w-7xl {
    min-height: 80px !important;
}

/* Logo styling */
.custom-logo-link {
    display: flex !important;
    align-items: center !important;
}

.custom-logo {
    max-height: 60px !important;
    width: auto !important;
    display: block !important;
}

/* Fix for potential interference from other themes/plugins */
.flex {
    display: flex !important;
}

.hidden {
    display: none !important;
}

/* Force horizontal menu layout */
.mq-main-menu {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 2rem !important; /* space-x-8 equivalent */
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}

.mq-main-menu li {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    height: 100% !important;
}

.mq-main-menu li a {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

/* Mobile menu reset */
.mq-mobile-menu {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
    align-items: stretch !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mq-mobile-menu li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (min-width: 768px) {
    .md\:flex {
        display: flex !important;
    }
    .md\:hidden {
        display: none !important;
    }
}
