:root {
  --gold: #ccaf6d;
  --gold-light: #e2c47a;
  --dark: #1a1a1a;
  --nav-bg: #1c1c1c;
  --red: #be4141;
  --cream: #f5f1ea;
  --light-bg: #f9f7f4;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-nav: 'Inter', sans-serif;
  --font-body: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html { scroll-behavior: smooth; overflow-x:hidden }
body { font-family: var(--font-body); color: var(--dark); background: #fff; overflow-x:hidden }

/* ===== TOP BAR ===== */
.top-bar { background:#787061; padding: 7px 0; font-size: 13px; color: #bbb; }
.top-bar a { color: var(--gold); text-decoration: none; font-weight: 600; }
.top-bar a:hover { text-decoration: underline; }

/* ===== NAVBAR ===== */
.main-nav { background: #303233; border-bottom: 1px solid #2e2e2e; padding: 0; z-index: 1040; }
/*.main-nav .navbar-brand {*/
/*  font-family: var(--font-display);*/
/*  font-size: 28px;*/
/*  font-weight: 700;*/
/*  color: var(--gold) !important;*/
/*  letter-spacing: .5px;*/
/*  padding: 12px 0;*/
/*  line-height: 1.1;*/
/*}*/
.main-nav .navbar-brand {
  padding: 8px 0;
  margin-right: 32px;   /* space between logo and first menu item */
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.main-nav .navbar-brand img {
  max-height: 58px;
  width: auto !important;     /* kill Bootstrap w-50 if it's still there */
  height: auto;
  max-width: 180px;
  display: block;
}
.main-nav .navbar-brand small {
  display: block;
  font-size: 10px;
  color: #aaa;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--font-nav);
  font-weight: 400;
}
/*.main-nav .nav-link {*/
/*  font-family: var(--font-nav);*/
/*  font-size: 14px;*/
/*  font-weight: 600;*/
/*  letter-spacing: .4px;*/
/*  color: #d0d0d0 !important;*/
/*  padding: 22px 14px !important;*/
/*  transition: color .2s;*/
/*  white-space: nowrap;*/
/*}*/
.main-nav .nav-link {
  font-family: var(--font-nav);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  color: #d0d0d0 !important;
  padding: 22px 18px !important;   /* was 14px — gives menus room to breathe */
  transition: color .2s;
  white-space: nowrap;
}

/* Extra spacing on wide screens */
@media (min-width: 1400px) {
  .main-nav .nav-link { padding: 22px 22px !important; }
  .main-nav
  {
      height: 100px!important;
  }
}

.main-nav .navbar-brand img {
  max-height: 158px!important;   
  /*← raise/lower this (try 50 for smaller, 64 for bigger)*/
  max-width: 200px;    
  /*← raise this if your logo is very wide*/
}
.main-nav .nav-link:hover,
.main-nav .nav-link.show,
.main-nav .nav-link.active { color: var(--gold) !important; }

.main-nav .dropdown-menu {
  background: #252525; border: none; border-top: 2px solid var(--gold);
  border-radius: 0; box-shadow: 0 8px 30px rgba(0,0,0,.45);
  padding: 8px 0; min-width: 220px;
}
.main-nav .dropdown-item {
  font-family: var(--font-nav); font-size: 13px; font-weight: 400;
  color: #ccc; padding: 9px 22px;
  transition: color .15s, background .15s; letter-spacing: .2px;
}
.main-nav .dropdown-item:hover { background: rgba(201,168,76,.08); color: var(--gold); }

.mega-menu { width: 560px !important; display: none; flex-direction: row; }
.mega-menu.show { display: flex !important; }
.mega-col { flex: 1; padding: 18px 20px; border-right: 1px solid #333; }
.mega-col:last-child { border-right: none; }
.mega-col .mega-title {
  font-family: var(--font-nav); color: var(--gold);
  font-size: 10px; font-weight: 700; letter-spacing: 1.8px;
  text-transform: uppercase; margin-bottom: 12px;
  padding-bottom: 8px; border-bottom: 1px solid #3a3a3a; display: block;
}
.mega-col .dropdown-item { padding: 7px 0; }

.btn-login { border: 1.5px solid rgba(255,255,255,0.55); color: #fff; background: transparent; padding: 8px 18px; border-radius: 50px; font-size: 13px; font-family: var(--font-nav); cursor: pointer; transition: all .2s; white-space: nowrap; display: flex; align-items: center; gap: 6px; font-weight: 600; }
.btn-login:hover { border-color: var(--gold); color: var(--gold); }
.btn-book-nav { background: var(--gold); color: #111; border: none; padding: 9px 20px; border-radius: 50px; font-size: 13px; font-weight: 700; font-family: var(--font-nav); cursor: pointer; transition: background .2s; white-space: nowrap; display: flex; align-items: center; gap: 6px; }
.btn-book-nav:hover { background: var(--gold-light); }
.navbar-toggler { border-color: #555; }
.navbar-toggler-icon { filter: invert(.8); }

/* ===== CLIENT LOGIN MODAL ===== */
.jd-modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.65); z-index: 2000; align-items: flex-start; justify-content: flex-end; padding: 72px 24px 0; }
.jd-modal-overlay.active { display: flex; }
.jd-modal-box { background: #1e1e1e; border-top: 3px solid var(--gold); border-radius: 0 0 8px 8px; padding: 28px 30px; width: 100%; max-width: 380px; color: #eee; box-shadow: 0 16px 48px rgba(0,0,0,.6); animation: slideDown .25s ease; position: relative; }
@keyframes slideDown { from { transform: translateY(-20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.jd-modal-box h3 { font-family: var(--font-display); color: var(--gold); font-size: 22px; font-weight: 600; margin-bottom: 4px; }
.modal-close-btn { position: absolute; top: 10px; right: 14px; background: none; border: none; color: #888; font-size: 20px; cursor: pointer; line-height: 1; }
.modal-close-btn:hover { color: #fff; }
.portal-btn { display: block; width: 100%; padding: 13px 16px; margin-bottom: 10px; border: 1.5px solid #3a3a3a; border-radius: 7px; background: transparent; color: #ddd; font-size: 14px; font-family: var(--font-body); cursor: pointer; text-align: left; transition: all .2s; }
.portal-btn:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,.05); }
.portal-btn span { display: block; font-size: 11px; color: #777; margin-top: 2px; }

/* =====================================================
   BOOK A CALL — CENTERED, CALENDAR-STYLE (PMT-inspired)
===================================================== */
.bk-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(10,10,10,.72);
  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
  z-index: 2000; align-items: flex-start; justify-content: center;
  padding: 40px 16px; overflow-y: auto;
}
.bk-overlay.active { display: flex; animation: rfpFade .25s ease; }
.bk-modal {
  background: #fff; border-radius: 14px; width: 100%; max-width: 520px;
  position: relative; box-shadow: 0 24px 80px rgba(0,0,0,.55);
  animation: rfpPop .3s cubic-bezier(.2,.8,.2,1);
  margin: auto; overflow: hidden;
}
.bk-header {
  padding: 18px 20px; text-align: center; border-bottom: 1px solid #ececec;
  position: relative; background: #fff;
}
.bk-header h2 {
  font-family: var(--font-body); font-size: 15px; font-weight: 600;
  color: #333; margin: 0; letter-spacing: .2px;
}
.bk-close {
  position: absolute; top: 14px; right: 16px; width: 26px; height: 26px;
  background: none; border: none; color: #999; font-size: 16px; cursor: pointer;
  line-height: 1; transition: color .2s;
}
.bk-close:hover { color: #111; }

.bk-body { padding: 24px 26px 20px; max-height: 70vh; overflow-y: auto; }
.bk-body::-webkit-scrollbar { width: 8px; }
.bk-body::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }

/* Brand block */
.bk-brand {
  text-align: center;
  padding: 6px 0 18px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 18px;
}
.bk-brand-logo {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 20px; background: #fafaf5; border-radius: 8px;
  margin-bottom: 12px;
}
.bk-brand-logo .bk-logo-mark {
  width: 38px; height: 38px; background: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 16px; font-weight: 700;
  color: #111; border-radius: 5px;
}
.bk-brand-logo .bk-logo-text {
  font-family: var(--font-display); font-size: 20px;
  font-weight: 700; color: #333; line-height: 1.1;
}
.bk-brand-logo .bk-logo-text small {
  display: block; font-size: 8.5px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; color: #888;
}
.bk-presenter {
  font-size: 13.5px; color: #555; font-weight: 500;
  font-style: italic;
}

/* Consultation info card */
.bk-info-title {
  font-family: var(--font-display); font-size: 22px; font-weight: 700;
  color: #222; margin-bottom: 10px; display: flex; align-items: center; gap: 10px;
  line-height: 1.25;
}
.bk-info-title i { color: var(--red); font-size: 18px; flex-shrink: 0; }
.bk-info-row {
  display: flex; align-items: center; gap: 9px;
  font-size: 13px; color: #666; margin-bottom: 8px;
}
.bk-info-row i { color: #888; font-size: 13px; width: 16px; text-align: center; }
.bk-info-note {
  background: #eef4fb; border-left: 3px solid #4a90d9;
  padding: 9px 12px; border-radius: 0 5px 5px 0;
  font-size: 12.5px; color: #4a6a8a; margin: 12px 0 18px;
  display: flex; align-items: flex-start; gap: 8px;
}
.bk-info-note i { color: #4a90d9; margin-top: 2px; flex-shrink: 0; }

/* Agenda */
.bk-agenda-title {
  font-size: 11px; font-weight: 700; letter-spacing: 1.8px;
  text-transform: uppercase; color: var(--gold);
  margin: 18px 0 10px;
}
.bk-agenda-list {
  list-style: none; padding: 0; margin: 0 0 8px;
  counter-reset: bk-ag;
}
.bk-agenda-list li {
  counter-increment: bk-ag;
  padding: 7px 0 7px 30px; position: relative;
  font-size: 13.5px; color: #444; line-height: 1.55;
}
.bk-agenda-list li::before {
  content: counter(bk-ag) ".";
  position: absolute; left: 0; top: 7px;
  color: var(--gold); font-weight: 700; font-size: 13px;
  width: 22px; text-align: left;
}

/* Divider section title */
.bk-section-title {
  font-family: var(--font-display);
  font-size: 20px; font-weight: 600; color: #222;
  margin: 24px 0 14px; padding-top: 18px;
  border-top: 1px solid #ececec;
}

/* Calendar */
.bk-cal-nav {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 12px;
}
.bk-cal-label {
  font-family: var(--font-body); font-size: 14.5px; font-weight: 600; color: #333;
}
.bk-cal-btn {
  width: 28px; height: 28px; border-radius: 50%;
  border: none; background: transparent; color: #666;
  cursor: pointer; font-size: 14px; display: flex;
  align-items: center; justify-content: center;
  transition: background .15s, color .15s;
}
.bk-cal-btn:hover { background: #f2ede2; color: var(--dark); }
.bk-cal-btn:disabled { color: #ccc; cursor: not-allowed; background: transparent; }

.bk-cal-head {
  display: grid; grid-template-columns: repeat(7, 1fr);
  gap: 4px; margin-bottom: 6px;
}
.bk-cal-head div {
  text-align: center; font-size: 10.5px; font-weight: 700;
  color: #999; letter-spacing: .8px; padding: 6px 0;
}
.bk-cal-grid {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px;
}
.bk-day {
  aspect-ratio: 1 / 1; display: flex;
  align-items: center; justify-content: center;
  font-size: 13px; color: #444; border-radius: 50%;
  cursor: pointer; transition: all .15s;
  font-weight: 500; background: transparent;
}
.bk-day:hover:not(.disabled):not(.empty) {
  background: #f2ede2; color: var(--dark);
}
.bk-day.empty { cursor: default; }
.bk-day.disabled { color: #ccc; cursor: not-allowed; }
.bk-day.today {
  color: var(--red); font-weight: 700;
  box-shadow: inset 0 0 0 1.5px var(--red);
}
.bk-day.selected {
  background: var(--red); color: #fff !important; font-weight: 700;
  box-shadow: none;
}
.bk-day.selected:hover { background: var(--red); }

/* Timezone */
.bk-tz {
  margin-top: 18px; padding-top: 14px;
  border-top: 1px solid #f0f0f0;
}
.bk-tz-label {
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: #888; margin-bottom: 6px;
}
.bk-tz-select {
  width: 100%; padding: 9px 14px; font-size: 13px;
  border: 1px solid #e3ddd0; border-radius: 7px;
  background: #fff; color: #444; cursor: pointer;
  font-family: var(--font-body);
}

/* Times */
.bk-times-panel {
  display: none; margin-top: 18px; padding-top: 16px;
  border-top: 1px solid #ececec;
}
.bk-times-panel.active { display: block; }
.bk-times-heading {
  font-size: 13px; font-weight: 600; color: #444;
  margin-bottom: 10px;
}
.bk-times-heading .bk-date-pill {
  display: inline-block; background: #faf4e6; color: var(--dark);
  padding: 3px 10px; border-radius: 50px; margin-left: 6px;
  font-size: 12px; font-weight: 700;
}
.bk-times-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.bk-time {
  padding: 10px 8px; font-size: 13px; font-weight: 600;
  color: #444; background: #fff;
  border: 1.5px solid #e0dcd0; border-radius: 7px;
  cursor: pointer; transition: all .15s;
  font-family: var(--font-body);
}
.bk-time:hover { border-color: var(--red); color: var(--red); }
.bk-time.selected {
  border-color: var(--red); background: var(--red); color: #fff;
}

/* Form panel */
.bk-form-panel {
  display: none; margin-top: 18px; padding-top: 16px;
  border-top: 1px solid #ececec;
}
.bk-form-panel.active { display: block; }
.bk-form-panel .form-label {
  font-size: 11px; font-weight: 700; color: #666;
  letter-spacing: .3px; margin-bottom: 5px;
  text-transform: uppercase; font-family: var(--font-nav);
}
.bk-form-panel .form-label .req { color: var(--red); }
.bk-form-panel .form-control {
  font-size: 14px; padding: 10px 14px;
  border: 1.5px solid #e3ddd0; border-radius: 7px;
  background: #fdfcf9; color: var(--dark);
  transition: border-color .15s, box-shadow .15s;
  font-family: var(--font-body);
}
.bk-form-panel .form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(204,175,109,.15);
  outline: none; background: #fff;
}
.bk-form-panel textarea.form-control { min-height: 70px; resize: vertical; }

.bk-confirm {
  width: 100%; margin-top: 16px; background: var(--dark);
  color: #fff; border: none; padding: 13px 20px;
  border-radius: 50px; font-size: 14px; font-weight: 700;
  cursor: pointer; font-family: var(--font-nav); letter-spacing: .3px;
  transition: background .2s; display: inline-flex;
  align-items: center; justify-content: center; gap: 8px;
}
.bk-confirm:hover { background: var(--red); }
.bk-confirm:disabled { background: #888; cursor: not-allowed; }

.bk-selected-summary {
  background: #faf4e6; border: 1px solid #ead7a8;
  padding: 10px 14px; border-radius: 7px;
  font-size: 13px; color: #6a5a2e; margin-bottom: 14px;
  display: flex; align-items: center; gap: 8px;
}
.bk-selected-summary i { color: var(--gold); }
.bk-selected-summary strong { color: var(--dark); }

/* =====================================================
   RFP MODAL
===================================================== */
.rfp-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(10,10,10,.72);
  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
  z-index: 2000; align-items: flex-start; justify-content: center;
  padding: 40px 16px; overflow-y: auto;
}
.rfp-overlay.active { display: flex; animation: rfpFade .25s ease; }
@keyframes rfpFade { from {opacity:0} to {opacity:1} }
.rfp-modal {
  background: #fff; border-radius: 12px; width: 100%; max-width: 720px;
  position: relative; box-shadow: 0 24px 80px rgba(0,0,0,.55);
  animation: rfpPop .3s cubic-bezier(.2,.8,.2,1);
  margin: auto; overflow: hidden; border-top: 4px solid var(--gold);
}
@keyframes rfpPop {
  from { transform: translateY(20px) scale(.97); opacity: 0 }
  to   { transform: translateY(0) scale(1); opacity: 1 }
}
.rfp-header { padding: 30px 40px 20px; text-align: center; border-bottom: 1px solid #eee; position: relative; }
.rfp-header .eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; font-family: var(--font-nav); }
.rfp-header h2 { font-family: var(--font-display); font-size: 30px; font-weight: 600; color: var(--dark); margin: 0 0 6px; line-height: 1.15; }
.rfp-header p { font-size: 13.5px; color: #888; margin: 0; line-height: 1.5; }
.rfp-close { position: absolute; top: 18px; right: 20px; width: 34px; height: 34px; border-radius: 50%; background: #f3f0ea; border: none; color: #666; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s; }
.rfp-close:hover { background: var(--dark); color: #fff; }
.rfp-meta { display: flex; flex-wrap: wrap; gap: 22px; justify-content: center; padding: 16px 40px; background: #faf7f2; border-bottom: 1px solid #eee; font-size: 13px; color: #555; }
.rfp-meta span { display: flex; align-items: center; gap: 7px; }
.rfp-meta i { color: var(--gold); font-size: 14px; }
.rfp-body { padding: 28px 40px 20px; max-height: 62vh; overflow-y: auto; }
.rfp-body::-webkit-scrollbar { width: 8px; }
.rfp-body::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }
.rfp-section-title { font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--red); margin: 6px 0 4px; padding-bottom: 8px; border-bottom: 2px solid #f0e9db; display: flex; align-items: center; gap: 10px; }
.rfp-section-title i { color: var(--gold); font-size: 15px; }
.rfp-section + .rfp-section { margin-top: 24px; }
.rfp-body .form-label { font-size: 12px; font-weight: 600; color: #444; letter-spacing: .3px; margin-bottom: 6px; text-transform: uppercase; font-family: var(--font-nav); }
.rfp-body .form-label .req { color: var(--red); }
.rfp-body .form-control, .rfp-body .form-select { font-size: 14px; padding: 10px 14px; border: 1.5px solid #e3ddd0; border-radius: 7px; background: #fdfcf9; color: var(--dark); transition: border-color .15s, box-shadow .15s; font-family: var(--font-body); }
.rfp-body .form-control:focus, .rfp-body .form-select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(204,175,109,.15); outline: none; background: #fff; }
.rfp-body textarea.form-control { min-height: 90px; resize: vertical; }
.phone-group { display: flex; gap: 8px; }
.phone-group .form-select { max-width: 110px; flex-shrink: 0; }
.radio-pills { display: flex; gap: 8px; margin-top: 2px; }
.radio-pills input[type="radio"] { display: none; }
.radio-pills label { flex: 1; text-align: center; padding: 9px 14px; border: 1.5px solid #e3ddd0; border-radius: 7px; cursor: pointer; font-size: 13px; font-weight: 600; color: #666; background: #fdfcf9; transition: all .15s; margin: 0; }
.radio-pills input[type="radio"]:checked + label { border-color: var(--gold); background: rgba(204,175,109,.12); color: var(--dark); }
.rfp-footer { padding: 20px 40px 28px; border-top: 1px solid #eee; background: #fafaf7; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.rfp-footer .privacy-note { font-size: 11.5px; color: #999; flex: 1; min-width: 200px; line-height: 1.5; }
.rfp-submit { background: var(--dark); color: #fff; border: none; padding: 13px 36px; border-radius: 50px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: var(--font-nav); letter-spacing: .3px; transition: background .2s; display: inline-flex; align-items: center; gap: 8px; }
.rfp-submit:hover { background: var(--red); }

@media (max-width: 991px) {
  .main-nav .nav-link { padding: 12px 16px !important; }
  .mega-menu { width: 100% !important; flex-direction: column; }
  .mega-col { border-right: none; border-bottom: 1px solid #333; }
  .mega-col:last-child { border-bottom: none; }
}
@media (max-width: 600px) {
  .rfp-overlay, .bk-overlay { padding: 16px 10px; }
  .rfp-header { padding: 24px 20px 18px; }
  .rfp-header h2 { font-size: 24px; }
  .rfp-meta { padding: 14px 20px; gap: 14px; font-size: 12px; }
  .rfp-body { padding: 22px 20px 16px; max-height: 55vh; }
  .rfp-footer { padding: 18px 20px 22px; }
  .rfp-close, .bk-close { top: 12px; right: 12px; }
  .bk-body { padding: 20px 18px 16px; }
  .bk-times-grid { grid-template-columns: repeat(2, 1fr); }
  .jd-modal-overlay { padding: 68px 12px 0; }
  .btn-login, .btn-book-nav { padding: 7px 13px; font-size: 12.5px; }
}
/* ===== HERO — PMT-style: full bleed + dark overlay ===== */
.hero-section {
  position: relative;
  min-height: 92vh;
  background: url('img/banner3.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 110px 0 80px;
  overflow: hidden;
}
a.btn-gold {
    background: black;
    padding: 9px 20px;
    color: white;
    text-decoration: none;
    border-radius: 27px;
}
/* Dark gradient overlay — heavy left, fades to transparent right */
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(10, 10, 10, 0.88) 0%,
    rgba(10, 10, 10, 0.72) 45%,
    rgba(10, 10, 10, 0.30) 75%,
    rgba(10, 10, 10, 0.05) 100%
  );
  z-index: 1;
}

.hero-section .container { position: relative; z-index: 2; }

/* Hero title — white, large display font */
.hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(48px, 6.5vw, 86px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.02;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

/* Small gold tagline above the title */
.hero-tagline {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  font-family: var(--font-nav);
}

/* Subtitle line under title */
.hero-subtitle {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 400;
  font-style: italic;
  color: rgba(255,255,255,0.80);
  margin-bottom: 22px;
  line-height: 1.4;
}

/* Description */
.hero-desc {
  color: rgba(255,255,255,0.72);
  font-size: 15.5px;
  line-height: 1.85;
  margin-bottom: 10px;
  max-width: 520px;
}
.hero-note { font-size: 13px; color: rgba(255,255,255,0.40); font-style: italic; margin-bottom: 32px; }

/* Buttons — keep existing .btn-gold, update outline */
.btn-outline-wh {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.55);
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 14.5px;
  font-weight: 600;
  font-family: var(--font-body);
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-outline-wh:hover { background: rgba(255,255,255,0.12); color: #fff; border-color: #fff; }

/* Quote — on dark bg */
.hero-quote-wrap {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.15);
  max-width: 480px;
}
.hero-quote-open {
  font-size: 52px;
  line-height: 0.8;
  color: rgba(201,168,76,0.35);
  font-family: Georgia, serif;
  display: block;
  margin-bottom: -4px;
  user-select: none;
}
.hero-quote {
  font-size: 14px;
  color: rgba(255,255,255,0.60);
  font-style: italic;
  line-height: 1.75;
  padding: 0 6px;
}

/* Google badge — keep white bg, stays readable */
.google-rating-badge { display: inline-flex; }
.g-badge-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 8px 18px 8px 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,.25);
}
.g-logo { display: flex; align-items: center; }
.g-stars { color: #f5b800; font-size: 16px; letter-spacing: 1px; }
.g-info { display: flex; flex-direction: column; line-height: 1.2; }
.g-score { font-size: 15px; font-weight: 700; color: #222; }
.g-count { font-size: 11px; color: #888; }

@media (max-width: 767px) {
  .hero-section { min-height: 75vh; padding: 80px 0 60px; }
  .hero-section::before {
    background: rgba(10,10,10,0.78);
  }
  .hero-h1 { font-size: clamp(38px, 11vw, 52px); }
  .hero-desc { max-width: 100%; }
}
/* ===== SERVICE STRIP ===== */
.service-strip { background: #b8b0a2; padding: 0; }
.service-strip .strip-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.strip-item { display: flex; align-items: center; gap: 9px; padding: 18px 22px; color: #2a2a2a; font-size: 13.5px; font-weight: 600; text-decoration: none; transition: color .2s; cursor: pointer; white-space: nowrap; font-family: var(--font-nav); }
.strip-item:hover { color: #111; }
.strip-item i { font-size: 17px; color: #3a3a3a; }
.strip-pipe { width: 1px; height: 20px; background: rgba(0,0,0,.22); flex-shrink: 0; }

/* ===== REST OF PAGE ===== */
.superior-section { padding: 80px 0; background: #fff; position: relative; overflow: hidden; }
.superior-section::after { content: ''; position: absolute; right: 0; bottom: 0; width: 300px; height: 300px; background: radial-gradient(ellipse at bottom right, #f0ece4 0%, transparent 70%); pointer-events: none; }
.sec-title-red { font-family: var(--font-display); font-size: clamp(32px, 4vw, 50px); font-weight: 600; color: var(--red); line-height: 1.15; margin-bottom: 0; }
.red-line { width: 48px; height: 3px; background: var(--red); margin-bottom: 18px; border-radius: 2px; }
.gold-line { width: 48px; height: 3px; background: var(--gold); margin-bottom: 18px; border-radius: 2px; }
.sec-title { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 42px); font-weight: 600; color: var(--dark); line-height: 1.2; margin-bottom: 12px; }
.sec-body { font-size: 15px; color: #555; line-height: 1.85; }
.btn-outline-dk { display: inline-flex; align-items: center; padding: 11px 26px; border: 1.5px solid var(--dark); border-radius: 50px; font-size: 13.5px; font-weight: 600; color: var(--dark); background: transparent; cursor: pointer; font-family: var(--font-body); transition: all .2s; text-decoration: none; }
.btn-outline-dk:hover { background: var(--dark); color: #fff; }

.services-section { padding: 60px 0; background: #fff; }
.service-card { border: 1px solid #e8e4dc; border-radius: 10px; padding: 28px 24px; height: 100%; background: #fff; transition: box-shadow .25s, transform .25s; }
.service-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.1); transform: translateY(-3px); }
.service-card h4 { font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--dark); margin-bottom: 12px; }
.service-card p { font-size: 14px; color: #666; line-height: 1.75; }
.service-card a { color: var(--red); font-size: 13px; font-weight: 700; text-decoration: none; }
.service-card a:hover { text-decoration: underline; }
.service-icon { width: 46px; height: 46px; border-radius: 8px; background: rgba(201,168,76,.12); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 14px; }

.benefits-section { padding: 90px 0; background: var(--light-bg); }
.benefits-title { font-family: var(--font-display); font-size: clamp(32px, 4.5vw, 54px); font-weight: 600; color: var(--dark); line-height: 1.1; margin-bottom: 20px; }
.benefits-desc { font-size: 14.5px; color: #555; line-height: 1.85; max-width: 520px; margin-bottom: 40px; }
.tab-list { list-style: none; padding: 0; margin: 0; }
.tab-list li { padding: 14px 0; border-bottom: 1px solid #d9d4cc; cursor: pointer; font-size: 15px; color: #666; display: flex; align-items: center; gap: 14px; font-weight: 400; transition: color .2s; line-height: 1.3; }
.tab-list li:first-child { border-top: 1px solid #d9d4cc; }
.tab-list li.active { color: var(--red); font-weight: 600; }
.tab-list li .dot { width: 11px; height: 11px; border-radius: 50%; border: 1.5px solid #aaa; flex-shrink: 0; transition: all .2s; background: transparent; }
.tab-list li.active .dot { background: var(--red); border-color: var(--red); }
.tab-pane { display: none; }
.tab-pane.active { display: block; }
.tab-pane p { font-size: 15px; color: #444; line-height: 1.85; margin-bottom: 16px; }
.benefits-img-wrap { position: relative; height: 100%; min-height: 480px; }
.benefits-img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; display: block; }

.brand-cards-sec { padding: 80px 0; background: #fff; }
.brand-card { border: 1px solid #e8e4dc; border-radius: 10px; overflow: hidden; height: 100%; transition: box-shadow .25s; }
.brand-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.1); }
.brand-card-img { width: 100%; height: 220px; object-fit: cover; background: #2a2a2a; }
.brand-card-body { padding: 26px 24px; }
.brand-card-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.brand-logo-box { width: 48px; height: 48px; background: var(--gold); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 18px; font-weight: 700; color: #111; border-radius: 4px; }
.brand-logo-text .main { font-family: var(--font-display); font-size: 26px; font-weight: 700; color: #333; line-height: 1; }
.brand-logo-text .sub { font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #999; }
.brand-card-body p { font-size: 14px; color: #666; line-height: 1.75; margin-bottom: 18px; }

.avail-section { position: relative; min-height: 180px; background: linear-gradient(rgba(15,15,15,.72), rgba(15,15,15,.72)), url('https://images.unsplash.com/photo-1529516548873-9ce57c8f155e?w=1400&q=80') center/cover no-repeat; display: flex; align-items: center; padding: 48px 0; }
.avail-section h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 42px); font-weight: 600; color: #fff; margin-bottom: 12px; }
.avail-section p { font-size: 14.5px; color: #ddd; max-width: 560px; line-height: 1.75; }

.reviews-section { padding: 80px 0; background: var(--light-bg); }
.btn-outline-md { display: inline-flex; align-items: center; padding: 9px 22px; border: 1.5px solid #bbb; border-radius: 50px; font-size: 13px; color: #444; background: transparent; cursor: pointer; font-family: var(--font-body); transition: all .2s; text-decoration: none; gap: 6px; }
.btn-outline-md:hover { border-color: var(--red); color: var(--red); }
.red-divider { width: 60px; height: 3px; background: var(--red); border-radius: 2px; margin: 20px 0; }
.review-card { background: #fff; border: 1px solid #e8e4dc; border-radius: 10px; padding: 24px 26px; box-shadow: 0 2px 14px rgba(0,0,0,.05); margin-bottom: 16px; }
.review-stars { color: #f5b800; font-size: 18px; margin-bottom: 4px; }
.review-author { display: flex; align-items: center; gap: 10px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--red), #c0392b); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 14px; flex-shrink: 0; }
.review-name { font-size: 13.5px; font-weight: 700; color: #333; }
.review-text { font-size: 14px; color: #555; line-height: 1.8; margin-top: 12px; }
.review-section-img { width: 100%; height: 440px; object-fit: cover; border-radius: 10px; box-shadow: 0 8px 28px rgba(0,0,0,.1); }

.about-strip { padding: 0; background: #fff; overflow: hidden; }
.about-strip-left { padding: 80px 56px 80px 0; display: flex; flex-direction: column; justify-content: center; }
.about-strip-left .strip-title { font-family: var(--font-display); font-size: clamp(30px, 3.8vw, 48px); font-weight: 600; color: var(--dark); line-height: 1.15; margin-bottom: 22px; }
.about-strip-left .strip-body { font-size: 14.5px; color: #444; line-height: 1.9; margin-bottom: 14px; }
.btn-about { display: inline-flex; align-items: center; padding: 13px 28px; border: 1.5px solid #333; border-radius: 50px; font-size: 14px; font-weight: 600; color: #222; background: transparent; cursor: pointer; font-family: var(--font-body); transition: all .2s; text-decoration: none; align-self: flex-start; margin-top: 14px; }
.btn-about:hover { background: #222; color: #fff; }
.about-stats-panel { background: var(--red); padding: 48px 48px 32px; display: flex; flex-direction: column; justify-content: center; min-height: 400px; position: relative; }
.about-stats-panel .panel-line-top { position: absolute; top: 32px; left: 40px; right: 40px; height: 1.5px; background: rgba(255,255,255,.5); }
.about-stats-panel .panel-line-bot { position: absolute; bottom: 32px; left: 40px; right: 40px; height: 1.5px; background: rgba(255,255,255,.5); }
.stat-row-v { padding: 26px 0; border-bottom: 1px dashed rgba(255,255,255,.35); }
.stat-row-v:last-child { border-bottom: none; }
.stat-row-v .snum { font-family: var(--font-display); font-size: clamp(54px, 6.5vw, 76px); font-weight: 700; color: #fff; line-height: 1; letter-spacing: -2px; }
.stat-row-v .slbl { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,.75); margin-top: 2px; }

.faq-section { padding: 80px 0; background: var(--light-bg); }
.faq-accordion .accordion-item { background: #fff; border: 1px solid #e8e4dc; border-radius: 8px !important; margin-bottom: 8px; overflow: hidden; }
.faq-accordion .accordion-button { font-family: var(--font-body); font-size: 15px; font-weight: 600; color: var(--dark); background: #fff; padding: 18px 22px; }
.faq-accordion .accordion-button:not(.collapsed) { color: var(--red); background: #fff; box-shadow: none; }
.faq-accordion .accordion-body { font-size: 14px; color: #555; line-height: 1.8; padding: 0 22px 20px; }

.unique-section { padding: 0; }
.unique-photo-col { min-height: 420px; background: url('https://images.unsplash.com/photo-1582407947304-fd86f028f716?w=1800&q=85') center/cover no-repeat; }
.unique-content-col { background: var(--cream); padding: 56px 50px; display: flex; flex-direction: column; justify-content: center; }
.jds-logo-wrap { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.jds-logo-box { width: 52px; height: 52px; background: var(--gold); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 18px; font-weight: 700; color: #111; border-radius: 4px; }
.jds-logo-text .main { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: #333; line-height: 1; }
.jds-logo-text .sub { font-size: 9.5px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #999; }
.unique-content-col p { font-size: 14.5px; color: #555; line-height: 1.8; max-width: 380px; margin-bottom: 24px; }
.carousel-nav { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.cnav-btn { width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid #bbb; background: transparent; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 16px; color: #666; transition: all .2s; }
.cnav-btn:hover, .cnav-btn.active { background: var(--red); border-color: var(--red); color: #fff; }
.carousel-dots { display: flex; gap: 7px; margin-top: 10px; }
.cdot { width: 10px; height: 10px; border-radius: 50%; background: #ccc; cursor: pointer; transition: background .2s; border: none; padding: 0; }
.cdot.active { background: var(--red); }

@media (max-width: 991px) {
  .main-nav .nav-link { padding: 12px 16px !important; }
  .mega-menu { width: 100% !important; flex-direction: column; }
  .mega-col { border-right: none; border-bottom: 1px solid #333; }
  .mega-col:last-child { border-bottom: none; }
  .unique-photo-col { min-height: 260px; }
  .unique-content-col { padding: 36px 24px; }
}
@media (max-width: 767px) {
  .hero-section { padding: 60px 0; min-height: 75vh; }
  .hero-h1 { font-size: clamp(38px, 11vw, 52px); }
  .strip-pipe { display: none; }
  .strip-item { padding: 14px 16px; font-size: 13px; }
  .jd-modal-overlay { padding: 68px 12px 0; }
  .btn-login, .btn-book-nav { padding: 7px 13px; font-size: 12.5px; }
}

<?php echo $extraCss ?? ''; ?>

footer { background: #1a1a1a; color: #aaa; padding: 64px 0 28px; }
.footer-brand { font-family: var(--font-display); font-size: 26px; font-weight: 600; color: var(--gold); display: block; margin-bottom: 6px; }
.footer-brand-sub { font-size: 12px; color: #888; letter-spacing: .3px; margin-bottom: 18px; }
footer h5 { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; margin-bottom: 16px; }
footer a { color: #aaa; font-size: 13px; text-decoration: none; display: block; margin-bottom: 8px; transition: color .15s; }
footer a:hover { color: var(--gold); }
footer p { font-size: 13px; color: #777; line-height: 1.8; }
.footer-contact p { font-size: 13px; color: #777; line-height: 2; }
.footer-contact a { display: inline; color: var(--gold); }
.footer-divider { border-color: #2e2e2e; margin: 28px 0 22px; }
.footer-bottom { font-size: 12px; color: #555; }
.footer-bottom a { color: #555; display: inline; font-size: 12px; }
.footer-bottom a:hover { color: #888; }

