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

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

.page-index-review-fabet .section-title {
  font-size: 36px;
  font-weight: bold;
  color: #000080; /* Dark Blue */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  position: relative;
}

.page-index-review-fabet .section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold */
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-index-review-fabet p {
  margin-bottom: 15px;
  font-size: 17px;
  color: #444444;
}

.page-index-review-fabet ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.page-index-review-fabet ul li {
  margin-bottom: 8px;
  font-size: 17px;
  color: #444444;
}

.page-index-review-fabet .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700; /* Gold */
  color: #000080; /* Dark Blue */
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-index-review-fabet .cta-button:hover {
  background: #000080; /* Dark Blue */
  color: #FFD700; /* Gold */
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

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

/* Hero Section */
.page-index-review-fabet-hero {
  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, #000080, #330066); /* Dark Blue to darker */
  color: #ffffff;
}

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

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

.page-index-review-fabet-hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFD700; /* Gold */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-fabet-hero p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-index-review-fabet-hero .cta-button {
  background: #FFD700; /* Gold */
  color: #000080; /* Dark Blue */
  border: 2px solid #FFD700;
}

.page-index-review-fabet-hero .cta-button:hover {
  background: #000080; /* Dark Blue */
  color: #FFD700; /* Gold */
  border-color: #FFD700;
}

/* Intro & General Sections */
.page-index-review-fabet-intro, 
.page-index-review-fabet-security, 
.page-index-review-fabet-games, 
.page-index-review-fabet-promotions, 
.page-index-review-fabet-payments, 
.page-index-review-fabet-support, 
.page-index-review-fabet-mobile, 
.page-index-review-fabet-pros-cons, 
.page-index-review-fabet-faq, 
.page-index-review-fabet-conclusion {
  padding: 80px 0;
}

.page-index-review-fabet-intro {
  background-color: #ffffff;
}

.page-index-review-fabet-security,
.page-index-review-fabet-payments,
.page-index-review-fabet-mobile {
  background-color: #f8f8f8;
}

.page-index-review-fabet-promotions,
.page-index-review-fabet-support {
  background-color: #ffffff;
}

.page-index-review-fabet-conclusion {
  background-color: #000080; /* Dark Blue */
  color: #ffffff;
  text-align: center;
}

.page-index-review-fabet-conclusion .section-title {
  color: #FFD700; /* Gold */
}

.page-index-review-fabet-conclusion p {
  color: #e0e0e0;
  font-size: 18px;
}

.page-index-review-fabet-conclusion .cta-button {
  background: #FFD700; /* Gold */
  color: #000080; /* Dark Blue */
  border-color: #FFD700;
}

.page-index-review-fabet-conclusion .cta-button:hover {
  background: #ffffff; /* White */
  color: #000080; /* Dark Blue */
  border-color: #ffffff;
}

/* Content Wrapper for text and image */
.page-index-review-fabet .content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-index-review-fabet .content-wrapper.reverse {
  flex-direction: row-reverse;
}

.page-index-review-fabet .content-wrapper .text-content,
.page-index-review-fabet .content-wrapper .image-content {
  flex: 1;
}

.page-index-review-fabet .content-wrapper .image-content img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.page-index-review-fabet .content-wrapper h3 {
  font-size: 28px;
  color: #000080; /* Dark Blue */
  margin-bottom: 20px;
  font-weight: 600;
}

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

.page-index-review-fabet .game-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-bottom: 20px;
}

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

.page-index-review-fabet .game-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-index-review-fabet .game-card h3 {
  font-size: 22px;
  color: #000080; /* Dark Blue */
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-index-review-fabet .game-card h3 a {
  color: #000080; /* Dark Blue */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-fabet .game-card h3 a:hover {
  color: #FFD700; /* Gold */
}

.page-index-review-fabet .game-card p {
  font-size: 15px;
  color: #666666;
  padding: 0 15px;
}

/* Pros and Cons */
.page-index-review-fabet .pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.page-index-review-fabet .pros, .page-index-review-fabet .cons {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.page-index-review-fabet .pros h3 {
  color: #008000; /* Green */
  font-size: 28px;
  margin-bottom: 20px;
}

.page-index-review-fabet .cons h3 {
  color: #CC0000; /* Red */
  font-size: 28px;
  margin-bottom: 20px;
}

.page-index-review-fabet .pros ul li::before {
  content: '✅';
  margin-right: 10px;
}

.page-index-review-fabet .cons ul li::before {
  content: '❌';
  margin-right: 10px;
}

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

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

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

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

.page-index-review-fabet .faq-question h3 {
  font-size: 20px;
  color: #000080; /* Dark Blue */
  margin: 0;
}

.page-index-review-fabet .faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #FFD700; /* Gold */
  transition: transform 0.3s ease;
  line-height: 1;
}

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

.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 25px;
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

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

.page-index-review-fabet .faq-answer p {
  font-size: 16px;
  color: #555555;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-fabet .content-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .page-index-review-fabet .content-wrapper.reverse {
    flex-direction: column;
  }
  .page-index-review-fabet .section-title {
    font-size: 30px;
  }
  .page-index-review-fabet-hero h1 {
    font-size: 38px;
  }
  .page-index-review-fabet-hero p {
    font-size: 18px;
  }
  .page-index-review-fabet .game-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-index-review-fabet .pros-cons-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .page-index-review-fabet .section-title {
    font-size: 26px;
    margin-bottom: 30px;
    padding-top: 40px;
  }
  .page-index-review-fabet-hero {
    padding: 60px 15px;
  }
  .page-index-review-fabet-hero h1 {
    font-size: 32px;
  }
  .page-index-review-fabet-hero p {
    font-size: 16px;
  }
  .page-index-review-fabet .cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-index-review-fabet-intro, 
  .page-index-review-fabet-security, 
  .page-index-review-fabet-games, 
  .page-index-review-fabet-promotions, 
  .page-index-review-fabet-payments, 
  .page-index-review-fabet-support, 
.page-index-review-fabet-mobile, 
  .page-index-review-fabet-pros-cons, 
  .page-index-review-fabet-faq, 
  .page-index-review-fabet-conclusion {
    padding: 60px 0;
  }
  .page-index-review-fabet .content-wrapper .text-content h3 {
    font-size: 24px;
  }
  .page-index-review-fabet .faq-question {
    padding: 15px 20px;
  }
  .page-index-review-fabet .faq-question h3 {
    font-size: 18px;
  }
  .page-index-review-fabet .faq-toggle {
    font-size: 24px;
  }
  .page-index-review-fabet .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-fabet-hero h1 {
    font-size: 28px;
  }
  .page-index-review-fabet .section-title {
    font-size: 22px;
  }
  .page-index-review-fabet .content-wrapper .text-content h3 {
    font-size: 20px;
  }
  .page-index-review-fabet .game-card h3 {
    font-size: 20px;
  }
  .page-index-review-fabet .pros h3, .page-index-review-fabet .cons h3 {
    font-size: 24px;
  }
}