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

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

.page-index-review-sinbet-section {
  padding: 60px 0;
}

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

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

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

.page-index-review-sinbet h2 {
  font-size: 36px;
  text-align: center;
  border-bottom: 3px solid #E0B354; /* Secondary color */
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 40px;
  width: auto;
  max-width: 100%;
}

.page-index-review-sinbet h3 {
  font-size: 28px;
  color: #E0B354; /* Secondary color */
}

.page-index-review-sinbet p {
  margin-bottom: 15px;
  font-size: 17px;
  color: #444444;
}

.page-index-review-sinbet ul,
.page-index-review-sinbet ol {
  margin-bottom: 15px;
  padding-left: 25px;
}

.page-index-review-sinbet ul li,
.page-index-review-sinbet ol li {
  margin-bottom: 8px;
  font-size: 17px;
  color: #444444;
}

.page-index-review-sinbet-cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #E0B354; /* Secondary color */
  color: #1A2E44; /* Primary color for text on secondary background */
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-index-review-sinbet-cta-button:hover {
  background: #c79a40; /* Slightly darker secondary color */
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

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

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

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

.page-index-review-sinbet-hero-content h1 {
  color: #E0B354; /* Secondary color for main title */
  margin-bottom: 25px;
  font-size: 48px;
}

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

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

.page-index-review-sinbet-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px 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-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-sinbet-card-image {
  width: 100%;
  max-width: 300px; /* Ensure images are not too small but fit card */
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 20px;
}

.page-index-review-sinbet-card h3 {
  font-size: 24px;
  margin-top: 0;
  color: #1A2E44; /* Primary color */
}

.page-index-review-sinbet-card p {
  font-size: 16px;
  color: #555555;
}

/* Product items */
.page-index-review-sinbet-product-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-index-review-sinbet-product-item.reverse {
  flex-direction: row-reverse;
}

.page-index-review-sinbet-product-image {
  flex: 1;
  max-width: 50%;
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-index-review-sinbet-product-content {
  flex: 1;
  max-width: 50%;
}

.page-index-review-sinbet-product-content h3 {
  color: #1A2E44; /* Primary color */
  font-size: 30px;
}

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

.page-index-review-sinbet-step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
}

.page-index-review-sinbet-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #E0B354; /* Secondary color */
  color: #1A2E44; /* Primary color for text on secondary background */
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  border: 3px solid #1A2E44; /* Primary color border */
}

.page-index-review-sinbet-step-item h3 {
  font-size: 24px;
  color: #1A2E44; /* Primary color */
  margin-bottom: 15px;
}

/* Comparison table */
.page-index-review-sinbet-comparison-table {
  overflow-x: auto;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-index-review-sinbet-comparison-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.page-index-review-sinbet-comparison-table th,
.page-index-review-sinbet-comparison-table td {
  border: 1px solid #dddddd;
  padding: 12px 15px;
  text-align: left;
  font-size: 16px;
}

.page-index-review-sinbet-comparison-table th {
  background-color: #1A2E44; /* Primary color */
  color: #E0B354; /* Secondary color for text */
  font-weight: bold;
  font-size: 18px;
}

.page-index-review-sinbet-comparison-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.page-index-review-sinbet-comparison-table td {
  color: #555555;
}

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

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

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

.faq-question h3 {
  margin: 0;
  font-size: 20px;
  color: #1A2E44; /* Primary color */
}

.faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #E0B354; /* Secondary color */
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #1A2E44; /* Primary color when active */
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #fdfdfd;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 0 8px 8px;
}

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

.faq-answer p {
  margin: 0;
  font-size: 16px;
  color: #555555;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-sinbet-hero-content h1 {
    font-size: 38px;
  }
  .page-index-review-sinbet-hero-content p {
    font-size: 18px;
  }
  .page-index-review-sinbet h2 {
    font-size: 30px;
  }
  .page-index-review-sinbet h3 {
    font-size: 24px;
  }
  .page-index-review-sinbet-product-item {
    flex-direction: column;
  }
  .page-index-review-sinbet-product-item.reverse {
    flex-direction: column;
  }
  .page-index-review-sinbet-product-image,
  .page-index-review-sinbet-product-content {
    max-width: 100%;
    flex: none;
  }
  .page-index-review-sinbet-product-image {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-index-review-sinbet-section {
    padding: 40px 0;
  }
  .page-index-review-sinbet-hero-content h1 {
    font-size: 32px;
  }
  .page-index-review-sinbet-hero-content p {
    font-size: 16px;
  }
  .page-index-review-sinbet h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .page-index-review-sinbet h3 {
    font-size: 22px;
  }
  .page-index-review-sinbet p,
  .page-index-review-sinbet ul li,
  .page-index-review-sinbet ol li {
    font-size: 15px;
  }
  .page-index-review-sinbet-cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-index-review-sinbet-grid-3 {
    grid-template-columns: 1fr;
  }
  .page-index-review-sinbet-card-image {
    height: 180px;
  }
  .page-index-review-sinbet-step-item {
    padding: 20px;
  }
  .page-index-review-sinbet-step-number {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
  .page-index-review-sinbet-step-item h3 {
    font-size: 20px;
  }
  .faq-question h3 {
    font-size: 18px;
  }
  .faq-question,
  .faq-answer {
    padding-left: 15px;
    padding-right: 15px;
  }
}