/* style/resources-win88-club-latest-promotions-analysis.css */

/* Base styles for the page content */
.page-resources-win88-club-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Light text for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-win88-club-latest-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-win88-club-latest-promotions-analysis__section-title,
.page-resources-win88-club-latest-promotions-analysis__cta-title {
  font-size: 2.5em;
  color: #26A9E0; /* Brand color for titles */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-win88-club-latest-promotions-analysis__section-description,
.page-resources-win88-club-latest-promotions-analysis__cta-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #f0f0f0; /* Slightly lighter white for descriptions */
}

/* Hero Section */
.page-resources-win88-club-latest-promotions-analysis__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 80px 20px;
  overflow: hidden;
  text-align: center;
}

.page-resources-win88-club-latest-promotions-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.7; /* Slightly dim image for text readability */
  filter: none; /* Ensure no filter is applied */
}

.page-resources-win88-club-latest-promotions-analysis__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text contrast */
  padding: 30px;
  border-radius: 10px;
}

.page-resources-win88-club-latest-promotions-analysis__hero-title {
  font-size: 3.5em;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-win88-club-latest-promotions-analysis__hero-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

/* Primary Button */
.page-resources-win88-club-latest-promotions-analysis__btn-primary {
  display: inline-block;
  background: #26A9E0; /* Brand color */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: 2px solid transparent;
}

.page-resources-win88-club-latest-promotions-analysis__btn-primary:hover {
  background-color: #1e87b9;
}

/* Secondary Button */
.page-resources-win88-club-latest-promotions-analysis__btn-secondary {
  display: inline-block;
  background: transparent;
  color: #26A9E0; /* Brand color */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid #26A9E0;
}

.page-resources-win88-club-latest-promotions-analysis__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-win88-club-latest-promotions-analysis__btn-centered {
  display: block;
  margin: 40px auto;
  width: fit-content;
  max-width: 90%;
}

/* Video Section */
.page-resources-win88-club-latest-promotions-analysis__video-section {
  padding: 80px 0;
  background: #0a0a0a; /* Dark background from shared.css */
}

.page-resources-win88-club-latest-promotions-analysis__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0 auto;
  border-radius: 10px;
}

.page-resources-win88-club-latest-promotions-analysis__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.page-resources-win88-club-latest-promotions-analysis__video-caption {
  text-align: center;
  margin-top: 20px;
  font-style: italic;
  color: #f0f0f0;
}

/* Promotions Categories Grid */
.page-resources-win88-club-latest-promotions-analysis__promotions-categories {
  padding: 80px 0;
  background: #1a1a1a; /* Slightly lighter dark background */
}

.page-resources-win88-club-latest-promotions-analysis__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-win88-club-latest-promotions-analysis__card {
  background: rgba(255, 255, 255, 0.08); /* Semi-transparent white for dark background */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  color: #ffffff; /* Light text */
}

.page-resources-win88-club-latest-promotions-analysis__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  filter: none; /* Ensure no filter is applied */
}

.page-resources-win88-club-latest-promotions-analysis__card-title {
  font-size: 1.5em;
  color: #26A9E0; /* Brand color */
  padding: 20px 20px 10px;
  font-weight: bold;
}

.page-resources-win88-club-latest-promotions-analysis__card-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-win88-club-latest-promotions-analysis__card-title a:hover {
  text-decoration: underline;
}

.page-resources-win88-club-latest-promotions-analysis__card-text {
  padding: 0 20px 20px;
  flex-grow: 1;
  color: #e0e0e0;
}

.page-resources-win88-club-latest-promotions-analysis__card .page-resources-win88-club-latest-promotions-analysis__btn-secondary {
  margin: 0 20px 20px;
  width: auto;
  text-align: center;
}

/* How to Claim Section */
.page-resources-win88-club-latest-promotions-analysis__how-to-claim {
  padding: 80px 0;
  background: #0a0a0a;
}

.page-resources-win88-club-latest-promotions-analysis__steps-list {
  list-style-type: decimal;
  padding-left: 40px;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #ffffff;
}

.page-resources-win88-club-latest-promotions-analysis__steps-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-resources-win88-club-latest-promotions-analysis__steps-list strong {
  color: #26A9E0; /* Brand color */
}

/* Terms and Conditions Section */
.page-resources-win88-club-latest-promotions-analysis__terms-conditions {
  padding: 80px 0;
  background: #1a1a1a;
}

.page-resources-win88-club-latest-promotions-analysis__list-bullet {
  list-style-type: disc;
  padding-left: 40px;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #ffffff;
}

.page-resources-win88-club-latest-promotions-analysis__list-bullet li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

/* Why Choose Win88 Club Section */
.page-resources-win88-club-latest-promotions-analysis__why-choose {
  padding: 80px 0;
  background: #0a0a0a;
}

.page-resources-win88-club-latest-promotions-analysis__features-list {
  list-style-type: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #ffffff;
}

.page-resources-win88-club-latest-promotions-analysis__features-list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 1.1em;
}

.page-resources-win88-club-latest-promotions-analysis__features-list li::before {
  content: '✓';
  color: #26A9E0; /* Brand color */
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* FAQ Section */
.page-resources-win88-club-latest-promotions-analysis__faq-section {
  padding: 80px 0;
  background: #1a1a1a;
}

.page-resources-win88-club-latest-promotions-analysis__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-win88-club-latest-promotions-analysis__faq-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-win88-club-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}

.page-resources-win88-club-latest-promotions-analysis__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-resources-win88-club-latest-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #26A9E0; /* Brand color */
  transition: transform 0.3s ease;
}

.page-resources-win88-club-latest-promotions-analysis__faq-item.active .page-resources-win88-club-latest-promotions-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-win88-club-latest-promotions-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #e0e0e0;
}

.page-resources-win88-club-latest-promotions-analysis__faq-item.active .page-resources-win88-club-latest-promotions-analysis__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

/* Call to Action Section */
.page-resources-win88-club-latest-promotions-analysis__cta-section {
  padding: 80px 0;
  background: #0a0a0a;
  text-align: center;
}

.page-resources-win88-club-latest-promotions-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-win88-club-latest-promotions-analysis__hero-title {
    font-size: 2.8em;
  }
  .page-resources-win88-club-latest-promotions-analysis__section-title,
  .page-resources-win88-club-latest-promotions-analysis__cta-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  /* General mobile adjustments */
  .page-resources-win88-club-latest-promotions-analysis {
    font-size: 16px;
    line-height: 1.6;
    padding-top: var(--header-offset, 120px) !important; /* Ensure content is not hidden by fixed header */
  }

  .page-resources-win88-club-latest-promotions-analysis__container {
    padding: 0 15px;
  }

  .page-resources-win88-club-latest-promotions-analysis__hero-section {
    min-height: 400px;
    padding: 60px 15px;
  }

  .page-resources-win88-club-latest-promotions-analysis__hero-content {
    padding: 20px;
  }

  .page-resources-win88-club-latest-promotions-analysis__hero-title {
    font-size: 2em;
  }

  .page-resources-win88-club-latest-promotions-analysis__hero-description {
    font-size: 1em;
  }

  .page-resources-win88-club-latest-promotions-analysis__section-title,
  .page-resources-win88-club-latest-promotions-analysis__cta-title {
    font-size: 1.8em;
  }

  .page-resources-win88-club-latest-promotions-analysis__section-description,
  .page-resources-win88-club-latest-promotions-analysis__cta-description {
    font-size: 1em;
  }

  /* Images responsive */
  .page-resources-win88-club-latest-promotions-analysis img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Video responsive */
  .page-resources-win88-club-latest-promotions-analysis__video-wrapper {
    padding-bottom: 56.25% !important; /* Maintain aspect ratio */
    height: 0 !important;
    overflow: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-win88-club-latest-promotions-analysis__video {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important; /* Use 100% height for absolute positioned video */
  }

  /* Buttons responsive */
  .page-resources-win88-club-latest-promotions-analysis__btn-primary,
  .page-resources-win88-club-latest-promotions-analysis__btn-secondary,
  .page-resources-win88-club-latest-promotions-analysis a[class*="button"],
  .page-resources-win88-club-latest-promotions-analysis a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-win88-club-latest-promotions-analysis__cta-buttons {
    flex-direction: column; /* Stack buttons vertically on mobile */
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px; /* Add padding to container */
  }

  .page-resources-win88-club-latest-promotions-analysis__grid {
    grid-template-columns: 1fr; /* Single column layout for cards */
  }

  .page-resources-win88-club-latest-promotions-analysis__card {
    margin-bottom: 20px;
  }

  .page-resources-win88-club-latest-promotions-analysis__steps-list,
  .page-resources-win88-club-latest-promotions-analysis__list-bullet,
  .page-resources-win88-club-latest-promotions-analysis__features-list {
    padding-left: 20px;
  }

  .page-resources-win88-club-latest-promotions-analysis__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-resources-win88-club-latest-promotions-analysis__faq-answer {
    padding: 0 20px;
  }

  .page-resources-win88-club-latest-promotions-analysis__faq-item.active .page-resources-win88-club-latest-promotions-analysis__faq-answer {
    padding: 10px 20px;
  }
}

/* Ensure no image filter */
.page-resources-win88-club-latest-promotions-analysis img {
  filter: none; /* Explicitly ensure no filter is applied */
}