.page-hi8823-slot-games {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Dark text for light background */
  line-height: 1.6;
  background-color: #FFFFFF;
}

.page-hi8823-slot-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-hi8823-slot-games__section-title,
.page-hi8823-slot-games__hero-title {
  color: #26A9E0; /* Primary color for titles */
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5em;
  font-weight: bold;
}

.page-hi8823-slot-games__hero-section {
  background: linear-gradient(135deg, #26A9E0, #FFFFFF);
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFFFFF; /* White text for hero section */
}

.page-hi8823-slot-games__hero-content {
  max-width: 800px;
  z-index: 1;
  position: relative;
}

.page-hi8823-slot-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF; /* White text for hero title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}}