.elementor-11401 .elementor-element.elementor-element-6b39346{--display:flex;--min-height:100vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-11401:not(.elementor-motion-effects-element-type-background), body.elementor-page-11401 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-blocksy_palette_4 );}/* Start custom CSS for container, class: .elementor-element-6b39346 */.fullscreen-iframe {
    position: relative;
    width: 100vw;
    height: 96vh; /* Default for desktop */
    overflow: hidden;
}

.fullscreen-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 96%;
}

/* Laptop Screens */
@media (max-width: 1440px) {
    .fullscreen-iframe {
        height: 94vh; /* Full height for better scrolling */
    }

    .fullscreen-iframe iframe {
        height: 94%; /* Full iframe height */
    }
}

/* Tablet Screens */
@media (max-width: 1024px) {
    .fullscreen-iframe {
        height: 90vh; /* Slightly reduced height */
    }

    .fullscreen-iframe iframe {
        height: 100%;
    }
}

/* Small Tablets & Large Mobiles */
@media (max-width: 768px) {
    .fullscreen-iframe {
        height: 85vh; /* More space for navigation */
    }

    .fullscreen-iframe iframe {
        height: 100%;
    }
}

/* Mobile Devices */
@media (max-width: 480px) {
    .fullscreen-iframe {
        height: 75vh; /* Compact height to fit smaller screens */
    }

    .fullscreen-iframe iframe {
        height: 100%;
    }
}/* End custom CSS */