.elementor-popup-modal {
	display: none !important;
	position: fixed !important;
	inset: 0 !important;
	z-index: 99999 !important;
	align-items: center !important;
	justify-content: center !important;
	background: rgba(5, 8, 14, 0.75) !important;
	padding: 20px !important;
	overflow-y: auto !important;
}

.elementor-popup-modal.willow-popup-open {
	display: flex !important;
}

.elementor-popup-modal .dialog-widget-content {
	position: relative !important;
	animation: willow-popup-in 0.25s ease-out;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	flex-shrink: 0;
}

.elementor-popup-modal .dialog-close-button {
	display: flex !important;
	position: absolute !important;
	top: 12px !important;
	right: 12px !important;
	inset-inline-end: 12px !important;
	left: auto !important;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	line-height: 1;
	color: inherit;
	z-index: 2;
}

.elementor-popup-modal .dialog-close-button i {
	font-style: normal;
	font-size: 22px;
}

/* Elementor's own JS normally reveals on-click submenu widgets via
   element_ready hooks fired at page load; those hooks never run for
   content nested inside our popups, so force visibility here instead. */
.elementor-popup-modal .dt-sub-menu-display-on_click,
.elementor-popup-modal .dt-sub-menu-display-on_item_click {
	visibility: visible !important;
}

@keyframes willow-popup-in {
	from {
		opacity: 0;
		transform: scale(0.96);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

body.willow-popup-active {
	overflow: hidden;
}

html {
	scroll-behavior: smooth;
}

#request-a-demo {
	scroll-margin-top: 100px;
	background-color: #192022;
	color: #fff;
}

#request-a-demo .the7-heading-title,
#request-a-demo .elementor-widget-text-editor {
	color: #fff;
}

/* header.css caps #footer>.wf-wrap at a fixed 1200px (margin: 0 auto),
   which boxes in the footer content; stretch it edge to edge instead. */
#footer > .wf-wrap {
	width: 100% !important;
	max-width: 100% !important;
}
