/* style/game-types-fishing.css */
.page-game-types-fishing {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

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

/* Hero Section */
.page-game-types-fishing-hero-section {
  background: linear-gradient(135deg, #0A2463, #1A3A7A);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-game-types-fishing-hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  z-index: 0;
}

.page-game-types-fishing-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-game-types-fishing-hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.page-game-types-fishing-main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700; /* Gold for highlight */
}

.page-game-types-fishing-highlight {
  color: #FFD700;
}

.page-game-types-fishing-intro-text {
  font-size: 1.3em;
  margin-bottom: 40px;
  opacity: 0.9;
}

.page-game-types-fishing-cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2463;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-game-types-fishing-cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-game-types-fishing-secondary-cta {
  background-color: #0A2463;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-game-types-fishing-secondary-cta:hover {
  background-color: #1A3A7A;
  border-color: #e6c200;
}

/* General Section Styles */
.page-game-types-fishing-about-fishing-games, 
.page-game-types-fishing-how-to-play, 
.page-game-types-fishing-tips-strategies, 
.page-game-types-fishing-exclusive-offers, 
.page-game-types-fishing-why-choose-bj38, 
.page-game-types-fishing-faq, 
.page-game-types-fishing-final-cta {
  padding: 60px 0;
}

.page-game-types-fishing-section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-game-types-fishing-section-title::after {
  content: '';
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.page-game-types-fishing-about-fishing-games p, 
.page-game-types-fishing-exclusive-offers p, 
.page-game-types-fishing-final-cta p {
  text-align: center;
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #555;
}

/* Features Grid */
.page-game-types-fishing-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-game-types-fishing-feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-game-types-fishing-feature-item:hover {
  transform: translateY(-10px);
}

.page-game-types-fishing-feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
}

.page-game-types-fishing-feature-item h3 {
  color: #0A2463;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-game-types-fishing-feature-item p {
  font-size: 1em;
  color: #666;
  margin: 0;
  text-align: center; /* Override center alignment for grid items */
}

/* How To Play */
.page-game-types-fishing-how-to-play {
  background-color: #f0f2f5;
}

.page-game-types-fishing-step-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-game-types-fishing-step-list li {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.page-game-types-fishing-step-list li h3 {
  color: #0A2463;
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-game-types-fishing-step-list li h3 a {
  color: #0A2463;
  text-decoration: none;
}

.page-game-types-fishing-step-list li h3 a:hover {
  text-decoration: underline;
}

.page-game-types-fishing-step-list li p {
  font-size: 1.05em;
  color: #666;
  text-align: left;
  margin: 0;
}

.page-game-types-fishing-step-list li p a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-game-types-fishing-step-list li p a:hover {
  text-decoration: underline;
}

/* Tips & Strategies */
.page-game-types-fishing-tips-strategies {
  background-color: #fff;
}

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

.page-game-types-fishing-strategy-card {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease;
}

.page-game-types-fishing-strategy-card:hover {
  transform: translateY(-8px);
}

.page-game-types-fishing-strategy-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-game-types-fishing-strategy-card h3 {
  color: #0A2463;
  font-size: 1.4em;
  margin: 20px 20px 10px 20px;
}

.page-game-types-fishing-strategy-card p {
  font-size: 1em;
  color: #666;
  margin: 0 20px 20px 20px;
  text-align: left;
}

.page-game-types-fishing-strategy-note {
  text-align: center;
  margin-top: 40px;
  font-style: italic;
  color: #777;
}

.page-game-types-fishing-inline-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-game-types-fishing-inline-link:hover {
  text-decoration: underline;
}

/* Exclusive Offers */
.page-game-types-fishing-exclusive-offers {
  background-color: #0A2463;
  color: #fff;
}

.page-game-types-fishing-exclusive-offers .page-game-types-fishing-section-title {
  color: #FFD700;
}

.page-game-types-fishing-exclusive-offers .page-game-types-fishing-section-title::after {
  background-color: #fff;
}

.page-game-types-fishing-exclusive-offers p {
  color: #ccc;
}

.page-game-types-fishing-offer-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 30px auto;
}

.page-game-types-fishing-offer-list li {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 25px;
  margin-bottom: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-game-types-fishing-offer-list li::before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  margin-right: 15px;
  font-size: 1.3em;
}

.page-game-types-fishing-offer-list li a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-game-types-fishing-offer-list li a:hover {
  text-decoration: underline;
}

/* Why Choose bj38 */
.page-game-types-fishing-why-choose-bj38 {
  background-color: #f8f9fa;
}

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

.page-game-types-fishing-reason-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-game-types-fishing-reason-card:hover {
  transform: translateY(-10px);
}

.page-game-types-fishing-reason-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
}

.page-game-types-fishing-reason-card h3 {
  color: #0A2463;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-game-types-fishing-reason-card p {
  font-size: 1em;
  color: #666;
  margin-bottom: 20px;
}

.page-game-types-fishing-download-app-button {
  display: inline-block;
  background-color: #0A2463;
  color: #FFD700;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease;
  border: 1px solid #FFD700;
}

.page-game-types-fishing-download-app-button:hover {
  background-color: #FFD700;
  color: #0A2463;
  border-color: #0A2463;
}

/* FAQ Section */
.page-game-types-fishing-faq {
  background-color: #e6e9ed;
}

.page-game-types-fishing-accordion {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-game-types-fishing-accordion-item {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-game-types-fishing-accordion-header {
  width: 100%;
  background-color: #0A2463;
  color: #FFD700;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  border: none;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-game-types-fishing-accordion-header:hover {
  background-color: #1A3A7A;
}

.page-game-types-fishing-accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-game-types-fishing-accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-game-types-fishing-accordion-content {
  padding: 0 25px;
  background-color: #fdfdfd;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-game-types-fishing-accordion-content.active {
  max-height: 200px; /* Adjust as needed */
  padding: 20px 25px;
}

.page-game-types-fishing-accordion-content p {
  margin: 0;
  color: #555;
  text-align: left;
}

.page-game-types-fishing-accordion-content p a {
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
}

.page-game-types-fishing-accordion-content p a:hover {
  text-decoration: underline;
}

/* Final CTA */
.page-game-types-fishing-final-cta {
  padding: 80px 0;
}

.page-game-types-fishing-cta-background {
  background: linear-gradient(135deg, #0A2463, #1A3A7A);
  color: #fff;
  padding: 60px 40px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-game-types-fishing-cta-background .page-game-types-fishing-section-title {
  color: #FFD700;
  margin-bottom: 20px;
}

.page-game-types-fishing-cta-background .page-game-types-fishing-section-title::after {
  background-color: #fff;
}

.page-game-types-fishing-cta-background p {
  color: #e0e0e0;
  font-size: 1.2em;
  margin-bottom: 40px;
}

.page-game-types-fishing-main-cta-bottom {
  background-color: #FFD700;
  color: #0A2463;
  padding: 18px 40px;
  font-size: 1.4em;
  border-radius: 10px;
}

.page-game-types-fishing-main-cta-bottom:hover {
  background-color: #e6c200;
  transform: translateY(-5px);
}

/* Floating Promotion */
.page-game-types-fishing-floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FFD700;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  padding: 10px 15px;
  z-index: 1000;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
}

.page-game-types-fishing-floating-promo.hidden {
  transform: translateX(calc(100% + 20px));
}

.page-game-types-fishing-floating-promo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0A2463;
  font-weight: bold;
}

.page-game-types-fishing-floating-promo-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.page-game-types-fishing-floating-promo-link span {
  font-size: 1.1em;
}

.page-game-types-fishing-close-promo {
  background: none;
  border: none;
  color: #0A2463;
  font-size: 1.8em;
  cursor: pointer;
  margin-left: 10px;
  line-height: 1;
  padding: 0 5px;
}

.page-game-types-fishing-close-promo:hover {
  color: #555;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-types-fishing-main-title {
    font-size: 2.8em;
  }
  .page-game-types-fishing-intro-text {
    font-size: 1.1em;
  }
  .page-game-types-fishing-section-title {
    font-size: 2em;
  }
  .page-game-types-fishing-features-grid, 
  .page-game-types-fishing-strategy-grid, 
  .page-game-types-fishing-reason-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-game-types-fishing-hero-section {
    padding: 80px 0;
  }
  .page-game-types-fishing-main-title {
    font-size: 2.2em;
  }
  .page-game-types-fishing-intro-text {
    font-size: 1em;
  }
  .page-game-types-fishing-cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-game-types-fishing-section-title {
    font-size: 1.8em;
  }
  .page-game-types-fishing-step-list li h3 {
    font-size: 1.4em;
  }
  .page-game-types-fishing-floating-promo {
    bottom: 15px;
    right: 15px;
    padding: 8px 12px;
  }
  .page-game-types-fishing-floating-promo-icon {
    width: 30px;
    height: 30px;
  }
  .page-game-types-fishing-floating-promo-link span {
    font-size: 0.9em;
  }
  .page-game-types-fishing-close-promo {
    font-size: 1.5em;
  }
}

@media (max-width: 480px) {
  .page-game-types-fishing-hero-section {
    padding: 60px 0;
  }
  .page-game-types-fishing-main-title {
    font-size: 1.8em;
  }
  .page-game-types-fishing-intro-text {
    font-size: 0.9em;
  }
  .page-game-types-fishing-cta-button {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-game-types-fishing-section-title {
    font-size: 1.5em;
  }
  .page-game-types-fishing-features-grid, 
  .page-game-types-fishing-strategy-grid, 
  .page-game-types-fishing-reason-grid {
    grid-template-columns: 1fr;
  }
  .page-game-types-fishing-offer-list li {
    font-size: 1em;
    padding: 12px 20px;
  }
  .page-game-types-fishing-accordion-header {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-game-types-fishing-accordion-content.active {
    padding: 15px 20px;
  }
  .page-game-types-fishing-final-cta .page-game-types-fishing-cta-background {
    padding: 40px 20px;
  }
  .page-game-types-fishing-cta-background p {
    font-size: 1em;
  }
  .page-game-types-fishing-main-cta-bottom {
    font-size: 1.2em;
    padding: 15px 30px;
  }
  .page-game-types-fishing-floating-promo {
    bottom: 10px;
    right: 10px;
    flex-direction: column;
    align-items: flex-end;
    padding: 10px;
  }
  .page-game-types-fishing-floating-promo-link {
    flex-direction: column;
    text-align: center;
    margin-bottom: 5px;
  }
  .page-game-types-fishing-floating-promo-icon {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .page-game-types-fishing-close-promo {
    position: absolute;
    top: 5px;
    right: 5px;
    margin-left: 0;
    font-size: 1.2em;
  }
}