.page-bj66casino {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #f8f8f8; /* Light background for the page content */
}

/* Section Padding */
.page-bj66casino__section-padding {
  padding: 60px 0;
}

/* Container */
.page-bj66casino__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Section Titles and Descriptions */
.page-bj66casino__section-title {
  font-size: 2.5em;
  color: #2563eb; /* Primary brand color for titles */
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-bj66casino__section-title--light {
  color: #ffffff; /* White color for titles on dark background */
}

.page-bj66casino__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #64748b; /* Secondary brand color for descriptions */
}

.page-bj66casino__section-description--light {
  color: #f0f0f0; /* Light color for descriptions on dark background */
}

/* Buttons */
.page-bj66casino__btn-primary,
.page-bj66casino__btn-secondary,
.page-bj66casino__game-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.page-bj66casino__btn-primary {
  background-color: #2563eb;
  color: #ffffff;
  border: 2px solid #2563eb;
}

.page-bj66casino__btn-primary:hover {
  background-color: #1a4fbf;
  border-color: #1a4fbf;
}

.page-bj66casino__btn-secondary {
  background-color: #ffffff;
  color: #2563eb;
  border: 2px solid #2563eb;
}

.page-bj66casino__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #1a4fbf;
  border-color: #1a4fbf;
}

.page-bj66casino__game-btn {
  background-color: #2563eb;
  color: #ffffff;
  border: none;
  padding: 8px 15px;
  font-size: 0.9em;
  border-radius: 5px;
}

.page-bj66casino__game-btn:hover {
  background-color: #1a4fbf;
}

.page-bj66casino__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-bj66casino__cta-buttons--center {
  justify-content: center;
}

/* Images */
.page-bj66casino img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Dark Section Styling */
.page-bj66casino__dark-section {
  background-color: #2563eb;
  color: #ffffff;
}

.page-bj66casino__dark-section .page-bj66casino__section-description {
  color: #f0f0f0;
}

/* Hero Section */
.page-bj66casino__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, assuming body has header offset */
  padding-bottom: 60px;
  background-color: #f8f8f8; /* Ensures a consistent background */
}

.page-bj66casino__hero-image-wrapper {
  width: 100%;
  height: auto;
  max-height: 600px; /* Limit height of banner */
  overflow: hidden;
  margin-bottom: 30px;
}

.page-bj66casino__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-bj66casino__hero-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.page-bj66casino__hero-title {
  font-weight: 700;
  line-height: 1.2;
  color: #2563eb;
  margin-bottom: 15px;
}

.page-bj66casino__hero-description {
  font-size: 1.2em;
  color: #64748b;
  margin-bottom: 30px;
}

/* About Section (Features Grid) */
.page-bj66casino__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-bj66casino__feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-bj66casino__feature-item:hover {
  transform: translateY(-5px);
}

.page-bj66casino__feature-icon {
  width: 100%; /* Ensure images are responsive within cards */
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-bj66casino__feature-title {
  font-size: 1.5em;
  color: #2563eb;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-bj66casino__feature-text {
  font-size: 1em;
  color: #555555;
}

.page-bj66casino__internal-link {
  color: #2563eb;
  text-decoration: underline;
}

.page-bj66casino__internal-link--light {
  color: #f0f0f0;
}

/* Games Section (Game Cards) */
.page-bj66casino__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-bj66casino__game-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-bj66casino__game-card:hover {
  transform: translateY(-5px);
}

.page-bj66casino__game-image {
  width: 100%;
  height: 180px; /* Fixed height for game images */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-bj66casino__game-title {
  font-size: 1.3em;
  color: #2563eb;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-bj66casino__game-description {
  font-size: 0.95em;
  color: #555555;
  margin-bottom: 20px;
  min-height: 40px; /* Ensure consistent height for description */
}

/* Promotions Section (Promo Cards) */
.page-bj66casino__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

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

.page-bj66casino__promo-card:hover {
  transform: translateY(-5px);
}

.page-bj66casino__promo-image {
  width: 100%;
  height: 200px; /* Fixed height for promo images */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-bj66casino__promo-title {
  font-size: 1.4em;
  color: #2563eb;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-bj66casino__promo-text {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

/* How to Join Section (Steps Grid) */
.page-bj66casino__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-bj66casino__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  padding-top: 60px; /* Space for step number */
}

.page-bj66casino__step-number {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #64748b;
  color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
}

.page-bj66casino__step-title {
  font-size: 1.4em;
  color: #2563eb;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-bj66casino__step-text {
  font-size: 1em;
  color: #555555;
}

/* FAQ Section */
.page-bj66casino__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}