.profile-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}
.profile-dropdown li a{
    border-bottom: 1px solid var(--grey-100);
    font-size: 0.83em;
    font-weight: 400;
    padding: 6px 18px 6px 18px;
    position: relative;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -0.5px;
}
.profile-dropdown li a{
    color: var(--default);
}
.profile-dropdown li:last-child a {
    border-bottom: 0;
}

.profile-dropdown{
    --bs-dropdown-padding-y: 0rem !important;
    border-radius: var(--border-radius2x) !important;
}
@media (max-width: 425px) {
    .profile-icon {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 768px) {  /* Adjust breakpoint as needed */
    .hide-on-mobile {
        display: none !important;
    }
}

.dropdown-mega-col {
    flex: 1; /* Allows flexible width */
    word-wrap: break-word;
    white-space: normal; /* Allows text to wrap */
    overflow-wrap: break-word;
}



/* Ensure the dropdown opens on hover */
.profile-dropdown-container:hover .profile-dropdown {
    display: block;
}

/* Override Bootstrap's default behavior */
.profile-dropdown {
    display: none; /* Hide by default */
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
    z-index: 1000;
}



.feature-box .feature-box-icon.feature-box-icon-lg {
    width: 3.1em;
    height: 3.1em;
}


@media (max-width: 991px) {
    #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
        margin: 0 0 0 0;
    }
    #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
        margin-left: 10px;
    }

    .mobile-menu-box-shadow-1:before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0.33;
        content: '';
        box-shadow: 0 30px 90px #BBB;
        transition: all 0.2s ease-in-out;
    }
}
