.page-index-review-fa88 {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

.page-index-review-fa88-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-index-review-fa88-section {
  padding: 60px 0;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-review-fa88-section:nth-of-type(odd) {
  background-color: #fcfcfc;
}

.page-index-review-fa88 h1,
.page-index-review-fa88 h2 {
  color: #0A2342;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-index-review-fa88 h1 {
  font-size: 2.8em;
  margin-bottom: 20px;
}

.page-index-review-fa88 h2 {
  font-size: 2.2em;
  border-bottom: 2px solid #FFD700;
  display: inline-block;
  padding-bottom: 10px;
}

.page-index-review-fa88 h3 {
  color: #0A2342;
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-index-review-fa88 p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #555;
}

/* Hero Section */
.page-index-review-fa88-hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #0A2342 0%, #2a5a8a 100%); /* Adjusted for better contrast */
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-review-fa88-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-fa88-hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-index-review-fa88-hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

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

.page-index-review-fa88-hero-content h1 {
  color: #FFD700;
  font-size: 3.5em;
  margin-bottom: 25px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-fa88-hero-content p {
  color: #f0f0f0;
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-index-review-fa88-cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #FFD700;
  color: #0A2342;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-index-review-fa88-cta-button:hover {
  background: #e6c200;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Module 1: Intro */
.page-index-review-fa88-intro .page-index-review-fa88-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-fa88-intro .page-index-review-fa88-feature-item {
  background-color: #fcfcfc;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 5px solid #FFD700;
}

.page-index-review-fa88-intro .page-index-review-fa88-feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-index-review-fa88-intro .page-index-review-fa88-feature-item h3 {
  color: #0A2342;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-index-review-fa88-intro .page-index-review-fa88-feature-item p {
  color: #666;
  font-size: 1em;
}

/* Module 2: Quick Access */
.page-index-review-fa88-quick-access {
  text-align: center;
}

.page-index-review-fa88-quick-access .page-index-review-fa88-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.page-index-review-fa88-quick-access .page-index-review-fa88-quick-link {
  display: block;
  padding: 18px 25px;
  background-color: #0A2342;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-index-review-fa88-quick-access .page-index-review-fa88-quick-link:hover {
  background-color: #FFD700;
  color: #0A2342;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Module 3: Core Games */
.page-index-review-fa88-core-games .page-index-review-fa88-game-showcase {
  margin-bottom: 40px;
}

.page-index-review-fa88-core-games .page-index-review-fa88-game-showcase img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-index-review-fa88-core-games .page-index-review-fa88-game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.page-index-review-fa88-core-games .page-index-review-fa88-game-item {
  background-color: #fcfcfc;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-bottom: 4px solid #0A2342;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index-review-fa88-core-games .page-index-review-fa88-game-item h3 {
  color: #0A2342;
  font-size: 1.7em;
  margin-bottom: 15px;
}

.page-index-review-fa88-core-games .page-index-review-fa88-game-item p {
  color: #666;
  font-size: 1.05em;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-index-review-fa88-core-games .page-index-review-fa88-game-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #FFD700;
  color: #0A2342;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  align-self: flex-start;
}

.page-index-review-fa88-core-games .page-index-review-fa88-game-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

/* Module 4: Promotions */
.page-index-review-fa88-promotions {
  text-align: center;
}

.page-index-review-fa88-promotions .page-index-review-fa88-promo-image {
  margin-bottom: 40px;
}

.page-index-review-fa88-promotions .page-index-review-fa88-promo-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-index-review-fa88-promotions .page-index-review-fa88-promo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-fa88-promotions .page-index-review-fa88-promo-item {
  background-color: #fcfcfc;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: left;
  border-right: 5px solid #FFD700;
}

.page-index-review-fa88-promotions .page-index-review-fa88-promo-item h3 {
  color: #0A2342;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-index-review-fa88-promotions .page-index-review-fa88-promo-item p {
  color: #666;
  font-size: 1em;
}

.page-index-review-fa88-promotions .page-index-review-fa88-center-button {
  margin-top: 50px;
}

/* Module 5: Security & Support */
.page-index-review-fa88-security-support .page-index-review-fa88-security-image {
  margin-bottom: 40px;
}

.page-index-review-fa88-security-support .page-index-review-fa88-security-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-index-review-fa88-security-support .page-index-review-fa88-security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-fa88-security-support .page-index-review-fa88-feature-item {
  background-color: #fcfcfc;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #0A2342;
}

.page-index-review-fa88-security-support .page-index-review-fa88-feature-item h3 {
  color: #0A2342;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-index-review-fa88-security-support .page-index-review-fa88-feature-item p {
  color: #666;
  font-size: 1em;
}

/* Module 6: FAQ */
.page-index-review-fa88-faq {
  text-align: center;
}

.page-index-review-fa88-faq .page-index-review-fa88-faq-list {
  margin-top: 40px;
  text-align: left;
}

.page-index-review-fa88-faq-list .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-index-review-fa88-faq-list .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #0A2342;
  color: #ffffff;
  border: 1px solid #0A2342;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-index-review-fa88-faq-list .faq-question:hover {
  background: #1a3a5a;
  color: #FFD700;
}

.page-index-review-fa88-faq-list .faq-question h3 {
  margin: 0;
  font-size: 1.3em;
  color: inherit;
}

.page-index-review-fa88-faq-list .faq-toggle {
  font-size: 2em;
  font-weight: bold;
  transition: transform 0.3s ease;
  line-height: 1;
}

.page-index-review-fa88-faq-list .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #FFD700;
}

.page-index-review-fa88-faq-list .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  border-radius: 0 0 8px 8px;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.page-index-review-fa88-faq-list .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 25px;
  border-color: #FFD700;
}

.page-index-review-fa88-faq-list .faq-answer p {
  color: #444;
  font-size: 1.05em;
  margin-bottom: 0;
}

/* Module 7: Latest Blog */
.page-index-review-fa88-latest-blog .page-index-review-fa88-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-fa88-latest-blog .page-index-review-fa88-blog-card {
  background-color: #fcfcfc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-index-review-fa88-latest-blog .page-index-review-fa88-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-index-review-fa88-latest-blog .page-index-review-fa88-blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 3px solid #FFD700;
}

.page-index-review-fa88-latest-blog .page-index-review-fa88-card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-index-review-fa88-latest-blog .page-index-review-fa88-card-content h3 {
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
  flex-grow: 1;
}

.page-index-review-fa88-latest-blog .page-index-review-fa88-card-content h3 a {
  color: #0A2342;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-fa88-latest-blog .page-index-review-fa88-card-content h3 a:hover {
  color: #FFD700;
}

.page-index-review-fa88-latest-blog .page-index-review-fa88-card-content p {
  color: #666;
  font-size: 0.95em;
  margin-bottom: 15px;
}

.page-index-review-fa88-latest-blog .page-index-review-fa88-card-content span {
  font-size: 0.85em;
  color: #999;
  display: block;
  margin-top: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-fa88-hero-content h1 {
    font-size: 3em;
  }
  .page-index-review-fa88-hero-content p {
    font-size: 1.2em;
  }
  .page-index-review-fa88 h2 {
    font-size: 2em;
  }
  .page-index-review-fa88-section {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .page-index-review-fa88-hero-section {
    padding: 40px 15px;
  }
  .page-index-review-fa88-hero-content h1 {
    font-size: 2.5em;
  }
  .page-index-review-fa88-hero-content p {
    font-size: 1.1em;
  }
  .page-index-review-fa88-cta-button {
    padding: 15px 35px;
    font-size: 1.2em;
  }
  .page-index-review-fa88 h2 {
    font-size: 1.8em;
  }
  .page-index-review-fa88 h3 {
    font-size: 1.4em;
  }
  .page-index-review-fa88-section {
    padding: 40px 0;
  }
  .page-index-review-fa88-intro .page-index-review-fa88-feature-grid,
  .page-index-review-fa88-quick-access .page-index-review-fa88-link-grid,
  .page-index-review-fa88-core-games .page-index-review-fa88-game-list,
  .page-index-review-fa88-promotions .page-index-review-fa88-promo-list,
  .page-index-review-fa88-security-support .page-index-review-fa88-security-features,
  .page-index-review-fa88-latest-blog .page-index-review-fa88-blog-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-fa88-faq-list .faq-question {
    padding: 15px 20px;
  }
  .page-index-review-fa88-faq-list .faq-question h3 {
    font-size: 1.2em;
  }
  .page-index-review-fa88-faq-list .faq-toggle {
    font-size: 1.8em;
  }
  .page-index-review-fa88-faq-list .faq-answer {
    padding: 0 20px;
  }
  .page-index-review-fa88-faq-list .faq-item.active .faq-answer {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-fa88-hero-content h1 {
    font-size: 2em;
  }
  .page-index-review-fa88-hero-content p {
    font-size: 1em;
  }
  .page-index-review-fa88-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-review-fa88 h2 {
    font-size: 1.6em;
  }
  .page-index-review-fa88 h3 {
    font-size: 1.3em;
  }
  .page-index-review-fa88-section {
    padding: 30px 0;
  }
  .page-index-review-fa88-container {
    padding: 15px;
  }
}