.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2209 .elementor-element.elementor-element-fbb62c6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-2209{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-2209 .elementor-element.elementor-element-fbb62c6{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}}/* Start custom CSS for container, class: .elementor-element-fbb62c6 *//* FORCE FIT FOR 394px SCREEN */
@media (max-width: 400px) {
    
    /* 1. Force menu to stay in one line (No stacking) */
    .elementor-2209 .elementor-element.elementor-element-fbb62c6 .elementor-nav-menu {
        flex-wrap: nowrap !important;
        white-space: nowrap !important;
        justify-content: center !important;
    }

    /* 2. Shrink font size slightly to fit 394px */
    .elementor-2209 .elementor-element.elementor-element-fbb62c6 .elementor-item {
        font-size: 11px !important; /* Perfect size for this width */
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    /* 3. Remove extra container padding so it touches edges */
    .elementor-2209 .elementor-element.elementor-element-fbb62c6 {
        padding-left: 2px !important;
        padding-right: 2px !important;
        margin: 0 !important;
        /* ==================================================
   1. MAKE MENU CONTENT SMALLER
   ================================================== */
/* Targets the text inside the menu specifically */
.elementor-nav-menu .elementor-item {
    font-size: 11px !important;      /* Makes text smaller */
    padding-left: 6px !important;    /* Reduces space between words */
    padding-right: 6px !important;
    letter-spacing: 0.5px !important; /* Makes it look neat */
}

/* ==================================================
   2. STICKY LOGIC (Logo Scrolls, Menu Sticks)
   ================================================== */
/* Only the container named 'my-sticky-menu' will stick */
.my-sticky-menu {
    position: -webkit-sticky !important; /* Safari support */
    position: sticky !important;         /* Standard support */
    top: 0 !important;                   /* Stick to the very top */
    z-index: 9999 !important;            /* Stay on top of content */
    background-color: #000000 !important;/* Keep background black */
    margin-top: 0 !important;            /* Remove gaps */
}

/* OPTIONAL: Add the white shadow ONLY when it sticks */
.my-sticky-menu {
    box-shadow: 0px 10px 20px -5px rgba(255, 255, 255, 0.3) !important;
}
    }
}/* End custom CSS */