/* style/resources-how-to-improve-slot888-win-rate.css */

.page-resources-how-to-improve-slot888-win-rate {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: var(--background-color, #FFFFFF);
}

.page-resources-how-to-improve-slot888-win-rate__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-improve-slot888-win-rate__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px;
  padding-top: calc(var(--header-offset, 120px) + 60px); /* Adjust for header */
  background-color: #26A9E0;
  color: #ffffff;
  overflow: hidden;
}

.page-resources-how-to-improve-slot888-win-rate__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.2;
}

.page-resources-how-to-improve-slot888-win-rate__hero-section .page-resources-how-to-improve-slot888-win-rate__container {
  position: relative;
  z-index: 1;
}

.page-resources-how-to-improve-slot888-win-rate__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-how-to-improve-slot888-win-rate__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.page-resources-how-to-improve-slot888-win-rate__hero-cta-button {
  display: inline-block;
  background-color: #EA7C07; /* Login color for CTA */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  border: 2px solid transparent;
}

.page-resources-how-to-improve-slot888-win-rate__hero-cta-button:hover {
  background-color: #d16d00;
}

.page-resources-how-to-improve-slot888-win-rate__intro-section,
.page-resources-how-to-improve-slot888-win-rate__tips-section,
.page-resources-how-to-improve-slot888-win-rate__faq-section,
.page-resources-how-to-improve-slot888-win-rate__cta-section {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333333;
}

.page-resources-how-to-improve-slot888-win-rate__intro-heading,
.page-resources-how-to-improve-slot888-win-rate__section-heading,
.page-resources-how-to-improve-slot888-win-rate__video-heading,
.page-resources-how-to-improve-slot888-win-rate__cta-heading {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
  font-weight: bold;
}

.page-resources-how-to-improve-slot888-win-rate__intro-text {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-how-to-improve-slot888-win-rate__video-section {
  padding: 60px 0;
  background-color: #f5f5f5;
  color: #333333;
  text-align: center;
}

.page-resources-how-to-improve-slot888-win-rate__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 900px; /* Limit video width */
  margin: 0 auto 20px auto;
  background-color: #000;
}

.page-resources-how-to-improve-slot888-win-rate__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
}

.page-resources-how-to-improve-slot888-win-rate__video-caption {
  font-style: italic;
  color: #555;
}

.page-resources-how-to-improve-slot888-win-rate__strategies-section,
.page-resources-how-to-improve-slot888-win-rate__mistakes-section {
  padding: 80px 0;
  color: #ffffff;
}

.page-resources-how-to-improve-slot888-win-rate__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-how-to-improve-slot888-win-rate__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-how-to-improve-slot888-win-rate__strategy-card {
  background-color: rgba(255, 255, 255, 0.15); /* Slightly transparent white for dark background */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-how-to-improve-slot888-win-rate__strategy-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-improve-slot888-win-rate__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-how-to-improve-slot888-win-rate__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: bold;
}

.page-resources-how-to-improve-slot888-win-rate__card-text {
  font-size: 1em;
  color: #f0f0f0;
  text-align: justify;
}

.page-resources-how-to-improve-slot888-win-rate__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.page-resources-how-to-improve-slot888-win-rate__content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-resources-how-to-improve-slot888-win-rate__text-block {
  flex: 1;
}

.page-resources-how-to-improve-slot888-win-rate__sub-heading {
  font-size: 1.8em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-how-to-improve-slot888-win-rate__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-how-to-improve-slot888-win-rate__content-image {
  flex: 1;
  max-width: 50%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-improve-slot888-win-rate__mistakes-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-how-to-improve-slot888-win-rate__mistake-item {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  color: #ffffff;
}

.page-resources-how-to-improve-slot888-win-rate__mistake-title {
  font-size: 1.4em;
  color: #ffffff;
  margin-bottom: 10px;
}

.page-resources-how-to-improve-slot888-win-rate__mistake-text {
  font-size: 0.95em;
  color: #f0f0f0;
  text-align: justify;
}

.page-resources-how-to-improve-slot888-win-rate__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-how-to-improve-slot888-win-rate__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-how-to-improve-slot888-win-rate__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  color: #333333;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-improve-slot888-win-rate__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-how-to-improve-slot888-win-rate__faq-title {
  font-size: 1.2em;
  margin: 0;
  color: #26A9E0;
}

.page-resources-how-to-improve-slot888-win-rate__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #26A9E0;
}

.page-resources-how-to-improve-slot888-win-rate__faq-item.active .page-resources-how-to-improve-slot888-win-rate__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-improve-slot888-win-rate__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
  text-align: justify;
}

.page-resources-how-to-improve-slot888-win-rate__faq-item.active .page-resources-how-to-improve-slot888-win-rate__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-resources-how-to-improve-slot888-win-rate__cta-section {
  text-align: center;
  background-color: #26A9E0;
  color: #ffffff;
  padding: 80px 0;
}

.page-resources-how-to-improve-slot888-win-rate__cta-heading {
  color: #ffffff;
}

.page-resources-how-to-improve-slot888-win-rate__cta-text {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

.page-resources-how-to-improve-slot888-win-rate__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}