.elementor-7402 .elementor-element.elementor-element-7b23fe6{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:flex-start;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:40px;--padding-right:0px;}.elementor-7402 .elementor-element.elementor-element-7b23fe6:not(.elementor-motion-effects-element-type-background), .elementor-7402 .elementor-element.elementor-element-7b23fe6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://i0.wp.com/theinkist.co.uk/wp-content/uploads/2024/11/IMG_3833-scaled.jpg?fit=1152%2C1536&ssl=1");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.elementor-7402 .elementor-element.elementor-element-757260f{--display:flex;--min-height:75vh;--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;--justify-content:flex-end;}.elementor-7402 .elementor-element.elementor-element-e609ac7 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-7402 .elementor-element.elementor-element-04ca717{text-align:left;font-family:"Georgia", serif;font-weight:400;color:var( --e-global-color-secondary );}.elementor-7402 .elementor-element.elementor-element-1226544{--display:flex;--min-height:80vh;--justify-content:flex-end;}.elementor-7402 .elementor-element.elementor-element-4c3caa4{text-align:left;font-family:"Georgia", serif;font-weight:400;color:var( --e-global-color-secondary );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-7402 .elementor-element.elementor-element-7b23fe6{--width:100vw;}.elementor-7402 .elementor-element.elementor-element-757260f{--width:70%;}.elementor-7402 .elementor-element.elementor-element-1226544{--width:30%;}}/* Start custom CSS for container, class: .elementor-element-7b23fe6 *//* Hero section parallax effect */
.hero-parallax {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-parallax .elementor-background-overlay,
.hero-parallax .elementor-background {
  position: fixed; /* keeps it in place */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-attachment: fixed; /* fallback for some browsers */
  background-size: cover;
  background-position: center;
  z-index: -1; /* behind content */
}

.hero-parallax .elementor-container {
  position: relative;
  z-index: 1; /* content above background */
}/* End custom CSS */