.elementor-52 .elementor-element.elementor-element-0709b61{--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;}/* Start custom CSS for html, class: .elementor-element-d4c6817 */html, body {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden; /* Parent page scroll band */
}

/* Wrapper that exactly equals viewport */
.no-scroll-frame {
  position: fixed;      /* Viewport pe chipka do */
  inset: 0;             /* top/right/bottom/left = 0 */
  width: 100vw;
  height: 100dvh;       /* mobile ke liye 100vh se better */
  overflow: hidden;     /* iframe bahar na nikle */
  z-index: 0;
}

.no-scroll-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}/* End custom CSS */