/* style/resources-bong88-ibet-casino-game-strategy.css */
.page-resources-bong88-ibet-casino-game-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #ffffff; /* Default background */
}

.page-resources-bong88-ibet-casino-game-strategy__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-bong88-ibet-casino-game-strategy__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-bong88-ibet-casino-game-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 40px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  min-height: 600px;
  overflow: hidden;
}

.page-resources-bong88-ibet-casino-game-strategy__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-bottom: 30px;
}

.page-resources-bong88-ibet-casino-game-strategy__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-bong88-ibet-casino-game-strategy__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #ffffff;
  opacity: 0.9;
}

.page-resources-bong88-ibet-casino-game-strategy__btn-primary {
  display: inline-block;
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #C30808;
}

.page-resources-bong88-ibet-casino-game-strategy__btn-primary:hover {
  background-color: #a30606;
  transform: translateY(-2px);
}

.page-resources-bong88-ibet-casino-game-strategy__btn-secondary {
  display: inline-block;
  background-color: #ffffff;
  color: #017439;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  border: 2px solid #017439;
}

.page-resources-bong88-ibet-casino-game-strategy__btn-secondary:hover {
  background-color: #017439;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-resources-bong88-ibet-casino-game-strategy__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-resources-bong88-ibet-casino-game-strategy__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Dim the image for text readability */
}

.page-resources-bong88-ibet-casino-game-strategy__section {
  padding: 60px 20px;
}

.page-resources-bong88-ibet-casino-game-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-bong88-ibet-casino-game-strategy__section-title {
  font-size: 2.5em;
  color: inherit;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-bong88-ibet-casino-game-strategy__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #C30808;
  border-radius: 2px;
}

.page-resources-bong88-ibet-casino-game-strategy__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: -20px auto 40px;
  color: inherit;
}

.page-resources-bong88-ibet-casino-game-strategy__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-resources-bong88-ibet-casino-game-strategy__content-wrapper:nth-of-type(even) {
  flex-direction: row-reverse;
}

.page-resources-bong88-ibet-casino-game-strategy__text-block {
  flex: 1;
}

.page-resources-bong88-ibet-casino-game-strategy__text-block p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: inherit;
}