.page-resources-v9bet-game-strategy {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f5f5f5;
}

.page-resources-v9bet-game-strategy-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-v9bet-game-strategy-section {
  padding: 40px 0;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-v9bet-game-strategy-section:nth-child(even) {
  background-color: #f9f9f9;
}

.page-resources-v9bet-game-strategy h1,
.page-resources-v9bet-game-strategy h2,
.page-resources-v9bet-game-strategy h3 {
  color: #000080; /* Deep Blue */
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.page-resources-v9bet-game-strategy h1 {
  font-size: 2.8em;
  color: #FFD700; /* Gold */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-resources-v9bet-game-strategy h2 {
  font-size: 2.2em;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-v9bet-game-strategy h3 {
  font-size: 1.8em;
  color: #000080;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-v9bet-game-strategy p {
  margin-bottom: 15px;
  text-align: justify;
}

.page-resources-v9bet-game-strategy ul,
.page-resources-v9bet-game-strategy ol {
  margin-bottom: 15px;
  padding-left: 25px;
}

.page-resources-v9bet-game-strategy li {
  margin-bottom: 8px;
  color: #555;
}

.page-resources-v9bet-game-strategy-hero {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #000080 0%, #3a3a9a 100%); /* Dark Blue Gradient */
  color: #ffffff;
  overflow: hidden;
  margin-bottom: 0; /* Remove margin-bottom for hero */
  border-radius: 0;
  box-shadow: none;
}

.page-resources-v9bet-game-strategy-hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-v9bet-game-strategy-hero-image {
  width: 100%;
  height: auto;
  max-width: 900px; /* Adjust max-width for image */
  display: block;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-v9bet-game-strategy-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-v9bet-game-strategy-hero-content h1 {
  color: #FFD700; /* Gold for main title */
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-v9bet-game-strategy-hero-content p {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-resources-v9bet-game-strategy-hero-content strong {
  color: #FFD700;
}

.page-resources-v9bet-game-strategy-cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700; /* Primary Gold */
  color: #000080; /* Text on gold should be dark blue for contrast */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 2px solid #FFD700;
}

.page-resources-v9bet-game-strategy-cta-button:hover {
  background: #e6c200; /* Slightly darker gold on hover */
  color: #00005a;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-v9bet-game-strategy-image-content {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-v9bet-game-strategy-image-small {
  width: 100%;
  max-width: 400px; /* Ensure images are not too small */
  height: auto;
  border-radius: 8px;
  margin: 15px auto;
  display: block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-resources-v9bet-game-strategy-game-card {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.page-resources-v9bet-game-strategy-game-card:hover {
  transform: translateY(-5px);
}

.page-resources-v9bet-game-strategy-game-card h3 {
  color: #000080;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.6em;
}

.page-resources-v9bet-game-strategy-game-card p {
  text-align: justify;
}

/* FAQ Styles */
.page-resources-v9bet-game-strategy-faq .faq-item {
  margin-bottom: 15px;
}

.page-resources-v9bet-game-strategy-faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #000080; /* Deep Blue background for question */
  color: #FFD700; /* Gold text for contrast */
  border: 1px solid #000080;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-v9bet-game-strategy-faq .faq-question:hover {
  background: #1a1a9a; /* Slightly lighter blue on hover */
  color: #ffe066;
}

.page-resources-v9bet-game-strategy-faq .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: inherit; /* Inherit color from parent */
  text-align: left;
}

.page-resources-v9bet-game-strategy-faq .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: inherit;
}

.page-resources-v9bet-game-strategy-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f0f8ff; /* Light background for answer */
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.page-resources-v9bet-game-strategy-faq .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to show content */
  padding: 20px 25px;
}

.page-resources-v9bet-game-strategy-faq .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #FFD700;
}

.page-resources-v9bet-game-strategy-cta-large {
  font-size: 1.5em;
  padding: 18px 50px;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-v9bet-game-strategy-hero-content h1 {
    font-size: 3em;
  }
  .page-resources-v9bet-game-strategy-hero-content p {
    font-size: 1.2em;
  }
  .page-resources-v9bet-game-strategy h2 {
    font-size: 2em;
  }
  .page-resources-v9bet-game-strategy h3 {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-v9bet-game-strategy-hero {
    padding: 40px 15px;
  }
  .page-resources-v9bet-game-strategy-hero-image {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .page-resources-v9bet-game-strategy-hero-content h1 {
    font-size: 2.5em;
  }
  .page-resources-v9bet-game-strategy-hero-content p {
    font-size: 1em;
  }
  .page-resources-v9bet-game-strategy-cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-resources-v9bet-game-strategy h1 {
    font-size: 2.2em;
  }
  .page-resources-v9bet-game-strategy h2 {
    font-size: 1.8em;
  }
  .page-resources-v9bet-game-strategy h3 {
    font-size: 1.4em;
    text-align: center;
  }
  .page-resources-v9bet-game-strategy-game-card {
    padding: 20px;
  }
  .page-resources-v9bet-game-strategy-faq .faq-question {
    padding: 15px 20px;
  }
  .page-resources-v9bet-game-strategy-faq .faq-question h3 {
    font-size: 1.1em;
  }
  .page-resources-v9bet-game-strategy-faq .faq-toggle {
    font-size: 20px;
  }
  .page-resources-v9bet-game-strategy-faq .faq-answer {
    padding: 0 20px;
  }
  .page-resources-v9bet-game-strategy-faq .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
  .page-resources-v9bet-game-strategy-cta-large {
    font-size: 1.2em;
    padding: 15px 35px;
  }
}

@media (max-width: 480px) {
  .page-resources-v9bet-game-strategy-hero-content h1 {
    font-size: 2em;
  }
  .page-resources-v9bet-game-strategy-hero-image {
    border-radius: 8px;
  }
  .page-resources-v9bet-game-strategy h1 {
    font-size: 1.8em;
  }
  .page-resources-v9bet-game-strategy h2 {
    font-size: 1.6em;
  }
  .page-resources-v9bet-game-strategy h3 {
    font-size: 1.2em;
  }
  .page-resources-v9bet-game-strategy-section {
    padding: 25px 0;
  }
  .page-resources-v9bet-game-strategy-container {
    padding: 15px;
  }
  .page-resources-v9bet-game-strategy-game-card {
    padding: 15px;
  }
}