/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 24 2026 | 18:28:47 */
#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.3 !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-secondary );
}
.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,
.icon-svg-100 svg{
	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;
}
span.head-bg {
	background-color: var(--e-global-color-secondary);
	padding-inline: 10px;
}
.d-lg-none {
	display: none;
}
.interactive-tool-form .elementor-field-group:nth-child(1)::before {
	content: "1";
}
.interactive-tool-form .elementor-field-group:nth-child(2)::before {
	content: "2";
}
.interactive-tool-form .elementor-field-group:nth-child(3)::before {
	content: "3";
}
.interactive-tool-form .elementor-field-group:nth-child(4)::before {
	content: "4";
}
.interactive-tool-form .elementor-field-group:nth-child(5)::before {
	content: "5";
}
.interactive-tool-form .elementor-field-type-html.elementor-field-group.elementor-field-group-field_5a3b6b0::before {
	content: "6";
}
.interactive-tool-form .elementor-field-group::before,
.interactive-tool-form .elementor-field-type-html.elementor-field-group::before {
	font-family: "Merriweather", Sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	background-color: var(--e-global-color-secondary);
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 10px;
}
.interactive-tool-form .elementor-field-group:not(.elementor-field-type-submit) {
	padding-left: 60px !important;
}
.interactive-tool-form .elementor-field-group .elementor-field-subgroup {
	gap: 30px;
}
.interactive-tool-form .elementor-form-fields-wrapper::before {
	content: "";
	display: flex;
	width: 1px;
	height: 80%;
	background-color: #D2D2D2;
	position: absolute;
	top: 5px;
	left: 16px;
}
.interactive-tool-form .elementor-field-group:not(:nth-child(1),:nth-child(2),:nth-child(3),:nth-child(4),:nth-child(5)) label {
	display: none;
}
.interactive-tool-form .elementor-field-group:not(:nth-child(1),:nth-child(2),:nth-child(3),:nth-child(4),:nth-child(5)) label {
	display: none;
}
.interactive-tool-form .elementor-field-type-html.elementor-field-group.elementor-field-group-field_5a3b6b0,
.interactive-tool-form .elementor-field-group.elementor-field-group-field_60df87f, 
.interactive-tool-form .elementor-field-group.elementor-field-group-field_9c6ea39{
	margin-bottom: 0 !important;
}
.interactive-tool-form .elementor-field-group.elementor-field-group-field_60df87f, 
.interactive-tool-form .elementor-field-group.elementor-field-group-field_9c6ea39 {
	padding-bottom: 10px !important;
}
.interactive-tool-form .elementor-field-group.elementor-field-group-field_9c6ea39 {
	padding-left: 5px !important;
}
@media screen and (max-width:1024px) {
	.interactive-tool-form .elementor-field-group::before,
	.interactive-tool-form .elementor-field-type-html.elementor-field-group::before {
		font-size: 12px;
		width: 22px;
		height: 22px;
		left: 7px;
	}
	.interactive-tool-form .elementor-form-fields-wrapper::before {
		left: 13px;
	}
	.interactive-tool-form .elementor-field-group:not(.elementor-field-type-submit) {
		padding-left: 40px !important;
	}
	.interactive-tool-form .elementor-field-group.elementor-field-group-field_9c6ea39 {
		padding-left: 5px !important;
	}
	.interactive-tool-form .elementor-field-group .elementor-field-subgroup {
		gap: 0px;
	}
}
@media screen and (max-width:767px) {
	.d-sm-block {
		display: block;
	}
	.interactive-tool-form .elementor-field-group::before,
	.interactive-tool-form .elementor-field-type-html.elementor-field-group::before {
		width: 20px;
		height: 20px;
	}
	.interactive-tool-form .elementor-form-fields-wrapper::before {
		left: 12px;
		height: 67%;
	}
	.interactive-tool-form .elementor-field-group.elementor-field-group-field_9c6ea39 {
		padding-left: 40px !important;
	}
}