.page-aw8-fishing-games {
  color: #ffffff; /* Thích hợp cho nền tối #121212 */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-aw8-fishing-games__dark-bg {
  background-color: #121212;
  color: #ffffff;
}

.page-aw8-fishing-games__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-aw8-fishing-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-aw8-fishing-games__section {
  padding: 60px 0;
  position: relative;
}

/* Fixed Nav Bar Spacing for first content section */
.page-aw8-fishing-games__hero-banner {
  padding-top: 120px; /* Desktop: Adjust for fixed header */
}

.page-aw8-fishing-games__section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #FFD700; /* Màu vàng thương hiệu */
}

.page-aw8-fishing-games__section-subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-aw8-fishing-games__sub-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-aw8-fishing-games__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-aw8-fishing-games__list li {
  margin-bottom: 8px;
  color: #f0f0f0;
}

/* Hero Banner Section */
.page-aw8-fishing-games__hero-banner {
  position: relative;
  overflow: hidden;
  height: 600px; /* Chiều cao cố định cho banner */
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-aw8-fishing-games__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-aw8-fishing-games__hero-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-aw8-fishing-games__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6); /* Lớp phủ tối để văn bản nổi bật */
  border-radius: 10px;
}

.page-aw8-fishing-games__hero-title {
  font-size: 48px;
  color: #FFD700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-aw8-fishing-games__hero-description {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
}

/* General Content Wrapper */
.page-aw8-fishing-games__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-aw8-fishing-games__content-wrapper .page-aw8-fishing-games__text-block {
  flex: 1;
}

.page-aw8-fishing-games__content-wrapper .page-aw8-fishing-games__image-block {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-aw8-fishing-games__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Features Grid */
.page-aw8-fishing-games__features-grid,
.page-aw8-fishing-games__steps-grid,
.page-aw8-fishing-games__tips-grid,
.page-aw8-fishing-games__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-aw8-fishing-games__feature-card,
.page-aw8-fishing-games__step-card,
.page-aw8-fishing-games__tip-card,
.page-aw8-fishing-games__promo-card {
  background-color: #1A202C; /* Nền phụ trợ */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-aw8-fishing-games__feature-card:hover,
.page-aw8-fishing-games__step-card:hover,
.page-aw8-fishing-games__tip-card:hover,
.page-aw8-fishing-games__promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.page-aw8-fishing-games__feature-icon,
.page-aw8-fishing-games__promo-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-aw8-fishing-games__feature-title,
.page-aw8-fishing-games__step-title,
.page-aw8-fishing-games__tip-title,
.page-aw8-fishing-games__promo-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-aw8-fishing-games__feature-description,
.page-aw8-fishing-games__step-description,
.page-aw8-fishing-games__tip-description,
.page-aw8-fishing-games__promo-description {
  font-size: 16px;
  color: #f0f0f0;
}

.page-aw8-fishing-games__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFD700;
  color: #1A202C;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-aw8-fishing-games__step-description a {
  color: #FFD700;
  text-decoration: none;
}

.page-aw8-fishing-games__step-description a:hover {
  text-decoration: underline;
}

/* Buttons */
.page-aw8-fishing-games__btn-primary,
.page-aw8-fishing-games__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-aw8-fishing-games__btn-primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-aw8-fishing-games__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  color: #1A202C;
}

.page-aw8-fishing-games__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-aw8-fishing-games__btn-secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
}

.page-aw8-fishing-games__cta-section {
  text-align: center;
  margin-top: 40px;
}

.page-aw8-fishing-games__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-aw8-fishing-games__cta-content {
  text-align: center;
}

/* FAQ Section */
.page-aw8-fishing-games__faq-list {
  margin-top: 40px;
}

.page-aw8-fishing-games__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-aw8-fishing-games__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 15px;
  opacity: 0;
  background-color: #1A202C; /* Nền phụ trợ cho câu trả lời */
  color: #f0f0f0; /* Màu chữ sáng */
}

.page-aw8-fishing-games__faq-item.active .page-aw8-fishing-games__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  border-radius: 0 0 5px 5px;
}

.page-aw8-fishing-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background-color: #1A202C; /* Nền phụ trợ cho câu hỏi */
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-aw8-fishing-games__faq-question:hover {
  background-color: #2a3340;
  border-color: #FFD700;
}

.page-aw8-fishing-games__faq-question:active {
  background-color: #3a4555;
}

.page-aw8-fishing-games__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #FFD700; /* Màu vàng thương hiệu cho câu hỏi */
}

.page-aw8-fishing-games__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #FFD700;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-aw8-fishing-games__faq-item.active .page-aw8-fishing-games__faq-toggle {
  color: #ffffff;
  transform: rotate(45deg);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-aw8-fishing-games__hero-title {
    font-size: 40px;
  }
  .page-aw8-fishing-games__hero-description {
    font-size: 18px;
  }
  .page-aw8-fishing-games__section-title {
    font-size: 30px;
  }
  .page-aw8-fishing-games__content-wrapper {
    flex-direction: column;
  }
  .page-aw8-fishing-games__features-grid,
  .page-aw8-fishing-games__steps-grid,
  .page-aw8-fishing-games__tips-grid,
  .page-aw8-fishing-games__promo-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-aw8-fishing-games__hero-banner {
    padding-top: 100px; /* Mobile: Adjust for fixed header */
    height: 450px;
  }
  .page-aw8-fishing-games__hero-title {
    font-size: 32px;
  }
  .page-aw8-fishing-games__hero-description {
    font-size: 16px;
  }
  .page-aw8-fishing-games__section {
    padding: 40px 0;
  }
  .page-aw8-fishing-games__container {
    padding: 0 15px;
  }
  .page-aw8-fishing-games__section-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .page-aw8-fishing-games__section-subtitle {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .page-aw8-fishing-games__sub-title {
    font-size: 20px;
  }
  .page-aw8-fishing-games__features-grid,
  .page-aw8-fishing-games__steps-grid,
  .page-aw8-fishing-games__tips-grid,
  .page-aw8-fishing-games__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-aw8-fishing-games__feature-card,
  .page-aw8-fishing-games__step-card,
  .page-aw8-fishing-games__tip-card,
  .page-aw8-fishing-games__promo-card {
    padding: 20px;
  }
  .page-aw8-fishing-games__feature-title,
  .page-aw8-fishing-games__step-title,
  .page-aw8-fishing-games__tip-title,
  .page-aw8-fishing-games__promo-title {
    font-size: 20px;
  }
  .page-aw8-fishing-games__btn-primary,
  .page-aw8-fishing-games__btn-secondary {
    padding: 12px 25px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-aw8-fishing-games__cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 15px;
  }
  .page-aw8-fishing-games__faq-question {
    padding: 15px;
  }
  .page-aw8-fishing-games__faq-question h3 {
    font-size: 16px;
  }
  .page-aw8-fishing-games__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
  }
  .page-aw8-fishing-games__faq-item.active .page-aw8-fishing-games__faq-answer {
    padding: 15px !important;
  }

  /* Image responsiveness for mobile */
  .page-aw8-fishing-games img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
  }
  .page-aw8-fishing-games__content-wrapper .page-aw8-fishing-games__image-block {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-aw8-fishing-games__hero-container {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-aw8-fishing-games__hero-content {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 15px;
  }
}