.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-ba11ec0-font-family:"Salsa";--e-global-typography-ba11ec0-font-size:22px;--e-global-typography-ba11ec0-text-transform:uppercase;--e-global-typography-ba11ec0-word-spacing:2px;--e-preloader-animation-duration:950ms;--e-preloader-delay:3300ms;--e-preloader-color:#1B4848;--e-preloader-size:10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:920px;}.e-con{--container-max-width:920px;--container-default-padding-top:-7px;--container-default-padding-right:-7px;--container-default-padding-bottom:-7px;--container-default-padding-left:-7px;}.elementor-widget:not(:last-child){--kit-widget-spacing:3px;}.elementor-element{--widgets-spacing:3px 3px;--widgets-spacing-row:3px;--widgets-spacing-column:3px;}{}h1.entry-title{display:var(--page-title-display);}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Prevent horizontal scrolling / zoom issue */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

/* Make sure all images are responsive */
img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
}

/* Section responsiveness fix */
.elementor-section {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  box-sizing: border-box;
}

/* Make columns wrap properly */
.elementor-column {
  min-width: 0 !important;
  box-sizing: border-box;
}

/* Prevent unwanted padding/margin in mobile */
@media only screen and (max-width: 767px) {
  .elementor-section,
  .elementor-container,
  .elementor-column {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Force font size to scale better */
  body {
    font-size: 16px !important;
    line-height: 1.5em !important;
  }

  /* Fix button/text/image overflow */
  * {
    box-sizing: border-box !important;
    word-break: break-word !important;
  }
}

/* Optional: Prevent full-width images from overflowing */
.elementor-widget-image img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Optional: Better scaling for hero banners or sliders */
.elementor-slideshow, .elementor-background-overlay {
  max-width: 100vw !important;
  overflow: hidden;
}

/* Bonus: Disable double-tap zoom on mobile */
html {
  touch-action: manipulation;
}/* End custom CSS */