.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-image:url("https://xhubleta.org.al/wp-content/uploads/2024/10/background2.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;overscroll-behavior:auto;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.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-kit-7{background-image:url("https://xhubleta.org.al/wp-content/uploads/2024/10/background2.jpg");background-repeat:no-repeat;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Existing styles for header and content layout */
.elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px; /* Adjust if needed */
    height: 100vh;
    overflow-y: auto;
    background-color: #f0f0f0;
    z-index: 1000;
}

#content,
.elementor-location-single,
.elementor-page .site-main {
    margin-left: 250px; /* Should match header width */
    padding: 20px;
    box-sizing: border-box;
}

/* Align footer with main content */
.elementor-location-footer {
    margin-left: 250px; /* Should match header width */
    width: calc(100% - 250px);
    box-sizing: border-box;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px; /* Adjust as needed */
    margin-left: auto;
    margin-right: auto;
}

/* Hide page title */
.elementor-widget-theme-post-title,
.elementor-page-title,
.entry-title,
.page-title {
    display: none !important;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .elementor-location-header {
        width: 100%;
        height: auto;
        position: relative;
    }
    
    #content,
    .elementor-location-single,
    .elementor-page .site-main,
    .elementor-location-footer {
        margin-left: 0;
        width: 100%;
    }
    
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 95%;
    }
}/* End custom CSS */