:root {
    --black: #000000;
    --black1: #111111;
    --black2: #323232;
    --white: #FFFFFF;
    --yellow: #FCB813;
    --muted: rgba(255,255,255,.5);
    --bs-table-striped-bg: transparent;
    --bs-table-accent-bg: transparent;
}
/* common styles */
body {
    overflow-x: hidden;
}
body * {
	font-family: 'Poppins', sans-serif !important;
}
.fas, .fa {
    font-family: 'Font Awesome 6 Free' !important;
}
table > tbody > tr:nth-of-type(odd) > * {
    background-color: transparent !important;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-bg: transparent;
}
.no-padding,
.no-padding .elementor-widget-wrap {
    padding: 0 !important;
}
.btn-yellow a {
	background-color: var(--yellow) !important;
	color: var(--white) !important;
	text-decoration: none !important;
	padding: 15px 40px !important;
}
.btn-yellow:hover a {
    background-color: #BB8503 !important;
}
.bg-black1 {
    background-color: var(--black1);
}
.bg-white {
    background-color: var(--white);
}
.text-yellow,
.text-yellow .elementskit-section-title  {
    color: var(--yellow) !important;
}
.text-white,
.text-white h2,
.text-white a  {
    color: var(--white) !important;
}
.text-black1 {
    color: var(--black1) !important;
}
.section-heading-subtext h2 {
	color: var(--black1);
	font-size: 36px;
	line-height: 1.4em;
}
.sub-heading {
    font-size: 30px;
    line-height: 1.4em;    
}
.section-heading-subtext p {
	color: var(--black1);
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 300 !important;
}
.inner-banner {
    position: relative;
    height: 900px;
    padding: 220px 40px 40px;
}
.bg-heading {
    position: absolute;
    top: 16em;
    left: 0;
    right: 0;
    background-color: rgba(17, 17, 17, 0.75);
    width: 800px !important;
    margin: auto;
    padding: 40px;
    border-radius: 8px;
}
.inner-banner-heading h1 {
    font-size: 55px;
    line-height: 1.4em;
    color: var(--yellow);
    margin-bottom: 0 !important;
}
.inner-banner-heading p {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 300;
    color: var(--white);
}
.page #content section.elementor-top-section:not(.home #content section.elementor-top-section):not(.page #content .inner-banner) {
    padding: 40px;
}
.inner-section-heading h2 {
    font-size: 50px;
    line-height: 1.4em;
    font-weight: 700 !important;
    color: var(--black1);
    margin-bottom: 10px !important;
}
.inner-section-heading p {   
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 200 !important;
    margin: 0px !important;
}
.inner-subheading .elementskit-section-title {
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}
.inner-subheading .ekit-heading__description,
.inner-subheading p {    
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 200 !important;
    margin: 0px !important;
}
.inner-subheading h4.elementskit-section-title {
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
}
@media (max-width: 767px) {
    .inner-mobile-banner .elementor-widget-image {
        margin-bottom: 0 !important;
    }
    .bg-mobile-heading {
        padding: 20px;
        background-color: var(--black1);
    }
    .inner-banner-mobile-heading h1 {
        color: var(--white);
        font-size: 22px;
        line-height: 1.4em;
        font-weight: 600;
    }
    .inner-banner-mobile-heading p {
        font-size: 18px;
        line-height: 1.4em;
        font-weight: 300;
        color: var(--white);
    }
    .inner-section-heading h2 {
        font-size: 38px;
    }
    .page #content section.elementor-top-section:not(.home #content section.elementor-top-section):not(.page #content .inner-banner) {
        padding: 30px 10px;
    }
}
/* header-footer styles */
header .hfe-button-wrapper {
	margin-left: 4em;
}
header .hfe-nav-menu .hfe-button-wrapper a {
	border-radius: 12px !important;
	transition: all 0.2s ease, visibility 0s !important;
	padding: 15px 20px !important;
}
header .hfe-nav-menu li:not(header .hfe-button-wrapper) {
    padding: 15px;
}
header .hfe-nav-menu li a {
    width: fit-content;
    font-size: 16px;
    color: var(--black2);
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: color .25s;
    position: relative;
    padding: 0 0 5px !important;
}
header .hfe-nav-menu li a::after {
    content: '';
    position: absolute !important;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--black2) !important;
    transition: width .3s !important;
}
header .hfe-nav-menu li.current-menu-item a,
header .hfe-nav-menu li a:hover {
    color: var(--black2) !important;
}
header .hfe-nav-menu li.current-menu-item a::after,
header .hfe-nav-menu li a:hover::after {
    width: 100%;
    opacity: 1 !important;
}
header .hfe-button-wrapper a::after,
header .hfe-button-wrapper a:hover::after {
    display: none !important;
}
header .parent-has-child {
    position: relative;
}
header .parent-has-child .sub-menu li {
    border-bottom: none !important;
}
.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1999;
    /*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);*/
}
footer a {
	text-decoration: underline !important;
	color: var(--black) !important;
}
footer .hfe-nav-menu li a {
    font-size: 16px;
    line-height: 1.6;
    color: #000000 !important;
    font-weight: 400 !important;
    padding: 0 0 30px 0 !important;
}
footer .hfe-nav-menu li.current-menu-item a {
    color: var(--yellow) !important;
    font-weight: 600 !important;
}
footer .ekit-wid-con svg {
    width: 2em !important;
    max-width: 25px !important;
}
footer .ekit_social_media svg.e-fab-facebook {
	fill: #1877F2 !important;
}
footer .ekit_social_media svg.e-fab-instagram {
	fill: #E1306C !important;	
}
footer .ekit_social_media a:hover {
	background-color: transparent !important;
}
footer .infobox-content .title {
	color: var(--black2) !important;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 2px;
}
footer .infobox-content p {
	color: var(--black2) !important;
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 0px !important;
}
@media (max-width: 767px) {
    header .menu-is-active {
        padding: 20px 25px;
    }
    header .menu-is-active li {
        border-bottom: 0 !important;
        text-align: center;
        justify-content: center;
    	display: block;
    }
    header .menu-is-active li a {
        font-size: 18px;
        padding: 8px 0 !important;
    }
    header .menu-is-active li.btn-yellow a {
        padding: 15px 40px !important;
        border-radius: 12px;
    }
    footer .infobox-content .title {
        width: 100%;
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
}
@media (min-width: 768px) {
    header .parent-has-child .sub-menu {
        column-count: 2;
        width: 600px !important;
        left: 50% !important;
        transform: translateX(-50%);
    }
}
/* home styles */
.home-about .elementor-icon-list-items .elementor-icon-list-text {
	color: var(--black1);
	font-size: 15px;
	line-height: 1.6;
	font-weight: 300;
}
.home-about .btn-yellow a {
	font-size: 16px;
	line-height: 1.4em;
    border-radius: 12px;
    padding: 15px 60px !important;
}
.home-injuries-grid {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 30px;
    justify-items: center;
    width: 65%;
    margin: auto;
}
.home-injuries-grid .injuries-treated-card {
    border-radius: 8px;
    overflow: hidden;
    transition: transform 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
}
.home-injuries-grid .injuries-treated-card img {
    display: block;
    transition: transform 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
}
.home-injuries-grid .injuries-treated-card:hover img {
    transform: scale(1.11);
}
.testimonials-scroll-wrapper {
    overflow-x: auto;
    width: 100%;
}
.testimonials-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding-bottom: 15px;
}
.testimonial-card {
    flex: 0 0 480px;
    width: 480px;
    background-color: var(--black1);
    border-radius: 8px;
    padding: 30px 20px;
}
/* Scrollbar styling */
.testimonials-scroll-wrapper::-webkit-scrollbar {
    height: 6px;
}
.testimonials-scroll-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.testimonials-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.testimonials-scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.testimonial-card h6 {
    color: var(--yellow);
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}
.testimonial-card .testimonials-info {
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
    word-break: break-word;
}
.testimonial-card img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.testimonial-card > div,
.testimonials-info > div  {
    gap: 15px;
}
.testimonials-info {
    margin-top: 2em;
}
.testimonials-info .toggle-testimonial {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: var(--yellow);
    text-decoration: none;
}
.testimonials-info i {
    color: var(--yellow);
    font-size: 32px;    
}
.testimonial-initial {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--yellow);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    flex-shrink: 0;
}
.home-locations .eael-feature-list-img {
    width: 95px;
}
.home-locations .eael-feature-list-content-box {
    margin: 10px !important;
}
.home-locations .eael-feature-list-content-box .eael-feature-list-title {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    color: var(--white) !important;
}
.home-locations .elementor-icon-list-text {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300 !important;
    color: var(--white) !important;
}
.home-locations .elementor-icon-list-item a {
    text-decoration: none !important
}
.cutting-edge .cutting-edge-columns {
    border-radius: 5px;
    padding: 30px 15px;
}
.cutting-edge .cutting-edge-columns {
    margin: 0 1em;
}
.cutting-edge-columns .elementor-widget-image {
    border-radius: 5px;
    overflow: hidden;
}
.cutting-edge-columns .elementor-widget-image img {
    width: 367px;
    height: 359px;
    object-fit: cover;
    object-position: 50% 50%;
    transition: transform 0.4s ease;
}
.cutting-edge-columns .elementor-widget-image:hover img {
    transform: scale(1.1);
}
.cutting-edge .sub-heading {
    margin-bottom: 0 !important;
}
.cutting-edge .sub-heading h3 {
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 500 !important;
    margin-bottom: 25px !important;
}
.home-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 30px;
    padding: 10px;
}
.home-blog-grid .blog-card .imgBox img {
    width: 410px;
    height: 308px;
    object-fit: cover;
    object-position: 50% 50%;
}
.home-blog-grid .blogDetail {
    padding: 2em;
}
.home-blog-grid .blog-date {
    font-size: 14px;
    line-height: 18px;
    color: var(--black1);
    padding-bottom: 1em;
}
.home-blog-grid .blogDetail a {
    text-decoration: none;
}
.home-blog-grid .blog-title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500 !important;   
}
.home-blog-grid .blog-description {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400 !important;   
    color: var(--black1);
}
.home-blog-grid .blogDetail a:hover .blog-description {
    color: var(--yellow);
}
.faqs .elementor-tab-title {
    border-radius: 0 !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid var(--yellow) !important;
    padding: 24px 0;
}
.faqs .eael-accordion-header span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: var(--black1);
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    padding: 24px 0;
}
.faqs .eael-accordion-header:hover span,
.faqs .eael-accordion-header:active span,
.faqs .eael-accordion-header:focus span {
    color: var(--black1) !important;
}
.faqs .eael-accordion-content {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: var(--black1);
    border: none !important;
    margin: 0 0 16px;
    padding: 0;
}
@media (max-width: 767px) {
	.home-about .btn-yellow a {
		font-size: 14px;
	}
    .home-injuries-slider .slick-prev,
    .home-injuries-slider .slick-next {
        width: 30px;
        height: 30px;
        padding: 0px;
        top: calc(50% - 3px);
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        z-index: 10;
        transition: all 0.3s ease;
    }
    .home-injuries-slider .slick-prev:active,
    .home-injuries-slider .slick-next:active,
    .home-injuries-slider .slick-prev:focus,
    .home-injuries-slider .slick-next:focus {
        background-color: rgba(255, 255, 255, 0.5);
    }
    .home-injuries-slider .slick-prev {
        left: 5px;
    }
    .home-injuries-slider .slick-next {
        right: 5px;
    }
    .home-injuries-slider .slick-prev:before,
    .home-injuries-slider .slick-next:before{
        content: '';
        display: none;
    }
    .home-injuries-slider .slick-prev i,
    .home-injuries-slider .slick-next i {
        font-family: 'Font Awesome 6 Free' !important;
        font-size: 20px;
        color: #333;
        line-height: 30px;
    }
    .testimonial-card {
        flex: 0 0 300px;
        width: 300px;
    }
    .center-slider {
        height: 300px;
    }
    .home-blog-grid {
        grid-template-columns: repeat(1, auto);        
    }
}
@media (min-width: 768px) {
    .faqs {
        width: 80% !important;
        margin: auto;
    }
}
/* About Us page styles */
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 20px;   
}
.team-card {
    padding: 24px 16px;
    border-radius: 8px;
}
.team-img-zone {
    width: 316px;
    height: 330px;
    border-radius: 8px;
    overflow: hidden;
}
.team-img {
    border-radius: 8px !important;
    overflow: hidden;
}
.team-details {
    padding-top: 2em;
}
.team-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 8px;
}
.team-designation {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 16px;
}
.team-description {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 200;
    margin: 0 !important;
}
.our-values {
    padding: 20px;
    border-radius: 8px;
}
.our-values:not(:last-child) {
    margin-right: 10px;
}
.success-number {
    padding: 20px;
    border-radius: 8px;
}
.success-number .elementor-counter-number-wrapper {
    font-size: 36px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 12px;
}
.success-number .elementor-counter-title {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
    margin: 0px;
}
.about-contact {
    padding: 32px 24px;
    border-radius: 8px;
}
.about-contact:not(:last-child) {
    margin-right: 20px;
}
@media (max-width: 767px) {
    .team-slider .slick-prev,
    .team-slider .slick-next {
        width: 30px;
        height: 30px;
        padding: 0px;
        top: calc(50% - 3px);
        background-color: var(--yellow);
        border-radius: 50%;
        z-index: 10;
        transition: all 0.3s ease;
    }
    .team-slider .slick-prev:active,
    .team-slider .slick-next:active,
    .team-slider .slick-prev:focus,
    .team-slider .slick-next:focus {
        background-color: var(--yellow);
    }
    .team-slider .slick-prev {
        left: -35px;
    }
    .team-slider .slick-next {
        right: -35px;
    }
    .team-slider .slick-prev:before,
    .team-slider .slick-next:before{
        content: '';
        display: none;
    }
    .team-slider .slick-prev i,
    .team-slider .slick-next i {
        font-size: 16px;
        color: var(--white);
        line-height: 30px;
    }
    .team-img-zone {
        width: auto;
        height: 363px;
    }
    .our-values:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .success-number .elementor-counter-number-wrapper {
        font-size: 36px;
    }
    .success-number .elementor-counter-title {
        font-size: 14px;
    }
    .awards .elementor-image-gallery .gallery-columns-2 .gallery-item {
        max-width: 50%;
        padding: 0;
    }
    .about-contact:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
/* rehab single page styles */
.single-rehabilitations .site-main {
    max-width: 100% !important;
}
.rehab-banner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 550px;
}
.rehab-banner-grid .banner-content {
    padding: 70px 40px;
}
.rehab-banner-grid .banner-title {
    font-size: 46px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 24px;
}
.rehab-banner-grid .banner-subtext {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 200;
    margin: 0 0 24px;
}
.rehab-banner-grid .banner-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style-position: inside;
    margin-bottom: 60px;
}
.rehab-banner-grid .banner-lists li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 200;
}
.rehab-banner-grid .banner-lists li::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('https://thistle.media/demo/movementology-clinics/wp-content/uploads/2026/06/icon-checkmark.png');
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
.rehab-banner-grid .banner-btn a {
    width: 100%;
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 600;
}
.rehab-banner-grid .banner-img {
    overflow: hidden;
}
.rehab-banner-grid .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transform-origin: top center;
}
.rehab-main-content section:not(.rehab-main-content section.elementor-inner-section) {
    padding: 42px 40px;
}
.surgery-heading h2 {
    font-size: 36px;
    line-height: 1.4em;
    font-weight: 600;
    color: var(--black1);
    margin-bottom: 18px;
}
.surgery-heading p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
    color: var(--black2);
    margin: 0;
}
.rehab-treatments-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 42px 0 20px;  
}
.treatment-image {
    height: 100%;
}
.treatment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}
.treatment-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.treatment-option {
    padding: 22px 15px;
    border-radius: 8px;
}
.treatment-option:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: 50%; 
    margin: 0 auto;
}
.treatment-option h4 {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 18px;
}
.treatment-option p {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 200;
    margin: 0;
}
.visit-clinic {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 200;
    margin: 0;    
}
.rehab-procedure-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.procedure-content {
    padding: 45px 30px;
}
.procedure-heading h2 {
    font-size: 36px;
    line-height: 1.4em;
    font-weight: 600;
    color: var(--black1);
    margin-bottom: 20px;
}
.procedure-heading .heading-line {
    background-color: var(--yellow);
    height: 2px;
    margin-bottom: 18px;
}
.procedure-heading p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 200;
    color: var(--black2);
    margin: 0;
}
.procedure-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 2em;
}
.procedure-option {
    padding: 22px 15px;
    border-radius: 8px;
}
.procedure-option:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: 50%; 
    margin: 0 auto;
}
.procedure-option h4 {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 18px;
}
.procedure-option p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}
.procedure-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonials-headings h2 {
    font-size: 36px;
    line-height: 1.4em;
    font-weight: 600;
    color: var(--black1);
    margin-bottom: 32px;    
}
.program-heading h2 {
    font-size: 40px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 42px;
}
.program-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.program-option {
    display: flex;
    flex-direction: column;
    padding: 22px 15px;
    border-radius: 8px;
}
.program-option h4 {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 600;
    color: var(--black2);
    margin-bottom: 20px;
}
.program-option .heading-line {
    background-color: var(--yellow);
    height: 2px;
    margin-bottom: 20px;
}
.program-option p {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 200;
    color: var(--black2);
    margin: 0 0 2em;
}
.program-option .btn-program {
    margin-top: auto;
}
.program-option .btn-program a {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 600;
    padding: 10px 25px !important;
}
.rehab-main-content .cutting-edge h2 {
    font-size: 40px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 22px;
}
.faq-heading h2 {
    font-size: 45px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 22px;
}
.faq-content {
    width: 60%;
    margin: auto;
}
#rehab_faq .accordion-item {
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--yellow);
    padding: 24px 0;
}
#rehab_faq .accordion-header button {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: var(--yellow);
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    padding: 24px 0;
    word-break: break-word;
    white-space: normal;
}
#rehab_faq .accordion-button::after {
    background-image: url("https://thistle.media/demo/movementology-clinics/wp-content/uploads/2026/06/icon-arrow-down.png");
}
#rehab_faq .accordion-button:not(.collapsed)::after {
    background-image: url("https://thistle.media/demo/movementology-clinics/wp-content/uploads/2026/06/icon-arrow-up.png");
}
#rehab_faq .accordion-body {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: var(--white);
    margin: 0 0 16px;
    padding: 0;
}
@media (max-width: 767px) {
    .single-rehabilitations .site-main {
        padding: 0 !important;
    }
    .rehab-main-content section:not(.rehab-main-content section.elementor-inner-section) {
        padding: 22px 20px;
    }
    .rehab-banner-grid {
        grid-template-columns: 1fr;
        min-height: unset;
    }
    .rehab-banner-grid .banner-img {
        order: -1;
    }
    .rehab-banner-grid .banner-content {
        padding: 40px 20px;
    }
    .rehab-banner-grid .banner-title {
        font-size: 40px;
    }
    .rehab-banner-grid .banner-subtext {
        font-size: 16px;
    }
    .rehab-banner-grid .banner-lists {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 30px;
    }
    .rehab-treatments-grid,
    .rehab-procedure-grid,
    .program-grid  {
        grid-template-columns: repeat(1, 1fr);
    }
    .rehab-banner-grid .banner-btn a {
        font-size: 20px;
    }
    .treatment-content,
    .procedure-lists {
        grid-template-columns: 1fr;
    }
    .treatment-option:last-child:nth-child(odd),
    .procedure-lists:last-child:nth-child(odd) {
        grid-column: auto;
        width: 100%;
        margin: 0;
    }
    .procedure-heading {
        text-align: center;
    }
    .cutting-edge .cutting-edge-columns {
        margin: 0 0 2em;
    }
    .faq-content {
        width: 100% !important;
    }
    #rehab_faq .accordion-item {
        padding: 0;
    }
    #rehab_faq .accordion-header button {
        font-size: 20px;
        line-height: 24px;
    }
}
/* injuries treated single page styles */
.single-injuries-treated .site-main {
    max-width: 100% !important;
}
.injuries-treated-banner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 550px;
}
.injuries-treated-banner-grid .banner-content-main {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.injuries-treated-banner-grid .banner-content {
    padding: 20px 32px;
}
.injuries-treated-banner-grid .star-rating {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 15px;
}
.injuries-treated-banner-grid .banner-title {
    font-size: 36px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 10px;
}
.injuries-treated-banner-grid .banner-subtext {
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 10px;
}
.injuries-treated-banner-grid .banner-description {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 200;
    color: var(--white);
    background: rgba(0, 0, 0, 0.45);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
}
.injuries-treated-banner-grid .banner-btn a {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 20px;
}
.injuries-treated-banner-grid .banner-call {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 200;
    margin: 0px;
}
.injuries-treated-banner-grid .injuries-banner-img {
    overflow: hidden;
}
.injuries-treated-banner-grid .injuries-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transform-origin: top center;
}
.injuries-treated-main-content section:not(.injuries-treated-main-content section.elementor-inner-section) {
    padding: 45px 100px;
}
.injuries-treated-main-content h2 {
    font-size: 46px;
    line-height: 1.4em;
    font-weight: 600 !important;
    margin-bottom: 38px !important;
}
.how-heading {
    margin-bottom: 0 !important;
}
.help-grid > .elementor-container {
    gap: 20px;
}
.help-column {
    padding: 32px 24px;
    border-radius: 8px;
}
.help-column h4 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 600 !important;
    color: var(--yellow);
    margin-bottom: 24px !important;    
}
.help-column p {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 200;
    color: var(--white);
    margin: 0px !important;    
}
.help-column p a {
    color: var(--white);
    text-decoration: underline;
}
.causes-content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.cuases-item {
    border-radius: 8px;
    overflow: hidden;
}
.causes-content {
    padding: 24px;
}
.causes-img {
    overflow: hidden;
    height: 300px;
}
.causes-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
}
.causes-content h4 {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 18px;
}
.causes-content p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: var(--black1);
    margin: 0 0 18px;
}
.causes-content h5 {
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 500;
    color: var(--black1);
    margin: 0 0 10px;    
}
.symptoms-lists li {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: var(--black1);
}
.teams-scroll-wrapper {
    overflow-x: auto;
    width: 100%;
}
/* Scrollbar styling */
.teams-scroll-wrapper::-webkit-scrollbar {
    height: 6px;
}
.teams-scroll-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.teams-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.teams-scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.team-members .team-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding-bottom: 15px;
}
.team-members .team-card {
    flex: 0 0 340px;
    width: 340px;
    border-radius: 8px;
    padding: 30px 20px;
}
.team-members .team-img-zone {
    width: 300px; 
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
}
.injuries-treated-faqs .faq-content {
    width: 80%;
    margin: auto;
}
#injuries_faq .accordion-item {
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--yellow);
    padding: 24px 0;
}
#injuries_faq .accordion-header button {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: var(--black1);
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    padding: 24px 0;
}
/*#injuries_faq .accordion-button::after {
    background-image: url("https://thistle.media/demo/movementology-clinics/wp-content/uploads/2026/06/icon-arrow-down.png");
}*/
#injuries_faq .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}
#injuries_faq .accordion-body {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: var(--black1);
    margin: 0 0 16px;
    padding: 0;
}
@media (max-width: 767px) {
    .single-injuries-treated .site-main {
        padding: 0 !important;
    }
    .injuries-treated-banner-grid,
    .causes-content-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .injuries-treated-banner-grid .banner-content-main {
        background-image: none !important;
        background-color: var(--black1);
    }
    .injuries-treated-banner-grid .banner-content {
        padding: 20px 15px;
    }
    .injuries-treated-banner-grid .star-rating {
        display: grid;
        gap: 20px;
        font-size: 19px;
    }
    .injuries-treated-banner-grid .banner-subtext {
        font-size: 30px;
        line-height: 1.4em;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .injuries-treated-banner-grid .banner-description {
        font-size: 18px;
        background: rgba(255, 255, 255, 0.3);
        margin-bottom: 20px;
    }
    .injuries-treated-banner-grid .banner-btn {
        text-align: center;
    }
    .injuries-treated-banner-grid .banner-call {
        font-size: 15px;
        font-weight: 600;
    }
    .injuries-treated-main-content section:not(.injuries-treated-main-content section.elementor-inner-section) {
        padding: 30px 15px;
    }
    .injuries-treated-main-content h2 {
        font-size: 36px;
    }
    #injuries_faq .accordion-header button {
        word-break: break-word;
        white-space: normal;
    }
    #injuries_faq .accordion-item {
        padding: 0;
    }
    #injuries_faq .accordion-header button {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 768px) {
    .injuries-treated-banner-grid .banner-content {
        position: absolute;
        top: 50%;
        right: -12%;
        transform: translateY(-50%);
        width: 90%;
        background: rgba(0, 0, 0, 0.35);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        box-shadow: inset 80px 0 60px rgba(0, 0, 0, 0.35), inset -80px 0 60px rgba(0, 0, 0, 0.35);
        z-index: 2;
        border-radius: 8px;
    }
}
/* Blog listing style */
.blog-list-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 30px;
    padding: 10px;
}
.blog-list-grid .blog-card .imgBox img {
    width: 410px;
    height: 308px;
    object-fit: cover;
    object-position: 50% 50%;
}
.blog-list-grid .blogDetail {
    padding: 2em;
}
.blog-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 1em;
}
.author-img {
    width: 36px;
    border-radius: 50% !important;
}
.author-meta .author-name,
.author-meta .blog-date {
    font-size: 12px;
}
.author-meta .blog-date {
    padding-bottom: 0;
}
.blog-list-grid .blogDetail a {
    text-decoration: none;
}
.blog-list-grid .blog-title {
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 600 !important;
    color: var(--black1);  
}
.blog-list-grid .blog-description {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500 !important;
    color: var(--black1);
}
.blog-list-grid .blogDetail a:hover p,
.blog-list-grid .blogDetail a:hover h4 {
    color: var(--yellow);
}
@media (max-width: 767px) {
    .blog-list-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-list-grid .blog-title {
        font-size: 22px;
        line-height: 1.2em;
    }
    .blog-list-grid .blog-description {
        font-size: 14px;
    }
    .blog-list-grid .blog-card .imgBox img {
        width: 100%;
        height: 260px;
    }
}
/* Blog detail styles */
.all-posts {
    padding: 2em 0;
}
.all-posts a {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--black1);
    text-decoration: none;
}
.all-posts a:hover {
    color: var(--yellow);
}
.blog-details .author-name,
.blog-details .blog-date {
    font-size: 14px;
    font-weight: 200;
    color: var(--black2);
}
.post-title h1 {
    font-size: 72px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--black2);
}
.blog-content h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: var(--black2);    
}
.blog-content h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: var(--black2);    
}
.blog-content h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: var(--black2);    
}
.blog-content h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: var(--black2);    
}
.blog-content p,
.blog-content li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
    color: var(--black2);
}
.blog-content p b,
.blog-content p strong,
.blog-content li b,
.blog-content li strong {
    font-weight: 600;
}
.blog-content p a,
.blog-content li a {
    color: var(--yellow);
    font-weight: 600;
}
.post-tags {
    margin-bottom: 2em;
}
.post-tags a {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--black2);
    text-decoration: none;
    display: inline-block;
    border: 1px solid rgba(50, 50, 50, 0.2);
    padding: 6px 12px;
    margin: 0 5px 5px 0;
}
.post-tags a:hover {
    color: var(--black2); 
    border: 1px solid #000;   
}
.post-category a {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 200;
    color: var(--black2);
}
.post-category a:hover {
    color: var(--yellow); 
}
@media (max-width: 767px) {
    .single-post .site-main {
        padding: 20px;
    }
    .post-title h1 {
        font-size: 30px;
    }    
}
@media (min-width: 768px) {
    .single-post .site-main {
        max-width: 1000px !important;
        margin: auto;
        padding: 40px;
    }
}
/* Location listing styles */
.location-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.locations-card {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
}
.locations-card .image-box {
    height: 298px;
    overflow: hidden;
}
.locations-card .image-box img {
    width: 100%;
}
.locations-card .location-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px 25px;
}
.locations-card .location-info h4 {
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 25px;
}
.location-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.locations-card .location-item,
.locations-card .location-item a {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 300;
    color: var(--white);
    margin-bottom: 10px;
}
.location-item i {
    margin-top: 5px;
}
.location-cta {
    margin-top: auto;
}
.location-cta a {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    padding: 10px 30px !important;
}
@media (max-width: 767px) {
    .location-list-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* Location single page styles */
.single-locations .site-main {
    max-width: 100% !important;
}
.location-banner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.location-banner-grid .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 70px 40px;
}
.location-banner-grid .banner-title {
    font-size: 46px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 24px;
}
.location-banner-grid .banner-btn a {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
    padding: 10px 35px !important;
}
.location-banner-grid .banner-img {
    overflow: hidden;
}
.location-banner-grid .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.location-main-content section:not(.location-main-content section.elementor-inner-section) {
    padding: 42px 40px;
}
.location-main-content h2 {
    font-size: 35px;
    line-height: 1.4em;
    font-weight: 600;
    color: var(--black2);
    margin-bottom: 24px;    
}
.location-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.location-map iframe {
    width: 100%;
    height: 350px;
    border-radius: 8px;
}
.location-details-grid .location-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.location-details-grid .location-details .location-item {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 300;
    color: var(--black2);
    margin-bottom: 20px;
}
.location-details-grid .location-details .location-item a {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 300;
    color: var(--black2);
}
.gallery-images .slick-prev,
.gallery-images .slick-next {
    width: 30px;
    height: 30px;
    padding: 0px;
    top: calc(50% - 3px);
    background-color: var(--yellow);
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease;
}
.gallery-images .slick-prev:active,
.gallery-images .slick-next:active,
.gallery-images .slick-prev:focus,
.gallery-images .slick-next:focus,
.gallery-images .slick-prev:hover,
.gallery-images .slick-next:hover {
    background-color: var(--white);
}
.gallery-images .slick-prev:active i,
.gallery-images .slick-next:active i,
.gallery-images .slick-prev:focus i,
.gallery-images .slick-next:focus i,
.gallery-images .slick-prev:hover i,
.gallery-images .slick-next:hover i {
    color: var(--black1);
}
.gallery-images .slick-prev:before,
.gallery-images .slick-next:before{
    content: '';
    display: none;
}
.gallery-images .slick-prev i,
.gallery-images .slick-next i {
    font-size: 20px;
    color: #333;
    line-height: 30px;
}
.gallery-box {
    margin: 0 15px;
    height: 350px !important;
}
.gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.form-box label {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--white);
    margin: 15px 0 8px !important;
}
.form-box input:not(.wpcf7-submit),
.form-box select,
.form-box textarea {
    font-size: 14px !important;
    line-height: 24px;
    color: var(--white);
    border: 1px solid var(--white) !important;
    border-radius: 8px !important;
    background-color: var(--muted) !important;
    padding: 10px 12px !important;
}
.form-box .wpcf7-submit {
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 600;
    color: var(--white) !important;
    width: fit-content;
    border-radius: 8px !important;
    padding: 10px 25px !important;
    background-color: var(--yellow) !important;
    border: 1px solid var(--yellow) !important;
    margin-top: 2em;
}
@media (max-width: 767px) {
    .single-locations .site-main {
        padding: 0 !important;
    }
    .location-banner-grid,
    .location-details-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .location-banner-grid .banner-img {
        order: -1;
    }
    .location-banner-grid .banner-content {
        padding: 35px 20px;
    }
    .location-banner-grid .banner-title {
        font-size: 35px;
    }
    .location-banner-grid .banner-btn a {
        font-size: 16px;
        padding: 10px 25px !important;
    }
    .location-main-content section {
        padding: 22px 20px !important;
    }
    .location-main-content h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .gallery-images .slick-prev {
        left: 0;
    }
    .gallery-images .slick-next {
        right: 0;
    }
}
@media (min-width: 768px) {
    .location-banner-grid {
        height: 500px;
    }
    .form-box {
        width: 70%;
        margin: auto;
    }
}
.book-form label {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600 !important;
    color: var(--black);
    margin: 15px 0 8px !important;
}
.book-form input:not(.wpcf7-submit),
.book-form select,
.book-form textarea {
    font-size: 14px !important;
    line-height: 24px;
    color: var(--black2);
    border: 1px solid var(--black2) !important;
    border-radius: 8px !important;
    background-color: var(--muted) !important;
    padding: 10px 12px !important;
}
.book-form .wpcf7-submit {
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    color: var(--white) !important;
    width: fit-content !important;
    border-radius: 8px !important;
    padding: 10px 25px !important;
    background-color: var(--yellow) !important;
    border: 1px solid var(--yellow) !important;
    margin-top: 2em !important;
}
.wpcf7-not-valid-tip {
    color: red;
    font-size: 12px;
}
@media (min-width: 768px) {
    .book-form {
        width: 70% !important;
        margin: auto;
    }
}