.elementor-kit-15{--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;font-family:"Verdana", Sans-serif;font-size:14px;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{background-color:#000000;font-family:"Poppins", Sans-serif;color:#FFFFFF;border-style:none;}.elementor-kit-15 h1{font-family:"Gabarito", Sans-serif;}.elementor-kit-15 h2{font-family:"Gabarito", Sans-serif;}.elementor-kit-15 h3{font-family:"Gabarito", Sans-serif;}.elementor-kit-15 h4{font-family:"Gabarito", Sans-serif;}.elementor-kit-15 h6{font-family:"Gabarito", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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 *//* Global full-width enforcement */
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Prevents horizontal scrollbar */
  width: 100%;
}

.elementor-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

/* Optional: keep text comfortably centered within full width */
.elementor-container {
  max-width: 100%;
  padding-left: 8vw;
  padding-right: 8vw;
}

/* Responsive tuning */
@media (max-width: 768px) {
  .elementor-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}


/* ---------- TABLET FIX (Elementor tablet ≈ 768–1024px) ---------- */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Stop the vw hack on tablet to prevent clipping */
  .elementor-section {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  /* Keep comfortable gutters on tablet */
  .elementor-container {
    max-width: 100% !important;
    padding-left: 6vw !important;
    padding-right: 6vw !important;
  }

  /* Make sure nothing forces a fixed height or hides overflow */
  .elementor-section,
  .elementor-container,
  .elementor-column,
  .elementor-widget {
    height: auto !important;
    overflow: visible !important;
    box-sizing: border-box;
  }

  /* Safety: ensure text can wrap properly */
  .elementor-widget-text-editor {
    word-break: normal;
    overflow-wrap: anywhere;
  }
}

/* iPad Safari nicety (prevents odd reflow) */
html { -webkit-text-size-adjust: 100%; }

/* ===== TABLET HARD FIX (768–1024) ===== */
@media (min-width:768px) and (max-width:1024px){

  /* 1) Stop the stretch math + vw hack on tablet */
  .elementor-section,
  .elementor-section.elementor-section-stretched {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
  }

  /* 2) Ensure inner container actually spans and can wrap */
  .elementor-section .elementor-container,
  .elementor-section .elementor-container .elementor-row {
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
    padding-left: 6vw !important;
    padding-right: 6vw !important;
  }

  /* 3) Prevent text being cut by hidden overflow on parents */
  .elementor,
  .elementor-section,
  .elementor-container,
  .elementor-column,
  .elementor-widget-wrap,
  .elementor-widget {
    overflow: visible !important;
    box-sizing: border-box !important;
    height: auto !important;
  }

  /* 4) Safety for long words/links */
  .elementor-widget-text-editor {
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }
}

/* Global: kill horizontal scroll from any leftover calc/px shifts */
html, body, .elementor {
  overflow-x: hidden !important;
}/* End custom CSS */