.page-fishing-games {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

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

.page-fishing-games-section {
  padding: 60px 0;
  text-align: center;
}

.page-fishing-games-section:nth-child(even) {
  background-color: #eaf0ef;
}

.page-fishing-games h1,
.page-fishing-games h2 {
  color: #003366;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-fishing-games h1 {
  font-size: 3em;
  line-height: 1.2;
}

.page-fishing-games h2 {
  font-size: 2.5em;
}

.page-fishing-games h3 {
  color: #003366;
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-fishing-games p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #555555;
}

.page-fishing-games-cta-button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-fishing-games-cta-button:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-fishing-games-text-link {
  color: #003366;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-fishing-games-text-link:hover {
  color: #FFCC00;
}

/* Hero Section */
.page-fishing-games-hero-section {
  background: linear-gradient(135deg, #003366, #001a33);
  color: #ffffff;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-fishing-games-hero-section .page-fishing-games-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.page-fishing-games-hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-fishing-games-hero-content h1 {
  color: #FFCC00;
  font-size: 3.8em;
  margin-bottom: 25px;
}

.page-fishing-games-hero-content p {
  color: #e0e0e0;
  font-size: 1.3em;
  margin-bottom: 30px;
}

.page-fishing-games-hero-image {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
  z-index: 1;
}

.page-fishing-games-hero-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}

/* Why Choose Section */
.page-fishing-games-why-choose {
  background-color: #fcfcfc;
}

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

.page-fishing-games-feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 51, 102, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-fishing-games-feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 51, 102, 0.15);
}

.page-fishing-games-feature-item img {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-fishing-games-feature-item h3 {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 10px;
}

.page-fishing-games-feature-item p {
  font-size: 1em;
  color: #666666;
}

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

.page-fishing-games-game-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 51, 102, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-fishing-games-game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 51, 102, 0.15);
}

.page-fishing-games-game-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eeeeee;
}

.page-fishing-games-game-card h3 {
  font-size: 1.6em;
  color: #003366;
  margin: 20px 15px 10px;
}

.page-fishing-games-game-card p {
  font-size: 1em;
  color: #666666;
  padding: 0 15px 20px;
}

.page-fishing-games-card-button {
  display: inline-block;
  background-color: #003366;
  color: #FFCC00;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}

.page-fishing-games-card-button:hover {
  background-color: #001a33;
}

/* Guide Section */
.page-fishing-games-guide ol {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 800px;
  margin: 40px auto 0 auto;
}

.page-fishing-games-guide ol li {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 51, 102, 0.08);
}

.page-fishing-games-guide ol li h3 {
  color: #003366;
  font-size: 1.4em;
  margin-top: 0;
}

.page-fishing-games-guide ol li p {
  font-size: 1em;
  color: #666666;
}

/* Strategies Section */
.page-fishing-games-strategies ul {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 800px;
  margin: 40px auto 0 auto;
}

.page-fishing-games-strategies ul li {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 51, 102, 0.08);
}

.page-fishing-games-strategies ul li h3 {
  color: #003366;
  font-size: 1.4em;
  margin-top: 0;
}

.page-fishing-games-strategies ul li p {
  font-size: 1em;
  color: #666666;
}

/* Promotions Section */
.page-fishing-games-promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-fishing-games-promo-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 51, 102, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-fishing-games-promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 51, 102, 0.15);
}

.page-fishing-games-promo-card img {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-fishing-games-promo-card h3 {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 10px;
}

.page-fishing-games-promo-card p {
  font-size: 1em;
  color: #666666;
}

/* Safety & Support Section */
.page-fishing-games-safety-support {
  background-color: #fcfcfc;
}

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

.page-fishing-games-info-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 51, 102, 0.1);
  text-align: center;
}

.page-fishing-games-info-item h3 {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 10px;
}

.page-fishing-games-info-item p {
  font-size: 1em;
  color: #666666;
}

/* FAQ Section */
.page-fishing-games-faq .faq-list {
  max-width: 800px;
  margin: 40px auto 0 auto;
  text-align: left;
}

.page-fishing-games-faq .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-fishing-games-faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #003366;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 8px;
}

.page-fishing-games-faq .faq-question:hover {
  background: #001a33;
}

.page-fishing-games-faq .faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: #FFCC00;
}

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

.page-fishing-games-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #ffffff;
  color: #555555;
}

.page-fishing-games-faq .faq-answer p {
  margin: 0;
  padding: 15px 0;
}

.page-fishing-games-faq .faq-item.active .faq-question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.page-fishing-games-faq .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 15px 25px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.05);
}

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

/* Conclusion Section */
.page-fishing-games-conclusion {
  background-color: #003366;
  color: #ffffff;
}

.page-fishing-games-conclusion h2 {
  color: #FFCC00;
}

.page-fishing-games-conclusion p {
  color: #e0e0e0;
}

.page-fishing-games-button-wrapper {
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-fishing-games-hero-content h1 {
    font-size: 3.2em;
  }
  .page-fishing-games h2 {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-fishing-games-hero-section {
    padding: 60px 0;
  }
  .page-fishing-games-hero-content h1 {
    font-size: 2.5em;
  }
  .page-fishing-games-hero-content p {
    font-size: 1.1em;
  }
  .page-fishing-games-section {
    padding: 40px 0;
  }
  .page-fishing-games h2 {
    font-size: 1.8em;
  }
  .page-fishing-games h3 {
    font-size: 1.3em;
  }
  .page-fishing-games p {
    font-size: 1em;
  }
  .page-fishing-games-cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-fishing-games-features-grid,
  .page-fishing-games-game-grid,
  .page-fishing-games-promo-grid,
  .page-fishing-games-info-grid {
    grid-template-columns: 1fr;
  }
  .page-fishing-games-feature-item,
  .page-fishing-games-game-card,
  .page-fishing-games-promo-card,
  .page-fishing-games-info-item {
    padding: 20px;
  }
  .page-fishing-games-faq .faq-question {
    padding: 15px 20px;
  }
  .page-fishing-games-faq .faq-question h3 {
    font-size: 1.1em;
  }
  .page-fishing-games-faq .faq-toggle {
    font-size: 20px;
  }
  .page-fishing-games-faq .faq-answer {
    padding: 0 20px;
  }
  .page-fishing-games-faq .faq-item.active .faq-answer {
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .page-fishing-games-hero-content h1 {
    font-size: 2em;
  }
  .page-fishing-games-hero-content p {
    font-size: 1em;
  }
  .page-fishing-games h2 {
    font-size: 1.5em;
  }
  .page-fishing-games h3 {
    font-size: 1.2em;
  }
  .page-fishing-games-cta-button {
    padding: 10px 20px;
    font-size: 1em;
  }
}