/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2025 | 12:22:03 */
/* Force Elementor to always use mobile styles */
@media (min-width: 768px) {
  html {
    font-size: inherit !important;
  }
  body {
    width: 100% !important;
  }
  
  /* Override Elementor's responsive breakpoints */
  .elementor {
    /* Make every section/column behave like mobile */
  }

  /* Make columns stack like mobile */
  .elementor-column {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

/* Optional: prevent overflow on large screens */
body {
  overflow-x: hidden;
}
