.navbar a.section-hover {
  color: #ffd700 !important;
  transform: translateY(-0.22em) scale(1.18);
}
.navbar a.section-hover::after {
  opacity: 1;
  transform: scaleX(1.08);
}
@media (min-width: 1440px) and (max-width: 1440px) and (min-height: 900px) and (max-height: 900px) {
  .logo-corner {
    bottom: 28%;
  }
  .address-corner {
    bottom: 25%;
  }
}
@media (max-width: 360px) and (max-height: 740px) {
  .address-corner {
    right: -1vw !important;
  }
}
@media (min-width: 1200px) {
  .navbar ul {
    gap: 3.2rem;
    font-size: 1.15rem;
    padding: 1.1rem 0 0.5rem 0;
  }
  .navbar a {
    font-size: 1.15rem;
    padding: 0.32em 1.1em 0.32em 1.1em;
  }
  .logo {
    width: 180px;
    height: 180px;
  }
  .home-content h1, .home-content p {
    font-size: 2.2rem;
    padding: 1.1rem 2.2rem;
  }
  .about-content, .reservations-content {
    padding: 3rem;
    max-width: 700px;
  }
  .drinks-img {
    max-width: 600px;
  }
  .photos-section,
  .slideshow,
  .slides-wrapper,
  .bg-slide {
    width: 100vw !important;
    height: 100vh !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    object-fit: cover !important;
    box-sizing: border-box !important;
  }
}
@keyframes navbarBounceFlash {
  0% {
    transform: translateY(-0.22em) scale(1.18);
    color: #ffd700;
  }
  30% {
    transform: translateY(-0.38em) scale(1.23);
    color: #fffbe0;
  }
  60% {
    transform: translateY(-0.12em) scale(1.13);
    color: #ffd700;
  }
  100% {
    transform: translateY(-0.22em) scale(1.18);
    color: #fff;
  }
}

.navbar a.js-animated {
  animation: navbarBounceFlash 0.48s cubic-bezier(.68,-0.55,.27,1.55);
  color: #ffd700 !important;
}
/* Logo in bottom left of Home section */
.logo-corner {
  position: absolute;
  left: 11vw;
  bottom: 18%;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}
.logo-corner .logo {
  margin-bottom: 0;
  margin-right: 0;
  opacity: 1;
}
@media (max-width: 700px) {
  .logo-corner {
    left: 10vw;
    bottom: 13%;
  }
}
/* Silver outline for see-through drinks tab */
.drinks-tab.silver-outline {
  background: rgba(255,255,255,0.35) !important;
  color: #fff !important;
  border: 2px solid #c0c0c0;
  box-shadow: 0 2px 12px rgba(192,192,192,0.13);
  font-weight: bold;
  font-size: 1.15em;
  border-radius: 2em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  backdrop-filter: blur(2px);
  padding: 1em 2.5em;
  min-width: unset;
  min-height: unset;
  display: inline-block;
  align-items: unset;
  justify-content: unset;
}
.drinks-tab.silver-outline:hover {
  background: rgba(255,255,255,0.55) !important;
  color: #222 !important;
  border-color: #fff;
}
/* Navbar fade-in-down animation */
.navbar {
  /* ...existing styles... */
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 1.2s cubic-bezier(0.77,0,0.175,1), transform 1.2s cubic-bezier(0.77,0,0.175,1);
}
.navbar.visible {
  opacity: 1;
  transform: translateY(0);
}
/* Address in bottom right of Home section */
.address-corner {
  position: absolute;
  right: 12vw;
  bottom: 30%;
  display: flex;
  align-items: center;
  background: rgba(0,0,0,0.55);
  padding: 0.7em 1.3em 0.7em 1em;
  border-radius: 2em;
  box-shadow: 0 2px 12px rgba(0,0,0,0.18);
  font-size: 1.15em;
  color: #fff;
  z-index: 10;
  opacity: 0;
  transform: translateY(30px) scale(0.98);
  transition: opacity 1.2s cubic-bezier(0.77,0,0.175,1), transform 1.2s cubic-bezier(0.77,0,0.175,1);
}
.address-corner.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.location-pin {
  font-size: 1.3em;
  margin-right: 0.6em;
  filter: drop-shadow(0 1px 2px #000a);
}
.address-text {
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media (max-width: 700px) {
  .address-corner {
    font-size: 0.85em;
    right: 5vw;
    bottom: 15%;
    padding: 0.5em 1em 0.5em 0.8em;
  }
  .location-pin {
    font-size: 1.1em;
    margin-right: 0.4em;
  }
}
/* Event Notification Popup Styles */
#event-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.event-popup-content {
  background: #fff;
  color: #222;
  border-radius: 1.5em;
  padding: 2em 2.5em 1.5em 2.5em;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  max-width: 90vw;
  max-height: 90vh;
  text-align: center;
  position: relative;
  animation: popUp 1.2s cubic-bezier(0.77,0,0.175,1);
}
.event-title {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: bold;
}
.event-img {
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: 1em auto;
  border-radius: 1em;
  box-shadow: 0 2px 12px rgba(0,0,0,0.13);
  display: block;
}
.event-desc {
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.close-popup {
  position: absolute;
  top: 0.7em;
  right: 1em;
  background: none;
  border: none;
  font-size: 2em;
  color: #222;
  cursor: pointer;
  transition: color 0.2s;
}
.close-popup:hover {
  color: #d00;
}
html {
  scroll-behavior: smooth;
}
/* Fade-in pop-up for scroll animation */
.fade-in-pop {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: opacity 1.2s cubic-bezier(0.77,0,0.175,1), transform 1.2s cubic-bezier(0.77,0,0.175,1);
}
.fade-in-pop.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #000;
  color: #fff;
  overflow-x: hidden;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 1000;
  display: flex;
  justify-content: center;
}
.navbar ul {
  list-style: none;
  display: flex;
  gap: 2.04rem;
  margin: 0;
  padding: 0.61rem 0 0.33rem 0;
  justify-content: center;
}
.navbar a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.97rem;
  position: relative;
  padding: 0.2em 0.5em 0.2em 0.5em;
  transition: color 0.22s cubic-bezier(0.77,0,0.175,1),
              transform 0.32s cubic-bezier(.68,-0.55,.27,1.55);
}

.navbar a::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.13em;
  background: #ffd700;
  border-radius: 0.13em;
  margin: 0 auto;
  transition: opacity 0.22s cubic-bezier(0.77,0,0.175,1),
              transform 0.32s cubic-bezier(.68,-0.55,.27,1.55);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.15em;
  opacity: 0;
  z-index: -1;
  transform: scaleX(0.6);
}
.navbar a:hover::after,
.navbar a:focus::after {
  opacity: 1;
  transform: scaleX(1.08);
}

.navbar a:hover,
.navbar a:focus {
  color: #fff;
  transform: translateY(-0.22em) scale(1.18);
  transition: color 0.22s cubic-bezier(0.77,0,0.175,1),
              transform 0.38s cubic-bezier(.68,-0.55,.27,1.55);
}

.section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.home-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.home-bg {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.bg-img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.logo {
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
  opacity: 0;
}
.home-content h1, .home-content p {
  color: #fff;
  background: none;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  margin: 0.5rem 0;
  opacity: 0;
}
.pop-up {
  animation: popUp 2s forwards;
}
.logo.pop-up {
  animation-delay: 0.5s;
}
.home-content h1.pop-up {
  animation-delay: 1s;
}
.home-content p.pop-up {
  animation-delay: 1.5s;
}
@keyframes popUp {
    0% { opacity: 0; transform: scale(1.08); }
  70% { opacity: 0.7; transform: scale(1.02); }
  100% { opacity: 1; transform: scale(1); }
}

.about-section {
  background: rgba(0,0,0,0.6);
  flex-direction: column;
  padding-top: 5rem;
}
.about-content {
  background: none;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  max-width: 500px;
  margin: auto;
  position: relative;
}
.drinks-box {
  display: inline-block;
  background: none;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 20px;
  font-weight: bold;
  margin: 1rem 0;
  text-decoration: none;
  box-shadow: none;
  transition: background 0.2s;
}
.drinks-box:hover {
  background: #ffd700;
  color: #000;
}
.drinks-img {
  width: 100%;
  max-width: 400px;
  border-radius: 15px;
  margin-top: 1rem;
}

.photos-section {
  background: #222;
  padding-top: 0;
  justify-content: center;
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
}
.slideshow {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  background: #000;
  z-index: 1;
  box-sizing: border-box;
}
.slide {


.slides-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
}

.bg-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85vw;
  height: 80vh;
  max-width: 1100px;
  max-height: 750px;
  min-width: 220px;
  min-height: 140px;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 2.5vw;
  background: #111;
  box-shadow: none;
  transform: translate(-50%, -50%) scale(0.5);
  transition: transform 0.7s cubic-bezier(0.77,0,0.175,1), opacity 0.7s, filter 0.7s;
  pointer-events: none;
}

.bg-slide[style*="display:block"] {
  opacity: 1;
  z-index: 3;
  animation: photoPop 2.2s;
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  pointer-events: auto;
}
/* Left/right slides (handled by JS, but for safety) */
.bg-slide.left, .bg-slide.right {
  opacity: 0.7;
  z-index: 2;
  transform: translate(-50%, -50%) scale(0.7);
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  font-size: 2.5rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: background 0.2s;
}
.arrow.left {
  left: 10px;
}
.arrow.right {
  right: 10px;
}
.arrow:hover {
  background: rgba(255,255,255,0.2);
  color: #ffd700;
}

.reservations-section {
  background: rgba(0,0,0,0.7);
  flex-direction: column;
  padding-top: 5rem;
}
.reservations-content {
  background: none;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  max-width: 400px;
  margin: auto;
}
.reservations-content a {
  color: #ffd700;
  font-size: 1.2rem;
  text-decoration: none;
}

.socials-section {
  background: rgba(0,0,0,0.6);
  flex-direction: column;
  padding-top: 5rem;
}
.socials-content {
  text-align: center;
  background: none;
}
.insta-circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  overflow: hidden;
  margin-top: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: background 0.2s;
}
.insta-circle:hover {
  background: #ffd700;
}
.insta-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer {
  background: rgba(0,0,0,0.7);
  color: #fff;
  text-align: center;
  padding: 0.3rem 0;
  position: relative;
  bottom: 0;
  width: 100%;
  font-size: 0.85rem;
}

@media (max-width: 700px) {
  .navbar ul {
    gap: 1rem;
    font-size: 1rem;
  }
  .home-content h1, .home-content p {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
  .logo {
    width: 65px;
    height: 65px;
  }
  .about-content, .reservations-content {
    padding: 1rem;
    max-width: 90vw;
  }
  .drinks-img {
    max-width: 90vw;
  }
  .photos-section,
  .slideshow,
  .slides-wrapper,
  .bg-slide {
    width: 100vw !important;
    height: 100vh !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    object-fit: cover !important;
    box-sizing: border-box !important;
  }
}


