@charset "UTF-8";
/*-----------------------------------------------------------------------------------

 Project Name: Amethyst
 Project URI: http://
 Description: 
 Author: Chandan Baruah
 Author URI: https://chandanbaruah.com/
 Version: 1.0.0

/* -----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

 Imports


---------------------------------------------------------------- */
/* 00. Imports */
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter_18pt-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter_18pt-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter_18pt-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter_18pt-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Light";
  src: url("../fonts/Inter_18pt-Thin.ttf") format("truetype");
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/*-----------------------------------------------------------------------------------

 Project Name: Amethyst
 Project URI: http://
 Description: 
 Author: Chandan Baruah
 Author URI: https://chandanbaruah.com/
 Version: 1.0.0

/* -----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

 Imports


---------------------------------------------------------------- */
/* 00. Imports */
nav {
  background-color: transparent !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}
nav.navbar-scrolled {
  background-color: #371548 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
nav .custom-navbar-brand {
  font-family: "Inter-Bold";
  font-size: 1.5rem;
  color: #371548 !important;
}
nav .custom-navbar-collapse {
  justify-content: flex-end;
}
nav .custom-navbar-collapse ul li a {
  font-family: "Inter-Bold";
  font-size: 0.95rem;
  color: #371548 !important;
  margin-right: 1.5rem;
}
nav .custom-navbar-collapse ul li a:hover {
  color: #6d3a85 !important;
}
nav .custom-navbar-collapse ul li:last-child {
  border: 1px solid #371548;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  padding: 0 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
nav .custom-navbar-collapse ul li:last-child:hover {
  background-color: #371548 !important;
}
nav .custom-navbar-collapse ul li:last-child:hover a {
  color: #fff !important;
}
nav .custom-navbar-collapse ul li:last-child a {
  margin-right: 0;
}
nav.navbar-scrolled .custom-navbar-brand {
  color: #fff !important;
}
nav.navbar-scrolled .custom-navbar-collapse ul li a {
  color: #fff !important;
}
nav.navbar-scrolled .custom-navbar-collapse ul li a:hover {
  color: #d1d1d1 !important;
}
nav.navbar-scrolled .custom-navbar-collapse ul li:last-child {
  border-color: #fff;
}
nav.navbar-scrolled .custom-navbar-collapse ul li:last-child:hover {
  background-color: #fff !important;
}
nav.navbar-scrolled .custom-navbar-collapse ul li:last-child:hover a {
  color: #371548 !important;
}

@media screen and (max-width: 991px) {
  nav {
    padding: 0.55rem 0;
  }
  nav .container {
    align-items: center;
  }
  nav .navbar-toggler {
    border: 1px solid rgba(55, 21, 72, 0.18);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  }
  nav .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 21, 72, 0.18);
  }
  nav .custom-navbar-brand {
    font-size: 1.3rem;
  }
  nav .custom-navbar-collapse {
    margin-top: 0.9rem;
    padding: 1rem 1rem 0.9rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  nav .custom-navbar-collapse {
    background: #fff;
  }
}
@media screen and (max-width: 991px) {
  nav .custom-navbar-collapse ul {
    gap: 0.35rem;
  }
  nav .custom-navbar-collapse ul li {
    width: 100%;
  }
  nav .custom-navbar-collapse ul li a {
    margin-right: 0;
    padding: 0.75rem 0.4rem;
    text-align: center;
  }
  nav .custom-navbar-collapse ul li:last-child {
    width: 100%;
    padding: 0;
  }
  nav.navbar-scrolled .custom-navbar-collapse {
    background: rgba(55, 21, 72, 0.96);
  }
}
.header {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: clamp(0.5rem, 10vh, 8rem) 0 clamp(3rem, 7vh, 5rem);
  background-color: #f2e8df;
  /* =========================
       HERO SECTION
    ========================== */
}
.header .hero {
  position: relative;
  width: 100%;
  min-height: 720px;
}
.header .hero .hero-shell {
  position: relative;
  width: calc(100% - clamp(2rem, 8vw, 14rem));
  max-width: 1460px;
  min-height: 590px;
  margin: 2rem auto 0;
}
.header .hero .hero-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 79%;
  border-radius: 0 28px 0 28px;
  background: #371548;
}
.header .hero .hero-copy {
  position: relative;
  z-index: 2;
  width: min(620px, 45vw);
  padding: clamp(5.5rem, 13vh, 8.7rem) 0 5rem clamp(3rem, 7vw, 3.8rem);
}
.header .hero .hero-copy h2 {
  font-family: "Inter-Bold";
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
}
.header .hero .hero-copy h1 {
  font-family: "Poppins-Bold";
  font-size: 70px;
  font-weight: 700;
  line-height: 1.04;
  color: rgba(255, 255, 255, 0.94);
  margin-bottom: clamp(2rem, 5vh, 3.6rem);
}
.header .hero .hero-copy h1 span {
  color: #b88bea;
}
.header .hero .hero-copy p {
  max-width: 620px;
  font-family: "Inter-Bold";
  font-size: clamp(1.05rem, 1.35vw, 1.45rem);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: clamp(1.8rem, 4vh, 3rem);
}
.header .hero .hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .hero .hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 58px;
  border-radius: 6px;
  padding: 1rem 1.6rem;
  font-family: "Inter-Bold";
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  transition: 0.25s ease;
}
.header .hero .hero-button:hover {
  transform: translateY(-2px);
}
.header .hero .hero-button-primary {
  background: #fff;
  color: #371548;
  border: 1px solid #b88bea;
}
.header .hero .hero-button-primary:hover {
  color: #371548;
  background: #cba7f1;
  border-color: #cba7f1;
}
.header .hero .hero-button-secondary {
  background: #fff;
  color: #371548;
  border: 1px solid rgba(184, 139, 234, 0.88);
}
.header .hero .hero-button-secondary:hover {
  color: #fff;
  border-color: #fff;
}
.header .hero .hero-image-wrap {
  position: absolute;
  top: -10px;
  right: 3%;
  z-index: 3;
  width: min(620px, 37vw);
  aspect-ratio: 0.86;
  overflow: hidden;
  border-radius: 28px;
}
.header .hero .hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(0.95);
}
.header .hero .scroll-indicator {
  position: absolute;
  bottom: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: #371548;
  font-size: 1.65rem;
  opacity: 0.85;
  cursor: pointer;
}
.header .hero .scroll-indicator i {
  display: inline-block;
  animation: scroll-bounce 2s infinite;
}
@keyframes scroll-bounce {
  0% {
    transform: translateY(0);
    opacity: 0.4;
  }
  50% {
    transform: translateY(12px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.4;
  }
}

@media screen and (max-width: 1199px) {
  .header .hero .hero-shell {
    width: calc(100% - 2rem);
    max-width: 1120px;
  }
  .header .hero .hero-copy {
    width: min(520px, 50vw);
    padding-left: clamp(2rem, 5vw, 3.5rem);
  }
  .header .hero .hero-image-wrap {
    right: 3%;
    width: min(520px, 41vw);
  }
}
@media screen and (max-width: 991px) {
  .header {
    min-height: auto;
    padding: 6.2rem 0 3rem;
  }
  .header .hero {
    min-height: 0;
  }
  .header .hero .hero-shell {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    width: calc(100% - 1rem);
    margin-top: 0;
  }
  .header .hero .hero-panel,
  .header .hero .hero-image-wrap {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
  }
  .header .hero .hero-panel {
    min-height: 0;
    border-radius: 0 0 24px 24px;
  }
  .header .hero .hero-copy {
    width: 100%;
    padding: 2.2rem 1.3rem 1.9rem;
  }
  .header .hero .hero-copy h2 {
    font-size: 1.4rem;
    line-height: 1.35;
  }
  .header .hero .hero-copy h1 {
    font-size: clamp(2.4rem, 10vw, 4rem);
    margin-bottom: 1rem;
  }
  .header .hero .hero-copy p {
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 1.4rem;
  }
  .header .hero .hero-image-wrap {
    aspect-ratio: 1.12;
    border-radius: 24px 24px 0 0;
  }
  .header .hero .hero-target {
    top: 1.2rem;
    right: 1.2rem;
    width: clamp(5.5rem, 18vw, 7.2rem);
  }
  .header .hero .hero-corner {
    display: none;
  }
  .header .hero .scroll-indicator {
    bottom: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 5.9rem 0 2.75rem;
  }
  .header .hero .hero-panel {
    border-radius: 0 28px 0 28px;
  }
  .header .hero .hero-copy {
    padding: 1.9rem 1.1rem 1.6rem;
  }
  .header .hero .hero-copy h1 {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
  }
  .header .hero .hero-image-wrap {
    aspect-ratio: 1;
    border-radius: 22px 22px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .header {
    padding-top: 5.55rem;
  }
  .header .hero .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .header .hero .hero-copy h2 {
    font-size: 1.15rem;
  }
  .header .hero .hero-copy p {
    font-size: 0.95rem;
  }
  .header .hero .hero-button {
    width: 100%;
    min-height: 52px;
    padding: 0.95rem 1.2rem;
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 425px) {
  nav .custom-navbar-brand {
    font-size: 1.15rem;
  }
  .header .hero .hero-shell {
    width: calc(100% - 0.75rem);
    gap: 30px;
  }
  .header .hero .hero-copy {
    padding: 1.6rem 1rem 1.4rem;
  }
  .header .hero .hero-copy h1 {
    font-size: clamp(1.95rem, 11.5vw, 2.7rem);
  }
}
.video-header {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

/* Background video */
.video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.85) contrast(1.05);
}

/* Dark overlay for readability */
.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.45));
  z-index: 2;
}

/* Hero text container */
.video-hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1.5rem;
}
.video-hero-content h1 {
  font-family: "Poppins-Bold";
  font-size: 5.5rem;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
.video-hero-content p {
  font-family: "Inter-Regular";
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 680px;
  line-height: 1.7;
}
.video-hero-content {
  /* =========================
     SCROLL DOWN INDICATOR
  ========================== */
}
.video-hero-content .scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  font-size: 2rem;
  opacity: 0.85;
  cursor: pointer;
}
.video-hero-content .scroll-indicator i {
  display: inline-block;
  animation: scroll-bounce 2s infinite;
}
.video-hero-content {
  /* Bounce animation */
}
@keyframes scroll-bounce {
  0% {
    transform: translateY(0);
    opacity: 0.4;
  }
  50% {
    transform: translateY(12px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.4;
  }
}

/*-----------------------------------------------------------------------------------

 Project Name: Amethyst
 Project URI: http://
 Description: 
 Author: Chandan Baruah
 Author URI: https://chandanbaruah.com/
 Version: 1.0.0

/* -----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

 Imports


---------------------------------------------------------------- */
/* 00. Imports */
/**
 * @file Service Pages partial Stylesheet
 * @description
 * partial SCSS file that serves as the main stylesheet for all service pages.
 * used across all service page components and layouts.
 * 
 */
.about-orthopedic {
  padding: 5rem;
}
.about-orthopedic .img-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.about-orthopedic .img-wrapper img {
  width: 100%;
  height: clamp(240px, 40vw, 520px);
  object-fit: cover;
  transition: all 0.3s ease;
}
.about-orthopedic .img-wrapper img:hover {
  transform: scale(1.05);
}
.about-orthopedic .ortho-desp h2 {
  font-family: "Poppins-Bold";
  font-size: 2.6rem;
  color: #371548;
  margin-bottom: 1rem;
}
.about-orthopedic .ortho-desp p {
  font-family: "Inter-Regular";
  font-size: 1rem;
  color: #371548;
  max-width: 600px;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 767.98px) {
  .about-orthopedic {
    padding: 2.75rem 0 4rem;
  }
  .about-orthopedic .row {
    gap: 1.5rem;
  }
  .about-orthopedic .img-wrapper {
    border-radius: 1.5rem;
  }
  .about-orthopedic .img-wrapper img {
    height: clamp(220px, 62vw, 320px);
  }
  .about-orthopedic .ortho-desp h2 {
    font-size: clamp(1.85rem, 8vw, 2.2rem);
    margin-bottom: 0.85rem;
  }
  .about-orthopedic .ortho-desp p {
    max-width: none;
  }
}

.geriatric-care-tabs {
  padding: 0 0 5rem 0;
}
.geriatric-care-tabs .section-head {
  margin: 0 auto 1.8rem auto;
  text-align: center;
}
.geriatric-care-tabs .section-head .eyebrow {
  font-family: "Inter-Bold";
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  color: #371548;
  margin-bottom: 0.5rem;
}
.geriatric-care-tabs .section-head h2 {
  font-family: "Poppins-Bold";
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  color: #371548;
  margin-bottom: 0.8rem;
}
.geriatric-care-tabs .section-head .section-intro {
  font-family: "Inter-Regular";
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}
.geriatric-care-tabs .geriatric-tabs-nav {
  gap: 2rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.geriatric-care-tabs .geriatric-tabs-nav .nav-link {
  border: 1px solid rgba(63, 30, 79, 0.22);
  border-radius: 999px;
  font-family: "Inter-SemiBold";
  font-size: 0.88rem;
  color: #371548;
  background: rgba(255, 255, 255, 0.55);
  padding: 0.55rem 0.95rem;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  transition: 0.25s ease;
}
.geriatric-care-tabs .geriatric-tabs-nav .nav-link:hover {
  background: rgba(255, 255, 255, 0.88);
}
.geriatric-care-tabs .geriatric-tabs-nav .nav-link.active {
  color: #fff;
  background: #371548;
  border-color: #371548;
  box-shadow: 0 10px 24px rgba(63, 30, 79, 0.24);
}
.geriatric-care-tabs .geriatric-tabs-content .tabs-card {
  margin: 0 auto;
  padding: clamp(1.1rem, 2.2vw, 1.6rem);
}
.geriatric-care-tabs .geriatric-tabs-content .tabs-card .tab-pane-layout .tab-media .image-slot {
  overflow: hidden;
  border-radius: 2rem;
}
.geriatric-care-tabs .geriatric-tabs-content .tabs-card .tab-pane-layout .tab-media .image-slot img {
  transition: all 0.3s ease;
}
.geriatric-care-tabs .geriatric-tabs-content .tabs-card .tab-pane-layout .tab-media .image-slot img:hover {
  transform: scale(1.05);
}
.geriatric-care-tabs .geriatric-tabs-content .tabs-card .tab-pane-layout .tab-copy h3 {
  font-family: "Inter-Bold";
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: #371548;
  margin-bottom: 0.7rem;
}
.geriatric-care-tabs .geriatric-tabs-content .tabs-card .tab-pane-layout .tab-copy p {
  font-family: "Inter-Regular";
  font-size: 0.97rem;
  line-height: 1.7;
  margin-bottom: 0.85rem;
}
.geriatric-care-tabs .geriatric-tabs-content .tabs-card .tab-pane-layout .tab-copy ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.45rem;
}
.geriatric-care-tabs .geriatric-tabs-content .tabs-card .tab-pane-layout .tab-copy ul li {
  font-family: "Inter-SemiBold";
  font-size: 0.92rem;
  color: rgba(56, 40, 66, 0.95);
  line-height: 1.6;
}

.who-service-for {
  padding: 0 0 5rem 0;
}
.who-service-for .who-assessment-cta {
  position: fixed;
  right: 0;
  bottom: 30px;
  border: none;
  padding: 0.8rem 1rem;
  font-family: "Inter-Bold";
  font-size: 0.9rem;
  line-height: 1.2;
  color: #fff;
  background: linear-gradient(135deg, rgb(79.1290322581, 30.2129032258, 103.5870967742), #371548);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9998;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.who-service-for .who-assessment-cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.who-service-for .who-assessment-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.who-service-for .section-head {
  max-width: 760px;
  margin: 0 auto 2.2rem auto;
  text-align: center;
}
.who-service-for .section-head .eyebrow {
  font-family: "Inter-Bold";
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  color: #371548;
  margin-bottom: 0.5rem;
}
.who-service-for .section-head h2 {
  font-family: "Poppins-Bold";
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  color: #371548;
  margin-bottom: 0.8rem;
}
.who-service-for .section-head .section-intro {
  font-family: "Inter-Regular";
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}
.who-service-for .who-layout {
  display: grid;
  gap: 1.35rem;
}
.who-service-for .who-zigzag-item {
  margin: 0;
}
.who-service-for .who-copy {
  padding: 0.25rem 0;
}
.who-service-for .who-copy h3 {
  font-family: "Inter-Bold";
  font-size: 1.15rem;
  line-height: 1.35;
  color: #371548;
  margin-bottom: 0.55rem;
}
.who-service-for .who-copy p {
  font-family: "Inter-Regular";
  font-size: 0.97rem;
  line-height: 1.7;
  margin-bottom: 0.45rem;
  text-align: left;
}
.who-service-for .who-copy .who-detail {
  margin-bottom: 0;
  color: rgba(76, 77, 86, 0.92);
}
.who-service-for .who-image-placeholder {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.who-service-for .who-image-placeholder img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(100);
  transition: all 0.3s ease;
}
.who-service-for .who-image-placeholder img:hover {
  filter: grayscale(0);
}
@media (max-width: 767.98px) {
  .who-service-for {
    padding: 0 0 4rem 0;
  }
  .who-service-for .section-head {
    text-align: left;
  }
  .who-service-for .who-assessment-cta {
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
    width: min(100% - 1.5rem, 360px);
    text-align: center;
    font-size: 0.86rem;
    padding: 0.7rem 0.9rem;
  }
  .who-service-for .who-image-placeholder {
    min-height: 180px;
  }
  .who-service-for .who-image-placeholder img {
    width: min(100%, 260px);
    height: min(100vw - 4rem, 260px);
  }
}

.sports-proof-bar {
  padding: 0 0 2.3rem 0;
}
.sports-proof-bar .proof-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}
.sports-proof-bar .proof-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 56px;
  border: 1px solid rgba(63, 30, 79, 0.18);
  border-radius: 16px;
  background: #ffffff;
  color: #371548;
  font-family: "Inter-SemiBold";
  font-size: 0.86rem;
  text-align: center;
  padding: 0.65rem 0.8rem;
}
.sports-proof-bar .proof-list li i {
  color: #371548;
}
.sports-proof-bar .proof-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.9rem;
  width: 0.8rem;
  height: 1px;
  transform: translateY(-50%);
  background: rgba(63, 30, 79, 0.35);
  pointer-events: none;
}

.who-service-for .sports-intent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.who-service-for .sports-intent-grid .sports-intent-card {
  background: #ffffff;
  border: 1px solid rgba(63, 30, 79, 0.14);
  border-radius: 18px;
  padding: 1.15rem 1.05rem;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.who-service-for .sports-intent-grid .sports-intent-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.1);
}
.who-service-for .sports-intent-grid .sports-intent-card h3 {
  font-family: "Inter-Bold";
  font-size: 1.03rem;
  color: #371548;
  margin-bottom: 0.55rem;
  line-height: 1.35;
}
.who-service-for .sports-intent-grid .sports-intent-card p {
  font-family: "Inter-Regular";
  font-size: 0.95rem;
  color: rgba(56, 40, 66, 0.92);
  line-height: 1.6;
  margin-bottom: 0.7rem;
}
.who-service-for .sports-intent-grid .sports-intent-card a {
  font-family: "Inter-SemiBold";
  color: #371548;
  font-size: 0.9rem;
  text-decoration: none;
}
.who-service-for .sports-intent-grid .sports-intent-card a i {
  margin-left: 0.25rem;
}

.sports-issues .treatment-card .who-detail {
  margin-top: 0.65rem;
  color: rgba(56, 40, 66, 0.86);
}

.sports-care-path {
  padding: 0 0 5rem 0;
}
.sports-care-path .section-head {
  margin-bottom: 2rem;
}
.sports-care-path .sports-path-step {
  height: 100%;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(63, 30, 79, 0.14);
  padding: 1rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
}
.sports-care-path .sports-path-step span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter-Bold";
  font-size: 0.8rem;
  color: #fff;
  background: #371548;
  margin-bottom: 0.7rem;
}
.sports-care-path .sports-path-step h3 {
  font-family: "Inter-Bold";
  font-size: 1rem;
  color: #371548;
  margin-bottom: 0.55rem;
}
.sports-care-path .sports-path-step p {
  font-family: "Inter-Regular";
  font-size: 0.93rem;
  color: rgba(56, 40, 66, 0.92);
  line-height: 1.6;
}

.sports-final-cta {
  padding: 3rem 0 5.2rem 0;
}
.sports-final-cta .sports-final-cta-card {
  border-radius: 24px;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  background: linear-gradient(140deg, #ffffff, #f6f1fa);
  border: 1px solid rgba(63, 30, 79, 0.18);
  box-shadow: 0 24px 42px rgba(27, 16, 34, 0.11);
  text-align: center;
}
.sports-final-cta .sports-final-cta-card .eyebrow {
  font-family: "Inter-Bold";
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  color: #371548;
  margin-bottom: 0.65rem;
}
.sports-final-cta .sports-final-cta-card h2 {
  font-family: "Poppins-Bold";
  font-size: clamp(1.55rem, 3vw, 2rem);
  color: #371548;
  margin-bottom: 0.75rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.sports-final-cta .sports-final-cta-card p {
  font-family: "Inter-Regular";
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(56, 40, 66, 0.92);
  max-width: 760px;
  margin: 0 auto 1.2rem auto;
}
.sports-final-cta .sports-final-cta-card .cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.sports-final-cta .sports-final-cta-card .btn {
  border-radius: 999px;
  font-family: "Inter-SemiBold";
  padding: 0.62rem 1.1rem;
}

.sports-glm-reveal {
  will-change: transform, opacity;
}

@media (max-width: 767.98px) {
  .geriatric-care-tabs {
    padding: 0 0 4.2rem 0;
  }
  .geriatric-care-tabs .section-head {
    text-align: left;
  }
  .geriatric-care-tabs .geriatric-tabs-nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.2rem;
  }
  .geriatric-care-tabs .geriatric-tabs-nav .nav-item {
    flex: 0 0 auto;
  }
  .geriatric-care-tabs .geriatric-tabs-content .tabs-card .tab-pane-layout .tab-media .image-slot {
    min-height: 210px;
  }
  .sports-proof-bar .proof-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sports-proof-bar .proof-list li {
    justify-content: flex-start;
    text-align: left;
  }
  .sports-proof-bar .proof-list li::after {
    content: none;
  }
  .sports-proof-bar .proof-list li:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.62rem;
    width: 0.62rem;
    height: 1px;
    transform: translateY(-50%);
    background: rgba(63, 30, 79, 0.35);
    pointer-events: none;
  }
  .sports-showcase .sports-showcase-panel,
  .orthopedic-showcase .orthopedic-showcase-panel,
  .pediatric-showcase .pediatric-showcase-panel,
  .neuro-showcase .neuro-showcase-panel,
  .cardio-showcase .cardio-showcase-panel {
    background-attachment: scroll;
  }
  .who-service-for .sports-intent-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .sports-care-path {
    padding-bottom: 4.3rem;
  }
  .sports-final-cta {
    padding-bottom: 4.2rem;
  }
  .sports-final-cta .sports-final-cta-card {
    text-align: left;
  }
  .sports-final-cta .sports-final-cta-card p {
    margin-left: 0;
    margin-right: 0;
  }
  .sports-final-cta .sports-final-cta-card .cta-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .sports-proof-bar .proof-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .sports-proof-bar .proof-list li {
    justify-content: flex-start;
    text-align: left;
  }
  .sports-proof-bar .proof-list li::after,
  .sports-proof-bar .proof-list li:nth-child(odd)::after {
    content: none;
  }
}
.orthopedic-treatments {
  position: relative;
  padding: 0 0 5.5rem 0;
}
.orthopedic-treatments::before {
  content: "";
  position: absolute;
  inset: 12% 0 auto;
  height: 320px;
  z-index: -1;
  pointer-events: none;
}
.orthopedic-treatments .section-head {
  max-width: 760px;
  margin: 0 auto 2.4rem auto;
  text-align: center;
}
.orthopedic-treatments .section-head .eyebrow {
  font-family: "Inter-Bold";
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  color: #371548;
  margin-bottom: 0.5rem;
}
.orthopedic-treatments .section-head h2 {
  font-family: "Poppins-Bold";
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  color: #371548;
  margin-bottom: 0.8rem;
}
.orthopedic-treatments .section-head .section-intro {
  font-family: "Inter-Regular";
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}
.orthopedic-treatments .treatment-card {
  position: relative;
  height: 100%;
  padding: 1.35rem 1.2rem 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82));
  box-shadow: 0 14px 32px rgba(34, 34, 34, 0.08), 0 3px 8px rgba(34, 34, 34, 0.05);
  backdrop-filter: blur(3px);
  -webkit-transition: 0.28s ease;
  -moz-transition: 0.28s ease;
  transition: 0.28s ease;
}
.orthopedic-treatments .treatment-card .icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  background: linear-gradient(135deg, #371548, rgb(79.1290322581, 30.2129032258, 103.5870967742));
  color: #ffffff;
  font-size: 1.05rem;
  box-shadow: 0 8px 18px rgba(63, 30, 79, 0.25);
}
.orthopedic-treatments .treatment-card h3 {
  font-family: "Inter-Bold";
  font-size: 1.1rem;
  line-height: 1.35;
  color: #371548;
  margin-bottom: 0.65rem;
}
.orthopedic-treatments .treatment-card p {
  font-family: "Inter-Regular";
  font-size: 0.96rem;
  line-height: 1.68;
  margin-bottom: 0;
  text-align: left;
}
.orthopedic-treatments .treatment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 36px rgba(34, 34, 34, 0.1), 0 6px 12px rgba(34, 34, 34, 0.07);
}
@media (max-width: 767.98px) {
  .orthopedic-treatments {
    padding: 0 0 4.5rem 0;
  }
  .orthopedic-treatments .section-head {
    text-align: left;
  }
}

.orthopedic-pathway {
  padding: 0 0 5.5rem 0;
}
.orthopedic-pathway .section-head {
  max-width: 760px;
  margin: 0 auto 2.6rem auto;
  text-align: center;
}
.orthopedic-pathway .section-head .eyebrow {
  font-family: "Inter-Bold";
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  color: #371548;
  margin-bottom: 0.5rem;
}
.orthopedic-pathway .section-head h2 {
  font-family: "Poppins-Bold";
  font-size: clamp(1.75rem, 3vw, 2rem);
  color: #371548;
  margin-bottom: 0.8rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.orthopedic-pathway .section-head .section-intro {
  font-family: "Inter-Regular";
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}
.orthopedic-pathway .pathway-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}
.orthopedic-pathway .pathway-track::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 26px;
  height: 2px;
  background: linear-gradient(90deg, rgba(63, 30, 79, 0.25), rgba(63, 30, 79, 0.65), rgba(63, 30, 79, 0.25));
  z-index: 0;
}
.orthopedic-pathway .pathway-step {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 1rem 1rem 1.15rem;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
  -webkit-transition: 0.28s ease;
  -moz-transition: 0.28s ease;
  transition: 0.28s ease;
}
.orthopedic-pathway .pathway-step .step-no {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter-Bold";
  font-size: 0.95rem;
  color: #ffffff;
  margin-bottom: 0.9rem;
  background: linear-gradient(135deg, #371548, rgb(79.1290322581, 30.2129032258, 103.5870967742));
  box-shadow: 0 10px 20px rgba(63, 30, 79, 0.28);
}
.orthopedic-pathway .pathway-step h3 {
  font-family: "Inter-Bold";
  font-size: 1.05rem;
  color: #371548;
  margin-bottom: 0.6rem;
}
.orthopedic-pathway .pathway-step p {
  font-family: "Inter-Regular";
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 0;
}
.orthopedic-pathway .pathway-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.06);
}
@media (max-width: 991.98px) {
  .orthopedic-pathway .pathway-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .orthopedic-pathway .pathway-track::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .orthopedic-pathway {
    padding: 0 0 4.5rem 0;
  }
  .orthopedic-pathway .section-head {
    text-align: left;
    margin-bottom: 1.75rem;
  }
  .orthopedic-pathway .pathway-track {
    grid-template-columns: 1fr;
    gap: 0.95rem;
  }
}

.video-header.geriatric-hero .video-overlay,
.video-header.sports-hero .video-overlay,
.video-header.orthopedic-hero .video-overlay {
  background: linear-gradient(130deg, rgba(34, 19, 44, 0.74), rgba(34, 19, 44, 0.52) 55%, rgba(34, 19, 44, 0.35));
}
.video-header.geriatric-hero .geriatric-hero-content,
.video-header.geriatric-hero .sports-hero-content,
.video-header.geriatric-hero .orthopedic-hero-content,
.video-header.sports-hero .geriatric-hero-content,
.video-header.sports-hero .sports-hero-content,
.video-header.sports-hero .orthopedic-hero-content,
.video-header.orthopedic-hero .geriatric-hero-content,
.video-header.orthopedic-hero .sports-hero-content,
.video-header.orthopedic-hero .orthopedic-hero-content {
  align-items: flex-start;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(6rem, 11vh, 8rem) 1.5rem 1.5rem;
}
.video-header.geriatric-hero .geriatric-hero-content .hero-eyebrow,
.video-header.geriatric-hero .sports-hero-content .hero-eyebrow,
.video-header.geriatric-hero .orthopedic-hero-content .hero-eyebrow,
.video-header.sports-hero .geriatric-hero-content .hero-eyebrow,
.video-header.sports-hero .sports-hero-content .hero-eyebrow,
.video-header.sports-hero .orthopedic-hero-content .hero-eyebrow,
.video-header.orthopedic-hero .geriatric-hero-content .hero-eyebrow,
.video-header.orthopedic-hero .sports-hero-content .hero-eyebrow,
.video-header.orthopedic-hero .orthopedic-hero-content .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Inter-SemiBold";
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.9);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
}
.video-header.geriatric-hero .geriatric-hero-content h1,
.video-header.geriatric-hero .sports-hero-content h1,
.video-header.geriatric-hero .orthopedic-hero-content h1,
.video-header.sports-hero .geriatric-hero-content h1,
.video-header.sports-hero .sports-hero-content h1,
.video-header.sports-hero .orthopedic-hero-content h1,
.video-header.orthopedic-hero .geriatric-hero-content h1,
.video-header.orthopedic-hero .sports-hero-content h1,
.video-header.orthopedic-hero .orthopedic-hero-content h1 {
  max-width: 780px;
  font-size: clamp(2.2rem, 5.6vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 0.9rem;
}
.video-header.geriatric-hero .geriatric-hero-content .hero-promise,
.video-header.geriatric-hero .sports-hero-content .hero-promise,
.video-header.geriatric-hero .orthopedic-hero-content .hero-promise,
.video-header.sports-hero .geriatric-hero-content .hero-promise,
.video-header.sports-hero .sports-hero-content .hero-promise,
.video-header.sports-hero .orthopedic-hero-content .hero-promise,
.video-header.orthopedic-hero .geriatric-hero-content .hero-promise,
.video-header.orthopedic-hero .sports-hero-content .hero-promise,
.video-header.orthopedic-hero .orthopedic-hero-content .hero-promise {
  max-width: 720px;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.35rem;
}
.video-header.geriatric-hero .geriatric-hero-content .hero-actions,
.video-header.geriatric-hero .sports-hero-content .hero-actions,
.video-header.geriatric-hero .orthopedic-hero-content .hero-actions,
.video-header.sports-hero .geriatric-hero-content .hero-actions,
.video-header.sports-hero .sports-hero-content .hero-actions,
.video-header.sports-hero .orthopedic-hero-content .hero-actions,
.video-header.orthopedic-hero .geriatric-hero-content .hero-actions,
.video-header.orthopedic-hero .sports-hero-content .hero-actions,
.video-header.orthopedic-hero .orthopedic-hero-content .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}
.video-header.geriatric-hero .geriatric-hero-content .hero-actions .hero-btn,
.video-header.geriatric-hero .sports-hero-content .hero-actions .hero-btn,
.video-header.geriatric-hero .orthopedic-hero-content .hero-actions .hero-btn,
.video-header.sports-hero .geriatric-hero-content .hero-actions .hero-btn,
.video-header.sports-hero .sports-hero-content .hero-actions .hero-btn,
.video-header.sports-hero .orthopedic-hero-content .hero-actions .hero-btn,
.video-header.orthopedic-hero .geriatric-hero-content .hero-actions .hero-btn,
.video-header.orthopedic-hero .sports-hero-content .hero-actions .hero-btn,
.video-header.orthopedic-hero .orthopedic-hero-content .hero-actions .hero-btn {
  text-decoration: none;
  border-radius: 999px;
  padding: 0.68rem 1.2rem;
  font-family: "Inter-Bold";
  font-size: 0.9rem;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.video-header.geriatric-hero .geriatric-hero-content .hero-actions .hero-btn-primary,
.video-header.geriatric-hero .sports-hero-content .hero-actions .hero-btn-primary,
.video-header.geriatric-hero .orthopedic-hero-content .hero-actions .hero-btn-primary,
.video-header.sports-hero .geriatric-hero-content .hero-actions .hero-btn-primary,
.video-header.sports-hero .sports-hero-content .hero-actions .hero-btn-primary,
.video-header.sports-hero .orthopedic-hero-content .hero-actions .hero-btn-primary,
.video-header.orthopedic-hero .geriatric-hero-content .hero-actions .hero-btn-primary,
.video-header.orthopedic-hero .sports-hero-content .hero-actions .hero-btn-primary,
.video-header.orthopedic-hero .orthopedic-hero-content .hero-actions .hero-btn-primary {
  color: #371548;
  background: #fff;
}
.video-header.geriatric-hero .geriatric-hero-content .hero-actions .hero-btn-primary:hover,
.video-header.geriatric-hero .sports-hero-content .hero-actions .hero-btn-primary:hover,
.video-header.geriatric-hero .orthopedic-hero-content .hero-actions .hero-btn-primary:hover,
.video-header.sports-hero .geriatric-hero-content .hero-actions .hero-btn-primary:hover,
.video-header.sports-hero .sports-hero-content .hero-actions .hero-btn-primary:hover,
.video-header.sports-hero .orthopedic-hero-content .hero-actions .hero-btn-primary:hover,
.video-header.orthopedic-hero .geriatric-hero-content .hero-actions .hero-btn-primary:hover,
.video-header.orthopedic-hero .sports-hero-content .hero-actions .hero-btn-primary:hover,
.video-header.orthopedic-hero .orthopedic-hero-content .hero-actions .hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}
.video-header.geriatric-hero .geriatric-hero-content .hero-actions .hero-btn-ghost,
.video-header.geriatric-hero .sports-hero-content .hero-actions .hero-btn-ghost,
.video-header.geriatric-hero .orthopedic-hero-content .hero-actions .hero-btn-ghost,
.video-header.sports-hero .geriatric-hero-content .hero-actions .hero-btn-ghost,
.video-header.sports-hero .sports-hero-content .hero-actions .hero-btn-ghost,
.video-header.sports-hero .orthopedic-hero-content .hero-actions .hero-btn-ghost,
.video-header.orthopedic-hero .geriatric-hero-content .hero-actions .hero-btn-ghost,
.video-header.orthopedic-hero .sports-hero-content .hero-actions .hero-btn-ghost,
.video-header.orthopedic-hero .orthopedic-hero-content .hero-actions .hero-btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
}
.video-header.geriatric-hero .geriatric-hero-content .hero-actions .hero-btn-ghost:hover,
.video-header.geriatric-hero .sports-hero-content .hero-actions .hero-btn-ghost:hover,
.video-header.geriatric-hero .orthopedic-hero-content .hero-actions .hero-btn-ghost:hover,
.video-header.sports-hero .geriatric-hero-content .hero-actions .hero-btn-ghost:hover,
.video-header.sports-hero .sports-hero-content .hero-actions .hero-btn-ghost:hover,
.video-header.sports-hero .orthopedic-hero-content .hero-actions .hero-btn-ghost:hover,
.video-header.orthopedic-hero .geriatric-hero-content .hero-actions .hero-btn-ghost:hover,
.video-header.orthopedic-hero .sports-hero-content .hero-actions .hero-btn-ghost:hover,
.video-header.orthopedic-hero .orthopedic-hero-content .hero-actions .hero-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.2);
}
.video-header.geriatric-hero .geriatric-hero-content .hero-trust-list,
.video-header.geriatric-hero .sports-hero-content .hero-trust-list,
.video-header.geriatric-hero .orthopedic-hero-content .hero-trust-list,
.video-header.sports-hero .geriatric-hero-content .hero-trust-list,
.video-header.sports-hero .sports-hero-content .hero-trust-list,
.video-header.sports-hero .orthopedic-hero-content .hero-trust-list,
.video-header.orthopedic-hero .geriatric-hero-content .hero-trust-list,
.video-header.orthopedic-hero .sports-hero-content .hero-trust-list,
.video-header.orthopedic-hero .orthopedic-hero-content .hero-trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.video-header.geriatric-hero .geriatric-hero-content .hero-trust-list li,
.video-header.geriatric-hero .sports-hero-content .hero-trust-list li,
.video-header.geriatric-hero .orthopedic-hero-content .hero-trust-list li,
.video-header.sports-hero .geriatric-hero-content .hero-trust-list li,
.video-header.sports-hero .sports-hero-content .hero-trust-list li,
.video-header.sports-hero .orthopedic-hero-content .hero-trust-list li,
.video-header.orthopedic-hero .geriatric-hero-content .hero-trust-list li,
.video-header.orthopedic-hero .sports-hero-content .hero-trust-list li,
.video-header.orthopedic-hero .orthopedic-hero-content .hero-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  font-family: "Inter-SemiBold";
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}
.video-header.geriatric-hero .geriatric-hero-content .hero-trust-list i,
.video-header.geriatric-hero .sports-hero-content .hero-trust-list i,
.video-header.geriatric-hero .orthopedic-hero-content .hero-trust-list i,
.video-header.sports-hero .geriatric-hero-content .hero-trust-list i,
.video-header.sports-hero .sports-hero-content .hero-trust-list i,
.video-header.sports-hero .orthopedic-hero-content .hero-trust-list i,
.video-header.orthopedic-hero .geriatric-hero-content .hero-trust-list i,
.video-header.orthopedic-hero .sports-hero-content .hero-trust-list i,
.video-header.orthopedic-hero .orthopedic-hero-content .hero-trust-list i {
  color: #9ff0c2;
}

@media (max-width: 767.98px) {
  .video-header.geriatric-hero .geriatric-hero-content,
  .video-header.geriatric-hero .sports-hero-content,
  .video-header.geriatric-hero .orthopedic-hero-content,
  .video-header.sports-hero .geriatric-hero-content,
  .video-header.sports-hero .sports-hero-content,
  .video-header.sports-hero .orthopedic-hero-content,
  .video-header.orthopedic-hero .geriatric-hero-content,
  .video-header.orthopedic-hero .sports-hero-content,
  .video-header.orthopedic-hero .orthopedic-hero-content {
    padding-top: 6.5rem;
  }
  .video-header.geriatric-hero .geriatric-hero-content .hero-actions,
  .video-header.geriatric-hero .sports-hero-content .hero-actions,
  .video-header.geriatric-hero .orthopedic-hero-content .hero-actions,
  .video-header.sports-hero .geriatric-hero-content .hero-actions,
  .video-header.sports-hero .sports-hero-content .hero-actions,
  .video-header.sports-hero .orthopedic-hero-content .hero-actions,
  .video-header.orthopedic-hero .geriatric-hero-content .hero-actions,
  .video-header.orthopedic-hero .sports-hero-content .hero-actions,
  .video-header.orthopedic-hero .orthopedic-hero-content .hero-actions {
    width: 100%;
  }
  .video-header.geriatric-hero .geriatric-hero-content .hero-actions .hero-btn,
  .video-header.geriatric-hero .sports-hero-content .hero-actions .hero-btn,
  .video-header.geriatric-hero .orthopedic-hero-content .hero-actions .hero-btn,
  .video-header.sports-hero .geriatric-hero-content .hero-actions .hero-btn,
  .video-header.sports-hero .sports-hero-content .hero-actions .hero-btn,
  .video-header.sports-hero .orthopedic-hero-content .hero-actions .hero-btn,
  .video-header.orthopedic-hero .geriatric-hero-content .hero-actions .hero-btn,
  .video-header.orthopedic-hero .sports-hero-content .hero-actions .hero-btn,
  .video-header.orthopedic-hero .orthopedic-hero-content .hero-actions .hero-btn {
    width: 100%;
    text-align: center;
  }
  .video-header.geriatric-hero .geriatric-hero-content .hero-trust-list,
  .video-header.geriatric-hero .sports-hero-content .hero-trust-list,
  .video-header.geriatric-hero .orthopedic-hero-content .hero-trust-list,
  .video-header.sports-hero .geriatric-hero-content .hero-trust-list,
  .video-header.sports-hero .sports-hero-content .hero-trust-list,
  .video-header.sports-hero .orthopedic-hero-content .hero-trust-list,
  .video-header.orthopedic-hero .geriatric-hero-content .hero-trust-list,
  .video-header.orthopedic-hero .sports-hero-content .hero-trust-list,
  .video-header.orthopedic-hero .orthopedic-hero-content .hero-trust-list {
    gap: 0.5rem;
  }
  .video-header.geriatric-hero .geriatric-hero-content .hero-trust-list li,
  .video-header.geriatric-hero .sports-hero-content .hero-trust-list li,
  .video-header.geriatric-hero .orthopedic-hero-content .hero-trust-list li,
  .video-header.sports-hero .geriatric-hero-content .hero-trust-list li,
  .video-header.sports-hero .sports-hero-content .hero-trust-list li,
  .video-header.sports-hero .orthopedic-hero-content .hero-trust-list li,
  .video-header.orthopedic-hero .geriatric-hero-content .hero-trust-list li,
  .video-header.orthopedic-hero .sports-hero-content .hero-trust-list li,
  .video-header.orthopedic-hero .orthopedic-hero-content .hero-trust-list li {
    font-size: 0.8rem;
  }
}
.geriatric-showcase {
  padding: 5.25rem 4rem 1.75rem 4rem;
}
.geriatric-showcase-shell {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.geriatric-showcase-panel {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  border-radius: 2.25rem;
  background: linear-gradient(90deg, rgba(32, 22, 54, 0.7) 0%, rgba(32, 22, 54, 0.48) 34%, rgba(32, 22, 54, 0.14) 70%, rgba(32, 22, 54, 0.08) 100%), url("../images/services/Geriatric-header-img.jpg") center center/cover no-repeat;
  isolation: isolate;
  background-attachment: fixed;
}
.geriatric-showcase-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.1), transparent 34%), linear-gradient(180deg, rgba(11, 11, 17, 0.06), rgba(11, 11, 17, 0.18));
  z-index: 0;
}
.geriatric-showcase-content {
  position: relative;
  z-index: 1;
  min-height: 760px;
  padding: 9.5rem clamp(1.5rem, 4vw, 4rem) 2.4rem;
  display: flex;
  flex-direction: column;
}
.geriatric-showcase-copy {
  max-width: 610px;
}
.geriatric-showcase-copy .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.geriatric-showcase-copy h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.6rem, 5.2vw, 3rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.06em;
}
.geriatric-showcase-copy p {
  max-width: 620px;
  margin: 1.85rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Inter", sans-serif;
  font-size: clamp(1.02rem, 1.65vw, 1.28rem);
  font-weight: 500;
  line-height: 1.55;
}
.geriatric-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.3rem;
}
.geriatric-showcase-actions .showcase-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 3rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.geriatric-showcase-actions .showcase-btn:hover {
  transform: translateY(-2px);
}
.geriatric-showcase-actions .showcase-btn-primary {
  color: #182a3e;
  background: #11e6bd;
  box-shadow: 0 16px 28px rgba(17, 230, 189, 0.2);
}
.geriatric-showcase-actions .showcase-btn-primary:hover {
  box-shadow: 0 20px 32px rgba(17, 230, 189, 0.28);
}
.geriatric-showcase-actions .showcase-btn-secondary {
  color: #2f2850;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(17, 16, 24, 0.18);
}
.geriatric-showcase-actions .showcase-btn-secondary:hover {
  background: #f6f3ff;
}
.geriatric-showcase-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 1.25rem;
  margin-top: 2.9rem;
}
.geriatric-showcase-info-card, .geriatric-showcase-image-card {
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(14, 16, 28, 0.18);
}
.geriatric-showcase-info-card {
  width: min(100%, 480px);
  padding: 2.25rem 2.35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 248px;
}
.geriatric-showcase-info-card p {
  margin: 0;
  color: #2f2850;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 1.95rem);
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: -0.03em;
}
.geriatric-showcase-play {
  width: 100%;
  margin-top: 1.9rem;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5f4cff;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: default;
}
.geriatric-showcase-play i {
  width: 4.4rem;
  height: 4.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #6b57ff;
  background: #e8e0ff;
  font-size: 1.2rem;
}
.geriatric-showcase-image-card {
  width: min(100%, 250px);
  min-height: 248px;
  overflow: hidden;
}
.geriatric-showcase-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.geriatric-showcase-scroll {
  position: absolute;
  left: 50%;
  bottom: 1.35rem;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  font-size: 2rem;
  opacity: 0.85;
  text-decoration: none;
}
.geriatric-showcase-scroll i {
  display: inline-block;
  animation: scroll-bounce 2s infinite;
}

.orthopedic-showcase .orthopedic-showcase-panel {
  background: linear-gradient(90deg, rgba(32, 22, 54, 0.7) 0%, rgba(32, 22, 54, 0.48) 34%, rgba(32, 22, 54, 0.14) 70%, rgba(32, 22, 54, 0.08) 100%), url("../images/services/Ortho-header-img.jpg") center center/cover no-repeat;
  background-attachment: fixed;
}

.sports-showcase .sports-showcase-panel {
  background: linear-gradient(90deg, rgba(32, 22, 54, 0.7) 0%, rgba(32, 22, 54, 0.48) 34%, rgba(32, 22, 54, 0.14) 70%, rgba(32, 22, 54, 0.08) 100%), url("../images/services/Sports-header-img.jpg") center center/cover no-repeat;
  background-attachment: fixed;
}

.pediatric-showcase .pediatric-showcase-panel {
  background: linear-gradient(90deg, rgba(32, 22, 54, 0.7) 0%, rgba(32, 22, 54, 0.48) 34%, rgba(32, 22, 54, 0.14) 70%, rgba(32, 22, 54, 0.08) 100%), url("../images/services/pediatric-service.jpg") center center/cover no-repeat;
  background-attachment: fixed;
}

.neuro-showcase .neuro-showcase-panel {
  background: linear-gradient(90deg, rgba(32, 22, 54, 0.7) 0%, rgba(32, 22, 54, 0.48) 34%, rgba(32, 22, 54, 0.14) 70%, rgba(32, 22, 54, 0.08) 100%), url("../images/services/Neuro-header-img.jpg") center center/cover no-repeat;
  background-attachment: fixed;
}

.cardio-showcase .cardio-showcase-panel {
  background: linear-gradient(90deg, rgba(32, 22, 54, 0.7) 0%, rgba(32, 22, 54, 0.48) 34%, rgba(32, 22, 54, 0.14) 70%, rgba(32, 22, 54, 0.08) 100%), url("../images/services/cardio.jpg") center center/cover no-repeat;
  background-attachment: fixed;
}

.neuro-coming-soon {
  padding: 1rem 0 0;
}
.neuro-coming-soon-card {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  padding: clamp(2rem, 4vw, 3.2rem);
  background: radial-gradient(circle at top right, rgba(212, 189, 238, 0.85), rgba(212, 189, 238, 0) 30%), linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 235, 250, 0.98));
  border: 1px solid rgba(63, 30, 79, 0.12);
  box-shadow: 0 24px 48px rgba(37, 20, 48, 0.1), 0 4px 14px rgba(37, 20, 48, 0.06);
}
.neuro-coming-soon-card::before, .neuro-coming-soon-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.neuro-coming-soon-card::before {
  top: -4.5rem;
  right: -2rem;
  width: 14rem;
  height: 14rem;
  background: rgba(120, 199, 255, 0.14);
}
.neuro-coming-soon-card::after {
  left: -3rem;
  bottom: -4rem;
  width: 12rem;
  height: 12rem;
  background: rgba(184, 139, 234, 0.18);
}
.neuro-coming-soon-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  color: #371548;
  font-family: "Inter-Bold";
  font-size: 0.85rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}
.neuro-coming-soon-eyebrow::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #8ed9ff, #b88bea);
  box-shadow: 0 0 0 0.35rem rgba(184, 139, 234, 0.14);
}
.neuro-coming-soon h2 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-bottom: 0.9rem;
  color: #371548;
  font-family: "Poppins-Bold";
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}
.neuro-coming-soon-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(56, 40, 66, 0.92);
  font-family: "Inter-Regular";
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.8;
}
.neuro-coming-soon-actions {
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}
.neuro-coming-soon-actions .showcase-btn {
  min-width: 220px;
  justify-content: center;
}

@media (max-width: 1199.98px) {
  .geriatric-showcase-content {
    padding-top: 12.25rem;
  }
  .geriatric-showcase-bottom {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .geriatric-showcase {
    padding-top: 6.75rem;
  }
  .geriatric-showcase-panel, .geriatric-showcase-content {
    min-height: auto;
  }
  .geriatric-showcase-content {
    padding: 10.5rem 1.3rem 1.5rem;
  }
  .geriatric-showcase-copy h1 {
    max-width: 540px;
  }
  .geriatric-showcase-actions .showcase-btn {
    min-height: 4.35rem;
  }
}
@media (max-width: 767.98px) {
  .geriatric-showcase {
    padding-top: 6.25rem;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  .geriatric-showcase-shell {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .geriatric-showcase-panel {
    border-radius: 1.6rem;
  }
  .geriatric-showcase-content {
    padding: 8.25rem 1rem 1rem;
  }
  .geriatric-showcase-copy p {
    margin-top: 1.2rem;
  }
  .geriatric-showcase-actions {
    gap: 0.85rem;
    margin-top: 1.7rem;
  }
  .geriatric-showcase-actions .showcase-btn {
    width: 100%;
    min-height: 3.9rem;
    border-radius: 1.1rem;
    padding: 0.95rem 1.1rem;
  }
  .geriatric-showcase-bottom {
    gap: 0.9rem;
    margin-top: 1.5rem;
  }
  .geriatric-showcase-scroll {
    bottom: 1rem;
  }
  .geriatric-showcase-info-card, .geriatric-showcase-image-card {
    width: 100%;
    border-radius: 1.4rem;
  }
  .geriatric-showcase-info-card {
    min-height: 220px;
    padding: 1.5rem;
  }
  .geriatric-showcase-play i {
    width: 3.65rem;
    height: 3.65rem;
  }
  .geriatric-showcase-image-card {
    min-height: 220px;
  }
  .neuro-coming-soon-card {
    border-radius: 1.5rem;
    padding: 1.5rem 1.2rem;
    margin-bottom: 50px;
  }
  .neuro-coming-soon h2 {
    font-size: clamp(1.7rem, 8vw, 2.3rem);
  }
  .neuro-coming-soon-actions .showcase-btn {
    width: 100%;
    min-width: 0;
  }
}
/*-----------------------------------------------------------------------------------

 Project Name: Amethyst
 Project URI: http://
 Description: 
 Author: Chandan Baruah
 Author URI: https://chandanbaruah.com/
 Version: 1.0.0

/* -----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

 Imports


---------------------------------------------------------------- */
/* 00. Imports */
#footer {
  scroll-margin-top: 100px;
}

.footer {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 0;
  }
}
.footer .cta-img-wrapper {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2.25rem;
  /* 👇 THIS CONTROLS HEIGHT */
  height: 550px;
}
.footer .cta-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer {
  /* Dark overlay */
}
.footer .cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35));
  z-index: 1;
}
.footer {
  /* Content */
}
.footer .cta-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 3rem;
}
.footer .cta-text h2 {
  font-family: "Poppins-Bold";
  font-size: 2rem;
  color: #fff;
  margin-bottom: 1rem;
}
.footer .cta-text p {
  font-family: "Inter-Regular";
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 520px;
  line-height: 1.6;
}
.footer .cta-text .address-wrapper {
  margin-top: 1rem;
}
.footer .cta-text .address-wrapper h5 {
  font-family: "Poppins-Bold";
  font-size: 0.95rem;
  letter-spacing: 0.2px;
  color: #fff;
  margin-bottom: 0.5rem;
  text-transform: none;
}
.footer .cta-text .address-wrapper .address-intro {
  max-width: 38rem;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
}
.footer .cta-text .address-wrapper .clinic-location-list {
  margin: 0;
  row-gap: 1rem;
}
.footer .cta-text .address-wrapper .clinic-location-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
  min-height: 100%;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(33, 33, 33, 0.08);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}
.footer .cta-text .address-wrapper .clinic-location-header {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
}
.footer .cta-text .address-wrapper .clinic-location-header i {
  font-size: 1rem;
  color: #371548;
  margin-top: 0.15rem;
}
.footer .cta-text .address-wrapper .clinic-location-label {
  display: inline-block;
  font-family: "Inter-Bold";
  font-size: 0.88rem;
  letter-spacing: 0.2px;
  color: #181818;
  margin-bottom: 0.25rem;
}
.footer .cta-text .address-wrapper address {
  margin: 0;
  font-family: "Inter-Regular";
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.78);
  letter-spacing: 0.15px;
  font-style: normal;
}
.footer .cta-text .address-wrapper .clinic-location-link {
  flex-shrink: 0;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  min-height: 38px;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(63, 30, 79, 0.08);
  border: 1px solid rgba(63, 30, 79, 0.14);
  color: #371548;
  text-decoration: none;
  font-family: "Inter-Bold";
  font-size: 0.8rem;
  margin-left: 20px;
  letter-spacing: 0.2px;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.footer .cta-text .address-wrapper .clinic-location-link:hover {
  color: #371548;
  background: rgba(63, 30, 79, 0.14);
  border-color: rgba(63, 30, 79, 0.22);
  transform: translateY(-1px);
}
.footer .cta-text .address-wrapper .clinic-location-contact {
  margin: 0;
  font-family: "Inter-Regular";
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.78);
  letter-spacing: 0.15px;
}
.footer .cta-text .address-wrapper .clinic-location-contact a {
  color: blue;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer .cta-text .address-wrapper .clinic-location-contact a:hover {
  color: rgb(24.8387096774, 9.4838709677, 32.5161290323);
}
.footer {
  /* Form */
}
.footer .cta-form {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.18));
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  padding: 1.75rem;
  border-radius: 1.2rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.footer .cta-form .form-control,
.footer .cta-form .form-select {
  font-family: "Inter-Regular";
  font-size: 0.95rem;
  padding: 0.7rem 0.75rem;
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.footer .cta-form .form-control.is-invalid,
.footer .cta-form .form-select.is-invalid,
.footer .cta-form [data-fs-field][aria-invalid=true] {
  border-color: rgba(255, 92, 92, 0.9);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 0.2rem rgba(255, 92, 92, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.footer .cta-form .form-control.is-valid,
.footer .cta-form .form-select.is-valid {
  border-color: rgba(64, 186, 120, 0.9);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 0.2rem rgba(64, 186, 120, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.footer .cta-form .form-error {
  min-height: 0.95rem;
  margin-top: 0.35rem;
  font-family: "Inter-Regular";
  font-size: 0.75rem;
  color: rgba(255, 238, 238, 0.95);
  text-align: left;
}
.footer .cta-form .form-status {
  display: none;
  margin-top: 0.9rem;
  font-family: "Inter-Regular";
  font-size: 0.82rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
}
.footer .cta-form .form-status[data-fs-active] {
  display: block;
}
.footer .cta-form .form-status.form-status-success {
  color: #d7ffe7;
}
.footer .cta-form .form-status.form-status-error {
  color: #ffe0e0;
}
.footer .cta-form .btn-primary-custom {
  background-color: #371548;
  color: #ffffff;
  border: none;
  font-family: "Inter-Bold";
  font-size: 1rem;
  padding: 0.7rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
}
.footer .cta-form .btn-primary-custom:hover {
  background-color: rgb(36.9032258065, 14.0903225806, 48.3096774194);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}
.footer .cta-form .btn-primary-custom:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.footer .cta-form .btn-primary-custom:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(55, 21, 72, 0.35);
}
.footer .cta-form .btn-primary-custom:disabled {
  opacity: 0.75;
  cursor: wait;
  transform: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}
.footer .footer-bottom {
  position: relative;
  margin-top: 3rem;
  padding: 0.8rem 0;
  background: linear-gradient(120deg, rgb(36.9032258065, 14.0903225806, 48.3096774194), #371548 45%, rgb(73.0967741935, 27.9096774194, 95.6903225806));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 -14px 28px rgba(0, 0, 0, 0.18);
}
.footer .footer-bottom::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
  opacity: 0.6;
  pointer-events: none;
}
.footer .footer-bottom p {
  font-family: "Inter-Regular";
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8rem;
  letter-spacing: 0.2px;
}
.footer .footer-bottom .creator-name {
  font-size: 0.7rem;
}
.footer .footer-bottom a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  font-family: "Inter-Bold";
  position: relative;
  transition: color 0.25s ease;
}
.footer .footer-bottom a:hover {
  color: #ffffff;
}
.footer .footer-bottom a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  transition: transform 0.25s ease;
}
.footer .footer-bottom a:hover::after {
  transform: scaleX(1);
}
.footer .footer-bottom .social-media-wrapper {
  margin-top: 0;
}
.footer .footer-bottom .social-media-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.65rem;
  align-items: center;
}
.footer .footer-bottom .social-media-wrapper a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.footer .footer-bottom .social-media-wrapper a i {
  font-size: 1rem;
  color: #ffffff;
}
.footer .footer-bottom .social-media-wrapper a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.footer .footer-bottom .social-media-wrapper .bi-instagram {
  color: #e1306c;
}
.footer .footer-bottom .social-media-wrapper .bi-linkedin {
  color: #0a66c2;
}
.footer .footer-bottom .text-md-start {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .footer .cta-img-wrapper {
    height: auto;
    min-height: 0;
  }
  .footer .cta-img {
    position: absolute;
    inset: 0;
  }
  .footer .cta-content {
    position: relative;
    padding: 2.25rem 1.75rem;
    row-gap: 1.5rem;
  }
  .footer .cta-text h2 {
    font-size: 1.75rem;
  }
  .footer .cta-text p {
    font-size: 0.96rem;
  }
  .footer .cta-form {
    padding: 1.5rem;
  }
  .footer .footer-bottom .row {
    row-gap: 1rem;
  }
}
/* Responsive */
@media screen and (max-width: 767px) {
  .footer .cta-img-wrapper {
    min-height: 0;
  }
  .footer .cta-content {
    position: relative;
    padding: 1.5rem 1rem;
    text-align: center;
  }
  .footer .cta-text {
    margin-bottom: 2rem;
  }
  .footer .cta-text h2 {
    font-size: 1.55rem;
  }
  .footer .cta-text p {
    margin: 0 auto;
  }
  .footer .cta-text .address-wrapper .address-intro {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .cta-text .address-wrapper .clinic-location-card {
    text-align: left;
  }
  .footer .cta-text .address-wrapper .clinic-location-link {
    align-self: flex-start;
  }
  .footer .cta-form {
    padding: 1.2rem;
  }
  .footer .footer-bottom {
    text-align: center;
  }
  .footer .footer-bottom .text-md-start {
    justify-content: center;
  }
  .footer .footer-bottom .social-media-wrapper ul {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
}
html,
body {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #f2e8df !important;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
  height: 12px;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to bottom, rgb(79.1290322581, 30.2129032258, 103.5870967742), #371548, rgb(24.8387096774, 9.4838709677, 32.5161290323));
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background-color: rgba(63, 30, 79, 0.16);
}
html::-moz-scrollbar,
body::-moz-scrollbar {
  width: 8px;
  height: 12px;
}
html::-moz-scrollbar-thumb,
body::-moz-scrollbar-thumb {
  background-image: linear-gradient(to bottom, rgb(79.1290322581, 30.2129032258, 103.5870967742), #371548, rgb(24.8387096774, 9.4838709677, 32.5161290323));
}
html::-moz-scrollbar-track,
body::-moz-scrollbar-track {
  background-color: rgba(63, 30, 79, 0.16);
}
html.loader-active,
body.loader-active {
  overflow: hidden;
  height: 100%;
  overscroll-behavior: none;
  touch-action: none;
  position: fixed;
  width: 100%;
}
html .page-loader,
body .page-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
html .page-loader .loader-card,
body .page-loader .loader-card {
  min-width: 260px;
  padding: 2rem 2.25rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
html .page-loader .loader-icon,
body .page-loader .loader-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  margin: 0 auto 0.4rem;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, rgba(63, 30, 79, 0.12), rgba(63, 30, 79, 0.35));
  color: #371548;
  font-size: 1.6rem;
  position: relative;
}
html .page-loader .loader-icon::after,
body .page-loader .loader-icon::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 22px;
  border: 2px solid rgba(63, 30, 79, 0.25);
  animation: loader-pulse 1.8s ease-in-out infinite;
}
html .page-loader .loader-title,
body .page-loader .loader-title {
  font-family: "Poppins-Bold";
  font-size: 1.15rem;
  color: #371548;
}
html .page-loader .loader-subtitle,
body .page-loader .loader-subtitle {
  font-family: "Inter-Regular";
  font-size: 0.9rem;
  color: rgba(38, 38, 38, 0.7);
}
html .page-loader .loader-dots,
body .page-loader .loader-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.5rem;
}
html .page-loader .loader-dots span,
body .page-loader .loader-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #371548;
  animation: loader-dots 1.2s ease-in-out infinite;
}
html .page-loader .loader-dots span:nth-child(2),
body .page-loader .loader-dots span:nth-child(2) {
  animation-delay: 0.15s;
}
html .page-loader .loader-dots span:nth-child(3),
body .page-loader .loader-dots span:nth-child(3) {
  animation-delay: 0.3s;
}
html .page-loader.is-hidden,
body .page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@keyframes loader-pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.35;
  }
  50% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.35;
  }
}
@keyframes loader-dots {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.5;
  }
  50% {
    transform: translateY(-4px);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  html .page-loader,
  body .page-loader {
    transition: none;
  }
  html .loader-icon::after,
  html .loader-dots span,
  body .loader-icon::after,
  body .loader-dots span {
    animation: none;
  }
}
html .scroll-to-top,
body .scroll-to-top {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 12px);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgb(73.0967741935, 27.9096774194, 95.6903225806), #371548);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 9999;
}
html .scroll-to-top i,
body .scroll-to-top i {
  font-size: 1.03rem;
}
html .scroll-to-top::after,
body .scroll-to-top::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 30, 79, 0.35), rgba(63, 30, 79, 0));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
html .scroll-to-top:hover,
body .scroll-to-top:hover {
  transform: translate(-50%, 4px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
html .scroll-to-top:hover::after,
body .scroll-to-top:hover::after {
  opacity: 1;
}
html .scroll-to-top:focus-visible,
body .scroll-to-top:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
html .scroll-to-top.is-visible,
body .scroll-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
html #about,
body #about {
  scroll-margin-top: 65px;
}
html #expertise,
body #expertise {
  scroll-margin-top: 100px;
}
html .about,
body .about {
  padding: 60px 0;
}
html .about .section-header .content-center,
body .about .section-header .content-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: auto;
}
html .about .section-header .content-center h2,
body .about .section-header .content-center h2 {
  font-family: "Poppins-Bold";
  font-size: 3.5rem;
  color: #371548;
}
html .about .section-header .content-center p,
body .about .section-header .content-center p {
  font-family: "Inter-Regular";
  font-size: 1.3rem;
  text-align: center;
}
html .about .section-header .content-center .btn-primary-custom,
body .about .section-header .content-center .btn-primary-custom {
  background-color: #371548;
  color: #ffffff;
  font-family: "Inter-Bold";
  font-size: 1.05rem;
  padding: 0.85rem 2.25rem;
  border-radius: 50px;
  border: none;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18), 0 3px 8px rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
html .about .section-header .content-center .btn-primary-custom:hover,
body .about .section-header .content-center .btn-primary-custom:hover {
  background-color: rgb(36.9032258065, 14.0903225806, 48.3096774194);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22), 0 5px 12px rgba(0, 0, 0, 0.16);
}
html .about .section-header .content-center .btn-primary-custom:active,
body .about .section-header .content-center .btn-primary-custom:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
}
html .about .section-header .physio-video,
body .about .section-header .physio-video {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  margin-bottom: 20px;
  border-radius: 28px;
  overflow: hidden;
  background-color: #000;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18), 0 8px 18px rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
html .about .section-header .physio-video video,
html .about .section-header .physio-video iframe,
body .about .section-header .physio-video video,
body .about .section-header .physio-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
html .about .section-header .physio-video::after,
body .about .section-header .physio-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.45));
  z-index: 1;
}
html .about .section-header .physio-video .video-overlay-content,
body .about .section-header .physio-video .video-overlay-content {
  position: absolute;
  bottom: 0;
  left: 20px;
  color: #fff;
  text-align: center;
  z-index: 2;
}
html .about .section-header .physio-video .video-overlay-content h2,
body .about .section-header .physio-video .video-overlay-content h2 {
  font-family: "Inter-Bold";
  font-size: 3rem;
  margin-bottom: 0;
}
html .about .section-header .physio-video .video-overlay-content p,
body .about .section-header .physio-video .video-overlay-content p {
  font-family: "Inter-Regular";
  font-size: 1.2rem;
  max-width: 600px;
  text-align: left;
}
html .about .section-header .about-grid-wrapper,
body .about .section-header .about-grid-wrapper {
  width: 80%;
  margin: 1.5rem auto 0;
}
html .about .section-header .about-grid-wrapper .about-grid .about-box,
body .about .section-header .about-grid-wrapper .about-grid .about-box {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 2.5rem 2rem;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
}
html .about .section-header .about-grid-wrapper .about-grid .about-box h4,
body .about .section-header .about-grid-wrapper .about-grid .about-box h4 {
  font-family: "Inter-Bold";
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #371548;
}
html .about .section-header .about-grid-wrapper .about-grid .about-box p,
body .about .section-header .about-grid-wrapper .about-grid .about-box p {
  font-family: "Inter-Regular";
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: left;
}
html .about .section-header .about-grid-wrapper .about-grid .about-box:hover,
body .about .section-header .about-grid-wrapper .about-grid .about-box:hover {
  background-color: #371548;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
html .about .section-header .about-grid-wrapper .about-grid .about-box:hover h4,
html .about .section-header .about-grid-wrapper .about-grid .about-box:hover p,
body .about .section-header .about-grid-wrapper .about-grid .about-box:hover h4,
body .about .section-header .about-grid-wrapper .about-grid .about-box:hover p {
  color: #ffffff;
}
html .about .section-header .meet-our-team,
body .about .section-header .meet-our-team {
  padding: 100px 0 80px 0;
}
html .about .section-header .meet-our-team .description-center,
body .about .section-header .meet-our-team .description-center {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html .about .section-header .meet-our-team .description-center h2,
body .about .section-header .meet-our-team .description-center h2 {
  font-family: "Poppins-Bold";
  font-size: 3.5rem;
  color: #371548;
}
html .about .section-header .meet-our-team .description-center p,
body .about .section-header .meet-our-team .description-center p {
  font-family: "Inter-Regular";
  font-size: 1.3rem;
  text-align: center;
}
html .about .section-header .meet-our-team .description-center .team-member-image img,
body .about .section-header .meet-our-team .description-center .team-member-image img {
  border-radius: 50%;
  display: block;
  margin: auto;
  filter: grayscale(0);
  transition: filter 0.3s ease;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
html .about .section-header .meet-our-team .description-center .team-member-image img:hover,
body .about .section-header .meet-our-team .description-center .team-member-image img:hover {
  filter: grayscale(100);
}
html .about .section-header .meet-our-team .description-center .team-member-image h4,
body .about .section-header .meet-our-team .description-center .team-member-image h4 {
  font-family: "Poppins-Bold";
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
  color: #371548;
  text-align: center;
}
html .about .section-header .meet-our-team .description-center .team-member-image p,
body .about .section-header .meet-our-team .description-center .team-member-image p {
  font-family: "Inter-Regular";
  font-size: 0.8rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 0.6rem;
}
html .about .section-header .meet-our-team .description-center .team-member-image .team-social-links,
body .about .section-header .meet-our-team .description-center .team-member-image .team-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}
html .about .section-header .meet-our-team .description-center .team-member-image .team-social-links a,
body .about .section-header .meet-our-team .description-center .team-member-image .team-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(55, 21, 72, 0.12);
  border-radius: 8px;
  background: #e1306c;
  box-shadow: 0 16px 28px rgba(55, 21, 72, 0.18);
  text-decoration: none;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  transition: 0.25s ease;
}
html .about .section-header .meet-our-team .description-center .team-member-image .team-social-links a i,
body .about .section-header .meet-our-team .description-center .team-member-image .team-social-links a i {
  font-size: 1.15rem;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  transition: 0.25s ease;
}
html .about .section-header .meet-our-team .description-center .team-member-image .team-social-links a:hover,
body .about .section-header .meet-our-team .description-center .team-member-image .team-social-links a:hover {
  transform: translateY(-4px);
  border-color: transparent;
}
html .about .section-header .meet-our-team .description-center .team-member-image .team-social-links .instagram,
body .about .section-header .meet-our-team .description-center .team-member-image .team-social-links .instagram {
  color: #fff;
}
html .about .section-header .meet-our-team .description-center .team-member-image .team-social-links .instagram:hover,
body .about .section-header .meet-our-team .description-center .team-member-image .team-social-links .instagram:hover {
  background: #e1306c;
  color: #fff;
}
html .about .section-header .meet-our-team .description-center .team-member-image .team-social-links .linkedin,
body .about .section-header .meet-our-team .description-center .team-member-image .team-social-links .linkedin {
  color: #fff;
  background: #0a66c2;
}
html .about .section-header .meet-our-team .description-center .team-member-image .team-social-links .linkedin:hover,
body .about .section-header .meet-our-team .description-center .team-member-image .team-social-links .linkedin:hover {
  background: #0a66c2;
  color: #fff;
}
html .about .section-header .meet-our-team .description-center .team-member-description,
body .about .section-header .meet-our-team .description-center .team-member-description {
  height: 100%;
  display: flex;
  padding-bottom: 10rem;
}
html .about .section-header .meet-our-team .description-center .team-member-description p,
body .about .section-header .meet-our-team .description-center .team-member-description p {
  font-family: "Inter-Regular";
  font-size: 1rem;
  text-align: left;
  margin-bottom: 0;
  padding-top: 50px;
}
html .about .section-header .meet-our-team .description-center .our-story,
body .about .section-header .meet-our-team .description-center .our-story {
  padding-top: 1.5rem;
}
html .about .section-header .meet-our-team .description-center .our-story .story-img,
body .about .section-header .meet-our-team .description-center .our-story .story-img {
  overflow: hidden;
  border-radius: 2rem;
}
html .about .section-header .meet-our-team .description-center .our-story .story-img img,
body .about .section-header .meet-our-team .description-center .our-story .story-img img {
  margin-top: 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
  width: 100%;
  transition: all 0.3s ease;
  height: 60vh;
  object-fit: cover;
}
html .about .section-header .meet-our-team .description-center .our-story .story-img img:hover,
body .about .section-header .meet-our-team .description-center .our-story .story-img img:hover {
  transform: scale(1.05);
}
html .about .section-header .meet-our-team .description-center .our-story .story,
body .about .section-header .meet-our-team .description-center .our-story .story {
  height: 100%;
  padding: 30px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html .about .section-header .meet-our-team .description-center .our-story .story h2,
body .about .section-header .meet-our-team .description-center .our-story .story h2 {
  font-family: "Poppins-SemiBold";
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #371548;
}
html .about .section-header .meet-our-team .description-center .our-story .story p,
body .about .section-header .meet-our-team .description-center .our-story .story p {
  text-align: left;
  font-family: "Inter-Regular";
  font-size: 1.125rem;
}
html .about .section-header .meet-our-team .description-center .our-story .healthcare-quote,
body .about .section-header .meet-our-team .description-center .our-story .healthcare-quote {
  padding: 1rem 1.5rem;
  border-left: 4px solid #371548;
  background-color: #fff;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
html .about .section-header .meet-our-team .description-center .our-story .healthcare-quote .quote-author,
body .about .section-header .meet-our-team .description-center .our-story .healthcare-quote .quote-author {
  font-family: "Inter-Regular";
  font-size: 1rem;
  color: #371548;
  font-style: italic;
  margin: 0;
}
html .about .section-header .faq-wrapper,
body .about .section-header .faq-wrapper {
  max-width: 1000px;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  padding: 3rem;
}
html .about .section-header .faq-wrapper .text-style-tagline,
body .about .section-header .faq-wrapper .text-style-tagline {
  display: flex;
  align-items: center;
}
html .about .section-header .faq-wrapper .text-style-tagline .tagline_dot,
body .about .section-header .faq-wrapper .text-style-tagline .tagline_dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #371548;
  margin-right: 0.6rem;
}
html .about .section-header .faq-wrapper .text-style-tagline p,
body .about .section-header .faq-wrapper .text-style-tagline p {
  font-family: "Inter-Regular";
  font-size: 1rem;
  color: #371548;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}
html .about .section-header .faq-wrapper h2,
body .about .section-header .faq-wrapper h2 {
  font-family: "Poppins-Bold";
  font-size: 2rem;
  color: #371548;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
}
html .about .section-header .faq-wrapper .faq-heading-wrapper,
body .about .section-header .faq-wrapper .faq-heading-wrapper {
  position: sticky;
  top: 96px;
  align-self: flex-start;
}
html .about .section-header .faq-wrapper .accordion-wrapper .accordion,
body .about .section-header .faq-wrapper .accordion-wrapper .accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-bg: #ffffff;
  --bs-accordion-active-bg: #ffffff;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-color: #371548;
  --bs-accordion-active-color: #371548;
}
html .about .section-header .faq-wrapper .accordion-wrapper .accordion-item,
body .about .section-header .faq-wrapper .accordion-wrapper .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
html .about .section-header .faq-wrapper .accordion-wrapper .accordion-item:not(:last-child),
body .about .section-header .faq-wrapper .accordion-wrapper .accordion-item:not(:last-child) {
  margin-bottom: 0.85rem;
}
html .about .section-header .faq-wrapper .accordion-wrapper .accordion-button,
body .about .section-header .faq-wrapper .accordion-wrapper .accordion-button {
  font-family: "Inter-Bold";
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem 1.15rem;
}
html .about .section-header .faq-wrapper .accordion-wrapper .accordion-button:not(.collapsed),
body .about .section-header .faq-wrapper .accordion-wrapper .accordion-button:not(.collapsed) {
  box-shadow: none;
}
html .about .section-header .faq-wrapper .accordion-wrapper .accordion-body,
body .about .section-header .faq-wrapper .accordion-wrapper .accordion-body {
  font-family: "Inter-Regular";
  font-size: 0.96rem;
  line-height: 1.75;
  padding: 0 1.15rem 1.1rem 1.15rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  html .about .section-header .faq-wrapper,
  body .about .section-header .faq-wrapper {
    padding: 1.25rem;
  }
  html .about .section-header .faq-wrapper .faq-heading-wrapper,
  body .about .section-header .faq-wrapper .faq-heading-wrapper {
    position: static;
    top: auto;
    margin-bottom: 1rem;
  }
}
html .expertise,
body .expertise {
  padding: 0 0 60px 0;
}
html .expertise .content-center,
body .expertise .content-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: auto;
}
html .expertise .content-center h2,
body .expertise .content-center h2 {
  font-family: "Poppins-Bold";
  font-size: 3.5rem;
  color: #371548;
}
html .expertise .content-center p,
body .expertise .content-center p {
  font-family: "Inter-Regular";
  font-size: 1.3rem;
  text-align: center;
}
html .expertise .expertise-grid .expertise-box,
body .expertise .expertise-grid .expertise-box {
  border-radius: 18px;
  height: 500px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
}
html .expertise .expertise-grid .expertise-box img,
body .expertise .expertise-grid .expertise-box img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
html .expertise .expertise-grid .expertise-box:hover img,
body .expertise .expertise-grid .expertise-box:hover img {
  transform: scale(1.06);
}
html .expertise .expertise-grid .expertise-box .text-overlay,
body .expertise .expertise-grid .expertise-box .text-overlay {
  position: absolute;
  bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  color: #ffffff;
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
}
html .expertise .expertise-grid .expertise-box .text-overlay::before,
body .expertise .expertise-grid .expertise-box .text-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0f2e2a;
  opacity: 0.18;
  z-index: -1;
}
html .expertise .expertise-grid .expertise-box .text-overlay h4,
body .expertise .expertise-grid .expertise-box .text-overlay h4 {
  font-family: "Inter-Bold";
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
html .expertise .expertise-grid .expertise-box .text-overlay p,
body .expertise .expertise-grid .expertise-box .text-overlay p {
  font-family: "Inter-Regular";
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}
html .expertise .expertise-grid .expertise-box .anchor-wrapper,
body .expertise .expertise-grid .expertise-box .anchor-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
html .expertise .expertise-grid .expertise-box .anchor-wrapper a,
body .expertise .expertise-grid .expertise-box .anchor-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 0.8rem 0;
  font-family: "Inter-Bold";
  letter-spacing: 0.05rem;
  font-size: 0.7rem;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
html .expertise .expertise-grid .expertise-box .anchor-wrapper a i,
body .expertise .expertise-grid .expertise-box .anchor-wrapper a i {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
html .expertise .expertise-grid .expertise-box .anchor-wrapper a:hover i,
body .expertise .expertise-grid .expertise-box .anchor-wrapper a:hover i {
  margin-left: 6px;
  opacity: 1;
}
html .expertise .services-detail-section,
body .expertise .services-detail-section {
  margin-top: 4rem;
  max-width: 1000px;
  margin: auto;
}
html .expertise .services-detail-section h5,
body .expertise .services-detail-section h5 {
  font-family: "Inter-Bold";
  font-size: 1.8rem;
  color: #371548;
  margin-bottom: 0.5rem;
}
html .expertise .services-detail-section p,
body .expertise .services-detail-section p {
  font-family: "Inter-Regular";
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 720px;
  border-bottom: 2px solid #e3e3e3;
  padding-bottom: 0.6rem;
}
html .testimonials,
body .testimonials {
  padding: 60px 0 60px 0;
}
html .testimonials .content-center,
body .testimonials .content-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: auto;
}
html .testimonials .content-center h2,
body .testimonials .content-center h2 {
  font-family: "Poppins-Bold";
  font-size: 3.5rem;
  color: #371548;
}
html .testimonials .content-center p,
body .testimonials .content-center p {
  font-family: "Inter-Regular";
  font-size: 1.3rem;
  text-align: center;
}
html .testimonials .testimonials-swiper,
body .testimonials .testimonials-swiper {
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
}
html .testimonials .swiper-slide,
body .testimonials .swiper-slide {
  height: auto;
}
html .testimonials .testimonial-card,
body .testimonials .testimonial-card {
  background: #f7f3ee;
  border-radius: 18px;
  padding: 2.75rem 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
  min-height: 360px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
html .testimonials .testimonial-quote,
body .testimonials .testimonial-quote {
  font-family: "Inter-Regular";
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 0;
  position: relative;
}
html .testimonials .testimonial-quote::before,
body .testimonials .testimonial-quote::before {
  content: "“";
  display: block;
  font-family: "Poppins-Bold";
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
}
html .testimonials .testimonial-meta,
body .testimonials .testimonial-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: auto;
}
html .testimonials .testimonial-meta img,
body .testimonials .testimonial-meta img {
  display: none;
}
html .testimonials .testimonial-meta h4,
body .testimonials .testimonial-meta h4 {
  font-family: "Poppins-Bold";
  font-size: 0.95rem;
  margin: 0;
}
html .testimonials .testimonial-meta span,
body .testimonials .testimonial-meta span {
  display: block;
  font-family: "Inter-Regular";
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.5);
}
html .testimonials .swiper-pagination-bullet,
body .testimonials .swiper-pagination-bullet {
  background: #371548;
  opacity: 0.35;
}
html .testimonials .swiper-pagination-bullet-active,
body .testimonials .swiper-pagination-bullet-active {
  opacity: 1;
}
html .testimonials .testimonial-controls,
body .testimonials .testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.75rem;
}
html .testimonials .swiper-pagination,
body .testimonials .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
html .testimonials .testimonial-nav,
body .testimonials .testimonial-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 0;
}
html .testimonials .swiper-button-prev,
html .testimonials .swiper-button-next,
body .testimonials .swiper-button-prev,
body .testimonials .swiper-button-next {
  position: static;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #232323;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}
html .testimonials .swiper-button-prev svg,
html .testimonials .swiper-button-next svg,
body .testimonials .swiper-button-prev svg,
body .testimonials .swiper-button-next svg {
  display: none;
}
html .testimonials .swiper-button-prev::after,
html .testimonials .swiper-button-next::after,
body .testimonials .swiper-button-prev::after,
body .testimonials .swiper-button-next::after {
  content: none;
  display: none;
}
html .testimonials .swiper-button-prev i,
html .testimonials .swiper-button-next i,
body .testimonials .swiper-button-prev i,
body .testimonials .swiper-button-next i {
  font-size: 1rem;
}
html .testimonials .swiper-button-prev:hover,
html .testimonials .swiper-button-next:hover,
body .testimonials .swiper-button-prev:hover,
body .testimonials .swiper-button-next:hover {
  transform: translateY(-2px);
}
html .testimonials .swiper-button-prev:focus-visible,
html .testimonials .swiper-button-next:focus-visible,
body .testimonials .swiper-button-prev:focus-visible,
body .testimonials .swiper-button-next:focus-visible {
  outline: 2px solid #371548;
  outline-offset: 3px;
}
@media screen and (max-width: 991px) {
  html .about .section-header .content-center h2,
  body .about .section-header .content-center h2 {
    font-size: 2.6rem;
  }
  html .about .section-header .content-center p,
  body .about .section-header .content-center p {
    font-size: 1.08rem;
  }
  html .about .section-header .physio-video,
  body .about .section-header .physio-video {
    max-width: 100%;
    border-radius: 24px;
  }
  html .about .section-header .physio-video .video-overlay-content,
  body .about .section-header .physio-video .video-overlay-content {
    left: 1.25rem;
    bottom: 1rem;
  }
  html .about .section-header .physio-video .video-overlay-content h2,
  body .about .section-header .physio-video .video-overlay-content h2 {
    font-size: 2.2rem;
  }
  html .about .section-header .physio-video .video-overlay-content p,
  body .about .section-header .physio-video .video-overlay-content p {
    font-size: 1rem;
    max-width: 100%;
  }
  html .about .section-header .about-grid-wrapper,
  body .about .section-header .about-grid-wrapper {
    width: 100%;
  }
  html .about .section-header .meet-our-team,
  body .about .section-header .meet-our-team {
    padding: 72px 0 52px 0;
  }
  html .about .section-header .meet-our-team .description-center h2,
  body .about .section-header .meet-our-team .description-center h2 {
    font-size: 2.6rem;
  }
  html .about .section-header .meet-our-team .description-center p,
  body .about .section-header .meet-our-team .description-center p {
    font-size: 1.08rem;
  }
  html .about .section-header .meet-our-team .description-center .team-member-description,
  body .about .section-header .meet-our-team .description-center .team-member-description {
    padding-bottom: 3rem;
  }
  html .about .section-header .meet-our-team .description-center .team-member-description p,
  body .about .section-header .meet-our-team .description-center .team-member-description p {
    padding-top: 1.5rem;
  }
  html .about .section-header .meet-our-team .description-center .our-story .story-img img,
  body .about .section-header .meet-our-team .description-center .our-story .story-img img {
    height: 420px;
  }
  html .about .section-header .meet-our-team .description-center .our-story .story,
  body .about .section-header .meet-our-team .description-center .our-story .story {
    padding: 1.5rem 0 0;
  }
  html .about .section-header .faq-wrapper,
  body .about .section-header .faq-wrapper {
    padding: 2rem;
  }
  html .expertise .content-center h2,
  body .expertise .content-center h2 {
    font-size: 2.6rem;
  }
  html .expertise .content-center p,
  body .expertise .content-center p {
    font-size: 1.08rem;
  }
  html .expertise .expertise-grid .expertise-box,
  body .expertise .expertise-grid .expertise-box {
    height: 420px;
  }
  html .testimonials .content-center h2,
  body .testimonials .content-center h2 {
    font-size: 2.6rem;
  }
  html .testimonials .content-center p,
  body .testimonials .content-center p {
    font-size: 1.08rem;
  }
  html .testimonials .testimonial-card,
  body .testimonials .testimonial-card {
    padding: 2rem 1.75rem;
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  html .scroll-to-top,
  body .scroll-to-top {
    bottom: 18px;
    width: 40px;
    height: 40px;
    left: auto;
    right: 0;
  }
  html .about,
  body .about {
    padding: 48px 0;
  }
  html .about .section-header .content-center h2,
  body .about .section-header .content-center h2 {
    font-size: 2rem;
    text-align: center;
  }
  html .about .section-header .content-center p,
  body .about .section-header .content-center p {
    font-size: 0.98rem;
    line-height: 1.75;
  }
  html .about .section-header .content-center .btn-primary-custom,
  body .about .section-header .content-center .btn-primary-custom {
    width: 100%;
    max-width: 280px;
  }
  html .about .section-header .physio-video,
  body .about .section-header .physio-video {
    margin: 2rem auto 1rem;
    border-radius: 20px;
  }
  html .about .section-header .physio-video video,
  html .about .section-header .physio-video iframe,
  body .about .section-header .physio-video video,
  body .about .section-header .physio-video iframe {
    min-height: 320px;
  }
  html .about .section-header .physio-video .video-overlay-content,
  body .about .section-header .physio-video .video-overlay-content {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
  html .about .section-header .physio-video .video-overlay-content h2,
  body .about .section-header .physio-video .video-overlay-content h2 {
    font-size: 1.65rem;
  }
  html .about .section-header .physio-video .video-overlay-content p,
  body .about .section-header .physio-video .video-overlay-content p {
    font-size: 0.95rem;
    text-align: left;
  }
  html .about .section-header .about-grid-wrapper,
  body .about .section-header .about-grid-wrapper {
    margin-top: 1rem;
  }
  html .about .section-header .about-grid-wrapper .about-grid,
  body .about .section-header .about-grid-wrapper .about-grid {
    row-gap: 1rem;
  }
  html .about .section-header .about-grid-wrapper .about-grid .about-box,
  body .about .section-header .about-grid-wrapper .about-grid .about-box {
    padding: 1.5rem 1.25rem;
  }
  html .about .section-header .meet-our-team,
  body .about .section-header .meet-our-team {
    padding: 56px 0 40px 0;
  }
  html .about .section-header .meet-our-team .description-center h2,
  body .about .section-header .meet-our-team .description-center h2 {
    font-size: 2rem;
    text-align: center;
  }
  html .about .section-header .meet-our-team .description-center p,
  body .about .section-header .meet-our-team .description-center p {
    font-size: 0.98rem;
  }
  html .about .section-header .meet-our-team .description-center > .row > :nth-child(3),
  body .about .section-header .meet-our-team .description-center > .row > :nth-child(3) {
    order: 4;
  }
  html .about .section-header .meet-our-team .description-center > .row > :nth-child(4),
  body .about .section-header .meet-our-team .description-center > .row > :nth-child(4) {
    order: 3;
  }
  html .about .section-header .meet-our-team .description-center .team-member-image img,
  body .about .section-header .meet-our-team .description-center .team-member-image img {
    width: 200px;
    height: 200px;
  }
  html .about .section-header .meet-our-team .description-center .team-member-description,
  body .about .section-header .meet-our-team .description-center .team-member-description {
    padding-bottom: 2rem;
  }
  html .about .section-header .meet-our-team .description-center .team-member-description p,
  body .about .section-header .meet-our-team .description-center .team-member-description p {
    padding-top: 1rem;
    text-align: center;
  }
  html .about .section-header .meet-our-team .description-center .our-story,
  body .about .section-header .meet-our-team .description-center .our-story {
    padding-top: 0.5rem;
  }
  html .about .section-header .meet-our-team .description-center .our-story .story-img,
  body .about .section-header .meet-our-team .description-center .our-story .story-img {
    margin-bottom: 1rem;
  }
  html .about .section-header .meet-our-team .description-center .our-story .story-img img,
  body .about .section-header .meet-our-team .description-center .our-story .story-img img {
    height: 280px;
  }
  html .about .section-header .meet-our-team .description-center .our-story .story,
  body .about .section-header .meet-our-team .description-center .our-story .story {
    padding: 0;
  }
  html .about .section-header .meet-our-team .description-center .our-story .story h2,
  body .about .section-header .meet-our-team .description-center .our-story .story h2 {
    font-size: 1.7rem;
  }
  html .about .section-header .meet-our-team .description-center .our-story .story p,
  body .about .section-header .meet-our-team .description-center .our-story .story p {
    font-size: 1rem;
  }
  html .about .section-header .meet-our-team .description-center .our-story .healthcare-quote,
  body .about .section-header .meet-our-team .description-center .our-story .healthcare-quote {
    padding: 0.9rem 1rem;
  }
  html .about .section-header .faq-wrapper,
  body .about .section-header .faq-wrapper {
    padding: 1.25rem;
  }
  html .about .section-header .faq-wrapper h2,
  body .about .section-header .faq-wrapper h2 {
    font-size: 1.6rem;
  }
  html .about .section-header .faq-wrapper .accordion-wrapper .accordion-button,
  body .about .section-header .faq-wrapper .accordion-wrapper .accordion-button {
    --bs-accordion-btn-icon-width: 0.72rem;
    font-size: 0.78rem;
    padding: 0.95rem 0.7rem;
  }
  html .about .section-header .faq-wrapper .accordion-wrapper .accordion-body,
  body .about .section-header .faq-wrapper .accordion-wrapper .accordion-body {
    font-size: 0.92rem;
    line-height: 1.7;
    padding: 0 1rem 1rem 1rem;
  }
  html .expertise,
  body .expertise {
    padding: 0 0 48px 0;
  }
  html .expertise .content-center h2,
  body .expertise .content-center h2 {
    font-size: 2rem;
    text-align: center;
  }
  html .expertise .content-center p,
  body .expertise .content-center p {
    font-size: 0.98rem;
    line-height: 1.75;
  }
  html .expertise .expertise-grid,
  body .expertise .expertise-grid {
    margin-top: 2rem !important;
  }
  html .expertise .expertise-grid .expertise-box,
  body .expertise .expertise-grid .expertise-box {
    height: 380px;
  }
  html .expertise .expertise-grid .expertise-box .text-overlay,
  body .expertise .expertise-grid .expertise-box .text-overlay {
    padding: 1rem;
  }
  html .expertise .expertise-grid .expertise-box .text-overlay h4,
  body .expertise .expertise-grid .expertise-box .text-overlay h4 {
    font-size: 1.1rem;
  }
  html .expertise .expertise-grid .expertise-box .text-overlay p,
  body .expertise .expertise-grid .expertise-box .text-overlay p {
    font-size: 0.9rem;
  }
  html .expertise .expertise-grid .expertise-box .anchor-wrapper a,
  body .expertise .expertise-grid .expertise-box .anchor-wrapper a {
    font-size: 0.78rem;
    padding: 0.9rem 0;
  }
  html .testimonials,
  body .testimonials {
    padding: 48px 0;
  }
  html .testimonials .content-center h2,
  body .testimonials .content-center h2 {
    font-size: 2rem;
    text-align: center;
  }
  html .testimonials .content-center p,
  body .testimonials .content-center p {
    font-size: 0.98rem;
    line-height: 1.75;
  }
  html .testimonials .testimonials-swiper,
  body .testimonials .testimonials-swiper {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  html .testimonials .testimonial-card,
  body .testimonials .testimonial-card {
    padding: 1.5rem 1.2rem;
    gap: 1rem;
  }
  html .testimonials .testimonial-controls,
  body .testimonials .testimonial-controls {
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
  }
  html .testimonials .testimonial-nav,
  body .testimonials .testimonial-nav {
    justify-content: center;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 575px) {
  html .about .section-header .content-center h2,
  body .about .section-header .content-center h2 {
    font-size: 1.75rem;
  }
  html .about .section-header .physio-video video,
  html .about .section-header .physio-video iframe,
  body .about .section-header .physio-video video,
  body .about .section-header .physio-video iframe {
    min-height: 280px;
  }
  html .about .section-header .physio-video .video-overlay-content h2,
  body .about .section-header .physio-video .video-overlay-content h2 {
    font-size: 1.35rem;
    text-align: left;
  }
  html .about .section-header .meet-our-team .description-center .team-member-image img,
  body .about .section-header .meet-our-team .description-center .team-member-image img {
    width: 180px;
    height: 180px;
  }
  html .about .section-header .meet-our-team .description-center .our-story .story-img img,
  body .about .section-header .meet-our-team .description-center .our-story .story-img img {
    height: 240px;
  }
  html .expertise .expertise-grid .expertise-box,
  body .expertise .expertise-grid .expertise-box {
    height: 350px;
  }
  html .testimonials .testimonial-controls,
  body .testimonials .testimonial-controls {
    gap: 0.8rem;
  }
  html .testimonials .swiper-button-prev,
  html .testimonials .swiper-button-next,
  body .testimonials .swiper-button-prev,
  body .testimonials .swiper-button-next {
    width: 42px;
    height: 42px;
  }
}

/*# sourceMappingURL=main.css.map */
