/*
Theme Name: CelebrityDoctorTv
Theme URI: http://celebritydoctortv.com
Author: Antigravity
Author URI: http://google.com
Description: A premium, custom WordPress theme for CelebrityDoctorTV.
Version: 1.0.0
Text Domain: celebrity-doctor-tv
*/

/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}




:root {
  --primary-color: #d7a67b;
  --secondary-color: #1f385f;
  --light-blue:#cacaca;
  --accent-color: #f5f3f0;
  --text-color: #1f1f1f;
  --white: #ffffff;
  --clr-heading: #17253d;
  --clr-navy-strong: #1a2d49;
  --clr-navy-deep: #162b4a;
  --clr-navy-dark: #081a30;
  --clr-navy-darker: #07182b;
  --clr-navy-hover: #0f2340;
  --clr-navy-link: #132642;
  --clr-brand-deep: #1b2f4f;
  --clr-blue-hero: #1d2a3d;
  --clr-body-muted: #3d4858;
  --clr-body-muted-2: #3d4b5c;
  --clr-muted-999: #999;
  --clr-divider: #eee;
  --clr-light-ebe5: #ebe5d8;
  --clr-light-ef: #efefef;
  --clr-light-panel: #ede9df;
  --clr-light-panel-2: #f7f7f7;
  --clr-light-panel-3: #f9f9f7;
  --clr-light-tile: #d9d0c5;
  --clr-light-box: #ddd6cb;
  --clr-panel: #f8f8f8;
  --clr-sand-hero: #a59c91;
  --clr-cta-base: #b99676;
  --clr-brand-700: #1f3d6b;
  --clr-text-mid: #39485a;
  --clr-text-dark: #243549;
  --clr-text-steel: #314256;
  --clr-text-muted: #4a596b;
  --clr-text-soft: #d8e1ec;
  --clr-text-soft-2: #d4dde8;
  --clr-text-soft-3: #c4d0de;
  --clr-text-quote: #24374d;
  --clr-text-body-3: #243852;
  --clr-text-body-4: #2f3f54;
  --clr-heading-alt: #0f223e;
  --clr-text-faq: #4d5f74;
  --clr-btn-gold: #c99a69;
  --clr-btn-gold-hover: #b78958;
  --clr-tab-bg: #e8e3db;
  --clr-text-title: #12263f;
  --clr-text-link: #0e2240;
  --clr-overlay-text: #f3f4f7;
  --alpha-white-35: rgba(255, 255, 255, 0.35);
  --alpha-white-75: rgba(255, 255, 255, 0.75);
  --alpha-white-18: rgba(255, 255, 255, 0.18);
  --alpha-white-12: rgba(255, 255, 255, 0.12);
  --alpha-white-20: rgba(255, 255, 255, 0.2);
  --alpha-white-28: rgba(255, 255, 255, 0.28);
  --alpha-dark-35: rgba(4, 15, 30, 0.35);
  --alpha-black-08: rgba(0, 0, 0, 0.08);
  --alpha-secondary-12: rgba(31, 56, 95, 0.12);
  --alpha-secondary-14: rgba(31, 56, 95, 0.14);
  --alpha-secondary-16: rgba(31, 56, 95, 0.16);
  --alpha-secondary-18: rgba(31, 56, 95, 0.18);
  --alpha-secondary-30: rgba(31, 56, 95, 0.3);
  --alpha-gold-10: rgba(201, 154, 105, 0.1);
  --alpha-white-60: rgba(255, 255, 255, 0.6);
  --alpha-white-10: rgba(255, 255, 255, 0.1);
  --alpha-shadow-strong: rgba(12, 26, 49, 0.5);
  --alpha-shadow-soft: rgba(50, 50, 93, 0.25);
  --alpha-shadow-deep: rgba(0, 0, 0, 0.3);
  --alpha-dark-12: rgba(10, 20, 35, 0.12);
  --alpha-dark-07: rgba(14, 28, 48, 0.07);
  --alpha-deep-08: rgba(16, 34, 58, 0.08);
  --alpha-secondary-08: rgba(31, 56, 95, 0.08);
  --alpha-secondary-04: rgba(31, 56, 95, 0.04);
  --clr-navy-light: #4a596b;
  --grad-prefooter-overlay: linear-gradient(90deg,
      rgba(9, 18, 31, 0.52) 0%,
      rgba(9, 18, 31, 0.18) 44%,
      rgba(9, 18, 31, 0) 72%);
  --grad-prefooter-overlay-mobile: linear-gradient(180deg,
      rgba(9, 18, 31, 0.55) 0%,
      rgba(9, 18, 31, 0.42) 55%,
      rgba(9, 18, 31, 0.3) 100%);
  --clr-appointment-bg: #ececec;
  --clr-shell-bg: #f3f3f3;
  --clr-arrow-muted: #b7bcc5;
  --clr-icon-muted: #8c949f;
  --font-main: "Figtree", sans-serif;
  --font-xl: clamp(24px, 2.6vw, 35px);
  --font-l: clamp(20px, 2.1vw, 28px);
  --font-m: clamp(18px, 1.8vw, 24px);
  --font-s: clamp(14px, 1.2vw, 16px);
  --font-xs: clamp(12px, 1vw, 14px);
}

body {
  font-family: var(--font-main);
  line-height: 1.6;
  color: var(--text-color);
  background-color: var(--accent-color);
  font-size: var(--font-s);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-main);
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--clr-heading);
}

p,li,span{
  font-size: clamp(13px, 1.4vw, 15px);
}

/* Reusable heading system */
.heading-wrap {
  margin-bottom: 40px;
}

.heading-wrap.center-mode {
  text-align: center;
}

.heading-wrap.left-mode {
  text-align: left;
}

.heading-wrap .sub-title {
  margin: 0 0 12px;
  display: inline-block;
  padding: 8px 14px;
  color: var(--white);
  font-size: var(--font-xs);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}

.heading-wrap .sub-title.sub-title-light,
.heading-wrap .sub-title.sub-title-dark {
  background: var(--light-blue);
  color: var(--secondary-color);
}

.heading-wrap .sub-title.sub-title-light { border-color: transparent; }
.heading-wrap .sub-title.sub-title-dark  { border-color: var(--alpha-white-35); }

.heading-wrap.center-mode .sub-title {
  margin-left: auto;
  margin-right: auto;
}

.common-content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-heading {
  margin: 0;
  font-size: var(--font-xl);
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--clr-heading);
  text-transform: uppercase;
  font-weight: 400 !important;
}

.sub-heading {
  margin: 0 0 14px;
  font-size: var(--font-l);
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: var(--clr-navy-strong);
}

.card-heading {
  margin: 0 0 12px;
  font-size: var(--font-m);
  line-height: 1.3;
  color: var(--clr-heading);
}

.small-heading {
  margin: 0 0 10px;
  font-size: var(--font-s);
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--secondary-color);
  display: block;
}

.spacing {
  padding: 80px 0;
}

h1 {
  font-size: var(--font-xl);
}

h2 {
  font-size: var(--font-l);
}

h3 {
  font-size: var(--font-m);
}

h4 {
  font-size: var(--font-m);
}

h5 {
  font-size: var(--font-s);
}

h6 {
  font-size: var(--font-xs);
}

.para {
  margin-bottom: 15px;
}

.btn-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  background: var(--secondary-color);
  color: var(--white);
  text-decoration: none;
  border: 1px solid var(--secondary-color);
  border-radius: 0;
  font-size: var(--font-xs);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-theme:hover,
.btn-theme:focus {
  background: var(--clr-navy-deep);
  border-color: var(--clr-navy-deep);
  color: var(--white);
}

.btn-theme-sm {
  padding: 10px 20px;
}

.btn-theme-light {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--secondary-color);
}

.btn-theme-light:hover,
.btn-theme-light:focus {
  background: var(--clr-light-ebe5);
  border-color: var(--clr-light-ebe5);
  color: var(--clr-navy-deep);
}

.btn-theme-outline {
  background: transparent;
  color: var(--secondary-color);
}

.btn-theme-outline:hover,
.btn-theme-outline:focus {
  background: var(--secondary-color);
  color: var(--white);
}

.btn-theme-outline-light {
  background: transparent;
  color: var(--white);
  border-color: var(--alpha-white-75);
}

.btn-theme-outline-light:hover,
.btn-theme-outline-light:focus {
  background: var(--white);
  color: var(--clr-navy-dark);
  border-color: var(--white);
}

/* Treatment Grid */

.treatment-cat-main .treatment-category-link {
  position: relative;
  display: block;
  min-height: clamp(250px, 30vw, 420px);
  text-decoration: none;
  overflow: hidden;
  background: var(--clr-light-tile);
  border-radius: 0;
}

.treatment-cat-main .treatment-category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.5s ease;
  position: absolute;
}

.treatment-cat-main .treatment-category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 20, 40, 0.82) 0%, rgba(8, 20, 40, 0.24) 55%, transparent 100%);
}

.treatment-cat-main .treatment-category-body {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: clamp(20px, 2.2vw, 36px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
}

.treatment-cat-main .treatment-category-kicker {
  margin: 0 0 8px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 500;
}

.treatment-cat-main .treatment-category-title {
  margin: 0 0 16px;
  font-size: clamp(20px, 2.3vw, 26px);
  line-height: 1.15;
  color: var(--white);
  font-weight: 500;
}

.treatment-cat-main .treatment-category-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  border: 1.5px solid var(--primary-color);
  background: var(--primary-color);
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 10px;
  font-weight: 500;
  padding: 9px 20px;
  border-radius: 0;
  transition: all 0.25s ease;
}

.treatment-cat-main .treatment-category-link:hover .treatment-category-image {
  transform: scale(1.06);
}

.treatment-cat-main .treatment-category-link:hover .treatment-category-btn {
  background: var(--white);
  border-color: var(--white);
  color: var(--secondary-color);
}

/* Treatment list (taxonomy / category view) — editorial sharp style */

.treatment-cat-main .treatment-archive-layout {
  align-items: flex-start;
}

.treatment-cat-main .treatment-archive-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.treatment-cat-main .treatment-list-item {
  margin: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  border: none;
  padding: clamp(24px, 3vw, 36px) 0;
}

.treatment-cat-main .treatment-list-item .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.treatment-cat-main .treatment-list-thumb-link {
  display: block;
  overflow: hidden;
}

.treatment-cat-main .treatment-list-thumb {
  width: 100%;
  height: 220px;
  aspect-ratio: unset;
  min-height: unset;
  max-height: unset;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.treatment-cat-main .treatment-list-item:hover .treatment-list-thumb {
  transform: scale(1.05);
}

.treatment-cat-main .treatment-list-content {
  padding: 4px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* Category / treatment kicker label */
.treatment-cat-main .treatment-list-kicker {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.treatment-cat-main .treatment-list-title {
  margin: 0 0 12px;
  line-height: 1.2;
  font-weight: 500;
  font-size: clamp(18px, 1.7vw, 24px);
}

.treatment-cat-main .treatment-list-title a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

.treatment-cat-main .treatment-list-item:hover .treatment-list-title a {
  color: var(--clr-cta-base);
}

.treatment-cat-main .treatment-list-excerpt {
  margin-bottom: 16px;
  color: var(--clr-body-muted-2);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
}

.treatment-cat-main .blog-list-meta {
  margin: -4px 0 14px;
  color: var(--clr-text-mid);
  font-size: 12px;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.treatment-cat-main .treatment-list-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  padding: 10px 22px;
  border: 1.5px solid var(--secondary-color);
  background: transparent;
  color: var(--secondary-color);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 10px;
  font-weight: 500;
  border-radius: 0;
  transition: background 0.22s ease, color 0.22s ease;
}

.treatment-cat-main .treatment-list-btn:hover,
.treatment-cat-main .treatment-list-btn:focus {
  background: var(--secondary-color);
  color: var(--white);
}

/* Sidebar widgets */

.treatment-cat-main .archive-widget {
  background: var(--white);
  border: 1px solid var(--alpha-secondary-08);
  border-radius: 0;
  padding: clamp(20px, 2.2vw, 28px);
  box-shadow: none;
}

.treatment-cat-main .archive-search-widget {
  margin-bottom: clamp(18px, 2.4vw, 24px);
}

.treatment-cat-main .archive-search-form {
  display: flex;
  border: 1.5px solid var(--alpha-secondary-18);
  border-radius: 0;
  overflow: hidden;
}

.treatment-cat-main .archive-search-input {
  flex: 1 1 auto;
  border: none;
  min-height: 48px;
  padding: 10px 16px;
  background: transparent;
  color: var(--clr-heading-alt);
  font-size: var(--font-s);
}

.treatment-cat-main .archive-search-input:focus {
  outline: none;
}

.treatment-cat-main .archive-search-btn {
  width: 52px;
  border: none;
  border-radius: 0;
  background: var(--secondary-color);
  color: var(--white);
  cursor: pointer;
  transition: background 0.2s ease;
}

.treatment-cat-main .archive-search-btn:hover {
  background: var(--primary-color);
}

.treatment-cat-main .archive-widget-title {
  margin: 0 0 16px;
  text-align: left;
  font-size: clamp(15px,1.6vw,18px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--secondary-color);
  padding-bottom: 12px;
  border-bottom: 2px solid var(--accent-color);
}

.treatment-cat-main .archive-featured-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.treatment-cat-main .archive-featured-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--alpha-secondary-08);
}

.treatment-cat-main .archive-featured-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.treatment-cat-main .archive-featured-body {
  flex: 1 1 auto;
}

.treatment-cat-main .archive-featured-title {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  color: var(--secondary-color);
}

.treatment-cat-main .archive-featured-title a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

.treatment-cat-main .archive-featured-title a:hover {
  color: var(--clr-cta-base);
}

.treatment-cat-main .archive-featured-date {
  margin: 0;
  font-size: 11px;
  color: var(--clr-muted-999);
  letter-spacing: 0.04em;
}

.treatment-cat-main .archive-featured-thumb-link {
  flex: 0 0 68px;
  border-radius: 0;
  overflow: hidden;
}

.treatment-cat-main .archive-featured-thumb {
  width: 68px;
  height: 68px;
  object-fit: cover;
  display: block;
}

/* Single Treatment Layout */
.treatment-single .treatment-header {
  margin-bottom: 60px;
}

.treatment-meta {
  margin-top: 20px;
  font-size: 1.2rem;
}

.steps-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.step-item {
  padding: 20px;
  background: var(--accent-color);
  border-left: 4px solid var(--secondary-color);
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Header & Navigation */
.header-topbar {
  background: var(--primary-color);
  color: var(--white);
  padding: 8px 10px;
}

.header-topbar .container,
.header-topbar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.topbar-address {
  font-size: var(--font-xs);
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.topbar-socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.topbar-socials a {
  color: var(--white);
  text-decoration: none;
  font-size: var(--font-xs);
  font-weight: 500;
  line-height: 1;
  opacity: 0.95;
  transition: opacity 0.2s ease;
}

.topbar-socials a:hover {
  opacity: 1;
}

.site-header {
  background: var(--clr-light-ef);
  position: sticky;
  top: 0;
  z-index: 40;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.header-main {
  padding: 18px 10px;
}

.header-main-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.desktop-nav {
  flex: 1 1 0;
}

.desktop-nav .menu-root {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: clamp(18px,2vw,25px);
}

.desktop-nav .menu-root>li {
  position: relative;
}

.desktop-nav .menu-root>li>a {
  color: var(--clr-navy-strong);
  text-decoration: none;
  font-size: var(--font-s);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: color 0.25s ease;
}

.desktop-nav .menu-root>li>a:hover,
.desktop-nav .menu-root>li>a:focus {
  color: var(--clr-navy-hover);
}

.desktop-nav .menu-item-has-children i {
  font-size: 11px;
}

.desktop-nav .sub-menu {
  list-style: none;
  margin: 0;
  padding: 8px;
  min-width: 250px;
  position: absolute;
  left: -10px;
  top: calc(100% + 14px);
  background: var(--white);
  border: 1px solid var(--alpha-secondary-18);
  box-shadow: 0 14px 22px var(--alpha-dark-12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0.28s ease;
  z-index: 50;
}

.desktop-nav .sub-menu li a {
  display: block;
  text-decoration: none;
  color: var(--clr-navy-link);
  font-size: var(--font-s);
  padding: 10px 12px;
  transition: background 0.2s ease;
}

.desktop-nav .sub-menu li a:hover {
  background: var(--accent-color);
}

.desktop-nav .menu-item-has-children:hover .sub-menu,
.desktop-nav .menu-item-has-children:focus-within .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-center-logo {
  text-decoration: none;
  display: block;
  flex: 0 0 auto;
}

.header-center-logo .custom-logo {
  max-height: 58px;
  width: auto;
}

.header-center-logo .site-title {
  color: var(--clr-brand-deep);
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  padding: 5px 10px;
}

.header-right-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex: 1 1 0;
}

.header-phone {
  color: var(--clr-brand-deep);
  text-decoration: none;
  font-size: var(--font-s);
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-icon-link {
  color: var(--clr-brand-deep);
  text-decoration: none;
  position: relative;
  line-height: 1;
  font-size: 20px;
}

.icon-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--primary-color);
  color: var(--clr-navy-strong);
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.drawer-toggle {
  display: none;
  width: 38px;
  height: 38px;
  background: transparent;
  border: 0;
  padding: 6px;
  flex-direction: column;
  justify-content: space-between;
}

.drawer-toggle span {
  display: block;
  height: 2px;
  background: var(--clr-navy-strong);
  width: 100%;
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: var(--alpha-dark-35);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
  z-index: 80;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(430px, 90vw);
  height: 100vh;
  background: linear-gradient(180deg, #071b34 0%, #081f3a 100%);
  border-left: 1px solid var(--alpha-white-18);
  box-shadow: -22px 0 44px var(--alpha-shadow-strong);
  color: var(--white);
  z-index: 90;
  transition: right 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.drawer-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 18px 22px 0;
  overflow-y: auto;
}

.drawer-close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: var(--alpha-white-10);
  color: var(--white);
  font-size: 28px;
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.drawer-close:hover,
.drawer-close:focus {
  background: var(--alpha-white-20);
  transform: rotate(90deg);
}

.mobile-drawer-nav ul {
  list-style: none;
  /* margin: 14px 0 0; */
  padding: 0;
}

.mobile-drawer-nav li {
  margin-bottom: 4px;
}

.mobile-drawer-nav a,
.drawer-submenu-toggle {
  color: var(--white);
  text-decoration: none;
  font-size: clamp(18px, 3vw, 22px);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: transparent;
  border: 0;
  width: 100%;
  padding: 11px 12px;
  border-radius: 10px;
  transition: background 0.22s ease, color 0.22s ease;
}

.mobile-drawer-nav a:hover,
.mobile-drawer-nav a:focus,
.drawer-submenu-toggle:hover,
.drawer-submenu-toggle:focus {
  background: var(--alpha-white-12);
  color: var(--white);
}

.drawer-submenu-toggle i {
  font-size: 13px;
  transition: transform 0.25s ease;
}

.drawer-has-submenu.open .drawer-submenu-toggle i {
  transform: rotate(180deg);
}

.drawer-submenu {
  margin: 0;
  margin-left: 6px;
  padding: 0;
  border-left: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height 0.3s ease, opacity 0.2s ease, transform 0.2s ease;
}

.drawer-has-submenu.open .drawer-submenu {
  margin-top: 4px;
  padding-left: 12px;
  border-left: 1px solid var(--alpha-white-20);
  opacity: 1;
  transform: translateY(0);
}

.drawer-submenu a {
  font-size: 15px;
  opacity: 0.92;
  text-transform: none;
  letter-spacing: 0.03em;
  padding-top: 9px;
  padding-bottom: 9px;
}

.drawer-footer {
  margin-top: auto;
  padding: 14px 0 0;
  border-top: 1px solid var(--alpha-white-18);
}

.drawer-footer p {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-transform: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.drawer-cta {
  width: 100%;
  margin: 14px 0 18px;
  border: 1px solid var(--alpha-white-35);
  background: var(--primary-color);
  color: var(--white);
  justify-content: center;
  padding: 13px 18px;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.drawer-cta:hover,
.drawer-cta:focus {
  background: var(--clr-cta-base);
  color: var(--white);
}

body.drawer-open {
  overflow: hidden;
}

body.drawer-open .drawer-overlay {
  opacity: 1;
  visibility: visible;
}

body.drawer-open .mobile-drawer {
  right: 0;
}

/* Homepage Specific */
.home-hero {
  position: relative;
  background: var(--clr-sand-hero);
  min-height: min(760px, 92vh);
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.home-hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.home-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0;
}

.deco-bg {
  background: url(assets/img/small-bg-img.webp) no-repeat center center;
  background-size: cover;
  position: relative;
}

.home-hero-content {
  max-width: 700px;
  padding: clamp(24px, 4vw, 68px);
  box-shadow: 0 18px 28px var(--alpha-black-08);
}

.home-hero-kicker {
  margin: 0 0 14px;
}

.home-hero .main-heading {
  margin: 0 0 16px;
}

.home-hero-subtitle {
  font-size: var(--font-m);
  max-width: 46ch;
  margin-bottom: 10px;
  color: var(--clr-blue-hero);
}

.home-hero-copy {
  font-size: var(--font-s);
  color: var(--clr-body-muted);
  max-width: 56ch;
  margin-bottom: 26px;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-btns .btn {
  flex-grow: 1;
}

.doctor-intro-section {
  padding: 96px 0 64px;
  background: var(--clr-navy-dark);
}

.doctor-intro-shell {
  color: var(--clr-overlay-text);
}

.doctor-intro-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 58px;
}

.doctor-intro-content {
  width: min(100%, 540px);
}

.doctor-intro-image-wrap {
  width: min(100%, 470px);
}

.doctor-intro-image {
  overflow: hidden;
}

.doctor-intro-image img {
  width: 100%;
  display: block;
}

.doctor-intro-content .heading-wrap .sub-title {
  margin: 0 0 10px;
}

.doctor-intro-content .main-heading {
  margin: 0 0 16px;
  color: var(--white);
}

.doctor-intro-content p {
  margin: 0 0 12px;
  color: var(--clr-text-soft-2);
  font-size: var(--font-s);
  line-height: 1.75;
  max-width: 60ch;
}


.doctor-intro-content .btn-theme {
  margin-top: 14px;
  padding-left: 26px;
  padding-right: 26px;
}

.doctor-stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 1px solid var(--alpha-white-18);
  padding-top: 28px;
}

.doctor-stat-item {
  flex: 1 1 calc(25% - 20px);
  min-width: 180px;
}

.doctor-stat-number {
  margin: 0 0 6px;
  color: var(--white);
  font-size: clamp(26px, 3.1vw, 48px);
  line-height: 1.1;
  font-weight: 500;
}

.doctor-stat-label {
  margin: 0;
  color: var(--clr-text-soft-2);
  font-size: var(--font-s);
}

.why-choose-section {
  background: var(--clr-light-panel);
}

.why-choose-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.why-choose-collage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.why-choose-tile {
  overflow: hidden;
  min-height: 148px;
  background: var(--clr-light-tile);
}

.why-choose-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.why-choose-tile:hover img {
  transform: scale(1.04);
}

.why-choose-collage .tile-1 {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  min-height: 220px;
}

.why-choose-collage .tile-2 {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
  min-height: 320px;
}

.why-choose-collage .tile-3 {
  grid-column: 1 / 2;
  grid-row: 2 / 4;
  min-height: 320px;
}

.why-choose-collage .tile-4 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  min-height: 150px;
}

.why-choose-collage .tile-5 {
  grid-column: 2 / 4;
  grid-row: 3 / 4;
  min-height: 180px;
}

.why-choose-content .heading-wrap {
  margin-bottom: 18px;
}

.why-choose-content .main-heading {
  max-width: 18ch;
}

.why-choose-content p {
  margin: 0 0 12px;
  color: var(--clr-text-mid);
  line-height: 1.75;
}

.why-choose-content .small-heading {
  margin-top: 12px;
  margin-bottom: 10px;
}

.why-choose-list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

.why-choose-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  color: var(--clr-text-dark);
  line-height: 1.7;
}

.why-choose-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 2px;
  background: var(--primary-color);
}

.why-choose-note {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--secondary-color);
}

.before-after-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 50px);
  align-items: end;
  margin-bottom: 34px;
}

.before-after-copy p {
  margin: 0 0 10px;
  color: var(--clr-text-steel);
  line-height: 1.75;
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.before-after-card {
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 22px rgba(10, 22, 40, 0.09);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.before-after-card:hover {
  box-shadow: 0 18px 52px rgba(10, 22, 40, 0.15);
  transform: translateY(-5px);
}

.before-after-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

/* Gold center divider */
.before-after-images::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: var(--white);
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}

.before-after-image {
  position: relative;
  aspect-ratio: 3 / 4;
  background: var(--clr-light-box);
  overflow: hidden;
}

/* Bottom gradient for badge legibility */
.before-after-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to top, rgba(8, 20, 38, 0.45) 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.before-after-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.before-after-card:hover .before-after-image img {
  transform: scale(1.05);
}

/* Pill badges — positioned bottom-left */
.before-after-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 2;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 13px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* Before — dark glass */
.before-after-image:first-child .before-after-badge {
  background: rgba(8, 20, 38, 0.62);
  color: var(--white);
}

/* After — gold */
.before-after-image:last-child .before-after-badge {
  background: var(--primary-color);
  color: var(--secondary-color);
}

.before-after-content {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  border-top: 2px solid var(--accent-color);
}

.before-after-content .card-heading {
  margin-bottom: 6px;
  font-size: var(--font-s);
  font-weight: 500;
  color: var(--secondary-color);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.before-after-content p {
  margin: 0;
  color: var(--clr-text-muted);
  font-size: 13px;
  line-height: 1.65;
}

.before-after-cta {
  margin-top: 28px;
  text-align: center;
}

.before-after-archive-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 46px);
  align-items: end;
  margin-bottom: 34px;
}

.before-after-archive-note {
  margin: 0;
  color: var(--clr-text-steel);
  line-height: 1.75;
}

.before-after-archive-pagination {
  margin-top: 34px;
}

.before-after-archive-pagination .nav-links,
.treatment-cat-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.before-after-archive-pagination .page-numbers,
.treatment-cat-pagination .page-numbers {
  border: 1px solid var(--alpha-secondary-18);
  color: var(--secondary-color);
  text-decoration: none;
  padding: 8px 12px;
  min-width: 38px;
  text-align: center;
}

.before-after-archive-pagination .page-numbers.current,
.before-after-archive-pagination .page-numbers:hover,
.treatment-cat-pagination .page-numbers.current,
.treatment-cat-pagination .page-numbers:hover {
  background: var(--secondary-color);
  color: var(--white);
}

/* --- Before & After Category Carousel Sections --- */
.ba-category-section {
  margin-bottom: 48px;
}

.ba-category-section:last-child {
  margin-bottom: 0;
}

.ba-category-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.ba-category-title {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 600;
  color: var(--secondary-color);
  margin: 0;
  position: relative;
  padding-left: 14px;
}

.ba-category-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  background: var(--accent-color);
  border-radius: 2px;
}

.ba-category-desc {
  margin: 0;
  color: var(--clr-text-muted);
  font-size: 14px;
  flex: 1;
}

.ba-swiper-nav {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.ba-swiper-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--alpha-secondary-18);
  background: var(--white);
  color: var(--secondary-color);
  cursor: pointer;
  transition: all 0.25s ease;
}

.ba-swiper-btn:hover {
  background: var(--secondary-color);
  color: var(--white);
  border-color: var(--secondary-color);
}

.ba-swiper-btn.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.ba-swiper .swiper-slide {
  height: auto;
}

.ba-swiper .before-after-card {
  height: 100%;
}

.ba-swiper-pagination {
  position: relative;
  margin-top: 18px;
  text-align: center;
}

.ba-swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: var(--alpha-secondary-18);
  opacity: 1;
  transition: all 0.25s ease;
}

.ba-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--accent-color);
  width: 26px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .ba-category-header {
    gap: 10px;
  }

  .ba-category-desc {
    flex-basis: 100%;
    order: 3;
  }

  .ba-category-section {
    margin-bottom: 36px;
  }
}

.before-after-empty {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--alpha-secondary-14);
  box-shadow: 0 10px 24px var(--alpha-dark-07);
}

.before-after-empty p {
  margin: 0;
}

.consultation-journey-section {
  padding: 0;
  background: var(--clr-navy-darker);
}

.special-text {
  background: linear-gradient(to right, var(--primary-color), transparent);
  padding: 5px 20px;
}

.special-text.white {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--accent-color);
}

.consultation-journey-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.consultation-journey-content {
  padding: clamp(34px, 5vw, 84px) clamp(20px, 5vw, 72px);
  color: var(--clr-text-soft);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.consultation-journey-content .main-heading {
  color: var(--white);
}

.consultation-journey-content .sub-title.sub-title-dark {
  background: var(--alpha-white-12);
  border-color: var(--alpha-white-28);
  color: var(--white);
}

.journey-step {
  border-bottom: 1px solid var(--alpha-white-20);
}

.journey-step:last-child {
  border-bottom: 0;
}

.journey-step summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  cursor: pointer;
}

.journey-step summary::-webkit-details-marker {
  display: none;
}

.journey-step-title {
  color: var(--white);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.25;
}

.journey-step-icon {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}

.journey-step-icon::before,
.journey-step-icon::after {
  content: "";
  position: absolute;
  background: var(--white);
  border-radius: 2px;
}

.journey-step-icon::before {
  width: 2px;
  height: 24px;
  left: 11px;
  top: 0;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.journey-step-icon::after {
  width: 24px;
  height: 2px;
  left: 0;
  top: 11px;
}

.journey-step[open] .journey-step-icon::before {
  transform: scaleY(0);
  opacity: 0;
}

.journey-step p {
  margin: 0 0 12px;
  color: var(--clr-text-soft-3);
  line-height: 1.75;
  max-width: 70ch;
}

.journey-step p:last-child {
  margin-bottom: 18px;
}

.consultation-journey-media img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  display: block;
  object-fit: cover;
}

.testimonials-section {
  background: var(--accent-color);
}

.testimonials-swiper {
  margin-top: 10px;
}

.testimonial-slide-card {
  background: var(--clr-panel);
  border: 1px solid var(--alpha-secondary-12);
  box-shadow: none;
  padding: 42px 34px 34px;
  height: 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.testimonial-rating {
  margin: 0 0 24px;
  color: var(--clr-brand-700);
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.testimonial-quote {
  margin: 0 0 26px;
  color: var(--clr-text-quote);
  line-height: 1.75;
  font-size: var(--font-s);
  max-width: 28ch;
}

.testimonial-author {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.testimonial-avatar-fallback {
  background: var(--clr-brand-700);
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
}

.testimonial-name {
  margin: 0;
  color: var(--clr-navy-hover);
  text-transform: none;
  letter-spacing: 0;
  font-size: clamp(20px, 1.5vw, 32px);
  font-family: var(--font-main);
  line-height: 1.2;
}

.testimonials-controls {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.testimonials-pagination {
  width: auto !important;
  position: static !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.testimonials-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  border-radius: 999px;
  background: var(--alpha-secondary-30);
  opacity: 1;
}

.testimonials-pagination .swiper-pagination-bullet-active {
  background: var(--secondary-color);
}


.quick-faq-shell {
  /* max-width: 980px; */
  margin: 0 auto;
  background: var(--clr-light-panel-2);
  border: 1px solid var(--alpha-secondary-14);
  padding: clamp(28px, 4.2vw, 60px) clamp(20px, 5vw, 70px);
}

.quick-faq-shell .heading-wrap {
  margin-bottom: 30px;
}

.faq-tabs-nav {
  margin-bottom: 22px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.faq-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--alpha-secondary-18);
  background: var(--white);
  color: var(--secondary-color);
  padding: 10px 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  transition: all 0.2s ease;
}

.faq-tab-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(1810%) hue-rotate(183deg) brightness(92%) contrast(90%);
}

.faq-tab-btn.is-active,
.faq-tab-btn:hover {
  background: var(--secondary-color);
  color: var(--white);
  border-color: var(--secondary-color);
}
.faq-tab-btn.is-active img,
.faq-tab-btn:hover
img {
  filter: invert(1) brightness(10);
}

.faq-tab-panel[hidden] {
  display: none;
}



.quick-faq-item {
  border-bottom: 1px solid var(--alpha-secondary-12);
}

.quick-faq-item:last-child {
  border-bottom: 0;
}

.quick-faq-item summary {
  list-style: none;
  position: relative;
  padding: 17px 38px 17px 0;
  cursor: pointer;
  color: var(--clr-heading-alt);
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 500;
  line-height: 1.4;
}

.quick-faq-item summary::-webkit-details-marker {
  display: none;
}

.quick-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
}

.quick-faq-item[open] summary::after {
  content: "−";
}

.quick-faq-answer {
  padding: 0 0 18px;
}

.quick-faq-answer p {
  margin: 0;
  color: var(--clr-text-faq);
  line-height: 1.75;
  max-width: 75ch;
}

.quick-faq-cta {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.quick-faq-cta .btn-theme {
  background: var(--clr-btn-gold);
  border-color: var(--clr-btn-gold);
  min-width: 230px;
}

.quick-faq-cta .btn-theme:hover,
.quick-faq-cta .btn-theme:focus {
  background: var(--clr-btn-gold-hover);
  border-color: var(--clr-btn-gold-hover);
}

.services-kicker {
  margin: 0 0 18px;
  color: var(--clr-brand-deep);
  font-size: var(--font-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
}

.signature-tabs-desktop {
  display: block;
}

.signature-service-panels {
  position: relative;
  min-height: 560px;
}

.signature-service-panel {
  display: none;
  align-items: stretch;
  justify-content: flex-end;
  position: relative;
}

.signature-service-image {
  width: 58%;
  background: var(--primary-color);
  padding: 22px;
}

.signature-service-image img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  display: block;
}

.signature-service-panel.is-active {
  display: flex;
}

.signature-service-content {
  width: 52%;
  padding: clamp(24px, 3vw, 60px);
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  top: 0px;
  z-index: 2;
  border: 1px solid var(--alpha-secondary-12);
  box-shadow: 0 12px 26px var(--alpha-deep-08);
}

.signature-service-content .sub-heading {
  margin: 0 0 14px;
  color: var(--clr-navy-strong);
  font-size: var(--font-l);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.signature-service-content p {
  margin: 0 0 12px;
  color: var(--clr-body-muted-2);
  font-size: var(--font-s);
  line-height: 1.75;
}

.service-list-intro {
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--clr-text-body-3);
}

.service-points {
  margin: 0 0 14px;
  padding-left: 18px;
}

.service-points li {
  margin-bottom: 6px;
  color: var(--clr-text-body-4);
  font-size: var(--font-s);
}

.signature-tab-nav {
  margin-top: 30px;
  display: flex;
  gap: 0;
  border: 1px solid var(--alpha-secondary-16);
}

.signature-tab-btn {
  flex: 1;
  border: 0;
  border-right: 1px solid var(--alpha-secondary-16);
  background: var(--clr-tab-bg);
  color: var(--secondary-color);
  font-size: var(--font-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 13px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.signature-tab-btn:last-child {
  border-right: 0;
}

.signature-tab-btn i {
  font-size: 12px;
}

.signature-tab-btn.is-active {
  background: var(--clr-brand-700);
  color: var(--white);
}

.signature-accordion-mobile {
  display: none;
}

.latest-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.latest-news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.latest-news-image {
  aspect-ratio: 10 / 6.4;
  overflow: hidden;
}

.latest-news-image a {
  display: block;
  height: 100%;
}

.latest-news-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.latest-news-content {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.latest-news-tag {
  margin: 0 0 14px;
  display: inline-block;
  padding: 6px 10px;
  background: var(--clr-brand-700);
  color: var(--white);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  width: fit-content;
  text-decoration: none;
}

.latest-news-title {
  margin: 0 0 18px;
  font-size:clamp(16px, 1.8vw, 20px);
  line-height: 1.3;
  text-transform: none;
}

.latest-news-title a {
  color: var(--clr-text-title);
  text-decoration: none;
}

.latest-news-readmore {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--alpha-secondary-18);
  color: var(--clr-text-link);
  text-decoration: none;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.latest-news-readmore:hover {
  color: var(--clr-brand-700);
}

.latest-news-cta {
  margin-top: 42px;
  text-align: center;
}

.latest-news-cta .btn-theme {
  min-width: 210px;
}

/* Shared Static Page Banner (Single-treatment inspired) */
.common-static-banner {
  position: relative;
  min-height: clamp(280px, 44vh, 460px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--clr-navy-strong);
}

.common-static-banner-media {
  position: absolute;
  inset: 0;
}

.common-static-banner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.common-static-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 26, 48, 0.92) 0%, rgba(8, 26, 48, 0.86) 34%, rgba(8, 26, 48, 0.18) 74%, rgba(8, 26, 48, 0) 100%);
}

.common-static-banner-inner {
  position: relative;
  z-index: 2;
  padding-top: clamp(24px, 3.5vw, 44px);
  padding-bottom: clamp(24px, 3.5vw, 44px);
}

.common-static-breadcrumb {
  margin-bottom: 20px;
}

.common-static-breadcrumb .rank-math-breadcrumb p {
  margin: 0;
  padding: 0;
  background: transparent;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}


.common-static-breadcrumb .rank-math-breadcrumb,
.common-static-breadcrumb .rank-math-breadcrumb a,
.common-static-breadcrumb .rank-math-breadcrumb .separator,
.common-static-breadcrumb .rank-math-breadcrumb .last {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.common-static-breadcrumb .rank-math-breadcrumb a {
  color: var(--alpha-white-75);
  text-decoration: none;
  transition: color 0.2s ease;
}

.common-static-breadcrumb .rank-math-breadcrumb a:hover,
.common-static-breadcrumb .rank-math-breadcrumb a:focus {
  color: var(--white);
}

.common-static-breadcrumb .rank-math-breadcrumb .separator {
  color: var(--alpha-white-35);
  padding: 0 10px;
}

.common-static-breadcrumb .rank-math-breadcrumb .last {
  color: var(--clr-btn-gold);
}

.breadcrumb-nav {
  margin-bottom: 20px;
}

.breadcrumb-nav .rank-math-breadcrumb p {
  margin: 0;
  padding: 0;
  background: transparent;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.breadcrumb-nav .rank-math-breadcrumb,
.breadcrumb-nav .rank-math-breadcrumb a,
.breadcrumb-nav .rank-math-breadcrumb .separator,
.breadcrumb-nav .rank-math-breadcrumb .last {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.breadcrumb-nav .rank-math-breadcrumb a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb-nav .rank-math-breadcrumb a:hover,
.breadcrumb-nav .rank-math-breadcrumb a:focus {
  color: var(--clr-brand-700);
}

.breadcrumb-nav .rank-math-breadcrumb .separator {
  color: var(--alpha-secondary-30);
  padding: 0 9px;
}

.breadcrumb-nav .rank-math-breadcrumb .last {
  color: var(--primary-color);
}

.common-static-banner-heading {
  margin-bottom: 0;
  max-width: 900px;
}

.common-static-banner-heading .main-heading,
.common-static-banner-title {
  color: var(--white);
}

/* Archive Page Banner (treatment & before/after archives) */
.page-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(220px, 30vh, 320px);
  padding: clamp(46px, 6vw, 74px) 0;
}

.page-banner .container {
  position: relative;
  z-index: 2;
}

.page-banner-title {
  margin: 0;
  color: var(--clr-navy-strong);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1.05;
}

@media (max-width: 767px) {
  .page-banner {
    min-height: 200px;
    padding: 38px 0;
  }

  .page-banner-title {
    font-size: clamp(28px, 9.4vw, 48px);
  }

  .common-static-banner {
    min-height: 240px;
  }

  .common-static-banner-overlay {
    background: linear-gradient(180deg, rgba(8, 26, 48, 0.9) 0%, rgba(8, 26, 48, 0.62) 62%, rgba(8, 26, 48, 0.36) 100%);
  }
}

.treatment-cat-description {
  max-width: 70ch;
  margin: 0 auto;
  color: var(--clr-text-soft-2);
}

.treatment-cat-main {
  background: var(--white);
}

.treatment-cat-nav {
  margin: 28px 0 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.treatment-cat-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 18px;
  border-radius: 0;
  border: 1.5px solid var(--alpha-secondary-18);
  color: var(--secondary-color);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.treatment-cat-chip:hover {
  background: var(--secondary-color);
  color: var(--white);
  border-color: var(--secondary-color);
}

.treatment-cat-chip.is-active {
  background: var(--secondary-color);
  color: var(--white);
  border-color: var(--secondary-color);
}

.safety-approach-box {
  border: 1px solid var(--alpha-secondary-12);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.highlights-section {
  border: 1px solid var(--alpha-secondary-08);
}

.highlight-icon {
  font-size: 20px;
  line-height: 1;
  margin-top: 2px;
}

.gallery-img-wrap {
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
}

.gallery-img-wrap img {
  width: 100%;
  height: auto;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-img-wrap:hover img {
  transform: scale(1.05);
}

.quick-faq-content {
  padding: 15px 0 25px;
  font-size: 15px;
  line-height: 1.6;
}

.trust-widget li {
  padding: 12px 20px !important;
  border-bottom: 1px solid var(--alpha-secondary-08);
}

.trust-widget li:last-child {
  border-bottom: none;
}

.trust-widget li span {
  font-weight: bold;
  margin-right: 8px;
}

.treatment-meta-bar {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.treatment-meta-bar .meta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.treatment-meta-bar .meta-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--clr-navy-light);
  margin-bottom: 5px;
}

.treatment-meta-bar .meta-value {
  font-size: 15px;
  color: var(--clr-heading-alt);
  font-weight: 500;
}

/* Treatment Page Sections */
.lead-text {
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.6;
  color: var(--clr-text-soft-2);
  font-weight: 500;
}

.section-heading-sm {
  font-size: var(--font-m);
  color: var(--clr-navy-strong);
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid var(--accent-color);
  display: inline-block;
  padding-bottom: 8px;
}

.bg-light-soft {
  background: var(--alpha-secondary-04);
}

.premium-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.premium-check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 16px;
  color: var(--clr-text-soft-2);
}

.premium-check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.premium-check-list.two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
}

.premium-check-list.bullet-mode li::before {
  content: "•";
  font-size: 24px;
  top: -5px;
}

/* Treatment Types Grid */
.treatment-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.type-card {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--alpha-secondary-12);
  transition: transform 0.3s ease;
}

.type-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-color);
}

.type-title {
  font-size: 18px;
  color: var(--clr-navy-strong);
  margin-bottom: 12px;
}

.type-desc {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: var(--clr-text-soft-2);
}

/* Procedure Timeline */
.procedure-timeline {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.timeline-step {
  display: flex;
  gap: 25px;
  position: relative;
}

.timeline-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 40px;
  height: calc(100% - 15px);
  width: 1px;
  background: var(--alpha-secondary-18);
}

.step-num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--secondary-color);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  z-index: 1;
}

.step-info .step-title {
  font-size: 17px;
  color: var(--clr-navy-strong);
  margin-bottom: 6px;
}

.step-info .step-desc {
  font-size: 15px;
  color: var(--clr-text-soft-2);
  margin: 0;
}

/* Recovery Timeline */
.recovery-timeline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}

.recovery-phase-card {
  padding: 20px;
  background: var(--white);
  border-left: 3px solid var(--primary-color);
  box-shadow: 0 4px 12px var(--alpha-deep-08);
}

.phase-time {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.phase-details {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  color: var(--clr-text-soft-2);
}

/* Sidebar Widgets */
.sidebar-widget {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--alpha-secondary-12);
}

.consultation-card {
  background: var(--secondary-color);
  color: var(--white);
  border: none;
}

.consultation-card .widget-title {
  color: var(--white);
  border-bottom-color: var(--alpha-white-20);
}

.widget-title {
  font-size: 18px;
  color: var(--clr-navy-strong);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--alpha-secondary-12);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.trust-check-list {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.trust-check-list li {
  padding: 8px 0;
  border-bottom: 1px solid var(--alpha-secondary-08);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-check-list li::before {
  content: "✔";
  color: var(--primary-color);
}

.sidebar-cat-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sidebar-cat-link {
  padding: 10px 15px;
  background: var(--alpha-secondary-04);
  color: var(--clr-navy-strong);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
}

.sidebar-cat-link:hover {
  background: var(--primary-color);
  color: var(--white);
}

@media (max-width: 991px) {
  .premium-check-list.two-cols {
    grid-template-columns: 1fr;
  }

  .treatment-meta-bar {
    gap: 20px;
  }
}

.treatment-cat-pagination {
  margin-top: 30px;
}

/* Grid Layouts */
.about-grid {
  display: flex;
  align-items: center;
  gap: 50px;
}

.about-content {
  flex: 1;
}

/* Blog Styles */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.blog-card {
  border-bottom: 1px solid var(--clr-divider);
  padding-bottom: 30px;
}

.post-date {
  display: block;
  font-size: 0.8rem;
  color: var(--clr-muted-999);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.read-more {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 500;
  margin-top: 15px;
  display: inline-block;
}

.article-single-hero {
  padding: 30px 0 0;
}

.article-single-cat {
  margin: 0;
  position: absolute;
  left: 10px;
  top: 10px;
}

.article-single-cat a {
  display: inline-block;
  padding: 5px 10px;
  background: var(--clr-brand-700);
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.article-single-title {
  margin: 0 auto 8px;
  max-width: 30ch;
  font-size: clamp(20px, 2.5vw, 32px);
  line-height: 1.18;
  text-transform: uppercase;
}

.article-single-meta {
  margin: 0;
  display: inline-flex;
  gap: 12px;
  color: var(--clr-text-mid);
  font-size: 12px;
}

.article-single-featured {
  margin-top: 18px;
}

.article-single-featured-media {
  margin: 0 auto;
  max-width: 860px;
  position: relative;
}

.article-single-featured-media img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  display: block;
}

.article-single-layout {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 14px;
  max-width: 800px;
  margin: 0 auto;
}

.article-single-share {
  position: sticky;
  top: 100px;
  align-self: start;
  display: grid;
  gap: 8px;
}

.article-single-share a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--alpha-secondary-18);
  color: var(--secondary-color);
  font-size: 13px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.article-single-share a:hover {
  background: var(--secondary-color);
  color: var(--white);
  border-color: var(--secondary-color);
}

.article-single-content-wrap {
  min-width: 0;
}

.article-single-content {
  color: var(--clr-text-dark);
  line-height: 1.72;
  font-size: 15px;
}

.article-single-content h2 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: clamp(16px, 1.5vw, 21px);
}

.article-single-content h3 {
  margin-top: 14px;
  margin-bottom: 6px;
  font-size: clamp(14px, 1.3vw, 18px);
}

.article-single-content p {
  margin-bottom: 10px;
}

.article-single-content img {
  max-width: 100%;
  height: auto;
}

.article-consultation-box {
  margin: 28px 0 0;
  padding: 22px 24px;
  background: var(--clr-light-panel);
  border: 1px solid var(--alpha-secondary-14);
  border-left: 3px solid var(--primary-color);
}

.article-consultation-box .small-heading {
  margin: 0 0 8px;
  font-size: 13px;
}

.article-consultation-box p {
  margin: 0 0 14px;
  color: var(--clr-text-mid);
  font-size: 13px;
}
.article-consultation-shortcode-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.article-consultation-form input,
.article-consultation-shortcode-form .wpcf7-form-control {
  width: 100%;
  border: 1px solid var(--alpha-secondary-18);
  background: var(--white);
  padding: 10px 12px;
}

.article-consultation-form button,
.article-consultation-form .wpcf7-submit,
.article-consultation-form .article-consultation-btn {
  width: max-content;
  min-width: 130px;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 500;
  justify-self: start;
  grid-column: 1 / -1;
}

.article-consultation-form button:hover,
.article-consultation-form .wpcf7-submit:hover,
.article-consultation-form .article-consultation-btn:hover {
  background: var(--clr-navy-deep);
  border-color: var(--clr-navy-deep);
}

@media (max-width: 767px) {
  .article-consultation-shortcode-form .wpcf7 form {
    grid-template-columns: 1fr;
  }
}

.article-single-footer {
  margin-top: 20px;
}

.article-single-footer .post-tags a {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 6px 10px;
  border: 1px solid var(--alpha-secondary-18);
  text-decoration: none;
  color: var(--secondary-color);
  font-size: 12px;
}

.article-author-box {
  max-width: 800px;
  margin: 16px auto 0;
  padding: 13px 16px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--alpha-secondary-12);
}

.article-author-avatar img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.article-author-content h3 {
  margin-bottom: 3px;
  font-size: 14px;
}

.article-author-content p {
  margin: 0;
  color: var(--clr-text-mid);
}

.article-related-posts .small-heading {
  margin-bottom: 20px;
}


.article-comments .small-heading {
  margin-bottom: 20px;
}

.article-comments .comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-comments .comment {
  padding: 16px 0;
  border-bottom: 1px solid var(--alpha-secondary-12);
}

.article-comments #respond {
  margin-top: 18px;
  padding: 18px 20px;
  background: var(--white);
  border: 1px solid var(--alpha-secondary-14);
}

.article-comments .comment-reply-title {
  margin-bottom: 4px;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.2;
}

.article-comments .comment-notes {
  margin-bottom: 14px;
  color: var(--clr-text-mid);
  font-size: 12px;
}

/* 2-column grid for name / email / url fields */
.article-comments .comment-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}

.article-comments .comment-form-comment,
.article-comments .comment-form-cookies-consent,
.article-comments .form-submit {
  grid-column: 1 / -1;
}

.article-comments .comment-form p {
  margin-bottom: 16px;
}

.article-comments .comment-form label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  color: var(--clr-text-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.article-comments .comment-form input[type="text"],
.article-comments .comment-form input[type="email"],
.article-comments .comment-form input[type="url"],
.article-comments .comment-form textarea {
  width: 100%;
  border: 1px solid var(--alpha-secondary-18);
  background: var(--clr-light-panel-2);
  color: var(--clr-text-dark);
  padding: 8px 10px;
  font-size: 13px;
}

.article-comments .comment-form textarea {
  min-height: 90px;
  resize: vertical;
}

.article-comments .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

.article-comments .comment-form-cookies-consent input {
  width: auto;
  margin-top: 3px;
}

.article-comments .comment-form-cookies-consent label {
  margin: 0;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
  color: var(--clr-text-mid);
  line-height: 1.5;
}

.article-comments .form-submit {
  margin-bottom: 0;
}

.article-comments .submit {
  width: auto;
  min-width: 160px;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 10px 24px;
  font-size: 11px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.article-comments .submit:hover {
  background: var(--clr-navy-deep);
  border-color: var(--clr-navy-deep);
}

/* Footer Styling */
.prefooter-cta-section {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--clr-cta-base);
}

.prefooter-cta-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.prefooter-cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.prefooter-cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: var(--grad-prefooter-overlay);
}

.prefooter-cta-inner {
  position: relative;
  z-index: 3;
  width: 100%;
}

.prefooter-cta-content {
  max-width: 700px;
  color: var(--white);
  padding: clamp(34px, 5vw, 74px) clamp(20px, 2vw, 12px);
}

.prefooter-cta-title {
  margin: 0 0 20px;
  color: var(--white);
  max-width: 17ch;
  font-size: clamp(26px, 4vw, 50px);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.prefooter-cta-content p {
  margin: 0 0 12px;
  color: var(--clr-overlay-text);
  font-size: var(--font-s);
  line-height: 1.75;
  max-width: 62ch;
}

.prefooter-cta-note {
  margin-bottom: 22px;
  font-weight: 500;
  color: var(--white);
}

.prefooter-cta-content .btn-theme {
  min-width: 250px;
  border-width: 1.5px;
}

.prefooter-marquee {
  background: var(--clr-brand-700);
  color: var(--white);
  border-top: 1px solid var(--alpha-white-20);
  border-bottom: 1px solid var(--alpha-white-20);
  overflow: hidden;
}

.prefooter-marquee-track {
  display: flex;
  width: max-content;
  animation: prefooter-marquee-scroll 34s linear infinite;
}

.prefooter-marquee-row {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.prefooter-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 28px;
  white-space: nowrap;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.prefooter-marquee-sep {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: inline-block;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(100%);
  opacity: 0.92;
}

@keyframes prefooter-marquee-scroll {
  0% {
    transform: translateX(0);
  }

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

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

.site-footer {
  background: var(--accent-color);
  color: var(--clr-heading);
  padding: 36px 0 24px;
  border-top: 0;
}

.footer-top-nav {
  margin-bottom: clamp(28px, 4vw, 64px);
}

#footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 3vw, 46px);
  flex-wrap: wrap;
}

#footer-menu a {
  color: var(--clr-heading);
  text-decoration: none;
  font-size: var(--font-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
}

.footer-main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: clamp(22px, 3vw, 46px);
  margin-bottom: clamp(22px, 3vw, 44px);
}

.footer-col-left {
  text-align: left;
}

.footer-col-center {
  text-align: center;
}

.footer-col-right {
  text-align: right;
}

.footer-block-title {
  margin: 0 0 14px;
  font-size: clamp(20px, 2vw, 44px);
  line-height: 1.1;
  color: var(--clr-heading);
}

.footer-address,
.footer-hours,
.footer-contact-line {
  margin: 0 0 8px;
  font-size: var(--font-s);
  color: var(--clr-text-body-4);
}

.footer-contact-line a {
  color: var(--clr-heading);
  text-decoration: none;
}

.footer-logo-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.footer-logo-wrap .custom-logo-link {
  display: inline-block;
  margin-bottom: 10px;
}

.footer-logo-wrap .custom-logo {
  width: clamp(62px, 6.2vw, 108px);
  height: auto;
}

.footer-logo-icon {
  width: clamp(62px, 6.2vw, 108px);
  height: auto;
  margin-bottom: 10px;
}

.footer-logo-text {
  color: var(--clr-heading);
  font-size: clamp(28px, 2.8vw, 58px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.05;
  text-decoration: none;
}

.footer-logo-subtext {
  margin-top: 8px;
  color: var(--clr-text-steel);
  font-size: var(--font-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-socials {
  margin-top: 14px;
  display: inline-flex;
  gap: 10px;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--primary-color);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
}

.site-info {
  font-size: var(--font-xs);
  border-top: 1px solid var(--alpha-secondary-14);
  padding-top: 16px;
  text-align: center;
  color: var(--clr-text-body-4);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.site-info a {
  color: var(--clr-text-link);
  text-decoration: none;
}

.site-info a:hover {
  color: var(--secondary-color);
}

.site-info-sep {
  opacity: 0.65;
}

@media (max-width: 1199.98px) {
  .site-header {
    top: 0;
  }

  .custom-logo-link {
    flex-grow: 1;
  }

  .header-topbar {
    display: none;
  }

  .header-main {
    padding: 14px 0;
  }

  .header-main-inner {
    gap: 12px;
  }

  .desktop-nav,
  .desktop-actions {
    display: none;
  }

  .header-center-logo {
    margin-right: auto;
  }

  .header-center-logo .custom-logo {
    max-height: 46px;
  }

  .drawer-toggle {
    display: flex;
  }

  .prefooter-cta-section {
    min-height: 520px;
  }

  .prefooter-cta-overlay {
    background: var(--grad-prefooter-overlay-mobile);
  }

  .prefooter-cta-content {
    max-width: 100%;
    padding: 30px 18px;
  }

  .prefooter-cta-title {
    max-width: 100%;
  }

  .prefooter-cta-content .btn-theme {
    width: 100%;
    min-width: 0;
  }

  .prefooter-marquee-item {
    padding: 7px 16px;
    font-size: clamp(15px, 3.9vw, 17px);
  }

  .footer-top-nav {
    margin-bottom: 26px;
  }

  #footer-menu {
    gap: 12px 16px;
  }

  .footer-main-grid {
    grid-template-columns: 1fr;
    margin-bottom: 26px;
    text-align: center;
  }

  .footer-col-left,
  .footer-col-center,
  .footer-col-right {
    text-align: center;
  }
.footer-col-center{
  order:1;
}
.footer-col-left{
  order: 2;
}
.footer-col-right{
  order: 3;
}
  .footer-block-title {
    margin-bottom: 10px;
  }

  .home-hero {
    min-height: auto;
    display: block;
  }

  .home-hero-media {
    position: relative;
  }

  .home-hero-media img {
    object-position: center top;
  }

  .home-hero-content {
    max-width: 100%;
    box-shadow: none;
    padding: 28px 18px;
  }

  .home-hero .main-heading {
    max-width: 100%;
  }

  .hero-btns .btn-theme {
    width: 100%;
  }

  .doctor-intro-section {
    padding: 60px 0;
  }

  .doctor-intro-shell {
    padding: 0;
  }

  .doctor-intro-grid {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 28px;
  }

  .doctor-intro-content,
  .doctor-intro-image-wrap {
    width: 100%;
  }

  .doctor-intro-content .main-heading {
    max-width: 100%;
  }

  .doctor-stats-grid {
    gap: 14px;
  }

  .doctor-stat-item {
    flex: 1 1 calc(50% - 14px);
    min-width: 140px;
  }

  .signature-services-section {
    padding: 56px 0;
  }

  .why-choose-grid {
    grid-template-columns: 1fr;
  }

  .why-choose-content .main-heading {
    max-width: 100%;
  }

  .before-after-head,
  .before-after-archive-head {
    grid-template-columns: 1fr;
    margin-bottom: 22px;
  }

  .before-after-grid {
    grid-template-columns: 1fr;
  }

  .before-after-image {
    min-height: 220px;
  }

  .consultation-journey-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .consultation-journey-content {
    order: 2;
    padding: 34px 18px;
  }

  .consultation-journey-media {
    order: 1;
  }

  .consultation-journey-media img {
    min-height: 300px;
  }

  .journey-step-title {
    font-size: clamp(18px, 4.4vw, 26px);
  }

  .testimonial-slide-card {
    min-height: 0;
    padding: 28px 18px 24px;
  }

  .testimonials-controls {
    margin-top: 16px;
  }

  .latest-news-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .latest-news-title {
    margin-bottom: 14px;
  }

  .latest-news-cta {
    margin-top: 26px;
  }

  .treatment-cat-hero {
    padding: 52px 0;
  }

  .treatment-cat-nav {
    margin-bottom: 22px;
  }

  .quick-faq-shell {
    padding: 26px 18px;
  }

  .quick-faq-item summary {
    padding-right: 32px;
  }

  .quick-faq-item summary::after {
    font-size: 32px;
  }

  .signature-tabs-desktop {
    display: none;
  }

  .signature-accordion-mobile {
    display: block;
  }

  .signature-accordion-item {
    border: 1px solid var(--alpha-secondary-14);
    margin-bottom: 10px;
    background: var(--clr-tab-bg);
  }

  .signature-accordion-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 14px 16px;
    color: var(--secondary-color);
    font-size: var(--font-xs);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .signature-accordion-toggle.is-active {
    background: var(--clr-brand-700);
    color: var(--white);
  }

  .signature-accordion-panel {
    background: var(--clr-light-panel-3);
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .signature-accordion-panel .signature-service-content {
    position: static;
    width: 100%;
    border: 0;
    box-shadow: none;
    padding: 20px 18px;
  }

  .signature-accordion-panel .service-points {
    list-style-position: inside;
    padding-left: 0;
  }

  .signature-accordion-panel .signature-service-image {
    width: 100%;
    padding: 0;
  }

  .signature-accordion-panel .signature-service-image img {
    min-height: 250px;
  }

}

.about-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(26px, 3.4vw, 48px);
  align-items: flex-start;
}

.about-page-grid-reverse {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}


.about-page-content p strong,
.about-page-block p strong {
  color: var(--clr-brand-deep);
  font-weight: 500;
}

.about-page-content .heading-wrap {
  margin-bottom: 28px;
}



.about-page-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(230px, 1fr) minmax(230px, 1fr);
  gap: 14px;
}

.about-page-image {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 45px var(--alpha-dark-12);
  background: var(--white);
}

.about-page-image-main {
  grid-column: 1 / 3;
  min-height: 340px;
}

.about-page-image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}



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

.about-page-list li {
  position: relative;
  padding-left: 26px;
  color: var(--clr-text-dark);
  line-height: 1.5;
}

.about-page-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-color);
  box-shadow: 0 0 0 4px var(--alpha-gold-10);
}

.about-page-focus-grid {
  margin: 8px 0 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.about-focus-card {
  background: var(--white);
  border: 1px solid var(--alpha-secondary-14);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--secondary-color);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}

.about-focus-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.about-highlight-quote {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 4px solid var(--primary-color);
  background: var(--white);
  border-radius: 0 12px 12px 0;
  color: var(--clr-text-dark);
  font-size: var(--font-s);
  line-height: 1.5;
}

.about-page-split {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
  gap: clamp(20px, 2.8vw, 34px);
}

.about-page-sidepanel {
  display: grid;
  gap: 12px;
  align-content: start;
}

.about-sidepanel-card {
  padding: 18px 16px;
  background: var(--clr-light-panel-3);
  border-radius: 12px;
  border: 1px solid var(--alpha-secondary-14);
}

.about-sidepanel-card .small-heading {
  margin-bottom: 10px;
}

.about-sidepanel-card p {
  margin: 0;
  font-size: 14px;
}

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

.about-pillar-card {
 display: flex;
 align-items: center;
 gap: 30px;
 padding: 15px;
 border: 1px solid var(--secondary-color);
}
.about-pillar-card img{
  height: 80px;
  width: 80px;
  object-fit: contain;
}


@media (max-width: 1199px) {
  .about-page-grid,
  .about-page-grid-reverse,
  .about-page-split {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-page-image-main {
    min-height: 0;
  }

  .about-page-focus-grid,
  .about-page-pillars {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .about-page-pillars {
    gap: 12px;
  }

  .about-pillar-card {
    padding: 16px 14px 14px;
  }

  .about-highlight-quote {
    padding: 16px;
  }
}


/* ─── Shared Inner-Page Banner (used on all static pages) ── */

.inner-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  min-height: 620px;
}

.inner-page-hero-media {
  position: relative;
  overflow: hidden;
}

.inner-page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.inner-page-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 55%, rgba(10, 22, 40, 0.3));
  pointer-events: none;
}

.inner-page-hero-content {
  background: var(--secondary-color);
  padding: clamp(36px, 5vw, 72px) clamp(28px, 4vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.inner-page-hero-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(assets/img/small-bg-img.webp) no-repeat center center / cover;
  opacity: 0.06;
  pointer-events: none;
}

.inner-page-hero-content > * {
  position: relative;
}

.inner-page-hero-content .common-static-breadcrumb,
.inner-page-hero-content .common-static-breadcrumb a,
.inner-page-hero-content .common-static-breadcrumb span {
  color: rgba(255, 255, 255, 0.55);
}

.inner-page-hero-content .heading-wrap {
  margin-bottom: 16px;
}

.inner-page-hero-content .sub-title {
  background: rgba(215, 166, 123, 0.15) !important;
  border-color: rgba(215, 166, 123, 0.35) !important;
  color: var(--primary-color) !important;
}

.inner-page-hero-content .main-heading {
  color: var(--white);
  max-width: 18ch;
}

.inner-page-hero-content .para {
  color: rgba(255, 255, 255, 0.75);
  max-width: 48ch;
}

/* ─── Contact Page Specific ──────────────────────────────── */

.inner-page-hero-actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.contact-page-call {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  text-decoration: none;
  font-weight: 500;
  font-size: var(--font-s);
  transition: opacity 0.2s ease;
}

.contact-page-call:hover {
  opacity: 0.85;
}

.contact-page-call i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: var(--secondary-color);
  font-size: 14px;
  flex-shrink: 0;
  box-shadow: 0 0 0 7px rgba(215, 166, 123, 0.18);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.contact-page-call:hover i {
  box-shadow: 0 0 0 12px rgba(215, 166, 123, 0.12);
  transform: scale(1.07);
}

/* Info section */

.contact-page-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 3vw, 48px);
  align-items: stretch;
}

.contact-page-info-content .heading-wrap {
  margin-bottom: 14px;
}

.contact-page-meta {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.contact-page-meta-item {
  padding: 18px 18px 18px 20px;
  background: var(--white);
  border: 1px solid var(--alpha-secondary-08);
  border-left: 3px solid var(--primary-color);
  border-radius: 0 8px 8px 0;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.contact-page-meta-item:hover {
  box-shadow: 0 8px 28px var(--alpha-dark-07);
  transform: translateY(-2px);
}

.contact-meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--accent-color);
  color: var(--clr-cta-base);
  font-size: 13px;
  margin-bottom: 12px;
}

.contact-page-meta-item h3 {
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  color: var(--clr-cta-base);
  font-weight: 500;
}

.contact-page-meta-item p {
  margin: 0 0 4px;
  color: var(--clr-text-dark);
  font-size: var(--font-s);
}

.contact-page-meta-item p:last-child {
  margin-bottom: 0;
}

.contact-page-meta-item a {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 500;
  font-size: var(--font-s);
  transition: color 0.2s ease;
}

.contact-page-meta-item a:hover {
  color: var(--clr-cta-base);
}

.contact-page-map-wrap {
  border-radius: 12px;
  overflow: hidden;
  min-height: 400px;
  border: 1px solid var(--alpha-secondary-14);
  box-shadow: 0 20px 52px var(--alpha-dark-07);
}

.contact-page-map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
  display: block;
}

/* Location cards */

.contact-page-locations .heading-wrap {
  margin-bottom: 26px;
}

.contact-page-locations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.contact-location-card {
  background: var(--white);
  border: 1px solid var(--alpha-secondary-14);
  box-shadow: 0 12px 26px var(--alpha-dark-07);
  border-radius: 10px;
  overflow: hidden;
}

.contact-location-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.contact-location-body {
  padding: 20px;
}

.contact-location-body .small-heading {
  margin-bottom: 10px;
}

.contact-location-body p {
  margin-bottom: 8px;
  color: var(--clr-text-dark);
}

.contact-location-body a {
  margin-top: 8px;
  display: inline-block;
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 2px;
  transition: color 0.2s ease;
}

.contact-location-body a:hover {
  color: var(--clr-cta-base);
}

/* Form section */

.bg-light {
  background: var(--clr-panel);
}

.contact-page-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(20px, 3vw, 52px);
  align-items: center;
}

.contact-page-form-image {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 28px 60px var(--alpha-dark-07);
  aspect-ratio: 3 / 4;
}

.contact-page-form-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-page-form-panel .heading-wrap {
  margin-bottom: 14px;
}

.contact-page-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-page-ask-form label {
  margin: 10px 0 6px;
  display: block;
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 500;
}

.contact-page-ask-form input,
.contact-page-ask-form textarea {
  width: 100%;
  border: 1px solid var(--alpha-secondary-16);
  border-radius: 6px;
  background: var(--white);
  padding: 12px 14px;
  color: var(--clr-text-dark);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-page-ask-form input:focus,
.contact-page-ask-form textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(215, 166, 123, 0.15);
}

.contact-page-ask-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-page-ask-form p {
  margin: 0 0 12px;
}

/* CF7 form */

.contact-page-shortcode-form .wpcf7-form p {
  margin-bottom: 14px;
}

.contact-page-shortcode-form .wpcf7-form label {
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-weight: 500;
  color: var(--clr-text-mid);
}

.contact-page-shortcode-form input,
.contact-page-shortcode-form textarea,
.contact-page-shortcode-form select {
  width: 100%;
  border: 1px solid var(--alpha-secondary-16);
  border-radius: 6px;
  background: var(--white);
  padding: 12px 14px;
  color: var(--clr-text-dark);
  font-size: var(--font-s);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-page-shortcode-form input:focus,
.contact-page-shortcode-form textarea:focus,
.contact-page-shortcode-form select:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(215, 166, 123, 0.15);
}

.contact-page-shortcode-form textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-page-shortcode-form .wpcf7-submit {
  background: var(--secondary-color);
  color: var(--white);
  border: 2px solid var(--secondary-color);
  border-radius: 4px;
  padding: 13px 32px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.contact-page-shortcode-form .wpcf7-submit:hover,
.contact-page-shortcode-form .wpcf7-submit:focus {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--secondary-color);
}

/* Submit popup */

body.contact-popup-open {
  overflow: hidden;
}

.contact-submit-popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.contact-submit-popup.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.contact-submit-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 26, 48, 0.75);
  backdrop-filter: blur(4px);
}

.contact-submit-popup__dialog {
  position: relative;
  width: min(900px, 100%);
  background: var(--white);
  box-shadow: 0 32px 72px rgba(10, 20, 35, 0.4);
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
}

.contact-submit-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: rgba(8, 26, 48, 0.65);
  color: var(--white);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.contact-submit-popup__close:hover {
  background: rgba(8, 26, 48, 0.9);
}

.contact-submit-popup__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  min-height: 460px;
}

.contact-submit-popup__panel {
  background: var(--secondary-color);
  padding: clamp(28px, 4vw, 56px);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.contact-submit-popup__eyebrow {
  margin: 0;
  width: fit-content;
  padding: 7px 14px;
  background: var(--primary-color);
  color: var(--secondary-color);
  letter-spacing: 0.14em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 2px;
}

.contact-submit-popup__title {
  margin: 0;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1.1;
  font-size: clamp(28px, 3vw, 46px);
}

.contact-submit-popup__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  max-width: 35ch;
  line-height: 1.65;
}

.contact-submit-popup__action {
  align-self: flex-start;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: var(--secondary-color);
  font-weight: 500;
  border-radius: 4px;
}

.contact-submit-popup__action:hover,
.contact-submit-popup__action:focus {
  background: var(--white);
  border-color: var(--white);
  color: var(--secondary-color);
}

.contact-submit-popup__image-wrap {
  margin: 0;
}

.contact-submit-popup__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1199px) {
  .inner-page-hero {
    min-height: 520px;
  }

  .inner-page-hero-content .main-heading {
    max-width: 22ch;
  }
}

@media (max-width: 991px) {
  .inner-page-hero,
  .contact-page-info-grid,
  .contact-page-locations-grid,
  .contact-page-form-grid {
    grid-template-columns: 1fr;
  }

  .inner-page-hero {
    min-height: 0;
  }

  .inner-page-hero-media {
    min-height: 340px;
  }

  .inner-page-hero-media::after {
    background: linear-gradient(to bottom, transparent 50%, rgba(10, 22, 40, 0.3));
  }

  .contact-page-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-page-form-image {
    aspect-ratio: 16 / 9;
  }

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

  .article-single-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .article-single-share {
    position: static;
    display: flex;
    flex-wrap: wrap;
  }

  .article-consultation-form {
    grid-template-columns: 1fr;
  }

  .article-author-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .article-author-avatar img {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .inner-page-hero-content {
    padding: 32px 20px;
  }

  .inner-page-hero-actions .btn-theme {
    width: 100%;
  }

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

  .contact-page-form-image {
    aspect-ratio: 16 / 7;
  }

  .blog-page-grid {
    grid-template-columns: 1fr;
  }

  .blog-page-hero {
    padding: 44px 0 34px;
  }

  .contact-submit-popup {
    padding: 12px;
  }

  .contact-submit-popup__content {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .contact-submit-popup__image-wrap {
    min-height: 220px;
    order: -1;
  }

  .contact-submit-popup__panel {
    padding: 24px 18px;
  }

  .contact-submit-popup__title {
    font-size: clamp(24px, 9vw, 34px);
  }
}

/* Appointment Page */
.appointment-page-main {
  background: var(--clr-appointment-bg);
}

.appointment-page-section {
  padding: clamp(30px, 5vw, 60px) 0;
}

.appointment-page-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.75fr);
  border: 1px solid var(--alpha-secondary-14);
  background: var(--clr-shell-bg);
}

.appointment-form-panel {
  padding: clamp(24px, 3.8vw, 54px) clamp(18px, 3vw, 42px);
}

.appointment-breadcrumb {
  text-align: center;
  margin-bottom: 16px;
}

.appointment-form-panel .heading-wrap {
  margin-bottom: 30px;
}

.appointment-form-panel .main-heading {
  font-size: clamp(32px, 4.1vw, 54px);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}

.appointment-form-subtitle {
  margin: 0;
  color: var(--clr-text-mid);
  font-size: clamp(16px, 1.4vw, 24px);
}

.appointment-field-grid {
  display: grid;
  gap: 12px;
}

.appointment-field-grid.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.appointment-field-grid.one-col {
  grid-template-columns: 1fr;
}

.appointment-field-grid.date-time-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr) minmax(0, 0.6fr);
}


.appointment-form label {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(12px, 1.3vw, 14px);
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 500;
}

.appointment-form input,
.appointment-form select {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(31, 56, 95, 0.2);
  background: var(--clr-light-panel-2);
  color: var(--clr-text-dark);
  padding: 10px 16px;
  border-radius: 0;
}

.appointment-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--clr-arrow-muted) 50%), linear-gradient(135deg, var(--clr-arrow-muted) 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% + 1px), calc(100% - 14px) calc(50% + 1px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.date-input-wrap {
  position: relative;
  display: block;
}

.date-input-wrap i {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: var(--clr-icon-muted);
  pointer-events: none;
}


.appointment-submit-btn {
  width: 100%;
  height: 50px;
  border: 1px solid var(--secondary-color);
  background: transparent;
  color: var(--secondary-color);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  transition: all 0.25s ease;
}

.appointment-submit-btn:hover,
.appointment-submit-btn:focus {
  background: var(--secondary-color);
  color: var(--white);
}

.appointment-image-panel {
  margin: 0;
}

.appointment-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 1199px) {
  .appointment-form-panel .main-heading {
    font-size: clamp(28px, 3vw, 42px);
  }
}

@media (max-width: 991px) {
  .appointment-page-shell {
    grid-template-columns: 1fr;
  }

  .appointment-image-panel {
    max-height: 320px;
    order: -1;
  }

  .appointment-field-grid.two-col,
  .appointment-field-grid.date-time-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

form br{
  display: none!important;
}
form.wpcf7-form p{
  margin: 0!important;
}
.wpcf7-response-output,.wpcf7-spinner{
  display: none!important;
}

.appointment-submit-btn,form .btn-theme-outline{
  margin-top: 15px!important;
}
@media (max-width:991px ){
  body,html{
    overflow-x: hidden;
  }
}
