.elementor-kit-13{--e-global-color-primary:#0C0C0C;--e-global-color-secondary:#FAEEEE;--e-global-color-text:#000000;--e-global-color-accent:#B9EFFA;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:25px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1px;--e-global-typography-accent-letter-spacing:0px;--e-global-typography-accent-word-spacing:0px;background-color:#0C0C0C;color:#FFFFFF;font-family:"Inter", Sans-serif;font-size:3px;}.elementor-kit-13 img{border-radius:0px 0px 0px 0px;opacity:1;box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );transition-duration:0s;}.elementor-kit-13 img:hover{opacity:0.1;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header .site-navigation ul.menu li a{color:#0C0C0C;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ==================================================
   MASTER MOBILE FIX (Applies to all phones)
   ================================================== */

@media (max-width: 767px) {

    /* --- 1. GLOBAL LAYOUT (Fixes "Squished" Look) --- */
    /* Prevents horizontal scrolling */
    html, body {
        overflow-x: hidden !important;
        position: relative;
    }

    /* Force all containers to be full width with safe spacing */
    .e-con, .elementor-container, .elementor-section {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;  /* Safe space on left */
        padding-right: 15px !important; /* Safe space on right */
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* --- 2. HEADER FIX (Sticky & One Line) --- */
    /* Locks header to top */
   !important;
        z-index: 99999;
        background-color: #000000 !important;
        padding: 0 !important; /* Removes padding to give text space */
    }

    /* Forces Menu Items (Whitepaper, News) to fit in one line */
    .elementor-nav-menu {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        white-space: nowrap !important;
    }

    .elementor-nav-menu .elementor-item {
        font-size: 12px !important; /* Readable but small enough to fit */
        padding: 0 8px !important;  /* Small gap between words */
    }

    /* Hides the Hamburger Icon permanently */
    .elementor-menu-toggle {
        display: none !important;
    }

    /* --- 3. FOOTER FIX (Stacked Buttons) --- */
    /* Forces the button container to stack vertically */
    .elementor-location-footer .elementor-container,
    .elementor-location-footer .e-con {
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
    }

    /* Makes buttons perfect width for mobile fingers */
    .elementor-location-footer .elementor-button {
        width: 280px !important; /* Fixed width looks neatest */
        max-width: 100% !important;
        justify-content: center !important;
        padding: 12px 0 !important;
        margin: 0 !important;
    }
}/* End custom CSS */