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

.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: #8B0000; /* Dark Red */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-review-tot88 h1 {
  font-size: 2.8em;
  text-align: center;
  color: #FFD700; /* Gold */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-tot88 h2 {
  font-size: 2.2em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.page-index-review-tot88 h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold */
  border-radius: 2px;
}

.page-index-review-tot88 h3 {
  font-size: 1.6em;
  color: #8B0000; /* Dark Red */
}

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

.page-index-review-tot88 ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #444;
}

.page-index-review-tot88 ul li {
  margin-bottom: 5px;
}

/* 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, #222, #000);
}

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

.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%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  margin-top: -80px; /* Overlap with image */
}

.page-index-review-tot88-hero-content h1 {
  color: #FFD700; /* Gold */
  font-size: 3em;
  margin-bottom: 15px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
}

.page-index-review-tot88-hero-content p {
  color: #ffffff;
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-review-tot88-cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  text-decoration: none;
  border-radius: 8px;
  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);
  border: 2px solid #FFD700;
}

.page-index-review-tot88-cta-button:hover {
  background: #8B0000; /* Dark Red */
  color: #FFD700; /* Gold */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  border-color: #FFD700;
}

/* Module Intro */
.page-index-review-tot88-module-intro {
  background-color: #ffffff;
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-index-review-tot88-intro-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.page-index-review-tot88-intro-content {
  flex: 2;
}

.page-index-review-tot88-intro-image {
  flex: 1;
  min-width: 300px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

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

/* Module Quick Access */
.page-index-review-tot88-module-quick-access {
  background-color: #f0f0f0;
  padding: 60px 0;
  text-align: center;
}

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

.page-index-review-tot88-access-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #333333;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-index-review-tot88-access-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  border-color: #FFD700; /* Gold */
}

.page-index-review-tot88-access-item h3 {
  font-size: 1.4em;
  color: #8B0000; /* Dark Red */
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}

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

/* Module Games */
.page-index-review-tot88-module-games {
  background-color: #ffffff;
  padding: 60px 0;
}

.page-index-review-tot88-game-category {
  margin-bottom: 50px;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 30px;
}

.page-index-review-tot88-game-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-index-review-tot88-game-category h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #8B0000;
  font-size: 2em;
  position: relative;
}

.page-index-review-tot88-game-category h3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-index-review-tot88-game-item-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.page-index-review-tot88-game-item-content.reverse {
  flex-direction: row-reverse;
}

.page-index-review-tot88-game-item-content img {
  width: 45%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.page-index-review-tot88-game-text {
  flex: 1;
}

/* Module Promotions */
.page-index-review-tot88-module-promotions {
  background-color: #f0f0f0;
  padding: 60px 0;
  text-align: center;
}

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

.page-index-review-tot88-promo-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

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

.page-index-review-tot88-promo-item img {
  width: 100%;
  max-width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
}

.page-index-review-tot88-promo-item h3 {
  font-size: 1.5em;
  color: #8B0000; /* Dark Red */
  margin-bottom: 15px;
  min-height: 60px; /* Ensure consistent height */
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-index-review-tot88-promo-item p {
  font-size: 1em;
  color: #555;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-index-review-tot88-promo-button {
  display: inline-block;
  padding: 12px 25px;
  background: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 1em;
  transition: all 0.3s ease;
  border: 1px solid #FFD700;
}

.page-index-review-tot88-promo-button:hover {
  background: #8B0000; /* Dark Red */
  color: #FFD700; /* Gold */
  border-color: #8B0000;
}

/* Module Security */
.page-index-review-tot88-module-security {
  background-color: #ffffff;
  padding: 60px 0;
}

.page-index-review-tot88-security-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.page-index-review-tot88-security-content {
  flex: 2;
}

.page-index-review-tot88-security-image {
  flex: 1;
  min-width: 300px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

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

/* Module FAQ */
.page-index-review-tot88-module-faq {
  background-color: #f0f0f0;
  padding: 60px 0;
  text-align: center;
}

.page-index-review-tot88-faq-list {
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-index-review-tot88 .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-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

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

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

.page-index-review-tot88 .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #8B0000; /* Dark Red */
}

.page-index-review-tot88 .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 25px;
  background: #f9f9f9;
  border-top: 1px solid #eee;
}

.page-index-review-tot88 .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding: 20px 25px;
}

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

/* Module Blog */
.page-index-review-tot88-module-blog {
  background-color: #ffffff;
  padding: 60px 0;
}

.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: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-decoration: none;
  color: #333333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
}

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

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

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

.page-index-review-tot88-blog-content h3 {
  font-size: 1.4em;
  color: #8B0000; /* Dark Red */
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.3;
  flex-grow: 1;
}

.page-index-review-tot88-blog-content p {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-index-review-tot88-blog-content span {
  font-size: 0.85em;
  color: #777;
  display: block;
  margin-top: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-tot88-intro-grid,
  .page-index-review-tot88-security-grid {
    flex-direction: column;
  }

  .page-index-review-tot88-intro-image,
  .page-index-review-tot88-security-image {
    order: -1; /* Image above content on smaller screens */
    margin-bottom: 30px;
  }

  .page-index-review-tot88-game-item-content,
  .page-index-review-tot88-game-item-content.reverse {
    flex-direction: column;
  }

  .page-index-review-tot88-game-item-content img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-index-review-tot88-hero-content h1 {
    font-size: 2.2em;
  }
  .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 h1 {
    font-size: 2.5em;
  }
  .page-index-review-tot88 h2 {
    font-size: 1.8em;
  }
  .page-index-review-tot88 h3 {
    font-size: 1.4em;
  }
  .page-index-review-tot88-access-grid,
  .page-index-review-tot88-promo-grid,
  .page-index-review-tot88-blog-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-tot88-hero-content {
    margin-top: -50px;
  }
  .page-index-review-tot88-hero-section {
    padding: 40px 15px;
  }
  .page-index-review-tot88-container {
    padding: 15px;
  }
  .page-index-review-tot88 .faq-question {
    padding: 15px 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-hero-content h1 {
    font-size: 1.8em;
  }
  .page-index-review-tot88-cta-button {
    font-size: 16px;
    padding: 12px 25px;
  }
  .page-index-review-tot88 h1 {
    font-size: 2em;
  }
  .page-index-review-tot88 h2 {
    font-size: 1.6em;
  }
  .page-index-review-tot88 h3 {
    font-size: 1.2em;
  }
  .page-index-review-tot88-promo-item h3 {
    min-height: unset;
  }
}