.page-resources-j88-latest-promotions-2024-first-deposit-bonus {
  font-family: 'Arial', sans-serif;
  color: #f8f9fa; /* Light text for dark body background */
  background-color: var(--primary-color, #1A202C);
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-resources-j88-latest-promotions-2024-first-deposit-bonus__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin-top: 0;
  padding-top: var(--header-offset, 120px); /* Use padding-top for spacing from fixed header */
  background: #1A202C;
  overflow: hidden;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 40px 20px;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__hero-title {
  font-size: 48px;
  font-weight: bold;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__hero-description {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* General Section Styles */
.page-resources-j88-latest-promotions-2024-first-deposit-bonus__section {
  padding: 60px 0;
  background-color: var(--primary-color, #1A202C);
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__section:nth-of-type(even) {
  background-color: #1A202C; /* Ensure consistency with primary color */
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__section-title {
  font-size: 36px;
  font-weight: bold;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #f8f9fa;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus ul,
.page-resources-j88-latest-promotions-2024-first-deposit-bonus ol {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
  margin-bottom: 20px;
  color: #f8f9fa;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus ul li,
.page-resources-j88-latest-promotions-2024-first-deposit-bonus ol li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus h3 {
  font-size: 24px;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus a {
  color: #FFD700;
  text-decoration: none;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus a:hover {
  text-decoration: underline;
}

/* Buttons */
.page-resources-j88-latest-promotions-2024-first-deposit-bonus__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__btn-primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__btn-secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
}

/* Grid Layouts */
.page-resources-j88-latest-promotions-2024-first-deposit-bonus__grid-two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__image-full {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__card {
  background-color: #2a3447; /* Slightly lighter dark background for cards */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #f8f9fa;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__card h3 {
  color: #FFD700;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__card p {
  color: #e0e0e0;
  font-size: 15px;
  line-height: 1.7;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__note {
  text-align: center;
  font-style: italic;
  margin-top: 30px;
  color: #aaaaaa;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__benefit-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__benefit-list li {
  background-color: #2a3447;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #f8f9fa;
  line-height: 1.6;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__benefit-list li strong {
  color: #FFD700;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__promo-card {
  background-color: #2a3447;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #f8f9fa;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__promo-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__promo-card h3 {
  color: #FFD700;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__promo-card p {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* FAQ Section */
.page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #2a3447; /* Card background for FAQ items */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #1A202C; /* Darker background for question */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-question:hover {
  background-color: #2a3447;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #FFD700;
  pointer-events: none;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #FFD700;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-item.active .page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-toggle {
  transform: rotate(45deg);
  color: #ffffff;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
  padding: 0 25px;
  opacity: 0;
  color: #e0e0e0;
  text-align: left;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-item.active .page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-answer {
  max-height: 2000px !important;
  padding: 20px 25px !important;
  opacity: 1;
  background-color: #2a3447;
}

/* Final CTA Section */
.page-resources-j88-latest-promotions-2024-first-deposit-bonus__cta-final {
  text-align: center;
  padding: 80px 0;
  background-color: #1A202C;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__cta-final .page-resources-j88-latest-promotions-2024-first-deposit-bonus__section-title {
  color: #FFD700;
  margin-bottom: 25px;
}

.page-resources-j88-latest-promotions-2024-first-deposit-bonus__cta-final p {
  max-width: 800px;
  margin: 0 auto 30px auto;
  font-size: 18px;
  color: #f8f9fa;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__hero-title {
    font-size: 40px;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__hero-description {
    font-size: 18px;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__section-title {
    font-size: 30px;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__grid-two-cols {
    grid-template-columns: 1fr;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__image-block {
    order: -1; /* Image appears above text on smaller screens */
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__card-grid,
  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__promo-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__hero-section {
    padding-top: var(--header-offset, 80px) !important; /* Adjust padding for mobile header */
  }
  
  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__hero-title {
    font-size: 32px;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__hero-description {
    font-size: 16px;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__cta-button {
    padding: 12px 20px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__section {
    padding: 40px 0;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus h3 {
    font-size: 20px;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus p,
  .page-resources-j88-latest-promotions-2024-first-deposit-bonus ul li,
  .page-resources-j88-latest-promotions-2024-first-deposit-bonus ol li {
    font-size: 15px;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__container {
    padding: 0 15px;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__image-full,
  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__card-image,
  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__promo-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__text-block,
  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__image-block,
  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__card,
  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__promo-card,
  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__card-grid,
  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__promo-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-question {
    padding: 15px 20px;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-question h3 {
    font-size: 16px;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-toggle {
    font-size: 24px;
    width: 28px;
    height: 28px;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-answer {
    padding: 0 20px;
  }

  .page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-item.active .page-resources-j88-latest-promotions-2024-first-deposit-bonus__faq-answer {
    padding: 15px 20px !important;
  }
}