.megamenu_fl_width {
    width: 100%;
    height: auto;
    padding: 10px;
    background: #FBFFFF;
}

.megamenu_fx_width {
    max-width: 1250px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}

.megamenu_inline_flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 10px;
}

.megamenu_left_bx {
    width: 30%;
    height: auto;
    padding: 10px;
}

.megamenu_right_bx {
    width: 80%;
    height: auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.megamenu_rg_ineer_bx {
    width: 48%;
    height: auto;
    padding: 10px;
}

.megamenu_tb_button {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    color: #000000;
    padding: 5px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.5em;
    background: #ffff;
    cursor: pointer;
}

.megamenu_tb_button:hover {
    color: #0011E3;
    border: 1px solid #e1e1e1;
}

.megamenu_tb_button_icon {
    width: 50px;
    height: auto;
}

.fdhgsgds {
    display: flex;
}

.mega_li {
    list-style: none;
    margin-bottom: 10px;
}

.mega_a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: #343434;
    text-decoration: none;
}

.mega_a:hover {
    color: #0011E3;
}

.mega_menu_arrw_a {
    width: 13px;
    position: relative;
    height: auto;
    top: 2px;
    margin-right: 5px;
}

@media only screen and (max-width:900px) {

    .megamenu_inline_flex,
    .fdhgsgds {
        flex-direction: column;
    }

    .megamenu_left_bx,
    .megamenu_right_bx,
    .fdhgsgds {
        width: 100%;
    }

    .megamenu_right_bx {
        flex-direction: column;
    }

    .megamenu_rg_ineer_bx {
        width: 100%;
        padding-bottom: 0px;
    }

    #itSection,
    #digitalSection {
        flex-direction: column;
    }
}

.header_nav_li {
    position: static;
    display: inline-block;
}

.dropdown_menu {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 20px 0;
    margin: 0;
    list-style: none;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-top: 1px solid #eee;
    transform: none !important;
}

.header_nav_a i,
.m_drop_btn i {
    transition: 0.3s ease;
}

.mobile_only_header,
.m_drawer,
.m_overlay {
    display: none;
}


@media (max-width: 1024px) {
    header.hedear_fl_width {
        display: none !important;
    }

    .mobile_only_header {
        display: block;
    }

    .m_drawer {
        display: block;
    }

    .m_overlay {
        display: none;
    }

    .mobile_only_header {
        display: block;
        background: #fff;
        padding: 12px 20px;
        position: sticky;
        top: 0;
        z-index: 999;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .mobile_header_flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .m_logo {
        height: 45px;
    }

    .m_hamburger span {
        display: block;
        width: 25px;
        height: 3px;
        background: #004687;
        margin: 4px 0;
        border-radius: 2px;
    }

    .m_drawer {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
        z-index: 1001;
        transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        overflow-y: auto;
        display: block;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
    }

    .m_drawer.active {
        right: 0;
    }

    .m_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 30, 60, 0.7);
        backdrop-filter: blur(3px);
        display: none;
        z-index: 1000;
    }

    .m_overlay.active {
        display: block;
    }

    .m_drawer_top {
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e1e8ed;
    }

    .m_close {
        font-size: 30px;
        color: #004687;
        cursor: pointer;
    }

    .m_nav_links {
        list-style: none;
        padding: 10px 20px;
    }

    .m_nav_links li {
        margin-bottom: 5px;
    }

    .m_nav_links>li>a {
        display: block;
        padding: 15px 0;
        color: #343434;
        font-weight: 600;
        text-decoration: none;
        border-bottom: 1px solid #f0f0f0;
    }

    .m_sub_menu {
        display: none;
        padding: 10px 15px;
        background: #fff;
        border-radius: 8px;
    }

    .m_cat_title {
        font-size: 13px;
        font-weight: 800;
        color: #007bff;
        margin: 15px 0 5px 0;
        text-transform: uppercase;
    }

    .m_sub_menu a {
        display: block;
        padding: 10px 0;
        color: #343434;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        border-bottom: 1px dashed #eee;
    }

    .m_contact_cta {
        background: linear-gradient(90deg, #004687, #007bff);
        color: #fff !important;
        text-align: center;
        border-radius: 50px;
        margin-top: 25px;
        box-shadow: 0 4px 15px rgba(0, 70, 135, 0.3);
    }
}

@media only screen and (max-width:900px) {
    .pd_top_botm_hero_section_1 {
        padding-top: 10px ! important;
        padding-bottom: 10px;
    }
}