@charset "utf-8";
/* CSS Document */
:root {
      --green: #006d33;
      --green-deep: #004f26;
      --green-soft: #e8f5ee;
      --red: #e3111d;
      --red-deep: #c90d17;
      --ink: #191919;
      --muted: #5e6664;
      --line: #dfe8e3;
      --soft: #f7faf8;
      --white: #ffffff;
      --shadow: 0 10px 30px rgba(0, 0, 0, .08);
      --heading: "Playfair Display", Georgia, serif;
      --body: "Poppins", Arial, sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--ink);
      background: #f3f7f5;
      font-family: var(--body);
      font-size: 17px;
      line-height: 1.68;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    img {
      max-width: 100%;
      display: block;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input {
      font: inherit;
    }

    .site {
      width: min(100% - 100px, 1800px);
      margin: 24px auto;
      overflow: hidden;
      background:
        radial-gradient(circle at 10% 18%, rgba(0, 109, 51, .04), transparent 24%),
        radial-gradient(circle at 92% 45%, rgba(227, 17, 29, .035), transparent 25%),
        #fff;
      border: 1px solid #e3eee8;
      box-shadow: 0 18px 50px rgba(0, 77, 36, .1);
    }

    .container {
      width: min(100% - 90px, 1620px);
      margin-inline: auto;
    }

    .topbar {
      background: #fff;
      border-bottom: 1px solid #edf1ee;
	  padding-top: 10px;
    }

    .topbar-inner {
      min-height: 103px;
      display: grid;
      grid-template-columns: 175px minmax(230px, 1.35fr) minmax(235px, 1.12fr) minmax(275px, 1.22fr) minmax(205px, .98fr) auto;
      gap: 20px;
      align-items: center;
      width: min(100% - 90px, 1640px);
      margin-inline: auto;
    }

    .brand-logo {
      width: 275px;
      height: auto;
    }

    .contact-item {
      display: grid;
      grid-template-columns: 28px minmax(0, 1fr);
      gap: 10px;
      align-items: start;
      min-width: 0;
      color: #202322;
      font-size: 12.5px;
      line-height: 1.55;
    }

    .contact-item strong {
      display: block;
      margin-bottom: 2px;
      font-size: 12.5px;
      color: #141414;
      font-weight: 600;
    }

    .round-icon {
      width: 24px;
      height: 24px;
      display: inline-grid;
      place-items: center;
      color: var(--red);
      border: 2px solid var(--red);
      border-radius: 50%;
      line-height: 0;
      flex: none;
    }

    .round-icon svg,
    .btn svg,
    .nav-toggle svg,
    .slider-arrow svg {
      width: 14px;
      height: 14px;
      stroke: currentColor;
      stroke-width: 2.4;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

    .book-top {
      align-self: center;
      justify-self: end;
      white-space: nowrap;
    }

    .nav-wrap {
      position: relative;
      z-index: 20;
      background: linear-gradient(90deg, var(--green-deep), #006f34);
      box-shadow: 0 7px 18px rgba(0, 75, 36, .18);
    }

    .nav-inner {
      width: min(100% - 70px, 1540px);
      margin: 0 auto;
      display: flex;
      align-items: center;
      min-height: 31px;
    }

    .nav-toggle {
      display: none;
      margin-left: auto;
      width: 44px;
      height: 42px;
      border: 0;
      color: #fff;
      background: transparent;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .main-nav {
      display: flex;
      align-items: stretch;
      margin: 0;
      padding: 0 0 0 25px;
      list-style: none;
      width: 100%;
    }

    .main-nav > li {
      position: relative;
    }

    .main-nav a {
      display: flex;
      align-items: center;
      gap: 6px;
      height: 31px;
      padding: 0 20px;
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .main-nav a.active {
      background: var(--red);
    }

    .main-nav svg {
      width: 10px;
      height: 10px;
      stroke: currentColor;
      stroke-width: 2;
      fill: none;
    }

    .submenu {
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 40;
      min-width: 185px;
      margin: 0;
      padding: 8px 0;
      list-style: none;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 0 0 7px 7px;
      box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }

    .has-dropdown:hover .submenu,
    .has-dropdown:focus-within .submenu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .submenu a {
      height: auto;
      min-height: 34px;
      padding: 8px 14px;
      color: var(--ink);
      font-size: 12.5px;
      font-weight: 600;
      text-transform: none;
    }

    .submenu a:hover,
    .submenu a:focus-visible {
      color: var(--red);
      background: var(--soft);
    }

    .hero {
      position: relative;
      min-height: 285px;
      background: linear-gradient(90deg, #fff 0%, #fff 42%, #f5f8f7 100%);
      border-bottom: 1px solid #edf1ee;
    }

    .hero-slider {
      position: relative;
      width: min(100% - 70px, 1540px);
      min-height: 285px;
      margin: 0 auto;
      overflow: hidden;
    }

    .hero-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      pointer-events: none;
      transition: opacity .7s ease;
    }

    .hero-slide.is-active {
      opacity: 1;
      pointer-events: auto;
    }

    .hero-slide::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 34%, rgba(255, 255, 255, .5) 49%, rgba(255, 255, 255, 0) 66%);
      z-index: 1;
    }

    .hero-photo {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 59%;
      height: 100%;
      object-fit: cover;
      object-position: center bottom;
      opacity: .98;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      width: min(48%, 395px);
      padding: 58px 0 0 62px;
    }

    .hero-content h1 {
      margin: 0 0 14px;
      font-family: var(--body);
      font-size: 33px;
      line-height: 1.08;
      letter-spacing: 0;
      font-weight: 800;
    }

    .hero-content h1 span {
      display: block;
      margin-top: 3px;
      font-family: var(--heading);
      font-size: 45px;
      line-height: 1.08;
      color: var(--green);
      font-weight: 700;
      white-space: nowrap;
    }

    .hero-content h1 .red {
      color: var(--red);
    }

    .hero-content p {
      margin: 0 0 19px;
      max-width: 300px;
      font-size: 16px;
      color: #2f3332;
    }

    .hero-actions {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 32px;
      padding: 0 16px;
      border-radius: 5px;
      border: 1px solid transparent;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      cursor: pointer;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .btn:hover,
    .btn:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 8px 18px rgba(0, 0, 0, .13);
    }

    .btn-red {
      color: #fff;
      background: linear-gradient(135deg, var(--red), var(--red-deep));
    }

    .btn-green {
      color: #fff;
      background: linear-gradient(135deg, var(--green), var(--green-deep));
    }

    .btn-outline {
      color: var(--green);

      background: #fff;
      border-color: var(--green);
    }

    .btn-white {
      color: var(--red);
      background: #fff;
    }

    .slider-arrow {
      position: absolute;
      top: 50%;
      z-index: 4;
      width: 28px;
      height: 28px;
      display: grid;
      place-items: center;
      border: 0;
      border-radius: 50%;
      color: #202624;
      background: #fff;
      box-shadow: 0 6px 18px rgba(0, 0, 0, .14);
      transform: translateY(-50%);
      cursor: pointer;
    }

    .slider-arrow.prev {
      left: 14px;
    }

    .slider-arrow.next {
      right: 14px;
    }

    .hero-dots,
    .testimonial-dots {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .hero-dots {
      position: absolute;
      z-index: 5;
      left: 50%;
      bottom: 14px;
      transform: translateX(-50%);
    }

    .dot {
      width: 7px;
      height: 7px;
      padding: 0;
      border: 0;
      border-radius: 50%;
      background: #c5c9cb;
      cursor: pointer;
    }

    .dot.is-active {
      background: var(--red);
    }

    section {
      position: relative;
    }

    .section-title {
      text-align: center;
      margin: 0 0 7px;
      font-family: var(--heading);
      font-size: 34px;
      line-height: 1.12;
      font-weight: 700;
      letter-spacing: 0;
    }

    .section-title span,
    .accent-red {
      color: var(--red);
    }

    .section-copy {
      margin: 0 auto 22px;
      max-width: 520px;
      text-align: center;
      color: var(--muted);
      font-size: 16px;
    }

    .services {
      padding: 28px 0 26px;
      background: #fff;
    }

    .services-grid {
      display: grid;
      grid-template-columns: 1.25fr repeat(4, 1fr);
      gap: 10px;
      align-items: stretch;
    }

    .services-intro h2 {
      margin: 0 0 10px;
      font-family: var(--heading);
      font-size: 31px;
      line-height: 1.02;
      font-weight: 700;
    }

    .services-intro p {
      margin: 0 0 15px;
      color: var(--muted);
      font-size: 15.5px;
    }

    .service-card,
    .condition-card,
    .testimonial-card,
    .physio-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 7px;
	  flex-wrap: wrap;
    }

    .service-card {
      min-height: 113px;
      padding: 19px 14px 12px;
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 10px;
      align-items: center;
      box-shadow: 0 7px 22px rgba(0, 0, 0, .035);
    }

    .service-card img {
      width: 42px;
      height: 54px;
      object-fit: contain;
    }

    .service-card h3 {
      margin: 0 0 8px;
      font-size: 15.5px;
      line-height: 1.25;
      font-weight: 700;
    }

    .service-card p {
      margin: 0;
      color: #59615f;
      font-size: 13.5px;
      line-height: 1.45;
    }

    .choice-band {
      padding-bottom: 25px;
    }

    .choice-panel {
      display: grid;
      grid-template-columns: 28% 42% 30%;
      min-height: 155px;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: var(--shadow);
    }

    .why-card,
    .priority-card {
      padding: 17px 16px;
      color: #fff;
    }

    .why-card {
      background: linear-gradient(135deg, #00803a, #005d2b);
    }

    .priority-card {
      background: linear-gradient(135deg, #ea1b24, #d80d17);
    }

    .why-card h2,
    .priority-card h2 {
      margin: 0 0 12px;
      font-size: 19px;
      line-height: 1.15;
      text-transform: uppercase;
      font-weight: 700;
    }

    .check-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 6px;
      font-size: 14px;
    }

    .check-list li {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .check-list svg {
      width: 13px;
      height: 13px;
      flex: none;
      stroke: currentColor;
      stroke-width: 2;
      fill: none;
    }

    .clinic-photo {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .priority-card p {
      margin: 0 0 15px;
      color: rgba(255, 255, 255, .92);
      font-size: 14px;
      line-height: 1.6;
    }

    .conditions {
      padding: 5px 0 23px;
    }

    .condition-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 13px 10px;
      margin-bottom: 20px;
    }

    .condition-card {
      min-height: 65px;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px;
      font-size: 14px;
      font-weight: 600;
      box-shadow: 0 8px 20px rgba(0, 0, 0, .025);
    }

    .condition-card img {
      width: 34px;
      height: 44px;
      object-fit: contain;
      flex: none;
    }

    .center-action {
      text-align: center;
    }

    .testimonials {
      padding: 0 0 16px;
    }

    .testimonial-wrap {
      position: relative;
    }

    .testimonial-grid {
      display: flex;
      gap: 17px;
      width: min(100% - 110px, 1080px);
      margin: 0 auto;
      padding: 2px 2px 12px;
      overflow: hidden;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
	flex-wrap: wrap;justify-content: center; 
    }

    .testimonial-grid::-webkit-scrollbar,
    .physio-grid::-webkit-scrollbar {
      display: none;
    }

    .testimonial-card {
      position: relative;
      flex: 0 0 calc((100% - 34px) / 2);
      scroll-snap-align: start;
      min-height: 152px;
      padding: 21px 16px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, .035);
	  flex-wrap: wrap;
    }

    .stars {
      color: var(--red);
      font-size: 15px;
      letter-spacing: 0;
      line-height: 1;
      margin-bottom: 14px;
    }

    .quote-mark {
      position: absolute;
      top: 10px;
      right: 18px;
      color: #d9d9d9;
      font-family: Georgia, serif;
      font-size: 38px;
      line-height: 1;
      font-weight: 700;
    }

    .testimonial-card p {
      margin: 0 0 13px;
      font-size: 14px;
      color: #2e3432;
      line-height: 1.65;
    }

    .testimonial-card cite {
      font-style: normal;
      font-size: 13.5px;
      color: #202221;
    }

    .testimonial-arrow {
      position: absolute;
      top: 50%;
      width: 30px;
      height: 30px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #fff;
      border: 1px solid #edf0ef;
      color: #171918;
      box-shadow: 0 8px 22px rgba(0, 0, 0, .09);
      transform: translateY(-50%);
    }

    .testimonial-arrow.left {
      left: 2px;
    }

    .testimonial-arrow.right {
      right: 2px;
    }

    .testimonial-arrow svg {
      width: 15px;
      height: 15px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.4;
    }

    button.testimonial-arrow {
      cursor: pointer;
      padding: 0;
    }

    .testimonial-dots {
      margin-top: 17px;
    }

    .carousel-dots {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      margin: 13px 0 0;
      padding: 0;
      list-style: none;
    }

    .carousel-dots .dot {
      width: 9px;
      height: 9px;
    }

    .physios {
      padding: 0 0 21px;
    }

    .physio-grid {
      display: flex;
      gap: 18px;
      width: min(100% - 110px, 1020px);
      margin: 0 auto 14px;
      padding: 2px 2px 12px;
      overflow: hidden;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }

    .physio-card {
/*      flex: 0 0 310px;*/
      flex: 0 0 250px;
      scroll-snap-align: start;
      overflow: hidden;
      text-align: center;
      border-color: rgba(0, 109, 51, .4);
      box-shadow: 0 8px 20px rgba(0, 0, 0, .035);
    }

    .physio-card img {
      width: 100%;
      height: 215px;
      object-fit: cover;
      object-position: center top;
      background: #f1f1f1;
    }

    .physio-card figcaption {
      padding: 15px 12px 17px;
      min-height: 80px;
    }

    .physio-card h3 {
      margin: 0 0 5px;
      font-size: 16px;
      line-height: 1.25;
      font-weight: 700;
    }

    .physio-card p {
      margin: 0;
      font-size: 13px;
      color: #252827;
      line-height: 1.4;
    }

    .appointment-strip {
      padding: 0 0 10px;
    }

    .strip-inner {
      width: min(100% - 150px, 675px);
      min-height: 63px;
      margin: 0 auto;
      padding: 12px 45px 12px 18px;
      display: grid;
      grid-template-columns: 54px 1fr auto;
      gap: 14px;
      align-items: center;
      color: #fff;
      background: linear-gradient(135deg, #e71922, #d60d18);
      border-radius: 7px;
      box-shadow: 0 10px 28px rgba(227, 17, 29, .18);
    }

    .strip-icon {
      width: 44px;
      height: 44px;
      object-fit: contain;
    }

    .strip-copy h2 {
      margin: 0 0 3px;
      font-family: var(--heading);
      font-size: 16px;
      line-height: 1.2;
    }

    .strip-copy p {
      margin: 0;
      font-size: 14px;
    }
hr.divider{
	border: thin;
	border-style: dashed;
	width:100%;
}
    .footer {
      color: #fff;
      background:
        radial-gradient(circle at 13% 50%, rgba(255, 255, 255, .08), transparent 28%),
        linear-gradient(135deg, #006d33, #004f26);
      padding: 23px 0 18px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr .75fr 1fr 1.25fr;
      gap: 42px;
    }

    .footer-brand {
      font-family: var(--heading);
      font-size: 30px;
      line-height: 1;
      font-weight: 700;
      margin-bottom: 3px;
    }

    .footer-brand small {
      display: block;
      margin-top: 4px;
      font-family: var(--body);
      font-size: 14px;
      font-weight: 600;
    }

    .footer p,
    .footer li {
      margin: 0;
      color: rgba(255, 255, 255, .94);
      font-size: 14px;
      line-height: 1.65;
    }

    .footer h3 {
      margin: 0 0 12px;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
    }

    .footer ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 2px;
    }

    .socials {
      display: flex;
      gap: 8px;
      margin-top: 12px;
    }

    .socials a {
      width: 22px;
      height: 22px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: rgba(255, 255, 255, .18);
      color: #fff;
      font-size: 13.5px;
      font-weight: 700;
    }

    .footer-contact li {
      display: grid;
      grid-template-columns: 18px 1fr;
      gap: 8px;
      align-items: start;
      margin-bottom: 8px;
    }

    .footer-contact svg {
      width: 14px;
      height: 14px;
      margin-top: 2px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.2;
    }

    .modal-overlay {
      position: fixed;
      inset: 0;
      z-index: 100;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 24px;
      background: rgba(8, 26, 17, .62);
    }

    .modal-overlay.is-open {
      display: flex;
    }

    .appointment-modal {
      position: relative;
      width: min(100%, 560px);
      max-height: min(90vh, 720px);
      overflow-y: auto;
      padding: 30px;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
    }

    .modal-close {
      position: absolute;
      top: 14px;
      right: 14px;
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      color: var(--ink);
      background: var(--soft);
      border: 1px solid var(--line);
      border-radius: 50%;
      cursor: pointer;
    }

    .appointment-modal h2 {
      margin: 0 44px 6px 0;
      font-family: var(--heading);
      font-size: 30px;
      line-height: 1.15;
    }

    .appointment-modal h2 span {
      color: var(--red);
    }

    .appointment-modal > p {
      margin: 0 0 20px;
      color: var(--muted);
      font-size: 14px;
    }

    .appointment-form {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .form-field {
      display: grid;
      gap: 6px;
    }

    .form-field.full {
      grid-column: 1 / -1;
    }

    .form-field label {
      color: #202322;
      font-size: 12.5px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .form-field input,
    .form-field select,
    .form-field textarea {
      width: 100%;
      min-height: 42px;
      padding: 10px 12px;
      color: var(--ink);
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 6px;
      outline: none;
    }

    .form-field textarea {
      min-height: 92px;
      resize: vertical;
    }

    .form-field input:focus,
    .form-field select:focus,
    .form-field textarea:focus {
      border-color: var(--green);
      box-shadow: 0 0 0 3px rgba(0, 109, 51, .12);
    }

    .form-status {
      grid-column: 1 / -1;
      display: none;
      margin: 0;
      padding: 10px 12px;
      color: var(--green-deep);
      background: var(--green-soft);
      border-radius: 6px;
      font-size: 13px;
      font-weight: 600;
    }

    .form-status.is-visible {
      display: block;
    }

    .appointment-form .btn {
      justify-self: start;
    }

    body.modal-open {
      overflow: hidden;
    }

    @media (min-width: 1120px) {
      .container {
        width: min(100% - 100px, 1620px);
      }

      .topbar-inner,
      .nav-inner,
      .hero-slider {
        width: min(100% - 70px, 1640px);
      }

      .hero {
        min-height: 390px;
      }

      .hero-slider {
        min-height: 622px;
      }

      .hero-content {
        padding-top: 92px;
        padding-left: 82px;
      }

      .hero-content h1 {
        font-size: 42px;
      }

      .hero-content h1 span {
        font-size: 58px;
      }

      .hero-content p {
        font-size: 17px;
      }

      .topbar-inner {
        grid-template-columns: 190px minmax(225px, 1.35fr) minmax(230px, 1.12fr) minmax(265px, 1.25fr) minmax(205px, .98fr) auto;
        gap: 18px;
      }

      .contact-item,
      .contact-item strong {
        font-size: 12.5px;
      }

      .main-nav a {
        height: 44px;
        font-size: 13px;
        padding: 0 28px;
      }

      .nav-inner {
        min-height: 44px;
      }
    }

    @media (max-width: 1040px) and (min-width: 821px) {
      .topbar-inner {
        grid-template-columns: 160px 1fr 1fr;
        gap: 14px 18px;
        padding: 14px 0;
      }
	.contact-item{display:none;}
      .book-top {
        justify-self: start;
      }

      .main-nav {
        padding-left: 0;
        justify-content: center;
      }

      .main-nav a {
        padding: 0 13px;
        font-size: 9.5px;
      }
    }

    @media (max-width: 820px) {
      .site {
        width: min(100% - 20px, 760px);
        margin: 10px auto;
      }

      .container {
        width: min(100% - 32px, 720px);
      }

      .topbar-inner {
        width: min(100% - 32px, 720px);
        grid-template-columns: 150px 1fr 1fr;
        gap: 12px;
        padding: 14px 0;
      }

      .brand-logo {
        width: 132px;
      }

		.contact-item{display:none;}
      .book-top {
        justify-self: start;
      }

      .nav-inner {
        width: 100%;
        min-height: 44px;
        padding: 0 16px;
      }

      .nav-toggle {
        position: relative;
        z-index: 45;
        display: inline-flex;
      }

      .main-nav {
        position: absolute;
        z-index: 35;
        left: 0;
        right: 0;
        top: 100%;
        display: none;
        flex-direction: column;
        padding: 0;
        background: var(--green-deep);
        box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
      }

      .main-nav.is-open {
        display: flex;
      }

      .main-nav a {
        height: 43px;
        padding: 0 22px;
        border-top: 1px solid rgba(255, 255, 255, .08);
      }

      .submenu {
        position: static;
        display: none;
        min-width: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: rgba(0, 0, 0, .16);
        opacity: 1;
        visibility: visible;
        transform: none;
      }

      .main-nav.is-open .submenu {
        display: block;
      }

      .submenu a {
        height: 36px;
        min-height: 36px;
        padding: 0 34px;
        color: rgba(255, 255, 255, .9);
        font-size: 9px;
      }

      .submenu a:hover,
      .submenu a:focus-visible {
        color: #fff;
        background: rgba(255, 255, 255, .08);
      }

      .hero,
      .hero-slider {
        min-height: 390px;
      }

      .hero-slide::after {
        background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 48%, rgba(255, 255, 255, .14) 100%);
      }

      .hero-photo {
        width: 100%;
        height: 58%;
        top: auto;
        bottom: 0;
      }

      .hero-content {
        width: 100%;
        padding: 35px 54px 0;
      }

      .hero-content h1 {
        font-size: 26px;
      }

      .hero-content h1 span {
        font-size: 34px;
        white-space: normal;
      }

      .services-grid,
      .condition-grid,
      .testimonial-grid,
      .physio-grid,
      .footer-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .services-intro {
        grid-column: 1 / -1;
      }

      .choice-panel {
        grid-template-columns: 1fr;
      }

      .clinic-photo {
        min-height: 165px;
      }

      .testimonial-grid,
      .physio-grid,
      .strip-inner {
        width: min(100%, 720px);
      }

      .testimonial-card {
        flex-basis: min(82vw, 300px);
      }

      .physio-card {
        flex-basis: min(78vw, 310px);
      }

      .appointment-form {
        grid-template-columns: 1fr;
      }

      .strip-inner {
        grid-template-columns: 48px 1fr;
        padding: 14px 18px;
      }

      .strip-inner .btn {
        grid-column: 2;
        justify-self: start;
      }
    }

    @media (max-width: 560px) {
      .site {
        width: 100%;
        margin: 0;
        border-inline: 0;
        box-shadow: none;
      }

      .topbar-inner {
        grid-template-columns: 1fr;
      }

      .brand-logo {
        width: 142px;
      }

      .contact-item {
        font-size: 10px;
		  display: none;
      }

      .hero,
      .hero-slider {
        min-height: 440px;
      }

      .hero-content {
        padding: 30px 28px 0;
      }

      .hero-content h1 {
        font-size: 25px;
      }

      .hero-content h1 span {
        font-size: 31px;
      }

      .hero-actions {
        gap: 10px;
      }

      .services-grid,
      .condition-grid,
      .testimonial-grid,
      .physio-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .condition-card {
        min-height: 60px;
      }

      .testimonial-grid,
      .physio-grid {
        width: 100%;
      }

      .testimonial-arrow {
        display: none;
      }

      .physio-card img {
        height: 230px;
      }

      .strip-inner {
        grid-template-columns: 1fr;
        text-align: center;
      }

      .strip-icon,
      .strip-inner .btn {
        justify-self: center;
      }

      .modal-overlay {
        padding: 14px;
      }

      .appointment-modal {
        padding: 24px 18px;
      }

      .appointment-modal h2 {
        font-size: 25px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
        animation-duration: .001ms !important;
      }
    }

/* ==========================================
   TESTIMONIALS & STATS COUNTER SECTION
   ========================================== */
.testimonials-stats {
  padding: 55px 0 45px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8f5 100%);
  border-top: 1px solid #edf1ee;
  border-bottom: 1px solid #edf1ee;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 35px;
}

.stat-card {
  background: #ffffff;
  border: 1px solid #e3eee8;
  border-radius: 12px;
  padding: 36px 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 77, 36, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 77, 36, 0.1);
}

.stat-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.stat-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stat-icon.red-icon {
  background: rgba(227, 17, 29, 0.08);
  color: var(--red);
}

.stat-icon.green-icon {
  background: rgba(0, 109, 51, 0.08);
  color: var(--green);
}

.stat-icon.gold-icon {
  background: rgba(245, 166, 35, 0.12);
  color: #f5a623;
}

.stat-number {
  font-family: var(--heading);
  font-size: 42px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 15px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

@media (max-width: 820px) {
  .stats-grid {
    gap: 16px;
  }
  .stat-card {
    padding: 24px 14px;
  }
  .stat-number {
    font-size: 28px;
  }
  .stat-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
  }
  .stat-icon svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 560px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Floating Action Buttons */
.floating-actions {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.floating-actions.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.floating-btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke-width: 0;
}

.whatsapp-btn {
  background-color: #25d366;
}

.gotop-btn {
  background-color: var(--green);
}

.gotop-btn svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 560px) {
  .floating-actions {
    bottom: 16px;
    right: 16px;
    gap: 10px;
  }
  .floating-btn {
    width: 42px;
    height: 42px;
  }
  .floating-btn svg {
    width: 20px;
    height: 20px;
  }
}
