.elementor-466 .elementor-element.elementor-element-1035a83{--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;}.elementor-466 .elementor-element.elementor-element-9243613 img{width:100%;max-width:100%;height:500px;object-fit:cover;object-position:center center;}.elementor-466 .elementor-element.elementor-element-fba1fd9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-466 .elementor-element.elementor-element-100c652{--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;}.elementor-466 .elementor-element.elementor-element-5c5b2ac > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 030px;}.elementor-466 .elementor-element.elementor-element-5c5b2ac{color:var( --e-global-color-3d33dc2 );}.elementor-466 .elementor-element.elementor-element-ae5c848{--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;}@media(min-width:768px){.elementor-466 .elementor-element.elementor-element-100c652{--width:60%;}.elementor-466 .elementor-element.elementor-element-ae5c848{--width:40%;}}@media(max-width:767px){.elementor-466 .elementor-element.elementor-element-9243613 img{width:100%;max-width:100%;height:110px;}}/* Start custom CSS for html, class: .elementor-element-8b75ccf */.sticky-column {
  position: sticky;
  position: -webkit-sticky; /* For Safari */
  top: 50px; /* Adjust this to control how far from the top it sticks */
}

.sticky-parent .elementor-widget-wrap {
  display: block !important; /* Ensures Elementor structure behaves correctly */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ae5c848 */.scroll-form-container {
  width: 100%;
  max-width: 600px;       /* Optional: sets max width */
  height: 500px;          /* Fixed height for scrollable box */
  overflow-y: auto;       /* Enables vertical scroll */
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0;
  margin: 0 auto;         /* Center the box if needed */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.scroll-form-container iframe {
  width: 100%;
  height: 1000px;         /* Must be taller than container to enable scrolling */
  border: none;
}/* End custom CSS */