.hero{
	/* height: 200px; */
	background: rgb(223, 223, 223);
	background-size: cover;
}
.therapists_wrap{
	padding: 100px 10% 60px;
  scroll-margin-top: 299px;
	display: flex;
	gap: 67px;
	min-height: 1200px;
	/* background: #F5EDE0; */
}
.therapists_wrap aside{
	position: sticky;
	top: 100px;
	flex: 0 0 350px;
	z-index: 3;
}
.therapists_wrap .therapist_filters{
	background: #faf8f3;
	padding: 30px 10px 30px 30px;
	border-radius: 10px;
	position: sticky !important;
	top: 120px !important;
	
}
.therapist_filters .form_wrap {
	max-height: 600px;
	overflow-y: auto;
	padding-right: 15px;

	scrollbar-width: thin;
	scrollbar-color: #F5EDE0 #faf8f3;
}

/* Chrome, Edge, Safari */
.therapist_filters .form_wrap::-webkit-scrollbar {
	width: 6px;
}

.therapist_filters .form_wrap::-webkit-scrollbar-track {
	background: #faf8f3;
}

.therapist_filters .form_wrap::-webkit-scrollbar-thumb {
	background-color: #F5EDE0;
	border-radius: 10px;
}

/* Hover effect */
.therapist_filters .form_wrap::-webkit-scrollbar-thumb:hover {
	background-color: #e0d5c5; /* change to a slightly darker shade */
}

.therapist_filters .form_wrap::-webkit-scrollbar-track{
	background: #faf8f3;
}

.therapist_filters .form_wrap::-webkit-scrollbar-thumb{
	background: #fbe28c;
	border-radius: 10px;
}
.article .container{
	position: relative;
	z-index: 1;
}
.therapists_wrap .item ul:not(.select2-results__options):not(.select2-selection__rendered){
	margin: 0;
	padding: 0;
	list-style: none;
	transform: scaleY(0);
	opacity: 0;
	overflow: hidden;
	transform-origin: top;
	max-height: 0 !important;
	transition: 0.3s linear all;
	font-size: 16px;
	color: #1e1e1e;
}
.select2-selection__rendered{margin: 0;}
.therapists_wrap .item input{opacity: 0;}
.therapists_wrap .item input.select2-search__field{opacity: 1;}
.therapists_wrap .select2-selection__arrow,
.therapists_wrap .select2-selection__clear{display: none;}
.therapists_wrap .item .checkbox{
	position: absolute;
	left: 0;
	top: 8px;
	width: 13px;
	height: 13px;
	border: 1px solid #F29C1C;
	border-radius: 2px;
}
.therapists_wrap .item input:checked + .checkbox:after{
	content: '\2713';
	position: absolute;
	top: 1px;
	left: 2px;
	font-size: 10px;
	text-align: center;
	line-height: 11px;
	color: #6E0516;
	font-weight: bold;
}
.therapists_wrap .item input:checked + .checkbox{border-color: #6E0516;}
.therapists_wrap .item li{
	
	position: relative;
	cursor: pointer;
}
.therapists_wrap .item li label{
	display: block;
	padding: 2px 5px;
	cursor: pointer;
}
.therapists_wrap .item li:not(.disabled) label:hover .checkbox{border-color: #6E0516;}
.therapists_wrap .therapist_filters .item.open:not(.multi) ul{
	transform: scaleY(1) !important;
	opacity: 1 !important;
	max-height: 2000px !important;
	padding: 15px 0 0 !important;
}
.therapist_filters li.disabled{opacity: 0.5;}
.therapists_wrap aside .item{
	padding: 15px 10px;
	border-top: 1px solid #aca69d;
	/* overflow: hidden; */
}
.therapists_wrap aside .item.multi{overflow: unset;}
.therapists_wrap .item h3{
	font-size: 16px;
	margin: 0;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	position: relative;
	color: #1e1e1e;
	font-family: 'Oakes Grotesk', Courier, monospace;
}
.therapists_wrap .item h3 span{
	color: #6E0516;
	font-size: 13px;
	font-weight: 500;
}
.therapists_wrap .item h3:before,
.therapists_wrap .item h3:after{
	width: 12px;
	height: 2px;
	content: "";
	position: absolute;
	right: 4px;
	top: 10px;
	background: #6E0516;
}
.therapists_wrap .item h3:after{
	transform: rotate(90deg);
	transition: 0.2s linear all;
}
.therapists_wrap .item.open h3:after{transform: rotate(90deg) translateX(-3000px);}
.therapists_wrap .item.multi h3:before,
.therapists_wrap .item.multi h3:after{display: none;}
.therapists_wrap .item.multi h3{margin-bottom: 15px;}
.language .select2-container .select2-selection--single{
	height: 40px;
}
.language .select2-selection__rendered{
	height: 40px;
	line-height: 40px !important;
}
.therapists_data{
	flex: 0 0 calc(100% - 380px);
	/* min-height: 1600px; */
}
.therapists_data .no-match-msg{padding: 0 30px 30px;}
.therapists_data .no-match-msg div{width: 100%;}
.therapist_item{
	display: grid;
	grid-template-columns: 350px 1fr;
	gap: 50px;
	margin-bottom: 50px !important;
	background-color: #faf8f3;
	border-radius: 8px;
	overflow: hidden;
}
.therapists .therpist_cards{
	display: flex;
	justify-content: center;
}
.therapists .therapist_item{
	max-width: 30%;
}
.therapist_item .content{
	padding: 30px 0;
}
.therapist_item .content h3{
	color: #6E0516;
	font-size: 32px;
	font-family: var(--aesthet-font);
	margin-bottom: 20px;
}
.therapist_item .content h3 a{
	color: #6E0516;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}
.therapist_item .content h3 a:hover{
opacity: 0.7;
}
.therapist_item .content .btn{
	font-size: 18px;
}
.therapist_item .content .buttons{padding-top: 30px;}
.therapist_item figure{
	margin: 0;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
}
.therapist_item figure img{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.single-therapist .therapist_item figure img{
	position: static;
	height: auto;
}
.therapist_item p{
	margin-bottom: 5px;
	font-size: 16px;
	color: #1e1e1e;
	line-height: 28px;
	margin-bottom: 20px;
}
.therapist_item .type{
	font-style: italic;
	margin-bottom: 35px;
}
.therapists_wrap #therapists_data{justify-content: flex-start;}
.therapist_filters h2{
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #6E0516;
}
.therapist_filters .clear{
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
	display: none;
	padding-right: 15px;
}
.therapist_filters .clear.show{display: block;}
.select2-container{max-width: 100%;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
	font-size: 12px;
	padding-left: 10px;
}
.select2-selection__choice{
	display: flex !important;
	width: auto;
	background: #F29C1C !important;
	border: 0 !important;
	color: #fff !important;
}
.select2-results__options li{font-size: 15px;} 
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color: #fff;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{border-right-color: #fff;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
	background-color: #6E0516;
	color: #fff;
}
.supp_sec  .select2-results__options li{font-size: 20px;}
.select2-search.select2-search--inline{
	display: block;
}

.select2-selection{position: relative;}
.select2-selection:after{
	content: "";
	position: absolute;
	right: 12px;
	bottom: 16px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #6E0516;
	border-bottom: 1px solid #6E0516;
	transform: rotate(45deg);
	cursor: pointer;
	transition: 0.3s linear all;
}
.select2-container--open .select2-selection:after{
	transform: rotate(-136deg);
	bottom: 10px;
}
.select2-selection__rendered{
	display: flex !important;
	flex-wrap: wrap;
}
.select_2{position: relative;}
.supp_sec .select_2{
	z-index: 2;
	max-width: 768px;
	margin: 0 auto 30px;
}
.supp_sec .select2-selection__clear{display: none;}
.select2-container--open{
	top: 100% !important;
	left: 0 !important;
}
.select2-container .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple{
	min-height: 40px;
	border-color: #aca69d;
	border-radius: 10px !important;
	background-color: transparent;
}

.select2-container .select2-search--inline .select2-search__field{
	margin-top: 10px;
	display: block;
	width: 100% !important;
	height: 25px;
	font-size: 14px !important;
	padding-left: 10px;
}

.no-match-msg div{
	background: #faf8f3;
	padding: 30px;
	font-family: "Aesthet Nova";
	border-radius: 12px;
	font-size: 26px;
	margin-bottom: 60px;
	font-weight: 400;
	max-width: 850px;
	margin: 0 auto;
	border: 2px solid #f5d661;
}
.no-match-msg div p {
	font-size: 22px;
}
.no-match-msg div p a {
	color: #4169e1;
   text-decoration: underline;
}
.no-match-msg div p a:hover {
    text-decoration: underline;
}
.no-match-msg div p:last-child{margin-bottom: 0;}
#load_more_therapists{
	background: transparent;
	cursor: pointer;
	display: none;
	margin-right: 15px;
}
#load_more_therapists img{margin-left: 15px;}
.page-template-therapists .big_faq{
	padding: 300px 0;
	background-image: url(../images/blue-background-opacity-50.jpg);
}
.page-template-therapists .big_faq:before{
	background: url(../images/bg-top.webp);
	background-position: top center;
	top: 0;
}
.page-template-therapists .big_faq:after{
	background: url(../images/bg-bottom.webp);
	background-position: bottom center;
	bottom: 0;
}
.therapist_cards{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}
.mobile_head{display: none;}
.filter_open .therapists_wrap{z-index: 99;}
.filter_open .form_wrap{
	padding: 30px !important;
}
.filter_btn{
	background: var(--tangerine-color);
	color: #fff;
	border-radius: 6px;
	padding: 15px 30px;
	display: block;
	margin-top: 60px;
	text-align: center;
	cursor: pointer;
}
body.filter_open{
	overflow: hidden;
	position: relative;
}
body.filter_open form:before{
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	content: "";
}
/* Language list — show first 10, hide the rest until expanded */
.therapist_filters .item.language li.lang-extra{display: none;}
.therapist_filters .item.language.lang-expanded li.lang-extra{display: block;}
.lang-toggle{
	display: none;
	margin-top: 10px;
	color: #F29C1C;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Oakes Grotesk', Courier, monospace;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.item.language.open .lang-toggle{display: inline-block;}
.lang-toggle:hover{opacity: 0.75;}
.therapist_filters .item.language li.disabled label{
	opacity: 0.5;
	cursor: not-allowed;
}
.therapist_filters .item.language input:disabled + .checkbox{
	border-color: #ddd;
	background-color: #f0f0f0;
}

.selected-lang-label{
	display: none;
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	background:var(--tangerine-color);
	border-radius: 3px;
	padding: 3px 10px;
	margin-bottom: 12px;
}
.selected-lang-label.visible{display: inline-block;}
@media(max-width:768px){
	.selected-lang-label{display: none !important;}
}
@media(max-width:768px){
	.item.language.open .lang-toggle {display: none;}
	.therapists_wrap .item.language h3{margin-bottom: 15px;}
	.therapists_wrap .item.language h3:before,
	.therapists_wrap .item.language h3:after{display: none;}
	.therapists_wrap .mobile_head{
		display: flex !important;
		position: sticky;
		top: 0;
		margin: 0 -30px;
		padding: 15px 30px;
		background: #fff;
		z-index: 3;
		box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	}
		.therapists_wrap .therapist_filters.filter-active .form_wrap {
		padding-bottom: 30px;
	}

	.filter_btn {
		margin-top: 10px;
		margin-bottom: 40px;
	}
	/* .therapists_wrap .therapist_filters h2 .desk.clear {
		display:none !important;
		} */
	.therapists_wrap aside .item.language{
		border: 0;
		padding-top: 30px;
	}
	.therapists_wrap .mobile_head h2{
		margin-bottom:0 !important;
		width: 100%;
	}
	.therapists_wrap aside{
		top: 90px;
		margin-left: -30px;
		margin-right: -30px;
	}
	.site .therapist_filters .form_wrap{padding-top: 0 !important}
}