
body {
  margin: 0;
  padding: 0;
  background-color: #412112; /* Site background */
  color: #ffedc0; /* Default text */
  font-family: 'Poppins', sans-serif; /* Replace with your new font */
  line-height: 1.6;
}

/* Headings */
.trek247-sbs-heading,
h1, h2, h3, h4, h5, h6 {
  color: #ffedc0;
  font-weight: 700;
  margin: 0 0 15px;
}

/* Paragraphs */
.trek247-sbs-text,
p {
  color: #ffedc0;
  font-size: 1rem;
  margin-bottom: 15px;
}

/* Links */
a,
.trek247-sbs-link {
  color: #ffedc0;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover,
.trek247-sbs-link:hover {
  color: #f4c80c; /* accent on hover */
}

/* Buttons */
.trek247-sbs-btn,
button {
  background-color: #ffedc0;
  color: #412112; /* button text */
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.trek247-sbs-btn:hover,
button:hover {
  background-color: #f4c80c; /* hover */
  color: #412112;
}

/* Accents (Highlights, Borders, etc.) */
.trek247-sbs-accent {
  color: #f4c80c;
}

.trek247-sbs-border {
  border: 2px solid #f4c80c;
}

/* Active Link */
.trek247-sbs-active {
  color: #ffedc0;
  font-weight: 700;
}


/* Navbar */
.trek247-sbs-navbar {
  background-color: #412112;
  border-bottom: 2px solid #f4c80c;
  font-family: 'Poppins', sans-serif;
}

.trek247-sbs-navbar-logo {
  height: 76px;
}

.trek247-sbs-toggler {
  border: none;
  color: #ffedc0;
  font-size: 1.4rem;
}

.trek247-sbs-nav-menu .nav-link {
  color: #ffedc0;
  font-weight: 500;
  margin: 0 12px;
  transition: color 0.3s ease;
}

.trek247-sbs-nav-menu .nav-link:hover,
.trek247-sbs-nav-menu .nav-link.active {
  color: #f4c80c;
}

/* Button on right */
.trek247-sbs-btn {
  background-color: #ffedc0;
  color: #412112;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.trek247-sbs-btn:hover {
  background-color: #f4c80c;
  color: #412112;
}


/* Hero Section */
.trek247-sbs-hero-section {
  position: relative;
  height: 100vh;
  color: #ffedc0;
  font-family: 'Poppins', sans-serif;
}

.trek247-sbs-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.trek247-sbs-hero-content {
  position: relative;
  z-index: 2;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 20px;
}

.trek247-sbs-hero-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffedc0;
  margin-bottom: 20px;
}

.trek247-sbs-hero-text {
  font-size: 1.2rem;
  color: #ffedc0;
  margin-bottom: 30px;
  line-height: 1.6;
}

.trek247-sbs-hero-btn {
  background-color: #ffedc0;
  color: #412112;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.trek247-sbs-hero-btn:hover {
  background-color: #f4c80c;
  color: #412112;
}


/* Disclaimer Section */
.trek247-sbs-disclaimer-section {
  padding: 80px 20px;
  background-color: #412112;
  color: #ffedc0;
  
}

.trek247-sbs-disclaimer-card {
  background: rgba(255, 237, 192, 0.05);
  border: 1px solid rgba(244, 200, 12, 0.4);
  border-radius: 16px;
  padding: 40px;
  max-width: 800px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.trek247-sbs-disclaimer-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffedc0;
  margin-bottom: 20px;
}

.trek247-sbs-disclaimer-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ffedc0;
}

.trek247-sbs-disclaimer-btn {
  margin-top: 25px;
  background-color: #ffedc0;
  color: #412112;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.trek247-sbs-disclaimer-btn:hover {
  background-color: #f4c80c;
  color: #412112;
}


/* Game Section */
.trek247-sbs-game-section {
  padding: 80px 20px;
  background-color: #412112;
  color: #ffedc0;
}

.trek247-sbs-game-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffedc0;
}

.trek247-sbs-game-subtext {
  font-size: 1.1rem;
  color: #ffedc0;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
}

.trek247-sbs-game-card {
  background: rgba(255, 237, 192, 0.05);
  border: 1px solid rgba(244, 200, 12, 0.4);
  border-radius: 16px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trek247-sbs-game-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.trek247-sbs-game-frame {
  width: 800px;
  height: 600px;
  max-width: 100%;
  max-height: 80vh; 
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.trek247-sbs-game-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}


.trek247-sbs-game-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #f4c80c;
}


/* ===============================
   Trekspire247 Features Section
   Colors strictly from site palette
=================================*/
.trek247-sbs-features-section {
  padding: 80px 20px;
  background: #412112; /* site background */
}

.trek247-sbs-features-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffedc0; /* heading color */
  margin-bottom: 15px;
}

.trek247-sbs-features-subtext {
  font-size: 1rem;
  color: #ffedc0; /* text color */
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.9;
}

/* Feature Card Styles */
.trek247-sbs-feature-card {
  background: rgba(255, 237, 192, 0.08); /* soft overlay of heading color */
  border-radius: 16px;
  padding: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.trek247-sbs-feature-card:hover {
  transform: translateY(-6px);
  background: rgba(244, 200, 12, 0.12); /* accent glow on hover */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

/* Icon Styling */
.trek247-sbs-feature-icon {
  font-size: 2rem;
  color: #f4c80c; /* accent */
  background: rgba(255, 237, 192, 0.15); 
  padding: 14px 18px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

/* Feature Titles */
.trek247-sbs-feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffedc0;
  margin-bottom: 8px;
}

/* Feature Text */
.trek247-sbs-feature-text {
  font-size: 0.95rem;
  color: #ffedc0;
  opacity: 0.85;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .trek247-sbs-feature-card {
    text-align: center;
  }
  .trek247-sbs-feature-icon {
    font-size: 1.6rem;
    padding: 12px 14px;
  }
}


/* About Section */
.trek247-sbs-about-section {
  padding: 80px 20px;
  background-color: #412112; /* site background */
}

.trek247-sbs-about-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffedc0; /* headings */
  margin-bottom: 20px;
}

.trek247-sbs-about-paragraph {
  font-size: 1.1rem;
  color: #ffedc0; /* text */
  line-height: 1.7;
  margin-bottom: 18px;
}

.accent-text {
  color: #f4c80c; /* highlight text */
  font-weight: 600;
}

.trek247-sbs-about-text {
  max-width: 800px;
}

.trek247-sbs-about-image {
  margin-top: 40px;
}

.trek247-sbs-about-img {
  max-width: 100%;
  height: auto;
}


/* Button */
.trek247-sbs-about-btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: #ffedc0; /* button bg */
  color: #412112; /* button text */
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.trek247-sbs-about-btn:hover {
  background-color: #f4c80c; /* hover bg */
  color: #412112;
}


/* Reviews Section */
.trek247-sbs-reviews {
  padding: 80px 20px;
  background-color: #412112; /* site background */
}

.trek247-sbs-reviews-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffedc0; /* headings */
  margin-bottom: 15px;
}

.trek247-sbs-reviews-subtext {
  color: #ffedc0; /* text */
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.trek247-sbs-review-card {
  background-color: #ffedc0; /* light card */
  color: #412112; /* text inside */
  border-radius: 16px;
  padding: 25px 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trek247-sbs-review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.trek247-sbs-review-avatar {
  font-size: 3rem;
  color: #f4c80c; /* accent */
  margin-bottom: 10px;
}

.trek247-sbs-review-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #412112;
  margin-bottom: 12px;
}

.trek247-sbs-review-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #412112;
}

.trek247-sbs-review-stars {
  font-size: 1.2rem;
  color: #f4c80c; /* stars in accent gold */
  font-weight: bold;
}


/* ================================
   Footer Styles
================================ */
.trek247-sbs-footer {
  background-color: #412112;
  color: #ffedc0;
  padding: 60px 20px 20px;
  font-family: Arial, sans-serif;
}

.trek247-sbs-footer-logo-img {
  max-width: 160px;
}

.trek247-sbs-footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trek247-sbs-footer-links li {
  display: inline-block;
  margin: 0 12px;
}

.trek247-sbs-footer-link {
  color: #ffedc0;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.trek247-sbs-footer-link:hover,
.trek247-sbs-footer-link:focus {
  color: #f4c80c;
}

.trek247-sbs-footer-disclaimer-title {
  font-size: 18px;
  color: #ffedc0;
  margin-bottom: 10px;
}

.trek247-sbs-footer-disclaimer-text {
  font-size: 14px;
  color: #ffedc0;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto;
}

.trek247-sbs-footer-social {
  margin: 20px 0;
}

.trek247-sbs-footer-social-link {
  color: #ffedc0;
  font-size: 18px;
  margin: 0 8px;
  transition: color 0.3s ease;
}

.trek247-sbs-footer-social-link:hover {
  color: #f4c80c;
}

.trek247-sbs-footer-bottom {
  border-top: 1px solid rgba(255, 237, 192, 0.2);
  margin-top: 25px;
  padding-top: 15px;
  font-size: 13px;
  color: #ffedc0;
}

/* ================================
   Age Popup Styles
================================ */
.trek247-sbs-age-popup {
  display: none; /* hidden until triggered */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 76, 65, 0.95);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}

.trek247-sbs-age-popup-content {
  background: #412112;
  padding: 30px;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  color: #ffedc0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.trek247-sbs-age-popup-title {
  font-size: 22px;
  color: #ffedc0;
  margin-bottom: 15px;
}

.trek247-sbs-age-popup-text {
  font-size: 15px;
  color: #ffedc0;
  line-height: 1.6;
  margin-bottom: 20px;
}

.trek247-sbs-age-popup-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.trek247-sbs-btn {
  background-color: #ffedc0;
  color: #412112;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.trek247-sbs-btn:hover {
  background-color: #f4c80c;
  transform: translateY(-2px);
}

.trek247-sbs-btn-decline {
  background: transparent;
  border: 2px solid #ffedc0;
  color: #ffedc0;
}

.trek247-sbs-btn-decline:hover {
  background: #f4c80c;
  border-color: #f4c80c;
  color: #412112;
}


/* ================================
   Scroll to Top Button
================================ */
.trek247-sbs-scroll-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  background-color: #ffedc0;
  color: #412112;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

.trek247-sbs-scroll-top:hover {
  background-color: #f4c80c;
  color: #412112;
  transform: translateY(-3px);
}

/* Show Button */
.trek247-sbs-scroll-top.show {
  opacity: 1;
  visibility: visible;
}


/* Contact Section */
.trek247-sbs-contact {
  background-color: #412112;
  color: #ffedc0;
  padding: 60px 20px;
}

.trek247-sbs-contact-title {
  font-size: 2rem;
  font-weight: bold;
  color: #ffedc0;
}

.trek247-sbs-contact-subtext {
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto 30px;
  color: #ffedc0;
}

.trek247-sbs-contact-form {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.trek247-sbs-input,
.trek247-sbs-textarea {
  width: 100%;
  padding: 14px 18px;
  margin-bottom: 20px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  background-color: #ffedc0;
  color: #412112;
}

.trek247-sbs-input::placeholder,
.trek247-sbs-textarea::placeholder {
  color: #412112;
  opacity: 0.8;
}

.trek247-sbs-btn {
  background-color: #ffedc0;
  color: #412112;
  border: none;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.trek247-sbs-btn:hover {
  background-color: #f4c80c;
  color: #412112;
}


/* Shared Legal Page Styles */
.trek247-sbs-disclaimer,
.trek247-sbs-privacy,
.trek247-sbs-terms {
  background-color: #412112;
  color: #ffedc0;
  padding: 60px 20px;
}

.trek247-sbs-title {
  font-size: 2rem;
  font-weight: bold;
  color: #ffedc0;
}

.trek247-sbs-text {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  font-size: 1rem;
  line-height: 1.7;
  color: #ffedc0;
}

.trek247-sbs-heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #f4c80c;
}

.trek247-sbs-text p {
  margin-bottom: 18px;
}
