
/* ======================= responsive ==================================== */
/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 
    .navbar-n{
        background: #0a2c58;
    }
    .mobile-nav{
        display: block !important;
        position: absolute;
        background: #0a2c58;
        top: 100%;
        width: 100%;
        left: 0;
        padding: 24px;
    }
    .nav-menu{
        flex-direction: column;
    }
    .navbar-n.sticky .nav-menu a{
        color: #fff;
    }
    .navbar-n.sticky .nav-menu li a:hover::after {
        background: #fff;
    }
    .navbar-n.sticky .nav-menu li a:hover::after {
        background: #fff;
    }
    .navbar-n.sticky .nav-menu a.active::after{ 
        background: #fff;
    }
    .team-overlap-img img{
        height: 100%;
    }
    .team-overlap-text {
        padding: 100px 20px;
    }
    .bg-section-top{
        margin-top: 100px;
    }
    .dropdown-menu {
        display: none !important; /* Default dropdown state */
        border-radius: 0 !important;
    }
    .dropdown-menu.show {
        display: block !important; /* Show menu when clicked */
    }
 }