/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 30 2026 | 19:26:31 */
html{
  scroll-behavior: smooth;
	overflow-x: hidden;
}
.scroll-to-top {
  	min-height: 100vh; 
	transform: translate(0, 0);
	transition: none !important;
}

.slow-scroll, #why-us-section, #solutions-section, #hero-section {
  	min-height: 100vh; 
	transform: translate(0, 0);
	transition: none !important;
}