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

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

.page-index-review-sinbet .bg-light {
  background-color: #e9ecef;
}

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

.page-index-review-sinbet h1,
.page-index-review-sinbet h2,
.page-index-review-sinbet h3 {
  color: #0A1931;
  margin-bottom: 25px;
  text-align: center;
}

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

.page-index-review-sinbet h2 {
  font-size: 2.5em;
  font-weight: bold;
}

.page-index-review-sinbet h3 {
  font-size: 1.8em;
  font-weight: bold;
}

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

.page-index-review-sinbet a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

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

/* HERO Section */
.page-index .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 60px;
  background: linear-gradient(135deg, #0A1931 0%, #3a506b 100%); /* Adjusted for better contrast */
}

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

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

.page-index .hero-content p {
  color: #ffffff;
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-index .hero-content p a {
  color: #FFD700;
  font-weight: bold;
}

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

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

/* Intro Section */
.page-index-review-sinbet-intro .intro-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-index-review-sinbet-intro .feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-sinbet-intro .feature-icon {
  width: 120px; /* Increased size for content image, not icon */
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-index-review-sinbet-intro .feature-item h3 {
  color: #0A1931;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-index-review-sinbet-intro .feature-item p {
  color: #555555;
  font-size: 1em;
}

/* Quick Links Section */
.page-index-review-sinbet-quick-links .link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-index-review-sinbet-quick-links .quick-link-card {
  display: block;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
}

.page-index-review-sinbet-quick-links .quick-link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.page-index-review-sinbet-quick-links .quick-link-card h3 {
  color: #0A1931;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-index-review-sinbet-quick-links .quick-link-card p {
  color: #666666;
  font-size: 0.95em;
  margin-bottom: 0;
}

/* Games Section */
.page-index-review-sinbet-games .game-category {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  text-align: center;
}

.page-index-review-sinbet-games .game-category h3 {
  color: #0A1931;
  font-size: 2em;
  margin-bottom: 20px;
}

.page-index-review-sinbet-games .game-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  object-fit: cover;
}

.page-index-review-sinbet-games .game-category p {
  color: #555555;
  font-size: 1.1em;
  text-align: justify;
}

.page-index-review-sinbet .cta-button-small {
  display: inline-block;
  padding: 10px 25px;
  background: #FFD700;
  color: #0A1931;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

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

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

.page-index-review-sinbet-promotions .promo-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-sinbet-promotions .promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-index-review-sinbet-promotions .promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-review-sinbet-promotions .promo-card h3 {
  color: #0A1931;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-index-review-sinbet-promotions .promo-card p {
  color: #666666;
  font-size: 0.95em;
  margin-bottom: 20px;
}

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

.page-index-review-sinbet-security .security-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-index-review-sinbet-security .security-icon {
  width: 120px; /* Increased size for content image, not icon */
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-index-review-sinbet-security .security-item h3 {
  color: #0A1931;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-index-review-sinbet-security .security-item p {
  color: #555555;
  font-size: 1em;
}

/* FAQ Section */
.page-index-review-sinbet-faq .faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-index-review-sinbet-faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

.page-index-review-sinbet-faq .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #0A1931;
  text-align: left;
  flex-grow: 1;
}

.page-index-review-sinbet-faq .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
  margin-left: 15px;
}

.page-index-review-sinbet-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

.page-index-review-sinbet-faq .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 20px;
}

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

.page-index-review-sinbet-faq .faq-answer p {
  margin-bottom: 0;
  color: #555555;
  text-align: justify;
}

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

.page-index-review-sinbet-blog .blog-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-sinbet-blog .blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-index-review-sinbet-blog .blog-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-index-review-sinbet-blog .blog-card h3 {
  color: #0A1931;
  font-size: 1.3em;
  margin-bottom: 10px;
  text-align: left;
}

.page-index-review-sinbet-blog .blog-card h3 a {
  color: #0A1931;
  text-decoration: none;
}

.page-index-review-sinbet-blog .blog-card h3 a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-index-review-sinbet-blog .blog-card p {
  color: #666666;
  font-size: 0.95em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-index-review-sinbet-blog .read-more-button {
  display: inline-block;
  padding: 8px 18px;
  background: #0A1931;
  color: #FFD700;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-index-review-sinbet-blog .read-more-button:hover {
  background: #1a3150;
  color: #e6c200;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index .hero-section {
    padding: 60px 15px;
  }

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

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

  .page-index-review-sinbet h2 {
    font-size: 2em;
  }

  .page-index-review-sinbet h3 {
    font-size: 1.6em;
  }

  .page-index-review-sinbet-intro .intro-features,
  .page-index-review-sinbet-quick-links .link-grid,
  .page-index-review-sinbet-promotions .promo-grid,
  .page-index-review-sinbet-security .security-grid,
  .page-index-review-sinbet-blog .blog-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .page-index-review-sinbet-games .game-category h3 {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-index .hero-section {
    padding: 40px 15px;
  }

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

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

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

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

  .page-index-review-sinbet h3 {
    font-size: 1.4em;
  }

  .page-index-review-sinbet-intro .feature-icon,
  .page-index-review-sinbet-security .security-icon {
    width: 100px;
    height: 100px;
  }

  .page-index-review-sinbet-faq .faq-question {
    padding: 12px 15px;
  }

  .page-index-review-sinbet-faq .faq-question h3 {
    font-size: 1.1em;
  }

  .page-index-review-sinbet-faq .faq-toggle {
    font-size: 20px;
  }

  .page-index-review-sinbet-faq .faq-answer {
    padding: 0 15px;
  }

  .page-index-review-sinbet-faq .faq-item.active .faq-answer {
    padding: 15px;
  }
}

@media (max-width: 576px) {
  .page-index .hero-section {
    padding: 30px 10px;
  }

  .page-index .hero-content h1 {
    font-size: 1.6em;
  }

  .page-index .hero-content p {
    font-size: 0.9em;
  }

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

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

  .page-index-review-sinbet h3 {
    font-size: 1.2em;
  }

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

  .page-index-review-sinbet-intro .intro-features,
  .page-index-review-sinbet-quick-links .link-grid,
  .page-index-review-sinbet-promotions .promo-grid,
  .page-index-review-sinbet-security .security-grid,
  .page-index-review-sinbet-blog .blog-grid {
    grid-template-columns: 1fr;
  }

  .page-index-review-sinbet-games .game-category {
    padding: 20px;
  }

  .page-index-review-sinbet-promotions .promo-image {
    height: 150px;
  }
}