/* style/no-hu-slot-games-introduction.css */
.page-no-hu-slot-games-introduction {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Màu chữ sáng trên nền tối */
  background-color: #1A1A1A;
  line-height: 1.6;
}

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

.page-no-hu-slot-games-introduction section {
  padding: 60px 0;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-no-hu-slot-games-introduction h1, .page-no-hu-slot-games-introduction h2 {
  color: #FFD700; /* Màu vàng nổi bật cho tiêu đề chính */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-no-hu-slot-games-introduction h1 {
  font-size: 2.8em;
  line-height: 1.2;
}

.page-no-hu-slot-games-introduction h2 {
  font-size: 2.2em;
}

.page-no-hu-slot-games-introduction h3 {
  color: #FFD700; /* Màu vàng cho tiêu đề phụ */
  font-size: 1.6em;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
}

.page-no-hu-slot-games-introduction h4 {
  color: #E0E0E0;
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-no-hu-slot-games-introduction p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #CCCCCC;
}

.page-no-hu-slot-games-introduction a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-no-hu-slot-games-introduction a:hover {
  color: #FFFFFF;
}

/* Hero Section */
.page-no-hu-slot-games-introduction .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: #1A1A1A;
  overflow: hidden;
}

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

.page-no-hu-slot-games-introduction .hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-no-hu-slot-games-introduction .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.page-no-hu-slot-games-introduction .hero-image img:hover {
  transform: scale(1.03);
}

.page-no-hu-slot-games-introduction .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 15px;
}

.page-no-hu-slot-games-introduction .hero-content h1 {
  margin-top: 0;
  font-size: 3.2em;
  color: #FFD700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
}

.page-no-hu-slot-games-introduction .hero-content p {
  font-size: 1.3em;
  color: #E0E0E0;
  max-width: 800px;
  margin: 20px auto 30px auto;
}

.page-no-hu-slot-games-introduction .cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(90deg, #FFD700, #FFA500);
  color: #1A1A1A;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-no-hu-slot-games-introduction .cta-button:hover {
  background: linear-gradient(90deg, #FFA500, #FFD700);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-no-hu-slot-games-introduction .button-small {
  display: inline-block;
  padding: 10px 25px;
  background: #FFD700;
  color: #1A1A1A;
  text-decoration: none;
  border-radius: 25px;
  font-size: 1em;
  font-weight: bold;
  margin-top: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

.page-no-hu-slot-games-introduction .button-small:hover {
  background: #FFA500;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.5);
}

/* Why Choose Section */
.page-no-hu-slot-games-introduction .section-why-choose {
  background-color: #222222;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-no-hu-slot-games-introduction .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-no-hu-slot-games-introduction .feature-item {
  background-color: #2D2D2D;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-no-hu-slot-games-introduction .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-no-hu-slot-games-introduction .feature-item img {
  width: 150px; /* Kích thước tối thiểu 200x200px. Điều chỉnh cho phù hợp. */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-no-hu-slot-games-introduction .feature-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-no-hu-slot-games-introduction .feature-item p {
  font-size: 1em;
  color: #B0B0B0;
}

/* How To Play Section */
.page-no-hu-slot-games-introduction .section-how-to-play {
  background-color: #1A1A1A;
}

.page-no-hu-slot-games-introduction .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-no-hu-slot-games-introduction .step-item {
  background-color: #2D2D2D;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-no-hu-slot-games-introduction .step-item img {
  width: 180px; /* Kích thước tối thiểu 200x200px. Điều chỉnh cho phù hợp. */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-no-hu-slot-games-introduction .step-item h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-top: 0;
}

.page-no-hu-slot-games-introduction .step-item p {
  color: #B0B0B0;
  font-size: 0.95em;
}

/* Game Types Section */
.page-no-hu-slot-games-introduction .section-game-types {
  background-color: #222222;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-no-hu-slot-games-introduction .game-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-no-hu-slot-games-introduction .game-type-card {
  background-color: #2D2D2D;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-no-hu-slot-games-introduction .game-type-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-no-hu-slot-games-introduction .game-type-card img {
  width: 100%;
  height: 200px; /* Kích thước tối thiểu 200x200px. Điều chỉnh cho phù hợp. */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-no-hu-slot-games-introduction .game-type-card h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-top: 0;
}

.page-no-hu-slot-games-introduction .game-type-card p {
  color: #B0B0B0;
  font-size: 0.95em;
}

/* Promotions Section */
.page-no-hu-slot-games-introduction .section-promotions {
  background-color: #1A1A1A;
}

.page-no-hu-slot-games-introduction .promotions-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-no-hu-slot-games-introduction .promo-item {
  background-color: #2D2D2D;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-no-hu-slot-games-introduction .promo-item img {
  width: 180px; /* Kích thước tối thiểu 200x200px. Điều chỉnh cho phù hợp. */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-no-hu-slot-games-introduction .promo-item h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-top: 0;
}

.page-no-hu-slot-games-introduction .promo-item p {
  color: #B0B0B0;
  font-size: 0.95em;
}

.page-no-hu-slot-games-introduction .cta-center {
  text-align: center;
  margin-top: 50px;
}

/* Safety Section */
.page-no-hu-slot-games-introduction .section-safety {
  background-color: #222222;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-no-hu-slot-games-introduction .safety-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-no-hu-slot-games-introduction .safety-item {
  background-color: #2D2D2D;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-no-hu-slot-games-introduction .safety-item img {
  width: 150px; /* Kích thước tối thiểu 200x200px. Điều chỉnh cho phù hợp. */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-no-hu-slot-games-introduction .safety-item h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-top: 0;
}

.page-no-hu-slot-games-introduction .safety-item p {
  color: #B0B0B0;
  font-size: 0.95em;
}

/* FAQ Section */
.page-no-hu-slot-games-introduction .section-faq {
  background-color: #1A1A1A;
}

.page-no-hu-slot-games-introduction .faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-no-hu-slot-games-introduction .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-no-hu-slot-games-introduction .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #2D2D2D;
  color: #FFD700;
  border: 1px solid #3A3A3A;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-no-hu-slot-games-introduction .faq-question:hover {
  background: #3A3A3A;
  color: #FFFFFF;
}

.page-no-hu-slot-games-introduction .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: inherit; /* Kế thừa màu từ .faq-question */
}

.page-no-hu-slot-games-introduction .faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  transition: transform 0.3s ease;
  line-height: 1;
}

.page-no-hu-slot-games-introduction .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #222222;
  color: #B0B0B0;
  border-radius: 0 0 8px 8px;
  font-size: 1em;
}

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

.page-no-hu-slot-games-introduction .faq-item.active .faq-question {
  background: #3A3A3A;
  color: #FFFFFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

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

/* Conclusion Section */
.page-no-hu-slot-games-introduction .section-conclusion {
  background-color: #222222;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-no-hu-slot-games-introduction .section-conclusion p {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #E0E0E0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-no-hu-slot-games-introduction h1 {
    font-size: 2.5em;
  }
  .page-no-hu-slot-games-introduction h2 {
    font-size: 2em;
  }
  .page-no-hu-slot-games-introduction .hero-content p {
    font-size: 1.1em;
  }
  .page-no-hu-slot-games-introduction .cta-button {
    padding: 15px 35px;
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-no-hu-slot-games-introduction section {
    padding: 40px 0;
  }
  .page-no-hu-slot-games-introduction h1 {
    font-size: 2em;
  }
  .page-no-hu-slot-games-introduction h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-no-hu-slot-games-introduction h3 {
    font-size: 1.3em;
    text-align: center;
  }
  .page-no-hu-slot-games-introduction .hero-section {
    padding: 60px 15px;
  }
  .page-no-hu-slot-games-introduction .hero-image {
    margin-bottom: 20px;
  }
  .page-no-hu-slot-games-introduction .hero-content h1 {
    font-size: 2.5em;
  }
  .page-no-hu-slot-games-introduction .hero-content p {
    font-size: 1em;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .page-no-hu-slot-games-introduction .cta-button {
    padding: 12px 30px;
    font-size: 1.1em;
    margin-top: 20px;
  }
  .page-no-hu-slot-games-introduction .features-grid, .page-no-hu-slot-games-introduction .steps-grid, .page-no-hu-slot-games-introduction .game-types-grid, .page-no-hu-slot-games-introduction .promotions-list, .page-no-hu-slot-games-introduction .safety-points {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .page-no-hu-slot-games-introduction .feature-item, .page-no-hu-slot-games-introduction .step-item, .page-no-hu-slot-games-introduction .game-type-card, .page-no-hu-slot-games-introduction .promo-item, .page-no-hu-slot-games-introduction .safety-item {
    padding: 25px;
  }
  .page-no-hu-slot-games-introduction .feature-item img, .page-no-hu-slot-games-introduction .step-item img, .page-no-hu-slot-games-introduction .promo-item img, .page-no-hu-slot-games-introduction .safety-item img {
    width: 120px; /* Điều chỉnh kích thước hình ảnh cho di động */
  }
  .page-no-hu-slot-games-introduction .game-type-card img {
    height: 180px;
  }
  .page-no-hu-slot-games-introduction .faq-question {
    padding: 15px 20px;
  }
  .page-no-hu-slot-games-introduction .faq-question h3 {
    font-size: 1.1em;
  }
  .page-no-hu-slot-games-introduction .faq-toggle {
    font-size: 1.5em;
  }
  .page-no-hu-slot-games-introduction .faq-answer {
    padding: 0 20px;
  }
  .page-no-hu-slot-games-introduction .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
  .page-no-hu-slot-games-introduction .section-conclusion p {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-no-hu-slot-games-introduction h1 {
    font-size: 1.8em;
  }
  .page-no-hu-slot-games-introduction .hero-content h1 {
    font-size: 2em;
  }
  .page-no-hu-slot-games-introduction .cta-button {
    font-size: 1em;
    padding: 10px 25px;
  }
  .page-no-hu-slot-games-introduction .feature-item img, .page-no-hu-slot-games-introduction .step-item img, .page-no-hu-slot-games-introduction .promo-item img, .page-no-hu-slot-games-introduction .safety-item img {
    width: 100px; /* Điều chỉnh kích thước hình ảnh cho di động nhỏ hơn */
  }
  .page-no-hu-slot-games-introduction .game-type-card img {
    height: 150px;
  }
}