/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 26 2025 | 12:45:54 */
.flip_button .elementor-button-text{
}

.flip_button.flipped .elementor-button-text{
	font-size: 0px !important;
	width: 100%;
}

.flip_button svg {
	transition: all 0.3s ease;
	cursor: pointer;
}

.flip_button.flipped svg {
    bottom: 100% !important;
    transform: translateY(calc(100% + 13.17px)) rotateX(180deg) !important;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.flip_button .elementor-button-text::after {
	font-size: 16px !important; 
	font-weight: 400; 
	line-height: 1.1em;
	color: #fff;
	display: none;
	transition: all 0.3s ease;
	text-align: left;
	width: 100%
}

.flip_button.flipped .elementor-button-text::after {
	display: inline-block;
	animation: fadeIn 0.5s ease;
 }

