@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&display=swap');

body {
  background-color: #13792C !important;
  background-size: cover;
}
card {
  width: 100%;
}
form { background-color: rgb(255 255 255 / 50%); }
.container {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(135deg, #8B0000 0%, #2F4F2F 100%);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  overflow: hidden;
}
.footer {
  background: #228B22;
  color: white;
  text-align: center;
  padding: 20px;
  font-style: italic;
  border-radius: 15px;
  margin: 20px auto;
  max-width: 600px;
}
/* Credit Block */
.christmas-credit {
  background: linear-gradient(90deg, #c02828, #28a745 70%);
  color: #fff;
  border-radius: 12px;
  padding: 18px 30px;
  box-shadow: 0 4px 10px rgba(30,40,70,0.15);
  text-align: center;
  font-family: 'Segoe UI', 'Arial', sans-serif;
  margin: 32px auto;
  max-width: 500px;
}
.christmas-credit .song-title {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0,0,0,0.12);
  margin-bottom: 5px;
}
.christmas-credit .song-meta,
.christmas-credit .song-performer {
  display: block;
  font-size: 1em;
  margin-bottom: 2px;
}
.christmas-credit .song-meta {
  font-style: italic;
  color: #ffe588;
}
.christmas-credit .song-performer {
  color: #baffdd;
  font-weight: 600;
}
h1, h4 {
  font-family: 'Mountains of Christmas', serif;
}
.video-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.video-container video {
  width: 60%;
  height: 120%;
  object-fit: cover;
}
.navbar {
  backdrop-filter: blur(6px);
}
.topnav {
  background-color: #ef0303;
  overflow: hidden;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}
.topnav .icon {
  display: none;
}
.logo-image {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -6px;
}
.horizontal-links {
  display: flex;
  justify-content: center;
  gap: 2em;
  list-style-type: none;
  padding: 0;
}
.horizontal-links a {
  color: white;
  text-decoration: none;
}
.games-section {
  text-align: center;
  margin-top: 2em;
}
.dropdown {
  display: inline-block;
  position: relative;
}
.dropbtn {
  background: #B22222;
  color: #fff;
  padding: 0.6em 2em;
  border: none;
  border-radius: 12px;
  font-size: 1.1em;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: background 0.2s;
}
.dropbtn:hover, .dropbtn:focus {
  background: #d12d2d;
}
.dropdown-content {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  min-width: 250px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.17);
  border-radius: 18px;
  z-index: 10;
  margin-top: 0.5em;
  padding: 1em 0;
  text-align: left;
}
.dropdown:hover .dropdown-content,
.dropdown:focus-within .dropdown-content {
  display: block;
}
.game-btn {
  display: block;
  width: 85%;
  margin: 0.7em auto;
  padding: 0.8em 1.2em;
  border-radius: 9px;
  font-size: 1.08em;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: background 0.15s, color 0.15s, transform 0.12s;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
}
.game-btn.tic-tac   { background: #32A852; }
.game-btn.santa-free { background: #CC0033; }
.game-btn.present   { background: #F2A117; }
.game-btn.puzzle    { background: #20A1CF; }
.game-btn.word-game { background: #8173C4; }
.game-btn:hover,
.game-btn:focus {
  filter: brightness(1.15);
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  transform: translateY(-2px) scale(1.03);
  color: #FFF7EB;
}
@media(max-width:600px) {
  .dropdown-content { min-width: 95vw; left: 2.5vw; transform: none; }
  .game-btn { width: 98%; font-size: 1em; }
}
.dropdown-submenu {
  position: relative;
}
@media (max-width: 991.98px) {
  .navbar-nav {
    gap: 0 !important;
    justify-content: flex-start !important;
    height: auto !important;
  }
  .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .navbar-nav .nav-link {
    padding: .5rem 1rem !important;
    line-height: 1.2 !important;
  }
}
.santa-song {
  background: linear-gradient(rgba(0,70,0,.85), rgba(150,0,0,.85)),
    url('img/snow-bg.jpg') center/cover no-repeat;
  color: #fff;
  padding: 60px 20px;
  border-top: 4px solid gold;
  border-bottom: 4px solid gold;
}
.santa-song h2 {
  font-weight: 700;
  text-shadow: 2px 2px 6px rgba(0,0,0,.6);
}
.santa-song audio {
  margin: 20px auto;
  width: 100%;
  max-width: 500px;
}
.song-tagline {
  font-style: italic;
  opacity: .9;
}
.booking-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #c62828;
  color: white;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(0,0,0,.15);
  transition: transform .15s ease, background .15s ease;
}
.booking-icon:hover { background: #e53935; transform: translateY(-2px); }
.booking-icon:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }
.booking-icon svg { width: 26px; height: 26px; }
.video-box {
  max-width: 760px;
  margin: 24px auto 10px auto;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.video-box video,
.video-box iframe {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,.30);
  background: #000;
}
@media (max-width: 767px) {
  .video-box {
    max-width: 95%;
    padding: 10px;
    border-radius: 18px;
  }
  .video-box video,
  .video-box iframe {
    max-width: 100%;
    border-radius: 14px;
  }
}
.booking-bar-wrapper {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  animation: slideUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.8s;
}
@keyframes slideUp {
  from { opacity: 0; transform: translateX(-50%) translateY(30px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}
.booking-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #1a1a1a;
  border-radius: 60px;
  padding: 8px 10px 8px 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.35), 0 2px 8px rgba(0,0,0,0.2);
  font-family: 'DM Sans', sans-serif;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}
.booking-bar:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.45), 0 2px 8px rgba(0,0,0,0.25);
  transform: scale(1.02);
}
.booking-bar__stars {
  display: flex;
  gap: 2px;
  flex-shrink: 0;
}
.booking-bar__star {
  color: #1E88E5;
  font-size: 15px;
  line-height: 1;
}
.booking-bar__label {
  color: #e8e0d0;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.booking-bar__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #4CAF50;
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 50px;
  border: none;
  white-space: nowrap;
  letter-spacing: 0.02em;
  transition: background 0.25s ease;
  pointer-events: none;
}
.booking-bar:hover .booking-bar__btn {
  background: #43A047;
}
.booking-bar__btn svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
  transition: transform 0.25s ease;
}
.booking-bar:hover .booking-bar__btn svg {
  transform: translateX(3px);
}
@media (max-width: 380px) {
  .booking-bar__stars { display: none; }
}
.img-rotator {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}
.img-rotator img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.img-rotator img.active {
  opacity: 1;
}
