.page-index-review-tot88 {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Màu chữ nhạt trên nền tối */
  background-color: #2F4F4F; /* Màu nền chính */
  line-height: 1.6;
}

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

.page-index-review-tot88 h1, .page-index-review-tot88 h2, .page-index-review-tot88 h3 {
  color: #FFD700; /* Màu tiêu đề vàng */
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-review-tot88 h1 {
  font-size: 3em;
  text-align: center;
  margin-bottom: 30px;
}

.page-index-review-tot88 h2 {
  font-size: 2.2em;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
  margin-top: 40px;
}

.page-index-review-tot88 h3 {
  font-size: 1.8em;
  color: #FFFFFF;
}

.page-index-review-tot88 p {
  margin-bottom: 15px;
  color: #CCCCCC;
}

.page-index-review-tot88 a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-tot88 a:hover {
  color: #FFFFF0;
  text-decoration: underline;
}

.page-index-review-tot88 .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #2F4F4F;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-index-review-tot88 .cta-button:hover {
  background: #E0B700;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-index-review-tot88 .btn-small {
  display: inline-block;
  padding: 10px 20px;
  background: #FFD700;
  color: #2F4F4F;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.page-index-review-tot88 .btn-small:hover {
  background: #E0B700;
  transform: translateY(-1px);
}

.page-index-review-tot88 .text-center {
  text-align: center;
}

/* HERO Section */
.page-index-review-tot88 .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #1A2B2B; /* Nền tối hơn cho hero */
}

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

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

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

/* Intro Section */
.page-index-review-tot88 .intro-section {
  padding: 60px 0;
  background-color: #2F4F4F;
}

/* Quick Links Section */
.page-index-review-tot88 .quick-links-section {
  padding: 60px 0;
  background-color: #264242;
}

.page-index-review-tot88 .quick-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-index-review-tot88 .quick-link-button {
  background-color: #3A5B5B;
  color: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-index-review-tot88 .quick-link-button:hover {
  background-color: #4A6C6C;
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-index-review-tot88 .quick-link-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  object-fit: contain;
}

.page-index-review-tot88 .quick-link-button span {
  font-weight: bold;
  font-size: 1.1em;
  color: #FFD700;
}

/* Core Games Section */
.page-index-review-tot88 .core-games-section {
  padding: 60px 0;
  background-color: #2F4F4F;
}

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

.page-index-review-tot88 .game-card {
  background-color: #3A5B5B;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-index-review-tot88 .game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.page-index-review-tot88 .game-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 2px solid #FFD700;
}

.page-index-review-tot88 .game-card h3 {
  color: #FFD700;
  padding: 15px 20px 0;
  margin-bottom: 10px;
}

.page-index-review-tot88 .game-card p {
  padding: 0 20px 15px;
  flex-grow: 1;
}

.page-index-review-tot88 .game-card .btn-small {
  margin: 0 20px 20px;
  align-self: flex-start;
}

/* Promotions Section */
.page-index-review-tot88 .promotions-section {
  padding: 60px 0;
  background-color: #264242;
}

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

.page-index-review-tot88 .promo-card {
  background-color: #3A5B5B;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-index-review-tot88 .promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.page-index-review-tot88 .promo-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 2px solid #FFD700;
}

.page-index-review-tot88 .promo-card h3 {
  color: #FFD700;
  padding: 15px 20px 0;
  margin-bottom: 10px;
}

.page-index-review-tot88 .promo-card p {
  padding: 0 20px 15px;
  flex-grow: 1;
}

.page-index-review-tot88 .promo-card .btn-small {
  margin: 0 20px 20px;
  align-self: flex-start;
}

/* Security & Support Section */
.page-index-review-tot88 .security-support-section {
  padding: 60px 0;
  background-color: #2F4F4F;
}

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

.page-index-review-tot88 .support-item {
  background-color: #3A5B5B;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-index-review-tot88 .support-item:hover {
  transform: translateY(-5px);
  background-color: #4A6C6C;
}

.page-index-review-tot88 .support-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-review-tot88 .support-item h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-bottom: 15px;
}

.page-index-review-tot88 .support-item p {
  color: #CCCCCC;
}

/* FAQ Section */
.page-index-review-tot88 .faq-section {
  padding: 60px 0;
  background-color: #264242;
}

.page-index-review-tot88 .faq-list {
  margin-top: 30px;
}

.page-index-review-tot88 .faq-item {
  margin-bottom: 15px;
  border: 1px solid #4A6C6C;
  border-radius: 10px;
  overflow: hidden;
}

.page-index-review-tot88 .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #3A5B5B;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-index-review-tot88 .faq-question:hover {
  background: #4A6C6C;
}

.page-index-review-tot88 .faq-question h3 {
  margin: 0;
  color: #FFD700;
  font-size: 1.1em;
}

.page-index-review-tot88 .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-index-review-tot88 .faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.page-index-review-tot88 .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #2F4F4F;
}

.page-index-review-tot88 .faq-item.active .faq-answer {
  max-height: 500px; /* Đủ lớn để chứa nội dung */
  padding: 20px 25px;
}

.page-index-review-tot88 .faq-answer p {
  color: #CCCCCC;
  margin: 0;
}

/* Blog Section */
.page-index-review-tot88 .blog-section {
  padding: 60px 0;
  background-color: #2F4F4F;
}

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

.page-index-review-tot88 .blog-card {
  background-color: #3A5B5B;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-index-review-tot88 .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.page-index-review-tot88 .blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 2px solid #FFD700;
}

.page-index-review-tot88 .blog-card h3 {
  color: #FFD700;
  padding: 15px 20px 0;
  margin-bottom: 10px;
}

.page-index-review-tot88 .blog-card h3 a {
  color: #FFD700;
  font-size: 1.2em;
}

.page-index-review-tot88 .blog-card h3 a:hover {
  color: #FFFFF0;
}

.page-index-review-tot88 .blog-card p {
  padding: 0 20px;
  flex-grow: 1;
  color: #CCCCCC;
}

.page-index-review-tot88 .blog-date {
  display: block;
  font-size: 0.85em;
  color: #A0A0A0;
  padding: 10px 20px 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-tot88 h1 {
    font-size: 2.5em;
  }
  .page-index-review-tot88 h2 {
    font-size: 1.8em;
  }
  .page-index-review-tot88 h3 {
    font-size: 1.5em;
  }
  .page-index-review-tot88 .hero-section, .page-index-review-tot88 .intro-section,
  .page-index-review-tot88 .quick-links-section, .page-index-review-tot88 .core-games-section,
  .page-index-review-tot88 .promotions-section, .page-index-review-tot88 .security-support-section,
  .page-index-review-tot88 .faq-section, .page-index-review-tot88 .blog-section {
    padding: 40px 0;
  }
  .page-index-review-tot88 .container {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .page-index-review-tot88 h1 {
    font-size: 2em;
  }
  .page-index-review-tot88 h2 {
    font-size: 1.6em;
  }
  .page-index-review-tot88 .hero-image {
    margin-bottom: 20px;
  }
  .page-index-review-tot88 .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-index-review-tot88 .quick-links-grid, .page-index-review-tot88 .games-grid,
  .page-index-review-tot88 .promo-grid, .page-index-review-tot88 .support-grid,
  .page-index-review-tot88 .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-index-review-tot88 .quick-link-icon {
    width: 48px;
    height: 48px;
  }
  .page-index-review-tot88 .quick-link-button span {
    font-size: 1em;
  }
  .page-index-review-tot88 .faq-question {
    padding: 15px 20px;
  }
  .page-index-review-tot88 .faq-question h3 {
    font-size: 1em;
  }
  .page-index-review-tot88 .faq-toggle {
    font-size: 20px;
  }
  .page-index-review-tot88 .faq-answer {
    padding: 0 20px;
  }
  .page-index-review-tot88 .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-tot88 h1 {
    font-size: 1.8em;
  }
  .page-index-review-tot88 h2 {
    font-size: 1.4em;
  }
  .page-index-review-tot88 .cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }
  .page-index-review-tot88 .quick-link-button {
    padding: 15px;
  }
  .page-index-review-tot88 .quick-link-icon {
    width: 40px;
    height: 40px;
  }
}