/* Gradient text - background-clip for text gradient effect */
.elementor-widget-gradient-text .egt-gradient-text {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
