@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --primary: #7B1F7A;
  --primary-light: #9B2B99;
  --primary-dark: #5E2750;

  --secondary: #7B1F7A;
  --secondary-light: #9B2B99;
  --secondary-dark: #5E2750;

  --third: #7B1F7A;
  --third-light: #9B2B99;
  --third-dark: #5E2750;

  --gold: #F5B800;
  --gold-light: #FFD84D;
  --gold-dark: #D4A017;

  --brown: #7B1F7A;
  --plum: #7B1F7A;
  --purple: #7B1F7A;

  --dark: #1C1C2E;
  --dark-2: #4A1E40;
  --gray-50: #F7F4E9;
  --gray-100: #F0EBD8;
  --gray-200: #E8DFC8;
  --gray-400: #9E8C9A;
  --gray-600: #5A4D65;
  --white: #ffffff;
  --cream: #F7F4E9;
  --cream-2: #F0EBD8;
  --font-body: 'Outfit', sans-serif;
  --font-display: 'Playfair Display', serif;
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-xl: 32px;
  --r-full: 9999px;
  --shadow-sm: 0 4px 14px rgba(123, 31, 122, .06);
  --shadow-md: 0 8px 24px rgba(123, 31, 122, .09);
  --shadow-lg: 0 16px 40px rgba(123, 31, 122, .12);
  --shadow-gold: 0 6px 20px rgba(245, 184, 0, .25);
  --shadow-secondary: 0 6px 20px rgba(123, 31, 122, .2);
  --shadow-plum: 0 6px 20px rgba(123, 31, 122, .2);
  --shadow-third: 0 6px 20px rgba(123, 31, 122, .2);
  --trans: .28s cubic-bezier(.4, 0, .2, 1);
}

html {
  scroll-behavior: smooth;
  font-size: 16px
}

body {
  font-family: var(--font-body);
  color: var(--dark);
  background: #F7F4E9;
  line-height: 1.75;
  overflow-x: hidden
}

/* ===== CUSTOM GOLDEN BEE CURSOR ===== */
body,
body *,
html,
html * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cellipse cx='11' cy='11' rx='6' ry='4' fill='rgba(255,191,1,0.9)' stroke='%23D49E00' stroke-width='1.2' transform='rotate(-30 11 11)'/%3E%3Cellipse cx='21' cy='11' rx='6' ry='4' fill='rgba(255,191,1,0.9)' stroke='%23D49E00' stroke-width='1.2' transform='rotate(30 21 11)'/%3E%3Cellipse cx='16' cy='19' rx='9' ry='7' fill='%23FFD447' stroke='%231A1A1A' stroke-width='1.5'/%3E%3Cpath d='M 13.5 13.5 Q 16 12 18.5 13.5 L 18.5 24.5 Q 16 26 13.5 24.5 Z' fill='%231A1A1A'/%3E%3Cpath d='M 15 13.2 Q 16 12.8 17 13.2 L 17 24.8 Q 16 25.2 15 24.8 Z' fill='%23FFBF01'/%3E%3Ccircle cx='10' cy='18' r='1.5' fill='%231A1A1A'/%3E%3Ccircle cx='10.5' cy='17.5' r='0.5' fill='%23FFF'/%3E%3Cpolygon points='16,7 13,12 19,12' fill='%23FFBF01'/%3E%3C/svg%3E") 16 7, auto !important;
}

a,
button,
input,
select,
textarea,
.btn,
[onclick],
.nav-link,
.card,
.hero-slide,
.slider-arr,
.slider-dot {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cellipse cx='11' cy='11' rx='6' ry='4' fill='rgba(255,191,1,0.9)' stroke='%23D49E00' stroke-width='1.2' transform='rotate(-30 11 11)'/%3E%3Cellipse cx='21' cy='11' rx='6' ry='4' fill='rgba(255,191,1,0.9)' stroke='%23D49E00' stroke-width='1.2' transform='rotate(30 21 11)'/%3E%3Cellipse cx='16' cy='19' rx='9' ry='7' fill='%23FFD447' stroke='%231A1A1A' stroke-width='1.5'/%3E%3Cpath d='M 13.5 13.5 Q 16 12 18.5 13.5 L 18.5 24.5 Q 16 26 13.5 24.5 Z' fill='%231A1A1A'/%3E%3Cpath d='M 15 13.2 Q 16 12.8 17 13.2 L 17 24.8 Q 16 25.2 15 24.8 Z' fill='%23FFBF01'/%3E%3Ccircle cx='10' cy='18' r='1.5' fill='%231A1A1A'/%3E%3Ccircle cx='10.5' cy='17.5' r='0.5' fill='%23FFF'/%3E%3Cpolygon points='16,7 13,12 19,12' fill='%23FFBF01'/%3E%3C/svg%3E") 16 7, pointer !important;
}

img {
  max-width: 100%;
  display: block
}

a {
  text-decoration: none;
  color: inherit
}

ul {
  list-style: none
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.25;
  color: var(--dark)
}

h1 {
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  font-family: var(--font-display)
}

h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.7rem);
  font-family: var(--font-display)
}

h3 {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 700
}

h4 {
  font-size: 1.1rem;
  font-weight: 700
}

p {
  margin-bottom: .9rem;
  color: var(--gray-600);
  line-height: 1.8
}

/* LAYOUT */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px)
}

.section {
  padding: clamp(56px, 8vw, 100px) 0
}

.section-sm {
  padding: clamp(36px, 5vw, 60px) 0
}

/* LABEL */
/* LABEL */
.label,
.label-gold,
.label-primary,
.label-secondary,
.label-third,
.label-plum {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(123, 31, 122, .09);
  border: 1px solid rgba(123, 31, 122, .22);
  color: #7B1F7A;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .35rem 1rem;
  border-radius: var(--r-full);
  margin-bottom: 1rem
}

.label::before,
.label-gold::before,
.label-primary::before,
.label-secondary::before,
.label-third::before,
.label-plum::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #F5B800;
  border-radius: 50%;
  display: inline-block
}

/* BUTTONS - #8c3375, #fff8e5, LOGO GOLD & WHITE */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: var(--r-full);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .93rem;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: var(--trans);
  white-space: nowrap;
  text-align: center;
  justify-content: center;
  letter-spacing: .02em
}

/* Primary Plum Button (#8c3375) */
.btn-gold,
.btn-primary,
.btn-secondary,
.btn-third,
.btn-plum {
  background: linear-gradient(135deg, #7B1F7A 0%, #5E2750 100%);
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(123, 31, 122, .22)
}

.btn-gold:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-third:hover,
.btn-plum:hover {
  background: linear-gradient(135deg, #5E2750 0%, #4A1E40 100%);
  color: #F7F4E9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(123, 31, 122, .32)
}

/* Accent Logo Gold Button (#e6ab09) */
.btn-accent,
.btn-gradient {
  background: linear-gradient(135deg, #F5B800 0%, #D4A017 100%);
  color: #1C1C2E;
  box-shadow: 0 4px 14px rgba(245, 184, 0, .22)
}

.btn-accent:hover,
.btn-gradient:hover {
  background: linear-gradient(135deg, #D4A017 0%, #B88A00 100%);
  color: #7B1F7A;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 184, 0, .32)
}

/* Soft Dark Surface Button */
.btn-dark {
  background: linear-gradient(135deg, #7B1F7A 0%, #4A1E40 100%);
  color: var(--white)
}

.btn-dark:hover {
  background: linear-gradient(135deg, #4A1E40 0%, #38112F 100%);
  color: #F7F4E9;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md)
}

/* Outlined Buttons */
.btn-outline-gold,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-third,
.btn-outline-plum {
  border: 1.5px solid #7B1F7A;
  color: #7B1F7A;
  background: transparent;
  font-weight: 600
}

.btn-outline-gold:hover,
.btn-outline-primary:hover,
.btn-outline-secondary:hover,
.btn-outline-third:hover,
.btn-outline-plum:hover {
  background: linear-gradient(135deg, #7B1F7A 0%, #5E2750 100%);
  color: #FFFFFF;
  border-color: transparent;
  transform: translateY(-2px)
}

.btn-outline-white {
  background: transparent !important;
  border: 1.5px solid rgba(255, 255, 255, .8) !important;
  color: var(--white) !important
}

.btn-outline-white:hover {
  background: var(--white) !important;
  color: #7B1F7A !important;
  border-color: var(--white) !important;
  transform: translateY(-2px)
}

.btn-sm {
  padding: 9px 20px;
  font-size: .87rem
}

.btn-lg {
  padding: 16px 40px;
  font-size: 1.05rem
}

.text-primary,
.gold-txt,
.primary-txt {
  color: #7B1F7A !important
}

.text-secondary,
.brown-txt,
.secondary-txt {
  color: #7B1F7A !important
}

.text-third,
.plum-txt,
.purple-txt {
  color: #7B1F7A !important
}

.text-accent,
.accent-txt {
  color: #F5B800 !important
}

.btn-outline-third:hover,
.btn-outline-plum:hover {
  background: linear-gradient(135deg, #7B1F7A 0%, #4A1E40 100%);
  color: #FFFFFF;
  border-color: transparent;
  transform: translateY(-2px)
}

.btn-outline-white {
  background: transparent !important;
  border: 1.5px solid rgba(255, 255, 255, .7) !important;
  color: var(--white) !important
}

.btn-outline-white:hover {
  background: var(--white) !important;
  color: #7B1F7A !important;
  border-color: var(--white) !important;
  transform: translateY(-2px)
}

.btn-sm {
  padding: 9px 20px;
  font-size: .87rem
}

.btn-lg {
  padding: 16px 40px;
  font-size: 1.05rem
}

.label-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(123, 31, 122, .1);
  border: 1px solid rgba(123, 31, 122, .25);
  color: #7B1F7A;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .35rem 1rem;
  border-radius: var(--r-full);
  margin-bottom: 1rem
}

.label-secondary::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #7B1F7A;
  border-radius: 50%;
  display: inline-block
}

.label-third,
.label-plum {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(123, 31, 122, .1);
  border: 1px solid rgba(123, 31, 122, .25);
  color: #7B1F7A;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .35rem 1rem;
  border-radius: var(--r-full);
  margin-bottom: 1rem
}

.label-third::before,
.label-plum::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #7B1F7A;
  border-radius: 50%;
  display: inline-block
}

.text-primary,
.gold-txt {
  color: var(--gold-dark) !important
}

.text-secondary,
.brown-txt {
  color: #7B1F7A !important
}

.text-third,
.plum-txt,
.purple-txt {
  color: #7B1F7A !important
}

/* NAVBAR */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  transition: var(--trans)
}

.navbar.scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, .09)
}

/* Top accent bar */
.navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold))
}

.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: 8px;
  padding-top: 3px
}

.navbar__logo img {
  height: 40px;
  width: auto;
  display: block;
  flex-shrink: 0
}

/* Nav list */
.navbar__nav {
  display: flex;
  align-items: stretch;
  gap: 0;
  height: 100%
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 6px 10px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--dark);
  border-radius: 6px;
  transition: var(--trans);
  cursor: pointer;
  letter-spacing: .01em;
  white-space: nowrap
}

.nav-link:hover {
  color: var(--gold-dark);
  background: var(--gray-100)
}

.nav-item.active .nav-link,
.nav-link.active {
  color: var(--gold-dark);
  background: rgba(254, 192, 0, .08)
}

.nav-caret {
  font-size: .55rem;
  opacity: .7;
  transition: transform var(--trans);
  margin-left: 1px
}

.nav-item:hover .nav-caret,
.nav-item.open .nav-caret {
  transform: rotate(180deg);
  opacity: 1
}

/* Dropdown — gap bridged with padding-top & invisible bridge so mouse can slide seamlessly */
.dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 210px;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s;
  z-index: 200;
  pointer-events: none
}

.dropdown::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 25px;
  display: block
}

.dropdown-inner {
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, .13);
  border: 1px solid rgba(0, 0, 0, .07);
  padding: 6px;
  position: relative
}

/* Arrow */
.dropdown-inner::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: none;
  border-bottom-color: rgba(0, 0, 0, .08)
}

.dropdown-inner::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: none;
  border-bottom-color: var(--white)
}

.nav-item:hover .dropdown,
.nav-item.open .dropdown,
.nav-item:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

.dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: .83rem;
  font-weight: 600;
  color: #1F2937;
  border-radius: 8px;
  transition: var(--trans);
  line-height: 1.4;
  white-space: nowrap
}

.dropdown a:hover {
  color: var(--gold-dark);
  background: rgba(254, 192, 0, .08);
  padding-left: 14px
}

.dropdown hr {
  border: none;
  border-top: 1px solid var(--gray-200);
  margin: 4px 6px
}

/* CTA zone */
.navbar__cta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0
}

.navbar__phone {
  font-size: .8rem;
  font-weight: 700;
  color: var(--dark);
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 6px;
  transition: var(--trans)
}

.navbar__phone:hover {
  background: var(--gray-100)
}

.navbar__phone .ph-icon {
  width: 26px;
  height: 26px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  flex-shrink: 0
}

/* Book btn — tighter */
.navbar__cta .btn-sm {
  padding: 8px 16px;
  font-size: .8rem;
  border-radius: 6px;
  font-weight: 700
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: var(--trans)
}

.hamburger:hover {
  background: var(--gray-100)
}

.hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: var(--trans)
}

.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px)
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: translateX(-8px)
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px)
}

/* MOBILE NAV */
.mobile-nav {
  display: none;
  position: fixed;
  top: 67px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white);
  z-index: 999;
  overflow-y: auto;
  padding: 16px 16px 80px;
  transform: translateX(-100%);
  transition: transform var(--trans)
}

.mobile-nav.open {
  transform: translateX(0)
}

.mobile-nav-item {
  border-bottom: 1px solid var(--gray-100)
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 6px;
  font-size: .95rem;
  font-weight: 600;
  color: var(--dark);
  cursor: pointer;
  transition: var(--trans)
}

.mobile-nav-link:hover {
  color: var(--gold-dark)
}

.mobile-sub {
  display: none;
  padding: 0 0 8px 12px
}

.mobile-sub.open {
  display: block
}

.mobile-sub a {
  display: block;
  padding: 9px 8px;
  font-size: .88rem;
  color: var(--gray-600);
  border-radius: var(--r-sm);
  transition: var(--trans)
}

.mobile-sub a:hover {
  color: var(--gold-dark);
  background: rgba(254, 192, 0, .06)
}

.mobile-nav-actions {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px
}

/* PAGE HERO */
.page-hero {
  padding: clamp(100px, 14vw, 150px) 0 clamp(56px, 8vw, 90px);
  background: linear-gradient(135deg, #7B1F7A 0%, #5E2750 100%);
  position: relative;
  overflow: hidden;
  text-align: center
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(254, 192, 0, .15) 0%, transparent 60%)
}

.page-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold))
}

.page-hero h1 {
  color: var(--white);
  position: relative;
  z-index: 1
}

.page-hero p {
  color: rgba(255, 255, 255, .92);
  font-size: clamp(.95rem, 2vw, 1.1rem);
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: .75rem auto 0;
  font-weight: 400
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .84rem;
  color: rgba(255, 255, 255, .85);
  margin-bottom: .75rem;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  font-weight: 500
}

.breadcrumb a {
  color: var(--gold-light)
}

.breadcrumb a:hover {
  color: var(--white)
}

/* CARDS */
.card {
  background: var(--white);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
  overflow: hidden;
  transition: var(--trans)
}

.card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: rgba(254, 192, 0, .25)
}

.service-card {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
  transition: var(--trans);
  position: relative;
  overflow: hidden
}

.service-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--trans)
}

.service-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px)
}

.service-card:hover::after {
  transform: scaleX(1)
}

.s-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(254, 192, 0, .18), rgba(254, 192, 0, .06));
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 1.25rem;
  transition: var(--trans);
  flex-shrink: 0
}

.service-card:hover .s-icon,
.feature-item:hover .s-icon {
  background: var(--gold);
  transform: scale(1.08)
}

/* DOCTOR CARD */
.doctor-card {
  background: var(--white);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
  transition: var(--trans);
  text-align: center;
  display: flex;
  flex-direction: column
}

.doctor-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
  border-color: rgba(254, 192, 0, .45)
}

.doctor-photo {
  height: 260px;
  background: linear-gradient(135deg, var(--cream-2), #F1F5F9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  position: relative;
  overflow: hidden
}

.doctor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform .4s ease
}

.doctor-card:hover .doctor-photo img {
  transform: scale(1.06)
}

.doctor-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--gold);
  color: var(--dark);
  font-size: .7rem;
  font-weight: 800;
  padding: .25rem .65rem;
  border-radius: var(--r-full);
  letter-spacing: .03em;
  box-shadow: var(--shadow-xs)
}

.doctor-exp-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(15, 23, 42, .85);
  color: #fff;
  backdrop-filter: blur(4px);
  font-size: .7rem;
  font-weight: 700;
  padding: .25rem .65rem;
  border-radius: var(--r-full)
}

.doctor-body {
  padding: 20px 18px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center
}

.doctor-body h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: .25rem;
  line-height: 1.3
}

.doctor-qual {
  font-size: .75rem;
  color: var(--gold-dark);
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: .35rem;
  line-height: 1.35
}

.doctor-role {
  font-size: .82rem;
  color: var(--gray-600);
  margin-bottom: .5rem;
  font-weight: 500
}

/* TESTIMONIAL */
.testi-card {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: clamp(20px, 3vw, 32px);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
  position: relative;
  transition: var(--trans)
}

.testi-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px)
}

.testi-card .quote {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 4.5rem;
  font-family: var(--font-display);
  color: rgba(254, 192, 0, .15);
  line-height: 1
}

.stars {
  color: var(--gold);
  letter-spacing: 2px;
  font-size: .95rem;
  margin-bottom: .75rem
}

.testi-card p {
  font-style: italic;
  font-size: .9rem;
  margin-bottom: 1rem
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 10px
}

.reviewer-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--dark);
  font-size: .8rem;
  flex-shrink: 0
}

.reviewer strong {
  display: block;
  font-size: .88rem;
  color: var(--dark)
}

.reviewer span {
  font-size: .78rem;
  color: #4B5563;
  font-weight: 500
}

/* FAQ */
.faq-item {
  border: 1px solid var(--gray-200);
  border-radius: var(--r-md);
  margin-bottom: 10px;
  overflow: hidden
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 600;
  font-size: .95rem;
  color: var(--dark);
  transition: var(--trans);
  gap: 12px
}

.faq-q:hover {
  background: var(--gray-50);
  color: var(--gold-dark)
}

.faq-q.active {
  background: var(--dark);
  color: var(--white)
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(254, 192, 0, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  transition: var(--trans)
}

.faq-q.active .faq-icon {
  background: rgba(255, 255, 255, .15);
  transform: rotate(45deg)
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease
}

.faq-a-inner {
  padding: 16px 22px;
  background: var(--gray-50);
  border-top: 1px solid var(--gray-200);
  font-size: .9rem;
  color: var(--gray-600)
}

/* CTA BAND */
.cta-band {
  background: #4A1E40;
  padding: clamp(60px, 8vw, 90px) 0;
  text-align: center;
  position: relative;
  overflow: hidden
}

.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(254, 192, 0, .12) 0%, transparent 60%)
}

.cta-band::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent)
}

.cta-band h2 {
  color: var(--white);
  margin-bottom: 1rem
}

.cta-band p {
  color: rgba(255, 255, 255, .9);
  max-width: 520px;
  margin: 0 auto 2rem;
  font-size: 1.05rem;
  font-weight: 400
}

/* FOOTER */
.footer {
  background: #F9F9FB;
  padding: clamp(48px, 7vw, 80px) 0 0;
  color: #1C1C2E
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: clamp(24px, 4vw, 48px);
  padding-bottom: clamp(40px, 5vw, 60px)
}

.footer__brand p {
  font-size: .88rem;
  line-height: 1.8;
  margin: 1rem 0 1.25rem;
  color: #5A4D65
}

.footer__logo img {
  height: 38px;
  width: auto;
  opacity: .95
}

.footer h5 {
  color: #1C1C2E;
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid var(--gold);
  display: inline-block
}

.footer ul li {
  margin-bottom: .55rem
}

.footer ul li a {
  font-size: .85rem;
  color: #5A4D65;
  transition: var(--trans)
}

.footer ul li a:hover {
  color: var(--primary);
  padding-left: 4px
}

.footer__contact li {
  display: flex;
  gap: 10px;
  margin-bottom: .7rem;
  font-size: .84rem;
  color: #5A4D65;
  align-items: flex-start
}

.footer__contact .fi {
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 2px
}

.footer__contact a:hover {
  color: var(--primary)
}

.social-row {
  display: flex;
  gap: 8px;
  margin-top: 1.1rem
}

.soc-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(123, 31, 122, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  color: #7B1F7A;
  transition: var(--trans)
}

.soc-btn:hover {
  background: var(--gold);
  color: var(--dark);
  transform: translateY(-2px)
}

.footer__bar {
  background: #F5B800;
  border-top: none;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .82rem;
  font-weight: 600;
  color: #1C1C2E;
  flex-wrap: wrap;
  gap: 8px
}

/* MODAL */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .65);
  backdrop-filter: blur(6px);
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: var(--trans)
}

.modal-overlay.open {
  opacity: 1;
  visibility: visible
}

.modal-box {
  background: var(--white);
  border-radius: var(--r-xl);
  max-width: 500px;
  width: 100%;
  padding: clamp(28px, 5vw, 44px);
  position: relative;
  transform: scale(.95);
  transition: var(--trans);
  max-height: 90vh;
  overflow-y: auto
}

.modal-overlay.open .modal-box {
  transform: scale(1)
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gray-100);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: var(--trans)
}

.modal-close:hover {
  background: var(--gray-200)
}

/* FORM */
.form-group {
  margin-bottom: 1.1rem
}

.form-label {
  display: block;
  font-weight: 600;
  font-size: .85rem;
  color: var(--dark);
  margin-bottom: .45rem
}

.form-input {
  width: 100%;
  padding: 11px 16px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--r-md);
  font-family: var(--font-body);
  font-size: .9rem;
  color: var(--dark);
  transition: var(--trans);
  outline: none;
  background: var(--white)
}

.form-input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(254, 192, 0, .12)
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

/* FLOATING */
.floaters {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 500;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end
}

.float-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: var(--shadow-lg);
  transition: var(--trans);
  cursor: pointer
}

.float-btn:hover {
  transform: scale(1.1)
}

.float-wa {
  background: #25D366;
  color: #fff
}

.float-ph {
  background: var(--gold);
  color: var(--dark)
}

/* GRID HELPERS */
.g2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 60px);
  align-items: center
}

.g3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 3vw, 28px)
}

.g4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 2.5vw, 24px)
}

.tc {
  text-align: center
}

.mb1 {
  margin-bottom: 1rem
}

.mb2 {
  margin-bottom: 2rem
}

.mb3 {
  margin-bottom: 3rem
}

/* REVEAL ANIMATION */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0
  }

  100% {
    background-position: 200% 0
  }
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .65s ease, transform .65s ease
}

.reveal.in {
  opacity: 1;
  transform: translateY(0)
}

.anim-float {
  animation: float 3.5s ease-in-out infinite
}

/* =================== RESPONSIVE =================== */
@media(max-width:1100px) {

  /* Hide phone number text on medium screens to avoid crowding */
  .navbar__phone span:last-child {
    display: none
  }

  .navbar__phone {
    padding: 6px 8px
  }
}

@media(max-width:1024px) {
  .g4 {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer__grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:900px) {

  /* On smaller desktops, shrink nav links further */
  .nav-link {
    padding: 5px 7px;
    font-size: .76rem
  }
}

@media(max-width:768px) {

  .g2,
  .g3 {
    grid-template-columns: 1fr
  }

  .g4 {
    grid-template-columns: 1fr 1fr
  }

  .navbar__nav,
  .navbar__cta .btn,
  .navbar__phone {
    display: none
  }

  .hamburger {
    display: flex
  }

  .mobile-nav {
    display: block
  }

  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px
  }

  .footer__bar {
    flex-direction: column;
    text-align: center
  }

  .form-row {
    grid-template-columns: 1fr
  }

  /* Hide desktop floating buttons on mobile */
  .floaters {
    display: none !important
  }

  /* Body padding to avoid content behind mobile bar */
  body {
    padding-bottom: 72px
  }

  /* Section spacing tighter on mobile */
  .section {
    padding: clamp(40px, 6vw, 60px) 0
  }

  .section-sm {
    padding: clamp(28px, 4vw, 40px) 0
  }

  /* CTA band */
  .cta-band {
    padding: clamp(44px, 7vw, 60px) 0
  }

  .cta-band h2 {
    font-size: clamp(1.5rem, 5vw, 2.2rem)
  }

  /* Service cards full width */
  .service-card {
    padding: 22px 18px
  }

  /* Doctor cards 1-col on small mobile */
  .doctor-card-full .doctor-photo {
    height: 220px
  }

  /* Testi card */
  .testi-card {
    padding: 18px 16px
  }

  /* Footer bar */
  .footer {
    padding-bottom: 80px
  }

  /* space above mob bar */

  /* Navbar adjustments */
  .navbar {
    height: 60px
  }

  .container {
    padding: 0 16px
  }
}

@media(max-width:540px) {
  .g4 {
    grid-template-columns: 1fr
  }

  .footer__grid {
    grid-template-columns: 1fr
  }

  .btn-lg {
    padding: 14px 28px;
    font-size: .95rem
  }

  .modal-box {
    padding: 24px 18px
  }

  /* Hero headings */
  h1 {
    font-size: clamp(1.65rem, 7vw, 2.4rem)
  }

  h2 {
    font-size: clamp(1.3rem, 5.5vw, 2rem)
  }

  /* Page hero */
  .page-hero {
    padding: 3.5rem 0 2rem
  }
}

/* =================== MOBILE BOTTOM BAR =================== */
/* Hidden by default (desktop) */
.mob-bar {
  display: none
}

@media(max-width:768px) {
  .mob-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, .12);
    height: 68px;
    align-items: center;
    justify-content: space-around;
    padding: 0 8px;
    gap: 0;
  }

  /* Side buttons — WhatsApp & Call */
  .mob-bar__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    flex: 1;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    color: var(--dark);
    transition: opacity .2s ease;
    padding: 10px 6px;
  }

  .mob-bar__btn:active {
    opacity: .6
  }

  .mob-bar__wa .mob-bar__icon {
    color: #25D366;
    font-size: 1.45rem
  }

  .mob-bar__call .mob-bar__icon {
    color: var(--gold-dark);
    font-size: 1.45rem
  }

  .mob-bar__icon {
    font-size: 1.45rem;
    line-height: 1
  }

  .mob-bar__label {
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--gray-600);
    line-height: 1;
  }

  /* Center BOOK button — elevated round */
  .mob-bar__book {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--dark);
    border: 3px solid #fff;
    box-shadow: 0 -4px 20px rgba(254, 192, 0, .55), 0 4px 16px rgba(0, 0, 0, .15);
    position: relative;
    bottom: 14px;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
    flex-shrink: 0;
  }

  .mob-bar__book:active {
    transform: scale(.93)
  }

  .mob-bar__book-icon {
    font-size: 1.4rem;
    line-height: 1
  }

  .mob-bar__book-label {
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    line-height: 1;
    color: var(--dark)
  }
}

/* ================================================================
   PATIENT INFO & MEDICAL DISCLAIMER
   ================================================================ */
.patient-info-box {
  background: linear-gradient(135deg, var(--cream-2) 0%, #F8FAFC 100%);
  border: 1px solid rgba(254, 192, 0, .25);
  border-radius: var(--r-lg);
  padding: clamp(24px, 4vw, 36px);
  box-shadow: var(--shadow-sm);
  margin-top: 1.5rem
}

.patient-candidate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin: 1.5rem 0
}

.candidate-card {
  background: var(--white);
  padding: 18px 20px;
  border-radius: var(--r-md);
  border: 1px solid var(--gray-200);
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: var(--shadow-sm);
  transition: var(--trans)
}

.candidate-card:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  box-shadow: var(--shadow-md)
}

.candidate-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(254, 192, 0, .15);
  color: var(--gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  font-weight: 700
}

.candidate-info h5 {
  font-size: .95rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px
}

.candidate-info p {
  font-size: .84rem;
  color: var(--gray-600);
  margin: 0;
  line-height: 1.5
}

.disclaimer-box {
  background: #F8FAFC;
  border-left: 4px solid var(--gold-dark);
  padding: 16px 20px;
  border-radius: 0 var(--r-md) var(--r-md) 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 1.5rem
}

.disclaimer-icon {
  font-size: 1.4rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px
}

.disclaimer-content strong {
  display: block;
  color: #92400E;
  font-size: .88rem;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-weight: 800
}

.disclaimer-content p {
  font-size: .86rem;
  color: #451A03;
  margin: 0;
  line-height: 1.6;
  font-style: italic;
  font-weight: 500
}

/* ================================================================
   PRIVACY CONSENT BANNER
   ================================================================ */
.privacy-consent-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 2500;
  max-width: 420px;
  width: calc(100% - 48px);
  background: #111625;
  color: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .4);
  border: 1px solid rgba(255, 255, 255, .1);
  opacity: 0;
  transform: translateY(30px);
  transition: all .4s cubic-bezier(.16, 1, .3, 1);
  pointer-events: none
}

.privacy-consent-banner.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto
}

.privacy-consent-title {
  font-family: var(--font-body);
  font-size: 1.35rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 14px;
  letter-spacing: -.01em
}

.privacy-consent-body {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px
}

.privacy-consent-checkbox {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--gold);
  cursor: pointer;
  flex-shrink: 0
}

.privacy-consent-label {
  font-size: .88rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, .9);
  font-weight: 500;
  cursor: pointer
}

.privacy-consent-label a {
  color: #FFFFFF;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600
}

.privacy-consent-label a:hover {
  color: var(--gold-light)
}

.privacy-consent-btn {
  width: 100%;
  padding: 12px 24px;
  background: #FFFFFF;
  color: #111625;
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all .2s ease;
  text-align: center
}

.privacy-consent-btn:hover {
  background: #F3F4F6;
  transform: translateY(-1px)
}

.privacy-consent-btn:active {
  transform: scale(.98)
}

@media(max-width:600px) {
  .privacy-consent-banner {
    bottom: 80px;
    left: 16px;
    right: 16px;
    width: auto;
    padding: 18px
  }
}

/* ================================================================
   KNOWMORE HEALTH NAV SUBMENUS
   ================================================================ */
.dropdown-submenu {
  position: relative
}

.dropdown-submenu .submenu-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%
}

.dropdown-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 210px;
  padding-left: 6px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s;
  pointer-events: none
}

.dropdown-submenu:hover .dropdown-sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

/* ================================================================
   CARTOON BEE CURSOR SYSTEM
   ================================================================ */
body.bee-cursor,
body.bee-cursor * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cellipse cx='11' cy='11' rx='6' ry='4' fill='rgba(191,219,254,0.85)' stroke='%231E40AF' stroke-width='1' transform='rotate(-30 11 11)'/%3E%3Cellipse cx='21' cy='11' rx='6' ry='4' fill='rgba(191,219,254,0.85)' stroke='%231E40AF' stroke-width='1' transform='rotate(30 21 11)'/%3E%3Cellipse cx='16' cy='19' rx='9' ry='7' fill='%23FEC000' stroke='%231A1A1A' stroke-width='1.5'/%3E%3Cpath d='M 13.5 13.5 Q 16 12 18.5 13.5 L 18.5 24.5 Q 16 26 13.5 24.5 Z' fill='%231A1A1A'/%3E%3Cpath d='M 15 13.2 Q 16 12.8 17 13.2 L 17 24.8 Q 16 25.2 15 24.8 Z' fill='%23FEC000'/%3E%3Ccircle cx='10' cy='18' r='1.5' fill='%231A1A1A'/%3E%3Ccircle cx='10.5' cy='17.5' r='0.5' fill='%23FFF'/%3E%3Cpath d='M 11 12 Q 9 7 6 8' stroke='%231A1A1A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3Cpath d='M 14 12 Q 15 6 18 7' stroke='%231A1A1A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3Ccircle cx='6' cy='8' r='1.2' fill='%231A1A1A'/%3E%3Ccircle cx='18' cy='7' r='1.2' fill='%231A1A1A'/%3E%3Cpolygon points='25,19 28,19 25,20.5' fill='%231A1A1A'/%3E%3C/svg%3E") 12 18, auto !important;
}

body.bee-cursor a,
body.bee-cursor button,
body.bee-cursor input,
body.bee-cursor select,
body.bee-cursor textarea,
body.bee-cursor .btn,
body.bee-cursor [onclick] {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cellipse cx='11' cy='11' rx='6' ry='4' fill='rgba(253,224,71,0.9)' stroke='%23D49E00' stroke-width='1.2' transform='rotate(-30 11 11)'/%3E%3Cellipse cx='21' cy='11' rx='6' ry='4' fill='rgba(253,224,71,0.9)' stroke='%23D49E00' stroke-width='1.2' transform='rotate(30 21 11)'/%3E%3Cellipse cx='16' cy='19' rx='9' ry='7' fill='%23FFD84D' stroke='%231A1A1A' stroke-width='1.5'/%3E%3Cpath d='M 13.5 13.5 Q 16 12 18.5 13.5 L 18.5 24.5 Q 16 26 13.5 24.5 Z' fill='%231A1A1A'/%3E%3Cpath d='M 15 13.2 Q 16 12.8 17 13.2 L 17 24.8 Q 16 25.2 15 24.8 Z' fill='%23FEC000'/%3E%3Ccircle cx='10' cy='18' r='1.5' fill='%231A1A1A'/%3E%3Ccircle cx='10.5' cy='17.5' r='0.5' fill='%23FFF'/%3E%3Cpath d='M 11 12 Q 9 7 6 8' stroke='%231A1A1A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3Cpath d='M 14 12 Q 15 6 18 7' stroke='%231A1A1A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3Ccircle cx='6' cy='8' r='1.2' fill='%231A1A1A'/%3E%3Ccircle cx='18' cy='7' r='1.2' fill='%231A1A1A'/%3E%3Cpolygon points='25,19 28,19 25,20.5' fill='%231A1A1A'/%3E%3C/svg%3E") 12 18, pointer !important;
}

/* ================================================================
   MEGA MENU STYLES
   ================================================================ */
.nav-item--mega {
  position: static !important;
}

.mega-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, 96vw);
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s cubic-bezier(0.16, 1, 0.3, 1), visibility .25s;
  z-index: 999;
  pointer-events: none;
}

.mega-dropdown::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 25px;
  display: block;
}

.nav-item:hover .mega-dropdown,
.nav-item.open .mega-dropdown,
.nav-item:focus-within .mega-dropdown,
.nav-item--mega:hover .mega-dropdown,
.nav-item--mega.open .mega-dropdown,
.nav-item--mega:focus-within .mega-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mega-dropdown-inner {
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, .15);
  border: 1px solid rgba(0, 0, 0, .08);
  overflow: hidden;
  position: relative;
  padding: 24px;
}

.mega-dropdown-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-light));
}

.opt1-search-box {
  margin-bottom: 18px;
  position: relative;
}

.opt1-search-input {
  width: 100%;
  padding: 11px 18px 11px 42px;
  border-radius: 10px;
  border: 1.5px solid #e2e8f0;
  background: #f8fafc;
  font-size: 0.88rem;
  font-family: inherit;
  outline: none;
  transition: all 0.2s ease;
  color: #1e293b;
}

.opt1-search-input:focus {
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(254, 192, 0, 0.15);
}

.opt1-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #94a3b8;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.mega-col {
  display: flex;
  flex-direction: column;
}

.mega-col-title {
  font-size: .75rem;
  font-weight: 800;
  color: var(--gold-dark);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1.5px solid rgba(254, 192, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 6px;
}

.mega-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--dark);
  padding: 5px 8px;
  border-radius: 6px;
  transition: all .2s ease;
  line-height: 1.35;
  text-decoration: none;
}

.mega-link:hover {
  color: var(--gold-dark);
  background: rgba(254, 192, 0, 0.08);
  transform: translateX(3px);
}

.mega-link-dot {
  font-size: .65rem;
  color: var(--gold);
  flex-shrink: 0;
}

.mega-footer {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--gray-200);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--cream-2);
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -24px;
  padding: 12px 24px;
}

.mega-footer p {
  margin: 0;
  font-size: .82rem;
  font-weight: 600;
  color: var(--gray-700);
}

.mega-footer .btn {
  font-size: .78rem;
  padding: 6px 14px;
}

@media (max-width: 1024px) {
  .mega-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ================================================================
   REACHABILITY & LOCATION CONNECTIVITY STYLES
   ================================================================ */
.reach-box {
  background: var(--white);
  border-radius: var(--r-xl);
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
  padding: clamp(24px, 4vw, 36px);
  margin-top: 2rem;
}

.reach-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 1.5rem;
}

.reach-card {
  background: var(--gray-50);
  border-radius: var(--r-lg);
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, .05);
}

.reach-card-title {
  font-size: .95rem;
  font-weight: 700;
  color: var(--dark);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.transit-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.transit-item {
  font-size: .85rem;
  color: var(--gray-700);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1.5px dashed var(--gray-200);
}

.transit-item:last-child {
  border-bottom: none;
}

.transit-dist {
  font-weight: 700;
  color: var(--gold-dark);
  font-size: .78rem;
  background: rgba(254, 192, 0, 0.12);
  padding: 2px 8px;
  border-radius: var(--r-full);
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.area-tag {
  font-size: .8rem;
  font-weight: 600;
  color: var(--dark);
  background: var(--white);
  border: 1px solid var(--gray-300);
  padding: 4px 10px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}