.elementor-306 .elementor-element.elementor-element-6c6807e{--display:flex;}.elementor-306 .elementor-element.elementor-element-2250069{--spacer-size:50px;}.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-6df44de *//* Base Header Reset & Frame Layout */
.aa-header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background-color: #000000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 99999;
    box-sizing: border-box;
    font-family: 'Oswald', 'Impact', 'Arial Narrow', sans-serif; 
}

.aa-header-inner {
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

/* Master Navigation Elements */
.aa-desktop-nav {
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 5;
}

.aa-nav-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    gap: 24px;
    align-items: center;
}

/* Core Link Typography Style */
.aa-nav-link {
    text-decoration: none !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #ffffff !important;
    display: inline-block;
    line-height: 85px;
    transition: color 0.2s ease-in-out;
    position: relative;
}

/* Interaction Color Rules */
.aa-nav-link:hover,
.aa-nav-link.active-nav {
    color: #EC7427 !important;
}

/* Custom underline tracer strip */
.aa-nav-link::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #EC7427;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

.aa-nav-link:hover::after,
.aa-nav-link.active-nav::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Absolute Positioning Desktop Logo */
.aa-logo-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aa-logo-link {
    display: flex;
    align-items: center;
}

.aa-brand-logo {
    height: 55px !important;
    width: auto !important;
    display: block !important;
    object-fit: contain !important;
}

/* Premium Mobile Toggle Hamburger Button UI */
.aa-mobile-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 46px;
    height: 36px;
    background-color: #EC7427 !important;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    padding: 0;
    z-index: 100001 !important;
    transition: background-color 0.2s ease;
}

.aa-mobile-hamburger:focus {
    outline: none;
}

.aa-bar {
    width: 20px;
    height: 2px;
    background-color: #ffffff !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Backdrop Dimming Overlay Component */
.aa-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75) !important;
    backdrop-filter: blur(4px);
    z-index: 99997 !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

/* Classy Right-Side Off-Canvas Menu Drawer Style */
.aa-mobile-drawer {
    position: fixed;
    top: 0;
    right: -320px !important;
    width: 320px;
    height: 100% !important;
    background-color: #0c0c0c !important;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.8);
    z-index: 99998 !important;
    display: flex;
    flex-direction: column;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-sizing: border-box;
    font-family: 'Oswald', 'Impact', 'Arial Narrow', sans-serif !important;
}

.aa-drawer-header {
    padding: 40px 30px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.aa-drawer-title {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    opacity: 0.4;
}

.aa-mobile-nav-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    display: flex;
    flex-direction: column;
}

.aa-mobile-nav-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

/* Classy Navigation Link Layout inside mobile drawer */
.aa-mobile-link {
    text-decoration: none !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #ffffff !important;
    display: block;
    padding: 18px 30px;
    position: relative;
    transition: all 0.25s ease;
    font-family: 'Oswald', 'Impact', 'Arial Narrow', sans-serif !important;
}

.aa-mobile-link:hover {
    color: #EC7427 !important;
    background-color: rgba(255, 255, 255, 0.02);
    padding-left: 35px;
}

/* Active Page State styling for mobile menu rows */
.aa-mobile-link.active-nav {
    color: #EC7427 !important;
    font-weight: 500 !important;
    background-color: rgba(236, 116, 39, 0.04);
    border-left: 4px solid #EC7427;
    padding-left: 26px;
}

/* ==========================================================================
   Mobile Responsive Logic Engine
   ========================================================================== */
@media (max-width: 991px) {
    .aa-header-inner {
        justify-content: space-between;
    }

    .aa-logo-wrapper {
        position: static;
        transform: none;
    }

    /* Fixed: Logo layout expanded to 50px for stronger prominence on mobile */
    .aa-brand-logo {
        height: 50px !important;
    }

    .aa-desktop-nav {
        display: none !important;
    }

    .aa-mobile-hamburger {
        display: flex !important;
    }

    /* Active UI States Injected via JavaScript classing mechanics */
    body.drawer-open {
        overflow: hidden !important;
    }

    body.drawer-open .aa-mobile-drawer {
        right: 0 !important;
    }

    body.drawer-open .aa-menu-overlay {
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    /* Morphing Transforms from Hamburger bars to close symbol "X" */
    body.drawer-open .aa-bar:nth-child(1) {
        transform: rotate(45deg) translate(4px, 4px);
    }

    body.drawer-open .aa-bar:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }

    body.drawer-open .aa-bar:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -4px);
    }
}/* End custom CSS */



