.page-index-review-fabet {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Màu chữ nhạt trên nền tối */
  line-height: 1.6;
  background-color: #1A1A1A; /* Nền phụ trợ tối */
}

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

.page-index-review-fabet .section-intro, 
.page-index-review-fabet .section-quick-access, 
.page-index-review-fabet .section-games, 
.page-index-review-fabet .section-promotions, 
.page-index-review-fabet .section-security-support, 
.page-index-review-fabet .section-faq, 
.page-index-review-fabet .section-blog {
  padding: 60px 0;
}

.page-index-review-fabet h1, 
.page-index-review-fabet h2, 
.page-index-review-fabet h3 {
  color: #FFD700; /* Màu chủ đạo vàng */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-index-review-fabet h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
}

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

.page-index-review-fabet h3 {
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-index-review-fabet p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #CCCCCC; /* Màu chữ dễ đọc trên nền tối */
}

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

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

.page-index-review-fabet .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

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

.page-index-review-fabet .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #CC0000; /* Màu đỏ làm nổi bật CTA */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet .cta-button:hover {
  background: #FFD700; /* Hover sang vàng */
  color: #1A1A1A;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

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

.page-index-review-fabet .intro-item {
  background-color: #2A2A2A; /* Nền item tối hơn */
  padding: 25px;
  border-radius: 8px;
  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-fabet .intro-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet .intro-item img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-index-review-fabet .intro-item h3 {
  color: #FFD700;
  margin-bottom: 10px;
  font-size: 1.5em;
}

.page-index-review-fabet .intro-item p {
  font-size: 1em;
  color: #CCCCCC;
  text-align: center;
}

/* Quick Access Links */
.page-index-review-fabet .quick-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.page-index-review-fabet .quick-link-item {
  display: block;
  background-color: #CC0000; /* Màu đỏ cho link nhanh */
  color: #ffffff;
  padding: 18px 25px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.page-index-review-fabet .quick-link-item:hover {
  background-color: #FFD700; /* Hover sang vàng */
  color: #1A1A1A;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Game Categories */
.page-index-review-fabet .game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-fabet .game-category {
  background-color: #2A2A2A;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-fabet .game-category:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet .game-category img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #333;
}

.page-index-review-fabet .game-category h3 {
  color: #FFD700;
  margin: 20px 0 10px;
  font-size: 1.6em;
}

.page-index-review-fabet .game-category p {
  padding: 0 20px 20px;
  font-size: 1em;
  color: #CCCCCC;
  text-align: center;
}

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

.page-index-review-fabet .promotion-item {
  background-color: #2A2A2A;
  padding: 25px;
  border-radius: 8px;
  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-fabet .promotion-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet .promotion-item img {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 6px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-index-review-fabet .promotion-item h3 {
  color: #FFD700;
  margin-bottom: 10px;
  font-size: 1.5em;
}

.page-index-review-fabet .promotion-item p {
  font-size: 1em;
  color: #CCCCCC;
  text-align: center;
  margin-bottom: 20px;
}

.page-index-review-fabet .btn-promo {
  display: inline-block;
  background-color: #CC0000;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

.page-index-review-fabet .btn-promo:hover {
  background-color: #FFD700;
  color: #1A1A1A;
}

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

.page-index-review-fabet .security-support-item {
  background-color: #2A2A2A;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-review-fabet .security-support-item img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 6px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-index-review-fabet .security-support-item h3 {
  color: #FFD700;
  margin-bottom: 10px;
  font-size: 1.4em;
}

.page-index-review-fabet .security-support-item p {
  font-size: 0.95em;
  color: #CCCCCC;
  text-align: center;
}

/* FAQ */
.page-index-review-fabet .section-faq {
  background-color: #1A1A1A;
}

.page-index-review-fabet .faq-list {
  margin-top: 40px;
}

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

.page-index-review-fabet .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #2A2A2A;
  color: #FFD700;
  border: 1px solid #3A3A3A;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-index-review-fabet .faq-question:hover {
  background: #3A3A3A;
}

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

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

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

.page-index-review-fabet .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  background: #3A3A3A;
  color: #E0E0E0;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.page-index-review-fabet .faq-item.active .faq-answer {
  max-height: 500px; /* Đủ cao để chứa nội dung */
  padding: 20px;
}

.page-index-review-fabet .faq-answer p {
  text-align: left;
  margin: 0;
  color: #E0E0E0;
}

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

.page-index-review-fabet .blog-post-card {
  background-color: #2A2A2A;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-fabet .blog-post-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #333;
}

.page-index-review-fabet .blog-post-card h3 {
  margin: 20px 20px 10px;
  font-size: 1.5em;
  text-align: left;
}

.page-index-review-fabet .blog-post-card h3 a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-fabet .blog-post-card h3 a:hover {
  color: #CC0000;
}

.page-index-review-fabet .blog-post-card p {
  padding: 0 20px;
  font-size: 0.95em;
  color: #CCCCCC;
  text-align: left;
}

.page-index-review-fabet .blog-post-card .post-date {
  display: block;
  font-size: 0.85em;
  color: #888888;
  padding: 0 20px 20px;
  text-align: left;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-fabet h1 {
    font-size: 2.8em;
  }
  .page-index-review-fabet h2 {
    font-size: 2.2em;
  }
  .page-index-review-fabet h3 {
    font-size: 1.6em;
  }
  .page-index-review-fabet .hero-section {
    padding: 50px 15px;
  }
  .page-index-review-fabet .section-intro, 
  .page-index-review-fabet .section-quick-access, 
  .page-index-review-fabet .section-games, 
  .page-index-review-fabet .section-promotions, 
  .page-index-review-fabet .section-security-support, 
  .page-index-review-fabet .section-faq, 
  .page-index-review-fabet .section-blog {
    padding: 50px 0;
  }
  .page-index-review-fabet .intro-grid, 
  .page-index-review-fabet .quick-links-grid, 
  .page-index-review-fabet .game-categories, 
  .page-index-review-fabet .promotion-grid, 
  .page-index-review-fabet .security-support-grid, 
  .page-index-review-fabet .blog-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .page-index-review-fabet h1 {
    font-size: 2.2em;
  }
  .page-index-review-fabet h2 {
    font-size: 1.8em;
  }
  .page-index-review-fabet h3 {
    font-size: 1.4em;
  }
  .page-index-review-fabet p {
    font-size: 1em;
  }
  .page-index-review-fabet .cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-index-review-fabet .intro-grid, 
  .page-index-review-fabet .quick-links-grid, 
  .page-index-review-fabet .game-categories, 
  .page-index-review-fabet .promotion-grid, 
  .page-index-review-fabet .security-support-grid, 
  .page-index-review-fabet .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-index-review-fabet .faq-question {
    padding: 12px 15px;
  }
  .page-index-review-fabet .faq-question h3 {
    font-size: 1.1em;
  }
  .page-index-review-fabet .faq-toggle {
    font-size: 20px;
  }
  .page-index-review-fabet .faq-answer {
    padding: 0 15px;
  }
  .page-index-review-fabet .faq-item.active .faq-answer {
    padding: 15px;
  }
}