/* 
Theme Name: DILPS
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Alwafaa Theme
Author: Elementor Team
Author URI:https://www.iovisionbd.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body:not(.rtl) .elementor-button-content-wrapper{
	flex-direction: row-reverse !important;
} 

.unicode_arrow .elementor-button{
	height: 50px; 
	line-height: 50px;
	overflow: hidden;
}
.unicode_arrow .elementor-button-content-wrapper{
	align-items: center;
}
.unicode_arrow .elementor-button-icon svg{
	opacity: 0;
	transition: all .4s;
	transform: translate(-10px, 10px);
	fill: #FF4D00;
}
.unicode_arrow .elementor-button.elementor-button-link:hover .elementor-button-icon{
	width: 30px;
	height: 30px;
	transition: 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.unicode_arrow .elementor-button-icon {
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	text-align: center;
	justify-content: center;
	border-radius: 30px;
	transition: 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
	overflow: hidden;position: relative;
	margin-left: 12px;
}
body.rtl .unicode_arrow .elementor-button-icon { 
    margin-left: 0;
    margin-right: 12px;
}
.unicode_arrow .elementor-button:hover .elementor-button-icon{
	background-color: #ffffff; 
}
.unicode_arrow .elementor-button:hover .elementor-button-icon svg{
	opacity: 1;
	transform:rotate(-30deg) translate(-0px, 0px) ;
}
/* .unicode_arrow .elementor-button-icon:before{
	content: '';
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 30px;
	right: 0;
	position: absolute;
} */
.unicode_arrow .elementor-button:hover .elementor-button-icon:before{
	content: unset;
}

.unicode_arrow .elementor-button.elementor-size-md:hover .elementor-button-icon{
	width: 30px;
	height: 30px;
	transition: 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}
