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

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

.page-index-review-tot88-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-tot88-section:nth-child(even) {
  background-color: #f9f9f9;
}

.page-index-review-tot88 h1,
.page-index-review-tot88 h2,
.page-index-review-tot88 h3 {
  color: #1A2B4C;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-index-review-tot88 h1 {
  font-size: 2.8em;
  color: #FFD700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-index-review-tot88 h2 {
  font-size: 2.2em;
  border-bottom: 2px solid #FFD700;
  display: inline-block;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #1A2B4C;
}

.page-index-review-tot88 h3 {
  font-size: 1.6em;
  color: #1A2B4C;
}

.page-index-review-tot88 p {
  text-align: justify;
  margin-bottom: 15px;
  color: #555;
}

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

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

/* 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: linear-gradient(135deg, #1A2B4C, #3A5C8E);
}

.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: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

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

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

.page-index-review-tot88-hero-content h1 a {
  color: #FFD700;
  text-decoration: none;
}

.page-index-review-tot88-hero-content p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #e0e0e0;
}

.page-index-review-tot88-hero-content p a {
  color: #FFD700;
  font-weight: bold;
}

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

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

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

.page-index-review-tot88-feature-item {
  background: #fdfdfd;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-tot88-feature-item h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #1A2B4C;
  font-size: 1.4em;
}

.page-index-review-tot88-feature-item p {
  font-size: 0.95em;
  color: #666;
  text-align: center;
}

.page-index-review-tot88-feature-icon {
  width: 120px; /* Min size 200x200, so this is a placeholder for a larger image */
  height: auto;
  display: block;
  margin: 0 auto 15px auto;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Quick Links (Module 2) */
.page-index-review-tot88-quick-links .page-index-review-tot88-container p {
  text-align: center;
}

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

.page-index-review-tot88-link-button {
  display: block;
  padding: 15px 25px;
  background: #1A2B4C;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  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-tot88-link-button:hover {
  background: #FFD700;
  color: #1A2B4C;
  transform: translateY(-3px);
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-tot88-note {
  text-align: center;
  font-style: italic;
  margin-top: 30px;
  color: #777;
}

/* Games Section (Module 3) */
.page-index-review-tot88-games .page-index-review-tot88-container p {
  text-align: center;
}

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

.page-index-review-tot88-game-card {
  background: #fdfdfd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  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.2);
}

.page-index-review-tot88-game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-index-review-tot88-game-card h3 {
  padding: 15px 20px 0;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.5em;
}

.page-index-review-tot88-game-card h3 a {
  color: #1A2B4C;
}

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

.page-index-review-tot88-game-card p {
  padding: 0 20px;
  font-size: 0.95em;
  color: #666;
  flex-grow: 1;
  text-align: left;
}

.page-index-review-tot88-read-more {
  display: inline-block;
  padding: 10px 20px;
  background: #FFD700;
  color: #1A2B4C;
  border-radius: 5px;
  font-weight: bold;
  margin: 20px;
  transition: background-color 0.3s ease;
  align-self: flex-start;
}

.page-index-review-tot88-read-more:hover {
  background: #e6c200;
  text-decoration: none;
}

/* Promotions Section (Module 4) */
.page-index-review-tot88-promotions .page-index-review-tot88-container p {
  text-align: center;
}

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

.page-index-review-tot88-promo-card {
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.page-index-review-tot88-promo-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

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

.page-index-review-tot88-promo-card h3 {
  margin: 20px 15px 10px;
  font-size: 1.4em;
  color: #1A2B4C;
}

.page-index-review-tot88-promo-card h3 a {
  color: #1A2B4C;
}

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

.page-index-review-tot88-promo-card p {
  font-size: 0.95em;
  color: #666;
  padding: 0 20px;
  flex-grow: 1;
  text-align: center;
}

.page-index-review-tot88-promo-card p a {
  color: #1A2B4C;
  font-weight: bold;
}

.page-index-review-tot88-promo-button {
  display: inline-block;
  padding: 12px 25px;
  background: #1A2B4C;
  color: #ffffff;
  border-radius: 50px;
  font-weight: bold;
  margin: 25px auto;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-review-tot88-promo-button:hover {
  background: #FFD700;
  color: #1A2B4C;
  transform: translateY(-2px);
  text-decoration: none;
}

/* Security Section (Module 5) */
.page-index-review-tot88-security .page-index-review-tot88-container p {
  text-align: center;
}

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

.page-index-review-tot88-security-item {
  background: #fdfdfd;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-tot88-security-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-tot88-security-item h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #1A2B4C;
  font-size: 1.4em;
}

.page-index-review-tot88-security-item p {
  font-size: 0.95em;
  color: #666;
  text-align: center;
}

.page-index-review-tot88-security-icon {
  width: 120px; /* Min size 200x200, so this is a placeholder for a larger image */
  height: auto;
  display: block;
  margin: 0 auto 15px auto;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* FAQ Section (Module 6) */
.page-index-review-tot88-faq .page-index-review-tot88-container p {
  text-align: center;
}

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

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

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

.page-index-review-tot88-faq-list .faq-question:hover {
  background: #f5f5f5;
}

.page-index-review-tot88-faq-list .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #1A2B4C;
  text-align: left;
  flex-grow: 1;
}

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

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

.page-index-review-tot88-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: #fcfcfc;
}

.page-index-review-tot88-faq-list .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px 25px;
  border-top: 1px solid #eee;
}

.page-index-review-tot88-faq-list .faq-answer p {
  color: #555;
  font-size: 1em;
  text-align: justify;
  margin-bottom: 0;
}

.page-index-review-tot88-faq-list .faq-answer p a {
  color: #1A2B4C;
  font-weight: bold;
}

/* Blog Section (Module 7) */
.page-index-review-tot88-blog .page-index-review-tot88-container p {
  text-align: center;
}

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

.page-index-review-tot88-blog-card {
  background: #fdfdfd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  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.2);
}

.page-index-review-tot88-blog-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-index-review-tot88-blog-card h3 {
  padding: 15px 20px 0;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.5em;
}

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

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

.page-index-review-tot88-blog-card p {
  padding: 0 20px;
  font-size: 0.95em;
  color: #666;
  flex-grow: 1;
  text-align: left;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-tot88-hero-content h1 {
    font-size: 3em;
  }
  .page-index-review-tot88 h2 {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-index-review-tot88-section {
    padding: 40px 0;
  }
  .page-index-review-tot88-container {
    padding: 15px;
  }
  .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.3em;
  }
  .page-index-review-tot88-hero-content h1 {
    font-size: 2.8em;
  }
  .page-index-review-tot88-hero-content p {
    font-size: 1em;
  }
  .page-index-review-tot88-cta-button {
    padding: 15px 35px;
    font-size: 18px;
  }
  .page-index-review-tot88-feature-grid,
  .page-index-review-tot88-links-grid,
  .page-index-review-tot88-game-categories,
  .page-index-review-tot88-promo-grid,
  .page-index-review-tot88-security-features,
  .page-index-review-tot88-blog-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .page-index-review-tot88-faq-list .faq-question {
    padding: 15px 20px;
  }
  .page-index-review-tot88-faq-list .faq-question h3 {
    font-size: 1.1em;
  }
  .page-index-review-tot88-faq-list .faq-toggle {
    font-size: 20px;
  }
  .page-index-review-tot88-faq-list .faq-answer {
    padding: 0 20px;
  }
  .page-index-review-tot88-faq-list .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-tot88-hero-content h1 {
    font-size: 2em;
  }
  .page-index-review-tot88 h1 {
    font-size: 2em;
  }
  .page-index-review-tot88 h2 {
    font-size: 1.6em;
  }
  .page-index-review-tot88-cta-button {
    padding: 12px 25px;
    font-size: 16px;
  }
  .page-index-review-tot88-feature-item,
  .page-index-review-tot88-game-card,
  .page-index-review-tot88-promo-card,
  .page-index-review-tot88-security-item,
  .page-index-review-tot88-blog-card {
    padding: 20px;
  }
  .page-index-review-tot88-game-image,
  .page-index-review-tot88-promo-image,
  .page-index-review-tot88-blog-image {
    height: 150px;
  }
  .page-index-review-tot88-read-more,
  .page-index-review-tot88-promo-button {
    padding: 10px 18px;
    font-size: 0.9em;
  }
  .page-index-review-tot88-faq-list .faq-question {
    padding: 12px 15px;
  }
  .page-index-review-tot88-faq-list .faq-question h3 {
    font-size: 1em;
  }
  .page-index-review-tot88-faq-list .faq-answer {
    padding: 0 15px;
  }
  .page-index-review-tot88-faq-list .faq-item.active .faq-answer {
    padding: 10px 15px;
  }
}