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

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

.page-game-types-pg88-fishing-games-features__hero {
  background: linear-gradient(135deg, #007bff, #4da3ff);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-types-pg88-fishing-games-features__hero::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 193, 7, 0.2);
  border-radius: 50%;
  transform: rotate(45deg);
  animation: floatEffect 10s infinite ease-in-out;
}

.page-game-types-pg88-fishing-games-features__hero::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background-color: rgba(0, 123, 255, 0.2);
  border-radius: 50%;
  transform: rotate(-30deg);
  animation: floatEffect 12s reverse infinite ease-in-out;
}

@keyframes floatEffect {
  0% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(10px, 10px) rotate(10deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}

.page-game-types-pg88-fishing-games-features__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-game-types-pg88-fishing-games-features__subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-types-pg88-fishing-games-features__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-game-types-pg88-fishing-games-features__button--primary {
  background-color: #ffc107;
  color: #333;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-game-types-pg88-fishing-games-features__button--primary:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-game-types-pg88-fishing-games-features__button--secondary {
  background-color: #0056b3;
  color: #fff;
  border: 2px solid #0056b3;
  margin-right: 15px;
}

.page-game-types-pg88-fishing-games-features__button--secondary:hover {
  background-color: #003f80;
  border-color: #003f80;
  transform: translateY(-3px);
}

.page-game-types-pg88-fishing-games-features__button--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-game-types-pg88-fishing-games-features__section {
  padding: 60px 0;
}

.page-game-types-pg88-fishing-games-features__section--dark {
  background-color: #0056b3;
  color: #fff;
}

.page-game-types-pg88-fishing-games-features__section--dark .page-game-types-pg88-fishing-games-features__heading,
.page-game-types-pg88-fishing-games-features__section--dark .page-game-types-pg88-fishing-games-features__feature-title,
.page-game-types-pg88-fishing-games-features__section--dark .page-game-types-pg88-fishing-games-features__reason-title,
.page-game-types-pg88-fishing-games-features__section--dark .page-game-types-pg88-fishing-games-features__faq-question {
  color: #ffc107;
}

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

.page-game-types-pg88-fishing-games-features__section--dark .page-game-types-pg88-fishing-games-features__cta-group .page-game-types-pg88-fishing-games-features__button--primary {
  background-color: #ffc107;
  color: #0056b3;
}

.page-game-types-pg88-fishing-games-features__section--dark .page-game-types-pg88-fishing-games-features__cta-group .page-game-types-pg88-fishing-games-features__button--primary:hover {
  background-color: #e0a800;
}

.page-game-types-pg88-fishing-games-features__section--dark .page-game-types-pg88-fishing-games-features__cta-group .page-game-types-pg88-fishing-games-features__button--secondary {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.page-game-types-pg88-fishing-games-features__section--dark .page-game-types-pg88-fishing-games-features__cta-group .page-game-types-pg88-fishing-games-features__button--secondary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

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

.page-game-types-pg88-fishing-games-features__feature-item,
.page-game-types-pg88-fishing-games-features__reason-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-types-pg88-fishing-games-features__feature-item:hover,
.page-game-types-pg88-fishing-games-features__reason-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-game-types-pg88-fishing-games-features__feature-image,
.page-game-types-pg88-fishing-games-features__reason-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-game-types-pg88-fishing-games-features__feature-title,
.page-game-types-pg88-fishing-games-features__reason-title {
  font-size: 1.8em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #ffc107; /* Ensure good contrast on dark background */
}

.page-game-types-pg88-fishing-games-features__feature-item p,
.page-game-types-pg88-fishing-games-features__reason-item p {
  font-size: 1em;
  color: #e9ecef; /* Lighter text for dark background */
}

.page-game-types-pg88-fishing-games-features__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-game-types-pg88-fishing-games-features__list li {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-game-types-pg88-fishing-games-features__list-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-game-types-pg88-fishing-games-features__list li p {
  color: #555;
}

.page-game-types-pg88-fishing-games-features__steps {
  list-style: decimal;
  padding-left: 20px;
  margin-top: 40px;
}

.page-game-types-pg88-fishing-games-features__steps li {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #333;
}

.page-game-types-pg88-fishing-games-features__step-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 5px;
}

.page-game-types-pg88-fishing-games-features__faq {
  margin-top: 40px;
}

.page-game-types-pg88-fishing-games-features__faq-item {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-game-types-pg88-fishing-games-features__faq-question {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #ffc107;
  cursor: pointer;
}

.page-game-types-pg88-fishing-games-features__faq-answer {
  font-size: 1em;
  color: #e9ecef;
}

.page-game-types-pg88-fishing-games-features__call-to-action {
  text-align: center;
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: #fff;
  padding: 80px 0;
  border-radius: 10px;
  margin: 40px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-game-types-pg88-fishing-games-features__call-to-action .page-game-types-pg88-fishing-games-features__heading {
  color: #ffc107;
}

.page-game-types-pg88-fishing-games-features__description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-types-pg88-fishing-games-features__cta-group {
  margin-top: 40px;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-game-types-pg88-fishing-games-features__title {
    font-size: 2.5em;
  }

  .page-game-types-pg88-fishing-games-features__subtitle {
    font-size: 1.2em;
  }

  .page-game-types-pg88-fishing-games-features__heading {
    font-size: 2em;
  }

  .page-game-types-pg88-fishing-games-features__features-grid,
  .page-game-types-pg88-fishing-games-features__reason-grid {
    grid-template-columns: 1fr;
  }

  .page-game-types-pg88-fishing-games-features__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-game-types-pg88-fishing-games-features__button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-game-types-pg88-fishing-games-features__button--secondary {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-game-types-pg88-fishing-games-features__cta-group a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .page-game-types-pg88-fishing-games-features__title {
    font-size: 2em;
  }

  .page-game-types-pg88-fishing-games-features__subtitle {
    font-size: 1em;
  }

  .page-game-types-pg88-fishing-games-features__heading {
    font-size: 1.8em;
  }

  .page-game-types-pg88-fishing-games-features__feature-title,
  .page-game-types-pg88-fishing-games-features__reason-title {
    font-size: 1.5em;
  }
}