/**
 * Toplinke — Elementor image / hover styles (prefix classes preserved for templates).
 */

.at-animation-image-style-1 img {
	clip-path: inset(0 100% 0 0);
}

.at-blog-shiny-glass-effect,
.at-shiny-glass-effect {
	position: relative;
	overflow: hidden;
}

.at-blog-shiny-glass-effect:after,
.at-shiny-glass-effect:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.at-blog-shiny-glass-effect:hover:after,
.at-shiny-glass-effect:hover:after {
	height: 250%;
	transition: all 600ms linear !important;
	background-color: transparent;
}

.at-distortion-effect canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}
