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

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

.page-index-review-tot88-h1, .page-index-review-tot88-h2, .page-index-review-tot88-h3 {
  color: #E0B143;
  text-align: center;
  margin-bottom: 20px;
}

.page-index-review-tot88-h1 {
  font-size: 3.2em;
  margin-top: 20px;
  line-height: 1.2;
}

.page-index-review-tot88-h2 {
  font-size: 2.5em;
  margin-top: 60px;
  margin-bottom: 30px;
}

.page-index-review-tot88-h3 {
  font-size: 1.8em;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #F0F0F0;
}

.page-index-review-tot88 p {
  text-align: center;
  margin-bottom: 20px;
  color: #F0F0F0;
}

.page-index-review-tot88 a {
  color: #E0B143;
  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: 80px 20px;
  overflow: hidden;
}

.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;
  z-index: 1;
}

.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 20px rgba(0, 0, 0, 0.5);
}

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

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

.page-index-review-tot88-cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(90deg, #E0B143, #FFD700);
  color: #0A1931;
  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.4);
  border: none;
  cursor: pointer;
}

.page-index-review-tot88-cta-button:hover {
  background: linear-gradient(90deg, #FFD700, #E0B143);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}

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

.page-index-review-tot88 .section-intro p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  color: #D0D0D0;
}

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

.page-index-review-tot88-feature-item {
  background-color: #0A1931;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  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.5), 0 0 15px #E0B143;
}

.page-index-review-tot88-feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #E0B143);
  max-width: 100%; /* Ensure images are responsive */
  height: auto;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-index-review-tot88-feature-item .page-index-review-tot88-h3 {
  color: #E0B143;
  font-size: 1.5em;
}

.page-index-review-tot88-feature-item p {
  font-size: 0.95em;
  color: #B0B0B0;
}

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

.page-index-review-tot88 .section-quick-links p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  color: #D0D0D0;
}

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

.page-index-review-tot88-link-card {
  background-color: #1A2B43;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
  display: block;
}

.page-index-review-tot88-link-card:hover {
  transform: translateY(-5px);
  background-color: #2A3C55;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5), 0 0 10px #E0B143;
}

.page-index-review-tot88-link-card .page-index-review-tot88-h3 {
  color: #E0B143;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-index-review-tot88-link-card p {
  color: #B0B0B0;
  font-size: 0.9em;
}

/* Games Section */
.page-index-review-tot88.section-games {
  padding: 60px 0;
  background-color: #1A2B43;
}

.page-index-review-tot88 .section-games > p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  color: #D0D0D0;
}

.page-index-review-tot88-game-category {
  background-color: #0A1931;
  border-radius: 10px;
  padding: 30px;
  margin-top: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-index-review-tot88-game-category .page-index-review-tot88-h3 {
  color: #E0B143;
  font-size: 2em;
  margin-bottom: 15px;
}

.page-index-review-tot88-game-category p {
  text-align: justify;
  color: #D0D0D0;
  font-size: 1.05em;
  margin-bottom: 25px;
}

.page-index-review-tot88-game-img {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-index-review-tot88-game-link {
  display: inline-block;
  padding: 12px 30px;
  background-color: #E0B143;
  color: #0A1931;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

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

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

.page-index-review-tot88 .section-promotions > p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  color: #D0D0D0;
}

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

.page-index-review-tot88-promo-item {
  background-color: #1A2B43;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-tot88-promo-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-index-review-tot88-promo-item .page-index-review-tot88-h3 {
  color: #E0B143;
  font-size: 1.6em;
}

.page-index-review-tot88-promo-item p {
  color: #B0B0B0;
  font-size: 0.95em;
}

.page-index-review-tot88-promo-note {
  margin-top: 40px;
  font-style: italic;
  color: #C0C0C0;
}

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

.page-index-review-tot88 .section-security-support > p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  color: #D0D0D0;
}

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

.page-index-review-tot88-security-item {
  background-color: #0A1931;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  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.5), 0 0 15px #E0B143;
}

.page-index-review-tot88-security-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #E0B143);
  max-width: 100%;
  height: auto;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-index-review-tot88-security-item .page-index-review-tot88-h3 {
  color: #E0B143;
  font-size: 1.5em;
}

.page-index-review-tot88-security-item p {
  font-size: 0.95em;
  color: #B0B0B0;
}

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

.page-index-review-tot88 .section-faq > p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  color: #D0D0D0;
}

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

/* FAQ default state - answer hidden */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  background: #1A2B43;
  border-radius: 0 0 8px 8px;
  color: #D0D0D0;
  text-align: left;
}

/* FAQ expanded state */
.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Question style */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #1A2B43;
  border: 1px solid #2A3C55;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  margin-bottom: 10px;
}

.faq-question:hover {
  background: #2A3C55;
  border-color: #E0B143;
}

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

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

/* Toggle icon */
.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #E0B143;
  transition: transform 0.3s ease;
}

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

.page-index-review-tot88 .section-blog > p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  color: #D0D0D0;
}

.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-color: #0A1931;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-tot88-blog-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-index-review-tot88-blog-content {
  padding: 20px;
}

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

.page-index-review-tot88-blog-content .page-index-review-tot88-h3 a {
  color: #E0B143;
}

.page-index-review-tot88-blog-content p {
  text-align: left;
  font-size: 0.95em;
  color: #B0B0B0;
  margin-bottom: 15px;
}

.page-index-review-tot88-read-more {
  display: inline-block;
  color: #E0B143;
  font-weight: bold;
  font-size: 0.9em;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-tot88-h1 {
    font-size: 2.8em;
  }
  .page-index-review-tot88-h2 {
    font-size: 2.2em;
  }
  .page-index-review-tot88-h3 {
    font-size: 1.6em;
  }
  .page-index-review-tot88-cta-button {
    padding: 15px 35px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .page-index-review-tot88-h1 {
    font-size: 2.2em;
  }
  .page-index-review-tot88-h2 {
    font-size: 1.8em;
    margin-top: 40px;
  }
  .page-index-review-tot88-h3 {
    font-size: 1.4em;
  }
  .page-index-review-tot88-cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-index-review-tot88.hero-section {
    padding: 60px 15px;
  }
  .page-index-review-tot88-feature-item,
  .page-index-review-tot88-link-card,
  .page-index-review-tot88-promo-item,
  .page-index-review-tot88-security-item,
  .page-index-review-tot88-blog-card {
    padding: 20px;
  }
  .page-index-review-tot88-feature-icon,
  .page-index-review-tot88-security-icon {
    width: 60px;
    height: 60px;
  }
  .page-index-review-tot88-game-category p {
    text-align: left;
  }
  .faq-question {
    flex-direction: column;
    align-items: flex-start;
  }
  .faq-question .page-index-review-tot88-h3 {
    margin-bottom: 8px;
  }
  .faq-toggle {
    align-self: flex-end;
    margin-top: -30px;
  }
  .page-index-review-tot88 .section-intro p,
  .page-index-review-tot88 .section-quick-links p,
  .page-index-review-tot88 .section-games > p,
  .page-index-review-tot88 .section-promotions > p,
  .page-index-review-tot88 .section-security-support > p,
  .page-index-review-tot88 .section-faq > p,
  .page-index-review-tot88 .section-blog > p {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-index-review-tot88-h1 {
    font-size: 1.8em;
  }
  .page-index-review-tot88-h2 {
    font-size: 1.6em;
  }
  .page-index-review-tot88-h3 {
    font-size: 1.2em;
  }
  .page-index-review-tot88-cta-button {
    padding: 10px 25px;
    font-size: 14px;
  }
  .page-index-review-tot88.hero-section {
    padding: 40px 10px;
  }
  .page-index-review-tot88-container {
    padding: 0 10px;
  }
}