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

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

.page-slots-games-78bet-fishing-games__hero {
  position: relative;
  height: 500px;
  background: url('[GALLERY:hero:78bet,fishing_game,underwater,dynamic,colorful]') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding: 20px;
}

.page-slots-games-78bet-fishing-games__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.page-slots-games-78bet-fishing-games__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.page-slots-games-78bet-fishing-games__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffc107; /* Auxiliary color for highlight */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-slots-games-78bet-fishing-games__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-slots-games-78bet-fishing-games__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-slots-games-78bet-fishing-games__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

.page-slots-games-78bet-fishing-games__btn--primary {
  background-color: #007bff; /* Primary color */
  color: #ffffff;
  border: 2px solid #007bff;
}

.page-slots-games-78bet-fishing-games__btn--primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

.page-slots-games-78bet-fishing-games__btn--secondary {
  background-color: #ffc107; /* Auxiliary color */
  color: #333333;
  border: 2px solid #ffc107;
}

.page-slots-games-78bet-fishing-games__btn--secondary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-2px);
}

.page-slots-games-78bet-fishing-games__btn--inline {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 5px;
}

.page-slots-games-78bet-fishing-games__btn--small {
  padding: 8px 15px;
  font-size: 0.85em;
  border-radius: 5px;
}

.page-slots-games-78bet-fishing-games__btn--large {
  padding: 18px 35px;
  font-size: 1.1em;
}

.page-slots-games-78bet-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-slots-games-78bet-fishing-games__section:nth-child(even) {
  background-color: #f0f8ff; /* Light blue tint for contrast */
}

.page-slots-games-78bet-fishing-games__section-title {
  font-size: 2.5em;
  color: #007bff; /* Primary color */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-slots-games-78bet-fishing-games__section-subtitle {
  font-size: 1.2em;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
}

.page-slots-games-78bet-fishing-games__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.page-slots-games-78bet-fishing-games__content-wrapper--reversed {
  flex-direction: row-reverse;
}

.page-slots-games-78bet-fishing-games__text-content {
  flex: 1;
  min-width: 300px;
}

.page-slots-games-78bet-fishing-games__text-content p {
  margin-bottom: 15px;
  color: #333;
}

.page-slots-games-78bet-fishing-games__text-content strong {
  color: #007bff;
}

.page-slots-games-78bet-fishing-games__image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-slots-games-78bet-fishing-games__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-slots-games-78bet-fishing-games__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slots-games-78bet-fishing-games__step-item {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border-top: 5px solid #007bff;
}

.page-slots-games-78bet-fishing-games__step-item:hover {
  transform: translateY(-5px);
}

.page-slots-games-78bet-fishing-games__step-icon {
  width: 60px;
  height: 60px;
  background-color: #ffc107; /* Auxiliary color */
  color: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px;
}

.page-slots-games-78bet-fishing-games__step-title {
  font-size: 1.5em;
  color: #007bff; /* Primary color */
  margin-bottom: 15px;
}

.page-slots-games-78bet-fishing-games__note {
  text-align: center;
  font-style: italic;
  margin-top: 40px;
  color: #666;
}

.page-slots-games-78bet-fishing-games__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-slots-games-78bet-fishing-games__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #333;
}

.page-slots-games-78bet-fishing-games__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #28a745; /* Green checkmark for positive points */
  font-weight: bold;
  font-size: 1.2em;
}

.page-slots-games-78bet-fishing-games__link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-slots-games-78bet-fishing-games__link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.page-slots-games-78bet-fishing-games__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slots-games-78bet-fishing-games__feature-item {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border-bottom: 4px solid #ffc107;
}

.page-slots-games-78bet-fishing-games__feature-item:hover {
  transform: translateY(-5px);
}

.page-slots-games-78bet-fishing-games__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.page-slots-games-78bet-fishing-games__feature-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-slots-games-78bet-fishing-games__faq-item {
  background-color: #f0f8ff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-slots-games-78bet-fishing-games__faq-question {
  font-size: 1.3em;
  color: #007bff;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-slots-games-78bet-fishing-games__faq-answer {
  font-size: 1.05em;
  color: #555;
  display: block; /* Ensure it's visible by default for static content */
}

.page-slots-games-78bet-fishing-games__cta {
  background-color: #007bff; /* Primary color */
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
  border-radius: 8px;
  margin-top: 40px;
}

.page-slots-games-78bet-fishing-games__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #ffc107; /* Auxiliary color */
}

.page-slots-games-78bet-fishing-games__cta-description {
  font-size: 1.4em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #e0e0e0;
}

.page-slots-games-78bet-fishing-games__cta-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-slots-games-78bet-fishing-games__hero-title {
    font-size: 2.5em;
  }
  .page-slots-games-78bet-fishing-games__section-title {
    font-size: 2em;
  }
  .page-slots-games-78bet-fishing-games__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-slots-games-78bet-fishing-games__hero {
    height: 400px;
  }
  .page-slots-games-78bet-fishing-games__hero-title {
    font-size: 2em;
  }
  .page-slots-games-78bet-fishing-games__hero-description {
    font-size: 1.1em;
  }
  .page-slots-games-78bet-fishing-games__hero-actions {
    flex-direction: column;
  }
  .page-slots-games-78bet-fishing-games__content-wrapper {
    flex-direction: column;
  }
  .page-slots-games-78bet-fishing-games__content-wrapper--reversed {
    flex-direction: column;
  }
  .page-slots-games-78bet-fishing-games__section {
    padding: 40px 0;
  }
  .page-slots-games-78bet-fishing-games__cta {
    padding: 60px 0;
  }
  .page-slots-games-78bet-fishing-games__cta-title {
    font-size: 2em;
  }
  .page-slots-games-78bet-fishing-games__cta-description {
    font-size: 1.2em;
  }
  .page-slots-games-78bet-fishing-games__btn--large {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .page-slots-games-78bet-fishing-games__hero {
    height: 350px;
  }
  .page-slots-games-78bet-fishing-games__hero-title {
    font-size: 1.8em;
  }
  .page-slots-games-78bet-fishing-games__hero-description {
    font-size: 1em;
  }
  .page-slots-games-78bet-fishing-games__section-title {
    font-size: 1.8em;
  }
  .page-slots-games-78bet-fishing-games__cta-title {
    font-size: 1.8em;
  }
}