.page-index-review-fabet {
  font-family: 'Arial', sans-serif;
  color: #e0e0e0; /* Default text color for dark background */
  background-color: #1a2a3a; /* Main background color */
  line-height: 1.6;
}

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

.page-index-review-fabet h1, .page-index-review-fabet h2, .page-index-review-fabet h3, .page-index-review-fabet h4, .page-index-review-fabet h5, .page-index-review-fabet h6 {
  color: #ffcc00; /* Accent color for headings */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index-review-fabet h1 {
  font-size: 3.2em;
  text-align: center;
  color: #ffffff;
}

.page-index-review-fabet h2 {
  font-size: 2.5em;
  text-align: center;
  margin-top: 40px;
  color: #ffcc00;
}

.page-index-review-fabet h3 {
  font-size: 1.8em;
  color: #ffcc00;
  margin-top: 30px;
}

.page-index-review-fabet p {
  margin-bottom: 15px;
  color: #cccccc;
}

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

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

.page-index-review-fabet .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #ffcc00;
  color: #1a2a3a;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

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

/* 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: 80px 20px;
  background: #1a2a3a; /* Ensure a consistent background for the section */
}

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

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

.page-index-review-fabet .hero-content h1 {
  color: #ffffff;
  font-size: 3.5em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

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

/* Section Intro */
.page-index-review-fabet .section-intro {
  padding: 60px 0;
  background-color: #223344;
}

/* Quick Access Section */
.page-index-review-fabet .section-quick-access {
  padding: 60px 0;
  background-color: #1a2a3a;
}

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

.page-index-review-fabet .quick-link-item {
  background-color: #2a3a4a;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-review-fabet .quick-link-item:hover {
  transform: translateY(-8px);
  background-color: #3a4a5a;
}

.page-index-review-fabet .quick-link-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
  border-radius: 8px;
}

.page-index-review-fabet .quick-link-item h3 {
  color: #ffcc00;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-index-review-fabet .quick-link-item p {
  color: #cccccc;
  font-size: 0.95em;
}

/* Games Section */
.page-index-review-fabet .section-games {
  padding: 60px 0;
  background-color: #223344;
}

.page-index-review-fabet .game-category {
  background-color: #2a3a4a;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-index-review-fabet .game-category img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-index-review-fabet .game-category h3 {
  font-size: 2em;
  color: #ffcc00;
  margin-bottom: 15px;
}

.page-index-review-fabet .game-category p {
  color: #cccccc;
  font-size: 1.1em;
  max-width: 800px;
}

/* Promotions Section */
.page-index-review-fabet .section-promotions {
  padding: 60px 0;
  background-color: #1a2a3a;
}

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

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

.page-index-review-fabet .promo-card:hover {
  transform: translateY(-8px);
}

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

.page-index-review-fabet .promo-card h3 {
  font-size: 1.6em;
  color: #ffcc00;
  margin-bottom: 15px;
}

.page-index-review-fabet .promo-card h3 a {
  color: #ffcc00;
  text-decoration: none;
}

.page-index-review-fabet .promo-card h3 a:hover {
  text-decoration: underline;
}

.page-index-review-fabet .promo-card p {
  color: #cccccc;
  font-size: 1em;
  margin-bottom: 20px;
}

.page-index-review-fabet .btn-promo {
  display: inline-block;
  padding: 12px 25px;
  background: #ffcc00;
  color: #1a2a3a;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
}

.page-index-review-fabet .btn-promo:hover {
  background: #e6b800;
}

.page-index-review-fabet .promo-note {
  text-align: center;
  margin-top: 30px;
  font-size: 1.1em;
  color: #f0f0f0;
}

/* Security & Support Section */
.page-index-review-fabet .section-security-support {
  padding: 60px 0;
  background-color: #223344;
}

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

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

.page-index-review-fabet .security-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
  border-radius: 8px;
}

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

.page-index-review-fabet .security-item p {
  color: #cccccc;
  font-size: 0.95em;
}

/* FAQ Section */
.page-index-review-fabet .section-faq {
  padding: 60px 0;
  background-color: #1a2a3a;
}

.page-index-review-fabet .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

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

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

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

.page-index-review-fabet .faq-toggle {
  font-size: 2em;
  font-weight: bold;
  color: #ffcc00;
  transition: transform 0.3s ease;
  margin-left: 15px;
}

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

.page-index-review-fabet .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding: 0 25px;
  background: #2a3a4a;
  border-radius: 0 0 8px 8px;
  color: #cccccc;
  font-size: 1em;
}

.page-index-review-fabet .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px 25px;
  border: 1px solid #3a4a5a;
  border-top: none;
}

/* Blog Section */
.page-index-review-fabet .section-blog {
  padding: 60px 0;
  background-color: #223344;
}

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

.page-index-review-fabet .blog-post-card {
  background-color: #2a3a4a;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-index-review-fabet .blog-post-card:hover {
  transform: translateY(-8px);
}
}