.page-slot-games {
  font-family: 'Arial', sans-serif;
  color: #e0e0e0; /* Màu chữ nhạt trên nền tối */
  background-color: #0f1a25; /* Nền tối */
  line-height: 1.6;
}

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

/* Hero Section */
.page-slot-games .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #1a2a3a 0%, #0f1a25 100%); /* Nền gradient tối */
}

.page-slot-games .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-slot-games .hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-slot-games .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-slot-games .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-slot-games .hero-content h1 {
  font-size: 3.2em;
  color: #ffcc00; /* Màu vàng nổi bật */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-slot-games .hero-content p {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #ffcc00; /* Màu vàng */
  color: #1a2a3a; /* Chữ tối trên nền vàng */
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(255, 204, 0, 0.4);
}

.page-slot-games .cta-button:hover {
  background: #e6b800; /* Vàng đậm hơn khi hover */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 204, 0, 0.6);
}

/* General Section Styles */
.page-slot-games section {
  padding: 60px 0;
  text-align: center;
}

.page-slot-games section:nth-of-type(odd) {
  background-color: #1a2a3a;
}

.page-slot-games section:nth-of-type(even) {
  background-color: #0f1a25;
}

.page-slot-games h2 {
  font-size: 2.5em;
  color: #ffcc00; /* Màu vàng nổi bật */
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-slot-games h3 {
  font-size: 1.8em;
  color: #f0f0f0; /* Màu chữ sáng */
  margin-bottom: 15px;
}

.page-slot-games p {
  font-size: 1.1em;
  color: #e0e0e0; /* Màu chữ nhạt */
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games ul,
.page-slot-games ol {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px auto;
  max-width: 900px;
  text-align: left;
}

.page-slot-games ul li,
.page-slot-games ol li {
  background-color: #2a3b4c; /* Nền list item */
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 1.1em;
  color: #e0e0e0;
  border-left: 5px solid #ffcc00;
}

.page-slot-games ul li strong,
.page-slot-games ol li strong {
  color: #ffcc00;
}

.page-slot-games a {
  color: #ffcc00;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-slot-games a:hover {
  color: #e6b800;
  text-decoration: underline;
}

.page-slot-games .btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background: #ffcc00;
  color: #1a2a3a;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(255, 204, 0, 0.3);
}

.page-slot-games .btn-primary:hover {
  background: #e6b800;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 204, 0, 0.5);
}

.page-slot-games .btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  background: transparent;
  color: #ffcc00;
  border: 2px solid #ffcc00;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
}

.page-slot-games .btn-secondary:hover {
  background: #ffcc00;
  color: #1a2a3a;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 204, 0, 0.3);
}

.page-slot-games .btn-small {
  display: inline-block;
  padding: 8px 20px;
  background: #ffcc00;
  color: #1a2a3a;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  font-size: 0.9em;
  transition: all 0.3s ease;
}

.page-slot-games .btn-small:hover {
  background: #e6b800;
  transform: translateY(-1px);
}

/* Game Cards Grid */
.page-slot-games .game-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slot-games .game-card {
  background-color: #2a3b4c;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-slot-games .game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-slot-games .game-card img {
  width: 100%;
  max-width: 300px; /* Đảm bảo hình ảnh lớn hơn 200px */
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-slot-games .game-card h3 {
  color: #ffcc00;
  margin-bottom: 10px;
}

.page-slot-games .game-card p {
  font-size: 1em;
  color: #c0c0c0;
  flex-grow: 1;
  margin-bottom: 20px;
}

/* FAQ Section */
.page-slot-games .faq-list {
  margin-top: 40px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-slot-games .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #2a3b4c; /* Nền câu hỏi */
  border: 1px solid #3a4c5d;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-slot-games .faq-question:hover {
  background: #3a4c5d;
}

.page-slot-games .faq-question h3 {
  margin: 0;
  color: #ffcc00; /* Màu chữ câu hỏi */
  font-size: 1.2em;
}

.page-slot-games .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #ffcc00;
  transition: transform 0.3s ease;
}

.page-slot-games .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #1a2a3a; /* Nền câu trả lời */
  color: #e0e0e0;
}

.page-slot-games .faq-item.active .faq-answer {
  max-height: 500px; /* Đủ cao để chứa nội dung */
  padding: 20px 25px;
  border-radius: 0 0 8px 8px;
}

.page-slot-games .faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-slot-games .hero-content h1 {
    font-size: 2.8em;
  }
  .page-slot-games h2 {
    font-size: 2em;
  }
  .page-slot-games p {
    font-size: 1em;
  }
  .page-slot-games .cta-button {
    padding: 12px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-slot-games .hero-section {
    padding: 40px 15px;
  }
  .page-slot-games .hero-content h1 {
    font-size: 2.2em;
  }
  .page-slot-games .hero-content p {
    font-size: 0.95em;
  }
  .page-slot-games .cta-button {
    padding: 10px 25px;
    font-size: 1em;
  }
  .page-slot-games section {
    padding: 40px 0;
  }
  .page-slot-games h2 {
    font-size: 1.8em;
  }
  .page-slot-games h3 {
    font-size: 1.5em;
  }
  .page-slot-games .game-cards-grid {
    grid-template-columns: 1fr;
  }
  .page-slot-games ul li, .page-slot-games ol li {
    padding: 12px 15px;
    font-size: 1em;
  }
  .page-slot-games .faq-question {
    padding: 15px 20px;
  }
  .page-slot-games .faq-question h3 {
    font-size: 1.1em;
  }
  .page-slot-games .faq-answer {
    padding: 0 20px;
  }
  .page-slot-games .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-slot-games .hero-content h1 {
    font-size: 1.8em;
  }
  .page-slot-games .hero-content p {
    font-size: 0.9em;
  }
  .page-slot-games .cta-button {
    width: 100%;
    max-width: 250px;
  }
  .page-slot-games h2 {
    font-size: 1.5em;
  }
  .page-slot-games h3 {
    font-size: 1.3em;
  }
  .page-slot-games .game-card img {
    max-width: 250px;
  }
  .page-slot-games .faq-question h3 {
    font-size: 1em;
  }
}