.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#CAA88F;--e-global-color-2439fbf:#59381A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Heebo";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:52px;--e-global-typography-secondary-letter-spacing:9px;--e-global-typography-text-font-family:"Heebo";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-97706cc-font-family:"Poiret One";--e-global-typography-97706cc-font-size:60px;--e-global-typography-97706cc-font-weight:400;--e-global-typography-97706cc-line-height:64px;color:#FAFAFA;font-family:"Heebo", Sans-serif;font-size:18px;font-weight:300;line-height:33px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-secondary );color:var( --e-global-color-text );border-style:solid;border-width:1px 1px 1px 1px;border-color:#CAA88F;border-radius:0px 0px 0px 0px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-text );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{color:var( --e-global-color-accent );font-family:"Poiret One", Sans-serif;font-size:60px;font-weight:400;line-height:52px;}.elementor-kit-7 h2{color:var( --e-global-color-accent );font-family:"Poiret One", Sans-serif;font-size:72px;font-weight:400;line-height:52px;}.elementor-kit-7 h3{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;}.elementor-widget:not(:last-child){margin-block-end:50px;}.elementor-element{--widgets-spacing:50px 0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-line-height:41px;--e-global-typography-secondary-letter-spacing:6px;--e-global-typography-text-font-size:16px;--e-global-typography-97706cc-font-size:34px;--e-global-typography-97706cc-line-height:30px;font-size:16px;line-height:26px;}.elementor-kit-7 h1{font-size:34px;}.elementor-kit-7 h2{font-size:34px;line-height:22px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{border-width:1px 1px 1px 1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS */html, body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

/* Fix 2: Add max-width 100% to prevent content from overflowing */
.elementor-section.e-con-boxed>.e-con-inner {
  max-width: 100%;
}

/* Fix 3: Remove any negative margins that may cause overflow */
.e-con-inner {
  margin-left: 0;
  margin-right: 0;
}

/* Fix 4: Ensure all images scale properly */
img {
  max-width: 100%;
  height: auto;
}

/* Fix 5: Add box-sizing to all elements */
* {
  box-sizing: border-box;
}/* End custom CSS */