.page-index-review-tot88 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, 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-section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-index-review-tot88-section:nth-of-type(even) {
  background-color: #ffffff;
}

.page-index-review-tot88 h1,
.page-index-review-tot88 h2,
.page-index-review-tot88 h3,
.page-index-review-tot88 h4 {
  color: #8B0000; /* Deep Red */
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
}

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

.page-index-review-tot88 h2 {
  font-size: 2.5em;
  color: #8B0000;
  position: relative;
  padding-bottom: 15px;
  margin-top: 40px;
}

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

.page-index-review-tot88 h3 {
  font-size: 1.8em;
  color: #8B0000;
  margin-top: 30px;
  text-align: left;
}

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

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

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

/* 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, #FFD700, #8B0000);
  color: #ffffff;
}

.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%;
}

.page-index-review-tot88-hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-index-review-tot88-cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700; /* Gold */
  color: #8B0000; /* Deep Red */
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-index-review-tot88-cta-button:hover {
  background: #FFC400; /* Slightly darker gold */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

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

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

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

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

.page-index-review-tot88-card h4 {
  color: #8B0000;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-index-review-tot88-card p {
  color: #555555;
  font-size: 0.95em;
}

/* Quick Links */
.page-index-review-tot88-quick-links h2 {
  margin-bottom: 30px;
}

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

.page-index-review-tot88-link-button {
  display: inline-block;
  padding: 12px 25px;
  background: #8B0000; /* Deep Red */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.page-index-review-tot88-link-button:hover {
  background-color: #A52A2A; /* Slightly lighter red */
  transform: translateY(-2px);
}

/* Game Cards */
.page-index-review-tot88-game-card {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.page-index-review-tot88-game-card:hover {
  transform: translateY(-5px);
}

.page-index-review-tot88-game-image {
  width: 40%;
  height: 300px;
  object-fit: cover;
}

.page-index-review-tot88-game-content {
  width: 60%;
  padding: 30px;
}

.page-index-review-tot88-game-content h4 {
  font-size: 1.8em;
  color: #8B0000;
  margin-top: 0;
  text-align: left;
}

.page-index-review-tot88-game-content p {
  font-size: 1.0em;
  margin-bottom: 15px;
}

.page-index-review-tot88-game-content ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.page-index-review-tot88-game-content ul li::before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

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

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

/* Promotions */
.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-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease;
  border: 1px solid #eee;
}

.page-index-review-tot88-promo-card:hover {
  transform: translateY(-5px);
}

.page-index-review-tot88-promo-card h4 {
  color: #8B0000;
  font-size: 1.4em;
  margin-bottom: 15px;
}

.page-index-review-tot88-promo-card p {
  color: #555555;
  font-size: 0.95em;
  margin-bottom: 20px;
}

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

/* Security & Support */
.page-index-review-tot88-security-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

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

.page-index-review-tot88-security-text ul {
  list-style-type: none;
  padding-left: 0;
}

.page-index-review-tot88-security-text ul li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-index-review-tot88-security-text ul li strong {
  color: #8B0000;
}

.page-index-review-tot88-security-image {
  flex: 1;
  text-align: center;
}

.page-index-review-tot88-responsive-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.15em;
  color: #333333;
  text-align: left;
}

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

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #8B0000;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  background: #f9f9f9;
  color: #555555;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 20px;
}

/* Blog */
.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 {
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #333;
  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 10px 25px 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-card h4 {
  font-size: 1.3em;
  color: #8B0000;
  margin: 20px 20px 10px;
  text-align: left;
}

.page-index-review-tot88-blog-card p {
  font-size: 0.95em;
  color: #555555;
  margin: 0 20px 15px;
  text-align: left;
}

.page-index-review-tot88-blog-date {
  display: block;
  font-size: 0.85em;
  color: #777;
  margin: 0 20px 20px;
  text-align: right;
}

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

/* Floating Buttons */
.page-index-review-tot88-floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-index-review-tot88-float-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  min-width: 120px;
}

.page-index-review-tot88-register {
  background-color: #FFD700;
  color: #8B0000;
}

.page-index-review-tot88-register:hover {
  background-color: #FFC400;
  transform: translateY(-2px);
}

.page-index-review-tot88-login {
  background-color: #8B0000;
  color: #ffffff;
}

.page-index-review-tot88-login:hover {
  background-color: #A52A2A;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-tot88-hero-content h1 {
    font-size: 2.5em;
  }
  .page-index-review-tot88-hero-content p {
    font-size: 1.1em;
  }
  .page-index-review-tot88 h2 {
    font-size: 2em;
  }
  .page-index-review-tot88-game-card {
    flex-direction: column;
  }
  .page-index-review-tot88-game-image,
  .page-index-review-tot88-game-content {
    width: 100%;
  }
  .page-index-review-tot88-game-image {
    height: 250px;
    border-radius: 10px 10px 0 0;
  }
  .page-index-review-tot88-game-content {
    padding: 20px;
  }
  .page-index-review-tot88-security-flex {
    flex-direction: column;
  }
  .page-index-review-tot88-security-image {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .page-index-review-tot88-section {
    padding: 40px 0;
  }
  .page-index-review-tot88-container {
    padding: 15px;
  }
  .page-index-review-tot88-hero-content h1 {
    font-size: 2em;
  }
  .page-index-review-tot88-hero-content p {
    font-size: 1em;
  }
  .page-index-review-tot88-cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-index-review-tot88 h2 {
    font-size: 1.8em;
  }
  .page-index-review-tot88 h3 {
    font-size: 1.5em;
  }
  .page-index-review-tot88-card-grid,
  .page-index-review-tot88-promo-grid,
  .page-index-review-tot88-blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-index-review-tot88-link-button {
    width: 100%;
  }
  .faq-question {
    padding: 12px 15px;
  }
  .faq-question h3 {
    font-size: 1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 15px;
  }
  .faq-item.active .faq-answer {
    padding: 15px;
  }
  .page-index-review-tot88-floating-buttons {
    bottom: 15px;
    right: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
  }
  .page-index-review-tot88-float-button {
    min-width: 100px;
    padding: 10px 15px;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-index-review-tot88-hero-content h1 {
    font-size: 1.8em;
  }
  .page-index-review-tot88-hero-content p {
    font-size: 0.9em;
  }
  .page-index-review-tot88 h2 {
    font-size: 1.5em;
  }
  .page-index-review-tot88 h3 {
    font-size: 1.3em;
  }
  .page-index-review-tot88-floating-buttons {
    bottom: 10px;
    right: 10px;
    gap: 5px;
  }
  .page-index-review-tot88-float-button {
    min-width: 80px;
    padding: 8px 12px;
    font-size: 0.8em;
  }
}