/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 29 2026 | 13:15:45 */
#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-1.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.5 !important;
}
.form-opacity-1 input::placeholder, 
.form-opacity-1 textarea::placeholder {
	opacity: 1 !important;
}
.form-btn-center .elementor-form-fields-wrapper {
	justify-content: center;
}
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;
}
.gr-heading .elementor-heading-title {
	background: radial-gradient(#F9F4ED 20%, #EEE7DC33 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.gr-heading-2 .elementor-heading-title {
	background: radial-gradient(#050505 10%, rgb(5 5 5 / 40%) 220%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.icon-list-divider .elementor-icon-list-item:after,
.icon-list-divider .elementor-icon-list-item:last-child:after{
	content: "";
	display: block;
	width: 14px !important;
	height: 14px !important;
	border: none !important;
	border-radius: 50px;
	background: linear-gradient(180deg, #00BF49 0%, #13572D 100%) !important;
}
.form-btn-gr .elementor-button {
	background: linear-gradient(180deg, #00BF49 0%, #13572D 100%);
	transition: all 0.3s linear !important;
}
.form-btn-gr .elementor-button:hover {
	background: linear-gradient(180deg, #FDDD87 0%, #93630C 100%);
}
/* infinite scroll without bug */
.wrapper .e-con-inner {
	width: 100%;
	max-width: 2000px;
	margin-inline: auto;
	position: relative;
	height: 65px;
	overflow: hidden;
	/* 	mask-image: linear-gradient(
	to right,
	rgba(0, 0, 0, 0),
	rgba(0, 0, 0, 1) 20%,
	rgba(0, 0, 0, 1) 80%,
	rgba(0, 0, 0, 0)
	); */
}
@keyframes scrollLeft {
	to {
		left: -1500px;
	}
}
.item {
	width: 1545px;
	max-width: 1545px !important;
	height: 100%;
	position: absolute;
	left: max(calc(1050px * 3), 100%);
	animation-name: scrollLeft;
	animation-duration: 50s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.item:nth-child(1) {
	animation-delay: calc(50s / 3 * (3 - 1) * -1);
}
.item:nth-child(2) {
	animation-delay: calc(50s / 3 * (3 - 2) * -1);
}
.item:nth-child(3) {
	animation-delay: calc(50s / 3 * (3 - 3) * -1);
}
/* infinite scroll without bug */
@media screen and (max-width:1024px) {
	.icon-list-divider .elementor-icon-list-item:after,
	.icon-list-divider .elementor-icon-list-item:last-child:after{
		width: 12px !important;
		height: 12px !important;
	}
	.wrapper .e-con-inner {
		height: 60px;
	}
	.item {
		width: 1310px;
		max-width: 1310px !important;
		left: max(calc(820px * 3), 100%);
	}
}
@media screen and (max-width:767px) {
	.icon-list-divider .elementor-icon-list-item:after,
	.icon-list-divider .elementor-icon-list-item:last-child:after{
		width: 10px !important;
		height: 10px !important;
	}
	.wrapper .e-con-inner {
		height: 55px;
	}
	.item {
		width: 1115px;
		max-width: 1115px !important;
		left: max(calc(620px * 3), 100%);
	}
	.mobile-toggle .elementor-menu-toggle {
		border-radius: 10px 10px 10px 10px;
		padding: 8px 20px 8px 20px;
		width: 109.53px;
		background-image: linear-gradient(180deg, #00BF49 0%, #13572D 100%);
	}
}
