/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 02 2025 | 17:03:30 */
.icon-btn .elementor-button-icon svg {
		
	position: relative; 
	z-index: 1;
		width: 40px;

}

.icon-btn .elementor-button-content-wrapper {
	
	align-items: center;
	
}

.icon-btn .elementor-button {
	
	position: relative;
	z-index: 1;
	
}

.icon-btn .elementor-button span {
	
		position: relative;
	z-index: 1;
	
}

.icon-btn .elementor-button::before {
	
	content: "";
	display: block;
	width: 40px;
	height:  40px;
	background-color: #FFF;
	border-radius: 40px;
	position: absolute;
	right: 0;
	top: 0;
	transition: width .2s ease-in-out;
	z-index: 0;
	
}

.icon-btn .elementor-button:hover::before {
	
	width: calc(100% + 10px);
	
}
