/* Hide title and footer, remove footer space on page/post ID 2759 */
.page-id-2759 h1.entry-title,
.post-2759 h1.entry-title {
    display: none !important;
}

.page-id-2759 footer,
.page-id-2759 .site-footer,
.page-id-2759 .elementor-location-footer,
.page-id-2759 .elementor-location-footer > .elementor-section-wrap,
.post-2759 footer,
.post-2759 .site-footer,
.post-2759 .elementor-location-footer,
.post-2759 .elementor-location-footer > .elementor-section-wrap {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.page-id-2759 #content,
.page-id-2759 .site-content,
.post-2759 #content,
.post-2759 .site-content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* IMPORTANT: Only apply html/body layout rules on page 2759 */
.page-id-2759 html,
.page-id-2759 body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden; /* prevent scrollbars */
}

.page-id-2759 #cesiumContainer {
    width: 100%;
    height: 100%;
          height: calc(100vh - 100px) !important;                /* Adjust 60px if header/topbar differs */

}
