.page-index-popular-games-overview {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-index-popular-games-overview .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-popular-games-overview .highlight-text {
  color: #DC143C;
}

.page-index-popular-games-overview .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
}

.page-index-popular-games-overview .btn-primary {
  background-color: #FFD700; /* Gold */
  color: #333;
  border: 2px solid #FFD700;
}

.page-index-popular-games-overview .btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-index-popular-games-overview .btn-secondary {
  background-color: transparent;
  color: #DC143C; /* Crimson */
  border: 2px solid #DC143C;
}

.page-index-popular-games-overview .btn-secondary:hover {
  background-color: #DC143C;
  color: #fff;
}

.page-index-popular-games-overview .btn-small {
  padding: 8px 15px;
  font-size: 0.9em;
}

.page-index-popular-games-overview .hero-section {
  background: linear-gradient(135deg, #FFD700, #DC143C);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-index-popular-games-overview .hero-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-index-popular-games-overview .hero-content {
  max-width: 700px;
}

.page-index-popular-games-overview .hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
}

.page-index-popular-games-overview .hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #eee;
}

.page-index-popular-games-overview .hero-buttons .btn {
  margin: 0 10px;
}

.page-index-popular-games-overview .hero-image-wrapper {
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
}

.page-index-popular-games-overview .hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-index-popular-games-overview .games-overview-section, 
.page-index-popular-games-overview .why-alo88-section, 
.page-index-popular-games-overview .faq-section {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}

.page-index-popular-games-overview .section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #333;
}

.page-index-popular-games-overview .section-description {
  font-size: 1.1em;
  color: #666;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-index-popular-games-overview .game-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-popular-games-overview .game-card {
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-popular-games-overview .game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-index-popular-games-overview .game-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-popular-games-overview .game-card-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-index-popular-games-overview .game-card-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-popular-games-overview .game-card-title a:hover {
  color: #DC143C;
}

.page-index-popular-games-overview .game-card-description {
  color: #555;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-index-popular-games-overview .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-popular-games-overview .feature-item {
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
}

.page-index-popular-games-overview .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-popular-games-overview .feature-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #DC143C;
}

.page-index-popular-games-overview .feature-description {
  color: #555;
  font-size: 0.95em;
}

.page-index-popular-games-overview .cta-bottom {
  margin-top: 60px;
  padding: 40px;
  background-color: #FFD700;
  border-radius: 10px;
  color: #333;
}

.page-index-popular-games-overview .cta-text {
  font-size: 1.8em;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-popular-games-overview .faq-section {
  background-color: #f2f2f2;
}

.page-index-popular-games-overview .faq-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-index-popular-games-overview .faq-question {
  font-size: 1.3em;
  color: #DC143C;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-index-popular-games-overview .faq-answer {
  font-size: 1em;
  color: #555;
  display: none; /* Hidden by default, toggled by JS */
}

.page-index-popular-games-overview .faq-item.active .faq-answer {
  display: block;
}

.page-index-popular-games-overview .floating-ad-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.page-index-popular-games-overview .floating-btn {
  display: block;
  width: 120px;
  padding: 10px 15px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.page-index-popular-games-overview .floating-btn:hover {
  transform: scale(1.05);
}

.page-index-popular-games-overview .register-btn {
  background-color: #FFD700;
  color: #333;
}

.page-index-popular-games-overview .register-btn:hover {
  background-color: #e6c200;
}

.page-index-popular-games-overview .download-btn {
  background-color: #DC143C;
  color: #fff;
}

.page-index-popular-games-overview .download-btn:hover {
  background-color: #a30e2a;
}

.page-index-popular-games-overview .promo-btn {
  background-color: #007bff;
  color: #fff;
}

.page-index-popular-games-overview .promo-btn:hover {
  background-color: #0056b3;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-popular-games-overview .hero-title {
    font-size: 2.5em;
  }
  .page-index-popular-games-overview .section-title {
    font-size: 2em;
  }
  .page-index-popular-games-overview .hero-section .container {
    flex-direction: column;
  }
  .page-index-popular-games-overview .hero-image-wrapper {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .page-index-popular-games-overview .hero-section {
    padding: 60px 0;
  }
  .page-index-popular-games-overview .hero-title {
    font-size: 2em;
  }
  .page-index-popular-games-overview .hero-description {
    font-size: 1em;
  }
  .page-index-popular-games-overview .hero-buttons .btn {
    margin: 5px 0;
    display: block;
    width: 100%;
  }
  .page-index-popular-games-overview .game-cards-grid, 
  .page-index-popular-games-overview .features-grid {
    grid-template-columns: 1fr;
  }
  .page-index-popular-games-overview .section-title {
    font-size: 1.8em;
  }
  .page-index-popular-games-overview .cta-text {
    font-size: 1.5em;
  }
  .page-index-popular-games-overview .floating-ad-menu {
    right: 10px;
    bottom: 10px;
  }
  .page-index-popular-games-overview .floating-btn {
    width: 100px;
    font-size: 0.9em;
  }
}