/* Cookie Consent Banner Styles */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #78531D;  /* Updated to hex equivalent of rgb(120, 83, 29) */
  color: #fff;
  text-align: center;
  padding: 10px;
  z-index: 1000;
  box-sizing: border-box;
}

/* Mobile responsive adjustments for cookie consent */
@media (max-width: 767px) {
  .cookie-consent {
    padding: 10px 15px;
    font-size: 14px;
  }
}

/* Add padding to body when cookie consent banner is active */
body.cookie-consent-active {
  padding-bottom: 60px;
}
.cookie-consent button {
  border: none;
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
}
body {
  font-family: 'Poppins', sans-serif;
  margin-top: 30px;
  background-color: #F5F0E6;
}
.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
}
h2 {
  font-size: 24px;
  line-height: 1em;
  font-weight: 400;
}
h3 {
  font-size: 16px;
  line-height: 1em;
  font-weight: 300;
}
p {
  font-size: 16px;
  line-height: 1em;
  font-weight: 200;
}
.small {
  font-size: 10px;
}
header {
  text-align: center;
}
#menu-buttons {
  margin: 20 0 20 0;
  text-align: center;
}
#menu-buttons > a {
  margin: 0px 10px 10px 0;
}
.responsive {
  width: 100%;
  height: auto;
}
  
.pure-button-success, .pure-button-selected, a.pure-button-success, a.pure-button-selected, button.pure-button-success {
  background: rgb(28, 184, 65);
  color: #fff;
}

.pure-button-red, a.pure-button-red {
  background: rgb(255, 0, 0);  /* Bright red */
  color: #fff;
  border: none;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 2px;
}
  
.pure-button-yellow, .pure-button-selected, a.pure-button-yellow, a.pure-button-selected {
  background: rgb(244, 180, 0);
  color: #fff;
}

/* Loader */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 180px;
  height: 180px;
  margin: 12px;
  border: 12px solid #6f4e37;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #6f4e37 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-body {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  text-align: center;
  justify-content: center;
  align-content: center;
  transition: .5s all;
}

.visible {
  visibility: visible;
}

.hidden {
  visibility: hidden !important;
}

.loader-center {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100vh;
  align-items: center;
  justify-items: center; /* adjusted */
}

/* Buttons */

#menu-buttons {
    margin: 20 0 20 0;
}

#menu-buttons > a {
    margin: 0px 10px 10px 0;
}

.pure-button {
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pure-button-group {
    letter-spacing: -.31em;
    text-rendering: optimizespeed
}

.opera-only :-o-prefocus,.pure-button-group {
    word-spacing: -0.43em
}

.pure-button-group .pure-button {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.pure-button {
    font-family: inherit;
    font-size: 100%;
    padding: .5em 1em;
    color: rgba(0,0,0,.8);
    border: none transparent;
    background-color: #e6e6e6;
    text-decoration: none;
    border-radius: 2px
}

.pure-button-hover,.pure-button:focus,.pure-button:hover {
    background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))
}

.pure-button:focus {
    outline: 0
}

.pure-button-active,.pure-button:active {
    box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;
    border-color: #000
}

.pure-button-disabled,.pure-button-disabled:active,.pure-button-disabled:focus,.pure-button-disabled:hover,.pure-button[disabled] {
    border: none;
    background-image: none;
    opacity: .4;
    cursor: not-allowed;
    box-shadow: none;
    pointer-events: none
}

.pure-button-hidden {
    display: none
}

.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected {
    background-color: #0078e7;
    color: #fff
}

.pure-button-group .pure-button {
    margin: 0;
    border-radius: 0;
    border-right: 1px solid rgba(0,0,0,.2)
}

.pure-button-group .pure-button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.pure-button-group .pure-button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: none
}

/* Style for desktop */
@media (min-width: 768px) {
  #menu img.responsive {
    width: 800px; /* Adjust as needed */
    height: auto;
  }
}

/* Style for mobile */
@media (max-width: 767px) {
  #menu img.responsive {
    width: 100%;
    height: auto;
  }
}

#menu {
  text-align: center;
}

/* Marquee Styles */
.group {
  position: relative;
}

.flex {
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.flex-row {
  flex-direction: row;
}

.shrink-0 {
  flex-shrink: 0;
}

.justify-around {
  justify-content: space-around;
}

.p-2 {
  padding: 0.5rem;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.animate-marquee {
  -webkit-animation: marquee var(--duration, 40s) linear infinite;
  animation: marquee var(--duration, 40s) linear infinite;
}

.group:hover .animate-marquee {
  animation-play-state: paused;
}

/* Marquee container */
.marquee-container {
  --duration: 40s;
  --gap: 1rem;
  gap: var(--gap);
}

/* Marquee images */
.marquee-image {
  max-width: 400px;
  height: auto;
}

/* Responsive marquee */
@media (max-width: 767px) {
  .marquee-image {
    max-width: 200px;
  }
}

/* Aurora Text */
@keyframes aurora {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.animate-aurora {
  animation: aurora 60s ease infinite;
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aurora-text {
  background-image: linear-gradient(135deg, #3E2723, #8D6E63, #D7CCC8, #FFF8E1, #3E2723);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 20px 0 0 0;
}

/* Responsive aurora text */
@media (max-width: 767px) {
  .aurora-text {
    font-size: 1.5rem;
  }
}

/* Halloween Special Section */
#halloween-special {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d1810 50%, #1a1a1a 100%);
  border: 3px solid #FFA500;
  border-radius: 15px;
  padding: 30px;
  margin: 30px 0;
  box-shadow: 0 0 30px rgba(255, 165, 0, 0.3), inset 0 0 30px rgba(255, 165, 0, 0.1);
  position: relative;
  overflow: hidden;
}

#halloween-special::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(255, 165, 0, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(106, 13, 173, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.halloween-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

#halloween-special h3 {
  color: #FFA500;
  font-size: 24px;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(255, 165, 0, 0.8), 0 0 20px rgba(255, 165, 0, 0.6);
  animation: halloween-glow 2s ease-in-out infinite alternate;
  margin-bottom: 20px;
}

#halloween-special p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.4;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin: 15px 0;
}

#halloween-special img {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 165, 0, 0.5);
  margin: 20px 0;
  max-width: 100%;
  height: auto;
}

/* Scroll Indicator */
.scroll-indicator {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.scroll-text {
  color: #FFA500;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  text-shadow: 0 0 5px rgba(255, 165, 0, 0.5);
}

.scroll-arrow {
  color: #FFA500;
  font-size: 32px;
  font-weight: bold;
  animation: bounce 2s infinite;
  text-shadow: 0 0 10px rgba(255, 165, 0, 0.8);
  display: inline-block;
}

/* Halloween Glow Animation */
@keyframes halloween-glow {
  from {
    text-shadow: 0 0 10px rgba(255, 165, 0, 0.8), 0 0 20px rgba(255, 165, 0, 0.6);
  }
  to {
    text-shadow: 0 0 15px rgba(255, 165, 0, 1), 0 0 30px rgba(255, 165, 0, 0.8), 0 0 45px rgba(255, 165, 0, 0.6);
  }
}

/* Bounce Animation for Scroll Arrow */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Mobile Responsive for Halloween Section */
@media (max-width: 767px) {
  #halloween-special {
    padding: 20px;
    margin: 20px 10px;
  }

  #halloween-special h3 {
    font-size: 20px;
  }

  #halloween-special p {
    font-size: 16px;
  }

  .scroll-arrow {
    font-size: 28px;
  }
}

footer {
  text-align: center;
}

#rest_circ5 {
  display: inline-block;
}

/* Modern mobile-first header styles */
.site-header { padding: 12px 16px; background: transparent; }
.site-header-inner { display:flex; align-items:center; justify-content:space-between; gap:12px; max-width:1100px; margin:0 auto; }
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; color:inherit; }
.logo-img { width:56px; height:auto; border-radius:8px; display:block; }
.brand-text { line-height:1; }
.brand-text { line-height:1; text-align:left; }
.site-title { font-size:1.35rem; margin:0; font-weight:600; }
.site-subtitle { margin:0; font-size:1.00rem; color:#666; }

.header-meta { display:flex; flex-direction:column; align-items:flex-end; gap:6px; text-align:right; font-size:.80rem; min-width:160px; }
.address a { color:inherit; text-decoration:none; }
.phone { color:#0a66c2; text-decoration:none; font-weight:600; }

.cta-buttons { display:flex; gap:8px; margin-top:4px; justify-content:center; }
.btn { display:inline-block; padding:6px 10px; border-radius:8px; text-decoration:none; font-weight:600; font-size:.9rem; }
.btn-order { background:#2ecc71; color:#fff; }
.btn-map { background:#f1c40f; color:#000; }
.btn-loyal { background:#e74c3c; color:#fff; }
.hours-visible { font-size:.9rem; color:#333; }

.sr-only { position:absolute !important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; white-space:nowrap; }

@media (min-width: 720px) {
  .site-header-inner { align-items:center; }
  .header-meta { flex-direction:column; align-items:flex-end; text-align:right; }
}

@media (max-width: 719px) {
  .site-header-inner { flex-direction:column; align-items:flex-start; gap:8px; }
  .header-meta { align-items:flex-start; text-align:left; width:100%; }
  .cta-buttons { width:100%; justify-content:center; flex-wrap:wrap; }
  .btn { flex:0 0 auto; }
}

/* Footer CTA container */
.footer-ctas { text-align:center; margin-top:20px; margin-bottom: 20px; }
.footer-ctas .cta-buttons { justify-content:center; }
.map-link { color:inherit; text-decoration:none; font-weight:500; }
.map-link:hover, .map-link:focus { text-decoration:underline; }
