.page-index-review-fabet {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Dark text for light background */
  line-height: 1.6;
  background-color: #f8f8f8; /* Light background */
}

.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 {
  color: #003366; /* Primary color for headings */
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-review-fabet h1 {
  font-size: 3.2em;
  text-align: center;
  padding-bottom: 20px;
}

.page-index-review-fabet h2 {
  font-size: 2.5em;
  margin-top: 40px;
  border-bottom: 2px solid #FFCC00; /* Secondary color for accent */
  padding-bottom: 10px;
}

.page-index-review-fabet h3 {
  font-size: 1.8em;
  margin-top: 30px;
  color: #004080; /* Slightly lighter primary for sub-headings */
}

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

.page-index-review-fabet ul,
.page-index-review-fabet ol {
  margin-bottom: 15px;
  padding-left: 25px;
  font-size: 1.1em;
}

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

.page-index-review-fabet a {
  color: #003366; /* Primary color for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-fabet a:hover {
  color: #FFCC00; /* Secondary color on hover */
  text-decoration: underline;
}

/* Hero Section */
.page-index-review-fabet .hero-review-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #003366, #004d99); /* Dark blue gradient */
  color: #ffffff;
}

.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.3);
}

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

.page-index-review-fabet .hero-content h1 {
  color: #FFCC00; /* Secondary color for hero title */
  font-size: 3.8em;
  margin-bottom: 15px;
  line-height: 1.2;
}

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

.page-index-review-fabet .cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #FFCC00; /* Secondary color for CTA */
  color: #003366; /* Primary color for text on CTA */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-index-review-fabet .cta-button:hover {
  background: #e6b800; /* Slightly darker secondary on hover */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  color: #002244; /* Darker primary */
}

/* Sections */
.page-index-review-fabet section {
  padding: 50px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-review-fabet .section-introduction {
  background-color: #fdfdfd;
}

.page-index-review-fabet .content-block {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #ffffff;
  border-left: 5px solid #003366; /* Primary color accent */
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
}

.page-index-review-fabet .content-block h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #003366;
}

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

.page-index-review-fabet .advantage-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-index-review-fabet .advantage-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-fabet .advantage-item img {
  width: 150px; /* Larger image size */
  height: 150px; /* Larger image size */
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 4px solid #FFCC00; /* Secondary color accent */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.page-index-review-fabet .advantage-item h3 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
  color: #003366;
}

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

/* Game Categories */
.page-index-review-fabet .game-category {
  background-color: #fdfdfd;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}

.page-index-review-fabet .game-category h3 {
  color: #003366;
  border-bottom: 2px dashed #FFCC00;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.page-index-review-fabet .game-category img {
  width: 100%;
  max-width: 800px; /* Ensure images are large and content-focused */
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Promotions */
.page-index-review-fabet .section-promotions ul {
  list-style-type: disc;
  color: #333333;
}

.page-index-review-fabet .section-promotions li strong {
  color: #003366;
}

.page-index-review-fabet .text-center {
  text-align: center;
  margin-top: 30px;
}

/* Guide Blocks */
.page-index-review-fabet .guide-block {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
  border-left: 4px solid #FFCC00; /* Secondary color accent */
}

.page-index-review-fabet .guide-block h3 {
  color: #003366;
  margin-top: 0;
}

.page-index-review-fabet .guide-block ol,
.page-index-review-fabet .guide-block ul {
  list-style-position: inside;
  padding-left: 0;
}

.page-index-review-fabet .guide-block ol li,
.page-index-review-fabet .guide-block ul li {
  margin-bottom: 10px;
}

/* Customer Service & Security */
.page-index-review-fabet .section-customer-service img,
.page-index-review-fabet .section-security img {
  width: 100%;
  max-width: 700px; /* Content image size */
  height: auto;
  border-radius: 8px;
  margin: 20px auto;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-index-review-fabet .section-customer-service ul,
.page-index-review-fabet .section-security ul {
  list-style-type: disc;
  padding-left: 25px;
}

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

.page-index-review-fabet .faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
}

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

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

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

.page-index-review-fabet .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFCC00; /* Secondary color for toggle icon */
  transition: transform 0.3s ease;
  line-height: 1;
}

.page-index-review-fabet .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #003366; /* Primary color when active */
}

.page-index-review-fabet .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
  background: #f9f9f9;
  color: #444444;
}

.page-index-review-fabet .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 15px 20px;
  border-top: 1px solid #e0e0e0;
}

.page-index-review-fabet .faq-answer p {
  margin-bottom: 0;
  font-size: 1em;
}

/* Conclusion Section */
.page-index-review-fabet .section-conclusion img {
  width: 100%;
  max-width: 600px; /* Content image size */
  height: auto;
  border-radius: 8px;
  margin: 20px auto;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-index-review-fabet .section-conclusion ul {
  list-style-type: circle;
  padding-left: 25px;
}

.page-index-review-fabet .section-conclusion ul li {
  color: #333333;
}

.page-index-review-fabet .section-conclusion ul li strong {
  color: #003366;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-fabet .hero-content h1 {
    font-size: 3em;
  }
  .page-index-review-fabet .hero-content p {
    font-size: 1.1em;
  }
  .page-index-review-fabet .cta-button {
    padding: 15px 35px;
    font-size: 1.2em;
  }
  .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;
  }
}

@media (max-width: 768px) {
  .page-index-review-fabet .hero-review-section {
    padding: 40px 15px;
  }
  .page-index-review-fabet .hero-image img {
    border-radius: 8px;
  }
  .page-index-review-fabet .hero-content h1 {
    font-size: 2.5em;
  }
  .page-index-review-fabet .hero-content p {
    font-size: 1em;
  }
  .page-index-review-fabet .cta-button {
    padding: 12px 30px;
    font-size: 1.1em;
  }
  .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 .advantages-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-fabet .advantage-item img {
    width: 120px;
    height: 120px;
  }
  .page-index-review-fabet .game-category img,
  .page-index-review-fabet .section-customer-service img,
  .page-index-review-fabet .section-security img,
  .page-index-review-fabet .section-conclusion img {
    max-width: 100%;
  }
  .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;
  }
}

@media (max-width: 480px) {
  .page-index-review-fabet .hero-content h1 {
    font-size: 2em;
  }
  .page-index-review-fabet .cta-button {
    font-size: 1em;
    padding: 10px 25px;
  }
  .page-index-review-fabet h1 {
    font-size: 1.8em;
  }
  .page-index-review-fabet h2 {
    font-size: 1.6em;
  }
  .page-index-review-fabet h3 {
    font-size: 1.2em;
  }
  .page-index-review-fabet p,
  .page-index-review-fabet ul li,
  .page-index-review-fabet ol li {
    font-size: 0.95em;
  }
  .page-index-review-fabet .advantage-item img {
    width: 100px;
    height: 100px;
  }
}