.elementor-226 .elementor-element.elementor-element-40333b0d{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-226 .elementor-element.elementor-element-cfd3506{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-226 .elementor-element.elementor-element-a3b8a35{--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;}/* Start custom CSS *//* Hide specific header elements */
tr#hidetopheader {
    display: none;
}

.page-header {
    display: none;
}

header#site-header {
    display: none;
}

/* Additional body.elementor-page-226s to ensure complete header removal */
#masthead,
.site-header,
.main-navigation,
.header-wrapper {
    display: none !important;
}

/* Make the top section white and ensure it's visible */
.elementor-element.elementor-element-acfb5d5.topsection.elementor-widget.elementor-widget-text-editor.elementor-sticky {
    background: white;
    position: sticky;
    top: 0;
    z-index: 100;
}

/* Custom menu styles */
.custom-menu {
    background-color: #f8f9fa;
    padding: 15px 20px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    margin: 10px 0;
}

.custom-menu-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.custom-menu-links a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 4px;
}

.custom-menu-links a:hover {
    color: #007bff;
    background-color: rgba(0,123,255,0.1);
}

.custom-menu-links .separator {
    color: #ccc;
    font-weight: 300;
}

/* Ensure the page content starts from the top */
body {
    padding-top: 0 !important;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .custom-menu {
        padding: 10px 15px;
    }

    .custom-menu-links {
        flex-direction: column;
        gap: 15px;
    }

    .custom-menu-links .separator {
        display: none;
    }

    .elementor-element.elementor-element-acfb5d5.topsection.elementor-widget.elementor-widget-text-editor.elementor-sticky {
        width: 100%;
        left: 0;
        right: 0;
    }
}/* End custom CSS */