/* style/resources-j88best-fishing-games-tips.css */
.page-resources-j88best-fishing-games-tips {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-resources-j88best-fishing-games-tips__hero {
  background: linear-gradient(135deg, #0056B3, #003a75);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 450px;
}

.page-resources-j88best-fishing-games-tips__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.page-resources-j88best-fishing-games-tips__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-j88best-fishing-games-tips__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-j88best-fishing-games-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
}

.page-resources-j88best-fishing-games-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-j88best-fishing-games-tips__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold for CTA */
  color: #003a75; /* Dark blue for text on gold */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-j88best-fishing-games-tips__cta-button:hover {
  background-color: #e0b800;
  transform: translateY(-3px);
}

.page-resources-j88best-fishing-games-tips__cta-button--secondary {
  background-color: #0056B3;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-j88best-fishing-games-tips__cta-button--secondary:hover {
  background-color: #003a75;
  border-color: #e0b800;
}

.page-resources-j88best-fishing-games-tips__cta-button--final {
  margin-top: 40px;
}

.page-resources-j88best-fishing-games-tips__section {
  padding: 60px 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}

.page-resources-j88best-fishing-games-tips__section:nth-of-type(even) {
  background-color: #fff;
}

.page-resources-j88best-fishing-games-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-j88best-fishing-games-tips__section-title {
  font-size: 2.5em;
  color: #0056B3;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-j88best-fishing-games-tips__introduction p,
.page-resources-j88best-fishing-games-tips__conclusion p {
  font-size: 1.1em;
  text-align: justify;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-j88best-fishing-games-tips__introduction p a,
.page-resources-j88best-fishing-games-tips__why-j88best p a {
  color: #0056B3;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-j88best-fishing-games-tips__introduction p a:hover,
.page-resources-j88best-fishing-games-tips__why-j88best p a:hover {
  color: #FFD700;
}

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

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

.page-resources-j88best-fishing-games-tips__strategy-item:hover,
.page-resources-j88best-fishing-games-tips__tip-item:hover {
  transform: translateY(-5px);
}

.page-resources-j88best-fishing-games-tips__strategy-icon,
.page-resources-j88best-fishing-games-tips__tip-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #FFD700;
}

.page-resources-j88best-fishing-games-tips__strategy-item h3,
.page-resources-j88best-fishing-games-tips__tip-item h3 {
  font-size: 1.6em;
  color: #0056B3;
  margin-bottom: 15px;
}

.page-resources-j88best-fishing-games-tips__strategy-item p,
.page-resources-j88best-fishing-games-tips__tip-item p {
  font-size: 1em;
  color: #555;
  text-align: justify;
}

.page-resources-j88best-fishing-games-tips__why-j88best .page-resources-j88best-fishing-games-tips__section-title {
  margin-bottom: 20px;
}

.page-resources-j88best-fishing-games-tips__why-j88best p {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #444;
}

.page-resources-j88best-fishing-games-tips__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-resources-j88best-fishing-games-tips__feature-list li {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  font-size: 1.1em;
  color: #333;
  text-align: left;
}

.page-resources-j88best-fishing-games-tips__list-icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  object-fit: contain;
  flex-shrink: 0;
}

.page-resources-j88best-fishing-games-tips__feature-list li strong {
  color: #0056B3;
}

.page-resources-j88best-fishing-games-tips__accordion {
  margin-top: 30px;
}

.page-resources-j88best-fishing-games-tips__accordion-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-j88best-fishing-games-tips__accordion-header {
  background-color: #0056B3;
  color: #fff;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-resources-j88best-fishing-games-tips__accordion-header:hover {
  background-color: #003a75;
}

.page-resources-j88best-fishing-games-tips__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-j88best-fishing-games-tips__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-j88best-fishing-games-tips__accordion-content {
  padding: 0 25px;
  background-color: #f0f8ff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-resources-j88best-fishing-games-tips__accordion-content p {
  padding: 15px 0;
  margin: 0;
  color: #444;
  font-size: 1em;
}

.page-resources-j88best-fishing-games-tips__accordion-content a {
  color: #0056B3;
  text-decoration: underline;
}

.page-resources-j88best-fishing-games-tips__accordion-content a:hover {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-j88best-fishing-games-tips__hero-title {
    font-size: 2.5em;
  }

  .page-resources-j88best-fishing-games-tips__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-j88best-fishing-games-tips__section-title {
    font-size: 2em;
  }

  .page-resources-j88best-fishing-games-tips__strategy-grid,
  .page-resources-j88best-fishing-games-tips__tips-list {
    grid-template-columns: 1fr;
  }

  .page-resources-j88best-fishing-games-tips__strategy-item,
  .page-resources-j88best-fishing-games-tips__tip-item {
    padding: 20px;
  }

  .page-resources-j88best-fishing-games-tips__accordion-header {
    font-size: 1em;
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-j88best-fishing-games-tips__hero {
    padding: 60px 15px;
  }

  .page-resources-j88best-fishing-games-tips__hero-title {
    font-size: 2em;
  }

  .page-resources-j88best-fishing-games-tips__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-j88best-fishing-games-tips__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-j88best-fishing-games-tips__section {
    padding: 40px 0;
  }

  .page-resources-j88best-fishing-games-tips__section-title {
    font-size: 1.8em;
  }

  .page-resources-j88best-fishing-games-tips__introduction p,
  .page-resources-j88best-fishing-games-tips__conclusion p {
    font-size: 0.95em;
  }

  .page-resources-j88best-fishing-games-tips__feature-list li {
    font-size: 1em;
    padding: 15px;
  }
}