.elementor-666 .elementor-element.elementor-element-8cffc91{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5de7205 */.io-mega-menu{

    padding:35px;

    background:
    radial-gradient(
        circle at top center,
        rgba(0,209,255,.08),
        transparent 45%
    );

    position:relative;
}

/* MAIN GLASS CONTAINER */

.mega-inner{

    max-width:1450px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(5,1fr);

    position:relative;

    background:
    linear-gradient(
        180deg,
        rgba(18,51,72,.95) 0%,
        rgba(11,38,53,.92) 100%
    );

    backdrop-filter:blur(30px);
    -webkit-backdrop-filter:blur(30px);

    border-radius:28px;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
    0 25px 60px rgba(0,0,0,.45),
    0 0 60px rgba(0,209,255,.06),
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 -1px 0 rgba(255,255,255,.03);
}

/* PREMIUM BORDER */

.mega-inner::before{

    content:"";

    position:absolute;
    inset:0;

    padding:1px;

    border-radius:28px;

    background:
    linear-gradient(
        135deg,
        rgba(0,209,255,.35),
        rgba(255,255,255,.04),
        rgba(0,209,255,.15)
    );

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
    mask-composite:exclude;

    pointer-events:none;
}

/* TOP GLOW */

.mega-inner::after{

    content:"";

    position:absolute;

    top:-120px;
    left:50%;

    transform:translateX(-50%);

    width:550px;
    height:260px;

    background:
    radial-gradient(
        circle,
        rgba(0,209,255,.22) 0%,
        rgba(0,209,255,.08) 40%,
        transparent 75%
    );

    filter:blur(70px);

    pointer-events:none;
}

/* COLUMNS */

.mega-col{

    padding:38px 28px;

    position:relative;
    z-index:2;

    border-right:1px solid rgba(255,255,255,.05);

    transition:.35s ease;
}

.mega-col:last-child{
    border-right:none;
}

/* COLUMN HOVER */

.mega-col:hover{

    background:
    linear-gradient(
        180deg,
        rgba(255,255,255,.03),
        rgba(0,209,255,.03)
    );

    box-shadow:
    inset 0 0 0 1px rgba(0,209,255,.12),
    0 0 30px rgba(0,209,255,.08);
}

/* HEADING */

.mega-col h4 a{

    color:#00D1FF;

    font-size:16px;
    font-weight:700;

    line-height:1.5;

    margin:0 0 24px;

    text-transform:uppercase;

    letter-spacing:.5px;
}

/* LINKS */

.mega-col a{

    display:block;

    color:#D6E3EC;

    text-decoration:none;

    font-size:16px;

    line-height:1.5;

    padding:11px 0;

    transition:.3s ease;
}

.mega-col a:hover{

    color:#00D1FF;

    transform:translateX(6px);
}

/* TABLET */

@media(max-width:1200px){

    .mega-inner{

        grid-template-columns:
        repeat(3,1fr);
    }

    .mega-col:nth-child(3){
        border-right:none;
    }
}

/* MOBILE */

@media(max-width:767px){

    .io-mega-menu{
        padding:15px;
    }

    .mega-inner{

        grid-template-columns:1fr;

        border-radius:22px;
    }

    .mega-col{

        border-right:none;

        border-bottom:
        1px solid rgba(255,255,255,.05);

        padding:25px 22px;
    }

    .mega-col:last-child{
        border-bottom:none;
    }

    .mega-col h4{

        font-size:14px;

        margin-bottom:15px;
    }

    .mega-col a{

        font-size:15px;

        padding:9px 0;
    }

}/* End custom CSS */