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

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

.page-index-review-saobet-section {
  padding: 60px 0;
  margin-bottom: 20px;
}

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

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

.page-index-review-saobet h1,
.page-index-review-saobet h2 {
  color: #001F3F;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-index-review-saobet h1 {
  font-size: 2.8em;
  line-height: 1.2;
}

.page-index-review-saobet h2 {
  font-size: 2.2em;
  border-bottom: 3px solid #FFD700;
  display: inline-block;
  padding-bottom: 10px;
}

.page-index-review-saobet h3 {
  color: #001F3F;
  font-size: 1.6em;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-index-review-saobet p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-index-review-saobet a {
  color: #001F3F;
  text-decoration: none;
}

.page-index-review-saobet a:hover {
  text-decoration: underline;
  color: #FFD700;
}

/* Hero Section */
.page-index-review-saobet-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, #001F3F, #334e6d);
  color: #ffffff;
}

.page-index-review-saobet-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-saobet-hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-index-review-saobet-hero-image .page-index-review-saobet-hero-main-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-saobet-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-index-review-saobet-hero-content h1 {
  color: #FFD700;
  font-size: 3.5em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-saobet-hero-content p {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-index-review-saobet-cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #001F3F;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-review-saobet-cta-button:hover {
  background: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Game Grid */
.page-index-review-saobet-game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-saobet-game-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-saobet-game-item .page-index-review-saobet-game-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-index-review-saobet-game-item h3 {
  font-size: 1.4em;
  color: #001F3F;
  padding: 0 15px;
}

.page-index-review-saobet-game-item p {
  font-size: 1em;
  padding: 0 15px;
  color: #555555;
}

/* Promotion List & Payment List & Support List & Step List */
.page-index-review-saobet-promo-list,
.page-index-review-saobet-payment-list,
.page-index-review-saobet-support-list,
.page-index-review-saobet-step-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-index-review-saobet-promo-list li,
.page-index-review-saobet-payment-list li,
.page-index-review-saobet-support-list li,
.page-index-review-saobet-step-list li {
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  font-size: 1.1em;
  color: #333333;
  display: flex;
  align-items: flex-start;
}

.page-index-review-saobet-promo-list li strong,
.page-index-review-saobet-payment-list li strong,
.page-index-review-saobet-support-list li strong,
.page-index-review-saobet-step-list li strong {
  color: #001F3F;
  margin-right: 10px;
  flex-shrink: 0;
}

.page-index-review-saobet-step-list li:before {
  content: counter(step-counter);
  counter-increment: step-counter;
  background-color: #FFD700;
  color: #001F3F;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.page-index-review-saobet-step-list {
  counter-reset: step-counter;
}

/* Flex Container for Experience Section */
.page-index-review-saobet-flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
  justify-content: center;
}

.page-index-review-saobet-flex-item {
  flex: 1 1 calc(50% - 30px);
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-saobet-flex-item .page-index-review-saobet-feature-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 15px;
}

/* Pros & Cons */
.page-index-review-saobet-pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-saobet-pros,
.page-index-review-saobet-cons {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.page-index-review-saobet-pros h3,
.page-index-review-saobet-cons h3 {
  font-size: 1.8em;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.page-index-review-saobet-pros h3 {
  color: #28a745; /* Green for pros */
}

.page-index-review-saobet-cons h3 {
  color: #dc3545; /* Red for cons */
}

.page-index-review-saobet-pros h3 .icon-check,
.page-index-review-saobet-cons h3 .icon-times {
  font-size: 1.2em;
  margin-right: 10px;
}

.page-index-review-saobet-pros ul,
.page-index-review-saobet-cons ul {
  list-style: none;
  padding: 0;
}

.page-index-review-saobet-pros li,
.page-index-review-saobet-cons li {
  margin-bottom: 10px;
  font-size: 1.1em;
  position: relative;
  padding-left: 25px;
}

.page-index-review-saobet-pros li:before {
  content: '✔'; /* Checkmark */
  color: #28a745;
  position: absolute;
  left: 0;
  top: 0;
}

.page-index-review-saobet-cons li:before {
  content: '✖'; /* Cross mark */
  color: #dc3545;
  position: absolute;
  left: 0;
  top: 0;
}

/* FAQ Section */
.faq-list {
  margin-top: 40px;
}

.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: 18px 25px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #001F3F;
}

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

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

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

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

.faq-item.active .faq-answer p {
  margin-bottom: 0;
}

/* Text Alignment */
.page-index-review-saobet-text-center {
  text-align: center;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-saobet h1 {
    font-size: 2.5em;
  }

  .page-index-review-saobet h2 {
    font-size: 1.8em;
  }

  .page-index-review-saobet-hero-content h1 {
    font-size: 3em;
  }

  .page-index-review-saobet-flex-item {
    flex: 1 1 calc(100% - 30px);
  }

  .page-index-review-saobet-pros-cons-grid {
    grid-template-columns: 1fr;
  }
}

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

  .page-index-review-saobet h1 {
    font-size: 2em;
  }

  .page-index-review-saobet h2 {
    font-size: 1.6em;
  }

  .page-index-review-saobet-hero-content h1 {
    font-size: 2.5em;
  }

  .page-index-review-saobet-hero-content p {
    font-size: 1.1em;
  }

  .page-index-review-saobet-cta-button {
    padding: 12px 30px;
    font-size: 1.1em;
  }

  .page-index-review-saobet-game-grid {
    grid-template-columns: 1fr;
  }

  .page-index-review-saobet-promo-list li,
  .page-index-review-saobet-payment-list li,
  .page-index-review-saobet-support-list li,
  .page-index-review-saobet-step-list li {
    padding: 15px;
    font-size: 1em;
  }

  .page-index-review-saobet-flex-item .page-index-review-saobet-feature-img {
    height: 180px;
  }

  .faq-question {
    padding: 15px 20px;
  }

  .faq-question h3 {
    font-size: 1.1em;
  }

  .faq-toggle {
    font-size: 20px;
  }

  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-saobet h1 {
    font-size: 1.8em;
  }

  .page-index-review-saobet-hero-content h1 {
    font-size: 2em;
  }

  .page-index-review-saobet-hero-content p {
    font-size: 1em;
  }

  .page-index-review-saobet-cta-button {
    font-size: 1em;
    padding: 10px 25px;
  }

  .page-index-review-saobet-pros h3,
  .page-index-review-saobet-cons h3 {
    font-size: 1.5em;
  }
}