.page-index-review-sinbet {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Màu chữ nhạt trên nền tối */
  background-color: #0A2239; /* Nền chính màu xanh đậm */
}

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

.page-index-review-sinbet section {
  padding: 60px 0;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-index-review-sinbet section:nth-of-type(odd) {
  background-color: #0F2D4E; /* Nền xanh đậm hơn một chút cho các phần lẻ */
}

.page-index-review-sinbet section:nth-of-type(even) {
  background-color: #0A2239; /* Nền xanh đậm chính cho các phần chẵn */
}

.page-index-review-sinbet h1,
.page-index-review-sinbet h2,
.page-index-review-sinbet h3 {
  color: #FFD700; /* Màu vàng kim cho tiêu đề */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

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

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

.page-index-review-sinbet h3 {
  font-size: 1.8em;
  color: #FFD700; /* Màu vàng kim cho tiêu đề phụ */
}

.page-index-review-sinbet p {
  line-height: 1.8;
  margin-bottom: 15px;
  color: #E0E0E0; /* Màu chữ nhạt */
  text-align: justify;
}

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

/* 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: linear-gradient(135deg, #0A2239, #1a426b); /* Gradient nhẹ */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.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: 10px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

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

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

.page-index-review-sinbet .hero-content p {
  color: #F0F0F0;
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-review-sinbet .cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #DC143C; /* Màu đỏ sẫm cho CTA */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-index-review-sinbet .cta-button:hover {
  background: #FFD700; /* Hover đổi sang màu vàng */
  color: #0A2239;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Quick Links Section */
.page-index-review-sinbet .section-quick-links h2 {
  margin-bottom: 40px;
}

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

.page-index-review-sinbet .quick-link-card {
  background-color: #1A3A5A; /* Nền thẻ xanh đậm */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  text-decoration: none;
  color: #E0E0E0;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-review-sinbet .quick-link-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  background-color: #2D527A; /* Nền thẻ sáng hơn khi hover */
}

.page-index-review-sinbet .quick-link-card img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  object-fit: contain;
}

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

.page-index-review-sinbet .quick-link-card p {
  font-size: 0.95em;
  color: #CCCCCC;
  text-align: center;
}

/* Games Section */
.page-index-review-sinbet .game-category {
  background-color: #1A3A5A;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

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

.page-index-review-sinbet .game-category img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-review-sinbet .game-category p {
  color: #E0E0E0;
  font-size: 1.1em;
}

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

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

.page-index-review-sinbet .promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

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

.page-index-review-sinbet .promo-card h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-index-review-sinbet .promo-card p {
  color: #CCCCCC;
  font-size: 0.95em;
  text-align: center;
  min-height: 70px; /* Đảm bảo chiều cao đồng nhất */
}

.page-index-review-sinbet .promo-button {
  display: inline-block;
  padding: 10px 25px;
  background: #DC143C;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.page-index-review-sinbet .promo-button:hover {
  background: #FFD700;
  color: #0A2239;
}

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

.page-index-review-sinbet .feature-item {
  background-color: #1A3A5A;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-review-sinbet .feature-item img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  object-fit: contain;
}

.page-index-review-sinbet .feature-item h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-index-review-sinbet .section-security-support .cta-button {
  margin-top: 40px;
}

/* FAQ Section */
.page-index-review-sinbet .section-faq h2 {
  margin-bottom: 40px;
}

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

.page-index-review-sinbet .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #1A3A5A; /* Nền câu hỏi */
  color: #FFD700;
  border: 1px solid #2D527A;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

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

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

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

.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: #0F2D4E; /* Nền câu trả lời */
  color: #E0E0E0;
}

.page-index-review-sinbet .faq-item.active .faq-answer {
  max-height: 500px; /* Đủ cao để chứa nội dung */
  padding: 20px 25px;
  border-top: 1px solid #2D527A;
}

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

/* Latest Articles Section */
.page-index-review-sinbet .section-latest-articles h2 {
  margin-bottom: 40px;
}

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

.page-index-review-sinbet .article-card {
  background-color: #1A3A5A;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #E0E0E0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-sinbet .article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-index-review-sinbet .article-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #2D527A;
}

.page-index-review-sinbet .article-card h3 {
  color: #FFD700;
  font-size: 1.4em;
  padding: 15px;
  margin: 0;
  text-align: left;
}

.page-index-review-sinbet .article-card p {
  color: #CCCCCC;
  font-size: 0.95em;
  padding: 0 15px 15px;
  margin: 0;
  text-align: justify;
}

.page-index-review-sinbet .article-date {
  display: block;
  font-size: 0.85em;
  color: #999999;
  padding: 0 15px 15px;
  text-align: right;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-sinbet h1 {
    font-size: 3em;
  }
  .page-index-review-sinbet h2 {
    font-size: 2em;
  }
  .page-index-review-sinbet h3 {
    font-size: 1.6em;
  }
  .page-index-review-sinbet .hero-content p {
    font-size: 1.1em;
  }
  .page-index-review-sinbet .cta-button {
    padding: 15px 35px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .page-index-review-sinbet section {
    padding: 40px 0;
  }
  .page-index-review-sinbet .hero-content h1 {
    font-size: 2.5em;
  }
  .page-index-review-sinbet .hero-content p {
    font-size: 1em;
  }
  .page-index-review-sinbet .cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-index-review-sinbet .link-grid,
  .page-index-review-sinbet .promo-grid,
  .page-index-review-sinbet .security-features,
  .page-index-review-sinbet .article-grid {
    grid-template-columns: 1fr;
  }
  .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-answer {
    padding: 0 20px;
  }
  .page-index-review-sinbet .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-sinbet .container {
    padding: 15px;
  }
  .page-index-review-sinbet h1 {
    font-size: 2em;
  }
  .page-index-review-sinbet h2 {
    font-size: 1.8em;
  }
  .page-index-review-sinbet h3 {
    font-size: 1.4em;
  }
  .page-index-review-sinbet .hero-content p {
    font-size: 0.9em;
  }
  .page-index-review-sinbet .cta-button {
    padding: 10px 25px;
    font-size: 14px;
  }
  .page-index-review-sinbet .quick-link-card h3,
  .page-index-review-sinbet .promo-card h3,
  .page-index-review-sinbet .feature-item h3,
  .page-index-review-sinbet .article-card h3 {
    font-size: 1.2em;
  }
}