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

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

.page-index-review-sinbet__section {
  padding: 60px 0;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-index-review-sinbet__section:nth-child(even) {
  background-color: #fdfdfd;
}

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

.page-index-review-sinbet h1 {
  font-size: 2.8em;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.page-index-review-sinbet h2 {
  font-size: 2.2em;
  border-bottom: 3px solid #FFB800; /* Secondary color */
  display: inline-block;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 30px;
}

.page-index-review-sinbet h3 {
  font-size: 1.6em;
  color: #333;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-index-review-sinbet p {
  margin-bottom: 15px;
  text-align: justify;
}

.page-index-review-sinbet ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.page-index-review-sinbet ol {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 15px;
}

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

.page-index-review-sinbet__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: #E44D26; /* Primary color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  border: none;
}

.page-index-review-sinbet__cta-button:hover {
  background: #FFB800; /* Secondary color */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-index-review-sinbet__cta-button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-index-review-sinbet__cta-button--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

/* Hero Banner */
.page-index-review-sinbet__hero-banner {
  background: linear-gradient(135deg, #E44D26 0%, #FFB800 100%);
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.page-index-review-sinbet__hero-content {
  max-width: 800px;
  color: #fff;
}

.page-index-review-sinbet__hero-content p {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.page-index-review-sinbet__hero-image-wrapper {
  width: 100%;
  max-width: 800px;
  margin-top: 30px;
}

.page-index-review-sinbet__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

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

.page-index-review-sinbet__grid-item {
  background-color: #fdfdfd;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-index-review-sinbet__grid-item h3 {
  color: #E44D26;
  font-size: 1.4em;
  margin-top: 0;
}

.page-index-review-sinbet__grid-image {
  width: 100%;
  max-width: 400px;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Product Categories */
.page-index-review-sinbet__product-category {
  background-color: #fdfdfd;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  text-align: center;
}

.page-index-review-sinbet__product-category h3 {
  color: #E44D26;
  font-size: 1.8em;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.page-index-review-sinbet__product-image {
  width: 100%;
  max-width: 700px;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.page-index-review-sinbet__product-category ul {
  text-align: left;
  list-style: inside circle;
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
}

.page-index-review-sinbet__product-category li {
  margin-bottom: 10px;
}

/* Registration Guide */
.page-index-review-sinbet__registration-guide ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0;
  max-width: 800px;
  margin: 30px auto;
}

.page-index-review-sinbet__registration-guide li {
  counter-increment: my-awesome-counter;
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
  text-align: left;
  font-size: 1.1em;
}

.page-index-review-sinbet__registration-guide li::before {
  content: counter(my-awesome-counter);
  background-color: #FFB800; /* Secondary color */
  color: #333;
  font-weight: bold;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-index-review-sinbet__guide-image {
  width: 100%;
  max-width: 800px;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.page-index-review-sinbet__note {
  font-style: italic;
  color: #555;
  text-align: center;
  margin-top: 30px;
}

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

.page-index-review-sinbet__transaction-item {
  background-color: #fdfdfd;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-index-review-sinbet__transaction-item h3 {
  color: #E44D26;
  font-size: 1.4em;
  margin-top: 15px;
}

.page-index-review-sinbet__transaction-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

/* Mobile App */
.page-index-review-sinbet__app-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-index-review-sinbet__app-image {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.page-index-review-sinbet__app-details {
  flex: 2;
  min-width: 300px;
  text-align: left;
}

.page-index-review-sinbet__app-details h3 {
  color: #E44D26;
  text-align: left;
  font-size: 1.6em;
}

.page-index-review-sinbet__app-details ul {
  list-style: inside square;
  margin-left: 0;
  padding-left: 0;
}

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

.page-index-review-sinbet__service-item {
  background-color: #fdfdfd;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-index-review-sinbet__service-item h3 {
  color: #E44D26;
  font-size: 1.4em;
  margin-top: 15px;
}

.page-index-review-sinbet__service-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

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

.page-index-review-sinbet__advantage-item {
  background-color: #fdfdfd;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-index-review-sinbet__advantage-item h3 {
  color: #E44D26;
  font-size: 1.4em;
  margin-top: 15px;
}

.page-index-review-sinbet__advantage-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

/* FAQ */
.page-index-review-sinbet__faq .faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333;
  text-align: left;
}

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

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  background: #f9f9f9;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 15px 20px;
  border-top: 1px solid #eee;
}

.faq-answer p {
  margin: 0;
  color: #555;
}

/* Conclusion */
.page-index-review-sinbet__conclusion {
  text-align: center;
  padding-bottom: 80px;
}

.page-index-review-sinbet__conclusion p {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 25px auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-sinbet__hero-banner {
    flex-direction: column;
    padding: 60px 15px;
  }

  .page-index-review-sinbet__hero-image-wrapper {
    margin-top: 20px;
  }

  .page-index-review-sinbet h1 {
    font-size: 2.2em;
  }

  .page-index-review-sinbet h2 {
    font-size: 1.8em;
    margin-bottom: 25px;
  }

  .page-index-review-sinbet__grid-image,
  .page-index-review-sinbet__product-image,
  .page-index-review-sinbet__guide-image {
    height: auto;
  }

  .page-index-review-sinbet__app-content {
    flex-direction: column;
    gap: 30px;
  }

  .page-index-review-sinbet__app-image {
    max-width: 100%;
  }

  .page-index-review-sinbet__app-details {
    text-align: center;
  }

  .page-index-review-sinbet__app-details h3 {
    text-align: center;
  }

  .page-index-review-sinbet__app-details ul {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
}

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

  .page-index-review-sinbet__container {
    padding: 15px;
  }

  .page-index-review-sinbet h1 {
    font-size: 1.8em;
  }

  .page-index-review-sinbet h2 {
    font-size: 1.6em;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

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

  .page-index-review-sinbet__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-index-review-sinbet__cta-button--small {
    padding: 8px 15px;
    font-size: 0.85em;
  }

  .page-index-review-sinbet__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-index-review-sinbet__content-grid,
  .page-index-review-sinbet__transaction-grid,
  .page-index-review-sinbet__service-grid,
  .page-index-review-sinbet__advantages-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-index-review-sinbet__registration-guide li {
    padding-left: 45px;
    font-size: 1em;
  }

  .page-index-review-sinbet__registration-guide li::before {
    width: 30px;
    height: 30px;
    font-size: 1.1em;
  }

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

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

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

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