/* Site-wide dark theme — matches food / drink / rooms pages */

:root {
  --site-surface: #0a0a0a;
  --site-surface-alt: #080808;
  --site-surface-deep: #050505;
  --site-surface-rich: #030303;
  --site-surface-card: #161616;
  --site-silver: #c0c0c0;
}

body {
  background-color: var(--site-surface) !important;
}

.content-page,
.wrapper {
  background-color: var(--site-surface);
}

.section8-booking {
  background: var(--site-surface-alt) !important;
}

.privacy_text {
  background: var(--site-surface-alt) !important;
}

.card-body {
  background: var(--site-surface-card) !important;
}

#timing option,
.modal-content,
.guest-dropdown,
.select_modal_box {
  background-color: var(--site-surface-card) !important;
}

.section3-carousel::before {
  background-color: var(--site-surface) !important;
}

.offcanvas {
  background-color: var(--site-surface) !important;
}
