/* style/index-review-tot88.css */
.page-index-review-tot88 {
  --primary-color: #CC0000;
  --secondary-color: #FFD700;
  --dark-text-color: #333333;
  --light-text-color: #ffffff;
  --background-light: #f9f9f9;
  --background-dark: #222222;
  --card-background: #ffffff;
  --border-color: #e0e0e0;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--dark-text-color);
}

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

.page-index-review-tot88 .section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.page-index-review-tot88 .section-subtitle {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 40px;
  color: #555555;
}

.page-index-review-tot88 .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--primary-color);
  color: var(--light-text-color);
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-review-tot88 .cta-button:hover {
  background: var(--secondary-color);
  color: var(--dark-text-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-index-review-tot88 .btn-small {
  display: inline-block;
  padding: 10px 20px;
  background: var(--primary-color);
  color: var(--light-text-color);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-review-tot88 .btn-small:hover {
  background: var(--secondary-color);
  color: var(--dark-text-color);
  transform: translateY(-1px);
}

.page-index-review-tot88 .cta-box {
  text-align: center;
  padding: 40px 20px;
  background: var(--background-light);
  border-radius: 10px;
  margin-top: 60px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-review-tot88 .cta-box p {
  font-size: 1.5em;
  margin-bottom: 20px;
  color: var(--dark-text-color);
}

/* 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, var(--primary-color) 0%, #880000 100%); /* Adjusted for contrast */
  color: var(--light-text-color);
}

.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.3);
}

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

.page-index-review-tot88 .hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: var(--light-text-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-tot88 .hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: var(--light-text-color);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-index-review-tot88 .intro-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-index-review-tot88 .image-text-block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  background: var(--card-background);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-review-tot88 .image-text-block:nth-child(even) {
  flex-direction: row-reverse;
}

.page-index-review-tot88 .block-image {
  flex: 1;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-index-review-tot88 .block-content {
  flex: 1;
}

.page-index-review-tot88 .block-content h3 {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

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

.page-index-review-tot88 .why-choose-section .section-title,
.page-index-review-tot88 .why-choose-section .section-subtitle {
  color: var(--light-text-color);
}

.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: #333333;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-index-review-tot88 .feature-item:hover {
  transform: translateY(-10px);
  background: #444444;
}

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

.page-index-review-tot88 .feature-item h3 {
  font-size: 1.6em;
  color: var(--secondary-color);
  margin-bottom: 15px;
}

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

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

.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: var(--card-background);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-tot88 .card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid var(--border-color);
}

.page-index-review-tot88 .card-title {
  font-size: 1.4em;
  margin: 20px 15px 10px;
  color: var(--primary-color);
}

.page-index-review-tot88 .card-title a {
  color: inherit;
  text-decoration: none;
}

.page-index-review-tot88 .card-title a:hover {
  text-decoration: underline;
}

.page-index-review-tot88 .card-description {
  font-size: 0.95em;
  padding: 0 15px 20px;
  color: #666666;
}

/* Registration Guide Section */
.page-index-review-tot88 .registration-guide-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--background-dark) 0%, #333333 100%);
  color: var(--light-text-color);
}

.page-index-review-tot88 .registration-guide-section .section-title,
.page-index-review-tot88 .registration-guide-section .section-subtitle {
  color: var(--light-text-color);
}

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

.page-index-review-tot88 .step-item {
  background: #444444;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-tot88 .step-image {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  object-fit: contain;
  border-radius: 50%;
  border: 3px solid var(--secondary-color);
}

.page-index-review-tot88 .step-item h3 {
  font-size: 1.5em;
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.page-index-review-tot88 .step-item p {
  font-size: 1em;
  color: #cccccc;
}

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

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

.page-index-review-tot88 .method-card {
  background: var(--card-background);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-review-tot88 .method-image {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-review-tot88 .method-card h3 {
  font-size: 1.6em;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.page-index-review-tot88 .method-card p {
  font-size: 1em;
  color: #666666;
}

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

/* Promotions Section */
.page-index-review-tot88 .promotions-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #CC0000 0%, #AA0000 100%);
  color: var(--light-text-color);
}

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

.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-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease;
}

.page-index-review-tot88 .promo-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.2);
}

.page-index-review-tot88 .promo-card .card-image {
  height: 180px;
  border-bottom: none;
}

.page-index-review-tot88 .promo-card .card-title {
  color: var(--secondary-color);
}

.page-index-review-tot88 .promo-card .card-description {
  color: #eeeeee;
}

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

.page-index-review-tot88 .security-support-section .section-title,
.page-index-review-tot88 .security-support-section .section-subtitle {
  color: var(--light-text-color);
}

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

.page-index-review-tot88 .info-block {
  background: #333333;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-tot88 .block-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-review-tot88 .info-block h3 {
  font-size: 1.6em;
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.page-index-review-tot88 .info-block p {
  font-size: 1em;
  color: #cccccc;
}

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

.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-item {
  display: block;
  background: var(--card-background);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--primary-color);
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-index-review-tot88 .link-item:hover {
  transform: translateY(-5px);
  background-color: var(--secondary-color);
  color: var(--dark-text-color);
}

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

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

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

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

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

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

.faq-question h3 {
  font-size: 1.3em;
  margin: 0;
  color: var(--light-text-color);
}

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

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding: 0 25px;
  background: #333333;
  color: #cccccc;
  border-radius: 0 0 8px 8px;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px 25px;
  border-top: 1px solid #555555;
}

.faq-answer p {
  margin: 0;
  font-size: 1em;
}

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

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

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

.page-index-review-tot88 .blog-card .card-image {
  height: 220px;
}

.page-index-review-tot88 .blog-card .card-title {
  font-size: 1.3em;
  margin: 20px 20px 10px;
  color: var(--primary-color);
  text-align: left;
}

.page-index-review-tot88 .blog-card .card-description {
  font-size: 0.9em;
  padding: 0 20px;
  color: #666666;
  text-align: left;
}

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

/* Conclusion Section */
.page-index-review-tot88 .conclusion-section {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(135deg, #CC0000 0%, #FFD700 100%);
  color: var(--light-text-color);
}

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

.page-index-review-tot88 .conclusion-section p {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: var(--light-text-color);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-tot88 .section-title {
    font-size: 2em;
  }
  .page-index-review-tot88 .hero-title {
    font-size: 2.5em;
  }
  .page-index-review-tot88 .hero-description {
    font-size: 1.1em;
  }
  .page-index-review-tot88 .image-text-block {
    flex-direction: column;
    gap: 20px;
  }
  .page-index-review-tot88 .image-text-block:nth-child(even) {
    flex-direction: column;
  }
  .page-index-review-tot88 .block-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-index-review-tot88 .hero-section {
    padding: 40px 15px;
  }
  .page-index-review-tot88 .hero-title {
    font-size: 2em;
  }
  .page-index-review-tot88 .hero-description {
    font-size: 1em;
  }
  .page-index-review-tot88 .cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-index-review-tot88 .section-title {
    font-size: 1.8em;
  }
  .page-index-review-tot88 .section-subtitle {
    font-size: 1em;
  }
  .page-index-review-tot88 .intro-section,
  .page-index-review-tot88 .why-choose-section,
  .page-index-review-tot88 .games-section,
  .page-index-review-tot88 .registration-guide-section,
  .page-index-review-tot88 .payment-section,
  .page-index-review-tot88 .promotions-section,
  .page-index-review-tot88 .security-support-section,
  .page-index-review-tot88 .quick-links-section,
  .page-index-review-tot88 .faq-section,
  .page-index-review-tot88 .latest-blog-section,
  .page-index-review-tot88 .conclusion-section {
    padding: 50px 0;
  }
  .page-index-review-tot88 .feature-grid,
  .page-index-review-tot88 .game-categories,
  .page-index-review-tot88 .step-by-step,
  .page-index-review-tot88 .payment-methods,
  .page-index-review-tot88 .promo-grid,
  .page-index-review-tot88 .info-blocks,
  .page-index-review-tot88 .links-grid,
  .page-index-review-tot88 .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-index-review-tot88 .step-image {
    width: 100px;
    height: 100px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-tot88 .hero-title {
    font-size: 1.8em;
  }
  .page-index-review-tot88 .hero-description {
    font-size: 0.9em;
  }
  .page-index-review-tot88 .section-title {
    font-size: 1.5em;
  }
  .page-index-review-tot88 .cta-box p {
    font-size: 1.2em;
  }
  .page-index-review-tot88 .feature-item h3,
  .page-index-review-tot88 .game-card h3,
  .page-index-review-tot88 .step-item h3,
  .page-index-review-tot88 .method-card h3,
  .page-index-review-tot88 .promo-card h3,
  .page-index-review-tot88 .info-block h3 {
    font-size: 1.3em;
  }
  .page-index-review-tot88 .card-image {
    height: 150px;
  }
  .page-index-review-tot88 .blog-card .card-image {
    height: 180px;
  }
}