@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@700;800&display=swap');

:root {
  --brand: #a9343d;
  --brand-dark: #6f1f27;
  --ink: #201b1b;
  --muted: #6d6260;
  --cream: #fff8f4;
  --rose: #f6e0dc;
  --gold: #b88642;
  --line: rgba(84, 44, 44, 0.14);
  --shadow: 0 24px 70px rgba(63, 24, 28, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: var(--ink);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fffdfb;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.glass-nav {
  background:rgb(255 255 255);
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
  backdrop-filter: blur(18px);
  transition: 0.25s ease;
}

.glass-nav.scrolled {
  box-shadow: 0 14px 40px rgba(38, 18, 18, 0.08);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--brand-dark);
  font-weight: 800;
  letter-spacing: 0;
}

.navbar-brand img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 28px rgba(169, 52, 61, 0.18);
}

.nav-link {
  color: #493e3c;
  font-weight: 700;
  margin: 0 5px;
}

.nav-link:hover,
.nav-link.active {
  color: var(--brand);
}

.dropdown-menu {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(48, 20, 20, 0.12);
}

.dropdown-item {
  font-weight: 700;
  padding: 10px 18px;
}

.dropdown-item:hover {
  color: var(--brand);
  background: var(--cream);
}

.btn {
  border-radius: 999px;
  font-weight: 800;
  padding: 12px 22px;
}

.btn-brand {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border: 0;
  color: #fff;
  box-shadow: 0 16px 34px rgba(169, 52, 61, 0.28);
}

.btn-brand:hover {
  color: #fff;
  transform: translateY(-1px);
}

.btn-outline-brand {
  border: 1px solid rgba(169, 52, 61, 0.3);
  color: var(--brand-dark);
  background: #fff;
}

.btn-outline-brand:hover {
  border-color: var(--brand);
  color: #fff;
  background: var(--brand);
}

.btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

.btn-ghost:hover {
  color: var(--brand-dark);
  background: #fff;
}

.hero {
  position: relative;
  min-height: auto;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 10%, rgba(169, 52, 61, 0.1), transparent 28%),
    linear-gradient(180deg, #fff8f4 0%, #fff 100%);
  padding-top: 102px;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  transform: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(36, 13, 17, 0.88), rgba(74, 26, 28, 0.58) 48%, rgba(24, 12, 12, 0.08)),
    linear-gradient(0deg, rgba(32, 18, 18, 0.38), rgba(32, 18, 18, 0.16));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 88px;
}

.hero-banner-section {
  border-bottom: 1px solid rgba(169, 52, 61, 0.12);
}

.hero-banner-carousel {
  width: 100%;
  background: #f8e8e5;
  padding-bottom: 28px;
  box-shadow: 0 24px 70px rgba(63, 24, 28, 0.12);
}

.hero-banner-carousel .carousel-inner,
.hero-banner-carousel .carousel-item {
  background: #f8e8e5;
}

.hero-banner-carousel img {
  width: 100%;
  height: auto;
  aspect-ratio: 1280 / 548;
  object-fit: contain;
  object-position: center;
  display: block;
}

.hero-banner-carousel .carousel-control-prev,
.hero-banner-carousel .carousel-control-next {
  width: clamp(44px, 6vw, 72px);
  bottom: 28px;
  opacity: 1;
}

.hero-banner-carousel .carousel-control-prev-icon,
.hero-banner-carousel .carousel-control-next-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-size: 48%;
  background-color: rgba(111, 31, 39, 0.72);
  box-shadow: 0 12px 30px rgba(63, 24, 28, 0.22);
}

.hero-banner-carousel .carousel-indicators {
  right: clamp(14px, 3vw, 34px);
  bottom: clamp(10px, 1.5vw, 18px);
  left: auto;
  justify-content: flex-end;
  margin: 0;
  gap: 8px;
}

.hero-banner-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(111, 31, 39, 0.5);
  opacity: 1;
}

.hero-banner-carousel .carousel-indicators .active {
  width: 28px;
  border-radius: 999px;
  background: var(--brand);
}

.hero-banner-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 24px;
}

.hero-banner-actions .btn {
  min-width: 210px;
}

.hero-whatsapp {
  color: #fff;
  background: #1f9d63;
  box-shadow: 0 16px 34px rgba(31, 157, 99, 0.22);
}

.hero-whatsapp:hover {
  color: #fff;
  background: #187b4e;
  transform: translateY(-1px);
}

.eyebrow,
.section-kicker {
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  color: #ffe7df;
}

.eyebrow span {
  width: 34px;
  height: 2px;
  background: currentColor;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

.hero h1,
.sub-hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 70px;
  line-height: 1.2;
  margin: 18px 0 22px;
}

.hero .lead {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  max-width: 700px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 720px;
}

.trust-row div {
  border-left: 1px solid rgba(255, 255, 255, 0.32);
  padding-left: 16px;
}

.trust-row strong,
.trust-row span {
  display: block;
}

.trust-row strong {
  font-size: 1.05rem;
}

.trust-row span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.appointment-panel,
.doctor-card,
.service-card,
.treatment-card,
.contact-box,
.hours-box,
.profile-portrait {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.appointment-panel {
  overflow: hidden;
  background: #fff;
  color: var(--ink);
  max-width: 430px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.appointment-panel img {
  width: 100%;
  aspect-ratio: 16 / 13;
  object-fit: cover;
  object-position: top center;
}

.panel-body {
  padding: 24px;
}

.panel-body h2 {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.panel-body p {
  color: var(--brand);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
}

.section {
  padding: 50px 0;
}

.intro-band,
.contact-section {
  background: linear-gradient(180deg, #fff8f4, #fff);
}

.about-luxe {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(44px, 6vw, 74px);
  align-items: center;
}

.about-media {
  position: relative;
  min-height: 620px;
}

.about-main-img,
.about-float-img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-main-img {
  height: 585px;
  object-position: center;
}

.about-float-img {
  position: absolute;
  right: -38px;
  bottom: 48px;
  width: 54%;
  height: 270px;
  border: 9px solid #fff8f4;
  object-position: center;
}

.about-hours-card {
  position: absolute;
  left: 24px;
  bottom: 0;
  width: min(280px, 72%);
  padding: 20px 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(169, 52, 61, 0.28);
}

.about-hours-card i {
  font-size: 1.5rem;
}

.about-hours-card strong,
.about-hours-card span {
  display: block;
}

.about-hours-card strong {
  margin-top: 12px;
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}

.about-hours-card span {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 4px;
}

.about-copy h2 {
  max-width: 720px;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.45rem, 4.2vw, 4.35rem);
  line-height: 1.04;
  margin: 14px 0 24px;
}

.about-lead-box {
  position: relative;
  padding-left: 24px;
  border-left: 3px solid var(--gold);
}

.about-lead-box p {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.78;
  margin-bottom: 14px;
}

.about-lead-box p:last-child {
  margin-bottom: 0;
}

.about-fact-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.about-fact-row div {
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(66, 30, 30, 0.06);
}

.about-fact-row strong {
  display: block;
  color: var(--brand-dark);
  font-family: 'Playfair Display', serif;
  font-size: 2.75rem;
  line-height: 1;
}

.about-fact-row span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
  margin-top: 10px;
}

.about-service-strip {
  display: grid;
  gap: 14px;
}

.about-service-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(66, 30, 30, 0.07);
}

.about-service-strip i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--brand);
  border-radius: 50%;
  font-size: 1.25rem;
}

.about-service-strip h3 {
  margin: 0 0 6px;
  font-family: 'Playfair Display', serif;
  font-size: 1.32rem;
  font-weight: 900;
}

.about-service-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.wide-photo,
.split-feature img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.section h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 40px;
  line-height: 1.2;
  margin: 12px 0 18px;
}

.section p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.feature-grid div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.feature-grid i,
.treatment-card i,
.service-card i,
.why-card i {
  color: var(--brand);
  font-size: 1.45rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: var(--brand-dark);
  font-weight: 900;
}

.text-link:hover {
  color: var(--brand);
}

.why-section,
.faq-preview {
  background: #fff;
}

.why-card {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fff8f4);
  box-shadow: 0 18px 42px rgba(66, 30, 30, 0.08);
}

.why-card h3 {
  margin: 16px 0 10px;
  font-weight: 900;
  font-size: 1.15rem;
}

.why-card p {
  margin: 0;
  font-size: 0.98rem;
}

.section-title {
  max-width: 840px;
  margin-bottom: 42px;
}

.section-title.light,
.section-title.light .section-kicker {
  color: #fff;
}

.section-title.light h2 {
  color: #fff;
}

.doctor-card {
  overflow: visible;
  height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  padding-top: 30px;
}

.doctor-card img {
  width: 80%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top center;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
  display: block;
}



.doctor-info {
  padding: 28px;
}

.doctor-info span {
  color: var(--brand);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.doctor-info h3,
.service-card h3,
.treatment-card h3 {
  font-weight: 900;
  margin: 10px 0;
}

.services-band {
  background:
    linear-gradient(135deg, rgba(82, 22, 28, 0.95), rgba(36, 20, 18, 0.94)),
    url('../images/clinic1.jpg') center/cover fixed;
}

.service-card {
  height: 100%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.94);
}

.service-card ul,
.check-list {
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.service-card li,
.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #554846;
}

.service-card li::before,
.check-list li::before {
  content: "\F26A";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--brand);
  font-family: "bootstrap-icons";
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-auto-rows: 260px;
  gap: 18px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(66, 30, 30, 0.12);
}

.gallery-grid img:first-child {
  grid-row: span 2;
}

.premium-accordion .accordion-item {
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(66, 30, 30, 0.07);
}

.premium-accordion .accordion-button {
  font-weight: 900;
  padding: 20px 24px;
}

.premium-accordion .accordion-button:not(.collapsed) {
  color: var(--brand-dark);
  background: var(--cream);
  box-shadow: none;
}

.premium-accordion .accordion-body {
  color: var(--muted);
  line-height: 1.75;
  padding: 0 24px 22px;
}

.contact-box,
.hours-box {
  height: 100%;
  padding: clamp(28px, 5vw, 54px);
  background: #fff;
  border: 1px solid var(--line);
}

.contact-box.center {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.home-contact-actions {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 360px;
}

.home-contact-actions .btn {
  width: 100%;
  justify-content: center;
}

.hours-box h3 {
  font-weight: 900;
  margin-bottom: 22px;
}

.hours-box div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.hours-box span {
  color: var(--muted);
}

.hours-box strong {
  color: var(--brand-dark);
}

.hours-box .closed strong {
  color: #8f8a87;
}

.site-footer {
  padding: 72px 0 24px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(28, 16, 16, 0.96), rgba(102, 28, 35, 0.9)),
    url('../images/clinic1.jpg') center/cover;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.site-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 500;
  line-height: 1.7;
  margin-top: 8px;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer h3 {
  position: relative;
  display: inline-block;
  font-size: 1.15rem;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 22px;
  font-weight: 900;
}

.site-footer h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30px;
  height: 2px;
  background: #f3c9b4;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.86fr 1.04fr 1.3fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.footer-brand img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.footer-brand strong {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1;
}

.footer-brand span {
  display: block;
  color: #fff;
  font-size: 0.92rem;
  font-style: italic;
  margin-top: 4px;
}

.footer-tagline {
  color: #f3c9b4 !important;
  font-style: italic;
  margin: 6px 0 18px !important;
}

.footer-phone {
  color: #fff !important;
  font-size: 1.08rem;
}

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

.footer-socials a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.footer-socials a:hover {
  color: var(--brand-dark);
  background: #fff;
  border-color: #fff;
}

.footer-column {
  min-width: 0;
}

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

.footer-contact .contact-item a,
.footer-contact .contact-item span {
  display: block;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 500;
  line-height: 1.5;
}

.footer-contact i {
  color: #f3c9b4;
  margin-top: 3px;
}

.footer-map {
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.footer-map iframe {
  display: block;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 30px;
  color: rgba(255, 255, 255, 0.62);
}

.footer-bottom a {
  display: inline;
  margin: 0 0 0 20px;
  color: rgba(255, 255, 255, 0.66);
}

.floating-call {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  background: var(--brand);
  box-shadow: 0 18px 44px rgba(169, 52, 61, 0.38);
}

.sub-hero {
  padding: 170px 0 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(184, 134, 66, 0.18), transparent 28%),
    linear-gradient(135deg, #fff8f4, #ffffff);
}

.page-hero {
  position: relative;
  padding: 120px 0 120px;
  color: #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(36, 13, 17, 0.88), rgba(74, 26, 28, 0.52), rgba(24, 12, 12, 0.18));
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 900px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 60px;
  line-height: 0.98;
  margin: 18px 0;
}

.page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.18rem;
  line-height: 1.75;
}

.signature-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.signature-strip div {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
}

.signature-strip strong,
.signature-strip span {
  display: block;
}

.signature-strip strong {
  color: var(--brand-dark);
  font-weight: 900;
}

.signature-strip span {
  color: var(--muted);
  margin-top: 6px;
}

.doctor-feature .doctor-info {
  padding: 34px;
}

.doctor-feature .btn {
  margin-top: 18px;
}

.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 250px;
  gap: 18px;
}

.gallery-masonry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(66, 30, 30, 0.12);
}

.gallery-masonry img:nth-child(1),
.gallery-masonry img:nth-child(6) {
  grid-row: span 2;
}

.sub-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1.75;
  margin-bottom: 30px;
}

.profile-portrait {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
}

.profile-portrait img {
  width: 100%;
  aspect-ratio: 1 / 1.04;
  object-fit: cover;
  object-position: top center;
}

.profile-portrait div {
  padding: 26px;
}

.profile-portrait h2 {
  font-family: "Manrope", sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  margin: 0 0 8px;
}

.profile-portrait p {
  font-size: 0.98rem;
  margin: 0;
}

.treatment-card {
  height: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
}

.split-feature {
  background: #fff8f4;
}

@media (max-width: 991px) {
  .navbar-collapse {
    padding: 18px 0;
  }

  .hero {
    padding-top: 96px;
  }

  .hero-banner-actions {
    width: min(720px, calc(100% - 28px));
  }

  .appointment-panel {
    margin: 0;
    max-width: none;
  }

  .hero h1,
  .sub-hero h1 {
    font-size: clamp(2.6rem, 13vw, 4.8rem);
  }

  .trust-row,
  .about-luxe,
  .feature-grid,
  .gallery-grid,
  .gallery-masonry {
    grid-template-columns: 1fr;
  }

  .gallery-grid,
  .gallery-masonry {
    grid-auto-rows: 230px;
  }

  .gallery-grid img:first-child,
  .gallery-masonry img:nth-child(1),
  .gallery-masonry img:nth-child(6) {
    grid-row: auto;
  }

  .section {
    padding: 72px 0;
  }

  .about-media {
    min-height: auto;
  }

  .about-main-img {
    height: auto;
    aspect-ratio: 1 / 1.05;
  }

  .about-float-img,
  .about-hours-card {
    position: relative;
    right: auto;
    left: auto;
    bottom: auto;
  }

  .about-float-img {
    width: 58%;
    height: 230px;
    margin: -90px 0 0 auto;
    display: block;
  }

  .about-hours-card {
    margin-top: -24px;
  }
}

@media (max-width: 575px) {
  .navbar-brand span {
    max-width: 160px;
    line-height: 1.1;
  }

  .hero {
    padding-top: 92px;
  }

  .hero-banner-carousel .carousel-control-prev,
  .hero-banner-carousel .carousel-control-next {
    width: 34px;
    bottom: 22px;
  }

  .hero-banner-carousel {
    padding-bottom: 22px;
  }

  .hero-banner-carousel .carousel-control-prev-icon,
  .hero-banner-carousel .carousel-control-next-icon {
    width: 28px;
    height: 28px;
    background-size: 44%;
  }

  .hero-banner-carousel .carousel-indicators {
    bottom: 7px;
    right: 12px;
    gap: 6px;
  }

  .hero-banner-carousel .carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
  }

  .hero-banner-carousel .carousel-indicators .active {
    width: 20px;
  }

  .hero-banner-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 0 18px;
  }

  .hero-banner-actions .btn {
    width: 100%;
    min-width: 0;
    padding: 11px 16px;
    font-size: 0.95rem;
  }

  .hero-content {
    padding-top: 110px;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .about-fact-row {
    grid-template-columns: 1fr;
  }

  .about-float-img {
    width: 82%;
    height: 190px;
  }

  .about-service-strip article {
    grid-template-columns: 1fr;
  }

  .trust-row {
    gap: 10px;
  }

  .trust-row div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
    padding: 12px 0 0;
  }

  .hours-box div {
    display: block;
  }

  .site-footer a {
    display: inline-block;
    margin: 12px 12px 0 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-contact p,
  .footer-contact a,
  .footer-column a {
    display: grid;
  }

  .footer-bottom,
  .signature-strip,
  .gallery-masonry {
    display: block;
  }

  .footer-bottom a {
    margin: 14px 18px 0 0;
  }

  .signature-strip div,
  .gallery-masonry img {
    margin-bottom: 14px;
  }
}

/* =====================================================
   ARKA CLINIC – EXTENDED PREMIUM STYLES
   ===================================================== */

/* Department Cards */
.dept-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.dept-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 24px 60px rgba(63, 24, 28, .2);
  transition: transform .35s ease;
}

.dept-card:hover {
  transform: translateY(-6px);
}

.dept-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .5s ease;
}

.dept-card:hover .dept-card-bg {
  transform: scale(1.06);
}

.dept-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15, 8, 8, .88) 0%, rgb(15 8 8 / 48%) 65%, #000000bf);
}

.dept-card-body {
  position: relative;
  z-index: 1;
  padding: 32px;
  color: #fff;
  width: 100%;
}

.dept-card-body .dept-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .28);
  font-size: 1.5rem;
  margin-bottom: 14px;
}

.dept-card-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.85rem;
  font-weight: 900;
  margin-bottom: 8px;
  color: #fff;
}

.dept-card-body p {
  color: rgba(255, 255, 255, .84);
  font-size: .97rem;
  margin-bottom: 20px;
  line-height: 1.62;
}

.dept-card-body .btn {
  background: rgba(255, 255, 255, .14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .38);
  backdrop-filter: blur(6px);
}

.dept-card-body .btn:hover {
  background: #fff;
  color: var(--brand-dark);
}

/* Patient Journey */
.journey-section {
  background: linear-gradient(135deg, #fff8f4 0%, #fff 100%);
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}

.journey-grid::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, var(--brand), var(--gold));
  opacity: .28;
}

.journey-step {
  text-align: center;
}

.journey-num {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  font-size: 1.55rem;
  font-weight: 900;
  font-family: 'Playfair Display', serif;
  box-shadow: 0 14px 34px rgba(169, 52, 61, .28);
  position: relative;
  z-index: 1;
}

.journey-step h4 {
  font-weight: 900;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.journey-step p {
  font-size: .93rem;
  color: var(--muted);
  line-height: 1.6;
}

/* Reviews */
.reviews-section {
  background: linear-gradient(180deg, #fff 0%, #fff8f4 100%);
}

.review-card {
  height: 100%;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(66, 30, 30, .07);
  transition: transform .3s ease, box-shadow .3s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(66, 30, 30, .13);
}

.review-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
}

.review-stars i {
  color: #f5a623;
  font-size: 1rem;
}

.review-card blockquote {
  font-size: .97rem;
  line-height: 1.72;
  color: var(--ink);
  font-style: italic;
  margin-bottom: 18px;
  border: none;
  padding: 0;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  flex-shrink: 0;
}

.review-author strong {
  display: block;
  font-size: .95rem;
  font-weight: 800;
}

.review-author span {
  display: block;
  font-size: .82rem;
  color: var(--muted);
}

.gmb-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brand-dark);
  font-weight: 800;
  font-size: .95rem;
  box-shadow: 0 10px 28px rgba(66, 30, 30, .08);
  transition: all .3s ease;
  text-decoration: none;
}

.gmb-link:hover {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

/* Home Gallery Showcase */
.home-gallery-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 8vw, 118px) 0;
  min-height: 620px;
  display: grid;
  align-items: center;
  color: #fff;
  background: var(--brand-dark);
}

.home-gallery-bg,
.home-gallery-overlay {
  position: absolute;
  inset: 0;
}

.home-gallery-bg {
  background-image: url('../images/clinic2.jpg');
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.home-gallery-overlay {
  background:
   linear-gradient(90deg, rgb(111 31 39 / 22%), rgba(255, 248, 244, .46) 50%, rgb(169 52 61 / 13%)), linear-gradient(180deg, rgba(48, 19, 22, .38), rgba(48, 19, 22, .62));
  backdrop-filter: blur(1px);
}

.home-gallery-showcase .container {
  position: relative;
  z-index: 1;
}

.home-gallery-copy {
  max-width: 1040px;
  margin: 0 auto 38px;
  text-align: center;
}

.home-gallery-copy .section-kicker {
  color: #000000;
  margin-bottom: 10px;
}

.home-gallery-copy h2 {
  color: #fff;
  font-size: clamp(2rem, 4.8vw, 4rem);
  line-height: 1.16;
  margin-bottom: 14px;
  text-shadow: 0 18px 44px rgba(63, 24, 28, .28);
}

.home-gallery-copy p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .86);
  font-size: 1.06rem;
  line-height: 1.72;
}

.home-gallery-marquee {
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.home-gallery-track {
  display: flex;
  width: max-content;
  gap: clamp(18px, 2.4vw, 30px);
  animation: galleryScroll 34s linear infinite;
}

.home-gallery-marquee:hover .home-gallery-track {
  animation-play-state: paused;
}

.home-gallery-frame {
  width: clamp(230px, 23vw, 330px);
  aspect-ratio: 4 / 3;
  flex: 0 0 auto;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 231, 223, .72);
  border-radius: 8px;
  background: rgba(255, 248, 244, .9);
  box-shadow: 0 28px 70px rgba(63, 24, 28, .24);
}

.home-gallery-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

.home-gallery-frame:hover img {
  transform: scale(1.055);
}

.home-gallery-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}

.home-gallery-actions .btn {
  min-width: 180px;
  border: 2px solid rgba(255, 255, 255, .85);
  box-shadow: 0 18px 42px rgba(63, 24, 28, .2);
}

.gallery-appointment-btn {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
}

.gallery-appointment-btn:hover {
  color: #fff;
  transform: translateY(-1px);
}

@keyframes galleryScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - clamp(9px, 1.2vw, 15px)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-gallery-track {
    animation: none;
  }
}

/* Services Page */
.svc-cat-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 36px;
}

.svc-cat-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  font-size: 1.8rem;
  flex-shrink: 0;
  box-shadow: 0 14px 30px rgba(169, 52, 61, .25);
}

.svc-cat-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.1;
  margin: 0 0 6px;
}

.svc-cat-header p {
  color: var(--muted);
  margin: 0;
  font-size: 1rem;
}

.service-detail-card {
  height: 100%;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(66, 30, 30, .07);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  display: flex;
  flex-direction: column;
}

.service-detail-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 64px rgba(66, 30, 30, .13);
  border-color: rgba(169, 52, 61, .22);
}

.svc-icon-wrap {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--cream);
  color: var(--brand);
  font-size: 1.55rem;
  margin-bottom: 18px;
  transition: all .3s ease;
}

.service-detail-card:hover .svc-icon-wrap {
  background: var(--brand);
  color: #fff;
}

.service-detail-card h3 {
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.service-detail-card p {
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 20px;
}

.service-detail-card .btn {
  align-self: flex-start;
  font-size: .85rem;
  padding: 9px 18px;
}

.services-sep {
  position: relative;
  text-align: center;
  padding: 32px 0;
}

.services-sep::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: var(--line);
}

.services-sep span {
  position: relative;
  padding: 8px 22px;
  background: #fffdfb;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.service-page-hero {
  background-position: center;
}

.service-page-hero h1 {
  font-size: clamp(2.65rem, 5.4vw, 4.9rem);
}

.services-showcase {
  background:
    linear-gradient(180deg, #fff8f4 0%, #fffdfb 42%, #fff 100%);
  overflow: hidden;
}

.services-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.services-topline h2 {
  max-width: 760px;
  margin-bottom: 12px;
}

.services-topline p {
  max-width: 760px;
  margin: 0;
}

.service-switch {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 46px rgba(66, 30, 30, .08);
}

.service-switch-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--brand-dark);
  font-family: 'Manrope', sans-serif;
  font-size: .92rem;
  font-weight: 900;
  white-space: nowrap;
  transition: all .28s ease;
}

.service-switch-btn i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--brand);
  transition: all .28s ease;
}

.service-switch-btn.active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  box-shadow: 0 14px 30px rgba(169, 52, 61, .25);
}

.service-switch-btn.active i {
  color: var(--brand-dark);
  background: #fff;
}

.service-panel {
  animation: serviceFade .35s ease;
}

@keyframes serviceFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

.department-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 30px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(169, 52, 61, .14);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 248, 244, .92)),
    url('../images/clinic1.jpg') center/cover;
  box-shadow: 0 20px 54px rgba(66, 30, 30, .08);
}

.department-intro h2 {
  max-width: 840px;
  margin: 10px 0 10px;
}

.department-intro p {
  max-width: 820px;
  margin: 0;
}

.premium-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.premium-service-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(66, 30, 30, .08);
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.premium-service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(169, 52, 61, .26);
  box-shadow: 0 30px 72px rgba(66, 30, 30, .14);
}

.premium-service-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  transition: transform .5s ease;
}

.premium-service-card:hover img {
  transform: scale(1.05);
}

.premium-service-body {
  display: flex;
  flex-direction: column;
  min-height: 248px;
  padding: 24px;
}

.premium-service-body span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.premium-service-body h3 {
  margin: 12px 0 10px;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 900;
}

.premium-service-body p {
  flex: 1;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.65;
}

.service-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  font-size: .86rem;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(169, 52, 61, .22);
}

.service-more:hover {
  color: #fff;
  transform: translateY(-1px);
}

.home-services-luxe {
  background:
    linear-gradient(180deg, #fff 0%, #fff8f4 48%, #fffdfb 100%);
}

.home-services-luxe .services-topline {
  margin-bottom: 26px;
}

.home-service-band {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 20px 54px rgba(66, 30, 30, .08);
}

.home-service-band + .home-service-band {
  margin-top: 28px;
}

.home-service-band-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}

.home-service-band-head p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.6;
  text-align: right;
}

.ortho-band {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(255, 248, 244, .92)),
    url('../images/clinic3.jpg') center/cover;
}

.dental-band {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(255, 248, 244, .92)),
    url('../images/clinic5.jpg') center/cover;
}

/* Gallery Filters & Lightbox */
.filter-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 38px;
}

.filter-btn {
  padding: 10px 24px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  font-size: .92rem;
  cursor: pointer;
  transition: all .3s ease;
  font-family: 'Manrope', sans-serif;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
  box-shadow: 0 8px 22px rgba(169, 52, 61, .22);
}

.gallery-filterable {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-auto-rows: 260px;
  gap: 18px;
}

.gal-item {
  overflow: hidden;
  border-radius: 10px;
  cursor: zoom-in;
  transition: opacity .4s ease;
}

.gal-item.span2 {
  grid-row: span 2;
}

.gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform .5s ease;
  box-shadow: 0 18px 48px rgba(66, 30, 30, .12);
}

.gal-item:hover img {
  transform: scale(1.06);
}

.gal-item.hide {
  display: none;
}

.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, .93);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lightbox-overlay.open {
  display: flex;
}

.lightbox-overlay img {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}

.lb-close {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #fff;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform .2s ease;
  line-height: 1;
}

.lb-close:hover {
  transform: rotate(90deg);
}

/* Appointment Form */
.appt-form-wrap {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.appt-form-wrap .form-label {
  font-weight: 700;
  color: var(--ink);
  font-size: .9rem;
}

.appt-form-wrap .form-control,
.appt-form-wrap .form-select {
  border: 1px solid rgba(84, 44, 44, .2);
  border-radius: 8px;
  padding: 12px 16px;
  font-family: 'Manrope', sans-serif;
  font-size: .95rem;
  transition: border-color .3s ease, box-shadow .3s ease;
}

.appt-form-wrap .form-control:focus,
.appt-form-wrap .form-select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(169, 52, 61, .12);
}

.btn-wa-submit {
  width: 100%;
  padding: 15px;
  font-size: 1rem;
  font-weight: 900;
  font-family: 'Manrope', sans-serif;
  background: #a9343d;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all .3s ease;
}

.btn-wa-submit:hover {
  background: #1da851;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(37, 211, 102, .3);
}

/* Info Cards */
.info-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 14px 38px rgba(66, 30, 30, .07);
  transition: transform .3s ease;
  height: 100%;
}

.info-card:hover {
  transform: translateY(-3px);
}

.info-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--cream);
  color: var(--brand);
  font-size: 1.45rem;
  flex-shrink: 0;
}

.info-text strong {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 6px;
}

.info-text p,
.info-text a {
  display: block;
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.65;
  margin: 0;
}

.info-text a:hover {
  color: var(--brand);
}

/* Floating WhatsApp */
.floating-wa {
  position: fixed;
  right: 22px;
  bottom: 90px;
  z-index: 200;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 16px 40px rgba(37, 211, 102, .38);
  font-size: 24px;
  transition: transform .2s ease;
}

.floating-wa:hover {
  color: #fff;
  transform: scale(1.1);
}

/* Mobile Sticky CTA */
.mobile-cta-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, .1);
}

.mobile-cta-bar a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  font-size: .72rem;
  font-weight: 800;
  gap: 4px;
  text-decoration: none;
}

.mobile-cta-bar .cta-call {
  background: var(--brand);
  color: #fff;
}

.mobile-cta-bar .cta-wa {
  background: #25d366;
  color: #fff;
}

.mobile-cta-bar a i {
  font-size: 1.3rem;
}

/* Mission / Vision */
.mv-card {
  text-align: center;
  padding: 42px 32px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 50px rgba(66, 30, 30, .08);
  height: 100%;
  transition: transform .3s ease;
}

.mv-card:hover {
  transform: translateY(-5px);
}

.mv-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 14px 34px rgba(169, 52, 61, .26);
}

.mv-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.55rem;
  font-weight: 900;
  margin-bottom: 14px;
}

.mv-card p {
  color: var(--muted);
  line-height: 1.75;
}

/* Highlights */
.highlights-band {
  background: linear-gradient(135deg, rgba(82, 22, 28, .96), rgba(36, 20, 18, .94)), url('../images/clinic1.jpg') center/cover fixed;
  color: #fff;
}

.highlight-stat {
  text-align: center;
  padding: 22px 16px;
}

.highlight-stat strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 900;
  color: #f3c9b4;
  line-height: 1;
}

.highlight-stat span {
  display: block;
  color: rgba(255, 255, 255, .78);
  font-size: .95rem;
  margin-top: 8px;
}

/* Trust Items */
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(66, 30, 30, .07);
  height: 100%;
  transition: transform .3s ease;
}

.trust-item:hover {
  transform: translateY(-4px);
}

.trust-item-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.trust-item h4 {
  font-size: 1.02rem;
  font-weight: 900;
  margin-bottom: 6px;
}

.trust-item p {
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.6;
  margin: 0;
}

/* Under One Roof */
.roof-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.roof-card {
  padding: 32px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #fff8f4);
  border: 1px solid var(--line);
  box-shadow: 0 16px 42px rgba(66, 30, 30, .07);
}

.dept-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brand);
  color: #fff;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.roof-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.roof-card p {
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* Map */
.map-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.map-wrap iframe {
  display: block;
}

.home-map-full {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}

.home-map-full iframe {
  display: block;
  min-height: 320px;
}

/* FAQ Page */
.faq-luxe {
  background: linear-gradient(180deg, #fff8f4 0%, #fffdfb 42%, #fff 100%);
}

.faq-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 38px;
}

.faq-quick-grid a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 18px;
  color: var(--brand-dark);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 36px rgba(66, 30, 30, .06);
  font-weight: 900;
}

.faq-quick-grid i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border-radius: 50%;
}

.faq-side-card,
.contact-side-card,
.contact-form-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 20px 54px rgba(66, 30, 30, .08);
}

.faq-side-card {
  position: sticky;
  top: 112px;
  padding: clamp(24px, 4vw, 34px);
}

.faq-side-card h2 {
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.faq-side-card p {
  color: var(--muted);
  line-height: 1.7;
}

.faq-mini-info {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.faq-mini-info strong,
.faq-mini-info span {
  display: block;
}

.faq-mini-info strong {
  color: var(--brand-dark);
  font-weight: 900;
}

.faq-mini-info span {
  color: var(--muted);
  margin-top: 3px;
}

.faq-group {
  scroll-margin-top: 112px;
  margin-bottom: 34px;
}

.faq-cat-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 9px 18px;
  color: var(--brand-dark);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(66, 30, 30, .06);
}

/* Contact Page */
.contact-luxe {
  background: linear-gradient(180deg, #fffdfb 0%, #fff8f4 50%, #fff 100%);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  gap: 28px;
  align-items: start;
}

.contact-intro {
  margin-bottom: 22px;
}

.contact-intro h2 {
  max-width: 740px;
  margin-bottom: 12px;
}

.contact-intro p {
  max-width: 720px;
  color: var(--muted);
}

.contact-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.contact-action-card {
  min-height: 132px;
  padding: 20px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(66, 30, 30, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.contact-action-card:hover {
  color: var(--ink);
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(66, 30, 30, .1);
}

.contact-action-card i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border-radius: 50%;
}

.contact-action-card span,
.contact-action-card strong {
  display: block;
}

.contact-action-card span {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 800;
}

.contact-action-card strong {
  color: var(--brand-dark);
  font-size: 1.05rem;
  font-weight: 900;
  margin-top: 4px;
}

.contact-form-card {
  padding: clamp(24px, 4vw, 38px);
}

.contact-form-card h2 {
  margin: 8px 0 24px;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.55;
  text-align: center;
}

.contact-side {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 112px;
}

.contact-side-card {
  padding: clamp(24px, 4vw, 32px);
}

.contact-detail-list {
  display: grid;
  gap: 18px;
  margin: 22px 0;
}

.contact-detail-list > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.contact-detail-list i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--brand);
  background: var(--cream);
  border-radius: 50%;
}

.contact-detail-list strong,
.contact-detail-list span {
  display: block;
}

.contact-detail-list strong {
  color: var(--brand-dark);
  font-weight: 900;
}

.contact-detail-list span {
  color: var(--muted);
  line-height: 1.55;
  margin-top: 3px;
}

.contact-map-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(66, 30, 30, .08);
}

.contact-map-card iframe {
  display: block;
}

.faq-compact-section {
  background: linear-gradient(180deg, #fff8f4 0%, #fff 100%);
}

.faq-photo-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}

.faq-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  object-position: top center;
  background: var(--cream);
}

.faq-banner-only {
  padding: 10px;
}

.faq-banner-only img {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 10px;
}

.faq-photo-card > div {
  padding: clamp(22px, 4vw, 32px);
}

.faq-photo-card h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  margin: 10px 0 12px;
}

.faq-photo-card p {
  color: var(--muted);
  line-height: 1.7;
}

.faq-compact-title {
  margin: 10px 0 24px;
}

.faq-compact-accordion .accordion-item {
  margin-bottom: 10px;
}

.faq-compact-accordion .accordion-button {
  padding: 17px 20px;
}

.gallery-clean-section {
  background: linear-gradient(180deg, #fff8f4 0%, #fffdfb 45%, #fff 100%);
}

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

.gallery-tile {
  display: grid;
  place-items: center;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(66, 30, 30, .08);
  cursor: zoom-in;
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  background: #fff8f4;
  transition: transform .35s ease;
}

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

/* Orthopaedic Service Detail Pages */
.service-detail-hero {
  background-position: center;
}

.service-detail-section {
  background: linear-gradient(180deg, #fff8f4 0%, #fffdfb 42%, #fff 100%);
}

.service-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: 34px;
  align-items: start;
}

.service-detail-main,
.service-detail-side-card,
.service-nav-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 20px 54px rgba(66, 30, 30, .08);
}

.service-detail-main {
  overflow: hidden;
}

.service-detail-main > img {
  width: 100%;
  aspect-ratio: 16 / 8.4;
  object-fit: cover;
  object-position: center;
}

.service-detail-copy {
  padding: clamp(26px, 4vw, 44px);
}

.service-detail-copy h2 {
  margin-top: 8px;
}

.service-lead {
  color: var(--muted);
  font-size: 1.07rem;
  line-height: 1.82;
}

.service-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.service-info-box {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff8f4;
}

.service-info-box i {
  color: var(--brand);
  font-size: 1.35rem;
}

.service-info-box strong,
.service-info-box span {
  display: block;
}

.service-info-box strong {
  margin: 10px 0 4px;
  color: var(--brand-dark);
  font-weight: 900;
}

.service-info-box span {
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.55;
}

.service-content-block {
  margin-top: 32px;
}

.service-content-block h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  font-weight: 900;
  margin-bottom: 16px;
}

.service-step-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-step-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.service-step-list span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border-radius: 50%;
  font-weight: 900;
}

.service-step-list strong {
  display: block;
  color: var(--ink);
  font-weight: 900;
  margin-bottom: 3px;
}

.service-step-list p {
  margin: 0;
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.62;
}

.service-detail-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 112px;
}

.service-detail-side-card,
.service-nav-card {
  padding: clamp(22px, 4vw, 30px);
}

.service-detail-side-card img {
  width: 100%;
  aspect-ratio: 1 / .92;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
  margin-bottom: 18px;
}

.service-detail-side-card h3,
.service-nav-card h3 {
  font-weight: 900;
  margin-bottom: 10px;
}

.service-detail-side-card p {
  color: var(--muted);
  line-height: 1.7;
}

.service-nav-list {
  display: grid;
  gap: 8px;
}

.service-nav-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  font-weight: 800;
}

.service-nav-list a:hover,
.service-nav-list a.active {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.service-disclaimer {
  margin-top: 28px;
  padding: 16px 18px;
  border-left: 3px solid var(--gold);
  background: #fff8f4;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.65;
}

/* CTA Banner */
.cta-banner {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-radius: 16px;
  padding: clamp(36px, 6vw, 64px);
  text-align: center;
  color: #fff;
  box-shadow: 0 24px 60px rgba(169, 52, 61, .28);
}

.cta-banner h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  margin-bottom: 14px;
  color: #fff;
}

.cta-banner p {
  color: rgba(255, 255, 255, .84);
  font-size: 1.05rem;
  margin-bottom: 28px;
}

.cta-banner .btn-outline-light {
  border-color: rgba(255, 255, 255, .5);
  color: #fff;
  font-weight: 900;
}

.cta-banner .btn-outline-light:hover {
  background: #fff;
  color: var(--brand-dark);
}

.cta-banner .btn-light {
  font-weight: 900;
  color: var(--brand-dark);
}

/* Responsive for new sections */
@media (max-width: 991px) {
  .dept-card-grid {
    grid-template-columns: 1fr;
  }

  .roof-grid {
    grid-template-columns: 1fr;
  }

  .journey-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey-grid::before {
    display: none;
  }

  .gallery-filterable {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .gal-item.span2 {
    grid-row: auto;
  }

  .services-topline,
  .department-intro {
    grid-template-columns: 1fr;
  }

  .services-topline {
    align-items: start;
  }

  .service-switch {
    width: 100%;
  }

  .premium-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-service-band-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-service-band-head p {
    text-align: left;
  }

  .faq-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-side-card,
  .contact-side {
    position: static;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .gallery-simple-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-detail-layout {
    grid-template-columns: 1fr;
  }

  .service-detail-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .mobile-cta-bar {
    display: none !important;
  }

  body {
    padding-bottom: 0;
  }

  .floating-call,
  .floating-wa {
    display: none;
  }

  .appt-form-wrap {
    padding: 24px 18px;
  }

  .premium-service-grid {
    grid-template-columns: 1fr;
  }

  .premium-service-body {
    min-height: 0;
  }

  .contact-action-grid {
    grid-template-columns: 1fr;
  }

  .gallery-simple-grid {
    grid-template-columns: 1fr;
  }

  .service-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .journey-grid {
    grid-template-columns: 1fr;
  }

  .service-switch {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .service-switch-btn {
    white-space: normal;
  }

  .faq-quick-grid {
    grid-template-columns: 1fr;
  }

  .journey-section p{
     text-align: center !important;
  }

  #orthopaedic-doctor h2{
    font-size: 30px;
  }

  .home-gallery-showcase {
    min-height: auto;
    padding: 58px 0;
  }

  .home-gallery-overlay {
    background:
     linear-gradient(90deg, rgb(111 31 39 / 22%), rgba(255, 248, 244, .46) 50%, rgb(169 52 61 / 13%)), linear-gradient(180deg, rgba(48, 19, 22, .38), rgba(48, 19, 22, .62));
  }

  .home-gallery-copy {
    margin-bottom: 26px;
  }

  .home-gallery-copy h2 {
    font-size: clamp(2rem, 10vw, 2.85rem);
    line-height: 1.1;
  }

  .home-gallery-copy p {
    font-size: .98rem;
    line-height: 1.62;
  }

  .home-gallery-marquee {
    width: calc(100% + 30px);
    margin-left: -15px;
    mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
  }

  .home-gallery-track {
    gap: 14px;
    animation-duration: 28s;
  }

  .home-gallery-frame {
    width: min(76vw, 285px);
    border-radius: 8px;
  }

  .home-gallery-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .home-gallery-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

/* Final mobile polish: prevent side-scroll and keep content readable */
@media (max-width: 767px) {
  *,
  *::before,
  *::after {
    max-width: 100%;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .container {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .navbar-brand img {
    width: 58px;
    height: 58px;
  }

  .navbar-brand {
    gap: 9px;
  }

  .navbar-brand span {
    max-width: 150px;
    font-size: .95rem;
  }

  .btn,
  .gmb-link,
  .service-more,
  .service-switch-btn {
    white-space: normal;
    line-height: 1.25;
    text-align: center;
  }

  .home-gallery-marquee,
  .home-gallery-track {
    max-width: none;
  }

  .section {
    padding: 48px 0;
  }

  .page-hero {
    padding: 104px 0 70px;
  }

  .page-hero h1 {
    font-size: clamp(2.15rem, 10vw, 3.05rem);
    line-height: 1.08;
  }

  .page-hero p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .hero h1,
  .sub-hero h1 {
    line-height: 1.08;
  }

  .section h2,
  .about-copy h2 {
    font-size: clamp(1.95rem, 8vw, 2.55rem);
    line-height: 1.12;
  }

  .section p,
  .about-lead-box p,
  .service-lead,
  .premium-service-body p,
  .accordion-body,
  .check-list li,
  .service-step-list p,
  .contact-detail-list span,
  .info-text p,
  .info-text a {
    text-align: justify;
    text-justify: inter-word;
    overflow-wrap: anywhere;
  }

  .premium-service-card,
  .service-detail-main,
  .service-detail-side-card,
  .service-nav-card,
  .contact-side-card,
  .contact-form-card,
  .faq-photo-card,
  .doctor-card,
  .why-card,
  .info-card,
  .cta-banner {
    border-radius: 12px;
  }

  .premium-service-body,
  .service-detail-copy,
  .contact-form-card,
  .service-detail-side-card,
  .service-nav-card,
  .doctor-info,
  .why-card,
  .info-card,
  .cta-banner {
    padding: 22px;
  }

  .service-detail-main > img,
  .premium-service-card img {
    aspect-ratio: 16 / 11;
  }

  .about-fact-row,
  .contact-action-grid,
  .service-info-grid,
  .premium-service-grid,
  .gallery-simple-grid {
    gap: 14px;
  }

  .contact-layout,
  .service-detail-layout,
  .about-luxe {
    gap: 24px;
  }

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

  .footer-socials {
    align-items: center;
    gap: 10px;
  }

  .footer-socials a {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    padding: 0;
    margin: 0;
    line-height: 1;
    border-radius: 50%;
  }

  .footer-socials a i {
    display: block;
    font-size: 1.05rem;
    line-height: 1;
  }

  .hours-box {
    height: auto;
    padding: 24px 20px;
    border-radius: 12px;
  }

  .hours-box h3 {
    margin-bottom: 16px;
    font-size: 1.2rem;
  }

  .hours-box div {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 12px 0;
  }

  .hours-box span,
  .hours-box strong {
    display: block;
    margin: 0;
    line-height: 1.35;
  }

  .hours-box span {
    text-align: left;
    font-size: .92rem;
  }

  .hours-box strong {
    text-align: right;
    font-size: .9rem;
    white-space: nowrap;
  }

  .about-hours-card {
    width: min(260px, 88%);
    padding: 18px;
    border-radius: 12px;
  }

  .about-hours-card strong {
    font-size: 1.45rem;
  }

  .trust-row {
    gap: 12px;
  }

  .trust-row div {
    padding: 12px 0 0;
  }

  .trust-row strong {
    font-size: .98rem;
  }

  .trust-row span {
    font-size: .84rem;
  }

  .about-fact-row div,
  .info-card,
  .contact-action-card,
  .contact-detail-list > div,
  .service-info-box {
    align-items: center;
  }

  .contact-detail-list > div {
    grid-template-columns: 40px 1fr;
  }

  .contact-detail-list i,
  .info-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 1.05rem;
  }

  .mobile-cta-bar {
    display: none !important;
  }
}

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

  .btn {
    width: 100%;
  }

  .hero-actions,
  .contact-actions,
  .d-flex.gap-3.flex-wrap {
    width: 100%;
  }

  .home-contact-actions {
    max-width: none;
  }

  .home-map-full iframe {
    height: 280px;
    min-height: 280px;
  }

  .page-hero h1 {
    font-size: clamp(2rem, 11vw, 2.6rem);
  }

  .trust-row strong,
  .trust-row span {
    overflow-wrap: anywhere;
  }

  .hours-box div {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 0;
  }

  .hours-box strong {
    text-align: left;
    white-space: normal;
  }
}
