.page-games-fishing-games {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray text for dark background */
  background-color: #0d0d0d; /* Very dark background */
  line-height: 1.6;
}

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

.page-games-fishing-games__hero {
  background: linear-gradient(135deg, #003366, #1a4d80); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-games-fishing-games__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,ocean_pattern,dark_blue]');
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
}

.page-games-fishing-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFCC00; /* Accent color for title */
  position: relative;
  z-index: 1;
}

.page-games-fishing-games__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-games-fishing-games__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.page-games-fishing-games__btn--primary {
  background-color: #FFCC00; /* Accent color */
  color: #003366; /* Dark blue text */
  border: 2px solid #FFCC00;
}

.page-games-fishing-games__btn--primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
  transform: translateY(-3px);
}

.page-games-fishing-games__btn--secondary {
  background-color: transparent;
  color: #FFCC00; /* Accent color */
  border: 2px solid #FFCC00;
}

.page-games-fishing-games__btn--secondary:hover {
  background-color: #FFCC00;
  color: #003366;
  transform: translateY(-3px);
}

.page-games-fishing-games__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-games-fishing-games__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-games-fishing-games__section-title {
  font-size: 2.8em;
  color: #FFCC00; /* Accent color */
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
  position: relative;
}

.page-games-fishing-games__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #003366; /* Main color */
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-games-fishing-games__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: -30px auto 60px auto;
  color: #b0b0b0;
}

.page-games-fishing-games__about, .page-games-fishing-games__features, .page-games-fishing-games__guide, .page-games-fishing-games__strategies, .page-games-fishing-games__exclusive-offers, .page-games-fishing-games__download-app, .page-games-fishing-games__faq, .page-games-fishing-games__call-to-action {
  padding: 80px 0;
  background-color: #1a1a1a;
  margin-bottom: 20px;
  border-radius: 10px;
}

.page-games-fishing-games__about {
  background-color: #0d0d0d;
}

.page-games-fishing-games__features {
  background-color: #121212;
}

.page-games-fishing-games__guide {
  background-color: #0d0d0d;
}

.page-games-fishing-games__strategies {
  background-color: #121212;
}

.page-games-fishing-games__exclusive-offers {
  background-color: #0d0d0d;
}

.page-games-fishing-games__download-app {
  background-color: #121212;
}

.page-games-fishing-games__faq {
  background-color: #0d0d0d;
}

.page-games-fishing-games__call-to-action {
  background-color: #003366; /* Main color */
  color: #FFFFFF;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 0;
}

.page-games-fishing-games__call-to-action .page-games-fishing-games__section-title {
  color: #FFCC00;
}

.page-games-fishing-games__call-to-action .page-games-fishing-games__section-title::after {
  background-color: #FFCC00;
}

.page-games-fishing-games__call-to-action .page-games-fishing-games__section-description {
  color: #e0e0e0;
}

.page-games-fishing-games__call-to-action .page-games-fishing-games__note {
  margin-top: 30px;
  font-size: 1.1em;
}

.page-games-fishing-games__call-to-action .page-games-fishing-games__note a {
  color: #FFCC00;
  text-decoration: none;
  font-weight: bold;
}

.page-games-fishing-games__call-to-action .page-games-fishing-games__note a:hover {
  text-decoration: underline;
}

.page-games-fishing-games__content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-games-fishing-games__content-grid--reverse {
  grid-template-columns: 1fr 1fr;
}

.page-games-fishing-games__text-content h3 {
  font-size: 1.8em;
  color: #FFCC00; /* Accent color */
  margin-bottom: 15px;
}

.page-games-fishing-games__text-content p {
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-games-fishing-games__text-content ul {
  list-style: none;
  padding-left: 0;
}

.page-games-fishing-games__text-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  color: #E0E0E0;
}

.page-games-fishing-games__text-content ul li::before {
  content: '▶';
  color: #FFCC00; /* Accent color */
  position: absolute;
  left: 0;
  top: 0;
}

.page-games-fishing-games__image-wrapper {
  text-align: center;
}

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

.page-games-fishing-games__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-games-fishing-games__feature-item {
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-games-fishing-games__feature-item:hover {
  transform: translateY(-5px);
}

.page-games-fishing-games__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFCC00);
}

.page-games-fishing-games__feature-item h3 {
  font-size: 1.5em;
  color: #FFCC00; /* Accent color */
  margin-bottom: 10px;
}

.page-games-fishing-games__feature-item p {
  color: #b0b0b0;
}

.page-games-fishing-games__strategy-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 30px;
}

.page-games-fishing-games__strategy-list li {
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-games-fishing-games__strategy-list li h4 {
  font-size: 1.6em;
  color: #003366; /* Main color for strategy titles */
  margin-bottom: 10px;
}

.page-games-fishing-games__strategy-list li p {
  color: #e0e0e0;
}

.page-games-fishing-games__cta-banner {
  background-color: #003366; /* Main color */
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-games-fishing-games__cta-banner p {
  font-size: 1.5em;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.page-games-fishing-games__offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-games-fishing-games__offer-card {
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-games-fishing-games__offer-card:hover {
  transform: translateY(-5px);
}

.page-games-fishing-games__offer-image {
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-games-fishing-games__offer-card h3 {
  font-size: 1.6em;
  color: #FFCC00; /* Accent color */
  margin-bottom: 15px;
}

.page-games-fishing-games__offer-card p {
  color: #b0b0b0;
  margin-bottom: 20px;
}

.page-games-fishing-games__faq-items {
  max-width: 900px;
  margin: 0 auto;
}

.page-games-fishing-games__faq-item {
  background-color: #1a1a1a;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-games-fishing-games__faq-question {
  font-size: 1.4em;
  color: #FFCC00; /* Accent color */
  padding: 20px 25px;
  margin: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #003366; /* Main color */
  transition: background-color 0.3s ease;
}

.page-games-fishing-games__faq-question:hover {
  background-color: #004488;
}

.page-games-fishing-games__faq-question::after {
  content: '+';
  font-size: 1.2em;
  transition: transform 0.3s ease;
  color: #FFCC00;
}

.page-games-fishing-games__faq-item.active .page-games-fishing-games__faq-question::after {
  transform: rotate(45deg);
}

.page-games-fishing-games__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  color: #E0E0E0;
}

.page-games-fishing-games__faq-item.active .page-games-fishing-games__faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding: 20px 25px;
}

.page-games-fishing-games__faq-answer p {
  margin-bottom: 10px;
}

.page-games-fishing-games__faq-answer .page-games-fishing-games__btn {
  margin-top: 10px;
}

.highlight {
  color: #FFCC00;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-games-fishing-games__hero-title {
    font-size: 2.8em;
  }

  .page-games-fishing-games__hero-subtitle {
    font-size: 1.2em;
  }

  .page-games-fishing-games__section-title {
    font-size: 2.2em;
  }

  .page-games-fishing-games__content-grid {
    grid-template-columns: 1fr;
  }

  .page-games-fishing-games__content-grid--reverse .page-games-fishing-games__text-content {
    order: 1;
  }

  .page-games-fishing-games__content-grid--reverse .page-games-fishing-games__image-wrapper {
    order: 2;
  }

  .page-games-fishing-games__strategy-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-games-fishing-games__hero {
    padding: 80px 0;
  }

  .page-games-fishing-games__hero-title {
    font-size: 2.2em;
  }

  .page-games-fishing-games__hero-subtitle {
    font-size: 1em;
  }

  .page-games-fishing-games__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-games-fishing-games__section-title {
    font-size: 1.8em;
  }

  .page-games-fishing-games__about, .page-games-fishing-games__features, .page-games-fishing-games__guide, .page-games-fishing-games__strategies, .page-games-fishing-games__exclusive-offers, .page-games-fishing-games__download-app, .page-games-fishing-games__faq, .page-games-fishing-games__call-to-action {
    padding: 60px 0;
  }

  .page-games-fishing-games__features-grid, .page-games-fishing-games__offers-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-games-fishing-games__hero-title {
    font-size: 1.8em;
  }

  .page-games-fishing-games__btn {
    display: block;
    margin: 10px auto;
  }

  .page-games-fishing-games__section-title {
    font-size: 1.5em;
  }

  .page-games-fishing-games__faq-question {
    font-size: 1.2em;
    padding: 15px 20px;
  }

  .page-games-fishing-games__faq-answer {
    padding: 15px 20px;
  }
}