.elementor-2734 .elementor-element.elementor-element-e459d2d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2734 .elementor-element.elementor-element-e459d2d{--min-height:100vh;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-762c1d0 *//* Prevent the page itself from scrolling */
html:has(.daraj-fullscreen-widget),
body:has(.daraj-fullscreen-widget) {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Force the Elementor HTML widget to cover the screen */
body:not(.elementor-editor-active) .daraj-fullscreen-widget {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;

    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Remove spacing from Elementor’s widget container */
.daraj-fullscreen-widget > .elementor-widget-container {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Make your actual design inherit the screen size */
.daraj-fullscreen-widget .daraj-stage-wrap {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Remove any Elementor theme spacing around the page */
body:has(.daraj-fullscreen-widget) .elementor-location-header,
body:has(.daraj-fullscreen-widget) .elementor-location-footer {
    display: none !important;
}/* End custom CSS */