/*
Theme Name: Dr Shalini Homeopathy
Theme URI: https://deepikahomeocare.com
Author: Folksy Digital
Author URI: https://folksydigital.in
Description: Professional homeopathy clinic theme for Dr Shalini Sood, Janakpuri, New Delhi. Clean, calm and trustworthy design.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dr-shalini-homeopathy
Tags: homeopathy, clinic, medical, health, clean, professional
*/

/* =============================================
   CSS VARIABLES
============================================= */
:root {
  --cream: #F8FAF8;
  --cream-dark: #EDF4EF;
  --sage: #2E9E6B;
  --sage-light: #5CC494;
  --sage-dark: #1E7A50;
  --sage-bg: #EAF5EF;
  --white: #ffffff;
  --text-dark: #1A2E22;
  --text-mid: #2F4D39;
  --text-light: #5A7A66;
  --border: #C5E0CE;
  --shadow: rgba(30,122,80,0.12);
  --font-head: 'Playfair Display', Georgia, serif;
  --font-body: 'Lato', 'Helvetica Neue', sans-serif;
  --radius: 12px;
  --radius-lg: 20px;
  --transition: 0.3s ease;
}

/* =============================================
   RESET & BASE
============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--sage-dark); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--sage); }

ul { list-style: none; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

.section-pad { padding: 80px 0; }

.section-title {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--text-dark);
  line-height: 1.25;
  margin-bottom: 12px;
}

.section-sub {
  font-size: 1.05rem;
  color: var(--text-light);
  margin-bottom: 48px;
  max-width: 600px;
}

.tag-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-dark);
  background: var(--sage-bg);
  border: 1px solid var(--border);
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
}

/* =============================================
   BUTTONS
============================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 50px;
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}

.btn-primary {
  background: var(--sage-dark);
  color: var(--white);
  border-color: var(--sage-dark);
}
.btn-primary:hover {
  background: var(--sage);
  border-color: var(--sage);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--shadow);
}

.btn-outline {
  background: transparent;
  color: var(--sage-dark);
  border-color: var(--sage-dark);
}
.btn-outline:hover {
  background: var(--sage-dark);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-white {
  background: var(--white);
  color: var(--sage-dark);
  border-color: var(--white);
}
.btn-white:hover {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--sage-dark);
  transform: translateY(-2px);
}

.btn-call {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
}
.btn-call:hover {
  background: #20bb5a;
  border-color: #20bb5a;
  color: #fff;
  transform: translateY(-2px);
}

.btn-whatsapp {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
}
.btn-whatsapp:hover { background: #128C7E; border-color: #128C7E; color:#fff; transform: translateY(-2px); }

/* =============================================
   TOP BAR
============================================= */
.topbar {
  background: var(--sage-dark);
  color: rgba(255,255,255,0.9);
  font-size: 0.82rem;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.topbar a { color: rgba(255,255,255,0.9); }
.topbar a:hover { color: #fff; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 20px; }
.topbar-item { display: flex; align-items: center; gap: 6px; }

/* =============================================
   HEADER
============================================= */
.site-header {
  background: var(--white);
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}

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

.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.logo-icon {
  width: 48px;
  height: 48px;
  background: var(--sage-dark);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.logo-text-main {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
}
.logo-text-sub {
  font-size: 0.72rem;
  color: var(--sage-dark);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}

/* NAV */
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-mid);
  padding: 8px 14px;
  border-radius: 8px;
  transition: all var(--transition);
  text-decoration: none;
}
.main-nav a:hover, .main-nav a.active {
  color: var(--sage-dark);
  background: var(--sage-bg);
}

.header-cta { display: flex; align-items: center; gap: 10px; }
.header-phone {
  font-weight: 700;
  color: var(--sage-dark);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* MOBILE HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-dark);
  border-radius: 2px;
  transition: all 0.3s;
}
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  display: none;
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 16px 20px 20px;
}
.mobile-nav.open { display: block; }
.mobile-nav a {
  display: block;
  padding: 12px 0;
  font-weight: 600;
  color: var(--text-mid);
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
}
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav-cta { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.mobile-nav-cta .btn { flex: 1; justify-content: center; font-size: 0.88rem; padding: 11px 16px; }

/* =============================================
   FLOATING BUTTONS (mobile)
============================================= */
.floating-btns {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  flex-direction: row;
}
.floating-btns a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 8px;
  font-weight: 700;
  font-size: 0.85rem;
  color: #fff;
  text-decoration: none;
}
.floating-btns .fb-call { background: var(--sage-dark); }
.floating-btns .fb-wa { background: #25D366; }
.floating-btns .fb-book { background: #E67E22; }

/* =============================================
   HERO SECTION
============================================= */
.hero {
  background: linear-gradient(135deg, var(--cream) 0%, var(--sage-bg) 100%);
  padding: 80px 0 0;
  overflow: hidden;
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 400px;
  height: 400px;
  background: var(--sage-light);
  opacity: 0.08;
  border-radius: 50%;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
}

.hero-content { padding-bottom: 80px; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 7px 16px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--sage-dark);
  margin-bottom: 24px;
  box-shadow: 0 2px 8px var(--shadow);
}
.hero-badge::before {
  content: '';
  width: 8px; height: 8px;
  background: #4CAF50;
  border-radius: 50%;
  animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}

.hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 18px;
}
.hero h1 span { color: var(--sage-dark); }

.hero-sub {
  font-size: 1.1rem;
  color: var(--text-mid);
  margin-bottom: 36px;
  max-width: 480px;
  line-height: 1.7;
}

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

.hero-pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 7px 14px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-mid);
}
.hero-pill .dot { color: var(--sage); font-size: 1rem; }

.hero-image-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hero-doctor-img {
  width: 100%;
  max-width: 440px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  object-fit: cover;
  object-position: top center;
  height: 520px;
  box-shadow: -8px 0 40px var(--shadow);
}

.hero-card {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius);
  padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  border: 1px solid var(--border);
}
.hero-card-tl {
  top: 40px;
  left: -20px;
  text-align: center;
  min-width: 120px;
}
.hero-card-br {
  bottom: 40px;
  left: -30px;
  min-width: 150px;
}
.hero-card-num {
  font-family: var(--font-head);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sage-dark);
  line-height: 1;
}
.hero-card-label { font-size: 0.75rem; color: var(--text-light); margin-top: 4px; }
.hero-card-stars { color: #F4A426; font-size: 0.85rem; letter-spacing: 1px; }

/* =============================================
   WHY CHOOSE US
============================================= */
.why-section { background: var(--white); }

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

.why-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: all var(--transition);
}
.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px var(--shadow);
  border-color: var(--sage-light);
}
.why-icon {
  font-size: 2rem;
  margin-bottom: 16px;
  width: 52px;
  height: 52px;
  background: var(--sage-bg);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-card h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  color: var(--text-dark);
  margin-bottom: 10px;
}
.why-card p { font-size: 0.9rem; color: var(--text-light); line-height: 1.65; }

/* =============================================
   ABOUT / DOCTOR SECTION (home)
============================================= */
.about-home { background: var(--sage-bg); }

.about-home-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-home-img {
  position: relative;
}
.about-home-img img {
  width: 100%;
  max-width: 420px;
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 48px var(--shadow);
}

.about-home-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}
.stat-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
}
.stat-num {
  font-family: var(--font-head);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sage-dark);
  line-height: 1;
}
.stat-label { font-size: 0.78rem; color: var(--text-light); margin-top: 6px; font-weight: 600; }

.about-home-content { }
.about-home-content .section-title { margin-bottom: 16px; }
.about-home-content p { color: var(--text-mid); margin-bottom: 20px; font-size: 0.97rem; }
.about-bullets { margin: 24px 0; }
.about-bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 0.92rem;
  color: var(--text-mid);
  border-bottom: 1px solid var(--border);
}
.about-bullets li:last-child { border-bottom: none; }
.about-bullets li::before {
  content: '✓';
  color: var(--sage-dark);
  font-weight: 700;
  flex-shrink: 0;
}

/* =============================================
   TREATMENTS SECTION (home - brief)
============================================= */
.treatments-home { background: var(--cream); }

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

.treat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: all var(--transition);
  cursor: default;
}
.treat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px var(--shadow);
  border-color: var(--sage-light);
}
.treat-icon { font-size: 2.2rem; margin-bottom: 14px; }
.treat-card h3 {
  font-family: var(--font-head);
  font-size: 1rem;
  color: var(--text-dark);
  margin-bottom: 8px;
}
.treat-card p { font-size: 0.83rem; color: var(--text-light); line-height: 1.6; }

/* =============================================
   TESTIMONIALS
============================================= */
.testimonials-section { background: var(--white); }

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

.testi-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  position: relative;
}
.testi-quote {
  font-size: 3rem;
  color: var(--sage-light);
  font-family: Georgia, serif;
  line-height: 1;
  margin-bottom: 12px;
}
.testi-text {
  font-size: 0.93rem;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
.testi-footer { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--sage-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.testi-name { font-weight: 700; font-size: 0.9rem; color: var(--text-dark); }
.testi-loc { font-size: 0.78rem; color: var(--text-light); }
.testi-stars { color: #F4A426; font-size: 0.85rem; letter-spacing: 1px; margin-top: 4px; }

/* =============================================
   FAQ SECTION
============================================= */
.faq-section { background: var(--cream); }
.faq-inner { max-width: 780px; margin: 0 auto; }

.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-question {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.97rem;
  font-weight: 600;
  color: var(--text-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-question .faq-icon {
  width: 24px;
  height: 24px;
  background: var(--sage-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--sage-dark);
  flex-shrink: 0;
  transition: transform 0.3s;
}
.faq-question.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
}
.faq-answer-inner {
  padding: 0 24px 20px;
  font-size: 0.92rem;
  color: var(--text-light);
  line-height: 1.7;
}

/* =============================================
   CTA BANNER
============================================= */
.cta-section {
  background: var(--sage-dark);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '🌿';
  position: absolute;
  font-size: 8rem;
  opacity: 0.06;
  top: -20px;
  left: -20px;
}
.cta-section::after {
  content: '🌿';
  position: absolute;
  font-size: 8rem;
  opacity: 0.06;
  bottom: -20px;
  right: -20px;
}
.cta-section h2 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #fff;
  margin-bottom: 12px;
}
.cta-section p { color: rgba(255,255,255,0.8); font-size: 1.05rem; margin-bottom: 36px; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* =============================================
   GOOGLE MAP
============================================= */
.map-section { background: var(--sage-bg); padding: 80px 0; }
.map-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  align-items: start;
}
.map-info h2 {
  font-family: var(--font-head);
  font-size: 1.8rem;
  margin-bottom: 24px;
  color: var(--text-dark);
}
.map-detail {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  font-size: 0.93rem;
  color: var(--text-mid);
}
.map-detail-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.map-detail strong { display: block; color: var(--text-dark); margin-bottom: 2px; }
.map-embed {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 8px 32px var(--shadow);
}
.map-embed iframe { width: 100%; height: 380px; border: 0; display: block; }

/* =============================================
   FOOTER
============================================= */
.site-footer {
  background: var(--sage-dark);
  color: rgba(255,255,255,0.85);
  padding: 64px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand-name {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.footer-brand-sub { font-size: 0.78rem; color: var(--sage-light); margin-bottom: 16px; }
.footer-brand-desc { font-size: 0.88rem; line-height: 1.7; margin-bottom: 20px; max-width: 280px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
  transition: all var(--transition);
}
.footer-social a:hover { background: rgba(255,255,255,0.25); color: #fff; }
.footer-col h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 0.88rem; color: rgba(255,255,255,0.80); transition: color var(--transition); }
.footer-col ul li a:hover { color: #fff; }
.footer-contact-item { display: flex; gap: 10px; margin-bottom: 14px; font-size: 0.88rem; line-height: 1.5; }
.footer-contact-item a { color: rgba(255,255,255,0.80); }
.footer-contact-item a:hover { color: #fff; }
.footer-bottom {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
}
.footer-bottom a { color: rgba(255,255,255,0.9); }
.footer-bottom a:hover { color: #fff; }

/* =============================================
   PAGE BANNER
============================================= */
.page-banner {
  background: linear-gradient(135deg, var(--sage-bg) 0%, var(--cream) 100%);
  padding: 64px 0 56px;
  border-bottom: 1px solid var(--border);
}
.page-banner h1 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--text-dark);
  margin-bottom: 12px;
}
.page-banner p { color: var(--text-light); font-size: 1.05rem; max-width: 560px; }
.breadcrumb {
  font-size: 0.82rem;
  color: var(--text-light);
  margin-bottom: 16px;
}
.breadcrumb a { color: var(--sage-dark); }
.breadcrumb span { margin: 0 6px; }

/* =============================================
   ABOUT PAGE
============================================= */
.about-main { background: var(--white); }
.about-main-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: center;
}
.about-img img {
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 48px var(--shadow);
  width: 100%;
}
.about-content .section-title { margin-bottom: 20px; }
.about-content p { color: var(--text-mid); margin-bottom: 18px; font-size: 0.97rem; line-height: 1.75; }

.credentials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 32px 0;
}
.cred-box {
  background: var(--sage-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.cred-icon { font-size: 1.4rem; flex-shrink: 0; }
.cred-text strong { display: block; font-size: 0.88rem; color: var(--text-dark); margin-bottom: 3px; }
.cred-text span { font-size: 0.8rem; color: var(--text-light); }

/* =============================================
   TREATMENTS PAGE
============================================= */
.treatments-full { background: var(--cream); }
.treatments-full-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.treat-full-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  transition: all var(--transition);
}
.treat-full-card:hover {
  box-shadow: 0 10px 32px var(--shadow);
  transform: translateY(-3px);
}
.treat-full-icon-wrap {
  background: var(--sage-bg);
  padding: 28px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 2.2rem;
  min-width: 80px;
}
.treat-full-content { padding: 24px 24px 24px 20px; flex: 1; }
.treat-full-content h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  color: var(--text-dark);
  margin-bottom: 8px;
}
.treat-full-content p { font-size: 0.88rem; color: var(--text-light); line-height: 1.65; margin-bottom: 12px; }
.treat-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.treat-tag {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--sage-dark);
  background: var(--sage-bg);
  border: 1px solid var(--border);
  padding: 3px 10px;
  border-radius: 50px;
}

.treatment-faq-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.treat-faq-box {
  background: var(--sage-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}
.treat-faq-box h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  color: var(--text-dark);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.treat-faq-box p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; }

/* =============================================
   CONTACT PAGE
============================================= */
.contact-section { background: var(--white); }
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.contact-map-col { }
.contact-map-col .map-embed { margin-bottom: 28px; }
.contact-form-col h2 {
  font-family: var(--font-head);
  font-size: 1.8rem;
  margin-bottom: 8px;
  color: var(--text-dark);
}
.contact-form-col p { color: var(--text-light); margin-bottom: 28px; font-size: 0.93rem; }

.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-mid);
  margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 0.93rem;
  color: var(--text-dark);
  background: var(--cream);
  transition: border-color var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--sage);
  background: var(--white);
}
.form-group textarea { min-height: 110px; resize: vertical; }

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

/* =============================================
   BLOG PAGE
============================================= */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.blog-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all var(--transition);
}
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px var(--shadow); }
.blog-card-img {
  height: 180px;
  background: var(--sage-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}
.blog-card-body { padding: 24px; }
.blog-category {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sage-dark);
  margin-bottom: 10px;
}
.blog-card-body h3 {
  font-family: var(--font-head);
  font-size: 1.05rem;
  color: var(--text-dark);
  margin-bottom: 10px;
  line-height: 1.4;
}
.blog-card-body p { font-size: 0.87rem; color: var(--text-light); line-height: 1.65; margin-bottom: 16px; }
.blog-meta { font-size: 0.78rem; color: var(--text-light); }
.blog-read-more { font-size: 0.85rem; font-weight: 600; color: var(--sage-dark); }

/* =============================================
   TESTIMONIALS PAGE
============================================= */
.testimonials-full { background: var(--cream); }
.testimonials-full-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testi-full-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
}

/* =============================================
   RESPONSIVE
============================================= */
@media (max-width: 1024px) {
  .treatments-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-full-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .section-pad { padding: 56px 0; }
  .hero { padding: 48px 0 0; }
  .hero-inner { grid-template-columns: 1fr; gap: 0; }
  .hero-content { padding-bottom: 40px; }
  .hero-image-wrap { justify-content: flex-end; }
  .hero-doctor-img { height: 380px; max-width: 100%; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
  .hero-card { display: none; }
  .about-home-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-main-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-img { max-width: 320px; margin: 0 auto; }
  .why-grid { grid-template-columns: 1fr; }
  .treatments-grid { grid-template-columns: 1fr 1fr; }
  .treatments-full-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonials-full-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .map-inner { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
  .contact-map-col { order: 2; }
  .contact-form-col { order: 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .treatment-faq-boxes { grid-template-columns: 1fr; }
  .credentials-grid { grid-template-columns: 1fr; }
  .header-cta { display: none; }
  .hamburger { display: flex; }
  .main-nav { display: none; }
  .floating-btns { display: flex; }
  body { padding-bottom: 56px; }
  .topbar-right { display: none; }
  .hero-btns .btn { font-size: 0.88rem; padding: 11px 20px; }
}

@media (max-width: 480px) {
  .treatments-grid { grid-template-columns: 1fr; }
  .about-home-stats { grid-template-columns: 1fr 1fr; }
  .hero-pills { gap: 8px; }
}

/* =============================================
   UTILITIES
============================================= */
.text-center { text-align: center; }
.text-center .section-sub { margin-left: auto; margin-right: auto; }
.mt-4 { margin-top: 40px; }
.green-dot { color: #4CAF50; }

/* =============================================
   BLOG SINGLE POST SIDEBAR — RESPONSIVE
============================================= */
@media (max-width: 900px) {
  .single-post-inner {
    grid-template-columns: 1fr !important;
  }
}

/* =============================================
   PAGINATION
============================================= */
.nav-links { display:flex; gap:8px; justify-content:center; flex-wrap:wrap; margin-top:32px; }
.page-numbers {
  display:inline-flex; align-items:center; justify-content:center;
  width:40px; height:40px; border-radius:8px;
  border:1.5px solid var(--border); font-size:.9rem; font-weight:600;
  color:var(--text-mid); background:var(--white); transition:all var(--transition);
}
.page-numbers:hover, .page-numbers.current {
  background:var(--sage-dark); color:#fff; border-color:var(--sage-dark);
}

/* =============================================
   FOOTER BOTTOM BORDER — GREEN BG FIX
============================================= */
.footer-grid { border-bottom:1px solid rgba(255,255,255,0.15); }
.footer-bottom { color:rgba(255,255,255,0.6); }
.footer-brand-sub { color:rgba(255,255,255,0.7); }
.footer-brand-desc { color:rgba(255,255,255,0.75); }
.footer-social a { background:rgba(255,255,255,0.12); color:rgba(255,255,255,0.8); }
.footer-col h4 { color:#fff; }

/* =============================================
   WP BLOCK EDITOR CONTENT STYLES
============================================= */
.post-content h2 { font-family:var(--font-head); font-size:1.5rem; color:var(--text-dark); margin:32px 0 12px; }
.post-content h3 { font-family:var(--font-head); font-size:1.2rem; color:var(--text-dark); margin:24px 0 10px; }
.post-content p  { margin-bottom:18px; }
.post-content ul, .post-content ol { padding-left:24px; margin-bottom:18px; }
.post-content ul li { list-style:disc; margin-bottom:6px; color:var(--text-mid); }
.post-content ol li { list-style:decimal; margin-bottom:6px; color:var(--text-mid); }
.post-content blockquote {
  border-left:4px solid var(--sage-dark);
  padding:16px 20px;
  background:var(--sage-bg);
  border-radius:0 var(--radius) var(--radius) 0;
  font-style:italic;
  color:var(--text-mid);
  margin:24px 0;
}
.post-content img { border-radius:var(--radius); margin:16px 0; }
.post-content a { color:var(--sage-dark); text-decoration:underline; }

/* =============================================
   CUSTOMIZER / DYNAMIC CONTENT READY
============================================= */
.wp-block-image img { border-radius:var(--radius); }
.wp-block-button__link {
  background:var(--sage-dark) !important;
  border-radius:50px !important;
  padding:12px 28px !important;
  font-weight:600 !important;
}
