.elementor-12 .elementor-element.elementor-element-94819db{--display:flex;}.elementor-12 .elementor-element.elementor-element-274aa77{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-274aa77 *//* =========================
   IMPERIAL VISUALS HEADER
========================= */

.iv-header{

    position:fixed;
    top:0;
    left:0;

    width:100%;

    z-index:9999;

    background:rgba(10,10,10,.95);

    backdrop-filter:blur(12px);

    border-bottom:1px solid rgba(255,255,255,.08);

}

.iv-container{

    max-width:1300px;

    margin:auto;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:18px 25px;

}

/* LOGO */

.iv-logo{

    text-decoration:none;

    color:#ffffff;

    font-size:30px;

    font-weight:800;

    letter-spacing:.5px;

}

.iv-logo span{

    color:#D4AF37;

}

/* NAVIGATION */

.iv-nav-links{

    display:flex;

    gap:35px;

    list-style:none;

    margin:0;
    padding:0;

}

.iv-nav-links a{

    color:#ffffff;

    text-decoration:none;

    font-size:15px;

    font-weight:500;

    transition:.3s;

}

.iv-nav-links a:hover{

    color:#D4AF37;

}

/* CTA BUTTON */

.iv-btn{

    background:#D4AF37;

    color:#000;

    padding:12px 22px;

    border-radius:8px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.iv-btn:hover{

    transform:translateY(-2px);

}

/* MOBILE MENU */

.iv-menu-toggle{

    display:none;

    flex-direction:column;

    gap:5px;

    cursor:pointer;

}

.iv-menu-toggle span{

    width:28px;

    height:3px;

    background:#fff;

    border-radius:20px;

}

/* =========================
   TABLET
========================= */

@media(max-width:1024px){

    .iv-btn{

        display:none;

    }

    .iv-nav-links{

        gap:20px;

    }

}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .iv-menu-toggle{

        display:flex;

    }

    .iv-navbar{

        position:absolute;

        top:100%;

        left:0;

        width:100%;

        background:#111;

        max-height:0;

        overflow:hidden;

        transition:.4s ease;

    }

    .iv-navbar.active{

        max-height:500px;

    }

    .iv-nav-links{

        flex-direction:column;

        text-align:center;

        padding:25px 0;

        gap:20px;

    }

}/* End custom CSS */