.page-index-review-go88 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

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

.page-index-review-go88-section {
  padding: 60px 0;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-index-review-go88-section:nth-child(even) {
  background-color: #f2f4f6;
}

.page-index-review-go88 h1,
.page-index-review-go88 h2,
.page-index-review-go88 h3 {
  color: #007bff;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}

.page-index-review-go88 h1 {
  font-size: 3.2em;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-index-review-go88 h2 {
  font-size: 2.5em;
}

.page-index-review-go88 h3 {
  font-size: 1.8em;
  color: #333333;
  margin-bottom: 15px;
}

.page-index-review-go88 p {
  font-size: 1.1em;
  margin-bottom: 1em;
  text-align: justify;
}

.page-index-review-go88-link-text {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}

.page-index-review-go88-link-text:hover {
  text-decoration: underline;
  color: #0056b3;
}

/* Hero Section */
.page-index-review-go88-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, #007bff 0%, #0056b3 100%); /* Darker blue gradient for better contrast */
  color: #ffffff;
  overflow: hidden;
}

.page-index-review-go88-hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-index-review-go88-hero-image {
  width: 100%;
  margin-bottom: 30px;
  max-height: 500px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

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

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

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

.page-index-review-go88-cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #ffc107;
  color: #333333;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-index-review-go88-cta-button:hover {
  background: #e0a800;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  color: #000000;
}

/* Quick Links */
.page-index-review-go88-quick-links h2 {
  color: #007bff;
}

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

.page-index-review-go88-quick-link-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333333;
}

.page-index-review-go88-quick-link-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-index-review-go88-quick-link-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-review-go88-quick-link-card h3 {
  color: #007bff;
  font-size: 1.5em;
  margin-bottom: 10px;
  text-align: center;
}

.page-index-review-go88-quick-link-card p {
  font-size: 1em;
  color: #555555;
  text-align: center;
}

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

.page-index-review-go88-game-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

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

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

.page-index-review-go88-game-card h3 {
  font-size: 1.6em;
  color: #007bff;
  margin: 20px 15px 10px;
}

.page-index-review-go88-game-card p {
  font-size: 1em;
  color: #555555;
  padding: 0 15px 20px;
  flex-grow: 1;
  text-align: center;
}

.page-index-review-go88-game-card .page-index-review-go88-btn {
  display: inline-block;
  background-color: #ffc107;
  color: #333333;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-review-go88-game-card .page-index-review-go88-btn:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
  color: #000000;
}

/* Promotions */
.page-index-review-go88-promotions h2 {
  color: #007bff;
}

.page-index-review-go88-promo-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-review-go88-promo-list li {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-index-review-go88-promo-list li:hover {
  transform: translateY(-8px);
}

.page-index-review-go88-promo-list li img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-index-review-go88-promo-list li h3 {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-index-review-go88-promo-list li p {
  font-size: 1em;
  color: #555555;
  text-align: center;
}

/* Security & Support */
.page-index-review-go88-security-support h2 {
  color: #007bff;
}

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

.page-index-review-go88-feature-item {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-index-review-go88-feature-item:hover {
  transform: translateY(-8px);
}

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

.page-index-review-go88-feature-item h3 {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-index-review-go88-feature-item p {
  font-size: 1em;
  color: #555555;
  text-align: center;
}

/* FAQ */
.page-index-review-go88-faq h2 {
  color: #007bff;
}

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

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333333;
  text-align: left;
  flex-grow: 1;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #007bff;
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #ffc107;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
}

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

.faq-answer p {
  margin: 0;
  color: #555555;
  text-align: left;
}

/* Latest Blog */
.page-index-review-go88-latest-blog h2 {
  color: #007bff;
}

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

.page-index-review-go88-blog-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

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

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

.page-index-review-go88-blog-card h3 {
  font-size: 1.5em;
  color: #007bff;
  margin: 20px 15px 10px;
  text-align: left;
}

.page-index-review-go88-blog-card h3 a {
  color: #007bff;
  text-decoration: none;
}

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

.page-index-review-go88-blog-card p {
  font-size: 1em;
  color: #555555;
  padding: 0 15px;
  flex-grow: 1;
  text-align: left;
}

.page-index-review-go88-blog-card span {
  display: block;
  font-size: 0.9em;
  color: #777777;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #eee;
  margin-top: 15px;
}

/* Floating Buttons */
.page-index-review-go88-floating-buttons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-index-review-go88-floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.page-index-review-go88-floating-btn span {
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9em;
  position: absolute;
  opacity: 0;
  right: 70px; /* Position text next to button */
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 15px;
  border-radius: 5px;
  white-space: nowrap;
  pointer-events: none; /* Allow click-through */
  transition: opacity 0.3s ease, right 0.3s ease;
}

.page-index-review-go88-floating-btn:hover span {
  opacity: 1;
  right: 75px; /* Slightly move to the right on hover */
}

.page-index-review-go88-register-btn {
  background-color: #007bff;
}

.page-index-review-go88-register-btn:hover {
  background-color: #0056b3;
  transform: scale(1.1);
}

.page-index-review-go88-login-btn {
  background-color: #ffc107;
}

.page-index-review-go88-login-btn:hover {
  background-color: #e0a800;
  transform: scale(1.1);
}

.page-index-review-go88-register-btn::before {
  content: "\f007"; /* FontAwesome user icon */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffffff;
  font-size: 24px;
}

.page-index-review-go88-login-btn::before {
  content: "\f2f6"; /* FontAwesome sign-in-alt icon */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #333333;
  font-size: 24px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-go88-hero-content h1 {
    font-size: 2.8em;
  }
  .page-index-review-go88 h2 {
    font-size: 2em;
  }
  .page-index-review-go88 h3 {
    font-size: 1.6em;
  }
  .page-index-review-go88 p {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-index-review-go88-section {
    padding: 40px 0;
  }
  .page-index-review-go88-hero-section {
    padding: 60px 15px;
  }
  .page-index-review-go88-hero-content h1 {
    font-size: 2.2em;
  }
  .page-index-review-go88-hero-content p {
    font-size: 1em;
  }
  .page-index-review-go88-cta-button {
    padding: 14px 30px;
    font-size: 1em;
  }
  .page-index-review-go88-link-grid,
  .page-index-review-go88-game-grid,
  .page-index-review-go88-promo-list,
  .page-index-review-go88-feature-grid,
  .page-index-review-go88-blog-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-go88-quick-link-card,
  .page-index-review-go88-game-card,
  .page-index-review-go88-promo-list li,
  .page-index-review-go88-feature-item,
  .page-index-review-go88-blog-card {
    padding: 20px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
  .page-index-review-go88-floating-buttons {
    bottom: 20px;
    right: 20px;
    gap: 10px;
  }
  .page-index-review-go88-floating-btn {
    width: 50px;
    height: 50px;
  }
  .page-index-review-go88-floating-btn span {
    right: 60px;
    padding: 6px 10px;
    font-size: 0.8em;
  }
  .page-index-review-go88-floating-btn:hover span {
    right: 65px;
  }
  .page-index-review-go88-register-btn::before,
  .page-index-review-go88-login-btn::before {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-go88 h1 {
    font-size: 1.8em;
  }
  .page-index-review-go88 h2 {
    font-size: 1.6em;
  }
  .page-index-review-go88 h3 {
    font-size: 1.4em;
  }
  .page-index-review-go88-hero-image {
    margin-bottom: 20px;
  }
}