/*.neuro-banner{*/
/*        background: linear-gradient(rgb(46 57 71 / 60%), rgb(46 57 71 / 41%)), url(../images/servicesimgs/neuro-banner.webp);*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;*/
/*    background-position: center;*/
/*    background-blend-mode: multiply;*/
/*}*/
/*.respiratory-banner{*/
/*    background: url('../images/respiratory-physiotherapy2.jpg');*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;*/
/*}*/
/*.services-banner.respiratory-banner {*/
/*   background: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url('../images/respiratory-banner.webp');*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;  */
/*}*/
/*section.services-banner.back-pain-banner {*/
/*    background: url('../images/back-pain-banner.webp');*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;  */
/*}*/
/*section.services-banner.elbow-pain-banner {*/
/*    background: url('../images/elbow-pain-banner.webp');*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;  */
/*}*/
/*section.services-banner.pelvic-pain-banner {*/
/*    background: url('../images/pelvic-pain-banner.webp');*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;  */
/*}*/
/*section.services-banner.knee-pain-banner {*/
/*    background: url('../images/knee-pain-banner.webp');*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;  */
/*}*/
/*section.services-banner.massage-banner {*/
/*    background: url('../images/sports-massage-banner.jpg');*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;  */
/*}*/
/*section.services-banner.shockwave-banner {*/
/*    background: url('../images/servicesimgs/shockwave/shockwave1.jpg');*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;*/
/*    background-position: center;*/
/*}*/
/*section.services-banner.r-force-banner {*/
/*    background: url('../images/servicesimgs/r-force1.jpg');*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;*/
/*    background-position: center;*/
/*}*/
/*section.services-banner.vestibular-banner {*/
/*    background: url('../images/new/vestibular-physiotherapy-banner.webp');*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;*/
/*    background-position: center;*/
/*}*/
/*section.services-banner.exercise-banner {*/
/*    background: url('../images/new/group-excerise-class.png');*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;*/
/*    background-position: center;*/
/*}*/
/*section.services-banner.about-banner {*/
/*    background: url(../img/xcel-office.jpg) !important;*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;*/
/*    background-position: center;*/
/*}*/
/*body.group-session-page section.services-banner.group-session-banner {*/
/*    position: relative;*/
/*    min-height: 320px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    background:*/
/*        linear-gradient(90deg, rgba(23, 35, 61, 0.78) 0%, rgba(23, 35, 61, 0.45) 55%, rgba(23, 35, 61, 0.18) 100%),*/
/*        url('../images/group-exercise-banner.jpg') center center / cover no-repeat;*/
/*}*/
body.group-session-page .group-session-banner .services-content {
    padding: 28px 0;
}
body.group-session-page .group-session-banner h1 {
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}
body.group-session-page .group-image-frame {
    border-radius: 18px;
    height: 480px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(23, 35, 61, 0.12);
}
body.group-session-page .group-image-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
body.group-session-page .group-copy {
    padding-left: 8px;
}
body.group-session-page .group-section-title {
    text-transform: none;
}
body.group-session-page .group-section-lead {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
body.group-session-page .group-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
body.group-session-page .group-feature-card {
    background: #fff;
    border: 1px solid #eadfcf;
    border-radius: 18px;
    padding: 24px 18px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(23, 35, 61, 0.06);
    min-height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}
body.group-session-page .group-feature-icon img{
    width: 56px;
    height: 56px;
    object-fit: contain;
}
body.group-session-page .group-feature-card h3 {
    font-size: 22px !important;
    margin-bottom: 0;
}
body.group-session-page .group-pill-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 28px auto 18px;
    max-width: 1100px;
}
body.group-session-page .group-pill {
    background: #f4ede2;
    border: 1px solid #e7d6bb;
    border-radius: 999px;
    color: #5b482f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    text-align: center;
    font-weight: 600;
}
body.group-session-page .group-check-list,
body.group-session-page .group-session-list {
    display: grid;
    gap: 12px;
}
body.group-session-page .group-check {
    position: relative;
    padding: 0 10px 0 40px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
body.group-session-page .group-check::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E2AE69;
}
body.group-session-page .group-quote {
    position: relative;
    background: #fff;
    border: 1px solid #efe4d6;
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(23, 35, 61, 0.06);
    padding: 38px 34px 30px;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}
body.group-session-page .group-quote-mark {
    position: absolute;
    right: 26px;
    bottom: 8px;
    font-size: 76px;
    line-height: 1;
    color: #17233d;
    opacity: 0.18;
}
body.group-session-page .group-session-panel {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    min-height: 340px;
    background: url('../images/group-exercise3.png') center center / cover no-repeat;
    box-shadow: 0 18px 40px rgba(23, 35, 61, 0.14);
}
body.group-session-page .group-session-panel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 18, 32, 0.72) 0%, rgba(10, 18, 32, 0.50) 45%, rgba(10, 18, 32, 0.20) 100%);
}
body.group-session-page .group-session-panel-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 24px;
    align-items: start;
    padding: 34px;
}
body.group-session-page .group-session-details {
    color: #fff;
    max-width: 700px;
}
body.group-session-page .group-session-details h2 {
    color: #fff;
}
body.group-session-page .group-detail-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #fff;
    margin-bottom: 14px;
}
body.group-session-page .group-detail-icon img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
body.group-session-page .group-pricing-card {
    background: hsl(0deg 0% 100% / 70%);
    border: 1px solid #172333;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 24px;
    color: #17233d;
    box-shadow: 0 16px 34px rgba(23, 35, 61, 0.14);
}
body.group-session-page .group-pricing-card h3 {
    margin-bottom: 10px;
}
body.group-session-page .group-price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #e6d9c7;
}
body.group-session-page .group-price-item strong {
    white-space: nowrap;
}
body.group-session-page .group-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
body.group-session-page .group-benefit-card {
    position: relative;
    background: #fff;
    border: 1px solid #eadfcf;
    border-radius: 16px;
    padding: 20px 18px 20px 64px;
    box-shadow: 0 12px 26px rgba(23, 35, 61, 0.05);
    min-height: 94px;
    display: flex;
    align-items: center;
}
body.group-session-page .group-benefit-card h3 {
    margin-bottom: 0;
    font-size: 20px !important;
}
body.group-session-page .group-benefit-number {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #17233d;
    color: #fff;
    display: grid;
    place-items: center;
}
body.group-session-page .group-cta-banner {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    min-height: 250px;
    background: url('../images/new/group-excerise-class.png') center center / cover no-repeat;
    box-shadow: 0 18px 40px rgba(23, 35, 61, 0.14);
}
body.group-session-page .group-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(23, 35, 61, 0.78) 0%, rgba(23, 35, 61, 0.56) 50%, rgba(23, 35, 61, 0.22) 100%);
}
body.group-session-page .group-cta-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    max-width: 880px;
    margin: 0 auto;
    padding: 40px 24px;
}
body.group-session-page .group-cta-content h2,
body.group-session-page .group-cta-content p {
    color: #fff;
}
body.group-session-page .group-cta-content .btn-style-gold {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.18);
}
@media (max-width: 991px) {
    body.group-session-page .group-feature-grid,
    body.group-session-page .group-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.group-session-page .group-session-panel-inner {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    body.group-session-page section.services-banner.group-session-banner {
        min-height: 260px;
    }
    body.group-session-page .group-feature-grid,
    body.group-session-page .group-benefit-grid {
        grid-template-columns: 1fr;
    }
    body.group-session-page .group-pill-wrap {
        gap: 10px;
    }
    body.group-session-page .group-pill {
        width: 100%;
    }
    body.group-session-page .group-session-panel-inner {
        padding: 24px;
    }
    body.group-session-page .group-quote {
        padding: 30px 22px 24px;
    }
    body.group-session-page .group-copy {
        padding-left: 0;
    }
}
body.mat-pilates-page section.services-banner.mat-pilates-banner {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(10, 18, 32, 0.72) 0%, rgba(10, 18, 32, 0.46) 60%, rgba(10, 18, 32, 0.18) 100%),
        url('../images/new/mat-pilates.png') ;
}
body.mat-pilates-page .mat-image-frame {
    border-radius: 18px;
    height: 480px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(10, 18, 32, 0.12);
}
body.mat-pilates-page .mat-image-frame img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
body.mat-pilates-page .mat-copy {
    padding-left: 8px;
}
body.mat-pilates-page .mat-section-title {
    text-transform: none;
}
body.mat-pilates-page .mat-cta-strip {
    background: #17233d;
    color: #fff;
    padding: 24px 0;
    position: relative;
    overflow: hidden;
}
body.mat-pilates-page .mat-cta-strip::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -12px;
    width: 160px;
    height: 160px;
    background: url('../images/pilates1.png') center center / contain no-repeat;
    opacity: 0.18;
    pointer-events: none;
}
body.mat-pilates-page .mat-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}
body.mat-pilates-page .mat-cta-inner h2 {
    color: #d5b17b;
    margin-bottom: 0;
    text-transform: none;
}
body.mat-pilates-page .mat-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
body.mat-pilates-page .mat-feature-card {
    position: relative;
    background: #fff;
    border: 1px solid #e9decc;
    border-radius: 14px;
    padding: 16px 18px 16px 54px;
    box-shadow: 0 10px 22px rgba(10, 18, 32, 0.05);
    min-height: 58px;
    display: flex;
    align-items: center;
}
body.mat-pilates-page .mat-feature-card p {
    margin-bottom: 0;
}
body.mat-pilates-page .mat-feature-number {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #17233d;
    color: #E2AE69;
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 700;
}
body.mat-pilates-page .mat-session-panel {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    min-height: 300px;
    background: url('../images/pilates3.jpg') center center / cover no-repeat;
    box-shadow: 0 18px 40px rgba(10, 18, 32, 0.14);
}
body.mat-pilates-page .mat-session-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 18, 32, 0.72) 0%, rgba(10, 18, 32, 0.50) 45%, rgba(10, 18, 32, 0.20) 100%);
}
body.mat-pilates-page .mat-session-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 24px;
    align-items: start;
    padding: 32px;
}
body.mat-pilates-page .mat-session-details {
    color: #fff;
}
body.mat-pilates-page .mat-session-details h2 {
    color: #fff;
}
body.mat-pilates-page .mat-detail-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #fff;
    margin-bottom: 14px;
}
body.mat-pilates-page .mat-detail-icon img{
    width: 20px;
    height: 20px;
}
body.mat-pilates-page .mat-pricing-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 24px;
    color: #17233d;
    box-shadow: 0 16px 34px rgba(10, 18, 32, 0.14);
}
body.mat-pilates-page .mat-price-item {
    padding: 12px 0;
    border-bottom: 1px solid #e6d9c7;
}
body.mat-pilates-page .mat-pill-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
    max-width: 1100px;
}
body.mat-pilates-page .mat-pill {
    background: #f4ede2;
    border: 1px solid #e7d6bb;
    border-radius: 999px;
    color: #5b482f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    text-align: center;
    font-weight: 600;
}
body.mat-pilates-page .mat-benefit-list,
body.mat-pilates-page .mat-instructor-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
body.mat-pilates-page .mat-benefit-item,
body.mat-pilates-page .mat-instructor-item {
    position: relative;
    background: #fff;
    border: 1px solid #e9decc;
    border-radius: 14px;
    padding: 15px 18px 15px 15px;
    box-shadow: 0 10px 20px rgba(10, 18, 32, 0.05);
}
body.mat-pilates-page .mat-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
body.mat-pilates-page .mat-trust-card {
    background: #fff;
    border: 1px solid #eadfcf;
    border-radius: 18px;
    padding: 24px 18px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(10, 18, 32, 0.06);
}
body.mat-pilates-page .mat-trust-icon img{
    width: 54px;
    height: 54px;
   object-fit: contain;
}
body.mat-pilates-page .mat-limited-banner {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    min-height: 220px;
    background: url('../images/pilates1.jpg') center center / cover no-repeat;
    box-shadow: 0 18px 40px rgba(10, 18, 32, 0.14);
}
body.mat-pilates-page .mat-limited-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 18, 32, 0.78) 0%, rgba(10, 18, 32, 0.52) 55%, rgba(10, 18, 32, 0.22) 100%);
}
body.mat-pilates-page .mat-limited-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 34px 24px;
    max-width: 980px;
}
body.mat-pilates-page .mat-limited-content h2,
body.mat-pilates-page .mat-limited-content p {
    color: #fff;
}
body.mat-pilates-page .mat-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}
@media (max-width: 991px) {
    body.mat-pilates-page .mat-feature-grid,
    body.mat-pilates-page .mat-trust-grid {
        grid-template-columns: 1fr;
    }
    body.mat-pilates-page .mat-session-inner {
        grid-template-columns: 1fr;
    }
    body.mat-pilates-page .mat-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 767px) {
    body.mat-pilates-page section.services-banner.mat-pilates-banner {
        min-height: 260px;
    }
    body.mat-pilates-page .mat-copy {
        padding-left: 0;
    }
    body.mat-pilates-page .mat-cta-strip::after {
        opacity: 0.08;
    }
    body.mat-pilates-page .mat-session-inner {
        padding: 24px;
    }
    body.mat-pilates-page .mat-limited-content {
        padding: 28px 20px;
    }
    body.mat-pilates-page .mat-cta-buttons .theme-btn {
        width: 100%;
    }
}
/*section.services-banner.podiatry-banner {*/
/*    background: url('../images/podiatry5.jpg');*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;*/
/*    background-position: center;*/
/*}*/

/*section.services-banner.acupuncture-banner {*/
/*    background: url('../images/acupuncture-banner.webp');*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;*/
/*    background-position: center;*/
/*}*/

/*.services-banner.neuro-banner {*/
/*    background: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)), url('../images/neurological-physiotherapy-banner.webp');*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;*/
/*    background-position: center;*/
/*}*/

/*section.services-banner.about-banner {*/
/*    background: url(../img/xcel-office.jpg);*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;*/
/*    background-position: center;*/
/*}*/

/*section.services-banner.women-banner {*/
/*    background: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)), url('../images/new/women-physio-banner.webp');*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: cover !important;*/
/*    background-position: center;*/
/*}*/

.wrap-item img {
    position: relative !important;
    top: 6px;
}
.neuro-report-bg::before{
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    background: linear-gradient(rgba(0,0,0,0.65),rgba(0,0,0,0.65) ), url("../images/servicesimgs/neurological-physiotherapy5.jpg") no-repeat center;
    background-size: cover;
    transform: translateY(var(--parallax-move, 0px)) scale(1.12);
    will-change: transform;
    z-index: -3;
}
.respiratory-report-bg::before{
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    background: linear-gradient(rgba(0,0,0,0.65),rgba(0,0,0,0.65) ), url("../images/cardio-respiratory2.png") no-repeat center;
    background-size: cover;
    transform: translateY(var(--parallax-move, 0px)) scale(1.12);
    will-change: transform;
    z-index: -3;
}
.r-force-report-bg::before{
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    background: linear-gradient(rgba(0,0,0,0.65),rgba(0,0,0,0.65) ), url("../images/r-force-event.jpg") no-repeat center;
    background-size: cover;
    transform: translateY(var(--parallax-move, 0px)) scale(1.12);
    will-change: transform;
    z-index: -3;
}
.exercise-report-bg::before{
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    background: linear-gradient(rgba(0,0,0,0.65),rgba(0,0,0,0.65) ), url("../images/blog/exercise-b1.png") no-repeat center;
    background-size: cover;
    transform: translateY(var(--parallax-move, 0px)) scale(1.12);
    will-change: transform;
    z-index: -3;
}
.mat-report-bg::before{
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    background: linear-gradient(rgba(0,0,0,0.65),rgba(0,0,0,0.65) ), url("../images/pilates1.jpg") no-repeat center;
    background-size: cover;
    transform: translateY(var(--parallax-move, 0px)) scale(1.12);
    will-change: transform;
    z-index: -3;
}
.our-team-page section.services-banner.our-team-banner {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(23, 35, 61, 0.84) 0%, rgba(23, 35, 61, 0.52) 55%, rgba(23, 35, 61, 0.18) 100%),
        url('../images/team/team.jpg') center center / cover no-repeat;
}
.our-team-page .team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 26px;
}
.our-team-page .team-card {
    appearance: none;
    border: 1px solid #e7d7bb;
    background: #fff;
    width: 100%;
    padding: 28px 22px;
    border-radius: 18px;
    text-align: center;
    color: inherit;
    cursor: pointer;
    min-height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(23, 35, 61, 0.05);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease, background-color 0.32s ease;
}
.our-team-page .team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 34px rgba(23, 35, 61, 0.12);
    border-color: var(--theme);
    background: linear-gradient(180deg, #fff 0%, #fffaf2 100%);
}
.our-team-page .team-card:focus {
    outline: 2px solid var(--theme);
    outline-offset: 6px;
}
.our-team-page .team-avatar {
    width: 100%;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
}
.our-team-page .team-avatar img {
    width: 205px;
    height: 205px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    box-shadow: 0 16px 30px rgba(23, 35, 61, 0.10);
    background: #eef0f2;
    transition: transform 0.32s ease, box-shadow 0.32s ease, filter 0.32s ease;
}
.our-team-page .team-card:hover .team-avatar img {
    transform: scale(1.04);
    box-shadow: 0 22px 36px rgba(23, 35, 61, 0.16);
    filter: saturate(1.05);
}
.our-team-page .team-card h3 {
    font-size: 24px !important;
    text-transform: none;
    margin-bottom: 8px;
    transition: color 0.32s ease, transform 0.32s ease;
}
.our-team-page .team-card p {
    color: var(--theme);
    font-size: 18px !important;
    line-height: 1.4 !important;
    margin-bottom: 0;
    transition: color 0.32s ease, transform 0.32s ease;
}

.our-team-page .team-card:hover h3 {
    color: #17233d;
    transform: translateY(-1px);
}
.our-team-page .team-card:hover p {
    color: #b98f4c;
    transform: translateY(-1px);
}
.our-team-page .team-modal-content {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(23, 35, 61, 0.18);
}
.our-team-page .team-modal .modal-header {
    padding: 18px 18px 0;
}
.our-team-page .team-modal .modal-body {
    padding: 0 28px 28px;
}
.our-team-page .team-modal-kicker {
    color: var(--theme);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}
.our-team-page .team-modal-name {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
}
.our-team-page .team-modal-credentials-inline {
    color: var(--theme);
    font-size: 0.62em;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}
.services-list-page section.services-banner.services-list-banner {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    margin-top: 0 !important;
    padding: 110px 0 !important;
    background-attachment: scroll !important;
    background:
        url('../images/new/physio-health.png') center center / cover no-repeat !important;
}
.services-list-page .services-intro {
    max-width: 900px;
    margin: 0 auto 42px;
    text-align: center;
}
.services-list-page .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 26px;
}
.services-list-page .service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eadfcf;
    box-shadow: 0 14px 28px rgba(23, 35, 61, 0.07);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
    color: inherit;
}
.services-list-page .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 40px rgba(23, 35, 61, 0.14);
    border-color: var(--theme);
}
.services-list-page .service-card-image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f3f4f6;
}
.services-list-page .service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.services-list-page .service-card:hover .service-card-image img {
    transform: scale(1.05);
}
.services-list-page .service-card-body {
    padding: 22px 22px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
}
.services-list-page .service-card-title {
    font-size: 22px !important;
    text-transform: none;
    margin-bottom: 0;
}
.services-list-page .service-card-text {
    color: #4e5a67;
    margin-bottom: 0;
}
.services-list-page .service-card-link {
    font-size: 18px;
    margin-top: auto;
    color: var(--theme);
    font-weight: 500;
}
.our-team-page .team-modal-credentials-inline::before {
    content: " - ";
}
.our-team-page .team-modal-role {
    color: var(--theme);
    margin-bottom: 16px;
}
.our-team-page .team-modal-text {
    color: #4a4a4a;
    margin-bottom: 16px;
}
.our-team-page .team-testimonial {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #e7d7bb;
    border-radius: 18px;
    background: #fff;
    padding: 40px 56px 34px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(23, 35, 61, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.our-team-page .team-testimonial:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(23, 35, 61, 0.08);
}
.our-team-page .team-testimonial-text {
    font-size: 22px !important;
    line-height: 1.7 !important;
    color: #4a4a4a;
    max-width: 1000px;
    margin: 0 auto 22px;
}
.our-team-page .team-testimonial-author {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 24px !important;
    margin-bottom: 18px;
    color: #303030;
}
.our-team-page .team-google {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.our-team-page .team-quote-mark {
    position: absolute;
    color: #17233d;
    font-size: 72px;
    line-height: 1;
    opacity: 0.95;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.our-team-page .team-quote-mark.left {
    top: 12px;
    left: 34px;
}
.our-team-page .team-quote-mark.right {
    right: 34px;
    bottom: 18px;
}
.our-team-page .team-testimonial:hover .team-quote-mark.left {
    transform: translate(-4px, -4px);
    opacity: 1;
}
.our-team-page .team-testimonial:hover .team-quote-mark.right {
    transform: translate(4px, 4px);
    opacity: 1;
}
@media (max-width: 1199px) {
    .our-team-page .team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 991px) {
    .our-team-page .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .our-team-page .team-avatar img {
        width: 180px;
        height: 180px;
    }
    .our-team-page .team-testimonial {
        padding: 34px 24px 28px;
    }
    .our-team-page .team-modal .modal-body {
        padding: 0 20px 24px;
    }
}
@media (max-width: 767px) {
    .our-team-page section.services-banner.our-team-banner {
        min-height: 260px;
    }
    .our-team-page .team-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .our-team-page .team-avatar img {
        width: 185px;
        height: 185px;
    }
    .our-team-page .team-card h3 {
        font-size: 22px !important;
    }
    .our-team-page .team-card p {
        font-size: 17px !important;
    }
    .our-team-page .team-card:hover {
        transform: translateY(-4px);
    }
    .our-team-page .team-testimonial-text {
        font-size: 18px !important;
    }
    .our-team-page .team-testimonial-author {
        font-size: 20px !important;
    }
    .our-team-page .team-quote-mark {
        font-size: 54px;
    }
    .our-team-page .team-modal-role {
        font-size: 18px !important;
    }
    .our-team-page .team-modal-text {
        font-size: 16px !important;
    }
}
.benefits-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 25px;
    max-width: 100%;
    justify-content: center;
    gap: 20px;
}
p.benefits-item {
    background: #FFFFFF;
    border: 1px solid #eae0ce;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    gap: 12px;
    align-items: center;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.dots {
    position: relative;
    padding-left: 20px;
}
.dots::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d5b17b;
}
.r-force-approach-bg::after{
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/new/sports-svg.svg) no-repeat right top;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: .6;
    z-index: -1;
}
.exercise-approach-bg::after{
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/servicesimgs/chronic-pain-management/exercise.svg) no-repeat right top;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: .6;
    z-index: -1;
}
.bg-gray2 {
    background: #fdfaf5 !important;
}  
.wrap-list.w-100 {
    width: 100% !important;
    max-width: 95% !important;
}
.wrap-list.w-100 .wrap-item {
    background: transparent;
    width: fit-content;
    padding: 15px 27px;
    border-radius: 47px;
    cursor: pointer;
    /* border: 1px solid #d5b17b00; */
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
.text, p {
    font-size: 18px !important;
    line-height: 1.8 !important;
    font-weight: 400;
    margin-bottom: 16px;
}
.back-pain-approach figure.rounded-img img {
    height: 275px !important;
}
img.about-img.about-img-child {
    height: 220px;
}
.acupuncture-img img.about-img.about-img-child {
    height: 250px;
}
/*.services-banner {*/
/*        background: #1a25334d !important;*/
/*}*/
@media (min-width: 1024px) {
    .text, p {
        font-size: 19px !important;
    }
    .main-menu .navigation>li>a, .main-menu .navigation>li>span {
    font-size: 19px !important;
}
.main-menu .navigation>li>ul>li>a, .main-menu .navigation>li>ul>li>span, .main-menu .navigation>li>ul>li>ul>li>a {
    font-size: 17px !important; 
}
.services-banner h1 {
    font-size: 56px !important;
}
h2 {
    font-size: 38px !important;
}
.location-links .text-btn {
    font-size: 19px !important;
}
}
@media (min-width: 1440px) {
    .text, p {
        font-size: 20px !important;
    }
       .main-menu .navigation>li>a, .main-menu .navigation>li>span {
    font-size: 20px !important;
}
.main-menu .navigation>li>ul>li>a, .main-menu .navigation>li>ul>li>span, .main-menu .navigation>li>ul>li>ul>li>a {
    font-size: 18px !important; 
}
.services-banner h1 {
    font-size: 60px !important;
}
h2 {
    font-size: 42px !important;
}
.location-links .text-btn {
    font-size: 20px !important;
}
.services-list-page .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 26px;
}
}
@media (min-width: 1920px) {
     .text, p {
        font-size: 22px !important;
    }
       .main-menu .navigation>li>a, .main-menu .navigation>li>span {
    font-size: 22px !important;
}
.main-menu .navigation>li>ul>li>a, .main-menu .navigation>li>ul>li>span, .main-menu .navigation>li>ul>li>ul>li>a {
    font-size: 20px !important; 
}
.services-banner h1 {
    font-size: 66px !important;
}
h2 {
    font-size: 48px !important;
}
.location-links .text-btn {
    font-size: 22px !important;
}
.about-img-child {
    width: 100%;
    height: 300px;
}
img.about-img.about-img-child {
    height: 250px;
}
}
@media(min-width: 2400px){
    .auto-container {
        max-width: 2000px !important;
        margin: 0 auto;
        width: 100%;
        padding: 0 70px;
    }
    .services-list-page .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
}
img.about-img.about-img-child{
    width: 100%;
    height: 340px !important;
}
.services-banner {
    margin-top: -155px !important;
    padding-top: 300px !important;
    background-attachment: fixed;
}
.services-list-page .service-card-title {
    font-size: 28px !important;
}
.services-list-page .service-card-link {
    font-size: 24px;
}
      .text, p {
        font-size: 26px !important;
    }
    .main-menu .navigation>li>a, .main-menu .navigation>li>span {
    font-size: 26px !important;
}
.main-menu .navigation>li>ul>li>a, .main-menu .navigation>li>ul>li>span, .main-menu .navigation>li>ul>li>ul>li>a {
    font-size: 24px !important; 
}
p.benefits-item {
    padding: 25px 40px;
}
.benefits-item img{
    width: 30px;
    height: 30px;
}
.services-banner h1 {
    font-size: 80px !important;
}
h2 {
    font-size: 52px !important;
}
.location-links .text-btn {
    font-size: 26px !important;
}
.services-banner ol li a {
    font-size: 28px;
}
.mb-4 {
    margin-bottom: 2rem !important;
}
.neck-bg .list-ul .dot-icon {
    width: 12px !important;
    height: 12px !important;
    top: 18px !important;
}
.footer li {
    padding-bottom: 25px !important;
}
.our-team-page .team-avatar img {
    width: 250px;
    height: 250px;
}
.our-team-page .team-card h3 {
    font-size: 32px !important;
}
.our-team-page .team-card p {
    font-size: 22px !important;
}
}

@media(max-width: 991px){
    section.services-banner.physio-banner {
    background-position: center !important;
}
.about-img-inner {
    margin-top: 20px;
}
.neurological-bg::after {
    opacity: .25;
    z-index: -1;
}
section.services-banner  {
    background-repeat: no-repeat !important;
    padding: 80px 0;
    background-size: cover !important;
    background-position-y: -70px !important;
    margin-top: 0px !important;
    padding-top: 80px !important;
    background-attachment: fixed !important;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    font-size: 18px;
}
.mm-listitem {
    margin-bottom: 10px;
}
}
