.elementor-304 .elementor-element.elementor-element-7a3133aa{--display:flex;}.elementor-304 .elementor-element.elementor-element-efcc192{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-304 .elementor-element.elementor-element-d1a81ca{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 24px) 0px;width:auto;max-width:auto;}.elementor-304 .elementor-element.elementor-element-d1a81ca.elementor-element{--align-self:flex-start;}.elementor-304 .elementor-element.elementor-element-14ab88f{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-304 .elementor-element.elementor-element-14ab88f{--width:60%;}}/* Start custom CSS for heading, class: .elementor-element-6a96e6e *//* === LOCK LET'S TALK BACKGROUND TO FAR LEFT OF PAGE === */

.lets-talk-pattern {
  position: fixed;                 /* KEY CHANGE */
  top: 50%;
  left: -260px;                    /* Push beyond viewport */
  transform: translateY(-50%);
  font-size: 160px;
  font-weight: 800;
  line-height: 0.95;
  color: rgba(0, 0, 0, 0.06);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

/* Ensure form stays above */
.nf-form-cont {
  position: relative;
  z-index: 2;
}

/* Tablet */
@media (max-width: 1024px) {
  .lets-talk-pattern {
    left: -180px;
    font-size: 120px;
  }
}

/* Mobile: hide background text */
@media (max-width: 767px) {
  .lets-talk-pattern {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-d1a81ca *//* Align visible LET'S TALK heading with form */
.lets-talk-main {
  max-width: 520px;
  margin-left: auto;
  margin-right: 0;
}/* End custom CSS */