.page-fishing-games {
  color: #ffffff; /* Text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.7;
  background-color: transparent; /* Body background from shared.css */
}

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

.page-fishing-games__intro-section {
  padding-top: 180px; /* For fixed header */
  padding-bottom: 60px;
  text-align: center;
  background: linear-gradient(135deg, #FFD7001A, #DC143C1A); /* Light transparent gradient over dark body bg */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-fishing-games__main-title {
  font-size: 42px;
  font-weight: bold;
  color: #FFD700; /* Primary brand color for main title */
  margin-bottom: 25px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.page-fishing-games__intro-text {
  font-size: 18px;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-fishing-games__intro-text strong {
  color: #FFD700;
}

.page-fishing-games__intro-text a {
  color: #DC143C;
  text-decoration: none;
  font-weight: bold;
}

.page-fishing-games__intro-text a:hover {
  text-decoration: underline;
}

.page-fishing-games__intro-image-wrapper {
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-fishing-games__intro-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-fishing-games__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #121212; /* Dark text for light button */
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: none;
}

.page-fishing-games__cta-button:hover {
  background: linear-gradient(135deg, #FFA500, #FFC107);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-fishing-games__section-title {
  font-size: 34px;
  font-weight: bold;
  color: #FFD700;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 40px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.page-fishing-games__sub-title {
  font-size: 24px;
  font-weight: bold;
  color: #DC143C;
  margin-top: 35px;
  margin-bottom: 15px;
  text-align: left;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-fishing-games__text-block {
  font-size: 16px;
  margin-bottom: 20px;
  color: #e0e0e0;
  text-align: left;
}

.page-fishing-games__text-block strong {
  color: #FFD700;
}

.page-fishing-games__text-block a {
  color: #DC143C;
  text-decoration: none;
  font-weight: bold;
}

.page-fishing-games__text-block a:hover {
  text-decoration: underline;
}

.page-fishing-games__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #e0e0e0;
  font-size: 16px;
}

.page-fishing-games__list-item {
  margin-bottom: 10px;
  color: #e0e0e0;
}

.page-fishing-games__list-item strong {
  color: #FFD700;
}

.page-fishing-games__what-is-section, 
.page-fishing-games__strategy-section, 
.page-fishing-games__promotions-section, 
.page-fishing-games__featured-games-section, 
.page-fishing-games__responsible-gaming-section, 
.page-fishing-games__news-section, 
.page-fishing-games__faq-section {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-fishing-games__what-is-section {
  background-color: rgba(255, 255, 255, 0.03);
}

.page-fishing-games__strategy-section {
  background-color: rgba(0, 0, 0, 0.1);
}

.page-fishing-games__promotions-section {
  background-color: rgba(255, 255, 255, 0.05);
}

.page-fishing-games__responsible-gaming-section {
  background-color: rgba(0, 0, 0, 0.15);
}

.page-fishing-games__news-section {
  background-color: rgba(255, 255, 255, 0.03);
}

.page-fishing-games__image-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  max-width: 45%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-fishing-games__image-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  max-width: 45%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-fishing-games__content-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

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

.page-fishing-games__promo-card {
  background: rgba(255, 255, 255, 0.08); /* Semi-transparent card background */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-fishing-games__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.page-fishing-games__promo-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-fishing-games__promo-title {
  font-size: 22px;
  font-weight: bold;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-fishing-games__promo-description {
  font-size: 15px;
  color: #e0e0e0;
  margin-bottom: 25px;
}

.page-fishing-games__promo-description a {
  color: #DC143C;
  text-decoration: none;
  font-weight: bold;
}

.page-fishing-games__promo-description a:hover {
  text-decoration: underline;
}

.page-fishing-games__btn-promo {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(135deg, #DC143C, #B2002D);
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-fishing-games__btn-promo:hover {
  background: linear-gradient(135deg, #B2002D, #8C0022);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

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

.page-fishing-games__game-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-fishing-games__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.page-fishing-games__game-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-fishing-games__game-card-title {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-fishing-games__game-card-description {
  font-size: 15px;
  color: #e0e0e0;
  margin-bottom: 25px;
}

.page-fishing-games__game-card-description a {
  color: #DC143C;
  text-decoration: none;
  font-weight: bold;
}

.page-fishing-games__game-card-description a:hover {
  text-decoration: underline;
}

.page-fishing-games__btn-play {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #121212;
  text-decoration: none;
  border-radius: 6px;
  font-size: 17px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-fishing-games__btn-play:hover {
  background: linear-gradient(135deg, #FFA500, #FFC107);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-fishing-games__link {
  color: #DC143C;
  text-decoration: none;
  font-weight: bold;
}

.page-fishing-games__link:hover {
  text-decoration: underline;
}

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

.page-fishing-games__news-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-fishing-games__news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.page-fishing-games__news-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.page-fishing-games__news-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-fishing-games__news-title a:hover {
  text-decoration: underline;
}

.page-fishing-games__news-summary {
  font-size: 15px;
  color: #cccccc;
  margin-bottom: 15px;
}

.page-fishing-games__news-summary a {
  color: #DC143C;
  text-decoration: none;
  font-weight: bold;
}

.page-fishing-games__news-summary a:hover {
  text-decoration: underline;
}

.page-fishing-games__news-date {
  font-size: 13px;
  color: #888888;
}

.page-fishing-games__view-all-news {
  text-align: center;
  margin-top: 40px;
}

.page-fishing-games__btn-view-all {
  display: inline-block;
  padding: 14px 35px;
  background: linear-gradient(135deg, #DC143C, #B2002D);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 17px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-fishing-games__btn-view-all:hover {
  background: linear-gradient(135deg, #B2002D, #8C0022);
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}

/* FAQ Section Styles */
.page-fishing-games__faq-list {
  margin-top: 30px;
}

.page-fishing-games__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05); /* Slightly lighter background for FAQ items */
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.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 20px;
  opacity: 0;
  color: #cccccc;
  font-size: 15px;
}

.page-fishing-games__faq-item.active .page-fishing-games__faq-answer {
  max-height: 2000px !important;
  padding: 20px !important;
  opacity: 1;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0 0 5px 5px;
}

.page-fishing-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-fishing-games__faq-question:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
}

.page-fishing-games__faq-question:active {
  background: rgba(255, 255, 255, 0.2);
}

.page-fishing-games__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #FFD700;
}

.page-fishing-games__faq-toggle {
  font-size: 28px; /* Increased size for better visibility */
  font-weight: bold;
  line-height: 1;
  color: #DC143C; /* Using secondary brand color */
  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; /* Increased size */
  height: 32px; /* Increased size */
  border: 2px solid #DC143C; /* Added border */
  border-radius: 50%; /* Make it round */
}

.page-fishing-games__faq-item.active .page-fishing-games__faq-toggle {
  color: #FFD700;
  transform: rotate(45deg); /* Rotate for minus sign effect */
  border-color: #FFD700;
}

.page-fishing-games__faq-answer p {
  margin: 0;
  color: #e0e0e0;
}

.page-fishing-games__faq-answer a {
  color: #DC143C;
  text-decoration: none;
  font-weight: bold;
}

.page-fishing-games__faq-answer a:hover {
  text-decoration: underline;
}

/* Clear floats */
.page-fishing-games__what-is-section::after,
.page-fishing-games__strategy-section::after {
  content: '';
  display: table;
  clear: both;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-fishing-games__main-title {
    font-size: 38px;
  }
  .page-fishing-games__section-title {
    font-size: 30px;
  }
  .page-fishing-games__sub-title {
    font-size: 22px;
  }
  .page-fishing-games__intro-text, .page-fishing-games__text-block, .page-fishing-games__list-item {
    font-size: 17px;
  }
  .page-fishing-games__image-right, .page-fishing-games__image-left {
    max-width: 50%;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .page-fishing-games__intro-section {
    padding-top: 140px; /* For fixed header on mobile */
    padding-bottom: 40px;
  }
  .page-fishing-games__main-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .page-fishing-games__intro-text {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .page-fishing-games__cta-button {
    padding: 15px 35px;
    font-size: 18px;
  }
  .page-fishing-games__section-title {
    font-size: 26px;
    margin-bottom: 25px;
    padding-top: 30px;
  }
  .page-fishing-games__sub-title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 12px;
  }
  .page-fishing-games__text-block, .page-fishing-games__list-item, .page-fishing-games__promo-description, .page-fishing-games__game-card-description, .page-fishing-games__news-summary, .page-fishing-games__faq-answer p {
    font-size: 15px;
  }
  .page-fishing-games__image-right, .page-fishing-games__image-left {
    float: none;
    margin: 20px auto;
    max-width: 90%;
  }
  .page-fishing-games__promo-grid, .page-fishing-games__game-grid, .page-fishing-games__news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-fishing-games__promo-image, .page-fishing-games__game-card-image {
    height: 160px;
  }
  .page-fishing-games__promo-title, .page-fishing-games__game-card-title {
    font-size: 20px;
  }
  .page-fishing-games__btn-promo, .page-fishing-games__btn-play, .page-fishing-games__btn-view-all {
    padding: 10px 20px;
    font-size: 15px;
  }
  .page-fishing-games__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  .page-fishing-games__faq-question h3 {
    font-size: 16px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  .page-fishing-games__faq-toggle {
    margin-left: 10px;
    width: 28px;
    height: 28px;
    font-size: 24px;
  }
  .page-fishing-games__faq-answer {
    padding: 0 15px;
  }
  .page-fishing-games__faq-item.active .page-fishing-games__faq-answer {
    padding: 15px !important;
  }
  .page-fishing-games__container {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .page-fishing-games__main-title {
    font-size: 28px;
  }
  .page-fishing-games__section-title {
    font-size: 24px;
  }
  .page-fishing-games__cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-fishing-games__sub-title {
    font-size: 18px;
  }
  .page-fishing-games__promo-image, .page-fishing-games__game-card-image {
    height: 140px;
  }
  .page-fishing-games__faq-toggle {
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
}