.page-index-review-tot88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #f1f3f5; /* Light gray background for the page */
}

/* Fixed navigation bar spacing */
.page-index-review-tot88__hero-section {
  padding-top: 180px; /* Adjust for fixed header height on desktop */
}

@media (max-width: 768px) {
  .page-index-review-tot88__hero-section {
    padding-top: 140px; /* Adjust for fixed header height on mobile */
  }
}

/* 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-bottom: 60px;
  background: linear-gradient(135deg, #1A202C, #333d4e); /* Dark gradient background */
  color: #ffffff;
  overflow: hidden; /* Ensure image doesn't overflow */
}

.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-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%;
  padding: 0 20px;
}

.page-index-review-tot88__hero-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700; /* Gold color for main title */
}

.page-index-review-tot88__hero-description {
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-index-review-tot88__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #1A202C;
  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.2);
  border: none;
}

.page-index-review-tot88__cta-button:hover {
  background: linear-gradient(135deg, #FFA500, #FFC107);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-tot88__cta-button--small {
  font-size: 16px;
  padding: 12px 30px;
  margin-top: 15px;
}

.page-index-review-tot88__cta-button--large {
  font-size: 22px;
  padding: 18px 45px;
  margin-top: 40px;
}

.page-index-review-tot88__cta-button--register {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #1A202C;
  font-size: 18px;
  padding: 15px 35px;
  margin-top: 30px;
}

.page-index-review-tot88__cta-button--register:hover {
  background: linear-gradient(135deg, #FFA500, #FFC107);
}

/* Main Content Section */
.page-index-review-tot88__main-content-section {
  padding: 60px 20px;
  background-color: #f1f3f5; /* Light gray background */
}

.page-index-review-tot88__main-content-container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-index-review-tot88__review-article {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

.page-index-review-tot88__section-title {
  font-size: 32px;
  font-weight: bold;
  color: #1A202C;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 15px;
  line-height: 1.3;
}

.page-index-review-tot88__sub-title {
  font-size: 24px;
  font-weight: bold;
  color: #1A202C;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
  line-height: 1.4;
}

.page-index-review-tot88__sub-sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-index-review-tot88__text-block {
  font-size: 17px;
  margin-bottom: 18px;
  line-height: 1.7;
  color: #333333;
}

.page-index-review-tot88__highlight {
  color: #1A202C;
  font-weight: bold;
}

.page-index-review-tot88__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 17px;
  color: #333333;
}

.page-index-review-tot88__ordered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 17px;
  color: #333333;
}

.page-index-review-tot88__list-item {
  margin-bottom: 10px;
}

.page-index-review-tot88__text-link {
  color: #007bff; /* Standard link blue */
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-tot88__text-link:hover {
  text-decoration: underline;
  color: #0056b3;
}

.page-index-review-tot88__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-index-review-tot88__image-full-width {
  width: 100%;
}

.page-index-review-tot88__image-half-width {
  max-width: 70%; /* Adjust as needed */
}

.page-index-review-tot88__image-center {
  margin-left: auto;
  margin-right: auto;
}

/* FAQ Section */
.page-index-review-tot88__faq-section {
  padding: 60px 20px;
  background-color: #f1f3f5; /* Light gray background */
}

.page-index-review-tot88__faq-container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-index-review-tot88__faq-list {
  margin-top: 30px;
}

.page-index-review-tot88__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-index-review-tot88__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 15px;
  opacity: 0;
  color: #333333;
}

.page-index-review-tot88__faq-item.active .page-index-review-tot88__faq-answer {
  max-height: 2000px !important; /* Sufficiently large value */
  padding: 20px 15px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

.page-index-review-tot88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-index-review-tot88__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-index-review-tot88__faq-question:active {
  background: #eeeeee;
}

.page-index-review-tot88__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #1A202C;
}

.page-index-review-tot88__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.page-index-review-tot88__faq-item.active .page-index-review-tot88__faq-toggle {
  color: #FFD700;
  transform: rotate(45deg); /* Rotate for 'x' effect */
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-tot88__hero-title {
    font-size: 38px;
  }

  .page-index-review-tot88__section-title {
    font-size: 28px;
  }

  .page-index-review-tot88__sub-title {
    font-size: 22px;
  }

  .page-index-review-tot88__text-block, .page-index-review-tot88__list, .page-index-review-tot88__ordered-list {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .page-index-review-tot88__hero-section {
    padding-bottom: 40px;
  }

  .page-index-review-tot88__hero-title {
    font-size: 32px;
  }

  .page-index-review-tot88__hero-description {
    font-size: 16px;
  }

  .page-index-review-tot88__cta-button {
    font-size: 18px;
    padding: 12px 30px;
  }

  .page-index-review-tot88__cta-button--small {
    font-size: 14px;
    padding: 10px 25px;
  }

  .page-index-review-tot88__cta-button--large {
    font-size: 20px;
    padding: 15px 35px;
  }

  .page-index-review-tot88__cta-button--register {
    font-size: 16px;
    padding: 12px 30px;
  }

  .page-index-review-tot88__main-content-section, .page-index-review-tot88__faq-section {
    padding: 40px 15px;
  }

  .page-index-review-tot88__review-article {
    padding: 25px;
  }

  .page-index-review-tot88__section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .page-index-review-tot88__sub-title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-index-review-tot88__sub-sub-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-index-review-tot88__text-block, .page-index-review-tot88__list, .page-index-review-tot88__ordered-list {
    font-size: 15px;
  }

  .page-index-review-tot88__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  
  .page-index-review-tot88__faq-question h3 {
    font-size: 16px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  
  .page-index-review-tot88__faq-toggle {
    margin-left: 10px;
    width: 28px;
    height: 28px;
    font-size: 24px;
  }
  
  .page-index-review-tot88__faq-answer {
    padding: 0 15px;
  }
  
  .page-index-review-tot88__faq-item.active .page-index-review-tot88__faq-answer {
    padding: 15px !important;
  }
}

@media (max-width: 480px) {
  .page-index-review-tot88__hero-title {
    font-size: 28px;
  }

  .page-index-review-tot88__hero-description {
    font-size: 15px;
  }

  .page-index-review-tot88__cta-button {
    font-size: 16px;
    padding: 10px 25px;
  }

  .page-index-review-tot88__section-title {
    font-size: 22px;
  }

  .page-index-review-tot88__sub-title {
    font-size: 18px;
  }

  .page-index-review-tot88__image-half-width {
    max-width: 90%;
  }
}