html, body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  color: #2b2b2b;
  scroll-behavior: smooth;
}

a { text-decoration: none; }

.dr-container {
  width: min(1200px, 92%);
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: max(0px, env(safe-area-inset-left, 0px));
  padding-right: max(0px, env(safe-area-inset-right, 0px));
}

.dr-topbar {
  background: #f3f3f3;
  border-bottom: 1px solid #dddddd;
  font-size: 11px;
  color: #5e5e5e;
}

.dr-topbar-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
  flex-wrap: wrap;
}

.dr-top-items {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.dr-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #5a5a5a;
}

.dr-item i { color: #8a7b70; font-size: 10px; }
.dr-item a { color: #5a5a5a; }

.dr-nav {
  background: #fff;
  position: relative;
  z-index: 100;
  box-shadow: none;
  border-bottom: 1px solid #e9e9e9;
}

.dr-nav-row {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dr-logo img {
  height: 36px;
  width: auto;
}

.dr-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.dr-menu a {
  color: #262626;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.dr-menu a:hover { color: #c08a42; }
.dr-menu-dropdown { position: relative; }
.dr-submenu {
  position: absolute;
  top: calc(100% + 14px);
  left: -14px;
  min-width: 180px;
  background: #fff;
  border: 1px solid #eee3d7;
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
  padding: 8px;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .2s ease;
  z-index: 150;
}
.dr-submenu li { margin: 0; }
.dr-submenu a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 7px;
}
.dr-submenu a:hover { background: #f7efe5; color: #bf7f3e; }
.dr-menu-dropdown:hover .dr-submenu { opacity: 1; visibility: visible; transform: translateY(0); }

.dr-btn {
  background: #c08a42;
  color: #fff;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.dr-hero {
  position: relative;
  overflow: hidden;
  background: #231f1c;
}

.dr-hero img {
  width: 100%;
  min-height: 420px;
  max-height: 85vh;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

.dr-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(76,58,51,.28), rgba(76,58,51,.33));
}

.dr-hero-content {
  position: absolute;
  inset: auto 0 10%;
  color: #fff;
}

.dr-hero-content h1 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 78px);
  line-height: 1.04;
}

.dr-hero-content p {
  margin: 0;
  font-size: clamp(15px, 2vw, 34px);
  font-weight: 600;
  line-height: 1.35;
}

.dr-section { padding: 72px 0; }

.dr-about { background: #f8f7f5; }

.dr-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 44px;
  align-items: center;
}

.dr-about h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 52px);
  line-height: 1.15;
}

.dr-about h2 span { color: #bf7f3e; }
.dr-about p { color: #5f5f5f; line-height: 1.8; margin: 0 0 14px; }
.dr-about strong { color: #2f2f2f; font-weight: 700; }

.dr-about-locations {
  margin-top: 18px;
  background: #fff;
  border: 1px solid #ebe5dd;
  border-radius: 12px;
  padding: 16px 16px 8px;
  box-shadow: 0 8px 18px rgba(0,0,0,.06);
}
.dr-about-locations h3 {
  margin: 0 0 10px;
  font-size: 28px;
  font-size: clamp(18px, 1.6vw, 28px);
}
.dr-about-location-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
}
.dr-about-location-index {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f0ece7;
  color: #444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex: 0 0 24px;
  margin-top: 2px;
}
.dr-about-location-item h4 {
  margin: 0 0 4px;
  font-size: 24px;
  font-size: clamp(16px, 1.2vw, 24px);
}
.dr-about-location-item p {
  margin: 0;
  color: #6d6d6d;
  font-size: 13px;
  line-height: 1.55;
}

.dr-about-photo img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(0,0,0,.12);
}

.dr-services { background: #fffdf8; text-align: center; }

.dr-services h2, .dr-why-dark h2, .dr-stats h2, .dr-doctors h2, .dr-tech h2, .dr-before-after h2, .dr-testimonials h2, .dr-google h2, .dr-gallery h2, .dr-certs h2, .dr-blog-head-text h2, .dr-faq h2, .dr-appointment h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 48px);
}

.dr-sub {
  color: #696969;
  margin: 10px auto 28px;
}

.dr-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.dr-card {
  background: #fff;
  border: 1px solid #ebe5dd;
  border-radius: 12px;
  padding: 24px 18px;
  transition: .25s ease;
}

.dr-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 28px rgba(0,0,0,.08);
}

.dr-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 14px;
  border-radius: 14px;
  background: #e8f4e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dr-icon img { width: 56px; height: 56px; object-fit: contain; }
.dr-card h3 { margin: 0 0 10px; font-size: 18px; }
.dr-card p { margin: 0; color: #666; font-size: 14px; line-height: 1.6; }

.dr-why-dark {
  background: #4c3a33;
  color: #fff;
  text-align: center;
}
.dr-sub-light {
  color: #e5c8a2;
}
.dr-choose-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.dr-choose-grid article {
  background: #fff;
  border-radius: 10px;
  padding: 22px 16px;
  color: #2a2a2a;
}
.dr-choose-grid img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin-bottom: 10px;
}
.dr-choose-grid h3 {
  margin: 0 0 6px;
  font-size: 17px;
}
.dr-choose-grid p {
  margin: 0;
  color: #6f675f;
  font-size: 13px;
  line-height: 1.45;
}

.dr-mini-grid,
.dr-stats-grid,
.dr-doctor-grid,
.dr-tech-grid,
.dr-ba-grid,
.dr-gallery-grid,
.dr-certs-grid {
  display: grid;
  gap: 18px;
  min-width: 0;
  width: 100%;
}

.dr-mini-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.dr-mini-grid article {
  background: #fff;
  border: 1px solid #ece4da;
  border-radius: 10px;
  padding: 22px 18px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.dr-mini-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  background: #f3ebe1;
  border: 1.5px solid #4f3c34;
  border-radius: 50%;
}
.dr-mini-grid img { width: 40px; height: 40px; object-fit: contain; }
.dr-mini-grid h3 {
  margin: 12px 0 8px;
  font-size: 30px;
  font-size: clamp(20px, 2vw, 31px);
  line-height: 1.2;
}
.dr-mini-grid h3 a {
  color: inherit;
  text-decoration: none;
}
.dr-mini-grid h3 a:hover,
.dr-mini-grid h3 a:focus {
  text-decoration: underline;
}
.dr-mini-grid p {
  margin: 0;
  color: #6e6a66;
  font-size: 14px;
  line-height: 1.55;
}

.dr-stats {
  background: #4c3a33;
  color: #fff;
  text-align: center;
}
.dr-stats-grid {
  margin-top: 26px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.dr-stats-grid article {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 12px;
  padding: 18px;
}
.dr-stats-grid img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.dr-stats-grid h3 { margin: 10px 0 4px; font-size: 32px; }
.dr-stats-grid p { margin: 0; color: #f0e3d2; }

.dr-doctors { background: #fffaf3; text-align: center; }
.dr-doctor-slider-wrap {
  margin-top: 26px;
  position: relative;
}
.dr-doctor-slider {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 4px 40px 8px;
}
.dr-doctor-slider::-webkit-scrollbar { display: none; }
.dr-doctor-slide-card {
  flex: 0 0 290px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.dr-doctor-slide-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 3px solid #6b625d;
  object-fit: cover;
  max-width: 150px;
  margin: 0 auto;
  display: block;
}
.dr-doctor-slide-card h3 { margin: 12px 0 4px; }
.dr-doctor-slide-card p { margin: 0; color: #7a604a; font-size: 14px; }
.dr-doctor-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #3f3f3f;
  box-shadow: 0 6px 12px rgba(0,0,0,.14);
  cursor: pointer;
}
.dr-doctor-nav-left { left: 8px; }
.dr-doctor-nav-right { right: 8px; }

.dr-procedures { background: linear-gradient(to bottom, #fff, #f3f7ff); text-align: center; }
.dr-procedure-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.dr-procedure-grid article {
  background: #fff;
  border: 1px solid #e9edf6;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 8px 18px rgba(0,0,0,.06);
}
.dr-procedure-grid h3 { margin: 0 0 8px; font-size: 20px; }
.dr-procedure-grid p { margin: 0; color: #616161; line-height: 1.6; font-size: 14px; }

.dr-tech { background: #fff; text-align: center; }
.dr-tech-head { margin-bottom: 28px; }
.dr-tech-head h2 { margin: 0 0 16px; }
.dr-tech-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 8px;
}
.dr-tech-divider-line {
  height: 4px;
  width: 48px;
  background: #8b7355;
  border-radius: 2px;
}
.dr-tech-divider-gem {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #8b7355;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  background: #fff;
}
.dr-tech-grid {
  margin-top: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.dr-tech-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  height: 320px;
  text-align: left;
  cursor: pointer;
}
.dr-tech-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.dr-tech-card:hover img {
  transform: scale(1.08) rotate(2deg);
}
.dr-tech-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px 22px 22px;
  background: linear-gradient(to top, rgba(12, 8, 6, 0.94) 0%, rgba(12, 8, 6, 0.52) 42%, transparent 78%);
  pointer-events: none;
}
.dr-tech-overlay h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55), 0 2px 12px rgba(0, 0, 0, 0.45);
}
.dr-tech-desc {
  margin: 0;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  line-height: 1.55;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.dr-tech-card:hover .dr-tech-desc {
  opacity: 1;
  transform: translateY(0);
}

/* Keep body copy readable without hover (mobile / no-hover) */
@media (hover: none) {
  .dr-tech-desc {
    opacity: 1;
    transform: none;
  }
}

.dr-before-after { background: #f7f2ec; text-align: center; }
.dr-ba-grid { margin-top: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dr-ba-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); border-radius: 10px; overflow: hidden; min-width: 0; }
.dr-ba-row img { width: 100%; max-width: 100%; min-width: 0; height: 200px; object-fit: cover; display: block; }
.dr-ba-grid h3 { margin: 10px 0 0; font-size: 16px; }

.dr-testimonials { background: #3b2c26; color: #fff; text-align: center; }
.dr-video-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.dr-video-wrap { position: relative; margin-top: 22px; }
.dr-video-carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 6px 40px 6px 2px;
}
.dr-video-carousel::-webkit-scrollbar { display: none; }
.dr-video-card {
  flex: 0 0 280px;
  text-align: left;
  cursor: pointer;
}
.dr-video-thumb {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,.25);
}
.dr-video-thumb img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.dr-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #3b2c26;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dr-video-card h3 {
  margin: 10px 0 0;
  font-size: 18px;
  color: #fff;
}
.dr-video-nav {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  color: #fff;
  font-size: 19px;
  cursor: pointer;
}
.dr-video-nav-left { left: 0; }
.dr-video-nav-right { right: 0; }

.dr-video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.75);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.dr-video-modal-inner {
  width: min(1000px, 96vw);
  position: relative;
}
.dr-video-modal-inner iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: 8px;
  background: #000;
}
.dr-video-modal-close {
  position: absolute;
  right: -8px;
  top: -40px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  line-height: 1;
}
.dr-video-grid iframe {
  width: 100%;
  min-height: 230px;
  border: 0;
  border-radius: 10px;
}

.dr-google { text-align: center; background: #fff; }
.dr-btn-inline { display: inline-block; margin-top: 16px; }

.dr-gallery, .dr-certs, .dr-faq { text-align: center; background: #fff; }
.dr-gallery-slider-wrap {
  margin-top: 22px;
  position: relative;
  padding: 0 54px;
}
.dr-gallery-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.dr-gallery-slider::-webkit-scrollbar { display: none; }
.dr-gallery-slide {
  flex: 0 0 min(28vw, 360px);
  min-width: 300px;
}
.dr-gallery-slide img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}
.dr-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #553320;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
.dr-gallery-nav-left { left: 2px; }
.dr-gallery-nav-right { right: 2px; }
.dr-certs-grid img {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: block;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: center;
  background: #f7f4ef;
  border-radius: 10px;
  box-shadow: 0 10px 16px rgba(0,0,0,0.07);
}
.dr-certs-grid { margin-top: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dr-certs-grid a.dr-cert-zoom {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: zoom-in;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.dr-certs-grid a.dr-cert-zoom:hover img,
.dr-certs-grid a.dr-cert-zoom:focus-visible img {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}
.dr-certs-grid a.dr-cert-zoom:hover {
  transform: translateY(-2px);
}
.dr-certs-grid a.dr-cert-zoom:focus-visible {
  outline: 2px solid #8b7355;
  outline-offset: 4px;
}

.dr-blog {
  background: #f8f7f4;
  text-align: left;
}
.dr-blog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.dr-blog-head-text { text-align: left; flex: 1 1 260px; }
.dr-blog-head-text h2 { margin: 0 0 8px; text-align: left; }
.dr-blog-lead {
  margin: 0;
  text-align: left;
  max-width: 640px;
}
.dr-blog-nav {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  padding-top: 4px;
}
.dr-blog-nav-btn {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #3a3a3a;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}
.dr-blog-nav-btn:hover {
  background: #f0ebe4;
}
.dr-blog-empty {
  margin: 20px 0 0;
  color: #666;
  text-align: center;
}
.dr-blog-strip-wrap {
  margin-top: 20px;
  position: relative;
}
.dr-blog-strip {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 4px 2px 14px;
  scrollbar-width: thin;
}
.dr-blog-strip::-webkit-scrollbar {
  height: 6px;
}
.dr-blog-strip::-webkit-scrollbar-thumb {
  background: #d4cdc4;
  border-radius: 4px;
}
.dr-blog-card {
  flex: 0 0 min(300px, 86vw);
  background: #fff;
  border: 1px solid #ece6de;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}
.dr-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}
.dr-blog-card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background: transparent;
}
.dr-blog-card-link:focus-visible {
  outline: 2px solid #8b7355;
  outline-offset: -3px;
  border-radius: 14px;
}
.dr-blog-card .dr-blog-read {
  position: relative;
  z-index: 3;
}
.dr-blog-card-image-wrap {
  position: relative;
  overflow: hidden;
}
.dr-blog-card-image-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.dr-blog-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #2a2a2a;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.dr-blog-tag i {
  font-size: 12px;
  opacity: 0.75;
}
.dr-blog-card-body {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  text-align: left;
}
.dr-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-size: 12px;
  color: #7a756d;
  margin-bottom: 10px;
}
.dr-blog-meta i {
  margin-right: 4px;
}
.dr-blog-card-body h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.35;
  color: #1f1f1f;
}
.dr-blog-excerpt {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #5c574f;
  flex: 1 1 auto;
}
.dr-blog-read {
  font-size: 14px;
  font-weight: 600;
  color: #6b4a2f;
  text-decoration: none;
  align-self: flex-start;
}
.dr-blog-read:hover {
  text-decoration: underline;
}

.dr-faq-list {
  max-width: 900px;
  margin: 24px auto 0;
  text-align: left;
}
.dr-faq-list details {
  background: #f8f6f3;
  border: 1px solid #ebe4da;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 12px 14px;
}
.dr-faq-list summary { cursor: pointer; font-weight: 700; }
.dr-faq-list p { margin: 10px 0 0; color: #666; }

.dr-appointment {
  background: linear-gradient(to bottom right, #f8f4ef, #fcf8f2);
}
.dr-appointment-card {
  background: #fff;
  border: 1px solid #ece4da;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.dr-appointment-head { text-align: left; }
.dr-appointment-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}
.dr-appointment-form input,
.dr-appointment-form select {
  height: 42px;
  border: 1px solid #ded6cb;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
}
.dr-booking-msg {
  width: 100%;
  margin: 10px 0 0;
  font-size: 14px;
  color: #6b4a2f;
}

body.dr-modal-open { overflow: hidden; }
.dr-modal {
  position: fixed;
  inset: 0;
  z-index: 250;
  display: none;
}
.dr-modal.is-open { display: block; }
.dr-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 17, 14, 0.6);
}
.dr-modal-dialog {
  position: relative;
  width: min(560px, calc(100% - 28px));
  margin: 8vh auto;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #ece4da;
  box-shadow: 0 22px 40px rgba(0,0,0,0.2);
  padding: 26px;
}
.dr-modal-close {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 28px;
  border: 0;
  background: transparent;
  color: #6e6155;
  cursor: pointer;
  line-height: 1;
}
.dr-modal-subtitle {
  margin: 0 0 14px;
  color: #6a5c50;
}
.dr-modal-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.dr-modal-form input,
.dr-modal-form select {
  height: 42px;
  border: 1px solid #ded6cb;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
}
.dr-modal-form .dr-btn { grid-column: 1 / -1; border: 0; }

.dr-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 20px;
  text-align: left;
}
.dr-footer-grid img { height: 70px; width: auto; }
.dr-footer-grid h4 { margin: 0 0 8px; }
.dr-footer-grid a { display: block; margin-bottom: 6px; color: #e2b07a; }
.dr-copy {
  margin-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 12px;
}

.dr-footer {
  background: #231f1c;
  color: #fff;
  text-align: center;
  padding: 24px 0;
}
.dr-footer a { color: #e2b07a; }

/* Avoid 5 very narrow columns on small laptops / large tablets in portrait */
@media (max-width: 1280px) {
  .dr-gallery-slide {
    flex-basis: min(38vw, 340px);
    min-width: 260px;
  }
  .dr-gallery-slide img {
    height: 460px;
  }
}

@media (max-width: 1080px) {
  .dr-menu { gap: 18px; }
  .dr-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dr-choose-grid,
  .dr-stats-grid,
  .dr-tech-grid,
  .dr-ba-grid,
  .dr-certs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dr-mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dr-video-grid { grid-template-columns: minmax(0, 1fr); }
  .dr-footer-grid { grid-template-columns: 1fr 1fr; }
  .dr-appointment-form { grid-template-columns: repeat(2, 1fr); }
  .dr-procedure-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .dr-topbar { display: none; }
  .dr-nav-row { min-height: 72px; }
  .dr-menu { display: none; }
  .dr-btn { padding: 10px 14px; font-size: 11px; }
  .dr-grid { grid-template-columns: 1fr; }
  .dr-section { padding: 52px 0; }
  .dr-cards,
  .dr-choose-grid,
  .dr-mini-grid,
  .dr-stats-grid,
  .dr-tech-grid,
  .dr-ba-grid,
  .dr-certs-grid,
  .dr-footer-grid { grid-template-columns: minmax(0, 1fr); }
  .dr-appointment-card { flex-direction: column; text-align: center; }
  .dr-appointment-head { text-align: center; }
  .dr-appointment-form,
  .dr-procedure-grid { grid-template-columns: 1fr; }
  .dr-blog-header { flex-direction: column; align-items: stretch; }
  .dr-blog-nav { align-self: flex-end; }
  .dr-video-card { flex-basis: 84%; }
  .dr-video-nav { display: none; }
  .dr-doctor-slide-card { flex-basis: 82%; }
  .dr-doctor-nav { display: none; }
  .dr-about-locations { margin-top: 14px; }
  .dr-modal-dialog { margin-top: 10vh; padding: 18px; }
  .dr-modal-form { grid-template-columns: 1fr; }
  .dr-hero img {
    min-height: 220px;
    max-height: 78vh;
  }
  .dr-tech-card {
    height: auto;
    min-height: 260px;
    max-height: 360px;
    aspect-ratio: 16 / 10;
  }
  .dr-tech-card img {
    height: 100%;
  }
  .dr-certs-grid { gap: 12px; }
  .dr-gallery-slider-wrap {
    padding: 0;
  }
  .dr-gallery-slide {
    flex-basis: 78%;
    min-width: 78%;
  }
  .dr-gallery-slide img {
    height: 420px;
  }
  .dr-gallery-nav { display: none; }
}

@media (max-width: 480px) {
  .dr-container { width: min(1200px, 96%); }
  .dr-ba-row {
    grid-template-columns: 1fr;
  }
  .dr-ba-row img {
    max-height: 240px;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .dr-gallery-slide img {
    height: 340px;
  }
  .dr-hero img {
    min-height: 200px;
  }
}

/* Prevent full-bleed sections from causing horizontal scroll on small devices */
.dental-page-view {
  max-width: 100%;
  overflow-x: hidden;
}

/* Keep Dental page text readable even with global theme CSS loaded */
.dental-page-view .dr-hero-content,
.dental-page-view .dr-hero-content h1,
.dental-page-view .dr-hero-content h2,
.dental-page-view .dr-hero-content p {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

/* If hero media is switched to video/iframe, keep it non-interactive */
.dental-page-view .dr-hero iframe,
.dental-page-view .dr-hero video {
  pointer-events: none;
}

.dental-page-view .dr-section h2,
.dental-page-view .dr-section h3 {
  color: #2f2f2f !important;
}

.dental-page-view .dr-sub,
.dental-page-view .dr-card p,
.dental-page-view .dr-procedure-grid p,
.dental-page-view .dr-faq-list p,
.dental-page-view .dr-blog-excerpt {
  color: #5f5f5f !important;
}

.dental-page-view .dr-why-dark,
.dental-page-view .dr-testimonials,
.dental-page-view .dr-stats {
  color: #ffffff !important;
}

.dental-page-view .dr-why-dark h1,
.dental-page-view .dr-why-dark h2,
.dental-page-view .dr-why-dark h3,
.dental-page-view .dr-why-dark p,
.dental-page-view .dr-testimonials h2,
.dental-page-view .dr-testimonials h3,
.dental-page-view .dr-testimonials p,
.dental-page-view .dr-stats h2,
.dental-page-view .dr-stats h3,
.dental-page-view .dr-stats p {
  color: #ffffff !important;
}

.dental-page-view .dr-blog-card h3,
.dental-page-view .dr-faq-list summary {
  color: #2a2a2a !important;
}

.dental-page-view .dr-tech-overlay h3,
.dental-page-view .dr-tech-overlay .dr-tech-desc {
  color: #ffffff !important;
}

/* Why-choose cards sit on white tiles; keep dark copy there */
.dental-page-view .dr-why-dark .dr-choose-grid article,
.dental-page-view .dr-why-dark .dr-choose-grid article h3,
.dental-page-view .dr-why-dark .dr-choose-grid article p {
  color: #2f2f2f !important;
}

.dental-page-view .dr-why-dark .dr-choose-grid article p {
  color: #5f5f5f !important;
}

