/* ==========================================================================
   Mobile Mega Menu Styles
   ========================================================================== */

/* --- Hide elements on mobile by default --- */
.mblmenubtnhide {
    display: none;
}

.arrow {
    display: none !important;
}

/* --- Mobile menu link font weight --- */
.newmblmenu1 a {
    font-weight: 400 !important;
}

/* --- Chevron Icon Transition --- */
.chevron-icon {
    transition: transform 0.3s ease;
}

.chevron-icon.rotate {
    transform: rotate(180deg);
}

.product-toggle-link i.rotate,
.hideimgmbl i.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* --- Mobile Menu Dropdown --- */
@media(max-width:768px) {
.mobile-menu-dropdown {
    position: absolute;
    top: 140px;
    right: 10px;
    left: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    padding: 10px 20px;
    min-width: 180px;
}

.mobile-menu-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-dropdown li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.mobile-menu-dropdown li:last-child {
    border-bottom: none;
}

.mobile-menu-dropdown a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}
}
/* --- Mobile Container Box --- */
.mblcontainer-box2 {
    height: 170px;
}

/* --- Mobile Toggle Button --- */
@media only screen and (max-width: 768px) {
.mobile-toggle-btn {
    display: block;
    position: absolute;
    background-color: #2964d8;
    color: #fff;
    border: none;
    padding: 6px 10px;
    font-size: 20px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: -87px;
    margin-left: 321px !important;
}

.mobile-toggle-btn i {
    transition: transform 0.3s ease;
}
}

/* --- Hide on Desktop --- */
@media (min-width: 769px) {
    .mobile-menu-dropdown {
        display: none !important;
    }

    .mbltalktoexpertsec1 {
        display: none;
    }
}

/* --- Mobile Breakpoint Overrides --- */
@media only screen and (max-width: 768px) {
    .mobile-menu-dropdown {
        position: fixed !important;
        max-height: 551px !important;
        overflow-y: auto;
        top: 81px !important;
    }

    .mobile-menu-dropdown li {
        border-bottom: none;
    }

    .migratebtnmbl {
        padding-right: 38px;
        padding-left: 38px;
    }

    .container-box {
        width: 308px !important;
        text-align: left !important;
    }

    .productsmoblhide {
        display: none !important;
    }

    .mobile-toggle-btn {
        position: fixed;
        top: 153px;
        right: 10px;
        margin: 0;
        z-index: 999;
    }
}
