.page-index-latest-promotions-overview {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0; /* Light text for dark background */
  background-color: #1A202C; /* Main background color */
  line-height: 1.6;
}

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

.page-index-latest-promotions-overview .hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a455a 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero title */
}

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

.page-index-latest-promotions-overview .hero-subtitle {
  font-size: 1.4em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #e0e0e0;
}

.page-index-latest-promotions-overview .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
}

.page-index-latest-promotions-overview .btn-primary {
  background-color: #FFD700; /* Gold accent */
  color: #1A202C; /* Dark text on gold */
  border: none;
}

.page-index-latest-promotions-overview .btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-index-latest-promotions-overview .btn-secondary {
  background-color: #2c3445; /* Darker shade of main color */
  color: #FFD700; /* Gold text on dark background */
  border: 1px solid #FFD700;
  padding: 10px 20px;
  font-size: 1em;
}

.page-index-latest-promotions-overview .btn-secondary:hover {
  background-color: #3f475a;
  border-color: #e6c200;
}

.page-index-latest-promotions-overview .btn.large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-index-latest-promotions-overview .promotions-overview,
.page-index-latest-promotions-overview .how-to-claim,
.page-index-latest-promotions-overview .why-onebet88,
.page-index-latest-promotions-overview .faq-section {
  padding: 80px 0;
  background-color: #232a39; /* Slightly lighter dark background for content sections */
}

.page-index-latest-promotions-overview .section-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-index-latest-promotions-overview .section-description {
  font-size: 1.15em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
  color: #cccccc;
}

.page-index-latest-promotions-overview .promotion-category {
  background-color: #1A202C;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.page-index-latest-promotions-overview .promotion-category h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  padding-left: 70px; /* Space for icon */
}

.page-index-latest-promotions-overview .promotion-category p {
  font-size: 1.05em;
  color: #e0e0e0;
  margin-bottom: 20px;
  padding-left: 70px; /* Space for icon */
}

.page-index-latest-promotions-overview .promotion-category .promo-list {
  list-style: none;
  padding-left: 90px; /* Space for icon + list bullet */
  margin-bottom: 30px;
}

.page-index-latest-promotions-overview .promotion-category .promo-list li {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #cccccc;
}

.page-index-latest-promotions-overview .promotion-category .promo-list li::before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: -25px;
  top: 0;
}

.page-index-latest-promotions-overview .promotion-category .category-icon {
  position: absolute;
  left: 30px;
  top: 40px;
  width: 50px;
  height: 50px;
  background-color: #FFD700;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  color: #1A202C;
}

.page-index-latest-promotions-overview .promotion-category .category-icon img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.page-index-latest-promotions-overview .how-to-claim {
  background-color: #1A202C;
}

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

.page-index-latest-promotions-overview .step-item {
  background-color: #2c3445;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-top: 80px;
}

.page-index-latest-promotions-overview .step-item h4 {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-index-latest-promotions-overview .step-item p {
  font-size: 1em;
  color: #cccccc;
}

.page-index-latest-promotions-overview .step-item p a {
  color: #FFD700;
  text-decoration: underline;
}

.page-index-latest-promotions-overview .step-item .step-icon {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-color: #FFD700;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2em;
  color: #1A202C;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-index-latest-promotions-overview .step-item .step-icon img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.page-index-latest-promotions-overview .call-to-action-bottom {
  text-align: center;
  margin-top: 80px;
  background-color: #2c3445;
  padding: 50px;
  border-radius: 12px;
}

.page-index-latest-promotions-overview .call-to-action-bottom p {
  font-size: 1.5em;
  color: #e0e0e0;
  margin-bottom: 30px;
  line-height: 1.4;
}

.page-index-latest-promotions-overview .why-onebet88 {
  background-color: #232a39;
}

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

.page-index-latest-promotions-overview .feature-item {
  background-color: #1A202C;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-latest-promotions-overview .feature-item .feature-icon {
  width: 60px;
  height: 60px;
  background-color: #FFD700;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5em;
  color: #1A202C;
}

.page-index-latest-promotions-overview .feature-item .feature-icon img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.page-index-latest-promotions-overview .feature-item h4 {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-index-latest-promotions-overview .feature-item p {
  font-size: 0.95em;
  color: #cccccc;
}

.page-index-latest-promotions-overview .faq-section {
  background-color: #1A202C;
}

.page-index-latest-promotions-overview .faq-item {
  background-color: #2c3445;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-latest-promotions-overview .faq-item h3 {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-index-latest-promotions-overview .faq-item h3::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-index-latest-promotions-overview .faq-item.active h3::after {
  content: '-';
}

.page-index-latest-promotions-overview .faq-item p {
  font-size: 1em;
  color: #cccccc;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.page-index-latest-promotions-overview .faq-item.active p {
  max-height: 200px; /* Adjust as needed for content */
  margin-top: 15px;
}

.page-index-latest-promotions-overview .faq-item p a {
  color: #FFD700;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-index-latest-promotions-overview .hero-title {
    font-size: 2.5em;
  }
  .page-index-latest-promotions-overview .hero-subtitle {
    font-size: 1.2em;
  }
  .page-index-latest-promotions-overview .section-title {
    font-size: 2em;
  }
  .page-index-latest-promotions-overview .section-description {
    font-size: 1em;
  }
  .page-index-latest-promotions-overview .promotion-category {
    padding: 30px;
  }
  .page-index-latest-promotions-overview .promotion-category h3,
  .page-index-latest-promotions-overview .promotion-category p,
  .page-index-latest-promotions-overview .promotion-category .promo-list {
    padding-left: 0;
  }
  .page-index-latest-promotions-overview .promotion-category .category-icon {
    position: static;
    margin: 0 auto 20px;
    transform: none;
  }
  .page-index-latest-promotions-overview .promotion-category .promo-list li::before {
    left: -15px;
  }
  .page-index-latest-promotions-overview .steps-grid,
  .page-index-latest-promotions-overview .feature-grid {
    grid-template-columns: 1fr;
  }
  .page-index-latest-promotions-overview .step-item {
    padding-top: 30px;
  }
  .page-index-latest-promotions-overview .step-item .step-icon {
    position: static;
    transform: none;
    margin: 0 auto 20px;
  }
  .page-index-latest-promotions-overview .call-to-action-bottom {
    padding: 30px;
  }
  .page-index-latest-promotions-overview .call-to-action-bottom p {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-index-latest-promotions-overview .hero-title {
    font-size: 2em;
  }
  .page-index-latest-promotions-overview .hero-subtitle {
    font-size: 1em;
  }
  .page-index-latest-promotions-overview .btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-latest-promotions-overview .btn.large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-index-latest-promotions-overview .section-title {
    font-size: 1.8em;
  }
  .page-index-latest-promotions-overview .promotion-category h3 {
    font-size: 1.5em;
  }
  .page-index-latest-promotions-overview .faq-item h3 {
    font-size: 1.1em;
  }
  .page-index-latest-promotions-overview .faq-item p {
    font-size: 0.9em;
  }
}