.elementor-kit-4{--e-global-color-primary:#2E334D;--e-global-color-secondary:#54595F;--e-global-color-text:#505468;--e-global-color-accent:#96BDC9;--e-global-color-aaababd:#2E334D;--e-global-color-c80ebd3:#DFB87E;--e-global-color-28ff99f:#979BAF;--e-global-color-b015e7b:#CDEBF2;--e-global-color-77c603b:#F5F1EB;--e-global-color-d46e564:#F8FAFB;--e-global-color-3858105:#F1F6F8;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Zodiak";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-96b4820-font-family:"Plus Jakarta Sans";--e-global-typography-96b4820-font-size:20px;--e-global-typography-9580ffc-font-family:"Plus Jakarta Sans";--e-global-typography-9580ffc-font-size:12px;--e-global-typography-9580ffc-font-weight:800;--e-global-typography-9580ffc-text-transform:uppercase;--e-global-typography-9580ffc-letter-spacing:2px;font-family:"Plus Jakarta Sans", Sans-serif;font-weight:normal;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{color:var( --e-global-color-primary );}.elementor-kit-4 h1{color:var( --e-global-color-aaababd );font-family:"Zodiak", Sans-serif;font-size:56px;line-height:56px;}.elementor-kit-4 h2{color:var( --e-global-color-aaababd );font-family:"Zodiak", Sans-serif;font-size:48px;line-height:48px;}.elementor-kit-4 h3{color:var( --e-global-color-aaababd );font-family:"Zodiak", Sans-serif;font-size:40px;line-height:44px;}.elementor-kit-4 h4{color:var( --e-global-color-aaababd );font-family:"Zodiak", Sans-serif;font-size:32px;line-height:35px;}.elementor-kit-4 h5{color:var( --e-global-color-aaababd );font-family:"Zodiak", Sans-serif;font-size:24px;line-height:26px;}.elementor-kit-4 h6{color:var( --e-global-color-aaababd );font-family:"Zodiak", Sans-serif;font-size:20px;line-height:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-4 h1{font-size:52px;line-height:52px;}.elementor-kit-4 h2{font-size:44px;line-height:44px;}.elementor-kit-4 h3{font-size:36px;line-height:40px;}.elementor-kit-4 h4{font-size:28px;line-height:31px;}.elementor-kit-4 h5{font-size:20px;line-height:22px;}.elementor-kit-4 h6{font-size:16px;line-height:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{font-size:14px;}.elementor-kit-4 h1{font-size:45px;line-height:38px;}.elementor-kit-4 h2{font-size:28px;line-height:28px;}.elementor-kit-4 h3{font-size:24px;line-height:26px;}.elementor-kit-4 h4{font-size:20px;line-height:22px;}.elementor-kit-4 h5{font-size:18px;line-height:20px;}.elementor-kit-4 h6{font-size:16px;line-height:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --e-underline-color: #40E0D0;  
  --e-underline-height: 1px;     
  --e-underline-offset: -2px;  
  --e-underline-speed: 200ms;      
}

.menu-underline-sweep .elementor-nav-menu > li > a.elementor-item {
  position: relative;
  text-decoration: none;
}

.menu-underline-sweep .elementor-nav-menu > li > a.elementor-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: var(--e-underline-offset);
  width: 100%;
  height: var(--e-underline-height);
  background: var(--e-underline-color);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--e-underline-speed) ease-in-out;
  pointer-events: none;
}

.menu-underline-sweep .elementor-nav-menu > li > a.elementor-item:hover::before,
.menu-underline-sweep .elementor-nav-menu > li > a.elementor-item:focus-visible::before {
  transform: scaleX(1);
}

.menu-underline-sweep .elementor-nav-menu > li.current-menu-item > a.elementor-item::before,
.menu-underline-sweep .elementor-nav-menu > li > a.elementor-item.elementor-item-active::before,
.menu-underline-sweep .elementor-nav-menu > li > a.elementor-item[aria-current="page"]::before {
  transform: scaleX(0) !important;
}

.menu-underline-sweep .elementor-nav-menu > li.current-menu-item > a.elementor-item:hover::before,
.menu-underline-sweep .elementor-nav-menu > li > a.elementor-item.elementor-item-active:hover::before,
.menu-underline-sweep .elementor-nav-menu > li > a.elementor-item[aria-current="page"]:hover::before {
  transform: scaleX(1) !important;
}

.menu-underline-sweep .elementor-nav-menu .sub-menu a.elementor-sub-item {
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
.menu-underline-sweep .elementor-nav-menu .sub-menu a.elementor-sub-item::before,
.menu-underline-sweep .elementor-nav-menu .sub-menu a.elementor-sub-item::after {
  content: none !important;
  background: none !important;
}

.menu-underline-sweep .elementor-nav-menu > li > a.elementor-item::after {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .menu-underline-sweep .elementor-nav-menu > li > a.elementor-item::before {
    transition: none;
  }
}

[dir="rtl"] .menu-underline-sweep .elementor-nav-menu > li > a.elementor-item::before {
  transform-origin: right center;
}


blockquote {
  border-left: 3px solid #cdebf2;
  padding-left: 1rem;
  margin: 1rem 0;
  color: #444;

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2026/01/PlusJakartaSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2026/01/PlusJakartaSans-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2026/01/PlusJakartaSans-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2026/01/PlusJakartaSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2026/01/PlusJakartaSans-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2026/01/PlusJakartaSans-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2026/01/PlusJakartaSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2026/01/PlusJakartaSans-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2026/01/PlusJakartaSans-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2026/01/PlusJakartaSans-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2026/01/PlusJakartaSans-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2026/01/PlusJakartaSans-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2026/01/PlusJakartaSans-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2026/01/PlusJakartaSans-BoldItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Zodiak';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Bold.eot');
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Bold.woff2') format('woff2'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Bold.woff') format('woff'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Zodiak';
	font-style: italic;
	font-weight: bold;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-BoldItalic.eot');
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-BoldItalic.woff2') format('woff2'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-BoldItalic.woff') format('woff'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Zodiak';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Black.eot');
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Black.eot?#iefix') format('embedded-opentype'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Black.woff2') format('woff2'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Black.woff') format('woff'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Zodiak';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-ExtraboldItalic.eot');
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-ExtraboldItalic.eot?#iefix') format('embedded-opentype'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Extrabold.woff2') format('woff2'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Extrabold.woff') format('woff'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-ExtraboldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Zodiak';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-BlackItalic.eot');
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-BlackItalic.woff2') format('woff2'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-BlackItalic.woff') format('woff'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-BlackItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Zodiak';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Italic.eot');
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Italic.eot?#iefix') format('embedded-opentype'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-ExtraboldItalic.woff2') format('woff2'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-ExtraboldItalic.woff') format('woff'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-ExtraboldItalic-1.ttf') format('truetype');
}
@font-face {
	font-family: 'Zodiak';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Italic-1.eot');
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Italic-1.eot?#iefix') format('embedded-opentype'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Italic.woff2') format('woff2'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Italic.woff') format('woff'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Zodiak';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Regular.eot');
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Regular.woff2') format('woff2'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Regular.woff') format('woff'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Zodiak';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Thin.eot');
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Thin.eot?#iefix') format('embedded-opentype'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Thin.woff2') format('woff2'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Thin.woff') format('woff'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Zodiak';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-ThinItalic.eot');
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-ThinItalic.eot?#iefix') format('embedded-opentype'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-ThinItalic.woff2') format('woff2'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-ThinItalic.woff') format('woff'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-ThinItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Zodiak';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Light.eot');
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Light.eot?#iefix') format('embedded-opentype'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Light.woff2') format('woff2'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Light.woff') format('woff'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Zodiak';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-LightItalic.eot');
	src: url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-LightItalic.woff2') format('woff2'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-LightItalic.woff') format('woff'),
		url('https://thehealingtrust.org.uk/wp-content/uploads/2025/08/Zodiak-LightItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */