/* Mobile Menu Logo Customization */
.mm-menu .mm-title {
    background: transparent !important;
    padding: 10px 0 !important;
    font-weight: normal !important;
    font-size: inherit !important;
    height: auto !important;
    color: inherit !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.mm-navbar .mm-title {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
    text-overflow: unset !important;
    white-space: normal !important;
    overflow: visible !important;
    /* margin-top: 17px !important; */
    /* font-weight: bold !important; */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}

.mobile-menu-logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

.mobile-menu-logo img {
    max-height: 36px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.mm-title{
    display: none !important;
}

/* Ensure the navbar has proper styling */
.mm-navbar {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

/* Additional responsive adjustments */
@media (max-width: 767px) {
    .mobile-menu-logo img {
        max-height: 35px;
    }
    
    .mm-navbar .mm-title {
        padding: 8px 0;
    }
}

/* Chỉ hiển thị logo ở thanh tiêu đề đầu tiên của mmenu */
.mm-navbar .mm-title .mobile-menu-logo {
    display: flex !important;
}
.mm-navbar .mm-title + .mm-title .mobile-menu-logo,
.mm-navbar .mm-title .mobile-menu-logo + .mobile-menu-logo {
    display: none !important;
}

/* Ẩn logo lặp lại ở các panel con */
.mm-navbar:not(:first-child) .mobile-menu-logo,
.mm-navbar .mm-title:not(:first-child) .mobile-menu-logo {
    display: none !important;
}

/* .mobile-menu-contact {
    padding: 20px 16px 24px 16px;
    border-top: 1px solid #eee;
    font-size: 15px;
    color: #222;
    background: #fafbfc;
    margin-top: 24px;
} */
.mobile-menu-contact .contact-title {
    font-weight: 600;
    margin-bottom: 8px;
    color: #22e57c;
    font-size: 16px;
}
.mobile-menu-contact .contact-info > div {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.mobile-menu-contact .contact-info a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s;
}
.mobile-menu-contact .contact-info a:hover {
    color: rgb(36, 112, 36);
}
.mobile-menu-contact i {
    color: #22e57c;
    min-width: 18px;
    text-align: center;
} 