/* ================= General Body ================= */
body.wildretreat-top {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #280000;
  color: #ffe8c8;
  line-height: 1.6;
  scroll-behavior: smooth;
}

/* ================= Navbar ================= */
.wildretreat-navbar {
  background-color: #280000;
  padding: 1rem 2rem;
  position: relative;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.wildretreat-navbar .navbar-brand img {
  max-height: 80px;
}
.wildretreat-navbar .nav-link {
  color: #ffe8c8;
  margin: 0 0.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.wildretreat-navbar .nav-link:hover,
.wildretreat-navbar .nav-link.active {
  color: #f5a93e;
  font-weight: 600;
}

/* ================= Hero ================= */
.wildretreat-hero {
  height: 90vh; /* full viewport height */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  background-color: #280000; /* fallback color */
  background-image: url('../images/header-bg.jpg'); /* replace with your hero image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #ffe8c8;
}
.wildretreat-hero-content {
  max-width: 800px;
}
.wildretreat-hero-heading {
  font-size: 3rem;
  color: #f5a93e;
  margin-bottom: 1rem;
}
.wildretreat-hero-text {
  font-size: 1.3rem;
  color: #ffe8c8;
  margin-bottom: 2rem;
}
.wildretreat-hero-btn {
  background-color: #f5a93e;
  color: #695200;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.wildretreat-hero-btn:hover {
  background-color: #ffe8c8;
  color: #695200;
}

/* ================= Section Titles ================= */
.wildretreat-section-title {
  font-size: 2.5rem;
  color: #f5a93e;
  margin-bottom: 1rem;
}
.wildretreat-section-text,
.wildretreat-feature-subtext,
.wildretreat-about-text {
  color: #ffe8c8;
}

/* ================= Buttons ================= */
.wildretreat-btn {
  background-color: #f5a93e;
  color: #695200;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.wildretreat-btn:hover {
  background-color: #ffe8c8;
  color: #695200;
}

/* ================= Game Section ================= */
.wildretreat-game-section {
  background-color: #280000;
  color: #ffe8c8;
}

.wildretreat-section-title {
  font-size: 2.5rem;
  color: #f5a93e;
  font-weight: 700;
}

.wildretreat-section-text {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 3rem auto;
  color: #ffe8c8;
}

.wildretreat-game-card {
  width: 100%;
  max-width: 900px;           /* constrain width */
  aspect-ratio: 16 / 10;      /* stacked 16:10 ratio */
  background-color: #280000;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-left: auto;
  margin-right: auto;
}

.wildretreat-game-card iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.wildretreat-game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.wildretreat-game-card h5 {
  color: #f5a93e;
  margin-top: 0.5rem;
  font-weight: 600;
}


/* ================= Features Section ================= */
.wildretreat-features-section {
  background-color: #280000;
  color: #ffe8c8;
}

.wildretreat-feature-subtext {
  font-size: 1.2rem;
  color: #ffe8c8;
  max-width: 850px;
  margin: 0 auto 3rem auto;
}

.wildretreat-feature-card {
  background-color: #280000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
}

.wildretreat-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.wildretreat-feature-card i {
  color: #f5a93e;
}

.wildretreat-feature-title {
  color: #f5a93e;
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.wildretreat-feature-card p {
  font-size: 1rem;
  color: #ffe8c8;
}


/* ================= Reviews Section ================= */
.wildretreat-reviews-section {
  background-color: #280000;
  color: #ffe8c8;
}

.wildretreat-reviews-intro {
  font-size: 1.2rem;
  max-width: 850px;
  margin: 0 auto 3rem auto;
  color: #ffe8c8;
}

.wildretreat-review-card {
  background-color: #280000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  position: relative;
}

.wildretreat-review-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.wildretreat-review-icon i {
  color: #f5a93e;
}

.wildretreat-review-card h5 {
  color: #f5a93e;
  margin-top: 0.5rem;
  font-weight: 600;
}

.wildretreat-review-card small {
  display: block;
  color: #ffe8c8;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}


/* ================= Footer ================= */
.wildretreat-footer {
  background-color: #280000;
  color: #ffe8c8;
  padding: 3rem 1rem;
  text-align: center;
}
.wildretreat-footer-link {
  color: #f5a93e;
  text-decoration: none;
  transition: all 0.3s ease;
}
.wildretreat-footer-link:hover {
  color: #ffe8c8;
}
.wildretreat-footer-disclaimer {
  max-width: 800px;
  margin: 0 auto 2rem auto;
  text-align: center;
}
.wildretreat-footer-heading {
  color: #f5a93e;
  margin-bottom: 0.5rem;
}

/* ================= Age Verification Popup ================= */
.wildretreat-age-popup-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.wildretreat-age-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.wildretreat-age-popup-box {
  background-color: #280000;
  padding: 2.5rem 2rem;
  border-radius: 1rem;
  max-width: 480px;
  color: #ffe8c8;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

.wildretreat-age-popup-title {
  font-size: 2rem;
  color: #f5a93e;
}

.wildretreat-age-popup-text {
  font-size: 1.1rem;
  line-height: 1.6;
}

.wildretreat-age-popup-actions .wildretreat-btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wildretreat-btn {
  background-color: #f5a93e;
  color: #695200;
}

.wildretreat-btn:hover {
  background-color: #ffe8c8;
  color: #280000;
}

.wildretreat-btn-ghost {
  background-color: transparent;
  border: 2px solid #f5a93e;
  color: #f5a93e;
}

.wildretreat-btn-ghost:hover {
  background-color: #f5a93e;
  color: #280000;
}

/* ================= Scroll to Top ================= */
.wildretreat-scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #f5a93e;
  color: #695200;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.5);
  transition: all 0.3s ease;
  z-index: 1500;
}

.wildretreat-scroll-top:hover {
  background-color: #ffe8c8;
  color: #280000;
}


/* ================= Responsive ================= */
@media(max-width: 991.98px) {
  .wildretreat-navbar .nav-link {
    margin: 0.5rem 0;
  }
  .wildretreat-game-card {
    height: 400px;
  }
  .wildretreat-hero-heading {
    font-size: 2.2rem;
  }
  .wildretreat-hero-text {
    font-size: 1.1rem;
  }
}



/* ================= Legal Sections ================= */
.wildretreat-legal-section {
  background-color: #280000;
  color: #ffe8c8;
  padding: 4rem 0;
}

.wildretreat-legal-section h1,
.wildretreat-legal-section h2 {
  color: #f5a93e;
}

.wildretreat-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.wildretreat-legal-intro {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 2rem auto;
  color: #ffe8c8;
}

.wildretreat-legal-content h2 {
  margin-top: 1.5rem;
  font-size: 1.6rem;
}

.wildretreat-legal-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  color: #ffe8c8;
}
