.page-index-j888-latest-promotions-overview {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-index-j888-latest-promotions-overview .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-j888-latest-promotions-overview .section-title {
  font-size: 2.5em;
  color: #0A2342;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
  font-weight: bold;
}

.page-index-j888-latest-promotions-overview .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-index-j888-latest-promotions-overview .subsection-title {
  font-size: 1.8em;
  color: #0A2342;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

/* HERO Section */
.page-index-j888-latest-promotions-overview .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, #0A2342 0%, #2b547a 100%); /* Adjusted for better blend */
  overflow: hidden;
}

.page-index-j888-latest-promotions-overview .hero-container {
  position: relative;
  width: 100%;
  max-width: 1400px; /* Increased max-width for hero */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-j888-latest-promotions-overview .hero-image {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.page-index-j888-latest-promotions-overview .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-j888-latest-promotions-overview .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: #ffffff;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
  margin-top: -80px; /* Overlap with image slightly */
  padding-top: 100px; /* Adjust for overlap */
}

.page-index-j888-latest-promotions-overview .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold color for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-index-j888-latest-promotions-overview .hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-index-j888-latest-promotions-overview .cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #FFD700;
  color: #0A2342;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
}

.page-index-j888-latest-promotions-overview .cta-button:hover {
  background: #e0b800;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Intro Section */
.page-index-j888-latest-promotions-overview .intro-section {
  padding: 60px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}

.page-index-j888-latest-promotions-overview .intro-section p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #555555;
}

/* Quick Access Section */
.page-index-j888-latest-promotions-overview .quick-access-section {
  padding: 60px 0;
  background-color: #f0f4f7;
}

.page-index-j888-latest-promotions-overview .quick-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-j888-latest-promotions-overview .quick-link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #333333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.page-index-j888-latest-promotions-overview .quick-link-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-j888-latest-promotions-overview .quick-link-card .card-image {
  width: 150px; /* Larger image for cards */
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-index-j888-latest-promotions-overview .quick-link-card .card-title {
  font-size: 1.4em;
  color: #0A2342;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-index-j888-latest-promotions-overview .quick-link-card .card-description {
  font-size: 1em;
  color: #555555;
}

/* Core Games Section */
.page-index-j888-latest-promotions-overview .core-games-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.page-index-j888-latest-promotions-overview .games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.page-index-j888-latest-promotions-overview .game-item {
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-j888-latest-promotions-overview .game-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-index-j888-latest-promotions-overview .game-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-index-j888-latest-promotions-overview .game-title {
  font-size: 1.6em;
  color: #0A2342;
  margin: 20px 15px 10px;
  font-weight: bold;
}

.page-index-j888-latest-promotions-overview .game-description {
  font-size: 1em;
  color: #666666;
  padding: 0 20px 25px;
}

/* Promotions Section */
.page-index-j888-latest-promotions-overview .promotions-section {
  padding: 80px 0;
  background-color: #0A2342;
  color: #ffffff;
}

.page-index-j888-latest-promotions-overview .promotions-section .section-title {
  color: #FFD700;
}

.page-index-j888-latest-promotions-overview .promotions-section .section-title::after {
  background-color: #FFD700;
}

.page-index-j888-latest-promotions-overview .promotions-section p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1em;
  color: #e0e0e0;
}

.page-index-j888-latest-promotions-overview .promotions-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-j888-latest-promotions-overview .promotion-card {
  background-color: #1a3a5e; /* Darker blue for cards */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-index-j888-latest-promotions-overview .promotion-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-j888-latest-promotions-overview .promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-index-j888-latest-promotions-overview .promo-title {
  font-size: 1.5em;
  color: #FFD700;
  margin: 20px 15px 10px;
  font-weight: bold;
}

.page-index-j888-latest-promotions-overview .promo-title a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-j888-latest-promotions-overview .promo-title a:hover {
  color: #ffffff;
}

.page-index-j888-latest-promotions-overview .promo-description {
  font-size: 1em;
  color: #cccccc;
  padding: 0 20px 20px;
  flex-grow: 1;
}

.page-index-j888-latest-promotions-overview .promo-button {
  display: inline-block;
  padding: 12px 30px;
  background: #FFD700;
  color: #0A2342;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 20px 20px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-j888-latest-promotions-overview .promo-button:hover {
  background: #e0b800;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Security & Support Section */
.page-index-j888-latest-promotions-overview .security-support-section {
  padding: 80px 0;
  background-color: #f0f4f7;
}

.page-index-j888-latest-promotions-overview .info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-j888-latest-promotions-overview .info-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-j888-latest-promotions-overview .info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-index-j888-latest-promotions-overview .info-image {
  width: 100px; /* Larger icon size */
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-index-j888-latest-promotions-overview .info-title {
  font-size: 1.5em;
  color: #0A2342;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-index-j888-latest-promotions-overview .info-description {
  font-size: 1em;
  color: #555555;
}

/* FAQ Section */
.page-index-j888-latest-promotions-overview .faq-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.page-index-j888-latest-promotions-overview .faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-j888-latest-promotions-overview .faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.page-index-j888-latest-promotions-overview .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #fdfdfd;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-index-j888-latest-promotions-overview .faq-question:hover {
  background: #f5f5f5;
}

.page-index-j888-latest-promotions-overview .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #0A2342;
  font-weight: bold;
}

.page-index-j888-latest-promotions-overview .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
  line-height: 1;
}

.page-index-j888-latest-promotions-overview .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #0A2342;
}

.page-index-j888-latest-promotions-overview .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: #555555;
}

.page-index-j888-latest-promotions-overview .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height */
  padding: 20px 25px;
  border-top: 1px solid #e0e0e0;
}

.page-index-j888-latest-promotions-overview .faq-answer p {
  margin: 0;
  font-size: 1.05em;
}

.page-index-j888-latest-promotions-overview .faq-answer a {
  color: #0A2342;
  text-decoration: underline;
}

.page-index-j888-latest-promotions-overview .faq-answer a:hover {
  color: #FFD700;
}

/* Blog Section */
.page-index-j888-latest-promotions-overview .blog-section {
  padding: 80px 0;
  background-color: #f0f4f7;
}

.page-index-j888-latest-promotions-overview .blog-section p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1em;
  color: #555555;
}

.page-index-j888-latest-promotions-overview .blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-j888-latest-promotions-overview .blog-post-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-index-j888-latest-promotions-overview .blog-post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-index-j888-latest-promotions-overview .blog-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.page-index-j888-latest-promotions-overview .blog-title {
  font-size: 1.4em;
  color: #0A2342;
  margin: 20px 15px 10px;
  font-weight: bold;
}

.page-index-j888-latest-promotions-overview .blog-title a {
  color: #0A2342;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-j888-latest-promotions-overview .blog-title a:hover {
  color: #FFD700;
}

.page-index-j888-latest-promotions-overview .blog-excerpt {
  font-size: 0.95em;
  color: #666666;
  padding: 0 15px;
  flex-grow: 1;
}

.page-index-j888-latest-promotions-overview .blog-date {
  font-size: 0.85em;
  color: #999999;
  margin: 15px;
  display: block;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-j888-latest-promotions-overview .hero-title {
    font-size: 3em;
  }
  .page-index-j888-latest-promotions-overview .hero-description {
    font-size: 1.2em;
  }
  .page-index-j888-latest-promotions-overview .cta-button {
    padding: 15px 35px;
    font-size: 1.2em;
  }
  .page-index-j888-latest-promotions-overview .section-title {
    font-size: 2em;
  }
  .page-index-j888-latest-promotions-overview .subsection-title {
    font-size: 1.6em;
  }
  .page-index-j888-latest-promotions-overview .quick-links-grid, 
  .page-index-j888-latest-promotions-overview .games-grid, 
  .page-index-j888-latest-promotions-overview .promotions-list, 
  .page-index-j888-latest-promotions-overview .info-grid, 
  .page-index-j888-latest-promotions-overview .blog-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-j888-latest-promotions-overview .hero-section {
    padding: 60px 15px;
  }
  .page-index-j888-latest-promotions-overview .hero-content {
    margin-top: -50px;
    padding-top: 70px;
  }
  .page-index-j888-latest-promotions-overview .hero-title {
    font-size: 2.5em;
  }
  .page-index-j888-latest-promotions-overview .hero-description {
    font-size: 1.1em;
  }
  .page-index-j888-latest-promotions-overview .cta-button {
    padding: 12px 30px;
    font-size: 1.1em;
  }
  .page-index-j888-latest-promotions-overview .section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-index-j888-latest-promotions-overview .subsection-title {
    font-size: 1.4em;
  }
  .page-index-j888-latest-promotions-overview .quick-links-grid, 
  .page-index-j888-latest-promotions-overview .games-grid, 
  .page-index-j888-latest-promotions-overview .promotions-list, 
  .page-index-j888-latest-promotions-overview .info-grid, 
  .page-index-j888-latest-promotions-overview .blog-grid {
    grid-template-columns: 1fr;
  }
  .page-index-j888-latest-promotions-overview .faq-question {
    padding: 15px 20px;
  }
  .page-index-j888-latest-promotions-overview .faq-question h3 {
    font-size: 1.1em;
  }
  .page-index-j888-latest-promotions-overview .faq-toggle {
    font-size: 20px;
  }
  .page-index-j888-latest-promotions-overview .faq-answer {
    padding: 0 20px;
  }
  .page-index-j888-latest-promotions-overview .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-j888-latest-promotions-overview .hero-title {
    font-size: 2em;
  }
  .page-index-j888-latest-promotions-overview .hero-description {
    font-size: 1em;
  }
  .page-index-j888-latest-promotions-overview .cta-button {
    padding: 10px 25px;
    font-size: 1em;
  }
  .page-index-j888-latest-promotions-overview .section-title {
    font-size: 1.5em;
  }
  .page-index-j888-latest-promotions-overview .subsection-title {
    font-size: 1.2em;
  }
  .page-index-j888-latest-promotions-overview .quick-link-card .card-image {
    width: 120px;
    height: 120px;
  }
  .page-index-j888-latest-promotions-overview .quick-link-card .card-title {
    font-size: 1.2em;
  }
  .page-index-j888-latest-promotions-overview .game-title {
    font-size: 1.4em;
  }
  .page-index-j888-latest-promotions-overview .promo-title {
    font-size: 1.3em;
  }
  .page-index-j888-latest-promotions-overview .info-image {
    width: 80px;
    height: 80px;
  }
  .page-index-j888-latest-promotions-overview .info-title {
    font-size: 1.3em;
  }
  .page-index-j888-latest-promotions-overview .blog-title {
    font-size: 1.2em;
  }
}