.page-index-review-tot88 {
  --primary-color: #0A244A;
  --secondary-color: #FFD700;
  --text-color-light: #ffffff;
  --text-color-dark: #333333;
  --background-light: #f4f7f6;
  --background-dark: #071c3a;
  --card-background: #1a3a60;
  --border-color: #3f5d88;
  font-family: 'Arial', sans-serif;
  color: var(--text-color-dark);
  line-height: 1.6;
}

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

.page-index-review-tot88 .section-title {
  font-size: 36px;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-index-review-tot88 .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  border-radius: 2px;
}

.page-index-review-tot88 .section-description {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
  color: var(--text-color-dark);
}

.page-index-review-tot88 .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  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: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

/* 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: 80px 20px;
  background-color: var(--background-dark);
  color: var(--text-color-light);
}

.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;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-review-tot88 .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

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

.page-index-review-tot88 .main-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--secondary-color);
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-tot88 .intro-text {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* Section Intro */
.page-index-review-tot88 .section-intro {
  padding: 80px 0;
  background-color: var(--background-light);
}

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

.page-index-review-tot88 .intro-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-tot88 .intro-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-index-review-tot88 .intro-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-index-review-tot88 .item-title {
  font-size: 24px;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-review-tot88 .intro-item p {
  color: var(--text-color-dark);
  font-size: 16px;
}

/* Quick Links */
.page-index-review-tot88 .section-quick-links {
  padding: 60px 0;
  background-color: var(--primary-color);
}

.page-index-review-tot88 .section-quick-links .section-title {
  color: var(--text-color-light);
}

.page-index-review-tot88 .section-quick-links .section-title::after {
  background-color: var(--secondary-color);
}

.page-index-review-tot88 .links-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-index-review-tot88 .quick-link-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 3px 10px rgba(255, 215, 0, 0.3);
}

.page-index-review-tot88 .quick-link-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.5);
}

/* Games Section */
.page-index-review-tot88 .section-games {
  padding: 80px 0;
  background-color: var(--background-light);
}

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

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

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

.page-index-review-tot88 .game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-index-review-tot88 .game-card h3 {
  font-size: 22px;
  color: var(--primary-color);
  padding: 20px 20px 10px;
  font-weight: bold;
}

.page-index-review-tot88 .game-card p {
  font-size: 15px;
  color: var(--text-color-dark);
  padding: 0 20px 20px;
  flex-grow: 1;
}

.page-index-review-tot88 .game-button {
  display: block;
  width: calc(100% - 40px);
  margin: 0 20px 20px;
  padding: 12px 0;
  background-color: var(--primary-color);
  color: var(--text-color-light);
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-index-review-tot88 .game-button:hover {
  background-color: #071c3a;
}

/* Promotions Section */
.page-index-review-tot88 .section-promotions {
  padding: 80px 0;
  background-color: var(--background-dark);
  color: var(--text-color-light);
}

.page-index-review-tot88 .section-promotions .section-title {
  color: var(--text-color-light);
}

.page-index-review-tot88 .section-promotions .section-title::after {
  background-color: var(--secondary-color);
}

.page-index-review-tot88 .section-promotions .section-description {
  color: rgba(255, 255, 255, 0.8);
}

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

.page-index-review-tot88 .promo-card {
  background-color: var(--card-background);
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

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

.page-index-review-tot88 .promo-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.page-index-review-tot88 .promo-title {
  font-size: 22px;
  color: var(--secondary-color);
  padding: 20px 15px 10px;
  font-weight: bold;
}

.page-index-review-tot88 .promo-card p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 15px 20px;
  flex-grow: 1;
}

.page-index-review-tot88 .promo-button {
  display: block;
  width: calc(100% - 30px);
  margin: 0 15px 15px;
  padding: 10px 0;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
  transition: background-color 0.3s ease;
}

.page-index-review-tot88 .promo-button:hover {
  background-color: #e6c200;
}

/* Security & Support Section */
.page-index-review-tot88 .section-security-support {
  padding: 80px 0;
  background-color: var(--background-light);
}

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

.page-index-review-tot88 .feature-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-tot88 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-index-review-tot88 .feature-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-review-tot88 .feature-title {
  font-size: 24px;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-review-tot88 .feature-item p {
  color: var(--text-color-dark);
  font-size: 16px;
}

/* FAQ Section */
.page-index-review-tot88 .section-faq {
  padding: 80px 0;
  background-color: var(--background-dark);
  color: var(--text-color-light);
}

.page-index-review-tot88 .section-faq .section-title {
  color: var(--text-color-light);
}

.page-index-review-tot88 .section-faq .section-title::after {
  background-color: var(--secondary-color);
}

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

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--card-background);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: var(--primary-color);
  color: var(--text-color-light);
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 8px;
}

.faq-item.active .faq-question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.faq-question:hover {
  background: #071c3a;
}

.faq-question h3 {
  font-size: 18px;
  margin: 0;
  color: var(--text-color-light);
  font-weight: bold;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--secondary-color);
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--secondary-color);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: var(--card-background);
  color: rgba(255, 255, 255, 0.85);
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px 25px;
  border-radius: 0 0 8px 8px;
}

.faq-answer p {
  margin: 0;
  font-size: 16px;
}

/* Blog Section */
.page-index-review-tot88 .section-blog {
  padding: 80px 0;
  background-color: var(--background-light);
}

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

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

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

.page-index-review-tot88 .blog-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-index-review-tot88 .blog-title {
  font-size: 22px;
  padding: 20px 20px 10px;
  font-weight: bold;
}

.page-index-review-tot88 .blog-title a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-tot88 .blog-title a:hover {
  color: var(--secondary-color);
}

.page-index-review-tot88 .blog-excerpt {
  font-size: 15px;
  color: var(--text-color-dark);
  padding: 0 20px 15px;
  flex-grow: 1;
}

.page-index-review-tot88 .blog-date {
  font-size: 14px;
  color: #777;
  padding: 0 20px 20px;
  display: block;
}

.page-index-review-tot88 .view-all-button-container {
  text-align: center;
  margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-tot88 .main-title {
    font-size: 40px;
  }
  .page-index-review-tot88 .section-title {
    font-size: 30px;
  }
  .page-index-review-tot88 .intro-text {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .page-index-review-tot88 .hero-section {
    padding: 60px 15px;
  }
  .page-index-review-tot88 .main-title {
    font-size: 32px;
  }
  .page-index-review-tot88 .intro-text {
    font-size: 16px;
  }
  .page-index-review-tot88 .cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-index-review-tot88 .section-title {
    font-size: 26px;
  }
  .page-index-review-tot88 .section-description {
    font-size: 16px;
  }
  .page-index-review-tot88 .intro-grid, .page-index-review-tot88 .games-grid, .page-index-review-tot88 .promo-grid, .page-index-review-tot88 .security-support-grid, .page-index-review-tot88 .blog-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-tot88 .quick-link-button {
    width: 100%;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 16px;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-tot88 .main-title {
    font-size: 28px;
  }
  .page-index-review-tot88 .intro-text {
    font-size: 15px;
  }
  .page-index-review-tot88 .section-title {
    font-size: 24px;
  }
  .page-index-review-tot88 .cta-button {
    padding: 10px 25px;
    font-size: 15px;
  }
  .page-index-review-tot88 .game-card h3, .page-index-review-tot88 .promo-title, .page-index-review-tot88 .feature-title, .page-index-review-tot88 .blog-title {
    font-size: 20px;
  }
}