.page-game-types-fishing {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A192F; /* Main dark background */
  line-height: 1.6;
}

.page-game-types-fishing .highlight {
  color: #FFD700; /* Accent gold color */
}

.page-game-types-fishing__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-types-fishing__hero-section {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #0A192F 0%, #1a3760 100%); /* Dark blue gradient */
  color: #FFFFFF;
  padding: 80px 20px;
}

.page-game-types-fishing__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-game-types-fishing__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-game-types-fishing__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.page-game-types-fishing__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #FFFFFF;
}

.page-game-types-fishing__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #D0D0D0;
}

.page-game-types-fishing__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;
  text-align: center;
}

.page-game-types-fishing__btn--primary {
  background-color: #FFD700; /* Accent gold */
  color: #0A192F; /* Dark text for contrast */
  border: 2px solid #FFD700;
}

.page-game-types-fishing__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-game-types-fishing__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Accent gold */
  border: 2px solid #FFD700;
}

.page-game-types-fishing__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-2px);
}

.page-game-types-fishing__btn--inline {
  display: inline;
  padding: 8px 15px;
  font-size: 0.9em;
  margin: 0 5px;
  border-radius: 5px;
  background-color: #FFD700;
  color: #0A192F;
  border: none;
}

.page-game-types-fishing__btn--inline:hover {
  background-color: #e6c200;
}

.page-game-types-fishing__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 5px;
}

.page-game-types-fishing__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-game-types-fishing__section {
  padding: 80px 0;
}

.page-game-types-fishing__intro-section {
  background-color: #122849;
}

.page-game-types-fishing__why-choose-section {
  background-color: #0A192F;
}

.page-game-types-fishing__tips-section {
  background-color: #122849;
}

.page-game-types-fishing__game-types-section {
  background-color: #0A192F;
}

.page-game-types-fishing__faq-section {
  background-color: #122849;
}

.page-game-types-fishing__cta-bottom-section {
  background: linear-gradient(135deg, #0A192F, #FFD700);
  text-align: center;
  color: #0A192F;
}

.page-game-types-fishing__cta-bottom-section .page-game-types-fishing__section-title--light,
.page-game-types-fishing__cta-bottom-section .page-game-types-fishing__description--light {
  color: #0A192F;
}

.page-game-types-fishing__section-title {
  font-size: 2.8em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 15px;
}

.page-game-types-fishing__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-game-types-fishing__description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #D0D0D0;
}

.page-game-types-fishing__description--center {
  text-align: center;
}

.page-game-types-fishing__description--light {
  color: #0A192F;
}

.page-game-types-fishing__content-grid {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-game-types-fishing__content-grid--reverse {
  flex-direction: row-reverse;
}

.page-game-types-fishing__text-content {
  flex: 1;
}

.page-game-types-fishing__text-content p {
  margin-bottom: 20px;
  font-size: 1.05em;
  color: #E0E0E0;
}

.page-game-types-fishing__text-content strong {
  color: #FFD700;
}

.page-game-types-fishing__image-wrapper {
  flex: 1;
  text-align: center;
}

.page-game-types-fishing__section-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

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

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

.page-game-types-fishing__feature-item:hover {
  transform: translateY(-5px);
  background-color: #204070;
}

.page-game-types-fishing__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-game-types-fishing__feature-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-game-types-fishing__feature-item p {
  font-size: 1em;
  color: #E0E0E0;
}

.page-game-types-fishing__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-game-types-fishing__list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23FFD700" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #E0E0E0;
}

.page-game-types-fishing__list li strong {
  color: #FFD700;
}

.page-game-types-fishing__game-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-types-fishing__game-card {
  background-color: #1A3760;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-game-types-fishing__game-card:hover {
  transform: translateY(-5px);
  background-color: #204070;
}

.page-game-types-fishing__game-card-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 2px solid #FFD700;
}

.page-game-types-fishing__game-card-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-game-types-fishing__game-card-desc {
  font-size: 0.95em;
  color: #D0D0D0;
  margin-bottom: 20px;
  min-height: 60px; /* Ensure consistent height */
}

.page-game-types-fishing__cta-buttons {
  text-align: center;
  margin-top: 50px;
}

.page-game-types-fishing__faq-item {
  background-color: #1A3760;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-game-types-fishing__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-game-types-fishing__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-game-types-fishing__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-game-types-fishing__faq-answer {
  font-size: 1em;
  color: #E0E0E0;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #2A4B7D;
  margin-top: 15px;
}

.page-game-types-fishing__faq-answer a {
  color: #FFD700;
  text-decoration: none;
}

.page-game-types-fishing__faq-answer a:hover {
  text-decoration: underline;
}

.page-game-types-fishing__cta-content {
  padding: 60px 20px;
}

@media (max-width: 992px) {
  .page-game-types-fishing__main-title {
    font-size: 2.8em;
  }
  .page-game-types-fishing__subtitle {
    font-size: 1.2em;
  }
  .page-game-types-fishing__section-title {
    font-size: 2.2em;
  }
  .page-game-types-fishing__content-grid {
    flex-direction: column;
  }
  .page-game-types-fishing__content-grid--reverse {
    flex-direction: column;
  }
  .page-game-types-fishing__feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-game-types-fishing__hero-section {
    height: 500px;
    padding: 60px 15px;
  }
  .page-game-types-fishing__main-title {
    font-size: 2.2em;
  }
  .page-game-types-fishing__subtitle {
    font-size: 1em;
  }
  .page-game-types-fishing__btn {
    padding: 12px 25px;
    font-size: 1em;
    margin: 8px;
  }
  .page-game-types-fishing__section {
    padding: 60px 0;
  }
  .page-game-types-fishing__section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
  .page-game-types-fishing__description {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-game-types-fishing__content-grid {
    gap: 30px;
  }
  .page-game-types-fishing__feature-item {
    padding: 25px;
  }
  .page-game-types-fishing__feature-title {
    font-size: 1.4em;
  }
  .page-game-types-fishing__game-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .page-game-types-fishing__game-card-title {
    font-size: 1.5em;
  }
  .page-game-types-fishing__faq-question {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-game-types-fishing__hero-section {
    height: 400px;
    padding: 40px 10px;
  }
  .page-game-types-fishing__main-title {
    font-size: 1.8em;
  }
  .page-game-types-fishing__subtitle {
    font-size: 0.9em;
  }
  .page-game-types-fishing__btn {
    padding: 10px 20px;
    font-size: 0.9em;
    margin: 5px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .page-game-types-fishing__section {
    padding: 40px 0;
  }
  .page-game-types-fishing__section-title {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
  .page-game-types-fishing__feature-grid, .page-game-types-fishing__game-card-grid {
    grid-template-columns: 1fr;
  }
  .page-game-types-fishing__faq-question {
    font-size: 1.1em;
  }
  .page-game-types-fishing__list li {
    font-size: 0.95em;
  }
}