:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #ffffff;
  --heading-color: #cda45e;
  --hero-gradient1: #ffffff;
  --hero-gradient2: #ffffff;
  --footer-bg-color: #0c0b0957;
  --link-color: #cda45e;
  --header-bg-color: #0c0b0983;
  --font-family: 'Times New Roman', Times, serif;
  --nav-link-color: #ffffff;
  --footer-text-color: #ffffff;
  --header-text-color: #ffffff;
}
html {
  overflow-x: hidden;
}
body {
  background-color: var(--body-bg-color);
  color: var(--body-text-color) !important;
  font-family: var(--font-family);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image:
  linear-gradient(rgba(0, 0, 0, 0.774), rgba(0, 0, 0, 0.5)),
    url("/images/body-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}
  section {
  padding: 15px 0;
  scroll-margin-top: 70px;
}
h2, h3 {
  color: var(--heading-color) !important;
}
.content-area a {
  color: var(--link-color) !important;
  text-decoration: none !important;
}
.content-area a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}
  .sidebar-page-list {
  padding: 0;
  margin: 0;
  margin-bottom: 17px;
  width: 279px;
}
.sidebar-page-list li {
  list-style-type: disc;
  list-style-position: inside;
  color: var(--heading-color);
}
.sidebar-page-list li::marker {
  color: var(--link-color);
  font-size: 1.2em;
}
.sidebar-page-list li:last-child {
  border-bottom: none;
}
.sidebar-page-list li a {
  padding: 12px 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  color: var(--link-color);
}
.sidebar-page-list li a:hover {
  padding-left: 11px;
}
  .twitter-tweet {
  width: 279px !important;
}
.x {
  display: flex;
  justify-content: center;
}
.error_page {
  min-height: 70vh;
}
.footer{background:var(--footer-bg-color);color:var(--footer-text-color);border-top:1px solid var(--link-color)}.footer a {text-decoration: none;color: var(--footer-text-color) !important;}.footer-title{font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;position:relative;color: var(--footer-text-color) !important;}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.6rem}.footer-links a{text-decoration:none;transition:all .3s ease}.footer-links a:hover{padding-left:6px}.newsletter-form{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem}.newsletter-form input{flex:1;padding:.6rem .9rem;border-radius:8px;border:0;outline:0;background:color-mix(in srgb,var(--footer-bg-color) 80%,white 20%);color:var(--footer-text-color)}.newsletter-form input::placeholder{color:var(--footer-text-color)}.newsletter-form button{padding:.6rem 1.1rem;border-radius:8px;border:0;font-weight:600;background:var(--link-color);color:var(--footer-text-color);transition:all .3s ease}.newsletter-form button:hover{background:color-mix(in srgb,var(--link-color) 80%,white 20%)}.footer-divider{margin:1.5rem 0;border-color:var(--link-color)} 
 .navbar {
  background-color: var(--header-bg-color) !important;
}
.hero-section {
  padding: 115px 0 25px 0;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
}
.hero-section span{
  color: #cda45e;
}
.hero-section.with-bg {
  background-image: url('/images/restaurant-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section.with-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 500px at 20% 10%, rgba(212,175,55,0.18), transparent 60%),
    radial-gradient(700px 400px at 80% 30%, rgba(255,150,80,0.14), transparent 55%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.342), rgba(0, 0, 0, 0.678));
  z-index: 1;
}
.hero-section::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.55));
  z-index:1;
  pointer-events:none;
}
.hero-section .container {
  position: relative;
  z-index: 2;
  animation: heroFadeUp .9s ease-out both;
}
.hero-section h1{
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.15;
  margin-bottom: 14px;
  color: #fff;
  text-shadow:
    0 8px 30px rgba(0,0,0,0.75),
    0 0 40px rgba(212,175,55,0.15);
  position: relative;
}
.hero-section h1::after{
  content:"";
  display:block;
  width: 80px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg,
    rgba(212,175,55,0.95),
    rgba(255,180,120,0.75)
  );
  box-shadow: 0 0 18px rgba(212,175,55,0.45);
}
.hero-section p{
  max-width: 850px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(240,240,240,0.85);
  text-shadow: 0 6px 20px rgba(0,0,0,0.65);
}
@keyframes heroFadeUp{
  from{
    opacity:0;
    transform: translateY(14px);
  }
  to{
    opacity:1;
    transform: translateY(0);
  }
}
@media (max-width: 768px){
  .hero-section{
    padding: 90px 0 20px 0;
  }
  .hero-section h1::after{
    width: 60px;
  }
}
  .navbar-light .navbar-nav .nav-link {
    color: var(--nav-link-color, #141414) !important;
  }
  .navbar-light .navbar-nav .nav-link.active {
  color: var(--link-color) !important;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 61px;
    left: 15px;
    right: 15px;
    background-color: color-mix(in srgb, var(--header-bg-color) 65%, transparent);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 15px;
    margin: 0;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav .nav-item {
    margin: 7px 0;
  }
  .navbar-nav .nav-item:hover {
    transform: translateY(-1px);
  }
  .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 0;
  }
  .navbar-toggler {
    z-index: 10000;
    position: relative;
    border: var(--bs-border-width) solid var(--nav-link-color, #141414) !important;
  }
}
.custom-dropdown {
  border: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 220px;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 65%,
    transparent
  ) !important;
  backdrop-filter: blur(12px);
}
.custom-dropdown .dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  border-radius: 0;
  text-wrap: wrap;
}
.dropdown-menu {
  display: none;
}
.custom-dropdown .dropdown-item:hover {
  color: #fff;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 95%,
    transparent
  ) !important;
}
.nav-item.dropdown > .nav-link {
  display: flex;
  align-items: center;
}
.nav-item.dropdown > .nav-link .arrow {
  position: relative;
  margin-left: auto;
  border: solid var(--nav-link-color, #141414);
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.25s;
}
  .dropdown.open .dropdown-menu {
  display: block;
}
@media (min-width: 1200px) {
  .nav-item.dropdown {
    position: relative;
  }
  .nav-item.dropdown > .nav-link .arrow {
    margin-left: 7px;
  }
  .custom-dropdown.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 1000;
  }
  .nav-item.dropdown:hover > .nav-link .arrow {
    transform: rotate(-135deg);
  }
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .nav-item.dropdown > .nav-link .arrow {
    padding: 4px;
  }
}
.floating-rounded-navbar {
  background-color: var(--header-bg-color) !important;
  position: absolute !important;
  top: 15px !important;
  left: 7px !important;
  right: 7px !important;
  width: calc(100% - 11px) !important;
  z-index: 2000;
  border-radius: 21px;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .floating-rounded-navbar .navbar-collapse {
    top: 85px !important;
  }
}
.navbar-brand {
  margin-right: 0 !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
#why-us.why-us.section{
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 30px) 0;
  background:
    radial-gradient(1200px 700px at 20% 0%, rgba(212,175,55,0.14), transparent 60%),
    radial-gradient(900px 600px at 85% 20%, rgba(255,140,80,0.10), transparent 55%),
    linear-gradient(180deg, rgba(6,7,10,0.90), rgba(6,7,10,0.96));
}
#why-us.why-us.section::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(600px 400px at 30% 40%, rgba(255,255,255,0.06), transparent 70%),
    radial-gradient(500px 360px at 70% 70%, rgba(255,255,255,0.05), transparent 75%),
    linear-gradient(180deg, rgba(0,0,0,0.0), rgba(0,0,0,0.55));
  pointer-events:none;
  opacity: 0.9;
}
#why-us.why-us.section::after{
  content:"";
  position:absolute;
  inset:-20%;
  pointer-events:none;
  background:
    radial-gradient(circle at 15% 35%, rgba(212,175,55,0.28) 0 10px, transparent 12px),
    radial-gradient(circle at 35% 20%, rgba(255,180,120,0.20) 0 14px, transparent 16px),
    radial-gradient(circle at 60% 55%, rgba(212,175,55,0.18) 0 18px, transparent 20px),
    radial-gradient(circle at 78% 30%, rgba(255,140,80,0.18) 0 12px, transparent 14px),
    radial-gradient(circle at 85% 70%, rgba(212,175,55,0.22) 0 16px, transparent 18px);
  filter: blur(0.5px);
  opacity: 0.55;
  animation: whyusFloat 12s ease-in-out infinite alternate;
}
@keyframes whyusFloat{
  0%   { transform: translate3d(-1.5%, -1%, 0) scale(1.02); opacity: .45; }
  50%  { transform: translate3d(1.0%,  0.8%, 0) scale(1.05); opacity: .60; }
  100% { transform: translate3d(2.0%, -0.6%, 0) scale(1.03); opacity: .50; }
}
#why-us .section-title{
  position: relative;
  padding: 26px 28px;
  border-radius: 18px;
  background: rgba(10, 12, 18, 0.42);
  border: 1px solid rgba(212,175,55,0.22);
  box-shadow:
    0 18px 55px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#why-us .section-title::before{
  content:"";
  position:absolute;
  left: 18px;
  right: 18px;
  top: 10px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg,
    transparent,
    rgba(212,175,55,0.85),
    rgba(255,210,120,0.65),
    rgba(212,175,55,0.85),
    transparent
  );
  opacity: 0.9;
  animation: goldPulse 3.6s ease-in-out infinite;
}
@keyframes goldPulse{
  0%,100% { opacity: .55; transform: translateY(0); }
  50%     { opacity: .95; transform: translateY(1px); }
}
#why-us .section-title h2{
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: rgba(255,255,255,0.92);
  text-shadow: 0 10px 28px rgba(0,0,0,0.6);
}
#why-us .section-title p{
  color: rgba(235,235,235,0.82);
  line-height: 1.75;
  margin: 0 0 10px;
}
#why-us .section-title p:last-child{ margin-bottom: 0; }
#why-us .row.gy-3{
  margin-top: 22px;
  row-gap: 22px !important;
}
#why-us .card-item{
  position: relative;
  height: 100%;
  padding: 26px 26px 22px;
  border-radius: 18px;
  background: rgba(12, 14, 22, 0.46);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 16px 60px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateZ(0);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  overflow: hidden;
}
#why-us .card-item::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(420px 240px at 15% 15%, rgba(212,175,55,0.22), transparent 60%),
    radial-gradient(360px 220px at 90% 20%, rgba(255,160,90,0.15), transparent 62%);
  opacity: 0.9;
  pointer-events:none;
}
#why-us .card-item::after{
  content:"";
  position:absolute;
  top:-30%;
  left:-60%;
  width: 55%;
  height: 160%;
  background: linear-gradient(90deg,
    transparent,
    rgba(255,255,255,0.08),
    transparent
  );
  transform: rotate(18deg);
  opacity: 0.0;
  pointer-events:none;
  animation: cardShimmer 6.5s ease-in-out infinite;
}
@keyframes cardShimmer{
  0%   { left:-70%; opacity: 0.0; }
  12%  { opacity: 0.35; }
  28%  { left:120%; opacity: 0.0; }
  100% { left:120%; opacity: 0.0; }
}
#why-us .card-item:hover{
  transform: translateY(-6px);
  border-color: rgba(212,175,55,0.28);
  box-shadow:
    0 22px 70px rgba(0,0,0,0.60),
    0 0 0 1px rgba(212,175,55,0.14),
    inset 0 1px 0 rgba(255,255,255,0.07);
}
#why-us .card-item h3{
  margin: 0 0 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: rgba(212,175,55,0.95); 
  text-shadow: 0 10px 26px rgba(0,0,0,0.55);
  position: relative;
  padding-left: 14px;
}
#why-us .card-item h3::before{
  content:"";
  position:absolute;
  left:0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(212,175,55,0.95), rgba(255,160,90,0.55));
  box-shadow: 0 0 18px rgba(212,175,55,0.25);
}
#why-us .card-item p{
  color: rgba(240,240,240,0.82);
  line-height: 1.75;
  margin: 0 0 10px;
}
#why-us .card-item p:last-child{ margin-bottom: 0; }
#why-us .col-lg-12 .card-item{
  background: rgba(12, 14, 22, 0.52);
  border-color: rgba(212,175,55,0.16);
}
#why-us [data-aos]{
  will-change: transform, opacity;
}
#why-us .aos-animate{
  animation: whyusEnter .7s ease-out both;
}
@keyframes whyusEnter{
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
@media (max-width: 575px){
  #why-us .section-title{ padding: 20px 18px; border-radius: 16px; }
  #why-us .card-item{ padding: 20px 18px; border-radius: 16px; }
}
.custom-section{
  --lux-bg1:#07070a;
  --lux-bg2:#0f1116;
  --lux-gold:#c9a24a;
  --lux-gold-2:#f3d37a;
  --lux-text:#efe9dd;
  --lux-muted:rgba(239,233,221,.78);
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 40px);
  border-radius: 18px;
  background:
    radial-gradient(900px 380px at 18% 30%, rgba(201,162,74,.14), transparent 58%),
    radial-gradient(700px 320px at 82% 16%, rgba(243,211,122,.10), transparent 55%),
    linear-gradient(180deg, rgba(15,17,22,.88) 0%, rgba(7,7,10,.92) 100%);
  border: 1px solid rgba(201,162,74,.28);
  box-shadow:
    0 22px 60px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 0 0 1px rgba(0,0,0,.35);
  -webkit-backdrop-filter: blur(10px) saturate(115%);
  backdrop-filter: blur(10px) saturate(115%);
  color: var(--lux-text);
}
.custom-section::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    linear-gradient(90deg,
      transparent 0%,
      rgba(201,162,74,.22) 18%,
      rgba(243,211,122,.30) 50%,
      rgba(201,162,74,.22) 82%,
      transparent 100%);
  opacity:.55;
  filter: blur(18px);
  pointer-events:none;
}
.custom-section::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(1200px 520px at 50% 0%, transparent 35%, rgba(0,0,0,.45) 78%),
    radial-gradient(900px 420px at 50% 120%, rgba(0,0,0,.62) 20%, transparent 70%);
  pointer-events:none;
}
.custom-section > *{
  position: relative;
  z-index: 1;
}
.custom-section:hover{
  border-color: rgba(243,211,122,.40);
  box-shadow:
    0 28px 80px rgba(0,0,0,.62),
    0 0 0 1px rgba(201,162,74,.18),
    inset 0 1px 0 rgba(255,255,255,.07);
  transform: translateY(-1px);
  transition: box-shadow .28s ease, border-color .28s ease, transform .28s ease;
}
.custom-section h1,
.custom-section h2,
.custom-section h3{
  color: var(--lux-text);
  text-shadow: 0 1px 14px rgba(0,0,0,.55);
  letter-spacing: .2px;
}
.custom-section h1::after,
.custom-section h2::after{
  content:"";
  display:block;
  width: min(120px, 35%);
  height: 2px;
  margin-top: 10px;
  background: linear-gradient(90deg, var(--lux-gold), rgba(243,211,122,.6), transparent);
  border-radius: 99px;
  opacity: .9;
}
.custom-section p,
.custom-section li{
  color: var(--lux-muted);
  line-height: 1.65;
}
.custom-section a{
  color: var(--lux-gold-2);
  text-decoration: none;
  border-bottom: 1px solid rgba(243,211,122,.35);
  transition: color .2s ease, border-color .2s ease, text-shadow .2s ease;
}
.custom-section a:hover{
  color: #fff;
  border-color: rgba(243,211,122,.75);
  text-shadow: 0 0 18px rgba(243,211,122,.22);
}
.custom-section .btn,
.custom-section button,
.custom-section input[type="submit"]{
  background: linear-gradient(180deg, rgba(201,162,74,.95), rgba(148,115,45,.95));
  color: #111;
  border: 1px solid rgba(243,211,122,.35);
  border-radius: 12px;
  padding: 10px 16px;
  box-shadow: 0 10px 26px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.22);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.custom-section .btn:hover,
.custom-section button:hover,
.custom-section input[type="submit"]:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 14px 34px rgba(0,0,0,.55), 0 0 22px rgba(201,162,74,.18);
}
.custom-section{
  --lux-bg1:#07070a;
  --lux-bg2:#0f1116;
  --lux-gold:#c9a24a;
  --lux-gold-2:#f3d37a;
  --lux-text:#efe9dd;
  --lux-muted:rgba(239,233,221,.78);
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 40px);
  border-radius: 18px;
  background:
    radial-gradient(900px 380px at 18% 30%, rgba(201,162,74,.14), transparent 58%),
    radial-gradient(700px 320px at 82% 16%, rgba(243,211,122,.10), transparent 55%),
    linear-gradient(180deg, rgba(15,17,22,.88) 0%, rgba(7,7,10,.92) 100%);
  border: 1px solid rgba(201,162,74,.28);
  box-shadow:
    0 22px 60px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 0 0 1px rgba(0,0,0,.35);
  -webkit-backdrop-filter: blur(10px) saturate(115%);
  backdrop-filter: blur(10px) saturate(115%);
  color: var(--lux-text);
}
.custom-section::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    linear-gradient(90deg,
      transparent 0%,
      rgba(201,162,74,.22) 18%,
      rgba(243,211,122,.30) 50%,
      rgba(201,162,74,.22) 82%,
      transparent 100%);
  opacity:.55;
  filter: blur(18px);
  pointer-events:none;
}
.custom-section::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(1200px 520px at 50% 0%, transparent 35%, rgba(0,0,0,.45) 78%),
    radial-gradient(900px 420px at 50% 120%, rgba(0,0,0,.62) 20%, transparent 70%);
  pointer-events:none;
}
.custom-section > *{
  position: relative;
  z-index: 1;
}
.custom-section:hover{
  border-color: rgba(243,211,122,.40);
  box-shadow:
    0 28px 80px rgba(0,0,0,.62),
    0 0 0 1px rgba(201,162,74,.18),
    inset 0 1px 0 rgba(255,255,255,.07);
  transform: translateY(-1px);
  transition: box-shadow .28s ease, border-color .28s ease, transform .28s ease;
}
.custom-section h1,
.custom-section h2,
.custom-section h3{
  color: var(--lux-text);
  text-shadow: 0 1px 14px rgba(0,0,0,.55);
  letter-spacing: .2px;
}
.custom-section h1::after,
.custom-section h2::after{
  content:"";
  display:block;
  width: min(120px, 35%);
  height: 2px;
  margin-top: 10px;
  background: linear-gradient(90deg, var(--lux-gold), rgba(243,211,122,.6), transparent);
  border-radius: 99px;
  opacity: .9;
}
.custom-section p,
.custom-section li{
  color: var(--lux-muted);
  line-height: 1.65;
}
.custom-section a{
  color: var(--lux-gold-2);
  text-decoration: none;
  border-bottom: 1px solid rgba(243,211,122,.35);
  transition: color .2s ease, border-color .2s ease, text-shadow .2s ease;
}
.custom-section a:hover{
  color: #fff;
  border-color: rgba(243,211,122,.75);
  text-shadow: 0 0 18px rgba(243,211,122,.22);
}
.custom-section .btn,
.custom-section button,
.custom-section input[type="submit"]{
  background: linear-gradient(180deg, rgba(201,162,74,.95), rgba(148,115,45,.95));
  color: #111;
  border: 1px solid rgba(243,211,122,.35);
  border-radius: 12px;
  padding: 10px 16px;
  box-shadow: 0 10px 26px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.22);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.custom-section .btn:hover,
.custom-section button:hover,
.custom-section input[type="submit"]:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 14px 34px rgba(0,0,0,.55), 0 0 22px rgba(201,162,74,.18);
}
   .section-wallets {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('/images/restaurant-bg.webp');
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 50px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: 40px;
    border: 1px solid #2c3e50;
}
.section-wallets h2 {
    color: #ffffff!important; 
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}
.section-wallets h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #e7e4e4;
    bottom: -8px;
    left: 0;
}
.section-wallets p {
    color: #ddd;
    line-height: 1.6;
}
.section-wallets h3 {
    color: #ffffff!important; 
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.section-wallets h3:hover {
    background-color: #2c3e50; 
    color: #fff;
    transform: scale(1.05);
}
.section-wallets ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.section-wallets ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #dadada; 
}
.section-wallets ul li::before {
    content: "✔"; 
    font-size: 1.5rem;
    color: #e2e2e2; 
    margin-right: 10px;
    transition: color 0.3s ease;
}
.section-wallets ul li:hover::before {
    color: #ebebeb; 
}
.fancy-section{
  --ink:#07070b;
  --velvet:#0d0f18;
  --wine:#2a0f1c;
  --champ:#d9bf73;
  --champ2:#f6e2a6;
  --text:#f4f1ea;
  --muted:rgba(244,241,234,.78);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(28px, 4vw, 30px);
  border-radius: 22px;
  background:
    radial-gradient(1100px 520px at 10% 15%, rgba(217,191,115,.10), transparent 58%),
    radial-gradient(900px 520px at 95% 85%, rgba(217,191,115,.08), transparent 55%),
    linear-gradient(135deg, rgba(42,15,28,.65) 0%, rgba(13,15,24,.92) 55%, rgba(7,7,11,.98) 100%);
  border: 1px solid rgba(217,191,115,.18);
  box-shadow:
    0 30px 90px rgba(0,0,0,.72),
    inset 0 1px 0 rgba(255,255,255,.05);
  transform: translateZ(0);
}
.fancy-section::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: inherit;
  padding: 1px;
  background:
    conic-gradient(from 180deg,
      transparent 0 12%,
      rgba(217,191,115,.65) 18%,
      rgba(246,226,166,.85) 24%,
      rgba(217,191,115,.55) 30%,
      transparent 38%,
      transparent 62%,
      rgba(217,191,115,.50) 68%,
      rgba(246,226,166,.80) 74%,
      rgba(217,191,115,.55) 80%,
      transparent 88%,
      transparent 100%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: .55;
  filter: blur(.2px);
  animation: fancyRing 7.5s linear infinite;
  pointer-events:none;
  z-index: 0;
}
.fancy-section::after{
  content:"";
  position:absolute;
  inset:-35%;
  z-index: 0;
  pointer-events:none;
  background:
    radial-gradient(closest-side at 30% 35%, rgba(246,226,166,.14), transparent 60%),
    radial-gradient(closest-side at 70% 55%, rgba(217,191,115,.10), transparent 62%),
    repeating-linear-gradient(115deg,
      rgba(255,255,255,.08) 0 2px,
      rgba(255,255,255,0) 2px 10px);
  mix-blend-mode: screen;
  opacity: .22;
  transform: rotate(-8deg) translate3d(0,0,0);
  animation: causticDrift 9.5s ease-in-out infinite;
}
.fancy-section > *{
  position: relative;
  z-index: 1;
}
.fancy-section h2{
  color: var(--text);
  font-weight: 600;
  letter-spacing: .6px;
  margin: 0 0 16px 0;
  text-shadow:
    0 2px 0 rgba(0,0,0,.55),
    0 14px 34px rgba(0,0,0,.55);
}
.fancy-section h2::before{
  content:"";
  display:inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border-radius: 3px;
  background: linear-gradient(145deg, var(--champ2), var(--champ));
  box-shadow: 0 0 14px rgba(217,191,115,.35);
  transform: translateY(1px) rotate(8deg);
}
.fancy-section p{
  color: var(--muted);
  line-height: 1.75;
  margin: 0 0 14px 0;
}
.fancy-section ul{
  margin: 20px 0 18px;
  padding: 0 0 0 18px;
  list-style: none;
  position: relative;
}
.fancy-section ul::before{
  content:"";
  position:absolute;
  left: 6px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(217,191,115,.75), rgba(217,191,115,.12));
  box-shadow: 0 0 18px rgba(217,191,115,.18);
}
.fancy-section li{
  position: relative;
  padding-left: 18px;
  margin: 0 0 12px 0;
  color: rgba(244,241,234,.92);
}
.fancy-section li::before{
  content:"✦";
  position:absolute;
  left: -2px;
  top: 0;
  color: var(--champ2);
  text-shadow: 0 0 12px rgba(246,226,166,.28);
}
.fancy-section{
  animation: velvetBreath 6.5s ease-in-out infinite;
}
.fancy-section:hover{
  animation-play-state: paused;
  border-color: rgba(246,226,166,.35);
  box-shadow:
    0 34px 110px rgba(0,0,0,.78),
    0 0 34px rgba(217,191,115,.16);
}
@keyframes fancyRing{
  0%   { transform: rotate(0deg);   opacity:.42; }
  50%  { opacity:.62; }
  100% { transform: rotate(360deg); opacity:.42; }
}
@keyframes causticDrift{
  0%   { transform: rotate(-8deg) translate3d(-2%, -1%, 0) scale(1.02); opacity:.18; }
  50%  { transform: rotate(-6deg) translate3d( 3%,  2%, 0) scale(1.06); opacity:.28; }
  100% { transform: rotate(-8deg) translate3d(-2%, -1%, 0) scale(1.02); opacity:.18; }
}
@keyframes velvetBreath{
  0%   { filter: saturate(1.02) contrast(1.02); }
  50%  { filter: saturate(1.10) contrast(1.06); }
  100% { filter: saturate(1.02) contrast(1.02); }
}
@media (prefers-reduced-motion: reduce){
  .fancy-section,
  .fancy-section::before,
  .fancy-section::after{
    animation: none !important;
  }
}
.lux-menu-doc{
  --ink:#07070b;
  --velvet:#0f1220;
  --gold:#d6b86a;
  --gold2:#f2dd9b;
  --text:#f4f1ea;
  --muted:rgba(244,241,234,.78);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(26px, 4vw, 30px);
  border-radius: 22px;
  background:
    radial-gradient(900px 520px at 12% 10%, rgba(214,184,106,.14), transparent 62%),
    radial-gradient(720px 520px at 92% 80%, rgba(242,221,155,.10), transparent 60%),
    linear-gradient(180deg, rgba(15,18,32,.92), rgba(7,7,11,.96));
  border: 1px solid rgba(214,184,106,.22);
  box-shadow:
    0 28px 90px rgba(0,0,0,.72),
    inset 0 1px 0 rgba(255,255,255,.06);
  transform: translateZ(0);
}
.lux-menu-doc::before{
  content:"";
  position:absolute;
  inset:-40%;
  pointer-events:none;
  z-index:0;
  background:
    radial-gradient(circle at 18% 22%, rgba(242,221,155,.16) 0 2px, transparent 3px),
    radial-gradient(circle at 36% 68%, rgba(214,184,106,.14) 0 2px, transparent 3px),
    radial-gradient(circle at 68% 34%, rgba(242,221,155,.12) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 74%, rgba(214,184,106,.10) 0 2px, transparent 3px),
    radial-gradient(circle at 52% 52%, rgba(242,221,155,.08) 0 2px, transparent 3px),
    radial-gradient(closest-side at 50% 50%, rgba(214,184,106,.10), transparent 65%);
  filter: blur(.2px);
  opacity: .55;
  animation: luxDust 10s ease-in-out infinite;
}
.lux-menu-doc::after{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: inherit;
  padding: 1px;
  z-index:0;
  pointer-events:none;
  background:
    conic-gradient(from 180deg,
      transparent 0 18%,
      rgba(214,184,106,.55) 26%,
      rgba(242,221,155,.85) 32%,
      rgba(214,184,106,.55) 38%,
      transparent 46%,
      transparent 72%,
      rgba(214,184,106,.45) 80%,
      rgba(242,221,155,.70) 86%,
      rgba(214,184,106,.45) 92%,
      transparent 100%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: .35;
  animation: luxRing 9s linear infinite;
}
.lux-menu-doc > *{
  position: relative;
  z-index: 1;
}
.lux-menu-doc .lux-title{
  color: var(--text);
  margin: 0 0 18px 0;
  font-weight: 650;
  letter-spacing: .6px;
  text-shadow: 0 2px 18px rgba(0,0,0,.55);
}
.lux-menu-doc .lux-title::after{
  content:"";
  display:block;
  width: min(180px, 45%);
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--gold2), transparent);
}
.lux-menu-doc .lux-p{
  color: var(--muted);
  line-height: 1.78;
  margin: 0 0 14px 0;
}
.lux-menu-doc .lux-h3{
  margin: 22px 0 10px;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--text);
  font-weight: 650;
  letter-spacing: .35px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(0,0,0,.22));
  border: 1px solid rgba(214,184,106,.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 14px 34px rgba(0,0,0,.55);
  position: relative;
}
.lux-menu-doc .lux-h3::before{
  content:"";
  position:absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold2), var(--gold));
  box-shadow: 0 0 16px rgba(214,184,106,.35);
  opacity: .85;
}
.lux-menu-doc .lux-h3:hover{
  border-color: rgba(242,221,155,.42);
  box-shadow:
    0 18px 50px rgba(0,0,0,.65),
    0 0 26px rgba(214,184,106,.14);
}
@keyframes luxRing{
  0%{ transform: rotate(0deg); opacity:.30; }
  50%{ opacity:.45; }
  100%{ transform: rotate(360deg); opacity:.30; }
}
@keyframes luxDust{
  0%{ transform: translate3d(-1.5%, -1%, 0) scale(1.02); opacity:.42; }
  50%{ transform: translate3d( 1.8%,  1.2%, 0) scale(1.06); opacity:.58; }
  100%{ transform: translate3d(-1.5%, -1%, 0) scale(1.02); opacity:.42; }
}
@media (prefers-reduced-motion: reduce){
  .lux-menu-doc::before,
  .lux-menu-doc::after{
    animation: none !important;
  }
}
.sidebar-linking{
  --ink:#07070b;
  --obsidian:#0c0f1a;
  --gold:#d4b56c;
  --gold-soft:#f1ddb0;
  --text:#f4f1ea;
  --muted:rgba(244,241,234,.75);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 24px 22px 26px;
  border-radius: 20px;
  background:
    radial-gradient(420px 260px at 90% 0%, rgba(212,181,108,.18), transparent 60%),
    radial-gradient(380px 300px at 0% 100%, rgba(212,181,108,.12), transparent 65%),
    linear-gradient(180deg, #15182a, #090b13);
  border: 1px solid rgba(212,181,108,.25);
  box-shadow:
    0 24px 70px rgba(0,0,0,.65),
    inset 0 1px 0 rgba(255,255,255,.06);
}
.sidebar-linking::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: inherit;
  padding: 1px;
  pointer-events:none;
  z-index:0;
  background:
    conic-gradient(from 90deg,
      transparent 0 22%,
      rgba(212,181,108,.45) 30%,
      rgba(241,221,176,.75) 36%,
      rgba(212,181,108,.45) 42%,
      transparent 50%,
      transparent 72%,
      rgba(212,181,108,.35) 80%,
      rgba(241,221,176,.65) 86%,
      rgba(212,181,108,.35) 92%,
      transparent 100%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity:.32;
  animation: sidebarGlow 10s linear infinite;
}
.sidebar-linking::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:
    radial-gradient(300px 220px at 50% 0%, transparent 35%, rgba(0,0,0,.55) 80%);
}
.sidebar-linking > *{
  position: relative;
  z-index: 1;
}
.sidebar-linking h3{
  margin: 0 0 18px;
  color: var(--text);
  font-weight: 650;
  letter-spacing: .5px;
  text-shadow: 0 2px 16px rgba(0,0,0,.55);
}
.sidebar-linking h3::after{
  content:"";
  display:block;
  width: 64px;
  height: 2px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft), transparent);
}
.sidebar-linking .page-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-linking .page-list li{
  margin-bottom: 6px;
}
.sidebar-linking .page-list a{
  display: block;
  position: relative;
  padding: 10px 14px 10px 18px;
  border-radius: 12px;
  color: var(--muted);
  text-decoration: none;
  font-size: .95rem;
  letter-spacing: .25px;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.04),
      rgba(0,0,0,.20));
  border: 1px solid rgba(212,181,108,.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 8px 22px rgba(0,0,0,.45);
  transition:
    transform .25s ease,
    color .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}
.sidebar-linking .page-list a::before{
  content:"";
  position:absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%) scale(.6);
  background: radial-gradient(circle, var(--gold-soft), var(--gold));
  box-shadow: 0 0 14px rgba(212,181,108,.55);
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
}
.sidebar-linking .page-list a:hover{
  color: var(--text);
  transform: translateX(4px);
  border-color: rgba(241,221,176,.45);
  box-shadow:
    0 14px 36px rgba(0,0,0,.65),
    0 0 26px rgba(212,181,108,.18);
}
.sidebar-linking .page-list a:hover::before{
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.sidebar-linking .page-list a.active{
  color: var(--text);
  border-color: rgba(241,221,176,.55);
  box-shadow:
    0 16px 44px rgba(0,0,0,.75),
    inset 0 0 0 1px rgba(212,181,108,.25);
}
.sidebar-linking .page-list a.active::before{
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
@keyframes sidebarGlow{
  0%{ transform: rotate(0deg); opacity:.28; }
  50%{ opacity:.42; }
  100%{ transform: rotate(360deg); opacity:.28; }
}
@media (prefers-reduced-motion: reduce){
  .sidebar-linking::before{
    animation: none;
  }
}
.sidebar-search{
  --gold:#d4b56c;
  --gold-soft:#f1ddb0;
  --text:#f4f1ea;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 14px;
  overflow: hidden;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.05),
      rgba(0,0,0,.25));
  border: 1px solid rgba(212,181,108,.28);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 10px 28px rgba(0,0,0,.55);
  animation: searchBreath 6s ease-in-out infinite;
}
.sidebar-search input{
  flex: 1;
  padding: 12px 46px 12px 14px;
  border: none;
  outline: none;
  background: transparent;
  color: var(--text);
  font-size: .95rem;
  letter-spacing: .3px;
}
.sidebar-search input::placeholder{
  color: rgba(244,241,234,.55);
}
.sidebar-search button{
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(212,181,108,.35);
  background:
    radial-gradient(circle at 30% 30%, var(--gold-soft), var(--gold));
  cursor: default;
  box-shadow:
    0 6px 18px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.35);
}
.sidebar-search button::before{
  content:"";
  position:absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border: 2px solid #111;
  border-radius: 50%;
}
.sidebar-search button::after{
  content:"";
  position:absolute;
  width: 7px;
  height: 2px;
  background: #111;
  right: 7px;
  bottom: 7px;
  transform: rotate(45deg);
  border-radius: 2px;
}
.sidebar-search:focus-within{
  border-color: rgba(241,221,176,.55);
  box-shadow:
    0 14px 36px rgba(0,0,0,.65),
    0 0 24px rgba(212,181,108,.18);
}
@keyframes searchBreath{
  0%{ filter: saturate(1.02); }
  50%{ filter: saturate(1.10); }
  100%{ filter: saturate(1.02); }
}
@media (prefers-reduced-motion: reduce){
  .sidebar-search{
    animation: none;
  }
}
  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
  