/* style/fishing-games.css */
.page-fishing-games {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
}

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

.page-fishing-games__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-fishing-games__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-fishing-games__text-block--center {
  text-align: center;
}

.page-fishing-games__btn-primary {
  display: inline-block;
  background: #26A9E0;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-fishing-games__btn-primary:hover {
  background-color: #1a7bb0;
}

.page-fishing-games__btn-secondary {
  display: inline-block;
  background: #ffffff;
  color: #26A9E0;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: 2px solid #26A9E0;
  cursor: pointer;
  font-size: 1em;
}

.page-fishing-games__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* Hero Section */
.page-fishing-games__hero-section {
  position: relative;
  padding: 80px 0;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, #26A9E0, #1a7bb0);
  color: #ffffff;
  text-align: center;
  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-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-fishing-games__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-fishing-games__hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
  z-index: 1;
}

.page-fishing-games__hero-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: block;
}

/* Introduction Section */
.page-fishing-games__introduction-section {
  padding: 60px 0;
  background: #ffffff;
  color: #333333;
}

/* Featured Games Section */
.page-fishing-games__featured-games-section {
  padding: 60px 0;
  background: #26A9E0;
  color: #ffffff;
}

.page-fishing-games__featured-games-section .page-fishing-games__section-title {
  color: #ffffff;
}

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

.page-fishing-games__game-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 20px;
  color: #333333;
}

.page-fishing-games__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-fishing-games__card-title {
  font-size: 1.5em;
  margin: 20px 15px 10px;
  color: #26A9E0;
}

.page-fishing-games__card-title a {
  color: #26A9E0;
  text-decoration: none;
}

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

.page-fishing-games__card-description {
  font-size: 0.95em;
  padding: 0 15px;
  margin-bottom: 20px;
}

/* Why Choose Section */
.page-fishing-games__why-choose-section {
  padding: 60px 0;
  background: #f8f8f8;
  color: #333333;
}

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

.page-fishing-games__feature-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-fishing-games__feature-title {
  font-size: 1.3em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-fishing-games__feature-description {
  font-size: 0.95em;
  color: #555555;
}

/* How to Play Section */
.page-fishing-games__how-to-play-section {
  padding: 60px 0;
  background: #ffffff;
  color: #333333;
  text-align: center;
}

.page-fishing-games__ordered-list {
  list-style-type: decimal;
  padding-left: 25px;
  text-align: left;
  max-width: 800px;
  margin: 30px auto;
  font-size: 1.1em;
}

.page-fishing-games__ordered-list li {
  margin-bottom: 15px;
  color: #333333;
}

.page-fishing-games__ordered-list li strong {
  color: #26A9E0;
}

/* Strategies Section */
.page-fishing-games__strategies-section {
  padding: 60px 0;
  background: #26A9E0;
  color: #ffffff;
}

.page-fishing-games__strategies-section .page-fishing-games__section-title {
  color: #ffffff;
}

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

.page-fishing-games__strategy-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 20px;
  color: #333333;
}

.page-fishing-games__strategy-card .page-fishing-games__card-image {
  height: 220px; /* Slightly taller for strategy images */
}

.page-fishing-games__strategy-card .page-fishing-games__card-title {
  color: #26A9E0;
}

/* Promotions Section */
.page-fishing-games__promotions-section {
  padding: 60px 0;
  background: #f8f8f8;
  color: #333333;
  text-align: center;
}

.page-fishing-games__promo-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.page-fishing-games__promo-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 20px;
  flex: 1 1 calc(50% - 30px);
  max-width: calc(50% - 30px);
  color: #333333;
}

.page-fishing-games__promo-card .page-fishing-games__card-image {
  height: 250px;
}

.page-fishing-games__promo-card .page-fishing-games__card-title {
  color: #EA7C07; /* Login color for promotions */
}

/* FAQ Section */
.page-fishing-games__faq-section {
  padding: 60px 0;
  background: #ffffff;
  color: #333333;
}

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

.page-fishing-games__faq-item {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-fishing-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #26A9E0;
  cursor: pointer;
  background: #eaf7ff;
  border-bottom: 1px solid #e0e0e0;
  list-style: none; /* For details tag */
}

.page-fishing-games__faq-question::-webkit-details-marker {
  display: none;
}

.page-fishing-games__faq-toggle {
  font-size: 1.5em;
  font-weight: normal;
  transition: transform 0.3s ease;
  color: #26A9E0;
}

.page-fishing-games__faq-item[open] .page-fishing-games__faq-toggle {
  transform: rotate(45deg);
}

.page-fishing-games__faq-answer {
  padding: 15px 25px;
  font-size: 1.05em;
  color: #555555;
  background: #fefefe;
  border-top: 1px solid #f0f0f0;
}

.page-fishing-games__faq-answer p {
  margin: 0;
}

/* CTA Section */
.page-fishing-games__cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a7bb0, #26A9E0);
  color: #ffffff;
  text-align: center;
}

.page-fishing-games__cta-section .page-fishing-games__section-title {
  color: #ffffff;
  margin-bottom: 25px;
}

.page-fishing-games__cta-section .page-fishing-games__text-block {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #f0f0f0;
}

/* Image and Video Responsiveness */
.page-fishing-games img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-fishing-games video,
.page-fishing-games__video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.page-fishing-games__video-section,
.page-fishing-games__video-container,
.page-fishing-games__video-wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-fishing-games__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .page-fishing-games__section-title {
    font-size: 1.8em;
    margin-bottom: 25px;
  }

  .page-fishing-games__text-block {
    font-size: 1em;
    text-align: left;
  }

  .page-fishing-games__game-grid,
  .page-fishing-games__features-grid,
  .page-fishing-games__strategy-grid,
  .page-fishing-games__promo-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-fishing-games__promo-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .page-fishing-games__card-image {
    height: 180px;
  }

  .page-fishing-games__card-title {
    font-size: 1.3em;
  }

  .page-fishing-games__feature-item {
    padding: 20px;
  }

  .page-fishing-games__ordered-list {
    padding-left: 20px;
    font-size: 1em;
  }

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

  .page-fishing-games__faq-answer {
    padding: 10px 20px;
    font-size: 0.95em;
  }

  .page-fishing-games__btn-primary,
  .page-fishing-games__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-fishing-games__cta-buttons,
  .page-fishing-games__button-group,
  .page-fishing-games__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-fishing-games__cta-buttons {
    display: flex;
    flex-direction: column;
  }

  /* Ensure all content area images are responsive */
  .page-fishing-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Ensure all content area videos are responsive */
  .page-fishing-games video,
  .page-fishing-games__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-fishing-games__video-section,
  .page-fishing-games__video-container,
  .page-fishing-games__video-wrapper,
  .page-fishing-games__section,
  .page-fishing-games__card,
  .page-fishing-games__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Content area image size lower bound */
  .page-fishing-games__game-card .page-fishing-games__card-image,
  .page-fishing-games__strategy-card .page-fishing-games__card-image,
  .page-fishing-games__promo-card .page-fishing-games__card-image {
    min-width: 200px;
    min-height: 200px;
    width: auto;
    height: auto;
  }
}

/* Color Contrast Fixes (if needed) */
.page-fishing-games__dark-bg {
  color: #ffffff;
}

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

.page-fishing-games__promo-card .page-fishing-games__card-title {
  color: #EA7C07;
}

.page-fishing-games__btn-primary {
  background: #26A9E0;
  color: #ffffff;
}

.page-fishing-games__btn-secondary {
  background: #ffffff;
  color: #26A9E0;
  border-color: #26A9E0;
}

.page-fishing-games__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}