.topLogo-pc img {
    width: 50%;
}
.main-menu .elementor-nav-menu a {
    font-size: 17px !important;
    font-weight: bold !important;
}
.main-menu .elementor-nav-menu li.menu-item .sub-menu li a {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.menu-popup .global-popup-trigger {
    text-align: center;
    background: #f47434;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: 0 2px 4px #666;
    font-weight: 600;
}
.menu-popup .global-popup-trigger:hover {
    box-shadow: none;
}

@media (max-width: 767px) {
    .topLogo-mb img {
        width: 95px !important;
    }
    .topLogo-mb {
        width: 30% !important;
    }
    .header-popup-mb {
        
    }
    .top-header-nav {
        width: 30% !important;
    }
}