.navbar-brand img, .logo img, header .logo img, .site-header .logo img, .header-logo img, img.logo {
    height: 75px !important;;
}
@media (max-width: 766px) {
    .navbar-brand img, .logo img, header .logo img, .site-header .logo img, .header-logo img, img.logo {
         height: 55px !important;;
    }
}
@media (min-width: 992px) {
    header.global-header .header-logo a {
        margin: 0;
        margin: 5px 0 0;
    }
}
#footer .powered-area {
    display:none;
}
header.global-header .nav-links .main {
    margin: 13px 0 0 15px;
}
header.global-header .nav-links .main .nav-tab a {;
    margin: 0 !important;
    padding: 7px 25px 19px !important;
}
.mobile-menu {
    position: absolute;
    left: 0;
    top: 54px;
    z-index: 9999;
    margin: 0;
    width: 100%;
    background: #ffffff;
    border: none;
    border-bottom: 3px solid #0ea5e9;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.1);
    overflow: hidden;
    animation: menuSlideDown 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards; 
}
@keyframes menuSlideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.mobile-menu .mobile-nav-item {
    border-bottom: 1px solid #f1f5f9; 
}
.mobile-menu .mobile-nav-item:last-child {
    border-bottom: none; 
}
.mobile-menu .mobile-nav-link a {
    display: block;
    font-weight: 600;
    padding: 16px 20px;
    font-size: 15px;
    color: #334155;
    border: none;
    transition: all 0.3s ease;
}
.mobile-menu .mobile-nav-link a:hover,
.mobile-menu .mobile-nav-link a.active {
    background: #f8fafc;
    color: #0ea5e9;
    padding-left: 28px;
}
.profile-page .container-fluid {
    max-width: 100%;
    padding-left: 120px !important;
    padding-right: 120px !important;
}