/* =========================
   HEADER
========================= */

.header-main{
    position: relative;
    z-index: 9999;
    overflow: visible !important;
}

.header-main .e-con-inner,
.dtb-header-wrap{
    overflow: visible !important;
}

/* =========================
   HEADER WRAP
========================= */

.dtb-header-wrap{
    position: relative;
    z-index: 99999;
}

/* =========================
   MEGA MENU WRAP
========================= */

.dtb-mega-wrap{
    left: 0;
    top: 100%;
    width: 100%;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity .2s ease;
}

.dtb-mega-wrap.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* =========================
   MEGA CONTAINER
========================= */

#mega-menu-container{
    width: 90%;

    margin: 0 auto;

    background: #132d63;

    border-radius: 16px;

    border: 1px solid rgba(255,255,255,.10);

    overflow: hidden;

    box-shadow: 0 20px 60px rgba(0,0,0,.35);

    position: relative;
}

/* =========================
   MENU dropdown icons
========================= */





/* =========================
   ACTIVE MENU
========================= */

.elementor-nav-menu .menu-item.active-menu > a{
    position: relative;
 color: #4f8cff !important;
}

/* UNDERLINE */

.elementor-nav-menu .menu-item.active-menu > a::after{
    content: '';

    position: absolute;

    left: 0;
    bottom: -10px;

    width: 100%;
    height: 2px;

    background: #4f8cff;
}

/* =========================
   MENU LINKS
========================= */

.elementor-heading-title a{
    display: block;
    text-decoration: none;
}

/* =========================
   AJAX LOADER
========================= */

.mega-loading{
    min-height: 400px;
}

/* =========================
   ELEMENTOR TEMPLATE FIXES
========================= */

#mega-menu-container .elementor{
    width: 100%;
}

#mega-menu-container .e-con,
#mega-menu-container .elementor-container{
    max-width: 100% !important;
}

/* Remove Elementor min-heights */

#mega-menu-container .e-con{
    min-height: auto !important;
}

/* MENU LINK */
.elementor-nav-menu .elementor-item{
    display:flex;
    align-items:center;
    gap:6px;
}

.dtb-nav-menu span{
    font-size:12px !important;
    margin-left:2px !important;
    display:inline-block !important;
}

/* =========================
   DESKTOP ONLY
========================= */

@media (min-width:1025px){

    .dtb-mega-wrap{
        display:block !important;
    }

}