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

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

.page-game-types-fishing-games__hero-section {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-types-fishing-games__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:ocean_waves,abstract,blue_gradient]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-game-types-fishing-games__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  color: #ffc107;
}

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

.page-game-types-fishing-games__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #000000;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.page-game-types-fishing-games__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-game-types-fishing-games__section {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-game-types-fishing-games__section:nth-of-type(even) {
  background-color: #f0f8ff;
}

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

.page-game-types-fishing-games__description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #555;
}

.page-game-types-fishing-games__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-game-types-fishing-games__text-content {
  flex: 1;
  font-size: 1.05em;
}

.page-game-types-fishing-games__text-content p {
  margin-bottom: 15px;
}

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

.page-game-types-fishing-games__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-game-types-fishing-games__inline-cta {
  color: #007bff;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-game-types-fishing-games__inline-cta:hover {
  color: #0056b3;
}

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

.page-game-types-fishing-games__card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.page-game-types-fishing-games__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-game-types-fishing-games__card-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  color: #007bff;
}

.page-game-types-fishing-games__card-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-game-types-fishing-games__card p {
  font-size: 1em;
  color: #666;
  margin-bottom: 15px;
}

.page-game-types-fishing-games__card ul {
  list-style: none;
  padding: 0;
  text-align: left;
  width: 100%;
  margin-top: 10px;
}

.page-game-types-fishing-games__card li {
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
  color: #444;
}

.page-game-types-fishing-games__card li::before {
  content: '✔';
  color: #28a745;
  position: absolute;
  left: 0;
  top: 0;
}

.page-game-types-fishing-games__card-cta {
  display: inline-block;
  background-color: #007bff;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: auto; /* Push to bottom */
  transition: background-color 0.3s ease;
}

.page-game-types-fishing-games__card-cta:hover {
  background-color: #0056b3;
}

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

.page-game-types-fishing-games__strategy-item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-game-types-fishing-games__strategy-title {
  font-size: 1.5em;
  color: #ffc107;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-game-types-fishing-games__strategy-item p {
  color: #666;
  margin-bottom: 20px;
}

.page-game-types-fishing-games__strategy-image {
  max-width: 100%;
  height: 200px;
  object-fit: contain;
  border-radius: 8px;
  margin-top: auto;
}

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

.page-game-types-fishing-games__mt-40 {
  margin-top: 40px;
}

.page-game-types-fishing-games__feature-card {
  background-color: #f0f8ff;
  border-left: 5px solid #007bff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-game-types-fishing-games__feature-card:hover {
  transform: translateY(-3px);
}

.page-game-types-fishing-games__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  color: #007bff;
}

.page-game-types-fishing-games__feature-title {
  font-size: 1.4em;
  color: #007bff;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-game-types-fishing-games__feature-card p {
  color: #555;
  font-size: 0.95em;
  margin-bottom: 15px;
}

.page-game-types-fishing-games__feature-cta {
  display: inline-block;
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-game-types-fishing-games__feature-cta:hover {
  color: #e0a800;
}

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

.page-game-types-fishing-games__step {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-game-types-fishing-games__step-number {
  display: inline-block;
  background-color: #007bff;
  color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}

.page-game-types-fishing-games__step-title {
  font-size: 1.3em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-game-types-fishing-games__step p {
  color: #666;
  font-size: 0.95em;
}

.page-game-types-fishing-games__download-app-text {
  margin-top: 30px;
  font-size: 1.1em;
}

.page-game-types-fishing-games__download-app-link {
  color: #ffc107;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-game-types-fishing-games__download-app-link:hover {
  color: #e0a800;
}

.page-game-types-fishing-games__faq {
  background-color: #f0f8ff;
}

.page-game-types-fishing-games__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
}

.page-game-types-fishing-games__faq-question {
  font-size: 1.2em;
  color: #007bff;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
}

.page-game-types-fishing-games__faq-answer {
  font-size: 1em;
  color: #555;
  padding-left: 15px;
  border-left: 3px solid #ffc107;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-game-types-fishing-games__main-title {
    font-size: 2.8em;
  }

  .page-game-types-fishing-games__subtitle {
    font-size: 1.2em;
  }

  .page-game-types-fishing-games__section-title {
    font-size: 2em;
  }

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

  .page-game-types-fishing-games__image-wrapper {
    margin-top: 30px;
  }
}

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

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

  .page-game-types-fishing-games__subtitle {
    font-size: 1em;
  }

  .page-game-types-fishing-games__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }

  .page-game-types-fishing-games__section {
    padding: 40px 0;
  }

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

  .page-game-types-fishing-games__grid, .page-game-types-fishing-games__strategy-grid, .page-game-types-fishing-games__step-by-step {
    grid-template-columns: 1fr;
  }

  .page-game-types-fishing-games__card, .page-game-types-fishing-games__strategy-item, .page-game-types-fishing-games__feature-card, .page-game-types-fishing-games__step {
    padding: 20px;
  }

  .page-game-types-fishing-games__card-title {
    font-size: 1.4em;
  }

  .page-game-types-fishing-games__strategy-title {
    font-size: 1.3em;
  }

  .page-game-types-fishing-games__feature-title {
    font-size: 1.2em;
  }
}