.page-content.page-fishing-games {
  padding-top: 120px; /* Adjust for fixed header on desktop */
  color: #333333; /* Default text color for light backgrounds */
  background-color: #f8f8f8; /* Light background for the page */
}

/* --- General Section Styling --- */
.page-fishing-games__section-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary-color, #0A2239);
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-fishing-games__section-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-fishing-games__section-title a:hover {
  color: var(--secondary-color, #E6B325);
}

.page-fishing-games__section-description {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #555555;
}

.page-fishing-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-fishing-games__dark-section {
  background-color: var(--primary-color, #0A2239);
  color: #ffffff;
}

.page-fishing-games__dark-section .page-fishing-games__section-title {
  color: #ffffff;
}

.page-fishing-games__dark-section .page-fishing-games__section-description {
  color: #f0f0f0;
}

/* --- Buttons --- */
.page-fishing-games__btn-primary,
.page-fishing-games__btn-secondary {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
  max-width: 100%; /* Ensure responsiveness */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-fishing-games__btn-primary {
  background: var(--secondary-color, #E6B325);
  color: var(--primary-color, #0A2239);
}

.page-fishing-games__btn-primary:hover {
  background: #d4a21e;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.page-fishing-games__btn-secondary {
  background: transparent;
  color: var(--secondary-color, #E6B325);
  border: 2px solid var(--secondary-color, #E6B325);
}

.page-fishing-games__btn-secondary:hover {
  background: var(--secondary-color, #E6B325);
  color: var(--primary-color, #0A2239);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.page-fishing-games__btn-link {
  color: var(--primary-color, #0A2239);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-fishing-games__btn-link:hover {
  color: var(--secondary-color, #E6B325);
  text-decoration: underline;
}

.page-fishing-games__btn-inline {
  margin-top: 20px;
}

.page-fishing-games__cta-center {
  text-align: center;
  margin-top: 50px;
}

/* --- Hero Section --- */
.page-fishing-games__hero-section {
  padding: 120px 20px 80px; /* Adjust for fixed header */
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.page-fishing-games__hero-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-fishing-games__hero-title {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-fishing-games__hero-title a {
  color: var(--secondary-color, #E6B325);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-fishing-games__hero-title a:hover {
  color: #ffffff;
}

.page-fishing-games__hero-subtitle {
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #f0f0f0;
}

.page-fishing-games__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

/* --- Intro Section --- */
.page-fishing-games__intro-section {
  padding: 80px 20px;
}

.page-fishing-games__content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-fishing-games__content-text p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #444444;
}

.page-fishing-games__content-text strong {
  color: var(--primary-color, #0A2239);
}

.page-fishing-games__content-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  display: block;
}

/* --- Advantages Section --- */
.page-fishing-games__advantages-section {
  padding: 80px 20px;
}

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

.page-fishing-games__advantage-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
}

.page-fishing-games__advantage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.page-fishing-games__advantage-card img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-fishing-games__advantage-card h3 {
  font-size: 24px;
  color: var(--primary-color, #0A2239);
  margin-bottom: 15px;
}

.page-fishing-games__advantage-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}

/* --- How-to-Play Section --- */
.page-fishing-games__how-to-play-section {
  padding: 80px 20px;
}

.page-fishing-games__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-fishing-games__step-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  color: #333333;
}

.page-fishing-games__step-card:hover {
  transform: translateY(-5px);
}

.page-fishing-games__step-icon {
  width: 60px;
  height: 60px;
  background: var(--secondary-color, #E6B325);
  color: var(--primary-color, #0A2239);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto 25px;
}

.page-fishing-games__step-card h3 {
  font-size: 22px;
  color: var(--primary-color, #0A2239);
  margin-bottom: 15px;
}

.page-fishing-games__step-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 20px;
}

/* --- Promotion Section --- */
.page-fishing-games__promotion-section {
  padding: 80px 20px;
}

.page-fishing-games__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-fishing-games__promotion-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
}

.page-fishing-games__promotion-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.page-fishing-games__promotion-card img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-fishing-games__promotion-card h3 {
  font-size: 24px;
  color: var(--primary-color, #0A2239);
  margin-bottom: 15px;
}

.page-fishing-games__promotion-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 25px;
}

/* --- FAQ Section --- */
.page-fishing-games__faq-section {
  padding: 80px 20px;
}

.page-fishing-games__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-fishing-games__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-fishing-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-fishing-games__faq-item.active .page-fishing-games__faq-question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: var(--secondary-color, #E6B325);
}

.page-fishing-games__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-fishing-games__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--primary-color, #0A2239);
  pointer-events: none;
}

.page-fishing-games__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.page-fishing-games__faq-item.active .page-fishing-games__faq-toggle {
  color: var(--secondary-color, #E6B325);
  transform: rotate(45deg); /* Change to X or rotate */
}

.page-fishing-games__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 25px;
  opacity: 0;
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.page-fishing-games__faq-item.active .page-fishing-games__faq-answer {
  max-height: 2000px !important; /* Sufficiently large value */
  padding: 20px 25px !important;
  opacity: 1;
  border-color: var(--secondary-color, #E6B325);
}

.page-fishing-games__faq-answer p {
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  margin-bottom: 10px;
}

.page-fishing-games__faq-answer p:last-child {
  margin-bottom: 0;
}

/* --- Contact Section --- */
.page-fishing-games__contact-section {
  padding: 80px 20px;
  text-align: center;
}

.page-fishing-games__contact-list {
  list-style: none;
  padding: 0;
  margin: 40px auto 0;
  max-width: 600px;
}

.page-fishing-games__contact-list li {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-fishing-games__contact-list li i {
  font-size: 24px;
  margin-right: 15px;
  color: var(--secondary-color, #E6B325);
}

.page-fishing-games__contact-list li a {
  color: var(--secondary-color, #E6B325);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-fishing-games__contact-list li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
  .page-fishing-games__hero-title {
    font-size: 48px;
  }
  .page-fishing-games__hero-subtitle {
    font-size: 20px;
  }
  .page-fishing-games__section-title {
    font-size: 32px;
  }
  .page-fishing-games__content-grid {
    grid-template-columns: 1fr;
  }
  .page-fishing-games__content-image {
    order: -1; /* Image on top for mobile */
  }
}

@media (max-width: 768px) {
  .page-content.page-fishing-games {
    padding-top: 100px !important; /* Adjust for fixed header on mobile */
  }
  .page-fishing-games__container {
    padding: 40px 15px;
  }
  .page-fishing-games__hero-section {
    padding: 100px 15px 60px;
  }
  .page-fishing-games__hero-title {
    font-size: 36px;
  }
  .page-fishing-games__hero-subtitle {
    font-size: 18px;
  }
  .page-fishing-games__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-fishing-games__btn-primary,
  .page-fishing-games__btn-secondary {
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
  }
  .page-fishing-games__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-fishing-games__section-description {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .page-fishing-games__content-text p,
  .page-fishing-games__advantage-card p,
  .page-fishing-games__step-card p,
  .page-fishing-games__promotion-card p,
  .page-fishing-games__faq-answer p {
    font-size: 15px;
  }
  .page-fishing-games__advantage-card h3,
  .page-fishing-games__step-card h3,
  .page-fishing-games__promotion-card h3 {
    font-size: 20px;
  }
  .page-fishing-games__faq-question {
    padding: 15px 20px;
  }
  .page-fishing-games__faq-question h3 {
    font-size: 16px;
  }
  .page-fishing-games__faq-toggle {
    font-size: 24px;
    width: 28px;
    height: 28px;
  }
  .page-fishing-games__faq-answer {
    padding: 0 20px;
  }
  .page-fishing-games__faq-item.active .page-fishing-games__faq-answer {
    padding: 15px 20px !important;
  }
  .page-fishing-games__contact-list li {
    font-size: 16px;
    flex-direction: column;
    align-items: center;
  }
  .page-fishing-games__contact-list li i {
    margin-right: 0;
    margin-bottom: 5px;
  }
  /* Universal image, video, and button responsive styles */
  .page-fishing-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-fishing-games video,
  .page-fishing-games__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-fishing-games__section,
  .page-fishing-games__card,
  .page-fishing-games__container,
  .page-fishing-games__hero-cta-buttons,
  .page-fishing-games__video-section,
  .page-fishing-games__video-container,
  .page-fishing-games__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-fishing-games__play-now-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 30px !important;
    font-size: 16px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
}