.page-resources-hi88-game-selection {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A192F; /* Main dark blue background */
  line-height: 1.6;
}

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

.page-resources-hi88-game-selection .hero-section {
  position: relative;
  background: linear-gradient(135deg, #0A192F 0%, #1A3A6A 100%); /* Dark blue gradient */
  padding: 120px 0;
  text-align: center;
  color: #FFFFFF;
  overflow: hidden;
}

.page-resources-hi88-game-selection .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.page-resources-hi88-game-selection .hero-section .container {
  position: relative;
  z-index: 2;
}

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

.page-resources-hi88-game-selection .hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-hi88-game-selection .hero-actions .btn {
  margin: 10px;
  padding: 15px 30px;
  font-size: 1.1em;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.page-resources-hi88-game-selection .hero-actions .btn-primary {
  background-color: #FFD700; /* Gold button */
  color: #0A192F; /* Dark blue text on gold */
  border: 2px solid #FFD700;
}

.page-resources-hi88-game-selection .hero-actions .btn-primary:hover {
  background-color: #E6C200;
  transform: translateY(-3px);
}

.page-resources-hi88-game-selection .hero-actions .btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-hi88-game-selection .hero-actions .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-3px);
}

.page-resources-hi88-game-selection .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-resources-hi88-game-selection .content-section {
  padding: 60px 0;
}

.page-resources-hi88-game-selection .intro-section {
  background-color: #0F284B;
}

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

.page-resources-hi88-game-selection .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-hi88-game-selection .content-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
  text-align: justify;
}

.page-resources-hi88-game-selection .content-section p strong {
  color: #FFD700;
}

.page-resources-hi88-game-selection .factors-section {
  background-color: #0A192F;
}

.page-resources-hi88-game-selection .grid-2-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .page-resources-hi88-game-selection .grid-2-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-resources-hi88-game-selection .factor-item {
  background-color: #1A3A6A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-resources-hi88-game-selection .factor-item:hover {
  transform: translateY(-5px);
}

.page-resources-hi88-game-selection .factor-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 10px;
}

.page-resources-hi88-game-selection .factor-item p {
  font-size: 1em;
  color: #D0D0D0;
  text-align: left;
}

.page-resources-hi88-game-selection .strategy-section {
  background-color: #0F284B;
}

.page-resources-hi88-game-selection .strategy-section ol {
  list-style-type: decimal;
  padding-left: 25px;
  margin-top: 20px;
}

.page-resources-hi88-game-selection .strategy-section li {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-resources-hi88-game-selection .strategy-section li strong {
  color: #FFD700;
}

.page-resources-hi88-game-selection .popular-games-section {
  background-color: #0A192F;
}

.page-resources-hi88-game-selection .game-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .page-resources-hi88-game-selection .game-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-resources-hi88-game-selection .game-item {
  background-color: #1A3A6A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-hi88-game-selection .game-item h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-resources-hi88-game-selection .game-item p {
  font-size: 1em;
  color: #D0D0D0;
  margin-bottom: 15px;
  text-align: left;
}

.page-resources-hi88-game-selection .game-item ul {
  list-style-type: disc;
  padding-left: 20px;
}

.page-resources-hi88-game-selection .game-item li {
  color: #D0D0D0;
  font-size: 0.95em;
}

.page-resources-hi88-game-selection .registration-cta {
  background-color: #0F284B;
  text-align: center;
}

.page-resources-hi88-game-selection .registration-cta .section-title {
  color: #FFD700;
}

.page-resources-hi88-game-selection .cta-buttons {
  margin-top: 40px;
}

.page-resources-hi88-game-selection .cta-buttons .btn-large {
  padding: 18px 35px;
  font-size: 1.2em;
  margin: 10px;
}

.page-resources-hi88-game-selection .cta-buttons .btn-primary {
  background-color: #FFD700;
  color: #0A192F;
  border: 2px solid #FFD700;
}

.page-resources-hi88-game-selection .cta-buttons .btn-primary:hover {
  background-color: #E6C200;
  transform: translateY(-3px);
}

.page-resources-hi88-game-selection .cta-buttons .btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-hi88-game-selection .cta-buttons .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-3px);
}

.page-resources-hi88-game-selection .cta-buttons .btn-tertiary {
  background-color: #0A192F;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-hi88-game-selection .cta-buttons .btn-tertiary:hover {
  background-color: #1A3A6A;
  transform: translateY(-3px);
}

.page-resources-hi88-game-selection .responsible-gaming-section {
  background-color: #0A192F;
  padding: 60px 0;
}

.page-resources-hi88-game-selection .conclusion-section {
  background-color: #0F284B;
  text-align: center;
}

.page-resources-hi88-game-selection .final-cta .btn-huge {
  padding: 20px 40px;
  font-size: 1.3em;
  margin-top: 30px;
  background-color: #FFD700;
  color: #0A192F;
  border: 2px solid #FFD700;
  border-radius: 8px;
}

.page-resources-hi88-game-selection .final-cta .btn-huge:hover {
  background-color: #E6C200;
  transform: translateY(-5px);
}

.page-resources-hi88-game-selection .section-image {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-hi88-game-selection .hero-title {
    font-size: 3em;
  }
  .page-resources-hi88-game-selection .hero-subtitle {
    font-size: 1.2em;
  }
  .page-resources-hi88-game-selection .section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-hi88-game-selection .hero-section {
    padding: 80px 0;
  }
  .page-resources-hi88-game-selection .hero-title {
    font-size: 2.5em;
  }
  .page-resources-hi88-game-selection .hero-subtitle {
    font-size: 1em;
  }
  .page-resources-hi88-game-selection .hero-actions .btn {
    padding: 12px 25px;
    font-size: 1em;
    display: block;
    margin: 10px auto;
    max-width: 280px;
  }
  .page-resources-hi88-game-selection .section-title {
    font-size: 1.8em;
  }
  .page-resources-hi88-game-selection .content-section p {
    font-size: 1em;
  }
  .page-resources-hi88-game-selection .grid-2-cols {
    grid-template-columns: 1fr;
  }
  .page-resources-hi88-game-selection .game-list {
    grid-template-columns: 1fr;
  }
  .page-resources-hi88-game-selection .cta-buttons .btn-large {
    font-size: 1.1em;
    padding: 15px 25px;
    display: block;
    margin: 10px auto;
    max-width: 300px;
  }
  .page-resources-hi88-game-selection .final-cta .btn-huge {
    font-size: 1.1em;
    padding: 18px 30px;
  }
}

@media (max-width: 480px) {
  .page-resources-hi88-game-selection .hero-title {
    font-size: 2em;
  }
  .page-resources-hi88-game-selection .section-title {
    font-size: 1.5em;
  }
  .page-resources-hi88-game-selection .factor-item h3,
  .page-resources-hi88-game-selection .game-item h3 {
    font-size: 1.3em;
  }
}