/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 16 2025 | 14:10:55 */
#ast-scroll-top {
	width: 35px;
	height: 60px;
	background: linear-gradient(180deg, #3D3BC8 0%, #1E1D62 100%);
	border: 2px solid #F9C924;
	border-radius: 8px;

}

#ast-scroll-top .ast-icon {
	display: none;
}

#ast-scroll-top::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('https://mw.dev-version.com/austin/wp-content/uploads/2025/09/arrow-up.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(100%);
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#ast-scroll-top:hover {
	background: linear-gradient(180deg, #FFF98C 0%, #F9C924 100%);
	border: 2px solid #1E1D62;
}

#ast-scroll-top:hover::before {
	filter: brightness(0) saturate(100%) invert(100%);
}


input::placeholder,
textarea::placeholder {
	opacity: 1 !important;
}


input:focus,
textarea:focus {
	outline: none !important;
	box-shadow: none !important;
	border-style: solid !important;
}


div p:last-child {
	margin-bottom: 0 !important;
}

.swiper {
	user-select: none;
	cursor: grab;
}

.position-static {
	position: static !important;
}

.loop-img a {
	width: 100%;
}

.linear-text {
	background: linear-gradient(-90deg,  #3937BC 0%, #1A1956 100%);
	background-clip: text !important;
	color: #fff0 !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

.linear-text.color2 {
	background: linear-gradient(90deg, #F9C924 0%, #E4AF18 32%, #FFF98C 68%, #FFD440 100%);
}

.text-bg .elementor-heading-title {
	position: relative;
	z-index: 5;
}
.text-bg::before {
	content: "";
	display: block;
	width: 70%;
	height: 90px;
	background: linear-gradient(-90deg,  #0C00B2 0%, #05004C 100%);
	position: absolute;
	left: 0;
	margin-top: -15px;
}

.main-menu .current-menu-item a {
	font-weight: 600 !important;
}

.contact-form .elementor-button {
	background-image: linear-gradient(-90deg, #3D3BC8 0%, #1E1D62 100%);
}

.contact-form .elementor-button:hover {
	background-image: linear-gradient(90deg, #3D3BC8 0%, #1E1D62 100%);
	transform: scale(.9);
}

.line-top-start::before,
.line-bottom-end::after {
	content: "";
	display: block;
	width: 2px;
	height: 80%;
	background: transparent;
	border-width: 0 2px 0 0;
	border-style: solid;
	border-color: #1E1D62;
	position: absolute;
	top: -80px;
	left: 120px;
}

.line-bottom-end::after {
	top: unset;
	left: unset;
	bottom: -80px;
	right: 120px;
}

.line-bottom-right::after,
.line-bottom-left::after {
	content: "";
	display: block;
	width: calc(50% - 120px);
	height: 80%;
	background: transparent;
	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: #1E1D62;
	border-radius: 0 0 0 50px;
	position: absolute;
	bottom: -41px;
	left: 120px;
}

.line-bottom-right::after {
	right: 120px;
	left: unset;
	border-width: 0 2px 2px 0;
	border-radius: 0 0 50px 0;
}

.line-top-right::before,
.line-top-left::before {
	content: "";
	display: block;
	width: calc(50% - 120px);
	height: 80%;
	background: transparent;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #1E1D62;
	border-radius: 0 50px 0 0;
	position: absolute;
	top: -41px;
	left: unset;
	right: 120px;
}

.line-top-left::before {
	left: 120px;
	right: unset;
	border-width: 2px 0 0 2px;
	border-radius: 50px 0 0 0;
}


@media screen and (max-width:1024px) {
	.text-bg::before {
		width: 70%;
		height: 76px;
	}

	#ast-scroll-top {
		height: 50px;
	}

	.mb-bg-white {
		background: #fff;
	}
}

@media screen and (max-width:920px) {
	.line-top-left::before,
	.line-bottom-left::after {
		width: calc(50% - 80px);
		left: 80px;
	}


	.line-top-right::before,
	.line-bottom-right::after {
		width: calc(50% - 80px);
		right: 80px;
	}

	.line-top-start::before {
		left: 80px;
	}

	.line-bottom-end::after {
		right: 80px;
	}

}

@media screen and (max-width:600px) {
	.main-line-col {
		flex-wrap: wrap;
	}

	.img-col-right {
		order: 1;
	}

	.content-col-right {
		order: 2;
	}

	.content-col-left {
		padding-left: 35px;
		width: 100%;
	}

	.content-col-right {
		padding-right: 35px;
		width: 100%;
	}

	.line-top-left::before,
	.line-bottom-left::after {
		width: calc(50% - 15px);
		left: 15px;
	}


	.line-top-right::before,
	.line-bottom-right::after {
		width: calc(50% - 15px);
		right: 15px;
	}

	.line-top-start::before {
		left: 15px;
	}

	.line-bottom-end::after {
		right: 15px;
	}
}

@media screen and (max-width:768px) {
	.text-bg::before {
		width: 100%;
		height: 68px;
	}

	#ast-scroll-top {
		width: 30px;
		height: 40px;
	}

	#ast-scroll-top::before {
		width: 25px;
		height: 25px;
	}
}