/* style/entertainment-games-fishing-games.css */
.page-entertainment-games-fishing-games {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

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

.page-entertainment-games-fishing-games__hero {
  background: linear-gradient(135deg, #007bff, #28a745);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-entertainment-games-fishing-games__hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0.3;
  animation: page-entertainment-games-fishing-games__pulse 10s infinite alternate;
}

@keyframes page-entertainment-games-fishing-games__pulse {
  0% { transform: scale(0.8); opacity: 0.3; }
  100% { transform: scale(1.2); opacity: 0.5; }
}

.page-entertainment-games-fishing-games__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-entertainment-games-fishing-games__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-entertainment-games-fishing-games__cta-button {
  display: inline-block;
  background-color: #ff8400; /* Contrast color for CTA */
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-entertainment-games-fishing-games__cta-button:hover {
  background-color: #d758ba; /* Secondary contrast color */
  transform: translateY(-3px);
}

.page-entertainment-games-fishing-games__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
  margin-top: 20px;
}

.page-entertainment-games-fishing-games__cta-button--secondary {
  background-color: #0056b3; /* Darker variant of primary color */
  margin-left: 15px;
}

.page-entertainment-games-fishing-games__cta-button--secondary:hover {
  background-color: #003f80;
}

.page-entertainment-games-fishing-games__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-entertainment-games-fishing-games__section:last-of-type {
  border-bottom: none;
}

.page-entertainment-games-fishing-games__section-title {
  font-size: 2.2em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-entertainment-games-fishing-games__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #28a745;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-entertainment-games-fishing-games__introduction p,
.page-entertainment-games-fishing-games__fish-types p,
.page-entertainment-games-fishing-games__weapons p,
.page-entertainment-games-fishing-games__basic-strategy p,
.page-entertainment-games-fishing-games__advanced-strategy p,
.page-entertainment-games-fishing-games__boss-strategy p,
.page-entertainment-games-fishing-games__money-management p,
.page-entertainment-games-fishing-games__additional-tips p,
.page-entertainment-games-fishing-games__faq p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #495057;
}

.page-entertainment-games-fishing-games__introduction strong,
.page-entertainment-games-fishing-games__fish-types strong,
.page-entertainment-games-fishing-games__weapons strong,
.page-entertainment-games-fishing-games__basic-strategy strong,
.page-entertainment-games-fishing-games__advanced-strategy strong,
.page-entertainment-games-fishing-games__boss-strategy strong,
.page-entertainment-games-fishing-games__money-management strong,
.page-entertainment-games-fishing-games__additional-tips strong {
  color: #007bff;
}

.page-entertainment-games-fishing-games__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-entertainment-games-fishing-games__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-entertainment-games-fishing-games__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-entertainment-games-fishing-games__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 123, 255, 0.3));
}

.page-entertainment-games-fishing-games__feature-item h3 {
  font-size: 1.4em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-entertainment-games-fishing-games__feature-item p {
  font-size: 0.95em;
  color: #6c757d;
}

.page-entertainment-games-fishing-games__list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.page-entertainment-games-fishing-games__list li {
  background-color: #e9f7ef; /* Light green background for list items */
  margin-bottom: 10px;
  padding: 12px 20px;
  border-left: 4px solid #28a745;
  border-radius: 5px;
  font-size: 1.05em;
  color: #333;
}

.page-entertainment-games-fishing-games__list li strong {
  color: #0056b3; /* Darker blue for emphasis */
}

.page-entertainment-games-fishing-games__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-entertainment-games-fishing-games__basic-strategy h3,
.page-entertainment-games-fishing-games__advanced-strategy h3,
.page-entertainment-games-fishing-games__boss-strategy h3 {
  font-size: 1.6em;
  color: #0056b3;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-entertainment-games-fishing-games__cta-content {
  text-align: center;
  padding: 50px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-entertainment-games-fishing-games__cta-content .page-entertainment-games-fishing-games__section-title {
  color: #007bff;
  margin-bottom: 20px;
}

.page-entertainment-games-fishing-games__cta-content p {
  font-size: 1.2em;
  color: #555;
  margin-bottom: 30px;
}

.page-entertainment-games-fishing-games__faq {
  background-color: #f0f8ff;
}

.page-entertainment-games-fishing-games__faq-item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-entertainment-games-fishing-games__faq-item h3 {
  font-size: 1.3em;
  color: #007bff;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-entertainment-games-fishing-games__faq-item h3::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #28a745;
  transition: transform 0.3s ease;
}

.page-entertainment-games-fishing-games__faq-item.active h3::after {
  transform: translateY(-50%) rotate(45deg);
}

.page-entertainment-games-fishing-games__faq-item p {
  display: none;
  margin-top: 15px;
  padding-left: 10px;
  border-left: 3px solid #28a745;
  color: #6c757d;
}

.page-entertainment-games-fishing-games__faq-item.active p {
  display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-entertainment-games-fishing-games__title {
    font-size: 2em;
  }

  .page-entertainment-games-fishing-games__subtitle {
    font-size: 1em;
  }

  .page-entertainment-games-fishing-games__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-entertainment-games-fishing-games__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-entertainment-games-fishing-games__section-title {
    font-size: 1.8em;
  }

  .page-entertainment-games-fishing-games__grid {
    grid-template-columns: 1fr;
  }

  .page-entertainment-games-fishing-games__introduction p,
  .page-entertainment-games-fishing-games__fish-types p,
  .page-entertainment-games-fishing-games__weapons p,
  .page-entertainment-games-fishing-games__basic-strategy p,
  .page-entertainment-games-fishing-games__advanced-strategy p,
  .page-entertainment-games-fishing-games__boss-strategy p,
  .page-entertainment-games-fishing-games__money-management p,
  .page-entertainment-games-fishing-games__additional-tips p,
  .page-entertainment-games-fishing-games__faq p {
    font-size: 1em;
  }

  .page-entertainment-games-fishing-games__basic-strategy h3,
  .page-entertainment-games-fishing-games__advanced-strategy h3,
  .page-entertainment-games-fishing-games__boss-strategy h3 {
    font-size: 1.4em;
  }
}

@media (max-width: 480px) {
  .page-entertainment-games-fishing-games__hero {
    padding: 80px 0;
  }

  .page-entertainment-games-fishing-games__title {
    font-size: 1.8em;
  }

  .page-entertainment-games-fishing-games__cta-button {
    width: 100%;
    margin-bottom: 10px;
  }

  .page-entertainment-games-fishing-games__cta-button--secondary {
    margin-top: 0;
  }

  .page-entertainment-games-fishing-games__section-title {
    font-size: 1.6em;
  }
}