.page-betting-games-lottery {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-betting-games-lottery__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-games-lottery__section {
  padding: 60px 0;
  text-align: center;
}

.page-betting-games-lottery__section:nth-child(even) {
  background-color: #e9ecef;
}

.page-betting-games-lottery__section-title {
  font-size: 2.8em;
  color: #007bff;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-betting-games-lottery__subsection-title {
  font-size: 2em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.page-betting-games-lottery__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #495057;
  text-align: left;
}

.page-betting-games-lottery__list {
  list-style: disc inside;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-betting-games-lottery__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #495057;
}

.page-betting-games-lottery__list-strong {
  color: #0056b3; /* Darker shade of primary for contrast */
}

.page-betting-games-lottery__btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-betting-games-lottery__btn--primary {
  background-color: #007bff;
  color: #fff;
  border: 2px solid #007bff;
}

.page-betting-games-lottery__btn--primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.page-betting-games-lottery__btn--secondary {
  background-color: #ffc107;
  color: #333;
  border: 2px solid #ffc107;
}

.page-betting-games-lottery__btn--secondary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
}

.page-betting-games-lottery__btn--outline {
  background-color: transparent;
  color: #007bff;
  border: 2px solid #007bff;
}

.page-betting-games-lottery__btn--outline:hover {
  background-color: #007bff;
  color: #fff;
}

/* Hero Section */
.page-betting-games-lottery__hero-section {
  background: linear-gradient(135deg, #007bff 0%, #4da3ff 100%); /* Lighter blue for gradient */
  padding: 100px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-betting-games-lottery__hero-section .page-betting-games-lottery__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px; /* Ensure sufficient height */
}

.page-betting-games-lottery__hero-title {
  font-size: 3.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-betting-games-lottery__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  line-height: 1.8;
  color: #e0f2ff; /* Lighter text for contrast */
}

.page-betting-games-lottery__hero-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 15px;
  margin-top: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Popular Games Grid */
.page-betting-games-lottery__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-betting-games-lottery__game-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-betting-games-lottery__game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-betting-games-lottery__game-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

.page-betting-games-lottery__game-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-betting-games-lottery__game-description {
  font-size: 1em;
  color: #6c757d;
  margin-bottom: 25px;
  flex-grow: 1;
  text-align: left;
}

/* How to Play & Betting Tips */
.page-betting-games-lottery__image-full-width {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 10px;
  margin: 40px auto;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-betting-games-lottery__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-betting-games-lottery__tip-item {
  background-color: #fff;
  border-left: 5px solid #ffc107;
  border-radius: 8px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-betting-games-lottery__tip-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-betting-games-lottery__tip-description {
  font-size: 1em;
  color: #6c757d;
}

/* Why xibet section */
.page-betting-games-lottery__benefits-list {
  list-style: none;
  padding: 0;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.page-betting-games-lottery__benefits-list li {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.page-betting-games-lottery__benefits-list li:hover {
  transform: translateY(-5px);
}

.page-betting-games-lottery__benefits-list li .page-betting-games-lottery__list-strong {
  color: #ffc107; /* Use secondary color for emphasis */
  font-size: 1.1em;
}

/* FAQ Section */
.page-betting-games-lottery__accordion {
  margin-top: 40px;
  text-align: left;
}

.page-betting-games-lottery__accordion-item {
  margin-bottom: 15px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
}

.page-betting-games-lottery__accordion-header {
  background-color: #007bff;
  color: #fff;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-betting-games-lottery__accordion-header:hover {
  background-color: #0056b3;
}

.page-betting-games-lottery__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-betting-games-lottery__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-betting-games-lottery__accordion-content {
  padding: 0 25px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-betting-games-lottery__accordion-content p {
  padding: 15px 0;
  margin: 0;
  color: #495057;
  font-size: 1.05em;
}

/* Final CTA Section */
.page-betting-games-lottery__cta-final {
  background-color: #007bff;
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.page-betting-games-lottery__cta-final .page-betting-games-lottery__section-title,
.page-betting-games-lottery__cta-final .page-betting-games-lottery__paragraph {
  color: #fff;
}

.page-betting-games-lottery__cta-content {
  position: relative;
  z-index: 1;
}

.page-betting-games-lottery__cta-buttons {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-betting-games-lottery__cta-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-betting-games-lottery__hero-title {
    font-size: 3em;
  }
  .page-betting-games-lottery__section-title {
    font-size: 2.2em;
  }
  .page-betting-games-lottery__subsection-title {
    font-size: 1.8em;
  }
  .page-betting-games-lottery__game-grid {
    grid-template-columns: 1fr;
  }
  .page-betting-games-lottery__tips-grid {
    grid-template-columns: 1fr;
  }
  .page-betting-games-lottery__benefits-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-betting-games-lottery__hero-section {
    padding: 80px 0;
  }
  .page-betting-games-lottery__hero-title {
    font-size: 2.5em;
  }
  .page-betting-games-lottery__hero-description {
    font-size: 1.1em;
  }
  .page-betting-games-lottery__section {
    padding: 40px 0;
  }
  .page-betting-games-lottery__section-title {
    font-size: 2em;
  }
  .page-betting-games-lottery__paragraph {
    font-size: 1em;
  }
  .page-betting-games-lottery__btn {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-betting-games-lottery__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-betting-games-lottery__accordion-header {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-betting-games-lottery__hero-title {
    font-size: 2em;
  }
  .page-betting-games-lottery__section-title {
    font-size: 1.8em;
  }
  .page-betting-games-lottery__hero-image {
    margin-top: 30px;
  }
  .page-betting-games-lottery__cta-final {
    padding: 60px 0;
  }
}