.page-fishing-games-popular-titles-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #000000; /* Ensure body background is dark */
}

.page-fishing-games-popular-titles-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-fishing-games-popular-titles-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure header offset */
  background-color: #000000;
  color: #ffffff;
  overflow: hidden;
}

.page-fishing-games-popular-titles-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-fishing-games-popular-titles-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.page-fishing-games-popular-titles-tips__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-fishing-games-popular-titles-tips__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-fishing-games-popular-titles-tips__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-fishing-games-popular-titles-tips__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* General Section Styles */
.page-fishing-games-popular-titles-tips__section {
  padding: 60px 0;
}

.page-fishing-games-popular-titles-tips__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0; /* Brand color for titles */
}

.page-fishing-games-popular-titles-tips__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-fishing-games-popular-titles-tips__highlight {
  color: #26A9E0;
  font-weight: bold;
}

.page-fishing-games-popular-titles-tips__image-content {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Color Schemes for Sections */
.page-fishing-games-popular-titles-tips__dark-bg {
  background-color: #0d0d0d;
  color: #ffffff;
}

.page-fishing-games-popular-titles-tips__dark-bg .page-fishing-games-popular-titles-tips__section-title {
  color: #26A9E0;
}

.page-fishing-games-popular-titles-tips__light-bg {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-fishing-games-popular-titles-tips__light-bg .page-fishing-games-popular-titles-tips__section-title {
  color: #26A9E0;
}

/* Buttons */
.page-fishing-games-popular-titles-tips__btn-primary,
.page-fishing-games-popular-titles-tips__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text breaking */
  box-sizing: border-box;
}

.page-fishing-games-popular-titles-tips__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-fishing-games-popular-titles-tips__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-fishing-games-popular-titles-tips__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-fishing-games-popular-titles-tips__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* Feature Grid */
.page-fishing-games-popular-titles-tips__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-fishing-games-popular-titles-tips__feature-item {
  text-align: left;
}

.page-fishing-games-popular-titles-tips__feature-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-fishing-games-popular-titles-tips__feature-list {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
  color: #ffffff;
}

.page-fishing-games-popular-titles-tips__feature-list li {
  margin-bottom: 10px;
}

/* Game List */
.page-fishing-games-popular-titles-tips__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-fishing-games-popular-titles-tips__game-card {
  text-align: left;
}

.page-fishing-games-popular-titles-tips__game-title {
  font-size: 1.6em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-fishing-games-popular-titles-tips__game-description {
  font-size: 1em;
  color: #f0f0f0;
}

/* Tips Grid */
.page-fishing-games-popular-titles-tips__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-fishing-games-popular-titles-tips__tip-item {
  text-align: left;
}

.page-fishing-games-popular-titles-tips__tip-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-fishing-games-popular-titles-tips__tip-description {
  font-size: 1em;
  color: #f0f0f0;
}

/* Benefit List */
.page-fishing-games-popular-titles-tips__benefit-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 30px;
}

.page-fishing-games-popular-titles-tips__benefit-list li {
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 50px;
}

.page-fishing-games-popular-titles-tips__benefit-list li::before {
  content: '✔';
  color: #26A9E0;
  font-size: 1.5em;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* Step-by-Step Guide */
.page-fishing-games-popular-titles-tips__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-fishing-games-popular-titles-tips__step-item {
  text-align: center;
}

.page-fishing-games-popular-titles-tips__step-title {
  font-size: 1.6em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-fishing-games-popular-titles-tips__step-description {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 20px;
}

/* Text Link */
.page-fishing-games-popular-titles-tips__text-link {
  color: #26A9E0;
  text-decoration: underline;
}

.page-fishing-games-popular-titles-tips__text-link:hover {
  color: #1e87b7;
}

/* FAQ Section */
.page-fishing-games-popular-titles-tips__faq-list {
  margin-top: 40px;
}

.page-fishing-games-popular-titles-tips__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-fishing-games-popular-titles-tips__faq-question {
  background-color: #26A9E0; /* Question background */
  color: #ffffff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-fishing-games-popular-titles-tips__faq-question:hover {
  background-color: #1e87b7;
}

.page-fishing-games-popular-titles-tips__faq-title {
  margin: 0;
  color: #ffffff;
}

.page-fishing-games-popular-titles-tips__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-fishing-games-popular-titles-tips__faq-answer {
  background-color: rgba(255, 255, 255, 0.1);
  color: #f0f0f0;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-fishing-games-popular-titles-tips__faq-item.active .page-fishing-games-popular-titles-tips__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show all content */
  padding: 20px;
}

.page-fishing-games-popular-titles-tips__faq-item.active .page-fishing-games-popular-titles-tips__faq-toggle {
  transform: rotate(45deg);
}

/* CTA Section */
.page-fishing-games-popular-titles-tips__cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-fishing-games-popular-titles-tips__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

/* Card Styles */
.page-fishing-games-popular-titles-tips__card {
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-fishing-games-popular-titles-tips__hero-title {
    font-size: 3em;
  }
  .page-fishing-games-popular-titles-tips__section-title {
    font-size: 2em;
  }
  .page-fishing-games-popular-titles-tips__paragraph,
  .page-fishing-games-popular-titles-tips__feature-list li,
  .page-fishing-games-popular-titles-tips__game-description,
  .page-fishing-games-popular-titles-tips__tip-description,
  .page-fishing-games-popular-titles-tips__benefit-list li,
  .page-fishing-games-popular-titles-tips__step-description {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-fishing-games-popular-titles-tips__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Mobile header offset */
  }
  .page-fishing-games-popular-titles-tips__hero-title {
    font-size: 2.5em;
  }
  .page-fishing-games-popular-titles-tips__hero-description {
    font-size: 1.1em;
  }
  .page-fishing-games-popular-titles-tips__hero-cta-buttons,
  .page-fishing-games-popular-titles-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 300px; /* Constrain button group width */
    margin-left: auto;
    margin-right: auto;
  }
  .page-fishing-games-popular-titles-tips__btn-primary,
  .page-fishing-games-popular-titles-tips__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }

  .page-fishing-games-popular-titles-tips__section {
    padding: 40px 0;
  }
  .page-fishing-games-popular-titles-tips__container {
    padding: 0 15px;
  }
  .page-fishing-games-popular-titles-tips__section-title {
    font-size: 1.8em;
  }

  .page-fishing-games-popular-titles-tips__feature-grid,
  .page-fishing-games-popular-titles-tips__game-list,
  .page-fishing-games-popular-titles-tips__tips-grid,
  .page-fishing-games-popular-titles-tips__step-by-step {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-fishing-games-popular-titles-tips__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-fishing-games-popular-titles-tips__faq-answer {
    padding: 0 15px;
  }
  .page-fishing-games-popular-titles-tips__faq-item.active .page-fishing-games-popular-titles-tips__faq-answer {
    padding: 15px;
  }

  /* Ensure images and videos are responsive and don't overflow */
  .page-fishing-games-popular-titles-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-fishing-games-popular-titles-tips video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-fishing-games-popular-titles-tips__image-content,
  .page-fishing-games-popular-titles-tips__video-wrapper,
  .page-fishing-games-popular-titles-tips__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-fishing-games-popular-titles-tips__card {
    padding: 20px;
  }
}