/*  
Theme Name: AMP Global Theme
Theme URI: https://acodez.in/
Author: Acodez
Description: Hey, checking if this is a pre-built theme? Nope! It is a custom template built by the awesome crew at Acodez, India
Version: 2.0
*/

/* GSAP custom cursor overrides */
.site-cursor-know-more {
	position: fixed;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #1f3f86;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	z-index: 99999;
	opacity: 0;
	transform: translate3d(-100px, -100px, 0);
	will-change: transform, width, height, opacity;
}

.site-cursor-know-more span {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.01em;
	white-space: nowrap;
	opacity: 0;
}

@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
	html.has-gsap-cursor,
	html.has-gsap-cursor body,
	html.has-gsap-cursor a,
	html.has-gsap-cursor button,
	html.has-gsap-cursor [role="button"],
	html.has-gsap-cursor .btn,
	html.has-gsap-cursor input[type="submit"] {
		cursor: none !important;
	}

	html.has-gsap-cursor input,
	html.has-gsap-cursor textarea,
	html.has-gsap-cursor select,
	html.has-gsap-cursor [contenteditable="true"] {
		cursor: text !important;
	}
}

@media (max-width: 1024px), (hover: none), (pointer: coarse) {
	.site-cursor-know-more {
		display: none !important;
	}
}


