.elementor-2992 .elementor-element.elementor-element-28672bd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e9123c4 *//* =========================================
   PAGE 2992 — FULL SCREEN ESTIMATOR (ELEMENTOR)
   ========================================= */

/* Kill scroll + spacing */
html,
body.page-id-2992 {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Hide ALL site chrome */
.page-id-2992 header,
.page-id-2992 footer,
.page-id-2992 nav,
.page-id-2992 .site-header,
.page-id-2992 .site-footer,
.page-id-2992 .sticky-header,
.page-id-2992 .mobile-menu,
.page-id-2992 .page-title,
.page-id-2992 .page-header,
.page-id-2992 .breadcrumbs,
.page-id-2992 #header,
.page-id-2992 #footer,
.page-id-2992 #masthead,
.page-id-2992 #colophon,
.page-id-2992 .elementor-location-header,
.page-id-2992 .elementor-location-footer {
  display: none !important;
}

/* Remove theme wrappers pushing content */
body.page-id-2992 #page,
body.page-id-2992 .site,
body.page-id-2992 .site-content,
body.page-id-2992 #content,
body.page-id-2992 .content,
body.page-id-2992 #primary,
body.page-id-2992 main,
body.page-id-2992 article,
body.page-id-2992 .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

/* Remove Elementor spacing */
body.page-id-2992 .elementor,
body.page-id-2992 .elementor-section,
body.page-id-2992 .elementor-container,
body.page-id-2992 .elementor-row,
body.page-id-2992 .elementor-column,
body.page-id-2992 .elementor-widget-wrap,
body.page-id-2992 .elementor-element {
  margin: 0 !important;
  padding: 0 !important;
}

/* Admin bar fix */
body.page-id-2992.admin-bar .pg-blank-wrap {
  top: 32px !important;
  height: calc(100vh - 32px) !important;
}

@media (max-width: 782px) {
  body.page-id-2992.admin-bar .pg-blank-wrap {
    top: 46px !important;
    height: calc(100vh - 46px) !important;
  }
}

/* Hard full-screen container */
body.page-id-2992 .pg-blank-wrap {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: #f7f7fb;
  z-index: 2147483647;
}

/* Full-screen iframe */
body.page-id-2992 .pg-blank-iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  border: 0 !important;
  display: block !important;
}

/* =========================================
   LOADER
   ========================================= */

body.page-id-2992 .pg-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7fb;
  z-index: 2147483646;
}

body.page-id-2992 .pg-loader__card {
  padding: 18px 20px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e6e6ee;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

body.page-id-2992 .pg-loader__text {
  font-size: 14px;
  color: #222;
}

body.page-id-2992 .pg-spinner {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid rgba(58,131,62,.25);
  border-top-color: #3a833e;
  animation: pgspin .8s linear infinite;
}

@keyframes pgspin {
  to { transform: rotate(360deg); }
}

/* =========================================
   PAGE 2992 — DESKTOP VIEWPORT FIX
   ========================================= */

/* Use dynamic viewport height where available (fixes toolbar / scaling quirks) */
@supports (height: 100dvh) {
  body.page-id-2992 .pg-blank-wrap { height: 100dvh !important; }
  body.page-id-2992 .pg-blank-iframe { height: 100dvh !important; }
}

/* Fallback: give a tiny bottom buffer so nothing feels clipped */
@supports not (height: 100dvh) {
  body.page-id-2992 .pg-blank-wrap {
    padding-bottom: 16px !important;
    box-sizing: border-box !important;
  }
  body.page-id-2992 .pg-blank-iframe {
    height: calc(100vh - 16px) !important;
  }
}/* End custom CSS */