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

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

.page-index-review-one88-section {
  padding: 60px 0;
  text-align: center;
}

.page-index-review-one88-section:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.page-index-review-one88 h1,
.page-index-review-one88 h2 {
  color: #000080; /* Deep Blue */
  margin-bottom: 25px;
  font-weight: bold;
}

.page-index-review-one88 h1 {
  font-size: 2.8em;
  color: #FFD700; /* Gold */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-index-review-one88 h2 {
  font-size: 2.2em;
  color: #000080;
}

.page-index-review-one88 h3 {
  color: #000080; /* Deep Blue */
  font-size: 1.5em;
  margin-bottom: 15px;
}

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

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

.page-index-review-one88 a:hover {
  color: #FFD700;
}

.page-index-review-one88-button,
.page-index-review-one88-cta-button {
  display: inline-block;
  padding: 12px 30px;
  background: #FFD700; /* Gold */
  color: #000080; /* Deep Blue for text */
  border: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
}

.page-index-review-one88-button:hover,
.page-index-review-one88-cta-button:hover {
  background: #e6c200; /* Darker Gold */
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-review-one88-cta-button-secondary {
  background: #000080;
  color: #FFD700;
  margin-left: 20px;
}

.page-index-review-one88-cta-button-secondary:hover {
  background: #000066;
  color: #FFD700;
}

/* Hero Section */
.page-index-review-one88-hero-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, #000080, #333399); /* Dark blue gradient background */
  color: #ffffff;
}

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

.page-index-review-one88-hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

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

.page-index-review-one88-hero-content h1 {
  color: #FFD700;
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
}

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

.page-index-review-one88-hero-buttons {
  margin-top: 20px;
}

/* Quick Links */
.page-index-review-one88-quick-links {
  background-color: #f8f8f8;
}

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

.page-index-review-one88-link-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
}

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

.page-index-review-one88-link-card h3 {
  color: #000080;
  margin-top: 0;
  font-size: 1.4em;
}

.page-index-review-one88-link-card p {
  color: #666;
  font-size: 0.95em;
}

.page-index-review-one88-link-card a {
  color: #FFD700;
  font-weight: bold;
}

/* Games Section */
.page-index-review-one88-games {
  background-color: #e6e6fa; /* Light Lavender */
}

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

.page-index-review-one88-game-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px 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-one88-game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-index-review-one88-game-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-index-review-one88-game-card h3 {
  margin: 25px 15px 10px;
  color: #000080;
}

.page-index-review-one88-game-card p {
  padding: 0 20px;
  font-size: 0.95em;
  flex-grow: 1;
}

.page-index-review-one88-game-card .page-index-review-one88-button {
  margin: 20px;
}

/* Promotions Section */
.page-index-review-one88-promotions {
  background-color: #fffaf0; /* Floral White */
}

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

.page-index-review-one88-promo-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px 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-one88-promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-index-review-one88-promo-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-index-review-one88-promo-card h3 {
  margin: 25px 15px 10px;
  color: #000080;
}

.page-index-review-one88-promo-card p {
  padding: 0 20px;
  font-size: 0.95em;
  flex-grow: 1;
}

.page-index-review-one88-promo-card .page-index-review-one88-button {
  margin: 20px;
}

/* Security & Support Section */
.page-index-review-one88-security-support {
  background-color: #f0f8ff; /* Alice Blue */
}

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

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

.page-index-review-one88-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-one88-feature-card img {
  width: 200px; /* Minimum 200px */
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-index-review-one88-feature-card h3 {
  color: #000080;
  margin-top: 0;
}

.page-index-review-one88-feature-card p {
  color: #666;
}

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

.page-index-review-one88-faq-list {
  max-width: 800px;
  margin: 40px auto 0 auto;
  text-align: left;
}

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

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

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

.faq-question h3 {
  margin: 0;
  font-size: 1.1em;
  color: #000080;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

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

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

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 15px 25px;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.faq-item.active .faq-answer p {
  margin-bottom: 0;
}

/* Blog Section */
.page-index-review-one88-blog {
  background-color: #f0fff0; /* Honeydew */
}

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

.page-index-review-one88-blog-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

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

.page-index-review-one88-blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-index-review-one88-blog-card h3 {
  margin: 20px 20px 10px;
  color: #000080;
  font-size: 1.3em;
}

.page-index-review-one88-blog-card h3 a {
  color: #000080;
}

.page-index-review-one88-blog-card h3 a:hover {
  color: #FFD700;
}

.page-index-review-one88-blog-card p {
  padding: 0 20px;
  font-size: 0.9em;
  color: #666;
  flex-grow: 1;
}

.page-index-review-one88-readmore {
  display: inline-block;
  margin: 15px 20px 20px;
  color: #FFD700;
  font-weight: bold;
  text-decoration: none;
}

.page-index-review-one88-readmore:hover {
  text-decoration: underline;
}

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

.page-index-review-one88-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);
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  color: #000080; /* Text color for buttons */
}

.page-index-review-one88-floating-btn span {
  display: none;
  margin-left: 10px;
  white-space: nowrap;
  font-size: 1.1em;
  color: #000080;
}

.page-index-review-one88-floating-btn:hover {
  width: 150px; /* Expand on hover */
  border-radius: 30px;
  background-color: #FFD700; /* Gold */
}

.page-index-review-one88-floating-btn:hover span {
  display: inline-block;
}

.page-index-review-one88-register-btn {
  background-color: #FFD700; /* Gold */
  color: #000080;
}

.page-index-review-one88-register-btn:hover {
  background-color: #e6c200;
}

.page-index-review-one88-login-btn {
  background-color: #000080; /* Deep Blue */
  color: #FFD700;
}

.page-index-review-one88-login-btn:hover {
  background-color: #000066;
}

.page-index-review-one88-login-btn span {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-one88-hero-content h1 {
    font-size: 2.8em;
  }
  .page-index-review-one88 h2 {
    font-size: 1.8em;
  }
  .page-index-review-one88 h3 {
    font-size: 1.3em;
  }
  .page-index-review-one88-link-grid,
  .page-index-review-one88-game-grid,
  .page-index-review-one88-promo-grid,
  .page-index-review-one88-feature-grid,
  .page-index-review-one88-blog-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-review-one88-section {
    padding: 40px 0;
  }
  .page-index-review-one88-hero-content h1 {
    font-size: 2.2em;
  }
  .page-index-review-one88-hero-content p {
    font-size: 1em;
  }
  .page-index-review-one88-hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-review-one88-cta-button-secondary {
    margin-left: 0;
  }
  .page-index-review-one88 h2 {
    font-size: 1.6em;
  }
  .page-index-review-one88 h3 {
    font-size: 1.2em;
  }
  .page-index-review-one88-link-grid,
  .page-index-review-one88-game-grid,
  .page-index-review-one88-promo-grid,
  .page-index-review-one88-feature-grid,
  .page-index-review-one88-blog-grid {
    grid-template-columns: 1fr;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
  .page-index-review-one88-floating-buttons {
    right: 10px;
    bottom: 10px;
    gap: 10px;
  }
  .page-index-review-one88-floating-btn {
    width: 50px;
    height: 50px;
  }
  .page-index-review-one88-floating-btn:hover {
    width: 130px;
  }
  .page-index-review-one88-floating-btn span {
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-index-review-one88-hero-content h1 {
    font-size: 1.8em;
  }
  .page-index-review-one88-cta-button {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-index-review-one88 h2 {
    font-size: 1.4em;
  }
  .page-index-review-one88 h3 {
    font-size: 1.1em;
  }
  .page-index-review-one88-game-card img,
  .page-index-review-one88-promo-card img,
  .page-index-review-one88-blog-card img {
    height: 180px;
  }
}