/* style/fishing-games.css */

/* Base styles for the page content */
.page-fishing-games {
  background-color: #08160F;
  color: #F2FFF6;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-fishing-games a {
  color: #57E38D;
  text-decoration: none;
}

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

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

.page-fishing-games__section-title {
  font-size: clamp(2em, 5vw, 3em);
  font-weight: bold;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-fishing-games__section-subtitle {
  font-size: 1.2em;
  color: #A7D9B8;
  text-align: center;
  margin-bottom: 30px;
}

.page-fishing-games__description,
.page-fishing-games p {
  font-size: 1.1em;
  color: #F2FFF6;
  margin-bottom: 20px;
}

.page-fishing-games__text-block {
  padding: 20px;
}

.page-fishing-games__text-block--wide {
  max-width: 1000px;
  margin: 20px auto;
  text-align: center;
}

/* Hero Section */
.page-fishing-games__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding */
  background-color: #0A4B2C; /* Deep Green */
}

.page-fishing-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 700px;
}

.page-fishing-games__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 30px;
  background: rgba(8, 22, 15, 0.7); /* Card BG with transparency */
  border-radius: 10px;
  margin-top: -100px; /* Adjust to position content below image */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid #2E7A4E;
}

.page-fishing-games__main-title {
  font-size: clamp(2.5em, 6vw, 3.5em);
  font-weight: 900;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}

.page-fishing-games__hero-content .page-fishing-games__description {
  font-size: 1.2em;
  color: #F2FFF6;
  margin-bottom: 30px;
}

.page-fishing-games__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-fishing-games__cta-buttons--center {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-fishing-games__btn-primary,
.page-fishing-games__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-fishing-games__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-fishing-games__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-fishing-games__btn-secondary {
  background-color: transparent;
  color: #F2C14E; /* Gold */
  border: 2px solid #F2C14E;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-fishing-games__btn-secondary:hover {
  background-color: #F2C14E;
  color: #08160F;
  transform: translateY(-2px);
}

.page-fishing-games__btn-text {
  color: #57E38D;
  font-weight: bold;
}

.page-fishing-games__btn-text:hover {
  text-decoration: none;
  color: #2AD16F;
}

/* Video Section */
.page-fishing-games__video-section {
  padding: 60px 20px;
  background-color: #0A4B2C; /* Deep Green */
  text-align: center;
}

.page-fishing-games__video-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-fishing-games__video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  width: 100%; /* Ensure width is 100% */
  max-width: 100%; /* Ensure max-width is 100% */
  background-color: #000;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-fishing-games__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  cursor: pointer;
}

/* Content Sections */
.page-fishing-games__introduction-section,
.page-fishing-games__popular-games,
.page-fishing-games__benefits,
.page-fishing-games__promotions-cta,
.page-fishing-games__latest-news {
  padding: 80px 0;
}

.page-fishing-games__game-features,
.page-fishing-games__how-to-play,
.page-fishing-games__why-choose-us,
.page-fishing-games__faq-section,
.page-fishing-games__contact-cta {
  padding: 80px 0;
  background-color: #0A4B2C; /* Deep Green */
}

.page-fishing-games__light-bg {
  background-color: #08160F;
  color: #F2FFF6;
}

.page-fishing-games__dark-bg {
  background-color: #0A4B2C;
  color: #F2FFF6;
}

.page-fishing-games__card {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #F2FFF6;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-fishing-games__card-title {
  font-size: 1.5em;
  color: #F2C14E; /* Gold */
  margin-top: 15px;
  margin-bottom: 10px;
}

/* Content Wrapper with Image and Text */
.page-fishing-games__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-fishing-games__content-wrapper img {
  flex: 1;
  min-width: 300px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-fishing-games__content-wrapper .page-fishing-games__text-block {
  flex: 1.5;
  padding: 0;
}

.page-fishing-games__content-wrapper--reversed {
  flex-direction: row-reverse;
}

.page-fishing-games__image-left {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.page-fishing-games__image-right {
  object-fit: cover;
  width: 100%;
  height: auto;
}

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

.page-fishing-games__feature-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

/* Popular Games Grid */
.page-fishing-games__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-fishing-games__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-fishing-games__game-content {
  padding: 10px;
}

/* How to Play */
.page-fishing-games__step-list {
  list-style: none;
  padding: 0;
}

.page-fishing-games__step-list li {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-fishing-games__step-title {
  font-size: 1.3em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

/* Benefits List */
.page-fishing-games__benefit-list {
  list-style: none;
  padding: 0;
}

.page-fishing-games__benefit-list li {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-fishing-games__list-title {
  font-size: 1.3em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

/* Promotions CTA */
.page-fishing-games__promotions-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin: 40px auto;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* FAQ Section */
.page-fishing-games__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-fishing-games__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-fishing-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2FFF6;
  cursor: pointer;
  background-color: #11271B;
  transition: background-color 0.3s ease;
}

.page-fishing-games__faq-question:hover {
  background-color: #0A4B2C;
}

.page-fishing-games__faq-item[open] .page-fishing-games__faq-question {
  background-color: #0A4B2C;
}

.page-fishing-games__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #F2C14E;
  margin-left: 15px;
}

.page-fishing-games__faq-item[open] .page-fishing-games__faq-toggle {
  content: '−';
}

.page-fishing-games__faq-answer {
  padding: 0 20px 20px;
  font-size: 1.1em;
  color: #A7D9B8;
}

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

.page-fishing-games__faq-item summary {
  list-style: none;
}

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

.page-fishing-games__news-card {
  text-align: left;
  padding: 0;
  overflow: hidden;
}

.page-fishing-games__news-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.page-fishing-games__news-content {
  padding: 20px;
}

.page-fishing-games__news-card .page-fishing-games__card-title {
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-fishing-games__news-card .page-fishing-games__card-title a {
  color: #F2C14E;
  text-decoration: none;
}

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

.page-fishing-games__news-date {
  font-size: 0.9em;
  color: #A7D9B8;
  margin-bottom: 10px;
}

/* Contact CTA */
.page-fishing-games__contact-cta {
  text-align: center;
  padding-bottom: 80px;
}

/* Image & Text Alignment */
.page-fishing-games__image-left {
  order: -1;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-fishing-games__hero-content {
    margin-top: -50px;
  }

  .page-fishing-games__content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .page-fishing-games__content-wrapper--reversed {
    flex-direction: column;
  }

  .page-fishing-games__content-wrapper img {
    margin-bottom: 30px;
  }

  .page-fishing-games__text-block {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .page-fishing-games__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-fishing-games__hero-content {
    padding: 20px;
    margin-top: -30px;
  }

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

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

  .page-fishing-games__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-fishing-games__btn-primary,
  .page-fishing-games__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-fishing-games__video-section {
    padding: 40px 15px;
  }

  .page-fishing-games__video-wrapper,
  .page-fishing-games__video-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden !important;
  }

  .page-fishing-games__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-fishing-games__container {
    padding: 0 15px;
  }

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

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

  .page-fishing-games p,
  .page-fishing-games__description {
    font-size: 1em;
  }

  .page-fishing-games__content-wrapper img,
  .page-fishing-games__feature-image,
  .page-fishing-games__game-image,
  .page-fishing-games__promotions-image,
  .page-fishing-games__news-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-fishing-games__feature-card,
  .page-fishing-games__game-card,
  .page-fishing-games__news-card {
    padding: 15px;
  }

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

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

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

  .page-fishing-games__faq-toggle {
    font-size: 1.2em;
  }
}

/* Smart Contrast for light/dark backgrounds */
.page-fishing-games__light-bg {
  color: #F2FFF6; /* Light text on dark background */
}

.page-fishing-games__dark-bg {
  color: #F2FFF6; /* Light text on dark background */
}

.page-fishing-games__card {
  color: #F2FFF6; /* Light text on card background */
}