/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* .drag-opt.service-carousel */
/* ------------------------ HEADER ----------------------- */
header ul.sub-menu {
	border: 1px solid rgba(255, 255, 255, 0.5) !important;
	/* backdrop-filter: blur(5px); */
	border-radius: 16px !important;
	padding: 20px 10px !important;
	isolation: isolate;
	overflow: hidden;
}

header ul.elementor-nav-menu li a.has-submenu span.sub-arrow {
	padding: 0;
	position: relative;
}

header ul.elementor-nav-menu li a.has-submenu span.sub-arrow:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url('/wp-content/uploads/2026/06/Vector-72.svg') no-repeat center center / contain;
	margin-left: 8px;
	margin-top: 2px;
	transition: transform 0.3s ease-in-out;
	will-change: transform;
}

header ul.elementor-nav-menu li a.has-submenu.highlighted span.sub-arrow:before {
	transform: scale(-1);
	transition: transform 0.3s ease-in-out;
	will-change: transform;
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
	border-inline-start: 0 !important;
}

header ul.sub-menu li>a {
	border-radius: 10px !important;
}

.show-mobile {
	display: none !important;
}

header .elementor-nav-menu li.has-phone-icon a {
	position: relative;
	gap: 10px;
	justify-content: center;
}

.full-height {
	height: 100% !important;
}

header .elementor-nav-menu li.has-phone-icon a:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(/wp-content/uploads/2026/06/Icon-11.svg) no-repeat;
	background-size: contain;
	opacity: 1 !important;
	position: inherit;
	border-radius: 0 !important;
}

header .elementor-nav-menu li.btn a {
	background: var(--e-global-color-primary);
	padding-block: 12px;
	color: #ffffff;
	display: inline-block;
	border-radius: 100px !important;
	max-width: 320px !important;
	width: 100%;
	text-align: center;
}

header .elementor-nav-menu li.btn {
	text-align: center;
}

header.header-hidden>.elementor-element {
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

/* ------------------------ HEADER END ----------------------- */
.reviews-slider .swiper-wrapper {
	transition-timing-function: linear !important;
}

.reviews-slider .elementor-divider-separator {
	display: block !important;
	min-height: 1px !important;
	background-color: #6E87B0 !important;
}

/* ------------------------ GLOBAL BUTTONS ----------------------- */
.icon-on-hover .elementor-button-content-wrapper {
	display: flex;
	align-items: center;
	gap: 0;
}

.icon-on-hover .elementor-button-icon {
	opacity: 0;
	transform: translateX(-25px);
	margin-right: -21px;
	transition: all 0.35s ease;
}

.icon-on-hover a:hover .elementor-button-icon {
	opacity: 1;
	transform: translateX(10px);
	margin-right: 10px;
}

/* Rolling text hover - applies to every .btn */
.btn .roll-text {
	display: inline-flex;
	overflow: hidden;
	position: relative;
	line-height: 1.2;
}

.btn .roll-inner {
	display: block;
	position: relative;
	transition: transform 0.35s ease;
	will-change: transform;
}

.btn .roll-label {
	display: block;
	/* white-space: nowrap; */
}

.btn .roll-hover {
	position: absolute;
	top: 100%;
	left: 0;
}

.btn .elementor-button:hover .roll-inner,
.btn .elementor-button:hover .roll-inner {
	transform: translateY(-100%);
}

/* keep text above fill */
.btn .elementor-button-content-wrapper {
	position: relative;
	z-index: 2;
}

.btn .elementor-button-icon {
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn .elementor-button:hover .elementor-button-icon {
	transform: translateX(4px);
}

.btn-anchor span.elementor-button-content-wrapper {
	position: relative;
}

.btn-anchor span.elementor-button-content-wrapper:before {
	width: 100%;
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	background: var(--e-global-color-primary);
	bottom: -8px;
	transition: all 0.3s linear;
	left: 0;
}

.btn-anchor a:hover span.elementor-button-content-wrapper:before {
	right: 0;
	width: 0%;
	transition: all 0.3s linear;
	left: inherit;
}

/* ------------------------ GLOBAL BUTTONS END ----------------------- */
#sticky-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	pointer-events: none;
}

#ribbon-pill {
	display: flex;
	align-items: center;
	overflow: hidden;
	gap: 10px;
	pointer-events: all;
}

#cta-btn {
	background: var(--e-global-color-primary);
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	height: 53px;
	box-sizing: border-box;
	padding: 0 24px;
	display: flex;
	align-items: center;
	will-change: width, padding-left, padding-right, opacity;
	justify-content: center;
	cursor: pointer;
	white-space: nowrap;
	font-family: inherit;
	overflow: hidden;
}

#cta-toggle {
	background: var(--e-global-color-487676f);
	border: none;
	border-left: 0.5px solid rgba(255, 255, 255, 0.15);
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	flex-shrink: 0;
	padding: 0;
	border-radius: 50%;
	transition: border-radius 0.73s cubic-bezier(0.65, 0, 0.35, 1) all 0.7s ease;
}

button#cta-toggle[aria-label='Expand'] {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	transition: border-radius 0.55s cubic-bezier(0.65, 0, 0.35, 1) all 0.7s ease;
}

/* ------------------------ ROTATE ANIMATION ----------------------- */
.circle {
	position: relative;
	width: 200px;
	height: 200px;
	background: #eaecee;
	border-radius: 100px;
}

.rotate-text-ring {
	position: absolute;
	inset: 0;
	transform-origin: center;
	/* animation removed — GSAP handles rotation */
}

.rotate-icon {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	animation: none !important;
}

/* ------------------------ ROTATE ANIMATION END ----------------------- */
/* ------------------------ Homepage Sections Styling ----------------------- */
.Specialties-card-section {
	overflow-x: hidden;
}

.overflow-clip .swiper {
	overflow: visible;
	/* clip-path: inset(0 calc(-100vw + 100%) 0 0); */
}

.speciality-card img {
	transition: transform 0.5s ease-out;
}

.speciality-card:hover img {
	transform: scale(1.1);
	transition: transform 0.5s ease-in;
}

.speciality-card svg {
	opacity: 0;
	transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.speciality-card:hover svg {
	opacity: 1;
}

.faqs details {
	background: rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	/* padding: 20px 32px; */
	overflow: clip;
	transition:
		background-color 0.4s ease,
		box-shadow 0.4s ease;
}

.faqs details>div {
	padding: 0 32px 20px 32px;
}

.faqs summary.e-n-accordion-item-title {
	padding: 20px 32px;
	margin: 0 !important;
}

.faqs details[open] {
	background: rgba(255, 255, 255, 0.8);
}

/* JS owns the height animation on this element */
.faqs details>[role='region'],
.faqs details>.e-con {
	box-sizing: border-box;
}

/* Fix Elementor nested accordion height calculation jumps */
.faqs .e-n-accordion details>*:not(summary) {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	box-sizing: border-box !important;
}

/* Move vertical spacing to internal elements if padding was stripped */
.faqs .e-n-accordion details>*:not(summary)>* {
	padding-top: 0px;
	padding-bottom: 15px;
}

.faqs .e-n-accordion-item-title:focus,
.faqs .e-n-accordion-item-title:active,
.global-accordion .e-n-accordion-item-title:focus,
.global-accordion .e-n-accordion-item-title:active,
.accordion-trauma-wrapper .e-n-accordion-item-title:focus,
.accordion-trauma-wrapper .e-n-accordion-item-title:active {
	background-color: transparent !important;
	outline: none !important;
	box-shadow: none !important;
	-webkit-tap-highlight-color: transparent;
}

.faqs .e-n-accordion-item-title::selection,
.faqs .e-n-accordion-item-title *::selection,
.global-accordion .e-n-accordion-item-title::selection,
.global-accordion .e-n-accordion-item-title *::selection,
.accordion-trauma-wrapper .e-n-accordion-item-title::selection,
.accordion-trauma-wrapper .e-n-accordion-item-title *::selection,
.tabs-wrapper .e-n-tab-title::selection,
.tabs-wrapper .e-n-tab-title *::selection {
	background-color: transparent !important;
	outline: none !important;
	box-shadow: none !important;
	-webkit-tap-highlight-color: transparent;
}

.marquee-wrap {
	overflow: hidden;
	width: 100%;
}

.marquee-track {
	display: flex;
	align-items: center;
	width: max-content;
	animation: marquee-scroll 50s linear infinite;
}

.marquee-track:hover {
	animation-play-state: paused;
}

.marquee-item {
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 0 14px;
	white-space: nowrap;
}

.marquee-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--e-global-color-primary);
	flex-shrink: 0;
}

@keyframes marquee-scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

/* Static layout above 992px */
.marquee-mobile {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.marquee-mobile .marquee-wrap {
	display: none;
}

/* Hide default cursor on the section */
/* .drag-opt .swiper.elementor-loop-container:hover {
	cursor: none !important;
} */

/* Custom drag cursor */
/* .custom-drag-cursor {
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 9999;
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease;
	will-change: transform;
}

.custom-drag-cursor.visible {
	opacity: 1;
}

.custom-drag-cursor__inner {
	background-color: rgba(50, 62, 82, 0.9);
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 18px;
	border-radius: 50px;
	white-space: nowrap;
	backdrop-filter: blur(5px);
	display: flex;
	align-items: center;
	gap: 8px;
	user-select: none;
}

.custom-drag-cursor__inner::before,
.custom-drag-cursor__inner::after {
	content: '';
	width: 20px;
	height: 18px;
	display: block;
	background-size: contain;
}

.custom-drag-cursor__inner::before {
	background: url(/wp-content/uploads/2026/06/Vector-79.svg) no-repeat;
	transform: translate(-3px, 2px);
}

.custom-drag-cursor__inner::after {
	background: url(/wp-content/uploads/2026/06/Vector-79.svg) no-repeat;
	transform: rotate(180deg) translate(-3px, 3px);
} */

.hero-content {
	opacity: 0;
	will-change: transform, opacity;
	transition: none !important;
}

/* .reviews-slider .review.swiper-slide:hover {
	transform: scale(1.05);
	transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.reviews-slider .review.swiper-slide {
	transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
} */

/* Trauma therapy page */
/* .accordion-trauma-wrapper .e-n-accordion-item:nth-child(2) {
    border-top: 1px solid #6E87B0;
    margin-top: 32px;
}
.accordion-trauma-wrapper .e-n-accordion summary.e-n-accordion-item-title[aria-expanded="false"] {
    padding-bottom: 0;
} */

.actual-trauma-content h3 {
	font-size: 44px !important;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 20px;
}

.accordion-trauma-wrapper .e-opened rect {
	fill: transparent !important;
}

.trauma-acutally-content h3 {
	font-size: 28px !important;
	font-weight: 400;
}

.trauma-therapy-hero::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 18.5px;
	background-image: url(/wp-content/uploads/2026/06/Wave-Filled.svg);
	background-repeat: repeat-x;
	background-position: bottom center;
	background-size: auto 100%;
	pointer-events: none;
	z-index: 0;
}

.DUP_trauma-therapy-hero::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 18.5px;
	background-image: url(/wp-content/uploads/2026/06/Wave-Filled.svg);
	background-repeat: repeat-x;
	background-position: bottom center;
	background-size: auto 100%;
	pointer-events: none;
	z-index: 0;
}

.therapy-toggle-btn {
	width: 56px;
	height: 56px;
	background-color: #323e52 !important;
	border: none;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:
		background-color 0.3s ease,
		transform 0.3s ease;
	padding: 0px !important;
}

.therapy-toggle-btn:hover {
	background-color: #6e87b0 !important;
}

.icon-line {
	position: absolute;
	background-color: #ffffff;
	transition:
		transform 0.3s ease,
		background-color 0.3s ease;
}

.icon-line.horizontal {
	width: 23px;
	height: 2px;
}

.icon-line.vertical {
	width: 2px;
	height: 23px;
}

.therapy-card.is-open .therapy-toggle-btn {
	transform: rotate(135deg);
}

.therapy-full-content {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition:
		max-height 0.4s ease,
		opacity 0.3s ease;
}

.therapy-full-content {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition:
		max-height 0.4s ease,
		opacity 0.3s ease;
}

.therapy-card.is-open .therapy-full-content {
	max-height: 500px;
	opacity: 1;
	margin-top: 10px;
}

.unresolved-trauma-list-icon .elementor-icon-list-item {
	padding: 28px 0px !important;
	border-bottom: 1px solid #6e87b0;
}

.unresolved-trauma-list-icon.attachment-based-list-icon .elementor-icon-list-item {
	padding: 20px 0px !important;
}

.unresolved-trauma-list-icon .elementor-icon-list-item:last-child {
	border-bottom: 0px;
}

.trauma-therapy-section .image-viewer {
	position: relative;
	height: 440px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
}

/* Default base state for all images */
.trauma-therapy-section .therapy-img {
	position: absolute;
	width: 223px;
	height: 265px;
	transform: rotate(6deg) translate(110px, 130px);
	z-index: 0;
	opacity: 0.5;
	top: 0;
	left: 0;
	transition:
		transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
		width 0.6s cubic-bezier(0.4, 0, 0.2, 1),
		height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- STATE 1: Item 1 Active --- */
.trauma-therapy-section .image-viewer.heading-1-active #img-1 {
	width: 452px;
	height: 538px;
	transform: rotate(0deg) translate(0px, 0px);
	z-index: 10;
	opacity: 1;
	transition: all 0.6s ease;
}

.trauma-therapy-section .image-viewer.heading-1-active #img-2 {
	width: 345px;
	height: 411px;
	transform: rotate(7.91deg) translate(45%, 32%);
	z-index: 2;
	opacity: 0.6;
	transition: all 0.6s ease;
}

.trauma-therapy-section .image-viewer.heading-1-active #img-3 {
	width: 265px;
	height: 316px;
	transform: rotate(19.67deg) translate(120%, 58%);
	z-index: 1;
	opacity: 0.4;
	transition: all 0.6s ease;
}

/* --- STATE 2: Item 2 Active --- */
.trauma-therapy-section .image-viewer.heading-2-active #img-2 {
	width: 452px;
	height: 538px;
	transform: rotate(0deg) translate(0px, 0px);
	z-index: 10;
	opacity: 1;
	transition: all 0.6s ease;
}

.trauma-therapy-section .image-viewer.heading-2-active #img-1 {
	width: 345px;
	height: 411px;
	transform: rotate(7.91deg) translate(45%, 32%);
	z-index: 2;
	opacity: 0.6;
	transition: all 0.6s ease;
}

.trauma-therapy-section .image-viewer.heading-2-active #img-3 {
	width: 265px;
	height: 316px;
	transform: rotate(19.67deg) translate(120%, 58%);
	z-index: 2;
	opacity: 0.6;
	transition: all 0.6s ease;
}

/* --- STATE 3: Item 3 Active --- */
.trauma-therapy-section .image-viewer.heading-3-active #img-3 {
	width: 452px;
	height: 538px;
	transform: rotate(0deg) translate(0px, 0px);
	z-index: 10;
	opacity: 1;
	transition: all 0.6s ease;
}

.trauma-therapy-section .image-viewer.heading-3-active #img-2 {
	width: 345px;
	height: 411px;
	transform: rotate(7.91deg) translate(45%, 32%);
	z-index: 2;
	opacity: 0.6;
	transition: all 0.6s ease;
}

.trauma-therapy-section .image-viewer.heading-3-active #img-1 {
	width: 265px;
	height: 316px;
	transform: rotate(19.67deg) translate(120%, 58%);
	z-index: 2;
	opacity: 0.6;
	transition: all 0.6s ease;
}

.trauma-therapy-section .content-viewer {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.trauma-therapy-section .heading-btn {
	background: none;
	border: none;
	text-align: left;
	padding: 0;
	cursor: pointer;
	width: 100%;
}

.trauma-therapy-section .heading-text {
	font-size: 1.75rem;
	font-weight: 600;
	color: #3a4750;
	opacity: 0.4;
	margin: 0 0 15px 0;
	transition: opacity 0.3s ease;
	line-height: 1.3;
}

.trauma-therapy-section .tab-block.active .heading-text {
	opacity: 1;
}

.trauma-therapy-section .text-panel-frame {
	position: relative;
	width: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transition:
		height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.4s ease;
}

.trauma-therapy-section .tab-block.active .text-panel-frame {
	height: 17rem;
	opacity: 1;
	pointer-events: auto;
}

.trauma-therapy-section .text-panel-content {
	position: absolute;
	inset: 0;
	padding-top: 10px;
}

.trauma-therapy-section .text-panel-content p {
	color: #4a5568;
	line-height: 1.7;
	font-size: 1rem;
	margin: 0;
}

.trauma-therapy-section .progress-track {
	width: 100%;
	height: 3px;
	background: rgba(110, 135, 176, 0.2);
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}

.trauma-therapy-section .e-div-block-base {
	padding: 0 !important;
}

.trauma-therapy-section .progress-bar {
	height: 100%;
	width: 0;
	background-color: #6e87b0;
	transform: translateX(-100%);
	transition: width 6s linear;
}

.trauma-therapy-section .tab-block.active .progress-bar {
	transform: translateX(0);
}

.therapy-service-box .elementor-image-box-img {
	margin-bottom: 32px !important;
}

.therapy-service-box .elementor-image-box-title {
	margin: 0 0 16px !important;
}

.therapy-service-box p {
	color: #3d4d67;
}

.therapy-service-box a {
	font-weight: 700 !important;
	text-decoration: underline !important;
}

.hero-section-trauma.trauma-therapy-hero::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #BCE3D7;
	opacity: 0.2;
	mix-blend-mode: color-dodge;
}

.trauma-therapy-hero.therapy-for-parents-hero::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #BCE3D7;
	opacity: 0.5;
	mix-blend-mode: screen;
}

.blog-cta a.elementor-button span.roll-label {
	text-transform: capitalize;
}

.accordion-trauma-wrapper .e-n-accordion-item:not(:first-child) .e-n-accordion-item-title {
	border-top: 1px solid #6e87b0 !important;
}

.accordion-trauma-wrapper .e-n-accordion-item-title-text {
	max-width: 495px;
}

.therapy-service-box .elementor-image-box-content p:last-child {
	margin-bottom: 0 !important;
}

.therapy-service-box .elementor-image-box-description {
	display: none;
}

.page-id-1213 p:not(:last-child),
.page-id-2839 p:not(:last-child),
.last-child-p-margin-0 p:not(:last-child) {
	margin-bottom: 20px;
}

.page-id-1213 p:last-child,
.page-id-2839 p:last-child,
.last-child-p-margin-0 p:last-child {
	margin-bottom: 0px !important;
}

.therapy-card::before {
	content: '';
	width: 156px;
	height: 64px;
	position: absolute;
	top: 40px;
	left: 50%;
	background-image: url(/wp-content/uploads/2026/07/card-waves.svg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

.approach-trauma-section {
	background-position: 55% 100% !important;
}

/* ---- Blog Archieve page ---- */
.blog-archieve-posts-wrapper .page-numbers {
	width: 48px;
	height: 48px;
	background: transparent;
	border: 1px solid rgba(110, 135, 176, 0.3);
	border-radius: 10px;
	display: inline-block;
	align-content: center;
	transition: all 0.3s ease-in-out;
}

.blog-archieve-posts-wrapper .page-numbers.current {
	background: #6e87b0;
	border-color: #6e87b0;
}

.blog-archieve-posts-wrapper .page-numbers:hover {
	background: #6e87b0;
	border-color: #6e87b0;
}

.blog-archieve-item-wrapper {
	flex-direction: column !important;
	border-radius: 20px !important;
	background: #fdf6f1;
	transition: all 0.3s ease;
}

.blog-archieve-item-wrapper img {
	height: 232px !important;
	object-fit: cover;
}

.blog-read-time .elementor-shortcode {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -0.02em;
	color: #3d4d67;
	opacity: 0.8;
}

.single-blog-read-time .elementor-shortcode {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #eaecee;
}

.blog-archieve-item-wrapper:hover {
	background: #fbefe7;
	transform: translateY(-8px);
}

.CTA_section .elementor-widget-image {
	height: 100%;
}

/* ---- Contact page ---- */

.contact-page-social .elementor-icon:hover rect {
	fill: #ffe1ce;
}

.contact-hero-section {
	background: linear-gradient(180deg, #f9e5d8 54.7%, #ffffff 96.81%), #f9e5d8;
}

.contact-page-form .wpforms-form {
	display: flex;
	flex-direction: column;
}

.contact-page-form .wpforms-container {
	margin: 0 !important;
}

.contact-page-form .wpforms-container .wpforms-field {
	padding: 0 0 20px;
}

.contact-page-form .wpforms-field-label {
	margin-bottom: 10px !important;
	font-size: 18px !important;
	font-weight: 400 !important;
}

.contact-page-form .wpforms-field-large {
	padding: 16px 20px !important;
	height: 55px;
}

.contact-page-form .wpforms-submit-container {
	margin: 0 0 20px !important;
}

.contact-page-form .wpforms-head-container {
	padding: 0 !important;
	order: 2;
}

.contact-page-form .wpforms-submit {
	padding: 15px 40px !important;
	height: auto !important;
}

.contact-page-form .wpforms-field-large:hover,
.contact-page-form .wpforms-field-medium:hover {
	background: #f2f2f2 !important;
}

.contact-page-form .wpforms-field-large,
.contact-page-form .wpforms-field-medium {
	background: rgba(242, 242, 242, 0.4) !important;
	transition: all 0.3s ease-in-out !important;
}

.contact-page-form .wpforms-field-large:focus,
.contact-page-form .wpforms-field-medium:focus {
	background: rgba(242, 242, 242, 0.4) !important;
	border-color: #4a5e7f !important;
}

.wpforms-description {
	font-weight: 400 !important;
	line-height: 1.5em !important;
}

.elementor-page-2104 p,
.elementor-page-2161 p {
	margin-bottom: 0 !important;
}

.contact-page-form .wpforms-form .wpforms-description {
	font-size: 18px !important;
}

.page-transition-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #0f0f0f;
	/* Change to your desired background color */
	z-index: 99999;
	pointer-events: none;
	transform: translateY(100%);
	/* Start hidden below the screen */
}

.trauma-therapy-hero.dating-and-relationship-hero {
	background-color: #f9e5d8 !important;
}

.image-full-height {
	height: 100%;
}

ul.therapy-content-list {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.therapy-content-list li {
	position: relative;
	padding: 1.25rem 0 1.25rem 1.5rem;
	color: inherit;
	font-size: 1.125rem;
	line-height: 1.4;
	border-bottom: 1.5px solid #6e87b0;
}

.therapy-content-list li:last-child {
	border-bottom: none;
}

.therapy-content-list li::before {
	content: '';
	position: absolute;
	left: 0.25rem;
	top: 1.75rem;
	width: 10px;
	height: 10px;
	background-color: #6e87b0;
	border-radius: 50%;
}

.service-tag-column {
	display: flex !important;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.service-tag {
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid #6e87b0;
	border-radius: 100px;
}

.service-tag::before {
	content: '';
	position: absolute;
	left: 1.2rem;
	top: 1.5rem;
	width: 10px;
	height: 10px;
	background-color: #323e52;
	border-radius: 50%;
}

.para-margin-bottom-0 p {
	margin-bottom: 0px !important;
}

.therapy-service-box:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

.DUP_trauma-therapy-hero.couple-therapy-hero {
	background-color: rgba(61, 77, 103, 0.1);
}

/* Single blog post css */

.Single-blost-post-content-wrapper h2 {
	scroll-margin-top: 7vh;
}

.Single-blost-post-content-wrapper .elementor-toc__header {
	position: relative;
	cursor: pointer;
}

.Single-blost-post-content-wrapper .elementor-toc--collapsed .elementor-toc__header {
	border-color: transparent;
}

.Single-blost-post-content-wrapper .elementor-toc__toggle-button {
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 2;
	font-size: 0;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.Single-blost-post-content-wrapper .elementor-toc__toggle-button::before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/uploads/2026/07/arrow-down.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(0px, 10px) rotate(0deg);
	transition: transform 0.3s ease;
}

.elementor-toc__toggle-button.elementor-toc__toggle-button--collapse::before {
	transform: rotate(180deg);
}

.Single-blost-post-content-wrapper .elementor-toc__toggle-button i,
.Single-blost-post-content-wrapper .elementor-toc__toggle-button svg {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
}

.Single-blost-post-content-wrapper .elementor-toc__list-item-text.elementor-item-active {
	font-weight: 600;
	text-decoration: none;
}

.Single-blost-post-content-wrapper .elementor-toc__list-item-text:hover {
	text-decoration: none !important;
	font-weight: 600;
}

.Single-blost-post-content-wrapper .elementor-toc__list-item {
	margin-bottom: 10px;
}

.elementor-toc__body .elementor-toc__list-item-text {
	font-size: 16px;
}

.Single-blost-post-content-wrapper .elementor-widget-table-of-contents {
	padding: 20px 24px 0;
}

.elementor-toc__list-item-text-wrapper:before {
	margin: 0 !important;
}

.elementor-widget-table-of-contents:not(:has(li)) {
    display: none !important;
}

.Single-blost-post-content-wrapper .elementor-toc__header {
	padding: 0px 0px 20px;
}

.Single-blost-post-content-wrapper .elementor-toc__body {
	padding: 20px 0 20px;
}

.Single-blost-post-content-wrapper .elementor-toc__list-item:last-child {
	margin: 0;
}

.Single-blost-post-content-wrapper hr {
	background-color: #6e87b0 !important;
	margin: 20px 0px !important;
}

.Single-blost-post-content-wrapper h2 {
	font-size: 44px !important;
	line-height: 140% !important;
}

.Single-blost-post-content-wrapper ul {
	padding-left: 30px;
	margin: 32px 0 32px;
	gap: 10px;
	display: flex;
	flex-direction: column;
}

.Single-blost-post-content-wrapper .blog-content li {
	list-style-type: none;
}

.Single-blost-post-content-wrapper .blog-content li::before {
	content: "•";
	display: inline-block;
	color: #323e52;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0px;
	font-size: 40px;
}

.Single-blost-post-content-wrapper h3 {
	font-size: 32px !important;
	letter-spacing: -0.02em;
	line-height: 140%;
	margin: 1rem 0;
	font-weight: 400;
}

/* Blog page faqs */
section.wde-faq {
	padding: 40px 0;
}

.wde-faq__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.wde-faq__item {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	overflow: hidden;
}

.wde-faq__item button,
.wde-faq__item button:hover {
	background: none !important;
	color: var(--n-accordion-title-normal-color) !important;
}

body .wde-faq__item button {
	font-size: 20px;
	font-family: 'SangBleu Sans', Sans-serif;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: var(--n-accordion-title-normal-color);
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: left;
	border: none;
	padding: 20px 32px;
}

.wde-faq__item.is-open svg {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.wde-faq__item svg {
	transition: transform 0.3s ease;
}

.wde-faq__q {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background: none;
	border: 0;
	cursor: pointer;
	text-align: left;
	padding: 20px 24px;
	font: inherit;
	color: var(--wde-q);
	font-size: 17px;
}

.wde-faq__q-text {
	flex: 1;
}

.wde-faq__icon {
	color: var(--wde-icon);
	flex: none;
	transition: transform 0.3s ease;
}

.wde-faq__item.is-open .wde-faq__icon {
	transform: rotate(180deg);
}

.wde-faq__panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.35s ease;
}

.wde-faq__item.is-open .wde-faq__panel {
	grid-template-rows: 1fr;
}

.wde-faq__panel-inner {
	overflow: hidden;
	min-height: 0;
}

.wde-faq__answer {
	padding: 0 32px 20px;
	color: var(--wde-a);
	font-size: 16px;
	line-height: 1.6;
}

.wde-faq__answer a {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -2%;
	text-decoration: underline;
}

.wde-faq__answer> :first-child {
	margin-top: 0;
}

.wde-faq__answer> :last-child {
	margin-bottom: 0;
}

.single-blog-post-author-img {
	max-width: 134px !important;
}

.single-blog-post-author-img .elementor-shortcode {
	height: 100%;
}

.single-blog-post-author-img .author-profile-picture {
	border-radius: 500px 500px 40px 40px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#related-articles .blog-archieve-item-wrapper {
	background-color: rgba(249, 229, 216, 0.2);
}

.global-accordion .e-n-accordion-item-title-icon {
	position: relative;
}

.global-accordion .e-closed,
.global-accordion .e-opened {
	transition:
		opacity 0.6s ease-in-out,
		transform 0.6s ease-in-out;
}

.global-accordion .e-n-accordion-item-title[aria-expanded='false'] .e-opened {
	opacity: 0;
	transform: scale(0.8);
	position: absolute;
	pointer-events: none;
}

.global-accordion .e-n-accordion-item-title[aria-expanded='false'] .e-closed {
	opacity: 1;
	transform: scale(1);
	display: flex !important;
}

.global-accordion .e-n-accordion-item-title[aria-expanded='true'] .e-closed {
	opacity: 0;
	transform: scale(0.8);
	position: absolute;
	pointer-events: none;
	display: flex !important;
}

.global-accordion .e-n-accordion-item-title[aria-expanded='true'] .e-opened {
	opacity: 1;
	transform: scale(1);
}

.terms-and-conditions h3 {
	font-size: 32px !important;
}

#ribbon-pill:has(#cta-toggle[aria-label='Collapse']) {
	backdrop-filter: blur(5px);
	border-radius: 100px;
}

.attachment-based-list-icon .elementor-icon-list-text a {
	display: inline !important;
}

@media (prefers-reduced-motion: reduce) {

	.wde-faq__panel,
	.wde-faq__icon {
		transition: none;
	}
}

.cnb-iconbox {
	position: relative;
	overflow: hidden;
}

.cnb-iconbox::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url('/wp-content/uploads/2026/08/card-bg.webp') center/cover no-repeat;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	z-index: 0;
}

.cnb-iconbox:hover::before {
	opacity: 1;
}

.cnb-iconbox>* {
	position: relative;
	z-index: 1;
}


.blog-archieve-filter .e-filter-item[data-filter="trauma"] {
	order: 1;
}

.blog-archieve-filter .e-filter-item[data-filter="attachment-based-therapy"] {
	order: 2;
}

.blog-archieve-filter .e-filter-item[data-filter="dating"] {
	order: 3;
}

.blog-archieve-filter .e-filter-item[data-filter="relationships"] {
	order: 4;
}

.blog-archieve-filter .e-filter-item[data-filter="parenting"] {
	order: 5;
}

.card-image {
	max-width: 211px;
	max-height: 176px;
	border-radius: 16px !important;
	overflow: hidden !important;
}

.card-content {
	position: relative;
}

.card-icon {
	max-width: 60px;
}

.card-icon .elementor-widget-icon {
	opacity: 0.5;

}

.card-icon .elementor-icon svg {
	transition: all .3s ease;
}

.service-full-card:hover .elementor-icon svg {
	transform: rotate(-45deg);
	opacity: 1;
	transition: all .3s ease;
}

.service-full-card:hover .elementor-widget-icon {
	opacity: 1;
}


.services-slider .swiper-wrapper {
	cursor: grab;
}

.services-slider .swiper-wrapper:active {
	cursor: grabbing;
}

.services-slider .elementor-swiper-button {
	opacity: 0 !important;
	transition: opacity 0.3s ease;
}

.services-slider:hover .elementor-swiper-button {
	opacity: 1 !important;
}

/* ------------------------ MEDIA QUERIES START ----------------------- */

@media (min-width: 1080px) and (max-width: 1280px) {
	#scroll-down-icon {
		right: 0%;
		top: 5%;
	}
}

@media (max-width: 1366px) {
	header .elementor-widget-theme-site-logo {
		max-width: 140px !important;
	}

	footer .footer-logo .elementor-icon svg {
		height: 70px;
		max-width: 200px;
	}

	header .header-wrapper {
		padding-inline: 20px !important;
	}

	header .logo-wrapper {
		gap: 20px;
	}

	header .elementor-nav-menu--main .elementor-nav-menu li a {
		padding-inline: 14px !important;
		font-size: 16px !important;
	}

	header .header-actions a {
		font-size: 16px !important;
	}

	header .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a {
		margin-inline-end: 0;
	}

	header ul.elementor-nav-menu li a.has-submenu span.sub-arrow:before {
		width: 12px;
		height: 12px;
		margin-left: 8px;
	}

	.text-wrap .roll-label {
		white-space: normal !important;
	}

	.max-height-auto {
		max-height: unset !important;
	}
}

@media (max-width: 1160px) and (min-width: 994px) {
	header .elementor-nav-menu--main .elementor-nav-menu li a {
		padding-inline: 12px !important;
		font-size: 12px !important;
	}

	header .header-actions a {
		font-size: 14px !important;
	}
}

@media (min-width: 993px) {
	/* .menu-item-has-children .sub-menu {
		display: block !important;
		opacity: 0;
		transform: translateY(20px);
		transition:
			opacity 0.25s ease,
			transform 0.25s ease;
		width: 290px !important;
		margin: 0;
		pointer-events: none;
	}

	.menu-item-has-children:hover>.sub-menu {
		opacity: 1;
		transform: translateY(0px);
		transition: all 0.3s ease;
		pointer-events: auto;
	} */

	.menu-item-has-children .sub-menu {
		display: flex !important;
		flex-direction: column;
		opacity: 0;
		transform: translate3d(0, 20px, 0);
		transition: opacity 0.25s ease, transform 0.25s ease;
		width: 290px !important;
		margin: 0;
		pointer-events: none;
		will-change: transform, opacity;
		box-shadow: none;
		border: 0px !important;
	}

	.menu-item-has-children:hover>.sub-menu {
		opacity: 1;
		transform: translate3d(0, 5px, 0);
		transition: all 0.3s ease;
		pointer-events: auto;
	}

	.header-wrapper .sub-menu li a {
		border-bottom: none !important;
		box-shadow: none !important;
	}

	.menu-item-has-children>a .sub-arrow {
		transition: all 0.3s ease;
	}

	.menu-item-has-children:hover>a .sub-arrow {
		transform: scaleY(-1);
		transition: all 0.3s ease;
	}

	.menu-item-has-children:hover>a.has-submenu {
		color: var(--e-global-color-secondary) !important;
		background: #fdf5ef80 !important;
		border-radius: 100px;
		transition: all 0.3s ease;
	}

	.menu-item-has-children {
		position: relative;
	}

	/* Hover bridge */
	.menu-item-has-children::before {
		content: '';
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		height: 5px;
		z-index: 100;
		background: transparent;
		border: none !important;
		outline: none !important;
		box-shadow: none !important;
		pointer-events: auto;
	}

	header .elementor-nav-menu .sub-menu li,
	header .elementor-nav-menu .sub-menu li a {
		width: 100%;
		text-wrap: wrap;
		line-height: 1.25;
	}

	header .elementor-nav-menu .sub-menu li a:hover {
		background: rgba(188, 227, 215, 0.5) !important;
	}

	.text-wrap .roll-label {
		white-space: normal !important;
	}

	.max-height-auto {
		max-height: unset !important;
	}
}

@media (max-width: 992px) {
	.hero-section .empty-col:before {
		opacity: 1 !important;
	}

	/* container = grid wrapper */
	.elementor-menu-toggle+.elementor-nav-menu__container.elementor-nav-menu--dropdown {
		display: grid;
		grid-template-rows: 0fr;
		max-height: none !important;
		transform: none !important;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		transition:
			grid-template-rows .35s ease,
			opacity .35s ease,
			visibility 0s linear .35s;
	}

	/* open state */
	.elementor-menu-toggle.elementor-active+.elementor-nav-menu__container.elementor-nav-menu--dropdown {
		grid-template-rows: 1fr;
		opacity: 1;
		visibility: visible;
		transition:
			grid-template-rows .35s ease,
			opacity .35s ease,
			visibility 0s;
	}

	/* required for the grid trick */
	.elementor-nav-menu__container.elementor-nav-menu--dropdown>ul {
		min-height: 0;
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		display: grid;
		grid-template-columns: 1fr;
	}

	body.mobile-menu-open {
		overflow: hidden;
		touch-action: none;
	}

	.hero-section .empty-col:before {
		opacity: 1;
	}

	section.hero-section {
		background-image: none !important;
		background-color: #f9e5d8;
	}

	header .header-actions .phone-num li.elementor-icon-list-item span.elementor-icon-list-text,
	.areas-row .e-atomic-element svg {
		display: none;
	}

	.show-mobile {
		display: block !important;
		order: 5;
	}

	.tabs-wrapper .e-n-tabs-heading button {
		border-bottom: 0 !important;
		border-left: 2px solid !important;
		padding: 10px 16px !important;
		gap: 10px;
	}

	.tabs-wrapper .e-n-tabs-heading button[aria-selected="true"] {
		border-color: #6E87B0 !important;
	}

	.tabs-wrapper .e-n-tabs-heading {
		flex-direction: column !important;
		gap: 10px !important;
	}


	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul.elementor-nav-menu {
		border: 1.5px solid #eaecee;
		border-radius: 20px;
		background: rgba(253, 245, 239, 0.95);
		border: 1px solid rgba(255, 255, 255, 0.5);
		backdrop-filter: blur(5px);
		border-radius: 50px 50px 32px 32px;
		padding: 94px 0px 20px;
		width: calc(100% - 40px) !important;
		margin-inline: auto;
	}

	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		background: transparent;
		top: -33px !important;
		z-index: -99999999999 !important;
	}

	.elementor-nav-menu li.menu-item.menu-item-has-children a {
		justify-content: space-between;
		font-size: 16px;
	}

	header .elementor-nav-menu li.menu-item a {
		padding-inline: 24px !important;
	}

	header .elementor-nav-menu li.show-mobile.btn a:hover {
		background-color: var(--e-global-color-secondary) !important;
		transition: all 0.3s ease;
		color: #ffffff !important;
	}

	header .elementor-nav-menu li.show-mobile a:hover,
	header .elementor-nav-menu li ul.sub-menu {
		background-color: transparent !important;
	}

	header .elementor-nav-menu li:not(.show-mobile) a:hover {
		border-radius: 20px;
		background-color: rgba(221, 237, 228, 0.6) !important;
	}

	header .elementor-nav-menu li:has(a.highlighted) {
		border-radius: 20px;
		overflow: hidden;
		background-color: rgba(221, 237, 228, 0.6) !important;
	}

	.elementor-nav-menu li.menu-item.menu-item-has-children {
		overflow: hidden;
	}

	header .elementor-nav-menu li.menu-item a.has-submenu.highlighted {
		border-radius: 20px 20px 0 0;
	}

	header ul.sub-menu {
		border-radius: 0 0 20px 20px !important;
		border: 0 !important;
		backdrop-filter: none !important;
		padding: 0 20px 10px !important;
	}

	.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
		opacity: 0;
		transition: all 0.3s ease;
	}

	.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
		opacity: 1;
		transition: all 0.3s ease;
	}

	.width-fit-content {
		width: fit-content !important;
	}

	.text-wrap .roll-label {
		white-space: normal !important;
	}

	.max-height-auto {
		max-height: unset !important;
	}

	.page-id-1213 p:not(:last-child),
	.last-child-p-margin-0 p:not(:last-child) {
		margin-bottom: 20px;
	}

	.page-id-1213 p:last-child,
	.last-child-p-margin-0 p:last-child {
		margin-bottom: 0px !important;
	}

	.unresolved-trauma-list-icon .elementor-icon-list-item {
		padding: 16px 0px !important;
	}

	.attachment-based-list-icon.unresolved-trauma-list-icon .elementor-icon-list-item {
		padding: 16px 0px !important;
	}

	.trauma-therapy-section .tab-block.active .text-panel-frame {
		height: 19rem;
	}

	.trauma-therapy-section .progress-track {
		margin: 15px 0;
	}

	.contact-page-form .wpforms-form .wpforms-description {
		font-size: 16px !important;
	}

	.therapy-content-list li {
		font-size: 1rem;
	}

	.service-tag::before {
		left: 1rem;
		top: 1.2rem;
		width: 7px;
		height: 7px;
	}

	.trauma-therapy-section .image-viewer.heading-1-active #img-2,
	.trauma-therapy-section .image-viewer.heading-2-active #img-1,
	.trauma-therapy-section .image-viewer.heading-3-active #img-2 {
		width: 270px;
		height: 400px;
		transform: rotate(7.91deg) translate(22%, 36%);
	}

	.trauma-therapy-section .image-viewer.heading-1-active #img-3,
	.trauma-therapy-section .image-viewer.heading-2-active #img-3,
	.trauma-therapy-section .image-viewer.heading-3-active #img-1 {
		width: 198px;
		height: 285px;
		transform: rotate(19.67deg) translate(90%, 85%);
	}

	.terms-and-conditions h3 {
		font-size: 24px !important;
	}
}

@media (min-width: 767px) {
	.no-img-desktop .elementor-grid .e-loop-item .card-image {
		display: none;
	}

	.no-img-desktop .elementor-grid .e-loop-item .elementor-icon svg {
		height: 24px;
		width: 32px;
	}
}

@media (max-width: 767px) {
	.card-image {
		max-width: 100%;
		max-height: 240px;
	}

	.card-icon {
		max-width: 40px;
		position: absolute;
		right: 16px;
		margin-top: 50px;
	}

	.hero-section .elementor-widget-button {
		width: 100%;
	}

	.faqs summary.e-n-accordion-item-title,
	.faqs details>div {
		padding: 20px;
	}

	.faqs details>div {
		padding-top: 0px !important;
	}

	.transform-unset-mobile img {
		transform: unset !important;
	}

	.speciality-card svg {
		opacity: 1;
	}

	.header-wrapper .elementor-item.has-submenu.highlighted {
		color: #6e87b0 !important;
	}

	.text-wrap .roll-label {
		white-space: normal !important;
	}

	.max-height-auto {
		max-height: unset !important;
	}

	.page-id-1213 p:not(:last-child) {
		margin-bottom: 20px;
	}

	.page-id-1213 p:last-child {
		margin-bottom: 0px !important;
	}

	.last-child-p-margin-0 p:not(:last-child) {
		margin-bottom: 20px;
	}

	.last-child-p-margin-0 p:last-child {
		margin-bottom: 0px !important;
	}

	.unresolved-trauma-list-icon .elementor-icon-list-item {
		padding: 16px 0px !important;
	}

	.attachment-based-list-icon.unresolved-trauma-list-icon .elementor-icon-list-item {
		padding: 16px 0px !important;
	}

	.trauma-acutally-content h3 {
		font-size: 20px !important;
		margin: 0 0 10px;
	}

	.trauma-therapy-hero::after {
		height: 16.5px;
	}

	.DUP_trauma-therapy-hero::after {
		height: 16.5px;
	}

	.therapy-service-box .elementor-image-box-img {
		margin-bottom: 16px !important;
	}

	.therapy-service-box .elementor-image-box-title {
		margin-bottom: 16px !important;
	}

	.therapy-service-box p {
		font-size: 16px !important;
	}

	.therapy-service-box .elementor-image-box-content {
		font-size: 16px;
	}

	.trauma-therapy-section .image-viewer.heading-1-active #img-2 {
		width: 220px;
		height: 204px;
		transform: rotate(6deg) translate(87%, 55%);
	}

	.trauma-therapy-section .image-viewer.heading-2-active #img-1 {
		width: 220px;
		height: 204px;
		transform: rotate(6deg) translate(95%, 52%);
	}

	.trauma-therapy-section .image-viewer.heading-1-active #img-1,
	.trauma-therapy-section .image-viewer.heading-2-active #img-2 {
		width: 100%;
		height: 320px;
	}

	.trauma-therapy-section .image-viewer.heading-1-active #img-3 {
		width: 220px;
		height: 204px;
		transform: rotate(19.67deg) translate(120%, 40%);
	}

	.trauma-therapy-section .image-viewer.heading-2-active #img-3 {
		width: 220px;
		height: 204px;
		transform: rotate(19.67deg) translate(120%, 40%);
	}

	.trauma-therapy-section .image-viewer.heading-3-active #img-3 {
		width: 100%;
		height: 320px;
	}

	.trauma-therapy-section .image-viewer.heading-3-active #img-2 {
		width: 220px;
		height: 204px;
		transform: rotate(6deg) translate(87%, 55%);
	}

	.trauma-therapy-section .image-viewer.heading-3-active #img-1 {
		width: 220px;
		height: 204px;
		transform: rotate(19.67deg) translate(120%, 40%);
	}

	.trauma-therapy-section .image-viewer.heading-1-active #img-1 img,
	.trauma-therapy-section .image-viewer.heading-2-active #img-2 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top;
	}

	.trauma-therapy-section .image-viewer.heading-1-active #img-2 img {
		object-fit: cover;
	}

	.trauma-therapy-section .progress-bar {
		width: 90%;
	}

	.trauma-therapy-section .progress-track {
		margin: 16px 0px;
	}

	.trauma-therapy-section .tab-block.active .text-panel-frame {
		height: 27rem;
	}

	.therapy-toggle-btn {
		width: 40px;
		height: 40px;
	}

	.icon-line.horizontal {
		width: 16px;
	}

	.icon-line.vertical {
		height: 16px;
	}

	.trauma-therapy-section .image-viewer {
		height: 320px;
		margin-bottom: 4rem;
	}

	.hero-button-wrapper .btn {
		width: 100% !important;
	}

	.blog-read-time .elementor-shortcode {
		font-size: 14px;
		line-height: 1.2em;
	}

	.single-blog-read-time .elementor-shortcode {
		font-size: 16px;
		font-weight: 500;
		letter-spacing: -0.02em;
	}

	.contact-page-form .wpforms-field-label {
		font-size: 16px !important;
	}

	.contact-page-form .wpforms-field-large {
		padding: 14px !important;
		height: 49px;
		font-size: 16px !important;
	}

	.contact-page-form .wpforms-submit {
		padding: 11.5px 40px !important;
		font-size: 16px !important;
		width: 100%;
	}

	.mobile-accordion-wrapper .elementor-widget-text-editor {
		display: block;
	}

	/* Make the heading look clickable */
	.mobile-accordion-wrapper .elementor-widget-icon-list {
		cursor: pointer;
		position: relative;
		padding-right: 25px;
		/* Leave space for the icon */
		user-select: none;
	}

	/* .mobile-accordion-wrapper .elementor-widget-icon-list::after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		background-image: url(/wp-content/uploads/2026/07/accordion-open-icon.svg);
		background-size: cover;
		background-repeat: no-repeat;
		width: 28px;
		height: 28px;
	}

	.mobile-accordion-wrapper.is-open .elementor-widget-icon-list::after {
		background-image: url(/wp-content/uploads/2026/07/accordion-icon-close.svg);
	} */

	/* Common base styles for both icons */
	.mobile-accordion-wrapper .elementor-widget-icon-list::before,
	.mobile-accordion-wrapper .elementor-widget-icon-list::after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		background-size: cover;
		background-repeat: no-repeat;
		width: 28px;
		height: 28px;
		transition: opacity 0.3s ease, transform 0.3s ease;
	}

	.mobile-accordion-wrapper .elementor-widget-icon-list::before {
		background-image: url(/wp-content/uploads/2026/07/accordion-open-icon.svg);
		opacity: 1;
	}

	.mobile-accordion-wrapper .elementor-widget-icon-list::after {
		background-image: url(/wp-content/uploads/2026/07/accordion-icon-close.svg);
		opacity: 0;
	}

	/* --- STATE WHEN OPEN --- */

	.mobile-accordion-wrapper.is-open .elementor-widget-icon-list::before {
		opacity: 0;
		transform: translateY(-50%) rotate(-90deg);
	}

	.mobile-accordion-wrapper.is-open .elementor-widget-icon-list::after {
		opacity: 1;
		transform: translateY(-50%) rotate(0deg);
	}

	/* Hide the text content by default on mobile */
	.mobile-accordion-wrapper .elementor-widget-text-editor {
		display: none;
		margin-top: 10px;
	}

	.trauma-types {
		order: 2 !important;
	}

	.approach-trauma-section.mobile-bg-remove {
		background: transparent !important;
	}

	.actual-trauma-content h3 {
		font-size: 26px !important;
		margin-bottom: 10px;
	}

	.contact-page-form .wpforms-form .wpforms-description {
		font-size: 16px !important;
	}

	.therapy-content-list li {
		font-size: 1rem;
	}

	.service-tag::before {
		left: 1rem;
		top: 1.2rem;
		width: 7px;
		height: 7px;
	}

	.terms-and-conditions h3 {
		font-size: 24px !important;
	}

	.Single-blost-post-content-wrapper .elementor-widget-theme-post-content p,
	.Single-blost-post-content-wrapper .elementor-widget-theme-post-content p a,
	.Single-blost-post-content-wrapper .elementor-widget-theme-post-content li,
	.Single-blost-post-content-wrapper .elementor-widget-theme-post-content em,
	.Single-blost-post-content-wrapper .elementor-widget-theme-post-content span,
	.Single-blost-post-content-wrapper .elementor-widget-theme-post-content p strong {
		font-size: 16px;
	}

	.elementor-widget-theme-post-content h2,
	h2.wde-faq__title,
	.blog-cta h2 {
		font-size: 28px !important;
	}

	.elementor-widget-theme-post-content h3 {
		font-size: 24px !important;
	}

	.wde-faq__q-text {
		flex: auto;
		text-wrap: wrap;
	}

	body .wde-faq__item button {
		font-size: 18px;
		padding: 16px 20px;
	}

	body .wde-faq__answer {
		padding: 0 20px 20px;
	}

	.wde-faq__item {
		border-radius: 16px;
	}

	.show-mobile.btn {
		margin-bottom: 10px;
	}

	.Single-blost-post-content-wrapper h2 {
		margin-top: 1rem;
	}

	.Single-blost-post-content-wrapper .elementor-widget-theme-post-content {
		display: inline-grid;
	}

	.Single-blost-post-content-wrapper h3 {
		font-size: 24px !important;
	}

	.faqs .e-n-accordion-item-title {
		align-items: flex-start !important;
	}

	.faqs .e-n-accordion-item-title-icon {
		top: 3px;
	}

	header ul.elementor-nav-menu li a.has-submenu span.sub-arrow:before {
		width: 17px;
		height: 17px;
	}

	header .elementor-menu-toggle__icon--close svg {
		width: 17px;
		height: 17px;
	}

	.faqs svg {
		width: 15px;
		height: 15px;
	}

	.faqs summary.e-n-accordion-item-title {
		gap: 20px;
	}

	.faqs .elementor-widget-text-editor {
		width: 94%;
	}

	.home .faqs .elementor-widget-text-editor a {
		font-size: 14px !important;
	}

	.therapy-service-box a {
		font-size: 16px !important;
	}

	.elementor-widget-text-editor a {
		font-size: 16px !important;
		text-decoration: underline !important;
		font-weight: 700 !important;
	}

	.Single-blost-post-content-wrapper .elementor-toc__toggle-button::before {
		width: 17px;
		height: 17px;
	}
}

/* ------------------------ MEDIA QUERIES END ----------------------- */