* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
  font-family: "Philosopher", sans-serif;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Philosopher", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Philosopher", sans-serif;
  margin: 0px;
}

a,
a:hover,
button:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

button {
  font-size: 13px !important;
}

button:active,
button:focus,
button,
a:active,
a:focus {
  outline: none !important;
}

p,
label {
  margin: 0px;
}

p {
  color: #666666;
  font-size: 16px;
}

img {
  max-width: 100%;
}

body {
  font-size: 16px;
}

input {
  outline: none;
}


.navbar-brand img {
  height: 65px!important;
}

.navbar-nav li a {
  color: #06268B;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0px 10px;
  position: relative;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  font-family: "Philosopher", sans-serif;
}

.navbar-nav li:hover>a,
.navbar-nav li.active>a {
  color: #1C72AF;

}

.button {
  font-size: 17px;
  font-weight: 400;
  border: 2px solid #4285F4;
  background-color: #ffffff;
  color: #4285F4;
  padding: 9px 25px;
  height: 45px;
  position: relative;
  transition: 0.5s;
  white-space: nowrap;
  line-height: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.button:hover {
  background: #4285F4;
  color: #ffffff;
}


.navbar-toggler:focus {
  box-shadow: inherit;
}


.animate-swipe-right.swipe {
  animation: swipeRight 0.5s;
  opacity: 1;
}

.animate-swipe-left.swipe {
  animation: swipeLeft 1s;
  opacity: 1;
}

.animate-swipe-up.swipe {
  animation: swipeDown 1.5s;
  opacity: 1;
}

.animate-swipe-down.swipe {
  animation: swipeUp 1.5s;
  opacity: 1;
}

@keyframes swipeRight {
  0% {
    transform: translate(30px, 0px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes swipeLeft {
  0% {
    transform: translate(-30px, 0px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes swipeDown {
  0% {
    transform: translate(0px, -30px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes swipeUp {
  0% {
    transform: translate(0px, 30px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

.navbar-brand {
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0px 10px 0px 0px;
}

.navbar-brand img {
  height: 56px;
}

.navbar-brand {
  padding: 6px 0px;
  display: inline-block;
}

.navbar-collapse {
  display: flex;
}

.theme-btn {
  padding: 10px 30px;
  font-size: 16px !important;
  background: #1B99FE;
  color: #ffffff;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  font-weight: 400;
  font-family: "Philosopher", sans-serif;
}

.learn-btn {
  padding: 8px 30px;
  font-size: 14px !important;
  color: #1E567E;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.header-right {
  display: inline-flex;
}

.header .container {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.banner-outer {
  /* background-image: url('../images/banner-img.png'); */
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.banner-text {
  max-width: 557px;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
}

.banner-text label {
  display: block;
  font-size: 15px;
  font-weight: bold;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-content span {
  background-color: #06268B;
  color: #ffffff;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}

.banner-content h1 {
  font-size:55px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  color: #ffffff;
}

.banner-content h1 span {
  color: #28A6FF;
}

.banner-right-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.banner-right-img img {
  height: 350px;
}

.banner-content p {
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 300;
  margin-top: 10px;
}

.banner-left-img img {
  max-width: 500px;
  height: 500px;
  display: block;
  border-radius: 20px 200px 20px 20px;
  margin: auto;
}

.carousel-control-next,
.carousel-control-prev {
  width: auto;
}

.carousel-control-prev {
  left: -10px;
}

.carousel-control-next {
  right: -10px;
}


h2 {
  display: block;
  font-size: 40px;
  color: #333333;
  margin-bottom: 20px;
}

.section {
  padding: 50px 0px;
}

.block-section {
  border: 1px solid #6CC315;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}

.copyright {
  font-size: 14px;
}
 
.inner-banner {
  height: calc(60vh - 72px); 
  background-image: url('../images/inner-banner.jpg');
}

.inner-banner h1 {
  color: #ffffff;
  text-align: center;
}


.home-slider .slide {
  height: calc(100vh - 150px);
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.home-slider .slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  max-width: 60%;
  color: #fff;
  text-align: center;
  margin: auto;
}

.banner-content p {
  color: #ffffff;
  font-size: 20px;
  width: 100%;
}

.slick-dots li button:before {
  color: #fff;
}

.slick-prev {
  left: 25px;
  z-index: 1;
}

.slick-next {
  right: 25px;
  z-index: 1;
}

.navbar-collapse .dropdown {
  position: absolute;
  left: 0px;
  top: 100%;
  background: #ffffff;
  padding: 10px 20px;
  z-index: 1;
  list-style: none;
  display: none;
}

.nav-item:hover .dropdown {
  display: block;
}

.navbar-collapse .dropdown a {
  white-space: nowrap;
  padding: 10px 0px 10px 0px !important;
  margin: 0px;
  display: block;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: #06268B;
}

.nav-link:hover {
  color: #1C72AF;
}

.header-top {
  border-bottom: 1px solid #C0DCF0;
  background: #06268B;
  padding: 8px 0px;
}

.header-info {
  display: flex;
  align-items: start;
  align-items: center;
  margin-right: 20px;
  padding-right: 20px;
}

.header-info i {
  font-size: 18px;
  color: #ffffff;
}

.header-info label {
  padding-left: 10px;
  color: #ffffff;
  font-size: 14px;
}

.satisfied-customer {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: auto;
  height: 130px;
}

.make-appointment input {
  height: 40px;
  width: 100%;
  background: #ffffff;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0px 20px;
  font-size: 15px;
}

section {
  padding: 80px 0px;
}

.section-title {
  color: #06268B;
  font-size: 48px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.home-banner {
  padding: 0px;
}

.mission-vision span {
  width: 65px;
  height: 65px;
  background-color: #06268B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  color: #ffffff;
  margin-bottom: 20px;
}

.mission-vision span i {
  margin: 0px;
}

.mission-vision h5 {
  font-size: 24px;
  color: #094A4D;
  margin-bottom: 5px;
}

.mission-vision p {
  width: 75%;
}

.custom-tabs {
  justify-content: center;
  border: none;
  gap: 10px;
}

.custom-tabs button {
  border: 1px solid #dddddd !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  min-width: 120px;
  font-size: 20px;
  font-weight: 500;
  color: #094A4D;
  font-family: "Philosopher", sans-serif;
}

.custom-tabs button.active {
  background-color: #F4C900 !important;
  border-color: #F4C900 !important;
}

.service-card h2 {
  color: #094A4D;
  font-size: 32px;
  font-weight: 500;
}

.service-card p {
  font-size: 16px;
  color: #1A4564;
}

.muscle-stain-content {
  background-color: #DEF2F3;
  padding: 50px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.muscle-stain-img {
  width: 100%;
}

.card-content {
  text-align: center;
  background-color: #F1F7FE;
  padding: 0px 20px 40px;
}

.card-content span {
  width: 50px;
  height: 50px;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: -28px;
  background: #5B68E2;
  font-size: 25px;
  color: #ffffff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  position: relative;
}

.card-content h4 {
  font-size: 26px;
  display: block;
  color: #094A4D;
  margin-bottom: 10px;
}

.step-card {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.step-card.step2 span {
  background-color: #FFAC72;
}

.step-card.step2 .card-content {
  background-color: #FDF4EB;
}

.step-card.step3 span {
  background-color: #41BC7E;
}

.step-card.step3 .card-content {
  background-color: #EBFCEF;
}

.video-bg {
  background-image: url('../images/video-bg.png');
  object-fit: cover;
  height: 500px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-bg img {
  margin-bottom: 15px;
}

.video-bg h2 {
  color: #ffffff;
}

.testimonials-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonials-name img.user-img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
}

.testimonials-name img.stars {
  width: auto;
  height: auto;
}

.testimonials label {
  color: #939ADB;
  display: block;
  margin-top: 10px;
}

.subscribe-outer {
  background: #0C578D;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.subscribe-outer h2,
.subscribe-outer p {
  color: #ffffff;
  margin-bottom: 0px;
}

.subscribe-outer p {
  width: 75%;
}

.subscribe-outer input {
  width: 250px;
  height: 40px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 3px;
  border: none;
  font-size: 15px;
  padding: 0px 10px;
}

.subscribe-outer {
  padding: 60px;
}

.footer {
  background: #1C72AF;
  padding: 60px 0px;
}

.footer p {
  color: #ffffff;
  margin-top: 20px;
  font-size: 16px;
  width: 75%;
}

.footer h6 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 20px;
}

.footer a {
  display: block;
  text-align: left;
  color: #ffffff;
  margin-bottom: 15px;
}

.copyright {
  background-color: #0C578D;
  color: #ffffff;
  padding: 15px 0px;
}


/* Endless image slider */
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  width: max-content;
  animation: slider-scroll 25s linear infinite;
}

.slider-track img {
  flex-shrink: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 210px;
  height: auto;
}

/* Move left by half the track width (because we will duplicate images) */
@keyframes slider-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.testimonials {
  padding: 20px;
}

.testimonial-slider {
  position: relative;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border: none;
  cursor: pointer;
}

.testimonial-slider .slick-prev {
  left: 10px;
}

.testimonial-slider .slick-next {
  right: 10px;
}

.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
  display: none;
  /* hide default arrows */
}

.testimonial-prev i,
.testimonial-next i {
  font-size: 24px;
  color: #ffffff;
}

.navbar-nav li {
  position: relative;
}

.navbar-nav li>a {
  position: relative;
  display: inline-block;
}

.navbar-nav li>a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1.5px;
  bottom: -2px;
  left: 0;
  background-color: #28A6FF;

  /* animation setup */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.navbar-nav li>a:hover::after,
.navbar-nav li>a:focus::after,
.navbar-nav li>a.active::after {
  transform: scaleX(1);
}

.navbar-nav li.active>a::after {
  transform: scaleX(1);
}

.navbar {
  padding: 0px;
}

.inner-banner {
  height: 300px;
  width: 100%;
  background-image: url('../images/inner-banner.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}

.inner-banner h2 {
  color: #ffffff;
}

.what-we-provide {
  position: relative;
  padding-left: 100px;
  margin-bottom: 10px;
  margin-top: 10px;

}

.what-we-provide img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 80px;
}

.what-we-provide h5 {
  margin-bottom: 5px;
}

.stats-outer {
  padding: 0px;
}

.stats-outer .stats {
  display: block;
  text-align: center;
  padding-left: 0px;
  margin: 10px 0px;
}

.what-we-provide h5 {
  color: #06268B;
}

.stats label {
  color: #1B99FE;
  font-size: 18px;
  display: block;
}

.stats span {
  color: #06268B;
  font-size: 70px;
  display: block;
}

.why-us h5 {
  color: #06268B;
}

.mission-bg {
  background-color: #FDF4EB;
}

.vision-bg {
  background-color: #EBFCEF;
}

.services-card {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: all .5s;
  display: flex;
  align-items: end;
}

.services-card::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: '';
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, transparent, #030D2D);
  z-index: 1;
  transition: all .5s;
}

.services-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
}

.service-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  padding: 15px;
  width: 100%;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.services-card:hover .service-content {
  padding-bottom: 30px;
  height: 100%;
}

.service-content label {
  font-size: 13px;
  color: #1B99FE;
}

.service-content h5 {
  font-size: 18px;
  color: #ffffff;
}

.services-card:hover:after {
  height: 100%;
}

ul.left-services {
  background-color: #F1F7FE;
  padding: 15px;
  list-style: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

ul.left-services a {
  padding: 10px;
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

ul.left-services a:hover,
ul.left-services a.active {
  background-color: #1B99FE;
  color: #ffffff;
}

ul.left-services li {
  margin-bottom: 5px;
}

.page-title {
  font-size: 30px;
  color: #06268B;
  border-bottom: 1px solid #dddddd;
  display: block;
}

.page-title span {
  border-bottom: 2px solid #1B99FE;
  display: inline-block;
  margin-bottom: -1px;
  padding-bottom: 3px;
  font-family: "Philosopher", sans-serif;
}


.chat-gallery {
  padding: 24px 0 48px;
}

.chat-gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.cg-title {
  font-size: 24px;
  font-weight: 700;
}

.cg-subtitle {
  font-size: 14px;
  color: var(--gray);
}

.results-count {
  font-size: 14px;
  color: var(--gray);
  font-weight: 500;
}

/* Controls */
.cg-controls {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
  position: relative;
}

.search-box {
  position: relative;
}

.search-input {
  width: 100%;
  padding: 10px 38px 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: 14px;
  transition: all 0.2s ease;
  background: #ffffff;
}

.search-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}

.search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-btn {
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #ffffff;
  font-size: 13px;
  padding: 6px 14px;
  cursor: pointer;
  font-weight: 500;
  color: var(--gray);
  transition: all 0.2s ease;
}

.filter-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.filter-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

/* Chat Grid & Card */
.chat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.chat-card {
  display: flex;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: var(--shadow);
  align-items: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  cursor: pointer;
  animation: fadeIn 0.35s ease;
}

.chat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
  background: #f9fafb;
}

/* Avatar */
.chat-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  color: #0f172a;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.chat-avatar-badge {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  background: var(--secondary);
}

/* Content */
.chat-main {
  flex: 1;
  min-width: 0;
}

.chat-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 4px;
}

.chat-name {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.chat-meta-right {
  display: flex;
  align-items: center;
  gap: 6px;
}

.chat-time {
  font-size: 11px;
  color: var(--gray);
}

.chat-pill {
  font-size: 10px;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  color: var(--gray);
}

.chat-pill.pinned {
  border-color: #f59e0b;
  color: #f59e0b;
}

.chat-pill.unread {
  border-color: var(--primary);
  color: var(--primary);
}

/* Last message row */
.chat-bottom-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.chat-last-message {
  font-size: 13px;
  color: var(--gray);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-unread-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--primary);
}

/* Empty state */
.no-results {
  text-align: center;
  padding: 32px 16px 0;
  display: none;
}

.no-results.show {
  display: block;
}

.no-results-icon {
  font-size: 32px;
  margin-bottom: 8px;
}

.no-results h3 {
  font-size: 18px;
  margin-bottom: 4px;
}

.no-results p {
  font-size: 13px;
  color: var(--gray);
}

/* Animations & Responsiveness */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 640px) {
  .chat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .chat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cg-title {
    font-size: 26px;
  }
}

.image-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  margin-top: 10px;
}

.image-item {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
  animation: fadeIn 0.3s ease;
}

.image-item:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* badges on top (optional) */
.image-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  background: var(--primary);
  color: #fff;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
}


/* LIGHTBOX POPUP */
.popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.25s ease;
}

.popup.show {
  display: flex;
}

.popup-img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  animation: zoomIn 0.25s ease;
}

/* Close button */
.popup-close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  transition: 0.2s;
}

.popup-close:hover {
  color: #bbbbbb;
}

/* Next / Prev Buttons */
.popup-prev,
.popup-next {
  position: absolute;
  top: 50%;
  font-size: 46px;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  transform: translateY(-50%);
  user-select: none;
  transition: 0.2s;
}

.popup-prev:hover,
.popup-next:hover {
  color: #cccccc;
}

.popup-prev {
  left: 20px;
}

.popup-next {
  right: 20px;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.filter-btn.active {
  background-color: #1B99FE;
}

.results-count {
  opacity: 0;
  height: 0px;
}

.contact-info {
  position: relative;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  border: 1px solid #dddddd;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 3px;
  width: 75%;
}

.contact-info span {
  width: 50px;
  height: 50px;
  background-color: #06268B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  color: #ffffff;
  margin-right: 10px;
}

.contact-info label {
  font-size: 18px;
  color: #06268B;
  font-weight: 500;
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px 20px;
  background: #F1F7FE;
  /* box-shadow: 0px 0px 10px #dddddd;
  -webkit-box-shadow: 0px 0px 10px #dddddd; */
  border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 30px;
}

.contact-form input,
.contact-form textarea {
  background-color: #ffffff;
  border: 1px solid #d5d8f3;
  color: #303ba2;
  padding: 15px;
  margin-bottom: 12px;
  resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #303ba2;
}

.service-image {
  width: 100%;
  height: auto;
  display: inline-block;
  object-fit: cover;
  max-width: 400px;
  max-height: 330px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.make-appointment .col {
  min-width: 200px;
}

.form-select {
  height: 40px;
}

.sticky-top {
  width: 100%;
  background: #ffffff;
}

.sticky-top.active {
  position: fixed;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.modal-backdrop {
  z-index: 3000 !important;
}

.modal {
  z-index: 3001 !important;
}

.social-icon a {
  color: #ffffff;
  display: inline-block;
  padding: 0px 5px;
}

.title-info {
  font-size: 18px;
  color: #06268B;
  font-family: "Philosopher", sans-serif;
  display: inline-block;
}

.services-arrow {
  margin-top: 50px;
}

.services-arrow a {
  margin-right: 10px;
}

.services-arrow i {
  color: #06268B;
  font-size: 30px;
}

.services-arrow a:hover i {
  color: #1B99FE;
}

.service-outer {
  display: flex;
}

.service-card {

  display: inline-flex;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}

.service-card img {
  width: 100%;
}

.serive-info {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url('../images/gradient.png');
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: flex;
  align-items: end;
  background-size: 100%;
}

.serive-info div {
  position: relative;
  width: 100%;
  margin: 20px;
  display: flex;
  flex-direction: column;
}

.serive-info div label {
  color: #1B99FE;
  font-family: "Philosopher", sans-serif;
  font-size: 14px;
}

.serive-info div span {
  color: #ffffff;
  font-family: "Philosopher", sans-serif;
  font-size: 20px;
}

.serive-info div img {
  position: absolute;
  right: 0px;
  height: 40px;
  width: auto;
  bottom: 0px;
}

.quality-treatment {
  background-color: #F6F8FF;
}

.stats-new {
  position: relative;
  padding-left: 55px;
  text-align: left;
}

.stats-new img {
  position: absolute;
  left: 0px;
  height: 50px;
  top: 0px;
}

.stats-new span {
  color: #06268B;
  font-weight: bold;
  font-family: "Philosopher", sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.feature {
  position: relative;
  padding-left: 120px;
}

.feature span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6F8FF;
}

.feature span img {
  height: 47px;
}

.feature h6 {
  font-size: 22px;
  margin-bottom: 5px;
  display: block;
  padding-top: 5px;
}

.doctor-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 600px;
  width: auto;
}

.testimonial {
  width: 100%;
  height: 500px;
  display: block;
  background-image: url('../images/review-bg.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.user-reviews {
  width: 100% !important;
  max-width: 100%;
  padding: 50px;
  background-image: url('../images/comment.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 100px) 30px;
}

.user-reviews span {
  position: relative;
  padding-left: 60px;
  display: flex;
  align-items: center;
  padding-top: 5px;
}

.user-reviews p {
  color: #ffffff;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}

.user-reviews span img {
  width: 50px;
  height: 50px;
  display: inline-block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}

.user-reviews span label {
  font-family: "Philosopher", sans-serif;
  font-size: 22px;
  color: #ffffff;
}

.steps-outer {
  background-color: #F6F8FF;
  position: relative;
  padding: 80px;
  padding-left: 140px;
  margin-bottom: 50px;
}

.step-number {
  position: absolute;
  transform: rotate(-90deg);
  color: #06268B;
  font-family: "Philosopher", sans-serif;
  font-size: 48px;
  left: 20px;
  margin-top: 10px;
}

.step-number span {
  font-size: 18px;
}

.steps-outer h6 {
  color: #06268B;
  font-size: 24px;
  margin-bottom: 10px;
}

.steps-outer p {
  width: 100%;
}

.steps-img {
  position: absolute;
  bottom: 0px;
}

footer {
  background-color: #F6F8FF;
}

.start-journey {
  background-color: #06268B;
  padding: 60px;
  display: block;
  background-image: url('../images/journey.png');
  background-repeat: no-repeat;
  background-position: right -1px top;
  height: 245px;
  margin-bottom: 40px;
}

.start-journey h1 {
  font-size: 48px;
  color: #ffffff;
}

footer h6 {
  color: #06268B;
  font-size: 16px;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 20px;
}

footer p {
  color: #030304;
  font-size: 15px;
}

.contact {
  margin-top: 20px;
}

.contact h4 {
  color: #1B99FE;
  font-size: 24px;
  font-weight: bold;
  font-family: "Philosopher", sans-serif;
}

.contact p {
  color: #1B99FE;
  font-size: 15px;
  font-weight: bold;
  font-family: "Philosopher", sans-serif;
}

.subscriber {
  display: flex;
  margin-bottom: 20px;
}

.subscriber input {
  height: 55px;
  flex: 1;
  background-color: #ffffff;
  border: none;
  padding: 0px 15px;
}

.subscriber button {
  border: none;
}

.social-footer a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #06268B;
  border: 1px solid #06268B;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  margin-right: 5px;
}

.social-footer a:hover {
  background-color: #06268B;
  color: #ffffff;
}

footer .nav-item {
  color: #030304;
  font-size: 15px;
  display: inline-block;
  padding: 4px 0px;
}

.testimonial-slider {
  max-width: 600px;
  margin-left: auto;
  background-color: #06268B;
  border-radius: 10px;
}

.slick-track {
  display: flex;
}

.service-left {
  margin-right: auto;
  width: 300px;
  display: block;
}

/* .left-service{
  width: 36vw;
}
.right-service{
  width: 64vw;
}
 */

footer a.nav-item {
  position: relative;
  display: inline-block;
}

footer a.nav-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1.5px;
  bottom: -2px;
  left: 0;
  background-color: #28A6FF;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

footer a.nav-item:hover::after {
  transform: scaleX(1);
}


.navbar-nav li.active>a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0px;
  background-color: #28A6FF;
  display: inline-block;
  margin: auto;
}

.modal-body label {
  font-size: 15px;
  margin-bottom: 5px;
}

.modal-body .form-control,
.modal-body .form-select {
  font-size: 15px;
}

.timings {
  list-style: none;
  padding-left: 0px;
  line-height: 30px;
}

.timings label {
  color: #777777;
  display: inline-block;
  padding-right: 10px;
  min-width: 100px;
}

.timings span {
  color: #000000;
  flex: 1;
  text-align: right;
}

.contact-timing {
  display: inline-block;
  border: 1px solid #ddd;
  width: 100%;
  padding: 25px 30px 17px;
  border-radius: 8px;
  /* background: #fafafa; */
  position: relative;
}

.contact-timing li {
  padding: 5px 0px;
  border-bottom: 1px solid #dddddd;
  font-style: italic;
  display: flex;
}

.contact-timing li:last-child {
  border: none;
}

.contact-working-title {
  background: #ffffff;
  display: inline-block;
  padding: 0px 10px;
  top: -20px;
  position: absolute;
  margin-bottom: 0px;
  left: 17px;
}

.contact-info {
  width: 100%;
}

.service-content h5 {
  min-height: 43px;
}

.service-content label {
  color: #ffff;
  font-style: italic;
  line-height: 15px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  opacity: 0;
  transition: all 1s;
}

.service-content:hover label {
  opacity: 1;
}

.mission-vision-outer img {
  height: 100%;
  min-height: 286px;
  object-fit: cover;
}


.steps .left-sticky {
  position: relative;
}

.steps .left-sticky.is-fixed {
  position: fixed;
  top: 170px;
  /* header height */
  width: 100%;
  max-width: 540px;
  /* set to your left col width on desktop */
}

.steps .left-sticky.is-absolute {
  position: absolute;
  top: auto;
  bottom: 0;
}

.steps .left-col {
  position: relative;
}



/* ================= INSURANCE SECTION (CSS ONLY) ================= */
/* Matches MAXX Physiotherapy blue/white color scheme */

.mx-section.mx-insurance {
  padding: 70px 16px;
  background: #ffffff;
}

.mx-container {
  max-width: 1160px;
  margin: 0 auto;
}

.mx-section__head {
  text-align: center;
  margin-bottom: 40px;
}

.mx-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b3f86;
  margin-bottom: 10px;
}

.mx-subtitle {
  color: #5b677a;
  font-size: 16px;
  line-height: 1.6;
}

/* Layout */
.mx-insurance__wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
}

/* Cards */
.mx-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e5ecf6;
  box-shadow: 0 14px 30px rgba(11, 63, 134, 0.1);
  padding: 24px;
}

.mx-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.mx-card__title {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
}

.mx-card__hint {
  font-size: 13px;
  color: #5b677a;
  margin-top: 4px;
}

/* Icon */
.mx-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 78, 163, 0.1);
  border: 1px solid rgba(10, 78, 163, 0.2);
}

.mx-icon svg {
  width: 22px;
  height: 22px;
  fill: #0a4ea3;
}

/* Steps */
.mx-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 12px;
}

.mx-steps li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #5b677a;
  font-size: 15px;
  line-height: 1.6;
}

.mx-step__num {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(10, 78, 163, 0.12);
  border: 1px solid rgba(10, 78, 163, 0.2);
  color: #0b3f86;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Mini info boxes */
.mx-mini {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.mx-mini__item {
  background: #f3f6fb;
  border-radius: 14px;
  padding: 14px;
  border: 1px solid #e5ecf6;
}

.mx-mini__label {
  font-size: 12px;
  font-weight: 800;
  color: #5b677a;
  margin-bottom: 4px;
  display: block;
}

.mx-mini__value {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
}

/* Buttons */
.mx-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.mx-btn {
  height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.15s ease;
}

.mx-btn--primary {
  background: #0a4ea3;
  color: #ffffff;
  border: 1px solid rgba(10, 78, 163, 0.3);
}

.mx-btn--primary:hover {
  background: #1f77ff;
}

.mx-btn--ghost {
  background: #ffffff;
  color: #0b3f86;
  border: 1px solid #e5ecf6;
}

.mx-btn--ghost:hover {
  border-color: rgba(10, 78, 163, 0.35);
}

/* Providers list */
.mx-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.mx-chip {
  padding: 8px 14px;
  border-radius: 999px;
  background: #f3f6fb;
  border: 1px solid #e5ecf6;
  font-size: 13px;
  font-weight: 800;
  color: #0b3f86;
}

/* Footer badges */
.mx-insurance__footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e5ecf6;
}

.mx-badge-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mx-badge {
  padding: 7px 12px;
  border-radius: 999px;
  background: #0a4ea3;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.mx-badge--light {
  background: rgba(10, 78, 163, 0.1);
  color: #0b3f86;
  border: 1px solid rgba(10, 78, 163, 0.2);
}

.mx-fineprint {
  margin-top: 10px;
  font-size: 13px;
  color: #5b677a;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 980px) {
  .mx-insurance__wrap {
    grid-template-columns: 1fr;
  }
}






.mx-section.mx-pricing {
  padding: 70px 16px;
  background: #f3f6fb;
}

.mx-pricing__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}


.mx-price-card {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e5ecf6;
  box-shadow: 0 14px 30px rgba(11, 63, 134, 0.1);
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: all .5s;
}

.mx-price-card:hover {
  box-shadow: 0 14px 30px rgba(11, 63, 134, 0.5);

}

.mx-price-card__head {
  margin-bottom: 14px;
}

.mx-price-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
}

.mx-price-card__hint {
  margin: 6px 0 0;
  font-size: 13px;
  color: #5b677a;
}

.mx-price-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 14px 0 16px;
  border-top: 1px solid #e5ecf6;
  border-bottom: 1px solid #e5ecf6;
  margin-bottom: 16px;
}

.mx-price-card__amount {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0b3f86;
}

.mx-price-card__meta {
  font-size: 14px;
  font-weight: 700;
  color: #5b677a;
}

.mx-price-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 10px;
  color: #5b677a;
  line-height: 1.6;
  font-size: 15px;
}

.mx-price-card__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.mx-check {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(31, 119, 255, 0.12);
  border: 1px solid rgba(31, 119, 255, 0.22);
  color: #0a4ea3;
  font-weight: 900;
  flex: 0 0 auto;
  margin-top: 1px;
}

.mx-price-card__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
}

/* Featured card styling */
.mx-price-card--featured {
  border-color: rgba(10, 78, 163, 0.28);
  box-shadow: 0 18px 40px rgba(10, 78, 163, 0.18);
  transform: translateY(-6px);
}

.mx-burst {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #0a4ea3;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(10, 78, 163, 0.25);
}

.mx-pricing__note {
  margin-top: 18px;
  text-align: center;
}

.mx-tabs {
  background: #f3f6fb;
  padding: 40px 16px;
}

.mx-tabs__wrapper {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(11, 63, 134, 0.12);
  overflow: hidden;
}

.mx-tabs__nav {
  display: flex;
  border-bottom: 1px solid #e5ecf6;
}

.mx-tab {
  flex: 1;
  padding: 16px;
  font-weight: 800;
  font-size: 18px !important;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #5b677a;
  transition: all 0.2s ease;
}

.mx-tab:hover {
  color: #0a4ea3;
}

.mx-tab.active {
  color: #0a4ea3;
  border-bottom: 3px solid #0a4ea3;
  background: rgba(10, 78, 163, 0.05);
}

.mx-tabs__content {
  padding: 28px;
}

.mx-tab-panel {
  display: none;
  animation: fadeIn 0.3s ease;
}

.mx-tab-panel.active {
  display: block;
}

.mx-tab-panel h3 {
  margin-top: 0;
  color: #06268B;
  font-weight: 800;
}

.mx-location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.mx-map-placeholder {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #5b677a;
}

.mx-map-placeholder iframe {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  max-width: 100%;
}

.mx-hours-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.mx-hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #e5ecf6;
}

.mx-note {
  font-size: 14px;
  color: #5b677a;
}

.mx-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0;
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tabs-section {
  padding: 0px;
  margin-top: -53px;
  position: relative;
  z-index: 1;
}









:root {
  --mx-primary: #0a4ea3;
  --mx-primary-2: #0b3f86;
  --mx-accent: #1f77ff;
  --mx-ink: #0f172a;
  --mx-muted: #5b677a;
  --mx-border: #e5ecf6;
  --mx-soft: #f3f6fb;
  --mx-shadow: 0 14px 30px rgba(11, 63, 134, .12);
  --mx-radius: 20px;
  --mx-max: 1160px;
}

.mx-container {
  max-width: var(--mx-max);
  margin: 0 auto;
  padding: 0 0;
}

.mx-insurance-page {
  background: #fff;
  color: var(--mx-ink);
}

/* Buttons (scoped) */
.mx-btn {
  height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  transition: all .15s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.mx-btn--primary {
  background: var(--mx-primary);
  color: #fff;
  border-color: rgba(10, 78, 163, .25);
}

.mx-btn--primary:hover {
  background: var(--mx-accent);
  transform: translateY(-1px);
}

.mx-btn--ghost {
  background: #fff;
  color: var(--mx-primary-2);
  border-color: var(--mx-border);
}

.mx-btn--ghost:hover {
  border-color: rgba(10, 78, 163, .35);
  transform: translateY(-1px);
}

/* Hero */
.mx-insurance-hero {
  background: linear-gradient(180deg, rgba(10, 78, 163, .10), rgba(243, 246, 251, 1));
  padding: 56px 16px 28px;
}

.mx-insurance-hero__inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: stretch;
  max-width: var(--mx-max);
  margin: 0 auto;
}

.mx-insurance-hero__title {
  margin: 0 0 10px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 900;
  color: var(--mx-primary-2);
  letter-spacing: -.02em;
}

.mx-insurance-hero__subtitle {
  margin: 0 0 18px;
  color: var(--mx-muted);
  font-size: 16px;
  line-height: 1.7;
  max-width: 62ch;
}

.mx-insurance-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.mx-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.mx-badge {
  background: var(--mx-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(10, 78, 163, .22);
}

.mx-badge--light {
  background: rgba(10, 78, 163, .10);
  color: var(--mx-primary-2);
  border-color: rgba(10, 78, 163, .18);
}

.mx-insurance-hero__card {
  background: #fff;
  border: 1px solid var(--mx-border);
  border-radius: var(--mx-radius);
  box-shadow: var(--mx-shadow);
  padding: 22px;
}

.mx-quick__title {
  margin: 0 0 12px;
  font-weight: 900;
  color: var(--mx-ink);
  font-size: 18px;
}

.mx-quick__list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: grid;
  gap: 10px;
  color: var(--mx-muted);
  line-height: 1.6;
}

.mx-quick__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.mx-check {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  flex: 0 0 auto;
  margin-top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  background: rgba(31, 119, 255, .12);
  border: 1px solid rgba(31, 119, 255, .22);
  color: var(--mx-primary);
}

.mx-callout {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(10, 78, 163, .06);
  border: 1px solid rgba(10, 78, 163, .14);
  margin-bottom: 14px;
}

.mx-callout__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--mx-primary);
  margin-top: 6px;
  flex: 0 0 auto;
}

.mx-callout__text {
  margin: 0;
  color: var(--mx-muted);
  line-height: 1.6;
  font-weight: 600;
  font-size: 14px;
}

.mx-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mx-mini {
  background: var(--mx-soft);
  border: 1px solid var(--mx-border);
  border-radius: 14px;
  padding: 12px;
}

.mx-mini__label {
  display: block;
  color: var(--mx-muted);
  font-weight: 900;
  font-size: 12px;
  margin-bottom: 4px;
}

.mx-mini__value {
  display: block;
  color: var(--mx-ink);
  font-weight: 900;
  font-size: 14px;
}

/* Sections */
.mx-insurance-section {
  padding: 54px 16px;
  background: #fff;
}

.mx-insurance-section.mx-soft {
  background: var(--mx-soft);
}

.mx-section-head {
  max-width: var(--mx-max);
  margin: 0 auto 22px;
  text-align: center;
}

.mx-h2 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 900;
  color: var(--mx-primary-2);
  letter-spacing: -.01em;
}

.mx-p {
  margin: 0;
  color: var(--mx-muted);
  font-size: 16px;
  line-height: 1.7;
}

.mx-h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  color: var(--mx-ink);
}

.mx-p2 {
  margin: 0;
  color: var(--mx-muted);
  line-height: 1.65;
}

/* Providers grid with logo cards */
.mx-provider-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mx-provider {
  background: #fff;
  border: 1px solid var(--mx-border);
  border-radius: 18px;
  box-shadow: 0 10px 22px rgba(11, 63, 134, .08);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  transition: transform .15s ease, border-color .15s ease;
}

.mx-provider:hover {
  transform: translateY(-2px);
  border-color: rgba(10, 78, 163, .30);
}

.mx-provider__logo {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
}

.mx-provider__logo img {
  max-height: 44px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(0%);
}

.mx-provider__name {
  font-weight: 900;
  color: var(--mx-primary-2);
  font-size: 13px;
  text-align: center;
}

.mx-footnote {
  max-width: var(--mx-max);
  margin: 16px auto 0;
  text-align: center;
  color: var(--mx-muted);
  font-size: 13px;
  line-height: 1.6;
}

.mx-steps-grid {
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mx-step-card {
  background: #fff;
  border: 1px solid var(--mx-border);
  border-radius: 18px;
  box-shadow: 0 10px 22px rgba(11, 63, 134, .08);
  padding: 18px;
}

.mx-step-num {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(10, 78, 163, .10);
  border: 1px solid rgba(10, 78, 163, .18);
  color: var(--mx-primary-2);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.mx-info-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.mx-info-card {
  background: #fff;
  border: 1px solid var(--mx-border);
  border-radius: 18px;
  box-shadow: 0 10px 22px rgba(11, 63, 134, .08);
  padding: 18px;
}
.mx-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  gap: 10px;
  color: var(--mx-muted);
  line-height: 1.65;
}
.mx-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mx-primary);
  display: inline-block;
  flex: 0 0 auto;
  margin-top: 7px;
}
.mx-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.mx-cta {
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(10, 78, 163, .10), rgba(31, 119, 255, .08));
  border: 1px solid rgba(10, 78, 163, .16);
  border-radius: 22px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.mx-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.glightbox, .glightbox img {  width: 100%;  display: block;}.gslide-description{  display: none;} .alert {  padding: 20px;  background-color: #04AA6D;  color: white;}.alert_red {  padding: 20px;  background-color: #FF0000;  color: white;}.closebtn {  margin-left: 15px;  color: white;  font-weight: bold;  float: right;  font-size: 22px;  line-height: 20px;  cursor: pointer;  transition: 0.3s;}.closebtn:hover {  color: black;}.mandatory{	color:#FF0000;	font-weight:bold;}  .capcha-outer{    display:flex;    margin-bottom:15px;}.capcha-outer input{    margin-bottom:0px;}.capcha-outer #my_code_confirm{    flex:1;}.capcha-outer #my_code{    background-color: #06268B!important;    width: 150px;}.contact-form .theme-btn{    border:none;}#appointmentModal .capcha-outer #my_code{font-size: 18px !important;text-align: center;border-radius: 5px 0px 0px 5px;height: 35px;border:none;}#appointmentModal .capcha-outer #my_code_confirm{padding: 0px 10px;border-radius: 0px 5px 5px 0px;outline:none;border:1px solid #dddddd;}


.user-reviews p{
    max-height: 165px;
    overflow: auto;
}

.user-reviews p::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.user-reviews p::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.user-reviews p::-webkit-scrollbar-thumb {
  background: #1B99FE;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.user-reviews p::-webkit-scrollbar-thumb:hover {
  background: #555;
}