/* Base Styles (Mobile First) */
.main-nav-about-us {
    width: 50%; /* Full width by default */
    background-color: #fff;
}

.main-nav-about-us ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navi-item {
    position: relative;
    width: 100%;
}

.navi-item > a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    transition: all 0.5s;
    border-bottom: 1px solid #eee;
}

.dropdown-indicator {
    float: right;
    transition: transform 0.2s;
    font-size: 0.9em;
    color: #666;
}

.submenus {
    width: 100%;
    display: none;
    background-color: rgba(0, 102, 204, 0.03);
}

.submenus-item a {
    display: block;
    padding: 12px 20px 12px 30px;
    color: #555;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

/* Mobile Behavior (Default) */
.navi-item.active .submenus {
    display: block;
}

.navi-item.active .dropdown-indicator {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .main-nav-about-us {
        width: 50%; /* Fixed width on desktop */
    }


    .navi-item > a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }

    .submenus-item a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }

    /* Hide click behavior on desktop */
    .navi-item.active .submenus {
        display: none;
    }
}

@media (max-width: 991px) {
    .main-nav-about-us {
        width: 100%; /* Fixed width on desktop */

    }



    .navi-item > a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }

    .submenus-item a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }


}

/* Base Styles (Mobile First) */
.main-nav {
    width: 50%; /* Full width by default */
    background-color: #fff;
}

.main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navi-item {
    position: relative;
    width: 100%;
}

.navi-item > a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    transition: all 0.5s;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.dropdown-indicator {
    float: right;
    transition: transform 0.2s;
    font-size: 0.9em;
    color: #666;
}

.submenus {
    width: 100%;
    display: none;
    background-color: rgba(0, 102, 204, 0.03);
}

.submenus-item a {
    display: block;
    padding: 12px 20px 12px 30px;
    color: #555;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

/* Click behavior for all screens */
.navi-item.active .submenus {
    display: block;
}

.navi-item.active .dropdown-indicator {
    transform: rotate(180deg);
}

/* Desktop styles */
@media (min-width: 992px) {
    .main-nav {
        width: 50%; /* Fixed width on desktop */
        margin-left: 100px;
    }

    /* Keep hover effects for visual feedback only, not for showing submenus */
    .navi-item > a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }

    .submenus-item a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }
}

/* Mobile styles */
@media (max-width: 991px) {
    .main-nav {
        width: 100%;
    }

    /* Keep hover effects for visual feedback only, not for showing submenus */
    .navi-item > a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }

    .submenus-item a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }
}

/* Base Styles (Mobile First) */
.main-nav-corp {
    width: 50%; /* Full width by default */
    background-color: #fff;
}

.main-nav-corp ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navi-item {
    position: relative;
    width: 100%;
}

.navi-item > a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    transition: all 0.5s;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.dropdown-indicator {
    float: right;
    transition: transform 0.2s;
    font-size: 0.9em;
    color: #666;
}

.submenus {
    width: 100%;
    display: none;
    background-color: rgba(0, 102, 204, 0.03);
}

.submenus-item a {
    display: block;
    padding: 12px 20px 12px 30px;
    color: #555;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

/* Click behavior for all screens */
.navi-item.active .submenus {
    display: block;
}

.navi-item.active .dropdown-indicator {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .main-nav-corp {
        width: 50%; /* Fixed width on desktop */
        margin-left: 300px
    }

    /* Keep hover effects for visual feedback only, not for showing submenus */
    .navi-item > a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }

    .submenus-item a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }
}

@media (max-width: 991px) {
    .main-nav-corp {
        width: 100%; /* Fixed width on desktop */
    }

    /* Keep hover effects for visual feedback only, not for showing submenus */
    .navi-item > a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }

    .submenus-item a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }
}

/* Base Styles (Mobile First) */
.main-nav-partner {
    width: 50%; /* Full width by default */
    background-color: #fff;
}

.main-nav-partner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navi-item {
    position: relative;
    width: 100%;
}

.navi-item > a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    transition: all 0.5s;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.dropdown-indicator {
    float: right;
    transition: transform 0.2s;
    font-size: 0.9em;
    color: #666;
}

.submenus {
    width: 100%;
    display: none;
    background-color: rgba(0, 102, 204, 0.03);
}

.submenus-item a {
    display: block;
    padding: 12px 20px 12px 30px;
    color: #555;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

/* Active state for clicked menus */
.navi-item.active .submenus {
    display: block;
}

.navi-item.active .dropdown-indicator {
    transform: rotate(180deg);
}

/* Remove hover behaviors */
.navi-item:hover .submenus {
    display: none;
}

.navi-item:hover .dropdown-indicator {
    transform: rotate(0deg);
}

@media (min-width: 992px) {
    .main-nav-partner {
        width: 50%; /* Fixed width on desktop */
        margin-left: 500px
    }





    .navi-item > a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }

    .submenus-item a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }
}

@media (max-width: 991px) {
    .main-nav-partner {
        width: 100%; /* Full width on mobile */
    }





    .navi-item > a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }

    .submenus-item a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }
}

/* Base Styles (Mobile First) */
.main-nav-res {
    width: 50%; /* Full width by default */
    background-color: #fff;
}

.main-nav-res ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navi-item {
    position: relative;
    width: 100%;
}

.navi-item > a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    transition: all 0.5s;
    border-bottom: 1px solid #eee;
}

.dropdown-indicator {
    float: right;
    transition: transform 0.2s;
    font-size: 0.9em;
    color: #666;
}

.submenus {
    width: 100%;
    display: none;
    background-color: rgba(0, 102, 204, 0.03);
}

.submenus-item a {
    display: block;
    padding: 12px 20px 12px 30px;
    color: #555;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

/* Mobile Behavior (Default) */
.navi-item.active .submenus {
    display: block;
}

.navi-item.active .dropdown-indicator {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .main-nav-res {
        width: 50%; /* Fixed width on desktop */
        margin-left: 600px
    }



    .navi-item > a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }

    .submenus-item a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }


}

@media (max-width: 991px) {
    .main-nav-res {
        width: 100%; /* Fixed width on desktop */

    }

    .navi-item:hover .submenus {
        display: block;
    }



    .submenus-item a:hover {
        color: #0066cc;
        background-color: rgba(0, 102, 204, 0.05);
    }


}
