.badge-new {
    position: relative;
    top: -6px;
    display: inline-block;
    background-color: #FFFFFF;
    color: #003b95;
    font-weight: 700;
    font-size: 9px;
    padding: 1px 6px;
    border-radius: 6px;
    vertical-align: middle;
    margin-left: 0;
    animation: blink 1.2s infinite;
    box-shadow: 0 0 8px #FFFFFF;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.1);
    }
}

@media (max-width: 450px) {
    .main-header img {
        max-height: 62px !important;
        width: auto !important;
    }
}

@media (max-width: 768px) {
    .mobile-profile-box {
        padding: 20px;
        border-bottom: 1px solid #eee;
        background: #fff;
    }

    .mobile-profile-avatar {
        width: 48px;
        height: 48px;
        background: #ffcc00;
        color: #000;
        border-radius: 50%;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }

    .mobile-profile-name {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .mobile-profile-badge {
        background: #ffcc00;
        color: #003b95;
        font-size: 12px;
        padding: 3px 8px;
        border-radius: 8px;
        font-weight: 600;
    }

    .mobile-menu-list a {
        display: flex;
        align-items: center;
        padding: 14px 20px;
        font-size: 16px;
        border-bottom: 1px solid #f1f1f1;
        color: #000;
        text-decoration: none;
    }

    .mobile-menu-list a i {
        width: 22px;
        margin-right: 15px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .mobile-setting-label {
        font-size: 14px;
        font-weight: 600;
        color: #555;
        text-transform: uppercase;
        margin-bottom: 6px;
        display: block;
        opacity: .7;
    }

    .mobile-setting-block .btn-light {
        background: #fff;
        border: 1px solid #e5e5e5;
        font-size: 15px;
        padding: 12px 15px;
        border-radius: 8px;
        text-align: left;
    }

    .mobile-setting-block .dropdown-menu {
        border-radius: 8px;
        border: 1px solid #eee;
        padding: 0;
        overflow: hidden;
    }

    .mobile-setting-block .dropdown-item {
        padding: 12px 15px;
        font-size: 15px;
    }

    .mobile-setting-block .dropdown-item:hover {
        background: #f7f7f7;
    }
}

/* Mobile User Avatar Near Burger Menu */
.mobile-header-avatar {
    cursor: pointer;
}

.mobile-avatar-circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffcc00;
    color: #003b95;
    font-weight: 700;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease;
}

.mobile-avatar-circle:hover {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    call-us-selector,
    #tcx-callus-js,
    .tcx-callus-container {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}
