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

.page-index-review-sinbet h1, .page-index-review-sinbet h2, .page-index-review-sinbet h3 {
  color: #1A2B3C;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-review-sinbet h1 {
  font-size: 3em;
  text-align: center;
}

.page-index-review-sinbet h2 {
  font-size: 2.5em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}

.page-index-review-sinbet h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-index-review-sinbet h3 {
  font-size: 1.8em;
  color: #1A2B3C;
}

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

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

/* Hero Review Section */
.page-index-review-sinbet .hero-review-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: #1A2B3C;
  color: #fff;
}

.page-index-review-sinbet .hero-review-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-sinbet .hero-review-image {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

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

.page-index-review-sinbet .hero-review-content h1 {
  color: #FFD700;
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
}

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

/* CTA Buttons */
.page-index-review-sinbet .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #1A2B3C;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

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

.page-index-review-sinbet .secondary-cta {
  background: #1A2B3C;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-review-sinbet .secondary-cta:hover {
  background: #0f1a25;
  color: #FFD700;
  border-color: #e6c200;
}

/* Section Styling */
.page-index-review-sinbet .section-intro, 
.page-index-review-sinbet .section-features, 
.page-index-review-sinbet .section-pros-cons, 
.page-index-review-sinbet .section-registration, 
.page-index-review-sinbet .section-faq, 
.page-index-review-sinbet .section-conclusion {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-index-review-sinbet .section-intro {
  background-color: #f0f4f8;
  color: #1A2B3C;
}

.page-index-review-sinbet .section-intro h2 {
  color: #1A2B3C;
}

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

.page-index-review-sinbet .feature-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-sinbet .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-index-review-sinbet .feature-image {
  width: 100%;
  max-width: 400px;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-review-sinbet .feature-item h3 {
  color: #1A2B3C;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-index-review-sinbet .feature-item p, .page-index-review-sinbet .feature-item ul {
  font-size: 1em;
  color: #555;
  text-align: left;
}

.page-index-review-sinbet .feature-item ul {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
}

.page-index-review-sinbet .feature-item li {
  margin-bottom: 8px;
}

/* Pros and Cons */
.page-index-review-sinbet .pros-cons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-sinbet .pros, .page-index-review-sinbet .cons {
  flex: 1;
  min-width: 300px;
  background-color: #f0f4f8;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-index-review-sinbet .pros h3 {
  color: #28a745; /* Green for pros */
  text-align: center;
  margin-bottom: 20px;
}

.page-index-review-sinbet .cons h3 {
  color: #dc3545; /* Red for cons */
  text-align: center;
  margin-bottom: 20px;
}

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

.page-index-review-sinbet .pros li::before {
  content: '✔';
  color: #28a745;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

.page-index-review-sinbet .cons li::before {
  content: '✖';
  color: #dc3545;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

.page-index-review-sinbet .pros li, .page-index-review-sinbet .cons li {
  margin-bottom: 10px;
  font-size: 1.1em;
  padding-left: 1.5em;
}

/* Registration Section */
.page-index-review-sinbet .section-registration ol {
  margin-left: 20px;
  margin-bottom: 30px;
  font-size: 1.1em;
}

.page-index-review-sinbet .section-registration li {
  margin-bottom: 10px;
}

.page-index-review-sinbet .section-registration strong {
  color: #1A2B3C;
}

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

.page-index-review-sinbet .faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-index-review-sinbet .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-index-review-sinbet .faq-question:hover {
  background: #f5f5f5;
}

.page-index-review-sinbet .faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: #1A2B3C;
}

.page-index-review-sinbet .faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-index-review-sinbet .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #1A2B3C;
}

.page-index-review-sinbet .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #fdfdfd;
  color: #555;
}

.page-index-review-sinbet .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 15px 25px 25px;
  border-top: 1px solid #eee;
}

.page-index-review-sinbet .faq-answer p {
  margin-bottom: 0;
}

/* Conclusion Section */
.page-index-review-sinbet .section-conclusion {
  text-align: center;
  background-color: #1A2B3C;
  color: #f0f0f0;
}

.page-index-review-sinbet .section-conclusion h2 {
  color: #FFD700;
}

.page-index-review-sinbet .section-conclusion p {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 30px;
}

.page-index-review-sinbet .primary-cta {
  background: #FFD700;
  color: #1A2B3C;
}

.page-index-review-sinbet .primary-cta:hover {
  background: #e6c200;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-sinbet .hero-review-content h1 {
    font-size: 2.8em;
  }
  .page-index-review-sinbet h2 {
    font-size: 2em;
  }
  .page-index-review-sinbet h3 {
    font-size: 1.5em;
  }
  .page-index-review-sinbet .feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-index-review-sinbet .pros-cons-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-index-review-sinbet .hero-review-section {
    padding: 40px 15px;
  }
  .page-index-review-sinbet .hero-review-content h1 {
    font-size: 2.2em;
  }
  .page-index-review-sinbet .hero-review-content p {
    font-size: 1em;
  }
  .page-index-review-sinbet .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-index-review-sinbet h2 {
    font-size: 1.8em;
  }
  .page-index-review-sinbet .section-intro, 
  .page-index-review-sinbet .section-features, 
  .page-index-review-sinbet .section-pros-cons, 
  .page-index-review-sinbet .section-registration, 
  .page-index-review-sinbet .section-faq, 
  .page-index-review-sinbet .section-conclusion {
    padding: 40px 0;
  }
  .page-index-review-sinbet .container {
    padding: 0 15px;
  }
  .page-index-review-sinbet .feature-item {
    padding: 20px;
  }
  .page-index-review-sinbet .faq-question {
    padding: 15px 20px;
  }
  .page-index-review-sinbet .faq-question h3 {
    font-size: 1.1em;
  }
  .page-index-review-sinbet .faq-toggle {
    font-size: 1.5em;
  }
  .page-index-review-sinbet .faq-answer {
    padding: 0 20px;
  }
  .page-index-review-sinbet .faq-item.active .faq-answer {
    padding: 15px 20px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-sinbet .hero-review-content h1 {
    font-size: 1.8em;
  }
  .page-index-review-sinbet .hero-review-image {
    height: 200px;
  }
  .page-index-review-sinbet h2 {
    font-size: 1.5em;
  }
  .page-index-review-sinbet h3 {
    font-size: 1.3em;
  }
  .page-index-review-sinbet p {
    font-size: 0.95em;
  }
  .page-index-review-sinbet .cta-button {
    font-size: 0.9em;
    padding: 10px 25px;
  }
}