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

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

.page-fishing-games h1,
.page-fishing-games h2,
.page-fishing-games h3 {
  color: #007bff;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}

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

.page-fishing-games h2 {
  font-size: 2.5em;
  border-bottom: 2px solid #007bff;
  padding-bottom: 10px;
  margin-top: 50px;
}

.page-fishing-games h3 {
  font-size: 1.8em;
  color: #28a745;
  margin-bottom: 15px;
}

.page-fishing-games p {
  margin-bottom: 15px;
  text-align: justify;
}

.page-fishing-games a {
  color: #007bff;
  text-decoration: none;
}

.page-fishing-games a:hover {
  text-decoration: underline;
}

.page-fishing-games .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(45deg, #007bff, #28a745);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
  border: none;
  cursor: pointer;
}

.page-fishing-games .cta-button:hover {
  background: linear-gradient(45deg, #28a745, #007bff);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.4);
}

.page-fishing-games .center-button {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Hero Section */
.page-fishing-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-color: #e9f7fe;
  overflow: hidden;
}

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

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

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

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

.page-fishing-games .hero-content h1 {
  color: #007bff;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.page-fishing-games .hero-content p {
  font-size: 1.2em;
  color: #555;
  max-width: 800px;
  margin: 0 auto 20px auto;
}

/* Section Intro & Why App */
.page-fishing-games .section-intro, .page-fishing-games .section-why-app, .page-fishing-games .section-download-guide, .page-fishing-games .section-features, .page-fishing-games .section-promotions, .page-fishing-games .section-tips, .page-fishing-games .section-security-support, .page-fishing-games .section-faq, .page-fishing-games .section-cta-bottom {
  padding: 40px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-fishing-games .section-why-app .card {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-fishing-games .section-why-app .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-fishing-games .section-why-app .card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-fishing-games .section-why-app .card h3 {
  color: #007bff;
  margin-top: 10px;
}

/* Grid Layout */
.page-fishing-games .grid-3-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

/* Download Guide */
.page-fishing-games .guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-fishing-games .guide-steps .step-item {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-fishing-games .guide-steps .step-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-fishing-games .guide-steps .step-item h3 {
  color: #28a745;
  margin-top: 10px;
  font-size: 1.5em;
}

/* Feature List */
.page-fishing-games .feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-fishing-games .feature-list .feature-item {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-fishing-games .feature-list .feature-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-fishing-games .feature-list .feature-item h3 {
  color: #007bff;
  margin-top: 10px;
  font-size: 1.5em;
}

/* Promotions & Tips List */
.page-fishing-games ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-fishing-games ul li {
  margin-bottom: 10px;
}

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

.page-fishing-games .tip-list .tip-item {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-fishing-games .tip-list .tip-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-fishing-games .tip-list .tip-item h3 {
  color: #28a745;
  margin-top: 10px;
  font-size: 1.5em;
}

/* FAQ Section */
.page-fishing-games .section-faq {
  background-color: #e9f7fe;
}

.page-fishing-games .faq-list {
  margin-top: 30px;
}

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

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

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

.page-fishing-games .faq-question h3 {
  margin: 0;
  font-size: 1.15em;
  color: #007bff;
  text-align: left;
}

.page-fishing-games .faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #007bff;
  transition: transform 0.3s ease;
}

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

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

.page-fishing-games .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 15px 25px;
}

.page-fishing-games .faq-answer p {
  margin: 0;
  padding-top: 10px;
  color: #555;
}

/* Bottom CTA */
.page-fishing-games .section-cta-bottom {
  text-align: center;
  background-color: #007bff;
  color: #fff;
  padding: 60px 20px;
}

.page-fishing-games .section-cta-bottom h2 {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.page-fishing-games .section-cta-bottom p {
  color: #e0e0e0;
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-fishing-games .section-cta-bottom .cta-button {
  background: #28a745;
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

.page-fishing-games .section-cta-bottom .cta-button:hover {
  background: #218838;
  box-shadow: 0 8px 20px rgba(40, 167, 69, 0.4);
}

.page-fishing-games .section-cta-bottom a {
  color: #fff;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-fishing-games h1 {
    font-size: 2.5em;
  }
  .page-fishing-games h2 {
    font-size: 2em;
  }
  .page-fishing-games h3 {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-fishing-games .hero-section {
    padding: 40px 15px;
  }
  .page-fishing-games .hero-image img {
    border-radius: 8px;
  }
  .page-fishing-games .hero-content h1 {
    font-size: 2em;
  }
  .page-fishing-games .hero-content p {
    font-size: 1em;
  }
  .page-fishing-games .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-fishing-games h2 {
    font-size: 1.8em;
  }
  .page-fishing-games h3 {
    font-size: 1.4em;
  }
  .page-fishing-games .grid-3-cols,
  .page-fishing-games .guide-steps,
  .page-fishing-games .feature-list,
  .page-fishing-games .tip-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-fishing-games .faq-question {
    padding: 15px 20px;
  }
  .page-fishing-games .faq-question h3 {
    font-size: 1em;
  }
  .page-fishing-games .faq-toggle {
    font-size: 1.5em;
  }
  .page-fishing-games .faq-answer {
    padding: 0 20px;
  }
  .page-fishing-games .faq-item.active .faq-answer {
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .page-fishing-games h1 {
    font-size: 1.8em;
  }
  .page-fishing-games h2 {
    font-size: 1.5em;
  }
  .page-fishing-games h3 {
    font-size: 1.2em;
  }
  .page-fishing-games .cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }
}