/* style/resources-top-games-on-hz88.css */
.page-resources-top-games-on-hz88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-top-games-on-hz88 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-top-games-on-hz88 .text-white {
  color: #FFFFFF !important;
}

.page-resources-top-games-on-hz88 .text-center {
  text-align: center;
}

.page-resources-top-games-on-hz88 .mt-5 {
  margin-top: 3rem !important;
}

.page-resources-top-games-on-hz88 .bg-secondary-dark {
  background-color: #0086b3; /* Darker shade of #00BFFF for better contrast with white text */
}

.page-resources-top-games-on-hz88 .hero-section {
  background: linear-gradient(135deg, #FFD700, #00BFFF); /* Gold to Deep Blue gradient */
  color: #1a1a1a; /* Dark text on light background */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-top-games-on-hz88 .hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-top-games-on-hz88 .hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #444;
}

.page-resources-top-games-on-hz88 .hero-actions .btn {
  margin: 10px;
}

.page-resources-top-games-on-hz88 .section-title {
  font-size: 2.5em;
  color: #1a1a1a;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-resources-top-games-on-hz88 .section-description {
  font-size: 1.1em;
  color: #555;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

.page-resources-top-games-on-hz88 .intro-section,
.page-resources-top-games-on-hz88 .games-overview-section,
.page-resources-top-games-on-hz88 .app-download-section,
.page-resources-top-games-on-hz88 .safety-section,
.page-resources-top-games-on-hz88 .how-to-start-section {
  padding: 80px 0;
}

.page-resources-top-games-on-hz88 .intro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-resources-top-games-on-hz88 .intro-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-top-games-on-hz88 .intro-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-resources-top-games-on-hz88 .intro-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
}

.page-resources-top-games-on-hz88 .intro-item h3 {
  font-size: 1.6em;
  color: #00BFFF;
  margin-bottom: 15px;
}

.page-resources-top-games-on-hz88 .intro-item p {
  color: #666;
  font-size: 1em;
}

.page-resources-top-games-on-hz88 .game-category {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.page-resources-top-games-on-hz88 .game-category:last-child {
  margin-bottom: 0;
}

.page-resources-top-games-on-hz88 .game-category.reverse {
  flex-direction: row-reverse;
}

.page-resources-top-games-on-hz88 .game-content {
  flex: 1;
  padding: 40px;
}

.page-resources-top-games-on-hz88 .game-content h3 {
  font-size: 2em;
  color: #FFD700; /* Gold for main headings */
  margin-bottom: 25px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.page-resources-top-games-on-hz88 .game-content p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 20px;
}

.page-resources-top-games-on-hz88 .game-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.page-resources-top-games-on-hz88 .game-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #555;
}

.page-resources-top-games-on-hz88 .game-content ul li::before {
  content: '✓';
  color: #00BFFF;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-resources-top-games-on-hz88 .game-image {
  flex: 1;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}

.page-resources-top-games-on-hz88 .game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-top-games-on-hz88 .cta-section {
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

.page-resources-top-games-on-hz88 .cta-section .section-title {
  color: #FFD700; /* Gold for CTA title */
  font-size: 2.8em;
  margin-bottom: 20px;
}

.page-resources-top-games-on-hz88 .cta-section .section-description {
  color: #e0e0e0;
  margin-bottom: 40px;
}

.page-resources-top-games-on-hz88 .app-download-section {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 80px 0;
}

.page-resources-top-games-on-hz88 .app-content {
  flex: 1;
}

.page-resources-top-games-on-hz88 .app-content h2 {
  color: #00BFFF;
  font-size: 2.5em;
  margin-bottom: 25px;
}

.page-resources-top-games-on-hz88 .app-content p {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 20px;
}

.page-resources-top-games-on-hz88 .app-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-top-games-on-hz88 .app-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1em;
  color: #666;
}

.page-resources-top-games-on-hz88 .app-content ul li::before {
  content: '📱'; /* Using an emoji for a modern touch */
  position: absolute;
  left: 0;
  color: #FFD700;
  font-size: 1.2em;
}

.page-resources-top-games-on-hz88 .app-image {
  flex: 1;
  text-align: center;
}

.page-resources-top-games-on-hz88 .app-image img {
  max-width: 80%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-top-games-on-hz88 .safety-section {
  background-color: #f0f8ff; /* Light blue background for safety section */
  padding: 80px 0;
}

.page-resources-top-games-on-hz88 .safety-section h2 {
  color: #00BFFF;
}

.page-resources-top-games-on-hz88 .safety-section p {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 20px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-top-games-on-hz88 .safety-section ul {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 40px auto;
}

.page-resources-top-games-on-hz88 .safety-section ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #444;
  background-color: #ffffff;
  padding: 15px 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-top-games-on-hz88 .how-to-start-section {
  padding: 80px 0;
}

.page-resources-top-games-on-hz88 .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.page-resources-top-games-on-hz88 .step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  border-bottom: 5px solid #FFD700;
  transition: all 0.3s ease;
}

.page-resources-top-games-on-hz88 .step-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-resources-top-games-on-hz88 .step-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 25px;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}

.page-resources-top-games-on-hz88 .step-item h3 {
  font-size: 1.8em;
  color: #00BFFF;
  margin-bottom: 15px;
}

.page-resources-top-games-on-hz88 .step-item p {
  color: #666;
  font-size: 1em;
}

.page-resources-top-games-on-hz88 .contact-section {
  padding: 80px 0;
  color: #fff;
}

.page-resources-top-games-on-hz88 .contact-section .section-title {
  color: #FFD700;
  font-size: 2.8em;
  margin-bottom: 20px;
}

.page-resources-top-games-on-hz88 .contact-section .section-description {
  color: #e0e0e0;
  margin-bottom: 40px;
}

/* Buttons */
.page-resources-top-games-on-hz88 .btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.page-resources-top-games-on-hz88 .btn-primary {
  background-color: #FFD700; /* Gold */
  color: #333; /* Dark text on gold for contrast */
  border: 2px solid #FFD700;
}

.page-resources-top-games-on-hz88 .btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  color: #111;
}

.page-resources-top-games-on-hz88 .btn-secondary {
  background-color: #00BFFF; /* Deep Blue */
  color: #FFFFFF; /* White text on blue for contrast */
  border: 2px solid #00BFFF;
}

.page-resources-top-games-on-hz88 .btn-secondary:hover {
  background-color: #00a0e6;
  border-color: #00a0e6;
  color: #f0f0f0;
}

.page-resources-top-games-on-hz88 .btn-lg {
  padding: 15px 40px;
  font-size: 1.2em;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-top-games-on-hz88 .hero-title {
    font-size: 2.5em;
  }
  .page-resources-top-games-on-hz88 .section-title {
    font-size: 2em;
  }
  .page-resources-top-games-on-hz88 .game-category {
    flex-direction: column;
  }
  .page-resources-top-games-on-hz88 .game-category.reverse {
    flex-direction: column;
  }
  .page-resources-top-games-on-hz88 .game-content {
    padding: 30px;
  }
  .page-resources-top-games-on-hz88 .game-image {
    min-height: 250px;
  }
  .page-resources-top-games-on-hz88 .app-download-section {
    flex-direction: column-reverse;
  }
  .page-resources-top-games-on-hz88 .app-image img {
    max-width: 100%;
    margin-top: 40px;
  }
  .page-resources-top-games-on-hz88 .intro-grid, .page-resources-top-games-on-hz88 .steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .page-resources-top-games-on-hz88 .hero-section {
    padding: 60px 0;
  }
  .page-resources-top-games-on-hz88 .hero-title {
    font-size: 2em;
  }
  .page-resources-top-games-on-hz88 .hero-description {
    font-size: 1em;
  }
  .page-resources-top-games-on-hz88 .section-title {
    font-size: 1.8em;
  }
  .page-resources-top-games-on-hz88 .section-description {
    font-size: 0.95em;
  }
  .page-resources-top-games-on-hz88 .btn {
    font-size: 1em;
    padding: 10px 20px;
  }
  .page-resources-top-games-on-hz88 .btn-lg {
    font-size: 1.1em;
    padding: 12px 25px;
  }
  .page-resources-top-games-on-hz88 .game-content h3 {
    font-size: 1.6em;
  }
  .page-resources-top-games-on-hz88 .game-content p, .page-resources-top-games-on-hz88 .game-content ul li {
    font-size: 0.95em;
  }
  .page-resources-top-games-on-hz88 .intro-item h3, .page-resources-top-games-on-hz88 .step-item h3 {
    font-size: 1.4em;
  }
  .page-resources-top-games-on-hz88 .app-content h2 {
    font-size: 2em;
  }
  .page-resources-top-games-on-hz88 .app-content p, .page-resources-top-games-on-hz88 .app-content ul li {
    font-size: 0.95em;
  }
}