/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 14 2026 | 10:36:24 */
#ast-scroll-top,
#ast-scroll-top::before {
	transition: all 0.3s linear;
}
#ast-scroll-top {
	width: 35px;
	height: 60px;
	background-color: var( --e-global-color-primary );
	border: 2px solid var( --e-global-color-secondary );
	border-radius: 8px;
	backdrop-filter: blur(5px);
}
#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/strategictherapy/wp-content/uploads/2026/04/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::before {
	transform: translate(-50%, calc(-50% - 5px));
}
input::placeholder, 
textarea::placeholder {
	opacity: 0.3 !important;
}
input:focus, 
textarea:focus {
	box-shadow: none !important;
	outline: none !important;
	border-style: solid !important;
	border-color: var( --e-global-color-secondary ) !important;
}
div p {
	margin-bottom: 15px !important;
}
div p:last-child {
	margin-bottom: 0 !important;
}
ol,
ul {
	margin-bottom: 15px;
	margin-left: 35px;
}
ol:last-child,
ul:last-child {
	margin-bottom: 0 !important;
}
ul li::marker {
	color: var( --e-global-color-primary );
}
.white-markers ul li::marker {
	color: #fff;
}
ul li {
	list-style: disc;
}
ul li > ul li {
	list-style: circle;
}
ul li > ul li > ul li {
	list-style: square;
}
a {
	text-decoration: none !important;
}
.overflow-x-hidden {
	overflow: clip;
	overflow-y: visible;
}
.overflow-y-hidden {
	overflow: clip;
	overflow-x: visible;
}
.w-fit-content {
	width: fit-content;
}
.h-100,
.loop-img-h-100 a {
	height: 100% !important;
}
.w-100,
.loop-img-w-100 a {
	width: 100% !important;
}
.position-static {
	position: static;
}
.color-primary {
	color: var(--e-global-color-primary);
}
.color-secondary {
	color: var(--e-global-color-secondary);
}
.color-accent {
	color: var(--e-global-color-accent);
}
.carousel .swiper {
	user-select: none;
	cursor: grab;
}
.blur-bg {
	backdrop-filter: blur(4px);
}
.white-img {
	filter: brightness(0) invert(1);
}
.truncate, 
.truncate h4, 
.truncate p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.line-2,
.line-2 h4,
.line-2 p {
	-webkit-line-clamp: 2;
}
.line-3, 
.line-3 p {
	-webkit-line-clamp: 3;
}
.line-4, 
.line-4 p {
	-webkit-line-clamp: 4;
}
.line-5, 
.line-5 p {
	-webkit-line-clamp: 5;
}
.line-6, 
.line-6 p {
	-webkit-line-clamp: 6;
}
.line-7, 
.line-7 p {
	-webkit-line-clamp: 7;
}
.line-8, 
.line-8 p {
	-webkit-line-clamp: 8;
}
.position-relative,
.position-relative .e-con-inner {
	position: relative;
}
.elementor-nav-menu .current_page_item .elementor-item-active {
	font-weight: bold !important;
}
.hero-bg-left-full {
	position: relative;
	z-index: 5;
}
.hero-bg-left-full::before {
	content: "";
	display: block;
	width: 1000px;
	height: 100%;
	background-color: inherit;
	position: absolute;
	top: 0;
	right: 100%;
	z-index: -1;
}
.custom-btn {
	display: flex;
}
.custom-btn .elementor-button, 
.custom-btn .elementor-button .elementor-button-content-wrapper {
	position: relative;
	z-index: 10;
}
.custom-btn .elementor-button, 
.custom-btn .form-submit input[type="submit"] {
	overflow: hidden;
}
.custom-btn .elementor-button::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scaleY(1);
	transform-origin: top;
	transition: all 0.6s ease-in-out;
	transition-timing-function: ease-in-out;
	transition-timing-function: cubic-bezier(.52,1.64,.37,.5);
}
.custom-btn .elementor-button:hover::before {
	transform: scaleY(0.15);
}
.custom-btn .elementor-button::after {
	content: "";
	display: block;
	width: 30px;
	height: 20px;
	position: absolute;
	bottom: -9px;
	left: 50%;
	clip-path: polygon(50% 0%, 0 100%, 100% 100%);
	transform: scaleY(0) translateX(-50%);
	transform-origin: bottom;
	transition: all 0.6s ease-in-out;
	transition-timing-function: ease-in-out;
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .5);
}
.custom-btn .elementor-button:hover::after {
	transform: scaleY(1) translateX(-50%);
}
.custom-btn.style1 .elementor-button::before, 
.custom-btn.style1 .elementor-button::after {
	background-color: var(--e-global-color-secondary);
}
.top-bar .col2::before {
	content: "";
	display: block;
	width: calc(100% + 20px);
	height: 100%;
	background-color: var(--e-global-color-primary);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 3% 100%);
	position: absolute;
	top: 0;
	right: 0;
	left: unset;
}
.top-bar .col2::after {
	content: "";
	display: block;
	width: calc(100% + 500px);
	height: 100%;
	background-color: var(--e-global-color-primary);
	position: absolute;
	top: 0;
	left: 99%;
}
.carousel.pagination .swiper-pagination .swiper-pagination-bullet {
	opacity: 0.5;
}
.carousel.pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 10px;
	transition: all 0.3s linear;
	opacity: 1;
}
@media screen and (max-width:768px) {
	.custom-btn .elementor-button::after {
		height: 18px;
	}
	.top-bar .col2::before {
		width: calc(100% + 13px);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 12% 100%);
	}
}