/* style/resources-vn58vip-game-strategy-guide.css */
.page-resources-vn58vip-game-strategy-guide {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark backgrounds */
  background-color: #0A192F; /* Main dark background */
  line-height: 1.6;
}

.page-resources-vn58vip-game-strategy-guide .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-vn58vip-game-strategy-guide .hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #2a3a5f 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-resources-vn58vip-game-strategy-guide .hero-title {
  font-size: 3.2em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-vn58vip-game-strategy-guide .hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-vn58vip-game-strategy-guide .btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
  border: none;
}

.page-resources-vn58vip-game-strategy-guide .btn-primary {
  background-color: #FFD700; /* Gold button */
  color: #0A192F; /* Dark blue text on gold */
}

.page-resources-vn58vip-game-strategy-guide .btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-vn58vip-game-strategy-guide .btn-secondary {
  background-color: #0A192F; /* Dark blue button */
  color: #FFD700; /* Gold text on dark blue */
  border: 2px solid #FFD700;
}

.page-resources-vn58vip-game-strategy-guide .btn-secondary:hover {
  background-color: #1a2d4b;
  transform: translateY(-2px);
}

.page-resources-vn58vip-game-strategy-guide .section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 50px;
  padding-top: 40px;
  position: relative;
}

.page-resources-vn58vip-game-strategy-guide .section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-vn58vip-game-strategy-guide .introduction-section, 
.page-resources-vn58vip-game-strategy-guide .general-strategy-section, 
.page-resources-vn58vip-game-strategy-guide .game-specific-strategies, 
.page-resources-vn58vip-game-strategy-guide .responsible-gaming-section,
.page-resources-vn58vip-game-strategy-guide .why-choose-vn58vip-section,
.page-resources-vn58vip-game-strategy-guide .cta-section {
  padding: 60px 0;
  background-color: #0A192F;
}

.page-resources-vn58vip-game-strategy-guide p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
  text-align: justify;
}

.page-resources-vn58vip-game-strategy-guide .highlight-text {
  color: #FFD700;
  font-weight: bold;
}

.page-resources-vn58vip-game-strategy-guide .strategy-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-vn58vip-game-strategy-guide .strategy-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-vn58vip-game-strategy-guide .strategy-list li strong {
  color: #FFD700;
}

.page-resources-vn58vip-game-strategy-guide .article-title {
  font-size: 2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-vn58vip-game-strategy-guide .strategy-article h4 {
  font-size: 1.5em;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-vn58vip-game-strategy-guide .strategy-article ul {
  list-style-type: circle;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-vn58vip-game-strategy-guide .strategy-article ul li {
  margin-bottom: 8px;
  font-size: 1em;
}

.page-resources-vn58vip-game-strategy-guide .img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-vn58vip-game-strategy-guide .cta-section {
  text-align: center;
  background-color: #1a2d4b; /* Slightly lighter dark blue for CTA */
  padding: 80px 0;
}

.page-resources-vn58vip-game-strategy-guide .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-vn58vip-game-strategy-guide .hero-title {
    font-size: 2.5em;
  }
  .page-resources-vn58vip-game-strategy-guide .hero-description {
    font-size: 1.1em;
  }
  .page-resources-vn58vip-game-strategy-guide .section-title {
    font-size: 2em;
  }
  .page-resources-vn58vip-game-strategy-guide .article-title {
    font-size: 1.7em;
  }
  .page-resources-vn58vip-game-strategy-guide .btn {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-resources-vn58vip-game-strategy-guide .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-vn58vip-game-strategy-guide .hero-title {
    font-size: 2em;
  }
  .page-resources-vn58vip-game-strategy-guide .hero-description {
    font-size: 1em;
  }
  .page-resources-vn58vip-game-strategy-guide .section-title {
    font-size: 1.8em;
  }
  .page-resources-vn58vip-game-strategy-guide .article-title {
    font-size: 1.5em;
  }
  .page-resources-vn58vip-game-strategy-guide .btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-resources-vn58vip-game-strategy-guide .cta-buttons {
    align-items: center;
  }
}