html {
  scroll-behavior: smooth;
}
html,
body{
	overflow-x: hidden;
    
}
p:not(:last-child){
	margin-bottom: 12px;
}
strong{
    font-weight: 600;
}
p:last-child{
	margin-bottom: 0;
}
.heading-withb strong,
.heading-withb b{
	font-weight: 600;
}
.green-color{
	color: var(--e-global-color-primary) !important;
}
body.menu-open{
    height: 100vh !important;
    overflow: hidden !important;
}
/* body.menu-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    height: 100vh;
} */
/* ========================== */
/*    Responsive element      */
/* ========================== */
@media (max-width: 1024px) {
    .elementor-element.responsive-element {
        max-height: 55%;
        width: 26% !important;
    }
    .elementor-element.responsive-element.element-green{
        max-height: 75%;
        width: 35% !important;
    }
}
@media(max-width: 768px){
    .elementor-element.responsive-element{
        max-height: 55%;
        width: 36% !important;
    }
    .elementor-element.responsive-element.yellow-element{
        max-height: 55%;
        width: 32% !important;
    }
    .elementor-element.responsive-element.element-green{
        max-height: 70%;
        width: 42% !important;
    }
    .elementor-element.responsive-element.element-treat{
        max-height: 55%;
        width: 28% !important;
    }
}
@media(max-width: 575px){
    .elementor-element.responsive-element{
        max-height: 40%;
        width: 47% !important;
    }
    .elementor-element.responsive-element.yellow-element{
        max-height: 55%;
        width: 40% !important;
    }
    .elementor-element.responsive-element.element-green{
        max-height: 50%;
        width: 80% !important;
    }
    .elementor-element.responsive-element.element-treat{
        max-height: 55%;
        width: 45% !important;
    }
}
/* ===========ABout US========= */
.btn-green .elementor-button-text{
	align-self: center;
}
.btn-green .elementor-button-icon svg path {
    transition: fill .3s; 
}
.btn-green:hover .elementor-button-icon svg path{
	fill: var( --e-global-color-primary );
}
.btn-white:hover .elementor-button-icon svg path{
    fill: #FFF;
} 
.btn-orange .elementor-button-text{
	align-self: center;
}
.btn-orange .elementor-button-icon svg path {
    transition: fill .3s; 
}
.btn-orange :hover .elementor-button-icon svg path{
	fill: var( --e-global-color-accent );
}
.btn-white .elementor-button-icon svg path {
    transition: fill .3s; 
}
.btn-white:hover .elementor-button-icon svg path {
    fill: #FFFFFF;
}
.about-us-main{
	position: relative;
}
@media(min-width: 991px){
    .about-us-main .quick-cards{
	position: absolute;
	left: -100px;
	bottom: 38px;
	max-width: 605px;
}
}
@media(min-width: 1500px){
    .about-us-main .quick-cards{
	position: absolute;
	left: -100px;
	bottom: 58px;
	max-width: 605px;
}
}
.quick-cards .elementor-icon-box-icon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	align-self: center;
    justify-content: center;
    display: flex;
    align-items: center;
}
.quick-cards .elementor-icon-box-content{
	align-self: center;
}
.quick-cards .green-card .elementor-icon-box-icon{
	background-color: var(--e-global-color-primary);
}
.quick-cards .red-card .elementor-icon-box-icon{
	background-color: var( --e-global-color-secondary );
}
.quick-cards .yellow-card .elementor-icon-box-icon{
	background-color: var( --e-global-color-291c80e );
}
.quick-cards .elementor-icon-box-icon .elementor-icon svg{
	width: 100%;
	height: 100%;
}
@media(max-width: 1499px){
	.about-us-main .quick-cards .green-card{
		left: calc(-100px - 5%);
	}
	.about-us-main .quick-cards .red-card{
		left: calc(-100px - 20%);
	}
	.about-us-main .quick-cards .yellow-card{
		left: calc(-100px - 35%);
	}
	.about-us-main .quick-cards{
		bottom: 42px;
	}
}
@media(min-width: 1500px){
	.about-us-main .quick-cards .green-card{
		left: -100px;
	}
	.about-us-main .quick-cards .red-card{
		left: calc(-100px - 15%);
	}
	.about-us-main .quick-cards .yellow-card{
		left: calc(-100px - 30%);
	}
	.about-us-main .quick-cards{
		bottom: 40px;
	}
}
@media(max-width: 990px){
    .about-us-main .quick-cards{
        padding: 0;
    }
    .about-us-main .quick-cards .green-card{
		left: 0;
	}
	.about-us-main .quick-cards .red-card{
		left: 0;
	}
	.about-us-main .quick-cards .yellow-card{
		left: 0;
	}
	.about-us-main .quick-cards{
		bottom: 0px;
	}
}
@media(max-width: 990px){
    .about-container-box{
        width: 100%;
    }
}
@media(max-width: 990px){
    .about-us-main {
        align-self: center;
    }
}
@media(max-width: 1024px){
    .how-can-we-help-lsit{
        position: relative;
    }
    .how-we-help-img img{
        height: 100%;
        width: auto !important;
    }
}
.home-icon-box .elementor-icon-box-icon{
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-icon-box.patient-satifaction .elementor-icon-box-icon svg{
    max-height: 70px;
}
@media(min-width: 768px){
    .btn-green.button-text {
        white-space: nowrap;
    }
}
@media(max-width: 1199px){
    .therapy-page .step-container{
        min-width: 185px;
    }
}
@media(max-width: 990px){
    .therapy-page .step-container{
        min-width: 140px;
    }
}
@media(max-width: 768px){
    .stage-cotnainer{
        max-width: 360px;
    }
    .step-container{
        max-width: 198px;
    }
    .theraphy-case .step-container{
        max-width: 280px;
    }
}
.support-quote-icon{
    height: 49px;
    width: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.support-quote-icon .elementor-icon-wrapper{
    height: 25px;
}
/* ==================== */
/* =========Footer========= */
.footer-social-icons .elementor-social-icon:hover svg path{
	fill: var( --e-global-color-accent );
}
/* ======================== */
.elementor-button-icon svg {
    height: auto;
    width: auto;
}
.button .elementor-button span {
   align-self: center;
}
.button .elementor-button span {
   align-self: center;
}
.header-logo{
    min-width: 102px !important;
}
.header-logo .hfe-site-logo-container{
	height: 100%;
	width: auto;
	/* max-height: 54px; */
}
.header-logo .hfe-site-logo-container img{
    min-width: 102px;
}
.icon-class{
	align-self: center;
}
.icon-class .elementor-icon-wrapper {
	display: flex !important;
  align-items: center !important;
  justify-content: center!important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.footer-innercontainer{
	justify-content: start;
}
.toggle-icon{
	width: 40px !important;
  text-align: center;
}
.toggle-icon .hfe-nav-menu-icon {
    width: 40px !important;
    text-align: center;
    height: 44px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(min-width: 768px){
    .toggle-icon .hfe-nav-menu-icon {
        height: 42px !important;
    }
}

@media(max-width: 1024px){
    .toggle-icon ul a{
        max-width: 900px;
        margin: 0 auto !important;
    }
}
.hfe-nav-menu-icon svg {
    width: 24px;
    height: 24px;
}
.call-btn{
	display: none;
}
.book-appointment-btn{
	display: none;
}
.hfe-active-menu .hfe-nav-menu-icon svg{
    width: 20px;
   height: 20px;
}
.desktop-nav-menu .hfe-nav-menu li ,
.desktop-nav-menu .hfe-nav-menu li a{
    transition: all 0.3s ease-in !important;
}
.desktop-nav-menu .hfe-nav-menu li:hover{
    background-color: #FFFFFF;
}
.button.btn-green.desktop-book-appoitment.contact-btn .elementor-button{
    height: 43px;
}
.button.btn-green.desktop-book-appoitment.contact-btn .elementor-button-icon i{
    font-size: 22px;
}
@media(min-width: 1024px){
    .desktop-nav-menu .hfe-nav-menu li{
        margin-bottom: 0 !important;
     }
    .desktop-nav-menu .hfe-nav-menu__layout-horizontal{
        width: 100% !important;
    }
}
@media(max-width: 767px){
	.call-btn{
		display: block;
	}	
}
@media(max-width: 1320px){
	.desktop-call-btn .elementor-button-link .elementor-button-text{
		display: none;
	}
    .sub-menu.sub-menu-open .menu-item{
        padding-left: 18px;
    }
}
@media(max-width: 767px){
	.sub-menu.sub-menu-open .menu-item{
        padding-left: 0px;
    }
}
@media(min-width: 425px){
    .footer-menu-paretn ul.hfe-nav-menu{
        flex-wrap: nowrap;
    }
    .footer-menu-paretn nav.hfe-nav-menu__layout-horizontal{
        width: 100% !important;
    }
}
/* ===========sticky header============== */
.uae-header-sticky-custom {
  position: relative;
  width: 100%;
  z-index: 9999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: translateY(0);
}
.uae-header-sticky-custom.sticky-on {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  transform: translateY(0);
  animation: stickySlideDown 0.45s ease forwards;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
@keyframes stickySlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.uae-header-sticky-custom.sticky-on > .e-con-inner{
    padding-top: 20px;
    padding-bottom: 20px;
}
@media(max-width: 1024px){
     
    .elementor-9 .elementor-element.elementor-element-ba014bc .hfe-dropdown.menu-is-active{
        margin-top: 24px;
        height: 100vh;
        
    }
    .elementor-9 .elementor-element.elementor-element-ba014bc .hfe-dropdown.menu-is-active .hfe-nav-menu{
        height: 95vh;
        overflow: scroll;
        box-shadow: none;
        padding-bottom: 120px;
        padding-left: 6px;
        padding-top: 12px;
        
    }
}

@media (min-width: 576px) and (max-width: 1024px) {
    .elementor-9 .elementor-element.elementor-element-ba014bc .hfe-dropdown.menu-is-active{
        max-width: 350px;
        left: auto !important;
        top: 52px;
        right: -24px;
    }
    /* Force element to stay in DOM */
    .elementor-9 .elementor-element.elementor-element-ba014bc .hfe-dropdown {
        display: block !important;
        max-width: 350px;
        top: 52px;
        right: -28px;
        left: auto !important;

        transform: translateX(110%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;

        transition:
        transform 0.35s ease-in-out,
        opacity 0.25s ease-in-out;
    }

    .elementor-9 .elementor-element.elementor-element-ba014bc
    .hfe-dropdown.menu-is-active {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}
@media(min-width: 1025px){
    .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
        padding: 12px 10px;
    }
}
/* =========toggle menu =========== */
.toggle-icon span.hfe-menu-toggle.sub-arrow {
    border: 0px solid var(--e-global-color-accent);
}
.toggle-icon span.hfe-menu-toggle.sub-arrow:hover{
    border: 0px solid var(--e-global-color-accent);
}
.toggle-icon.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before{
    font-size: 24px;
}
.toggle-icon ul.hfe-nav-menu{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.toggle-icon ul.sub-menu.sub-menu-open{
    border: 1px solid #FFE1C6;
    border-top: 0px !important;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
.toggle-icon ul.sub-menu.sub-menu-open li{
    border-radius: 8px !important;
}
.toggle-icon ul.sub-menu.sub-menu-open li a{
    text-align: start;
}
.toggle-icon ul.sub-menu.sub-menu-open a,
.toggle-icon ul.sub-menu.sub-menu-open {
    background: none !important; 
    
}
.toggle-icon ul.sub-menu.sub-menu-open a{
    padding-left: 52px !important;
    color: #332e2e !important;
}
.toggle-icon ul.sub-menu.sub-menu-open li a::before {
    content: "— ";
    margin-left: -30px;
}

/* ==========toggle menu end ===== */
.strong-text strong{
    font-weight: 500;
}
.hero-banner h1{
	margin: 0;
}
.hero-banner h1 strong{
	font-weight: 700;
}
.hero-banner::before{
	background: linear-gradient(270deg, rgba(100, 100, 100, 0) 32.8%, #FF9F67 102.55%);
}
@media(max-width: 1024px){
    .book-appointment-btn{
        border-bottom: 0 !important;
    }
    .book-appointment-btn a.hfe-menu-item,
    .call-btn a.hfe-menu-item {
        margin-left: 0 !important;
    }
    
}
@media(max-width: 767px){
	.desktop-call-btn .elementor-button-link .elementor-button-text{
		display: none;
	}
	.call-btn{
		display: block;
	}
    .toggle-icon ul.hfe-nav-menu{
        padding-top: 15px;
    }
	.book-appointment-btn,
    .call-btn{
		display: block;
		justify-content: start;
    display: flex;
    margin: 15px 0 20px 24px !important;
	}
     .call-btn{
        margin-bottom: 20px !important;
     }
.book-appointment-btn a,
.call-btn a {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    background-color: #259DA0 !important;
    border: 1px solid #259DA0;
    font-family: "Jost", Sans-serif;
    font-size: 18.13px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 8px;
    color: #fff !important;
    width: auto !important;
    position: relative;
}
.call-btn a{
    background-color: #FF9A42 !important;
    border: 1px solid #FF9A42;
}
.book-appointment-btn a::before,
.call-btn a::before {
    content: "";
    display: inline-block !important;
    width: 22px;
    height: 22px;
    position:  relative!important;
    background-image: url("https://theadhdservice.co.uk/wp-content/uploads/2025/11/CALENDER-ICON.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    flex-shrink: 0;
    background-color: transparent !important;
    opacity: 1 !important;
}

.call-btn a::before {
    background-image: url("https://theadhdservice.co.uk/wp-content/uploads/2025/11/PhoneCall-icon.svg") !important;
}
}
.accordion-item ol,
.accordion-item ul{
	padding-left: 14px;
}
.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child){
	border-bottom: 0.5px solid #DD924040;
}
.feature-section .elementor-element .elementor-icon-box-wrapper{
	min-width: 175px;
	max-width: 175px;
}
@media(max-width: 991px){
   .feature-section .elementor-element .elementor-icon-box-wrapper{
        min-width: 220px;
        max-width: 220px;
    }
    .feature-section .elementor-element{
        width: 220px !important;
    }
}
.feature-section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
	position: relative;
}

@media(min-width: 1024px){
    .feature-section::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 67px;
        background-color: #FFF;
    }
}
@media(min-width: 1200px){
    .feature-section::before{
        width: 97px;
    }
}
.feature-section .elementor-widget-icon-box {
    display: flex;
}
.feature-section .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 34px 0;
    max-width: 175px;
    width: 100%;
    background: transparent;
    border-radius: 18px;
    position: relative;
    transition: transform 0.35s ease,
                box-shadow 0.3s ease,
                background 0.3s ease;
    transform-origin: center;
    will-change: transform;
}
.feature-section  .home-icon-box.review-icon-box{
    display: none !important;
}
@media(min-width: 992px){
    .feature-section 
.elementor-widget-icon-box:not(:nth-last-child(-n+2)) 
.elementor-icon-box-wrapper::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -1px;
        height: 78px;
        width: 2px;
        background: #FFE1C6;
        pointer-events: none;
    }
}
@media(max-width: 991px){
    .feature-section .elementor-icon-box-wrapper .elementor-icon-box-icon{
        min-height: 60px;
    }
}
.feature-section .elementor-widget-icon-box:not(:last-child) .elementor-icon-box-wrapper::after
.feature-section .elementor-icon-box-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
}
.feature-section .elementor-icon-box-icon svg {
    max-height: 58px;
    width: auto;
    height: auto;
    transition: transform 0.3s ease, fill 0.3s ease;
}
.feature-section .elementor-icon-box-content {
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
}
.feature-section .elementor-icon-box-title {
    text-align: center;
    margin: 0;
    max-width: 79%;
}
@media (min-width: 1550px) {
    .about-us-imaeg img {
        width: 100% !important;
    }
}
/* Remove scaling from the wrapper */
.feature-section .elementor-icon-box-wrapper:hover {
    background: #F29340;
    box-shadow: none;
    transform: none; /* important */
}
.feature-section .elementor-widget-icon-box:not(:last-child) .elementor-icon-box-wrapper:hover::after{
	width: 0;
}
/* Apply scale ONLY to ICON */
.feature-section .elementor-icon-box-wrapper:hover .elementor-icon-box-icon svg {
    transform: scale(1.25);
}
.feature-section .home-icon-box.patient-satifaction .elementor-icon-box-wrapper:hover .elementor-icon-box-icon svg {
    transform: scale(1.15);
}
.feature-section .elementor-icon-box-wrapper:hover svg path {
    fill: #fff !important;
}
.feature-section .elementor-icon-box-wrapper:hover .elementor-icon-box-title {
    color: #fff;
}
.home-icon-box{
	max-width: 175px;
}
/* ==========FAQ======== */
.faq-section-accordion ol,
.faq-section-accordion ul{
	padding-left: 14px;
    text-transform: none;
}
.faq-section-accordion ol,
.faq-section-accordion ul,
.faq-section-accordion p{
    text-transform: none;
}
.faq-section-accordion.faq-page .elementor-widget-text-editor p{
    font-size: 16px !important;
    text-transform: none;
}
.faq-section-accordion.faq-page ol,
.faq-section-accordion.faq-page ul{
    padding-left: 24px;
    text-transform: none;
}
.e-n-accordion-item[open]{
	border-bottom: 0 !important;
}
.faq-section-accordion.faq-page p:last-child{
    margin-bottom: 0 !important;
}
.faq-section-accordion.faq-page small{
    border-left: 3px solid rgb(0, 0, 0,0.4);
    display: flex;
    padding-left: 14px;
    margin-top: 14px;
}
/* ===================== */
/* ============How are we========= */
.step-number {
    /* height: 43px; */
    text-align: center;
	display: flex;
	padding: 5px 13px 4px 17px;
	justify-content: center;
	align-items: center;
}
/* =============================== */
.step-number {
    position: relative;
    overflow: visible;
    z-index: 2;
}
.step-number::after {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: 50%;
    border: 10px solid #FFE1C6;
    z-index: -1;
    animation: ringPulse 1.6s ease-out infinite;
    transform-origin: center;
}
@keyframes ringPulse {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }
    60% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.4;
    }
}
@media(min-width: 768px){
    .step-container:not(:last-child) .step-number::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 200px;
    height: 1px;
    background: #FFC592;
    z-index: -2;
    }
    .assemnet-page .step-container:not(:last-child) .step-number::before{
        width: 280px;
    }
    .council-page .step-container:not(:last-child) .step-number::before{
        width: 290px;
    }
    .assemnet-page .steps-heading{
        min-height: 37px;
    }
    
}
@media(max-width: 1200px){
	.step-container:not(:last-child) .step-number::before {
		width: 180px;
	}
    .assemnet-page .step-container:not(:last-child) .step-number::before{
        width: 210px;
    }
    .council-page .step-container:not(:last-child) .step-number::before{
        width: 250px;
    }
}
@media(max-width: 1024px){
    .assemnet-page .step-container:not(:last-child) .step-number::before{
        width: 200px;
    }
    .council-page .step-container:not(:last-child) .step-number::before{
        width: 200px;
    }
}
@media(max-width: 900px){
    .step-container:not(:last-child) .step-number::before{
        width: 150px;
    }
    .assemnet-page .step-container:not(:last-child) .step-number::before{
        width: 180px;
    }
    .council-page .step-container:not(:last-child) .step-number::before{
        width: 160px;
    }
}
/* ==========HOW CAN WE ========== */
@media(min-width: 1500px){
    .how-we-can-imaeg img{
        width: auto !important;
        max-width: none !important;
        height: auto !important;
    }
}
/* =============================== */
/* ==========review section========*/
.review-text{
	color: #000000;
	font-weight: 500;
	font-size: 20.77px;
	margin-bottom: 38px !important;
	line-height: 140%;
    text-transform: none;
}
@media(max-width: 992px){
  .review-text{
    font-size: 18px;
    margin-bottom: 22px !important;
    }  
}
/* =============================== */
/* =============foooter================= */
.footer-callbtn,
.footer-social-handle{
    width: auto !important;
}
/* ========================================== */
/*                ABout uS                    */
/* ========================================== */
.brief-section{
    overflow-y: visible;
}
.author-text{
    font-family: "Inter" , sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    margin-top: 28px;
}
.author-text strong{
    font-weight: 500;
}
.review-block{
    max-width: 426px;
}
@media(min-width:768px) and (max-width: 992px){
  .review-block{
        max-width: 320px;
    }  
}
.about-clinic-feature .elementor-icon-box-wrapper{
    max-width: 199px;
    margin: 0 auto;
}
.therapy-page .about-clinic-feature .elementor-icon-box-wrapper,
.carrer-page .about-clinic-feature .elementor-icon-box-wrapper{
    max-width: 100%;
}
.about-clinic-feature.what-we-do-abt .elementor-icon-box-wrapper{
    max-width: 220px;
    margin: 0 auto ;
}
.about-clinic-feature .elementor-icon-box-icon,
.location-page-feature .elementor-icon-box-icon{
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFA1A4;
    border-radius: 50%;
    align-self: center;
}
.therapy-page .about-clinic-feature .elementor-icon-box-icon,
.carrer-page .about-clinic-feature .elementor-icon-box-icon{
    background-color: #259DA0;
}
.location-page-feature:hover{
    background-color: transparent !important;
}
.feature-container-about {
    display: flex;
    flex-wrap: wrap;   
     justify-content: center;

}
.feature-container-about .about-clinic-feature {
    flex: 1;                
    box-sizing: border-box;
    max-width: 230px !important;
    min-width: 230px !important;
    transition: background-color 0.3s ease-in;
    align-self: stretch;   
}
@media(min-width: 1028px){
    .feature-container-about .about-clinic-feature {
        max-width: 180px !important;
        min-width: 180px !important;
    }
    .feature-container-about.why-adhdh .about-clinic-feature {
        max-width: 200px !important;
        min-width: 200px !important;
    }
    .feature-container-about .about-clinic-feature.what-we-do-abt {
        max-width: 280px !important;
        min-width: 280px !important;
    }
    .counsil-page.feature-container-about .about-clinic-feature{
        max-width: 200px !important;
        min-width: 200px !important;
    }
    .carrer-page.counsil-page.feature-container-about .about-clinic-feature{
        max-width: 340px !important;
        min-width: 340px !important;
    }
    .therapy-page.counsil-page.feature-container-about .about-clinic-feature{
        max-width: 300px !important;
        min-width: 300px !important;
    }
}
@media(min-width: 1201px){
    .feature-container-about .about-clinic-feature {
        flex: 1;           
        min-width: 199px;       
        max-width: 200px;        
        box-sizing: border-box;
        transition: background-color 0.3s ease-in;
    }
    .carrer-page.counsil-page.feature-container-about .about-clinic-feature{
        max-width: 260px !important;
        min-width: 260px !important;
    }
}
@media(max-width: 1024px){
    .feature-container-about.about-page .about-clinic-feature,
    .feature-container-about .about-clinic-feature{
        max-width: 320px !important; 
        min-width: 280px !important;
    }
    .carrer-page.counsil-page.feature-container-about .about-clinic-feature{
        max-width: 280px !important;
        min-width: 280px !important;
    }
    .about-clinic-feature .elementor-icon-box-wrapper{
        max-width: 240px;
        margin: 0 auto;
    }
}
.font-mini{
    font-size: 14px;
}
.feature-container-about .about-clinic-feature:hover{
    background-color: transparent !important;
}
/* =========counter value About us Page========== */
.stats-counter .elementor-counter-number-suffix{
    font-weight: 400 !important;
}
.over-counter .elementor-counter-number-wrapper{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
}
.over-counter .elementor-counter-number-prefix{
    font-size: 16px !important;
    line-height: 0%;
}
.elementor-counter .elementor-counter-title{
    text-align: center;
}
.star-counter .elementor-counter-number:after {
    content: "";
    display: inline-block;
    width: 30px;    
    height: 30px;   
    margin-left: 4px;
    background-image: url('/wp-content/uploads/2025/11/Star.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.star-counter .elementor-counter-number{
    justify-content: center;
    display: flex;
    align-items: center;
}
.button.btn-cta{
    text-align: start;
}
/* ========scroll to top============ */
.hfe-scroll-to-top-button{
    width: auto;
    height: auto;
}
.hfe-scroll-to-top-button i {
    width: 66px;
    height: 66px;
    display: block;
    background-image: url('/wp-content/uploads/2025/11/arrow-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button{
    background-color: transparent !important;
}
@media(max-width: 1400px){
   .hfe-scroll-to-top-button i {
        width: 50px;
        height: 50px;
    } 
    .hfe-scroll-to-top-wrap .hfe-scroll-to-top-button{
        right: 32px;
        bottom: 32px;
    }
}
@media(max-width: 1200px){
   .hfe-scroll-to-top-button i {
        width: 50px;
        height: 50px;
    } 
    .hfe-scroll-to-top-wrap .hfe-scroll-to-top-button{
        right: 24px;
        bottom: 24px;
    }
}
@media(max-width: 992px){
   .hfe-scroll-to-top-button i {
        width: 42px;
        height: 42px;
    } 
}
/* ========================= */
/*       TREATMENT PAGE      */
/* ========================= */
.treatment-aboutus .e-con-inner{
    margin-left: 0;
}
.treatment-heading-home{
    display: flex;
    justify-content: center;
    align-items: center;
}
.treatment-home .elementor-widget-icon{
    justify-content: center;
    align-items: center;
    display: flex;
}
@media(min-width: 769px){
    .treatment-card-heading{
        min-height: 100px;
    }
    .treatment-card-heading.coaching-page{
        min-height: 80px !important;
    }
    .treatment-card-desc{
        min-height: 135px;
    }
    .treatment-content-home{
        min-height: 125px;
    }
}
@media(min-width: 1500px){
    .treatment-card-heading{
        min-height: 100px;
    }
    .treatment-card-heading.coaching-page{
        min-height: 80px;
    }
    .treatment-card-heading.tratement-page{
        min-height: 80px;
    }
    .therapy-clases .treatment-card-heading{
        min-height: 68px;
    }
    .treatment-content-home{
        min-height: 125px;
    }
    .treatment-card-desc{
        min-height: 145px;
    }
}
@media(max-width: 1200px){
    .treatment-content-home{
        min-height: 143px;
    }
    .therapy-clases .treatment-card-heading{
        min-height: 100px;
    }
    .treatment-card-heading.coaching-page{
        min-height: 80px !important;
    }
    .treatment-heading-home{
        min-height: 67px;
    }
}
@media(max-width: 1024px){
    .therapy-clases .treatment-card-heading{
        min-height: 68px;
    }
}
@media(max-width: 767px){
    .therapy-clases .treatment-card-heading{
        min-height: auto;
    }
    .treatment-card-heading.coaching-page h4 {
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
        }

}
.contact-cta .contact-cta-box a{
    text-decoration: none !important;
}
.contact-cta-box:not(:last-child) {
    position: relative;
    padding-right: 72px; 
}

@media(min-width: 991px){
    .contact-cta-box:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 100%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 96px; 
        background-color: #D5696C5C; 
    }
    .contact-cta {
        display: flex;
        justify-content: center;
        gap: 24px
    }
}
@media(min-width: 1201px){
    .contact-cta {
        display: flex;
        justify-content: space-between;
        gap: 42px;
    }
}
.contact-cta-box{
    width: auto !important;
}
.contact-cta-box.call-us{
    min-width: 222px;
    width: auto !important;
}
.contact-cta-box.email-us{
    min-width: 372px;
    width: auto !important;
}
@media(max-width: 1200px){
    .contact-cta-box:not(:last-child) {
        padding-right: 24px; 
    }
    .contact-cta-box.call-us{
        min-width: 174px;
        width: auto !important;
    }
    .contact-cta-box.email-us{
        min-width: 324px;
        width: auto !important;
    }
}
@media(max-width: 1024px){
    .contact-cta-box.call-us{
        width: auto !important;
    }
    .contact-cta-box.email-us{
        width: auto !important;
    }
}
.contact-page .step-number{
    height: 62px;
    width: 62px;
}
.contact-page .step-number::after {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: 50%;
    border: 10px solid #FFF;
    z-index: -1;
    animation: ringPulse 1.6s ease-out infinite;
    transform-origin: center;
}
.adress-field br{
    display: none;
}
@media(max-width: 1200px){
   .adress-field br{
        display: block;
    } 
}
/* ===========contact Form============= */
/* --- FORM CONTAINER --- */
.cf7-form-wrapper {
    max-width: 740px;
    margin: 0 auto;
}
p.cf7-field:not(:last-child) {
    margin-bottom: 21px;
}
/* --- LABELS --- */
.cf7-field label {
    font-size: 14px;
    color: #000;
    line-height: 121%;
    font-weight: 400;
    font-family: "Inter", Sans-serif;
    display: block;
    margin-bottom: 9px;
    padding-left: 14px;
}
.cf7-field br{
    display: none;
}
.star{
    color: red !important;
}

/* --- INPUTS COMMON STYLE --- */
.wpcf7-form input[type=date],.wpcf7-form input[type=email],.wpcf7-form input[type=number],
.wpcf7-form input[type=password],.wpcf7-form input[type=search],.wpcf7-form input[type=tel],.wpcf7-form input[type=text],.wpcf7-form input[type=url],.wpcf7-form select,.wpcf7-form textarea{
    width: 100%;
    padding: 23px 25px 23px 25px;
    background: #FFF9F1;
    border: 1px solid #FFE1C6;
    border-radius: 8px;
    font-size: 16px;
    color: #000;
    font-family: "Inter", Sans-serif;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus{
    border: 1px solid #F39E54 !important;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder,
.wpcf7-form select::placeholder {
    color: #D9C1AD !important;
    opacity: 1; /* ensures color shows in all browsers */
}
.cf7-input,
.cf7-textarea,
.cf7-select {
    width: 100%;
    padding: 27px 25px 26px 25px;
    background: #FFF9F1;
    border: 1px solid #FFE1C6;
    border-radius: 8px;
    font-size: 16px;
    color: #D9C1AD;
    font-family: "Inter", Sans-serif;
    outline: none !important;
    box-shadow: none !important;
    appearance: none;
}
@media(max-width: 767px){
    .wpcf7-form input[type=date], .wpcf7-form input[type=email], .wpcf7-form input[type=number], .wpcf7-form input[type=password], .wpcf7-form input[type=search], .wpcf7-form input[type=tel], .wpcf7-form input[type=text], .wpcf7-form input[type=url], .wpcf7-form select, .wpcf7-form textarea{
        padding: 16.5px 20px 16.5px 20px;
    }
}
.wpcf7-not-valid-tip{
    margin-left: 12px;
}
/* --- TEXTAREA --- */
.cf7-textarea {
    height: 290px;
    resize: none;
}

/* --- TWO COLUMN LAYOUT --- */
.cf7-row {
    display: flex;
    gap: 18px;
}
@media(max-width: 767px){
    .cf7-row{
        flex-direction: column;
        gap: 0;
    }
    .cf7-row .cf7-field {
        margin-bottom: 21px;
    }
    .wpcf7-list-item{
        margin-left: 0;
    }
}
.cf7-row .cf7-field {
    flex: 1;
}

/* Rotate WHEN open */
.wpcf7-form-control-wrap[data-name="enquiry"].open::after {
    transform: translateY(-50%) rotate(180deg);
}
/* DROPDOWN LIST (options popup itself) */
.wpcf7-form-control-wrap[data-name="enquiry"] select option {
    background-color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    padding: 12px 16px;
    border-bottom: 1px solid #FFE1C6; /* Divider between options */
}

/* Remove border on last option */
.wpcf7-form-control-wrap[data-name="enquiry"] select option:last-child {
    border-bottom: none;
}

/* Highlight / hover */
.wpcf7-form-control-wrap[data-name="enquiry"] select option:hover,
.wpcf7-form-control-wrap[data-name="enquiry"] select option:checked {
    background-color: #FFF4E8; /* soft highlight */
}
/* --- CHECKBOX SECTION --- */
.cf7-check-label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border: 1px solid #259DA0;
    border-radius: 50%;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.cf7-check-label input[type="checkbox"]:checked {
    background: #259DA0;
}
@media(max-width: 768px){
   .cf7-check-label input[type="checkbox"] {
        width: 26px;
        min-width: 26px;
        height: 26px;
    } 
}
.cf7-checkbox label{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    color: #000;
}
.cf7-checkbox br{
    display: none;
}
.cf7-check-label input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 9px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: translate(-50%, -64%) scaleY(-1) rotate(-127deg);
}
.wpcf7 form.sent .wpcf7-response-output{
    color: #46b450;
}
/* --- SUBMIT BUTTON --- */
.cf7-submit {
    position: relative;
    display: inline-block;
}
.cf7-submit .cf7-button {
    background-color: #FF9A42 !important;
    color: #fff;
    padding: 9px 13px 9px 45px !important; 
    border-radius: 8px;
    font-size: 18.13px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    border: 1px solid #FF9A42 !important;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
}

.cf7-submit::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 47%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('/wp-content/uploads/2025/11/PaperPlaneTilt-1.svg'); 
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 5;
}

/* Hover effect */
.cf7-submit .cf7-button:hover {
    background-color: #259DA0 !important;
    border-color: #259DA0 !important;
}
.cf7-submit{
    margin-top: 14px;
    margin: 1em;
}
.cf7-submit br{
    display: none;
}
@media(max-width: 767px){
    .cf7-submit{
        margin-left: 0em;
    }
}
/* ============== */
.wpcf7 .select2-container--default .select2-selection--single {
    width: 100% !important;
    padding: 23.5px 25px !important;
    background: #FFF9F1 !important;
    border: 1px solid #FFE1C6 !important;
    border-radius: 8px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
}
.wpcf7 .select2-selection__rendered {
    font-size: 16px !important;
    line-height: 121%;
    color: #000 !important;
    font-family: "Inter", sans-serif !important;
    padding-left: 0 !important;
}
.select2-search.select2-search--dropdown{
    display: none;
}
span.select2-dropdown.select2-dropdown--below{ 
    margin-top: 27px;
}
@media(max-width: 782px){
    span.select2-dropdown.select2-dropdown--below{ 
        margin-top: 40px;
    }
}
.select2-dropdown,.select2-results__options{
    border-radius: 8px;
}

.select2-results__option--selectable{
    background-color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 280%;
    color: #000000;
    padding: 0 25px;
    border-bottom: 1px solid #FFE1C6;
    background-color: #fff;
}
.select2-container--default .select2-results__option--selected{
    color: #F39E54;
    background-color: #fff;
}
ul#select2-enquiry-tp-results{
    border: none;
}
.select2-dropdown{
    border: 1px solid #FFE1C6;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #FFFFFF;
    color: #F39E54;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 1.5;
}
.select2-container--default .select2-results>.select2-results__options{
    max-height: 100%;
}
.enquiry-wrap {
    display: block;
    position: relative;
}
.wpcf7-not-valid-tip {
    display: block !important;
    font-size: 14px;
    font-family: "Inter", Sans-serif;
}
.wpcf7-response-output{
    max-width: 740px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-family: "Inter", Sans-serif;
}
input:-internal-autofill-selected {
    background: rgba(255, 206, 208, 0.4) !important;
}
/* ============== */
/* ===========home page =================== */
.home-page-table .ha-table__head-column .ha-table__head-column-cell{
    border: 0px solid #fff;
}
.home-page-table .ha-table__head-column .ha-table__head-column-cell:first-child{
    background-color: #FFF;
}
.home-page-table .ha-table__head-column .ha-table__head-column-cell:nth-child(2){
    background-color: #D7F3F3;
    text-align: center;
}
.home-page-table .ha-table__head-column .ha-table__head-column-cell:nth-child(2) img{
    width: 84px;
}
.home-page-table .ha-table__head-column .ha-table__head-column-cell:last-child{
    background-color: #FFE1C6;
    color: #935831;
    font-size: 16px;
    font-family: "Inter" , sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 0 23px !important;
}
.home-page-table .ha-table__head-column .ha-table__head-column-cell:last-child .ha-table__head-column-cell-text {
    font-weight: 600;
}
.home-page-table .ha-table__body-row .ha-table__body-row-cell{
    border: 0px solid #fff;
}
.home-page-table .ha-table__body-row:last-child{
    padding-bottom: 10px;
}
.home-page-table .ha-table__body-row .ha-table__body-row-cell:first-child{
    background-color: #FFFFFF;
    padding-left: 32px !important;
}
.home-page-table .ha-table__body-row .ha-table__body-row-cell:nth-child(2){
    background-color: #F4FFFF;
}
.home-page-table .ha-table__body-row .ha-table__body-row-cell:nth-child(2) .ha-table__body-row-cell-wrap{
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
    gap: 16px;
}
.home-page-table .ha-table__body-row .ha-table__body-row-cell:nth-child(2) .ha-table__body-row-cell-wrap img{
    width: 20px;
    height: 20px;
}
.home-page-table .ha-table__body-row .ha-table__body-row-cell:last-child{
    background-color: #FFF0E3;
    padding: 20px 32px 20px 47px !important;
    min-width: 470px;
}
.home-page-table .ha-table__body-row .ha-table__body-row-cell:first-child .ha-table__body-row-cell-text{
    font-weight: 600;
}
.home-page-table .ha-table__body-row .ha-table__body-row-cell:last-child .ha-table__body-row-cell-text{
    font-weight: 400;
}
.home-page-table .ha-table__body-row:not(:last-child) .ha-table__body-row-cell:first-child {
    position: relative;
}
.home-page-table .ha-table__body-row:not(:last-child) .ha-table__body-row-cell:first-child::after {
    content: "";
    position: absolute;
    left: 32px;   
    right: 0;   
    bottom: 0;      
    height: 0.5px;      
    background-color: #A0A0A0; 
    z-index: 1;
    transform: scaleY(0.5); 
    transform-origin: bottom;  
}
.home-page-table .ha-table__body-row:not(:last-child) .ha-table__body-row-cell:nth-child(2),
.home-page-table .ha-table__body-row:not(:last-child) .ha-table__body-row-cell:last-child{
    position: relative;
}
.home-page-table .ha-table__body-row:not(:last-child) .ha-table__body-row-cell:nth-child(2)::after,
.home-page-table .ha-table__body-row:not(:last-child) .ha-table__body-row-cell:last-child::after{
    content: "";
    position: absolute;
    left: 0px;   
    right: 0;   
    bottom: 0;      
    height: 0.5px;      
    background-color: #A0A0A0; 
    z-index: 1;
    transform: scaleY(0.5); 
    transform-origin: bottom;  
}
@media(max-width: 1200px){
    
    .home-page-table .ha-table__body-row .ha-table__body-row-cell:last-child{
        min-width: 100%;
    }
}
@media(max-width: 1024px){
    .home-page-table{
        border-radius: 0px !important;
    }   
    .home-page-table .ha-table__body-row-cell:first-child .ha-table__head-column-cell{
        background-color: #FFFFFF;
        border: 0px solid #fff;
    }
    .home-page-table .ha-table__body-row-cell:nth-child(2) .ha-table__head-column-cell{
        background-color: #D7F3F3;
        text-align: center;
        border: 0 solid #fff;
    }
    .home-page-table .ha-table__body-row .ha-table__body-row-cell:last-child {
        padding: 0 !important;
        border: 0 solid #fff;
    }
    .home-page-table .ha-table__body-row .ha-table__body-row-cell:first-child{
        padding-left: 0px !important;
    }
    .home-page-table .ha-table__body-row-cell:last-child .ha-table__head-column-cell{
        background-color: #FFE1C6;
        color: #935831;
        font-size: 16px;
        font-family: "Inter" , sans-serif;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        padding: 23px 23px !important;
        border: 0 solid #fff;
    }
    .home-page-table .ha-table__body-row .ha-table__body-row-cell:nth-child(2) .ha-table__head-column-cell{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home-page-table .ha-table__body-row .ha-table__body-row-cell .ha-table__body-row-cell-wrap{
        padding: 10px 10px 10px 24px;
    }
    .home-page-table .ha-table__body-row-cell:nth-child(2) .ha-table__head-column-cell-icon img{
        width: 85px;
    }
    .home-page-table .ha-table .ha-table__head-column-cell, .home-page-table .ha-table .ha-table__head-column-cell {
        width: 80% !important;
    }
    .home-page-table .ha-table__body-row:not(:last-child) .ha-table__body-row-cell:first-child::after {
        left: 0px;   
    }
    .home-page-table .ha-table__body-row-cell:nth-child(2) .ha-table__body-row-cell-icon {
        padding-left: 0px;
        line-height: 1;
    }
    .home-page-table .ha-table__head-column-cell{
        position: relative;
    }
    .home-page-table .ha-table__head-column-cell{
        position: relative;
    }
    .home-page-table .ha-table__body-row:last-child {
        padding-bottom: 0px;
    }
    .home-page-table .ha-table__body-row:not(:last-child) .ha-table__body-row-cell:first-child::after,
    .home-page-table .ha-table__body-row:not(:last-child) .ha-table__body-row-cell:nth-child(2)::after, .home-page-table .ha-table__body-row:not(:last-child) .ha-table__body-row-cell:last-child::after {
        left: 0px;
        height: 0;
    }
    .home-page-table .ha-data-table .ha-table__body .ha-table__body-row{
        border-radius: 10px;
    }
    
}
@media(max-width: 768px){
    .ha-data-table.ha-row-icon-right .ha-table__body-row-cell-icon{
        width: 24px !important;
        height: auto ;
    }
    
    .home-page-table .ha-table__body-row .ha-table__body-row-cell:nth-child(2) .ha-table__body-row-cell-wrap{
        gap: 10px;
    }
    .ha-data-table.ha-row-icon-left .ha-table__body-row-cell-icon, .ha-data-table.ha-row-icon-right .ha-table__body-row-cell-icon{
         width: 24px !important;
    }
    .home-page-table .ha-table__body-row:not(:last-child) .ha-table__body-row-cell:first-child::after,
    .home-page-table .ha-table__body-row:not(:last-child) .ha-table__body-row-cell:nth-child(2)::after, .home-page-table .ha-table__body-row:not(:last-child) .ha-table__body-row-cell:last-child::after {
        left: 0px;
        height: 0;
    }
}

@media(max-width: 767px){
    .ha-data-table .ha-table__head-column-cell-icon{
        padding-left: 0 !important;
    }
    .home-page-table .ha-table__body-row .ha-table__body-row-cell:nth-child(2) .ha-table__body-row-cell-icon{
        display: none ;
    }
    .home-page-table .ha-table__body .ha-table__body-row-cell-wrap {
        padding: 12px !important;
    }
    .home-page-table .ha-table .ha-table__head-column-cell {
        padding: 18px 16px 18px 16px;
    }
    .home-page-table .ha-table__body-row-cell:last-child .ha-table__head-column-cell{
        padding: 18px 16px 18px 16px;
    }
    .home-page-table .ha-table__body-row .ha-table__body-row-cell .ha-table__head-column-cell{
        padding: 18px 16px !important;
    }
}
.home-our-work{
    transition:all 0.3s ease-in;
}
.home-our-work .home-our-work-heading h2{
    transition:color 0.3s ease-in;
}
.home-our-work:hover .home-our-work-heading h2{
    color: #259DA0 !important;
}
@media(max-width: 767px){
    .home-our-work{
        max-width: 345px;
    }
}
@media(max-width: 575px){
    .home-our-work{
        max-width: 100%;
    }
}
@media(max-width: 991px){
    .home-cta-profile{
        display: none !important;
    }
}
/* =========pricing page========== */
.pathway-cost .ha-table__head-column-cell:nth-child(odd) {
    background-color: #FF9A42;
}
.pathway-cost .ha-table__head-column-cell:nth-child(even) {
    background-color: #FFB06A; 
}
.clinic-service .ha-table__head-column-cell:nth-child(odd) {
    background-color: #D5696C;
}

.new-pricing-table .ha-table__head-column-cell:nth-child(odd){
    background-color: #259DA0;
}
.new-pricing-table .ha-table__head-column-cell:nth-child(even) {
    /* background-color: rgba(37, 157, 160, 0.8);  */
    background-color: #259DA0;
}
.clinic-service .ha-table__head-column-cell:nth-child(even) {
    background-color: #F67277;
}
.clinic-service .ha-table__body .ha-table__body-row-cell .ha-table__body-row-cell-text {
     color: #000;
    }
.new-pricing-table .ha-table__body .ha-table__body-row-cell:first-child .ha-table__body-row-cell-text{
    color: #000;
    /* font-weight: 00; */
}
.clinic-service .ha-table__body .ha-table__body-row-cell:nth-child(2) .ha-table__body-row-cell-text {
        font-weight: 400;
        overflow-wrap: anywhere;
        text-transform: none !important;
        font-size: 14px;
    }
@media(max-width: 1024px){
     .pathway-cost .ha-table .ha-table__head-column-cell,
    .clinic-service .ha-table .ha-table__head-column-cell,
    .new-pricing-table .ha-table .ha-table__head-column-cell{
        width: 80% !important;
    }
    .clinic-service .ha-table__body .ha-table__body-row-cell-text{
        padding: 8px 30px;
    }
    .new-pricing-table .ha-table__body .ha-table__body-row-cell-text{
        padding: 8px 30px;
    }
    .pathway-cost .ha-table__body .ha-table__body-row-cell-text{
        padding: 8px 30px;
    }
}
@media(max-width: 1025px){
    .pathway-cost .ha-table__body-row-cell:nth-child(even) .ha-table__head-column-cell{
        background-color: #FFB06A; 
    }
    .clinic-service .ha-table__body-row-cell:nth-child(even) .ha-table__head-column-cell {
        background-color: #F67277;
    }
    .new-pricing-table .ha-table__body-row-cell:nth-child(even) .ha-table__head-column-cell {
        background-color: rgba(37, 157, 160, 0.8);
    }
    tr.ha-table__body-row:not(:last-child) {
        margin-bottom: 20px;
    }
    .clinic-service .ha-table__body .ha-table__body-row-cell:nth-child(3) .ha-table__body-row-cell-text {
        font-weight: bold;
        color: #D5696C !important;
    }
    .pathway-cost .ha-table__body .ha-table__body-row-cell:nth-child(2) .ha-table__body-row-cell-text {
        font-weight: 400;
    }
    
    .pathway-cost .ha-table__body .ha-table__body-row-cell:nth-child(3) .ha-table__body-row-cell-text {
        font-weight: bold;
        color: #FF9A42 !important;
    }
    .pathway-cost .ha-table__body .ha-table__body-row-cell:nth-child(4) .ha-table__body-row-cell-text {
        font-weight: 600;
    }
}
@media(max-width: 575px){
    .pathway-cost .ha-table__body .ha-table__body-row-cell-text,
    .clinic-service .ha-table__body .ha-table__body-row-cell-text,
    .new-pricing-table .ha-table__body .ha-table__body-row-cell-text{
        padding: 8px 12px;
    }
    .clinic-service .ha-table .ha-table__head-column-cell,
    .new-pricing-table .ha-table .ha-table__head-column-cell{
        width: 75% !important;
    }
}
@media(max-width: 375px){
    .clinic-service .ha-table__body .ha-table__body-row-cell-text,
    .new-pricing-table .ha-table__body .ha-table__body-row-cell-text{
        padding: 8px 8px;
    }
    .clinic-service .ha-table .ha-table__head-column-cell {
         padding: 8px 8px !important;
    }
    .clinic-service .ha-table,
    .new-pricing-table .ha-table{
        table-layout: fixed;
    }

    .clinic-service .ha-table__body .ha-table__body-row-cell:first-child .ha-table__body-row-cell-text,
    .new-pricing-table  .ha-table__body .ha-table__body-row-cell:first-child .ha-table__body-row-cell-text{
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}
@media(min-width: 1025px){
    .pathway-cost .ha-table__body .ha-table__body-row:last-child .ha-table__body-row-cell,
    .clinic-service .ha-table__body .ha-table__body-row:last-child .ha-table__body-row-cell,
    .new-pricing-table .ha-table__body .ha-table__body-row:last-child .ha-table__body-row-cell{
        border-width: 0;
    }
    .pathway-cost .ha-table__head-column-cell{
        text-align: left !important;
    }
    .pathway-cost .ha-table__body .ha-table__body-row-cell:nth-child(2) .ha-table__body-row-cell-text {
        font-weight: 400;
    }
    .pathway-cost .ha-table__body .ha-table__body-row-cell:nth-child(3){
        min-width: 140px;
    }
    .pathway-cost .ha-table__body .ha-table__body-row-cell:nth-child(3) .ha-table__body-row-cell-text {
        font-weight: bold;
        color: #FF9A42 !important;
    }
    .pathway-cost .ha-table__body .ha-table__body-row-cell:nth-child(4) .ha-table__body-row-cell-text {
        font-weight: 600;
    }
    .pathway-cost.about-us .ha-table__body .ha-table__body-row-cell{
        text-align: start !important;
    }
    .pathway-cost .ha-table__body .ha-table__body-row-cell{
        text-align: start !important;
    }
    .pathway-cost .ha-table__body .ha-table__body-row-cell:first-child{
        text-align: left !important;
    }
    .pathway-cost .ha-table__head-column-cell{
        text-align: left !important;
    }
    .pathway-cost.about-us .ha-table__head-column-cell{
        text-align: start !important;
    }
    .pathway-cost .ha-table__head-column-cell:first-child{
        text-align: left !important;
    }
    .pathway-cost .ha-table__body .ha-table__body-row-cell{
        padding-left: 30px !important;
    }
    .pathway-cost.table-two .ha-table__body .ha-table__body-row-cell{
        padding-left: 20px !important;
    }
    .clinic-service .ha-table__body .ha-table__body-row-cell:nth-child(3){
        min-width: 125px;
    }
    .clinic-service .ha-table__body .ha-table__body-row-cell:nth-child(2) .ha-table__body-row-cell-text {
        font-weight: 400;
        text-transform: none !important;
    }
    
    .clinic-service .ha-table__body .ha-table__body-row-cell:nth-child(3) .ha-table__body-row-cell-text {
        font-weight: bold;
        color: #D5696C !important;
    }
}
.pricnig-review-card h4{
    color: #D5696C;
    font-size: 20px;
    font-family: "Figtree", Sans-serif;
    font-weight: 600;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 20px;
    min-height: 48px;
}
.pricnig-review-card p:not(:last-child){
    margin-bottom: 16px;
}
/* Add custom dropdown arrow */
.enquiry-wrap .select2-container--default .select2-selection--single {
    position: relative;
    padding-right: 50px !important;
}

.enquiry-wrap .select2-container--default .select2-selection--single::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    background-image: url('/wp-content/uploads/2025/11/drop-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    transition: transform .3s ease;
}

/* Rotate when open */
.select2-container--open .select2-selection--single::after {
    transform: translateY(-50%) rotate(180deg);
}
body .select2-container--open .select2-selection--single::after {
    transform: translateY(-50%) rotate(180deg) !important;
}
/* Hide default Select2 arrow */
.enquiry-wrap .select2-selection__arrow {
    display: none !important;
}
/* ============================= */
/*            404 PAGE           */
/* ============================= */
.error_container{
    position: relative;
    background-color: var(--e-global-color-primary);
    padding: 100px 24px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 16px;
}
.error_container h5{
    font-family: var(--e-global-typography-079e07e-font-family), Sans-serif;
    font-size: var(--e-global-typography-079e07e-font-size);
    font-weight: var(--e-global-typography-079e07e-font-weight);
    text-transform: var(--e-global-typography-079e07e-text-transform);
    letter-spacing: var(--e-global-typography-079e07e-letter-spacing);
    color: #A0E7E8;
}
.error_container h1{
    font-family: "Figtree", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 121%;
    z-index: 1;
}
.error_container p{
    font-family: "Figtree", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 121%;
    color: #FFFFFF;
    z-index: 1;
}
.error_container .container{
    position: relative;
    z-index: 1;
}
.error_container .left-img,
.error_container .right-img{
    position: absolute;
    z-index: 0;
}
.error_container .left-img{
    left: 0;
    bottom: 0;
}
.error_container .right-img{
    right: 0;
    bottom: 0;
}
.error_container .btn.btn-home{
    background-color: var(--e-global-color-accent);
    font-family: "Jost", Sans-serif;
    font-size: 18.13px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 7px 7px 7px 7px;
    padding: 11px 19px 11px 19px;
    transition: all 0.3s ease-in;
}
.error_container .btn.btn-home:hover{
    background-color: transparent;
    color: #FFF;
    border-color: #FFF;
}
.btn-wrapper{
    margin-top: 32px;
}
@media (max-width: 1024px) {
    .error_container h1{
        font-size: 30px;
    }
    .error_container{
        gap: 14px;
        padding: 80px 24px;
    }
}
@media(min-width: 575px){
   .contact-cta-adress-field{
    max-width: 326px !important;
   }
}
.prcining-content ul{
    margin: 12px 0;
}
.prcining-content ul li{
    margin: 8px 0;
}
.content-wrapper-waiting h2{
    color: var(--e-global-color-primary);
    font-family: "Figtree", Sans-serif;
    text-transform: capitalize;
    line-height: 121%;
}
.content-wrapper-waiting h3{
    color: var(--e-global-color-primary);
    font-family: "Figtree", Sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 121%;
}
.content-wrapper-waiting ul{
    margin-bottom: 12px;
}
.content-wrapper-waiting ul li{
    margin: 8px 0;
}
@media(max-width: 1199px){
    .content-wrapper-waiting.about-page ul li{
        margin: 6px 0;
    }
}
.about-side-image .elementor-widget-image{
    width: 100%;
}
.about-side-image img{
    width: 100%;
    height: auto !important;
    object-fit: cover !important;
}
.large-break-container.about-us-list .elementor-widget-icon{
    min-width: 24px;
}
.height-full-container{
    height: 100%;
    justify-content: space-between;
}

@media(min-width: 1513px){
    .about-side-image.medication-page img{
        max-height: 600px;
    }
    .about-side-image.abt-big-img img{
        height: 600px !important;
    }
    .about-side-image.big-sec-image img{
        height: 417px !important;
    }
}
@media(max-width: 1024px){
    .large-break-container{
        width: 100% !important;
    }
}
.adhd-assessment .pricnig-review-card h4{
    margin-bottom: 12px;
}
/* ===========our team============ */
.our-team-card-header .elementor-widget-icon{
    width: 72px !important;
    min-width: 72px;
    height: 72px !important;
}
@media(max-width: 767px){
   .our-team-card-header .elementor-widget-icon{
        width: 60px !important;
        min-width: 60px;
        height: 60px !important;
    } 
}
.event-content-box{
    min-height: 280px;
}
@media(max-width: 1228px){
    .event-location-contetn{
        min-height: 46px;
    }
}
.legal-page-contetn h2,
.legal-page-contetn h4{
    font-family: "Figtree", Sans-serif;
    font-weight: 500;
    line-height: 150%;
    color: var(--e-global-color-primary);
    text-transform: uppercase;
}
.color-grey{
    color: #646464;
}
.location-page-video{
    transition: .3s;
}
@media screen and (min-width: 577px) {
    .location-page-video:hover {
        transform: translateY(-12px);
    }
}
@media(max-width: 1024px){
    .about-side-image.abt-big-img.location-page .elementor-widget-image,
    .about-side-image.abt-big-img.location-page .elementor-widget-image img{
        height: 100% !important;
    }
}
@media(min-width: 1025px){
    .header-button-wrapper-paretn{
        width: auto;
        flex-grow: 0;
        flex-shrink: 0;
        min-width: fit-content;
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: nowrap;
    }
}
.small-from-text{
    font-size: 16px !important;
}
.btn-orange.coaching-page{
    margin-top: auto !important;
}
#contact-form {
  scroll-margin-top: 120px;
}
@media(max-width: 768px){
    #contact-form {
        scroll-margin-top: 80px;
    }
}
.press-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.press-item {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding: 20px;
    text-decoration: none !important;
}
.press-source {
    font-weight: 700;
}
.read-more-press .elementor-icon-list-item {
    display: flex;               
    align-items: center;        
    justify-content: flex-start; 
}

.read-more-press .elementor-icon-list-icon {
    order: 2;                    
    margin-left: 8px;           
}

.read-more-press .elementor-icon-list-text {
    order: 1;              
    padding-left: 0 !important;    
}
.iframe-container-repeat iframe{
    min-height: 600px;
    height: 1450px;
    max-height: 1450px;
}
.iframe-container-anual iframe{
    min-height: 600px;
    height: 1950px;
    max-height: 1950px;
}