/* style/index-review-lucky88.css */

:root {
  --primary-color: #CC0000;
  --secondary-color: #FFD700;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f8f8f8;
  --bg-card: #ffffff;
  --border-light: #e0e0e0;
}

.page-index-review-lucky88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark); /* Default text color for light sections */
  background-color: var(--bg-light); /* Overall light background for the main content area */
}

/* Fixed navbar padding for the first section */
.page-index-review-lucky88__first-section {
  padding-top: 10px; /* Desktop: Adjust based on actual fixed header height */
}

/* Hero Banner Section (Main visual for the review page) */
.page-index-review-lucky88__hero-banner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, var(--primary-color), #CC3333); /* Brand colors for background */
  padding: 60px 20px;
  color: var(--text-light);
}

.page-index-review-lucky88__hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-review-lucky88__hero-image {
  width: 100%;
  height: auto;
  max-width: 800px; /* Adjust max-width for the banner image */
  display: block;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-lucky88__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-index-review-lucky88__main-title {
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--text-light);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.page-index-review-lucky88__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #f0f0f0;
}

.page-index-review-lucky88__cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-index-review-lucky88__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-index-review-lucky88__cta-primary {
  background: var(--secondary-color);
  color: var(--text-dark);
}

.page-index-review-lucky88__cta-primary:hover {
  background: #FFC107;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.page-index-review-lucky88__cta-secondary {
  background: #ffffff;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-index-review-lucky88__cta-secondary:hover {
  background: var(--primary-color);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

/* General Section Styles */
.page-index-review-lucky88__review-section {
  padding: 60px 20px;
}

.page-index-review-lucky88__container {
  max-width: 1100px;
  margin: 0 auto;
}

.page-index-review-lucky88__section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-index-review-lucky88__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--text-dark);
  line-height: 1.7;
}

.page-index-review-lucky88__highlight-text {
  font-weight: bold;
  color: var(--primary-color);
}

.page-index-review-lucky88__link {
  color: #0066cc;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-lucky88__link:hover {
  text-decoration: underline;
  color: #004499;
}

/* Review Card Styles */
.page-index-review-lucky88__review-card {
  background: var(--bg-card);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-index-review-lucky88__card-title {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-review-lucky88__card-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* CTA Section */
.page-index-review-lucky88__cta-section {
  background: var(--primary-color);
  color: var(--text-light);
  padding: 80px 20px;
  text-align: center;
}

.page-index-review-lucky88__cta-container {
  max-width: 900px;
}

.page-index-review-lucky88__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--text-light);
}

.page-index-review-lucky88__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

/* FAQ Section */
.page-index-review-lucky88__faq-section {
  padding: 60px 20px;
  background-color: var(--bg-light);
}

.page-index-review-lucky88__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-review-lucky88__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-index-review-lucky88__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 15px;
  opacity: 0;
}

.page-index-review-lucky88__faq-item.active .page-index-review-lucky88__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

.page-index-review-lucky88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-index-review-lucky88__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-index-review-lucky88__faq-question:active {
  background: #eeeeee;
}

.page-index-review-lucky88__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: var(--text-dark);
}

.page-index-review-lucky88__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-index-review-lucky88__faq-item.active .page-index-review-lucky88__faq-toggle {
  color: var(--primary-color);
  transform: rotate(45deg);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-lucky88__main-title {
    font-size: 2.8em;
  }
  .page-index-review-lucky88__section-title {
    font-size: 2em;
  }
  .page-index-review-lucky88__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-index-review-lucky88__first-section {
    padding-top: 10px !important; /* Mobile: Adjust based on mobile fixed header height */
  }
  .page-index-review-lucky88__hero-banner {
    padding: 40px 15px;
  }
  .page-index-review-lucky88__hero-image {
    max-width: 90%;
  }
  .page-index-review-lucky88__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
  .page-index-review-lucky88__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .page-index-review-lucky88__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-review-lucky88__cta-button {
    width: 100%;
    padding: 12px 25px;
    font-size: 16px;
  }
  
  .page-index-review-lucky88__review-section {
    padding: 30px 15px;
  }
  .page-index-review-lucky88__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-index-review-lucky88__text-block {
    font-size: 1em;
  }
  .page-index-review-lucky88__review-card {
    padding: 20px;
    margin-bottom: 20px;
  }
  .page-index-review-lucky88__card-title {
    font-size: 1.5em;
  }
  .page-index-review-lucky88__cta-section {
    padding: 50px 15px;
  }
  .page-index-review-lucky88__cta-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .page-index-review-lucky88__cta-description {
    font-size: 1em;
    margin-bottom: 30px;
  }
  
  /* FAQ */
  .page-index-review-lucky88__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  
  .page-index-review-lucky88__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  
  .page-index-review-lucky88__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  
  .page-index-review-lucky88__faq-answer {
    padding: 0 15px;
  }
  
  .page-index-review-lucky88__faq-item.active .page-index-review-lucky88__faq-answer {
    padding: 15px !important;
  }

  /* All images responsive fix */
  .page-index-review-lucky88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-index-review-lucky88__hero-banner,
  .page-index-review-lucky88__review-section,
  .page-index-review-lucky88__cta-section,
  .page-index-review-lucky88__faq-section,
  .page-index-review-lucky88__container,
  .page-index-review-lucky88__review-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-index-review-lucky88__review-section.page-index-review-lucky88__light-bg .page-index-review-lucky88__container {
    padding-left: 0;
    padding-right: 0;
  }
}