/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 25 2024 | 22:16:31 */
body.rtl {
	text-align: right;
}
body.rtl .wpr-slider-content, body.rtl .ta-r .elementor-icon-box-wrapper{
	text-align: right !important;
}
body.rtl .elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
	direction: ltr;
	margin-right: 10px;
}
.courses, .ltr {
	direction: ltr;
}
.sec-title h2 {
	position: relative;
	width: fit-content;
	z-index: 1;
}
.sec-title h2::before {
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 30%;
	background-color: var( --e-global-color-accent );
	opacity: .5;
	z-index: -1 !important;
}
/* ======= Form ========= */
.contact-form label {
	margin-bottom: 0px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.contact-form input, .contact-form textarea {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-size: 20px;
	font-weight: 200;
	background-color: var( --e-global-color-de7de83 );
	color: var( --e-global-color-primary );
	border: none;
	border-radius: 0px;
}
.contact-form input:focus, .contact-form textarea:focus {
	outline: 1px solid var( --e-global-color-accent );
}
.wpcf7-submit{
	background-color: var( --e-global-color-accent ) !important;
	width: 200px;
	margin-top: 15px;
	font-weight: 300 !important;
	color: var( --e-global-color-secondary ) !important;
}
.inputs p {
	display: flex;
	justify-content: space-between;
	column-gap: 15px;
}
.inputs label {
	width: calc(100%);
}
[lang=ar] .wpcf7-form{
	direction: rtl;
}
[lang=ar] input{
	text-align: right !important;
}
[lang=ar] input.wpcf7-submit {
	text-align: center !important;
}
.drop-shadow {
	filter: drop-shadow(5px 5px 12px var( --e-global-color-accent ));
}
.wpcf7 .wpcf7-response-output {
	border: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
	color: var( --e-global-color-primary );
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
.wpcf7-not-valid-tip {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-size: 18px;
	margin-top: 8px;
}
/* ======= Language Button ========= */
.elementor-element-ff482e2 .elementor-widget-container {
	position:relative;
}
#trp-floater-ls {
	display: none;
}
.chevron {
	width: 20px !important;
	height: 20px !important;
	transition: all .3s;
}
.lang_change {
	width: auto;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
	z-index: 4;
	padding: 5px;
	border-radius: 100px;
	transition: filter .3s;
	color: var( --e-global-color-primary );
	cursor: pointer;
	background-color: var( --e-global-color-de7de83 );
	box-shadow: none;
}
.lang_change svg{
	width: 30px;
	height: 30px;
	stroke: currentcolor;
}
.lang_change p {
	margin: 0;
	font-size: 16px;
}
#lang_input {
	display: none;
}
.lang_options {
	position: absolute;
	z-index: 5;
	right: 0;
	display: flex;
	flex-direction: column;
	background-color: var(  --e-global-color-secondary ) ;
	scale: 0;
	transition: all .3s;
	transform-origin: top center;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
#lang_input:checked ~ .lang_options{
	scale:1;
}
#lang_input:checked + .lang_change .chevron{
	rotate: 180deg;
}
.lang_options a {
	font-family: "Vazirmatn", sans-serif !important;
	padding: 15px 30px;
	font-size: 17px;
	text-align: center;
	transition: all .3s;
	font-weight: 500;
	color: var( --e-global-color-primary );
	!important;
}
.lang_options a:hover, .lang_options a:active {
	background-color: var( --e-global-color-accent );
	color: var( --e-global-color-secondary ) !important;
	cursor: pointer;
}
.lang_options_active {
	background-color: var( --e-global-color-accent );
	color: var( --e-global-color-secondary ) !important;
}
@media only screen and (max-width: 767px){
	.inputs p {
		display: flex;
		justify-content: space-between;
		column-gap: 15px;
		flex-direction: column;
	}
	.inputs p label:nth-child(1) {
		margin-bottom: 15px;
	}
	.contact-form input, .contact-form textarea {
		font-size: 18px;
		padding: 6px 10px;
	}
	.elementor-element-073e1b9 {
		position: absolute;
		right: 5%;
	}
	body.rtl .elementor-element-073e1b9 {
		position: absolute;
		right: auto;
    	left: 5%;
	}
	/*LANGUAGE BTN*/
	.lang_change {
		width: 50px;
		height: 50px;
		position: fixed;
		bottom: 15px;
		right: 15px;
		transition: filter .3s;
		box-shadow: 5px 5px 15px rgba(0,0,0,.1);
	}
	.lang_options {
		position: fixed;
		bottom: 65px;
		right: 15px;
		transform-origin: bottom right;
	}
	.chevron {
		display: none !important;
	}
}
