.page-gambling-reviews-368bet-fishing-games-overview {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-gambling-reviews-368bet-fishing-games-overview .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-gambling-reviews-368bet-fishing-games-overview .hero-section {
  background: linear-gradient(135deg, #00A86B, #4dc297); /* Main color with a lighter variant */
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 450px; /* Ensure sufficient height */
}

.page-gambling-reviews-368bet-fishing-games-overview .hero-section h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.page-gambling-reviews-368bet-fishing-games-overview .hero-section p {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  color: #e0ffe0; /* Lighter text for contrast */
}

.page-gambling-reviews-368bet-fishing-games-overview .hero-actions .btn {
  margin: 0 10px;
}

.page-gambling-reviews-368bet-fishing-games-overview .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
}

.page-gambling-reviews-368bet-fishing-games-overview .btn-primary {
  background-color: #FFD700; /* Auxiliary color for primary action */
  color: #333; /* Dark text for contrast */
  border: 2px solid #FFD700;
}

.page-gambling-reviews-368bet-fishing-games-overview .btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-gambling-reviews-368bet-fishing-games-overview .btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.page-gambling-reviews-368bet-fishing-games-overview .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.page-gambling-reviews-368bet-fishing-games-overview .hero-image {
  max-width: 90%;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-gambling-reviews-368bet-fishing-games-overview section {
  padding: 60px 0;
  text-align: center;
}

.page-gambling-reviews-368bet-fishing-games-overview section:nth-of-type(even) {
  background-color: #f0f0f0;
}

.page-gambling-reviews-368bet-fishing-games-overview h2 {
  font-size: 2.5em;
  color: #00764b; /* Darker variant of main color for headings */
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-gambling-reviews-368bet-fishing-games-overview h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Auxiliary color for underline */
  border-radius: 2px;
}

.page-gambling-reviews-368bet-fishing-games-overview h3 {
  font-size: 1.8em;
  color: #00764b;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-gambling-reviews-368bet-fishing-games-overview p {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 20px;
}

.page-gambling-reviews-368bet-fishing-games-overview .section-features .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-gambling-reviews-368bet-fishing-games-overview .feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-gambling-reviews-368bet-fishing-games-overview .feature-item:hover {
  transform: translateY(-5px);
}

.page-gambling-reviews-368bet-fishing-games-overview .feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.page-gambling-reviews-368bet-fishing-games-overview .section-games .game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-gambling-reviews-368bet-fishing-games-overview .game-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease;
}

.page-gambling-reviews-368bet-fishing-games-overview .game-item:hover {
  transform: translateY(-5px);
}

.page-gambling-reviews-368bet-fishing-games-overview .game-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-gambling-reviews-368bet-fishing-games-overview .game-item h3 {
  font-size: 1.5em;
  margin: 15px 15px 10px;
  color: #00764b;
}

.page-gambling-reviews-368bet-fishing-games-overview .game-item p {
  font-size: 0.95em;
  color: #666;
  padding: 0 15px 15px;
}

.page-gambling-reviews-368bet-fishing-games-overview .section-guide ol {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.page-gambling-reviews-368bet-fishing-games-overview .section-guide ol li {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-gambling-reviews-368bet-fishing-games-overview .section-guide ol li h3 {
  color: #00A86B;
  font-size: 1.6em;
  margin-top: 0;
}

.page-gambling-reviews-368bet-fishing-games-overview .section-guide .guide-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-gambling-reviews-368bet-fishing-games-overview .section-strategy ul {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.page-gambling-reviews-368bet-fishing-games-overview .section-strategy ul li {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-gambling-reviews-368bet-fishing-games-overview .section-strategy ul li h3 {
  color: #00A86B;
  font-size: 1.6em;
  margin-top: 0;
}

.page-gambling-reviews-368bet-fishing-games-overview .section-strategy .strategy-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-gambling-reviews-368bet-fishing-games-overview .section-cta {
  background: linear-gradient(135deg, #00764b, #00A86B); /* Darker green gradient */
  color: #fff;
  padding: 80px 0;
}

.page-gambling-reviews-368bet-fishing-games-overview .section-cta h2 {
  color: #FFD700;
  margin-bottom: 20px;
}

.page-gambling-reviews-368bet-fishing-games-overview .section-cta h2::after {
  background-color: #fff;
}

.page-gambling-reviews-368bet-fishing-games-overview .section-cta p {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #e0ffe0;
}

.page-gambling-reviews-368bet-fishing-games-overview .section-cta .cta-actions .btn {
  margin: 0 15px;
  padding: 15px 35px;
  font-size: 1.2em;
}

.page-gambling-reviews-368bet-fishing-games-overview .section-cta .cta-actions .btn-primary {
  background-color: #FFD700;
  color: #333;
  border-color: #FFD700;
}

.page-gambling-reviews-368bet-fishing-games-overview .section-cta .cta-actions .btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-gambling-reviews-368bet-fishing-games-overview .section-cta .cta-actions .btn-secondary {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.page-gambling-reviews-368bet-fishing-games-overview .section-cta .cta-actions .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-gambling-reviews-368bet-fishing-games-overview .cta-image {
  max-width: 70%;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-gambling-reviews-368bet-fishing-games-overview a {
  color: #00A86B;
  text-decoration: none;
}

.page-gambling-reviews-368bet-fishing-games-overview a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-gambling-reviews-368bet-fishing-games-overview .hero-section h1 {
    font-size: 2.5em;
  }
  .page-gambling-reviews-368bet-fishing-games-overview .hero-section p {
    font-size: 1.1em;
  }
  .page-gambling-reviews-368bet-fishing-games-overview h2 {
    font-size: 2em;
  }
  .page-gambling-reviews-368bet-fishing-games-overview h3 {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-gambling-reviews-368bet-fishing-games-overview .hero-section {
    padding: 60px 0;
  }
  .page-gambling-reviews-368bet-fishing-games-overview .hero-section h1 {
    font-size: 2em;
  }
  .page-gambling-reviews-368bet-fishing-games-overview .hero-section p {
    font-size: 1em;
  }
  .page-gambling-reviews-368bet-fishing-games-overview .hero-actions .btn {
    margin: 10px 0;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .page-gambling-reviews-368bet-fishing-games-overview section {
    padding: 40px 0;
  }
  .page-gambling-reviews-368bet-fishing-games-overview .feature-grid, .page-gambling-reviews-368bet-fishing-games-overview .game-list {
    grid-template-columns: 1fr;
  }
  .page-gambling-reviews-368bet-fishing-games-overview .section-guide ol li, .page-gambling-reviews-368bet-fishing-games-overview .section-strategy ul li {
    padding: 20px;
  }
  .page-gambling-reviews-368bet-fishing-games-overview .section-cta .cta-actions .btn {
    display: block;
    width: fit-content;
    margin: 15px auto;
  }
  .page-gambling-reviews-368bet-fishing-games-overview .cta-image {
    max-width: 90%;
  }
}