.elementor-kit-278{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-ecd12af:#2C2A6A;--e-global-color-87a4e95:#EFEBE3;--e-global-color-8696fd1:#C7E2E4;--e-global-color-db45875:#87C0C4;--e-global-color-4ce1d02:#F59085;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Dancing Script";--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;}.elementor-kit-278 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1160px;}.e-con{--container-max-width:1160px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 RESPONSIVE FIX FOR ELEMENTOR
   STOPS OVERLAP • FIXES STACKING • CENTERS CONTENT
   ============================================ */

/* ------------------------------
   TABLET (max-width: 1024px)
   ------------------------------ */
@media (max-width: 1024px) {

  /* Allow containers to expand (prevents overlap) */
  .elementor-section,
  .e-con,
  .e-con-inner {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  /* Fix column stacking */
  .elementor-column,
  .e-con {
    flex-wrap: wrap !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Add spacing so sections don't collide */
  .elementor-section,
  .e-con {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 20px !important;
  }

  /* Center all text */
  .elementor-widget-container,
  .elementor-heading-title,
  .elementor-widget-text-editor {
    text-align: center !important;
  }

  /* EXTRA: line spacing for the very first section text */
  .elementor-section:first-of-type .elementor-heading-title,
  .elementor-section:first-of-type p,
  .elementor-section:first-of-type .elementor-widget-text-editor {
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
  }

  /* Make images scale properly */
  img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


/* ------------------------------
   MOBILE (max-width: 767px)
   ------------------------------ */
@media (max-width: 767px) {

  /* Allow containers to expand (prevents overlap) */
  .elementor-section,
  .e-con,
  .e-con-inner {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  /* Fix column stacking */
  .elementor-column,
  .e-con {
    flex-wrap: wrap !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Add spacing so content doesn't collide */
  .elementor-section,
  .e-con {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 20px !important;
  }

  /* Center all text */
  .elementor-widget-container,
  .elementor-heading-title,
  .elementor-widget-text-editor {
    text-align: center !important;
  }

  /* Fix image scaling */
  img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* Prevent horizontal scrolling */
  body,
  html {
    overflow-x: hidden !important;
  }
}/* End custom CSS */