/* style/resources-by88-club-latest-promotions.css */
.page-resources-by88-club-latest-promotions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-resources-by88-club-latest-promotions__dark-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-resources-by88-club-latest-promotions__light-bg {
  background-color: #ffffff;
  color: #333333;
}

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

/* Hero Section */
.page-resources-by88-club-latest-promotions__hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.page-resources-by88-club-latest-promotions__hero-content {
  flex: 1;
  padding-right: 40px;
  z-index: 1;
  max-width: 600px;
}

.page-resources-by88-club-latest-promotions__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #26A9E0;
  line-height: 1.2;
}

.page-resources-by88-club-latest-promotions__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-by88-club-latest-promotions__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-resources-by88-club-latest-promotions__btn-primary,
.page-resources-by88-club-latest-promotions__btn-secondary,
.page-resources-by88-club-latest-promotions__btn-tertiary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-by88-club-latest-promotions__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-by88-club-latest-promotions__btn-primary:hover {
  background-color: #1e87b8;
  border-color: #1e87b8;
}

.page-resources-by88-club-latest-promotions__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-by88-club-latest-promotions__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-by88-club-latest-promotions__btn-tertiary {
  background-color: #EA7C07; /* Login color */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-by88-club-latest-promotions__btn-tertiary:hover {
  background-color: #c96806;
  border-color: #c96806;
}

.page-resources-by88-club-latest-promotions__hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 50%;
}

.page-resources-by88-club-latest-promotions__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* General Section Styles */
.page-resources-by88-club-latest-promotions__promotions-overview,
.page-resources-by88-club-latest-promotions__how-to-claim,
.page-resources-by88-club-latest-promotions__terms,
.page-resources-by88-club-latest-promotions__faq,
.page-resources-by88-club-latest-promotions__cta-section {
  padding: 80px 0;
}

.page-resources-by88-club-latest-promotions__section-title {
  font-size: 2.8em;
  text-align: center;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-resources-by88-club-latest-promotions__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: #f0f0f0; /* For dark sections */
}

.page-resources-by88-club-latest-promotions__light-bg .page-resources-by88-club-latest-promotions__section-description {
  color: #333333; /* For light sections */
}

/* Promotion Grid */
.page-resources-by88-club-latest-promotions__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-by88-club-latest-promotions__promo-card {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-by88-club-latest-promotions__light-bg .page-resources-by88-club-latest-promotions__promo-card {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-by88-club-latest-promotions__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-by88-club-latest-promotions__card-title {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-by88-club-latest-promotions__card-text {
  font-size: 1em;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* How-To-Claim Steps */
.page-resources-by88-club-latest-promotions__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-resources-by88-club-latest-promotions__step-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-by88-club-latest-promotions__step-icon {
  font-size: 2.5em;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(38, 169, 224, 0.1);
}

.page-resources-by88-club-latest-promotions__step-title {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-by88-club-latest-promotions__step-text {
  font-size: 1em;
  margin-bottom: 20px;
}

/* Terms & Conditions */
.page-resources-by88-club-latest-promotions__terms-list {
  list-style: disc;
  text-align: left;
  max-width: 800px;
  margin: 0 auto 30px auto;
  padding-left: 20px;
  color: #333333;
}

.page-resources-by88-club-latest-promotions__terms-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

/* FAQ Section */
.page-resources-by88-club-latest-promotions__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-by88-club-latest-promotions__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-by88-club-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background-color: rgba(38, 169, 224, 0.1);
  transition: background-color 0.3s ease;
}

.page-resources-by88-club-latest-promotions__faq-question:hover {
  background-color: rgba(38, 169, 224, 0.2);
}

.page-resources-by88-club-latest-promotions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-by88-club-latest-promotions__faq-item.active .page-resources-by88-club-latest-promotions__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-by88-club-latest-promotions__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-resources-by88-club-latest-promotions__faq-item.active .page-resources-by88-club-latest-promotions__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 20px;
}

.page-resources-by88-club-latest-promotions__faq-answer p {
  margin: 0;
}

/* CTA Section */
.page-resources-by88-club-latest-promotions__cta-section .page-resources-by88-club-latest-promotions__cta-buttons {
  justify-content: center;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-by88-club-latest-promotions__hero-section {
    flex-direction: column;
    text-align: center;
    padding: 60px 20px;
    padding-top: var(--header-offset, 120px);
  }

  .page-resources-by88-club-latest-promotions__hero-content {
    padding-right: 0;
    margin-bottom: 40px;
    max-width: 100%;
  }

  .page-resources-by88-club-latest-promotions__hero-image-wrapper {
    max-width: 80%;
    justify-content: center;
  }

  .page-resources-by88-club-latest-promotions__hero-title {
    font-size: 2.8em;
  }

  .page-resources-by88-club-latest-promotions__section-title {
    font-size: 2.2em;
  }

  .page-resources-by88-club-latest-promotions__promo-grid,
  .page-resources-by88-club-latest-promotions__steps-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-by88-club-latest-promotions__hero-section {
    padding: 40px 15px !important;
    padding-top: var(--header-offset, 120px) !important;
    min-height: auto;
  }

  .page-resources-by88-club-latest-promotions__hero-title {
    font-size: 2em !important;
  }

  .page-resources-by88-club-latest-promotions__hero-description,
  .page-resources-by88-club-latest-promotions__section-description,
  .page-resources-by88-club-latest-promotions__card-text,
  .page-resources-by88-club-latest-promotions__step-text,
  .page-resources-by88-club-latest-promotions__terms-list li,
  .page-resources-by88-club-latest-promotions__faq-question,
  .page-resources-by88-club-latest-promotions__faq-answer p {
    font-size: 1em !important;
    line-height: 1.5 !important;
  }

  .page-resources-by88-club-latest-promotions__section-title {
    font-size: 1.8em !important;
  }

  .page-resources-by88-club-latest-promotions__hero-image-wrapper {
    max-width: 100% !important;
  }

  .page-resources-by88-club-latest-promotions__hero-image,
  .page-resources-by88-club-latest-promotions__card-image,
  .page-resources-by88-club-latest-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important; /* Enforce min-size even on mobile */
    min-height: 200px !important;
  }

  .page-resources-by88-club-latest-promotions__container,
  .page-resources-by88-club-latest-promotions__section,
  .page-resources-by88-club-latest-promotions__promo-grid,
  .page-resources-by88-club-latest-promotions__steps-grid,
  .page-resources-by88-club-latest-promotions__promo-card,
  .page-resources-by88-club-latest-promotions__step-item,
  .page-resources-by88-club-latest-promotions__faq-item,
  .page-resources-by88-club-latest-promotions__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-x: hidden !important;
  }

  .page-resources-by88-club-latest-promotions__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .page-resources-by88-club-latest-promotions__btn-primary,
  .page-resources-by88-club-latest-promotions__btn-secondary,
  .page-resources-by88-club-latest-promotions__btn-tertiary,
  .page-resources-by88-club-latest-promotions a[class*="button"],
  .page-resources-by88-club-latest-promotions 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: 12px 20px !important;
  }

  .page-resources-by88-club-latest-promotions__promotions-overview,
  .page-resources-by88-club-latest-promotions__how-to-claim,
  .page-resources-by88-club-latest-promotions__terms,
  .page-resources-by88-club-latest-promotions__faq,
  .page-resources-by88-club-latest-promotions__cta-section {
    padding: 40px 0 !important;
  }
  
  .page-resources-by88-club-latest-promotions__faq-question {
    padding: 15px !important;
  }

  .page-resources-by88-club-latest-promotions__faq-answer {
    padding: 0 15px !important;
  }

  .page-resources-by88-club-latest-promotions__faq-item.active .page-resources-by88-club-latest-promotions__faq-answer {
    padding: 15px !important;
  }
}