/*
Theme Name: Synex
Theme URI: https://gramentheme.com/
Author: GramenTheme & Bilal
Author URI: https://gramentheme.com/
Description: Synex is a modern SaaS, Software & Startup WordPress Theme built from high-performance custom code with GSAP animations, WebGL, and responsive layouts.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: synex
*/

/* Custom CSS overrides */

/* Hide custom mouse cursor on tablet and mobile touch screens */
@media (max-width: 991px) {
  .mouseCursor,
  .cursor-outer,
  .cursor-inner {
    display: none !important;
  }
}

/* Ensure smooth image scaling on mobile devices */
img {
  max-width: 100%;
  height: auto;
}
