:root {
  --primary-color: #94142d;
  --primary-color-rgb: 148, 20, 45;
  --secondary-color: #073d78;
  --gold-color: #e6b314;
  --title-font: "Urbanist", Arial, Helvetica, sans-serif;
  --body-font: "Inter", Arial, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
}

img,
video {
  max-width: 100%;
  height: auto;
}

.dental-hero {
  min-height: 740px;
  padding-top: 126px;
  background:
    radial-gradient(circle at 8% 44%, rgba(102, 222, 230, 0.32), transparent 34%),
    radial-gradient(circle at 88% 28%, rgba(80, 137, 216, 0.36), transparent 34%),
    linear-gradient(90deg, #e9fbfb 0%, #ffffff 49%, #e7f1ff 100%);
}

.id-color,
.subtitle,
.subtitle.s2 {
  color: var(--primary-color) !important;
}

.subtitle,
.subtitle.s2 {
  border-color: rgba(148, 20, 45, 0.18) !important;
  background: rgba(148, 20, 45, 0.08) !important;
}

.btn-main,
a.btn-main,
.btn-main.fx-slide {
  background: #0c2149 !important;
  border-color: #0c2149 !important;
}

.btn-main:hover,
a.btn-main:hover {
  background: #071630 !important;
  border-color: #071630 !important;
}

.btn-main.fx-slide::after,
.btn-main.fx-slide::before,
.btn-plus::after,
.btn-plus::before {
  content: none !important;
  background: none !important;
}

.bg-color-2 {
  background: var(--primary-color) !important;
}

.bg-color-op-1 {
  background: rgba(230, 179, 20, 0.09) !important;
}

.logo-remedy {
  width: 270px !important;
  height: 92px !important;
  object-fit: contain;
  object-position: left center;
}

header #logo {
  min-width: 280px;
}

header.header-light.transparent {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

header,
header.header-light.transparent,
header .container,
header .row,
header .de-flex {
  min-height: 112px;
}

header {
  padding-top: 18px;
}

#mainmenu a {
  color: #19313d;
}

#mainmenu a:hover {
  color: var(--primary-color);
}

#mainmenu > li > a {
  padding-top: 38px;
  padding-bottom: 38px;
}

#btn-extra {
  display: block;
}

#section-intro .container {
  position: relative;
  z-index: 2;
}

#section-intro h1 {
  color: #0c2149;
  font-size: clamp(94px, 8.4vw, 142px) !important;
  line-height: 0.98 !important;
  letter-spacing: -2px;
}

#section-intro .hero-title span {
  display: block;
}

#section-intro .hero-title .id-color {
  display: inline;
}

#section-intro p {
  color: #8d9daf;
  font-size: 18px;
  line-height: 1.62;
}

.dental-character {
  filter: drop-shadow(0 28px 35px rgba(6, 61, 120, 0.18));
  width: 39% !important;
  right: 0;
  top: 48% !important;
  transform: translateY(-50%) !important;
}

.hero-action-row {
  margin-top: -30px;
}

.avatar-stack img {
  border: 3px solid #fff;
}

.about-photo {
  aspect-ratio: 0.82 / 1;
}

.image-collage img,
.doctor-box img {
  aspect-ratio: 0.82 / 1;
  object-fit: cover;
}

.about-photo img {
  display: block;
  height: 100%;
}

.image-collage .col-6:first-child .about-photo img {
  object-position: 58% 52%;
}

.image-collage .col-6:last-child .about-photo img {
  object-position: 50% 40%;
}

.service-tile {
  padding: 10px 4px;
}

.service-tile p {
  padding-right: 10px;
}

.services-strip-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.services-strip-head h2 {
  max-width: 760px;
  margin: 0;
}

.view-all-pill {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(230, 179, 20, 0.55);
  border-radius: 999px;
  color: #0c2149;
  background: linear-gradient(135deg, #fff, #fff8db);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.view-all-pill:hover {
  color: var(--primary-color);
}

.services-slider {
  overflow: hidden;
  padding: 4px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.services-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: services-marquee 38s linear infinite;
}

.services-slider:hover .services-track {
  animation-play-state: paused;
}

.services-track a {
  display: inline-flex;
  width: 260px;
  min-height: 112px;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(8, 31, 58, 0.1);
  border-radius: 8px;
  color: #0c2149;
  background: #fff;
  box-shadow: 0 12px 32px rgba(8, 31, 58, 0.055);
  font-size: 16px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.services-track a:hover {
  border-color: rgba(148, 20, 45, 0.22);
  color: var(--primary-color);
  transform: translateY(-2px);
}

.services-track span {
  display: inline-flex;
  min-width: 46px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 20, 45, 0.12);
  border-radius: 999px;
  color: var(--primary-color);
  background: rgba(148, 20, 45, 0.055);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
}

.gallery-track {
  gap: 16px;
  animation-duration: 78s;
}

.gallery-track a {
  width: 250px;
  min-height: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  padding: 0;
  border-radius: 10px;
  background: #f7fbff;
  box-shadow: 0 14px 34px rgba(8, 31, 58, 0.08);
}

.gallery-track a:hover {
  transform: translateY(-2px);
}

.gallery-track img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@keyframes services-marquee {
  from {
    transform: translateX(0);
  }

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

.services-hero {
  padding: 178px 0 78px;
  background:
    radial-gradient(circle at 12% 40%, rgba(102, 222, 230, 0.25), transparent 32%),
    radial-gradient(circle at 90% 12%, rgba(230, 179, 20, 0.18), transparent 28%),
    linear-gradient(110deg, #f2fcfc 0%, #ffffff 52%, #edf5ff 100%);
}

.services-hero h1 {
  max-width: 930px;
  margin-bottom: 22px;
  color: #0c2149;
  font-size: clamp(54px, 7vw, 108px);
  line-height: 0.98;
  letter-spacing: -3px;
}

.services-hero p {
  max-width: 720px;
  color: #75879b;
  font-size: 20px;
  line-height: 1.7;
}

.page-hero {
  padding: 178px 0 78px;
  background:
    radial-gradient(circle at 10% 38%, rgba(102, 222, 230, 0.24), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(80, 137, 216, 0.22), transparent 30%),
    linear-gradient(110deg, #f2fcfc 0%, #ffffff 52%, #edf5ff 100%);
}

.page-hero h1 {
  max-width: 980px;
  margin-bottom: 22px;
  color: #0c2149;
  font-size: clamp(52px, 7vw, 104px);
  line-height: 0.98;
  letter-spacing: -3px;
}

.page-hero p {
  max-width: 740px;
  color: #75879b;
  font-size: 20px;
  line-height: 1.7;
}

.about-page-collage {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 22px;
  align-items: center;
}

.about-page-photo {
  overflow: hidden;
  border-radius: 10px;
  background: #f7fbff;
  box-shadow: 0 18px 48px rgba(8, 31, 58, 0.1);
}

.about-page-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page-photo-large {
  aspect-ratio: 0.82 / 1;
}

.about-page-photo-large img {
  object-position: 58% 52%;
}

.about-page-photo-small {
  aspect-ratio: 0.78 / 1;
  margin-top: 72px;
}

.about-page-photo-small img {
  object-position: 50% 40%;
}

.about-stat,
.about-value {
  height: 100%;
  border: 1px solid rgba(8, 31, 58, 0.09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(8, 31, 58, 0.05);
}

.about-stat {
  display: grid;
  gap: 6px;
  padding: 26px 22px;
  text-align: center;
}

.about-stat strong {
  color: var(--primary-color);
  font-size: 38px;
  line-height: 1;
}

.about-stat span {
  color: #75879b;
  font-weight: 800;
}

.about-value {
  padding: 28px;
}

.about-value h3 {
  margin-bottom: 12px;
  color: #0c2149;
  font-size: 22px;
}

.about-value p {
  margin: 0;
  color: #75879b;
  font-size: 16px;
  line-height: 1.65;
}

.gallery-page-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gallery-page-card {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 10px;
  background: #f7fbff;
  box-shadow: 0 14px 34px rgba(8, 31, 58, 0.08);
}

.gallery-page-card-wide {
  grid-column: span 2;
  aspect-ratio: 1.72 / 1;
}

.gallery-page-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-page-card:hover img {
  transform: scale(1.025);
}

.services-listing {
  padding-bottom: 100px;
}

.service-box {
  display: flex;
  min-height: 188px;
  height: 100%;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(8, 31, 58, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(8, 31, 58, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-box:hover {
  transform: translateY(-3px);
  border-color: rgba(8, 31, 58, 0.2);
  box-shadow: 0 14px 36px rgba(8, 31, 58, 0.075);
}

.service-box span {
  display: inline;
  margin-right: 8px;
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 900;
  line-height: inherit;
  letter-spacing: 0;
}

.service-box span::before {
  content: none;
}

.service-box span::after {
  content: none;
}

.service-box h3 {
  display: block;
  min-height: 30px;
  margin-bottom: 6px;
  color: #0c2149;
  font-size: 18px;
  line-height: 1.12;
}

.service-box p {
  margin-top: 14px;
  margin-bottom: 12px;
  color: #75879b;
  font-size: 15px;
  line-height: 1.38;
}

.enquire-pill {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: auto;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #70b7ff 0%, #4f86df 55%, #6fc7f3 100%);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: none;
}

.enquire-pill:hover {
  color: #fff;
  background: linear-gradient(135deg, #5ca8f3 0%, #386fc6 55%, #58b7e8 100%);
}

.service-page-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
  color: #0c2149;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.service-page-link:hover {
  color: var(--primary-color);
}

.treatment-content h2 {
  color: #0c2149;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.14;
}

.treatment-content h3 {
  margin-bottom: 10px;
  color: #0c2149;
  font-size: 20px;
}

.treatment-content p,
.treatment-content li {
  color: #65798e;
  font-size: 17px;
  line-height: 1.7;
}

.treatment-highlight {
  padding: 24px;
  border: 1px solid rgba(8, 31, 58, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 31, 58, 0.05);
}

.treatment-highlight ul {
  margin: 0;
  padding-left: 20px;
}

.treatment-faq {
  padding-bottom: 100px;
}

.faq-item {
  padding: 22px 0;
  border-bottom: 1px solid rgba(8, 31, 58, 0.12);
}

.faq-item:first-child {
  border-top: 1px solid rgba(8, 31, 58, 0.12);
}

.enquire-pill::before {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.6 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.6 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.btn-plus {
  color: var(--primary-color);
}

.btn-plus span {
  color: #19313d;
}

.de_count h3 {
  color: var(--primary-color);
}

.accordion.s2 .accordion-section-title.active,
.accordion.s2 .accordion-section-title:hover {
  color: var(--primary-color);
}

.accordion.s2 .accordion-section-title,
.accordion.s2 .accordion-section-title.active {
  background-image: none !important;
}

.accordion-section-content {
  display: none;
  padding: 0 0 20px;
}

.accordion-section-content.open {
  display: block;
}

.testi-card {
  min-height: 240px;
  box-shadow: 0 14px 45px rgba(23, 42, 60, 0.08);
}

.manual-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.manual-reviews-grid.is-marquee {
  display: flex;
  width: max-content;
  overflow: visible;
  animation: reviews-marquee-rtl 92s linear infinite;
}

.manual-reviews-grid.is-marquee:hover {
  animation-play-state: paused;
}

.manual-reviews-grid.is-marquee .review-card {
  width: 430px;
  flex: 0 0 430px;
}

.manual-reviews-grid.is-marquee + .reviews-action-row {
  margin-top: 34px;
}

.review-card {
  display: flex;
  min-height: 248px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(8, 31, 58, 0.08);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fffdf7);
  box-shadow: 0 14px 40px rgba(23, 42, 60, 0.07);
}

.review-card-head {
  display: grid;
  gap: 2px;
}

.review-card-head strong {
  color: #0c2149;
  font-size: 17px;
  line-height: 1.2;
}

.review-card-head span {
  color: #75879b;
  font-size: 12px;
  font-weight: 800;
}

.review-stars {
  margin-top: 14px;
  color: #e6b314;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
}

.review-card p {
  margin: 14px 0 0;
  color: #75879b;
  font-size: 15px;
  line-height: 1.58;
}

.reviews-action-row {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@keyframes reviews-marquee-rtl {
  from {
    transform: translateX(0);
  }

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

.review-source {
  display: inline-flex;
  margin-top: 16px;
  color: var(--secondary-color);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.section-dark {
  background: #081f3a !important;
}

.logo-footer-remedy {
  width: 280px !important;
  height: auto;
  object-fit: contain;
  background: #fff;
  border-radius: 4px;
  padding: 8px;
}

footer a,
footer p,
footer div {
  color: rgba(255, 255, 255, 0.75);
}

footer a {
  overflow-wrap: anywhere;
}

footer h5,
footer .text-white {
  color: #fff !important;
}

footer .footer-address {
  max-width: 320px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-style: normal;
  line-height: 1.55;
}

footer .map-link {
  display: inline-flex;
  margin-top: 8px;
  color: #8fc4ff;
  font-weight: 800;
  text-decoration: none;
}

footer .map-link:hover {
  color: #fff;
}

.appointment-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

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

.appointment-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 31, 58, 0.58);
  backdrop-filter: blur(7px);
}

.appointment-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 34px;
  border: 1px solid rgba(8, 31, 58, 0.08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(8, 31, 58, 0.24);
}

.appointment-modal__dialog h2 {
  margin-bottom: 22px;
  color: #0c2149;
  font-size: 34px;
  line-height: 1.08;
}

.appointment-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(8, 31, 58, 0.1);
  border-radius: 50%;
  background: #f7fbff;
}

.appointment-modal__close::before,
.appointment-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background: #0c2149;
}

.appointment-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.appointment-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.appointment-form {
  display: grid;
  gap: 14px;
}

.appointment-form label {
  display: grid;
  gap: 7px;
  margin: 0;
}

.appointment-form label span {
  color: #0c2149;
  font-size: 13px;
  font-weight: 800;
}

.appointment-form input,
.appointment-form select {
  width: 100%;
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid rgba(8, 31, 58, 0.14);
  border-radius: 8px;
  color: #0c2149;
  background: #fbfdff;
  font: inherit;
  outline: none;
}

.appointment-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #0c2149 50%), linear-gradient(135deg, #0c2149 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.appointment-form input:focus,
.appointment-form select:focus {
  border-color: rgba(79, 134, 223, 0.7);
  box-shadow: 0 0 0 4px rgba(79, 134, 223, 0.12);
}

.appointment-submit {
  width: 100%;
  margin-top: 8px;
  border: 0;
}

body.appointment-modal-open {
  overflow: hidden;
}

.mobile-app-bar {
  display: none;
}

@media (max-width: 991px) {
  body {
    padding-bottom: calc(176px + env(safe-area-inset-bottom));
  }

  section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  h2 {
    font-size: clamp(34px, 9vw, 48px);
    line-height: 1.05;
    letter-spacing: -1px;
  }

  p {
    font-size: 16px;
    line-height: 1.65;
  }

  header.header-light.transparent,
  header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9990;
    padding-top: 0;
    background: rgba(255, 255, 255, 0.92) !important;
    border-bottom: 1px solid rgba(8, 31, 58, 0.08) !important;
    box-shadow: 0 10px 26px rgba(8, 31, 58, 0.06) !important;
    backdrop-filter: blur(16px);
  }

  .dental-hero {
    min-height: auto;
    padding-top: 116px;
    padding-bottom: 54px;
  }

  .services-hero {
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .page-hero {
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .page-hero h1 {
    font-size: clamp(42px, 11vw, 62px);
    line-height: 1.02;
    letter-spacing: -1.2px;
  }

  .page-hero p {
    font-size: 16px;
    line-height: 1.62;
  }

  .about-page-collage {
    gap: 12px;
    margin-bottom: 14px;
  }

  .about-page-photo-small {
    margin-top: 42px;
  }

  .about-stat {
    padding: 20px 12px;
  }

  .about-stat strong {
    font-size: 30px;
  }

  .about-value {
    padding: 24px;
  }

  .gallery-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .gallery-page-card-wide {
    grid-column: span 2;
  }

  .hero-action-row {
    margin-top: 0;
    gap: 18px;
    flex-wrap: wrap;
  }

  .hero-action-row .btn-main {
    width: 100%;
    justify-content: center;
    margin-right: 0 !important;
  }

  .logo-remedy {
    width: 182px !important;
    height: 60px !important;
  }

  header #logo {
    min-width: 190px;
  }

  header,
  header.header-light.transparent,
  header .container,
  header .row,
  header .de-flex {
    min-height: 78px;
  }

  header .de-flex {
    align-items: center;
  }

  header .header-col-mid,
  header #mainmenu,
  header #menu-btn,
  header #btn-extra {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }

  .menu_side_area {
    display: flex !important;
    align-items: center;
    gap: 0;
  }

  .menu_side_area .btn-main {
    display: inline-flex !important;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 13px;
    white-space: nowrap;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #section-intro h1 {
    max-width: 560px;
    font-size: clamp(54px, 13vw, 86px) !important;
    letter-spacing: -1.6px;
  }

  #section-intro p {
    max-width: 520px;
    font-size: 17px;
    line-height: 1.62;
  }

  #section-intro .offset-lg-2 {
    margin-left: 0;
  }

  .avatar-stack {
    display: none;
  }

  .image-collage {
    margin-bottom: 12px;
  }

  .ul-check.cols-2 {
    columns: 1;
  }

  .services-strip-head {
    align-items: start;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
  }

  .services-strip-head h2 {
    font-size: clamp(34px, 8vw, 48px);
  }

  .services-slider {
    margin-right: -16px;
    margin-left: -16px;
    padding: 4px 16px 10px;
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
    scroll-snap-type: x mandatory;
  }

  .services-slider::-webkit-scrollbar {
    display: none;
  }

  .services-track {
    width: max-content;
    animation: none;
  }

  .services-track a {
    width: 214px;
    min-height: 96px;
    scroll-snap-align: start;
  }

  .gallery-track a {
    width: 210px;
    min-height: 0;
    padding: 0;
  }

  .services-hero h1 {
    font-size: clamp(42px, 11vw, 62px);
    line-height: 1.02;
    letter-spacing: -1.2px;
  }

  .services-hero p {
    font-size: 16px;
    line-height: 1.62;
  }

  .services-listing {
    padding-bottom: 64px;
  }

  .service-box {
    min-height: 0;
    padding: 18px;
  }

  .service-box h3 {
    min-height: 0;
    font-size: 17px;
  }

  .service-box p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.35;
  }

  .enquire-pill {
    min-height: 40px;
  }

  .doctor-box img {
    aspect-ratio: 1 / 1.05;
  }

  .de_count {
    padding: 18px 12px;
    border: 1px solid rgba(8, 31, 58, 0.08);
    border-radius: 10px;
    background: #fff;
  }

  #booking .p-40 {
    padding: 26px !important;
    text-align: left;
  }

  #booking .text-lg-end {
    padding-top: 0 !important;
  }

  #booking .btn-main {
    width: 100%;
    justify-content: center;
  }

  .testi-card {
    min-height: auto;
    padding: 24px !important;
  }

  .manual-reviews-grid {
    display: flex;
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 16px 10px;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .manual-reviews-grid.is-marquee {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
    animation-duration: 86s;
  }

  .manual-reviews-grid::-webkit-scrollbar {
    display: none;
  }

  .review-card {
    width: min(84vw, 360px);
    min-height: 270px;
    flex: 0 0 auto;
    padding: 22px;
    scroll-snap-align: start;
  }

  .manual-reviews-grid.is-marquee .review-card {
    width: min(84vw, 360px);
    flex-basis: min(84vw, 360px);
    scroll-snap-align: none;
  }

  footer {
    padding-bottom: calc(184px + env(safe-area-inset-bottom));
  }

  footer .row {
    gap: 18px;
  }

  footer .widget {
    margin-bottom: 0;
  }

  footer .widget ul {
    margin-bottom: 0;
  }

  .mobile-app-bar {
    position: fixed;
    right: 12px;
    bottom: calc(48px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 9991;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: #0c2149;
    box-shadow: 0 18px 48px rgba(12, 33, 73, 0.26);
  }

  .mobile-app-bar::after {
    content: "";
    position: absolute;
    right: -12px;
    bottom: calc(-48px - env(safe-area-inset-bottom));
    left: -12px;
    height: calc(66px + env(safe-area-inset-bottom));
    z-index: -1;
    background: #0c2149;
    pointer-events: none;
  }

  .mobile-app-bar a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
  }

  .mobile-app-bar a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
  }

  .appointment-modal {
    align-items: end;
    padding: 0;
  }

  .appointment-modal__dialog {
    width: 100%;
    max-height: calc(100dvh - 22px);
    padding: 26px 18px calc(22px + env(safe-area-inset-bottom));
    border-radius: 20px 20px 0 0;
  }

  .appointment-modal__dialog h2 {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .appointment-form {
    gap: 11px;
  }

  .appointment-form input,
  .appointment-form select {
    min-height: 46px;
  }
}

@media (max-width: 575px) {
  .container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .dental-hero h1 {
    font-size: 50px !important;
    line-height: 1.04 !important;
  }

  .dental-hero {
    padding-top: 106px;
    padding-bottom: 44px;
  }

  .subtitle,
  .subtitle.s2 {
    font-size: 13px;
    line-height: 1.2;
  }

  .logo-remedy {
    width: 150px !important;
    height: 52px !important;
  }

  header #logo {
    min-width: 152px;
  }

  header,
  header.header-light.transparent,
  header .container,
  header .row,
  header .de-flex {
    min-height: 72px;
  }

  .menu_side_area .btn-main {
    display: inline-flex !important;
    min-height: 36px;
    padding: 0 12px;
    font-size: 11px;
  }

  #section-intro p {
    font-size: 15px;
    line-height: 1.58;
  }

  .hero-action-row .d-flex.align-items-center:not(.hero-action-row) {
    width: 100%;
  }

  .image-collage .col-6 {
    padding-right: 6px;
    padding-left: 6px;
  }

  .services-strip-head h2 {
    font-size: 34px;
  }

  .services-track {
    gap: 12px;
  }

  .services-track a {
    width: 190px;
    min-height: 92px;
    padding: 0 16px;
    font-size: 14px;
  }

  .gallery-track a {
    width: 178px;
    min-height: 0;
    padding: 0;
  }

  .services-hero h1 {
    font-size: 42px;
    letter-spacing: -0.8px;
  }

  .services-hero {
    padding-top: 100px;
  }

  .page-hero {
    padding-top: 100px;
  }

  .page-hero h1 {
    font-size: 42px;
    letter-spacing: -0.8px;
  }

  .about-page-collage {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .about-page-photo-small {
    margin-top: 28px;
  }

  .about-value h3 {
    font-size: 20px;
  }

  .gallery-page-grid {
    gap: 10px;
  }

  .gallery-page-card {
    border-radius: 8px;
  }

  .service-box {
    padding: 16px;
  }

  .service-box h3 {
    font-size: 16px;
  }

  .enquire-pill {
    width: 100%;
  }

  #booking .rounded-1 {
    border-radius: 12px !important;
  }

  .logo-footer-remedy {
    width: 200px !important;
    height: auto;
  }

  footer {
    text-align: left;
  }

  footer p {
    font-size: 15px;
  }

  .review-card {
    width: min(86vw, 330px);
  }

  .manual-reviews-grid.is-marquee .review-card {
    width: min(86vw, 330px);
    flex-basis: min(86vw, 330px);
  }

  .subfooter {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  .appointment-modal__close {
    top: 14px;
    right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
  }

  .services-slider {
    -webkit-mask-image: none;
    mask-image: none;
  }
}
