/*
Theme Name: GraphicsCycle
Theme URI: https://graphicscycle.com/
Author: GraphicsCycle
Author URI: https://graphicscycle.com/
Description: GraphicsCycle – Software & SaaS WordPress Theme is a modern, powerful, and highly customizable WordPress theme designed for SaaS startups, software companies, technology businesses, IT service providers, digital agencies, and app landing pages. Built with a clean design and advanced functionality, Softro helps you create a professional website that perfectly showcases your software products and digital solutions. The theme is crafted using Elementor Page Builder, allowing you to design pages easily with a drag-and-drop interface. Softro is fully responsive and optimized for speed and search engines, ensuring your website performs smoothly across all devices and ranks well on search engines.
Version: 1.0.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: graphicscycle
Copyright: © 2026 Graphics Cycle. All rights reserved.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready,

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Mobile native scroll — keeps touch scrolling smooth without GSAP ScrollSmoother */
html.gc-native-scroll #smooth-wrapper,
html.gc-native-scroll #smooth-content {
	height: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
	transform: none !important;
}

@media (max-width: 1024px) {
	html:not(.gc-preloader-active) body {
		touch-action: pan-y;
		-webkit-overflow-scrolling: touch;
	}

	#magic-cursor,
	.cb-cursor {
		display: none !important;
	}
}
