/* style/resources-j88-bet-game-strategy-guide.css */

.page-resources-j88-bet-game-strategy-guide {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Light text for dark body background */
  background-color: #0a0a0a; /* Ensure consistency with body background */
  line-height: 1.6;
}

.page-resources-j88-bet-game-strategy-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-j88-bet-game-strategy-guide__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 100px 20px;
  min-height: 500px;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: var(--header-offset, 120px); /* Ensures content is below fixed header */
}

.page-resources-j88-bet-game-strategy-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-resources-j88-bet-game-strategy-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-resources-j88-bet-game-strategy-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.page-resources-j88-bet-game-strategy-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #26A9E0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-j88-bet-game-strategy-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-j88-bet-game-strategy-guide__section {
  padding: 60px 0;
  background-color: #1a1a1a;
  border-bottom: 1px solid #333;
}

.page-resources-j88-bet-game-strategy-guide__section:nth-of-type(even) {
  background-color: #0d0d0d;
}

.page-resources-j88-bet-game-strategy-guide__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-j88-bet-game-strategy-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #EA7C07;
  border-radius: 2px;
}

.page-resources-j88-bet-game-strategy-guide__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
  text-align: justify;
}

.page-resources-j88-bet-game-strategy-guide__btn-primary,
.page-resources-j88-bet-game-strategy-guide__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;
  margin: 10px;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-j88-bet-game-strategy-guide__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-j88-bet-game-strategy-guide__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-resources-j88-bet-game-strategy-guide__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-j88-bet-game-strategy-guide__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-j88-bet-game-strategy-guide__video-section {
  text-align: center;
  background-color: #0a0a0a;
}

.page-resources-j88-bet-game-strategy-guide__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto 20px;
  background-color: #000;
  border-radius: 10px;
}

.page-resources-j88-bet-game-strategy-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}

.page-resources-j88-bet-game-strategy-guide__video-caption {
  color: #aaa;
  font-style: italic;
  margin-top: 10px;
  font-size: 0.9em;
}

.page-resources-j88-bet-game-strategy-guide__strategies {
  background-color: #1a1a1a;
}

.page-resources-j88-bet-game-strategy-guide__strategy-item {
  margin-bottom: 60px;
  background-color: #222;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-j88-bet-game-strategy-guide__strategy-item:last-child {
  margin-bottom: 0;
}

.page-resources-j88-bet-game-strategy-guide__strategy-subtitle {
  font-size: 1.8em;
  color: #EA7C07;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-j88-bet-game-strategy-guide__strategy-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.page-resources-j88-bet-game-strategy-guide__strategy-content:nth-child(even) {
  flex-direction: row-reverse;
}

.page-resources-j88-bet-game-strategy-guide__strategy-image {
  flex: 0 0 40%;
  max-width: 40%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-j88-bet-game-strategy-guide__strategy-content .page-resources-j88-bet-game-strategy-guide__text-block {
  flex: 1;
  margin-bottom: 0;
}

.page-resources-j88-bet-game-strategy-guide__faq-section {
  background-color: #0d0d0d;
}

.page-resources-j88-bet-game-strategy-guide__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-j88-bet-game-strategy-guide__faq-item {
  background-color: #222;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-j88-bet-game-strategy-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #26A9E0;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-resources-j88-bet-game-strategy-guide__faq-question:hover {
  background-color: #1e87c0;
}

.page-resources-j88-bet-game-strategy-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-j88-bet-game-strategy-guide__faq-item.active .page-resources-j88-bet-game-strategy-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-j88-bet-game-strategy-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #f0f0f0;
  background-color: #333;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-resources-j88-bet-game-strategy-guide__faq-item.active .page-resources-j88-bet-game-strategy-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large for content */
  padding: 20px;
}

.page-resources-j88-bet-game-strategy-guide__faq-answer p {
  margin: 0;
  padding-bottom: 10px;
}

.page-resources-j88-bet-game-strategy-guide__cta {
  text-align: center;
  background-color: #1a1a1a;
}

.page-resources-j88-bet-game-strategy-guide__cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 20px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-j88-bet-game-strategy-guide__hero-title {
    font-size: 3em;
  }

  .page-resources-j88-bet-game-strategy-guide__section-title {
    font-size: 2em;
  }

  .page-resources-j88-bet-game-strategy-guide__strategy-content {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-j88-bet-game-strategy-guide__strategy-content:nth-child(even) {
    flex-direction: column;
  }

  .page-resources-j88-bet-game-strategy-guide__strategy-image {
    max-width: 80%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-resources-j88-bet-game-strategy-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-j88-bet-game-strategy-guide__hero-section {
    padding: 80px 15px;
  }

  .page-resources-j88-bet-game-strategy-guide__hero-title {
    font-size: 2.5em;
  }

  .page-resources-j88-bet-game-strategy-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-j88-bet-game-strategy-guide__section {
    padding: 40px 0;
  }

  .page-resources-j88-bet-game-strategy-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-j88-bet-game-strategy-guide__container,
  .page-resources-j88-bet-game-strategy-guide__video-wrapper,
  .page-resources-j88-bet-game-strategy-guide__strategy-item,
  .page-resources-j88-bet-game-strategy-guide__cta-buttons {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .page-resources-j88-bet-game-strategy-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-j88-bet-game-strategy-guide video,
  .page-resources-j88-bet-game-strategy-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-j88-bet-game-strategy-guide__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-j88-bet-game-strategy-guide__btn-primary,
  .page-resources-j88-bet-game-strategy-guide__btn-secondary,
  .page-resources-j88-bet-game-strategy-guide a[class*="button"],
  .page-resources-j88-bet-game-strategy-guide a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-resources-j88-bet-game-strategy-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-j88-bet-game-strategy-guide__strategy-image {
    max-width: 100%;
  }

  .page-resources-j88-bet-game-strategy-guide__faq-question {
    font-size: 1em;
    padding: 15px;
  }

  .page-resources-j88-bet-game-strategy-guide__faq-answer {
    padding: 15px !important;
  }
}