.elementor-3014 .elementor-element.elementor-element-1a6276c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:18px 18px 18px 18px;box-shadow:0px 0px 10px 5px #B4B4B4;--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-3014 .elementor-element.elementor-element-1a6276c:not(.elementor-motion-effects-element-type-background), .elementor-3014 .elementor-element.elementor-element-1a6276c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-3014 .elementor-element.elementor-element-aceca67{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-3014 .elementor-element.elementor-element-aceca67.elementor-element{--align-self:center;}#elementor-popup-modal-3014 .dialog-widget-content{animation-duration:0.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-3014{background-color:#00008C8C;justify-content:center;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-3014 .dialog-message{width:900px;height:80vh;align-items:flex-start;padding:16px 16px 16px 16px;}#elementor-popup-modal-3014 .dialog-close-button{display:flex;top:10%;font-size:20px;}body:not(.rtl) #elementor-popup-modal-3014 .dialog-close-button{right:12%;}body.rtl #elementor-popup-modal-3014 .dialog-close-button{left:12%;}#elementor-popup-modal-3014 .dialog-close-button i{color:#033055FA;}#elementor-popup-modal-3014 .dialog-close-button svg{fill:#033055FA;}@media(max-width:1024px){.elementor-3014 .elementor-element.elementor-element-1a6276c{--padding-top:18px;--padding-bottom:18px;--padding-left:18px;--padding-right:18px;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}#elementor-popup-modal-3014 .dialog-widget-content{border-radius:0px 0px 0px 0px;}}@media(max-width:1024px) and (min-width:768px){.elementor-3014 .elementor-element.elementor-element-1a6276c{--content-width:796px;}}@media(max-width:767px){.elementor-3014 .elementor-element.elementor-element-1a6276c{--border-radius:0px 0px 0px 0px;--padding-top:12px;--padding-bottom:12px;--padding-left:12px;--padding-right:12px;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-3014 .elementor-element.elementor-element-aceca67{width:var( --container-widget-width, 75% );max-width:75%;margin:0px 8px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:75%;--container-widget-flex-grow:0;}#elementor-popup-modal-3014 .dialog-message{width:100vw;height:100vh;}#elementor-popup-modal-3014{justify-content:center;align-items:center;}#elementor-popup-modal-3014 .dialog-close-button{top:7.8rem;font-size:20px;}body:not(.rtl) #elementor-popup-modal-3014 .dialog-close-button{right:3.3rem;}body.rtl #elementor-popup-modal-3014 .dialog-close-button{left:3.3rem;}}/* Start custom CSS for container, class: .elementor-element-1a6276c *//* Prevent the popup chrome from becoming a second scroll area */
.elementor-popup-modal .dialog-widget-content{
  max-height: 100vh;
  overflow: hidden;
}

/* Make your content container the single scroll surface */
.estimate-popup{
  max-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 16px;
}

/* Give the embedded Google Form enough height */
.estimate-popup .estimate-iframe iframe{
  display: block;
  width: 100%;
  height: 78vh;
  border: 0;
}

@media (max-width: 767px){
  .estimate-popup .estimate-iframe iframe{
    height: 82vh;
  }
}/* End custom CSS */
/* Start custom CSS *//* Kill outer scroll so only the form scrolls */
.dialog-widget-content,
.dialog-message {
  overflow: hidden !important;
}

/* Force the iframe to be "panel height" using viewport units (does not rely on parent height) */
.gform-embed iframe {
  width: 100% !important;
  height: calc(80vh - 32px) !important; /* desktop panel height */
  border: 0 !important;
}

/* Mobile: full-screen panel */
@media (max-width: 767px) {
  .gform-embed iframe {
    height: calc(100vh - 24px) !important; /* mobile panel height */
  }
}/* End custom CSS */