.page-resources-bongdalu-6-latest-promotions-interpretation {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #ffffff;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background: linear-gradient(135deg, #26A9E0, #1a7bb5);
  color: #ffffff;
  text-align: center;
  padding-bottom: 60px;
  overflow: hidden;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__section-title {
  font-size: 2em;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #333333;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-bongdalu-6-latest-promotions-interpretation__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__card-text {
  font-size: 1em;
  color: #555555;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block; /* Ensure it behaves as a block element */
  margin: 0 auto;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__btn-primary,
.page-resources-bongdalu-6-latest-promotions-interpretation__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  margin-top: 20px;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__btn-primary:hover {
  background-color: #d16e06;
  border-color: #d16e06;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__faq-container {
  margin-top: 40px;
  border-top: 1px solid #eee;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__faq-item {
  border-bottom: 1px solid #eee;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  transition: color 0.3s ease;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__faq-question:hover {
  color: #26A9E0;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__faq-item.active .page-resources-bongdalu-6-latest-promotions-interpretation__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-bongdalu-6-latest-promotions-interpretation__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-bongdalu-6-latest-promotions-interpretation__faq-item.active .page-resources-bongdalu-6-latest-promotions-interpretation__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 15px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-resources-bongdalu-6-latest-promotions-interpretation__hero-title {
    font-size: 2em;
  }

  .page-resources-bongdalu-6-latest-promotions-interpretation__hero-description {
    font-size: 1em;
  }

  .page-resources-bongdalu-6-latest-promotions-interpretation__section-title {
    font-size: 1.5em;
  }

  .page-resources-bongdalu-6-latest-promotions-interpretation__paragraph,
  .page-resources-bongdalu-6-latest-promotions-interpretation__list-item,
  .page-resources-bongdalu-6-latest-promotions-interpretation__card-text {
    font-size: 1em;
  }

  .page-resources-bongdalu-6-latest-promotions-interpretation__card-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-bongdalu-6-latest-promotions-interpretation__btn-primary,
  .page-resources-bongdalu-6-latest-promotions-interpretation__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-bongdalu-6-latest-promotions-interpretation__image-wrapper,
  .page-resources-bongdalu-6-latest-promotions-interpretation__content-area {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-resources-bongdalu-6-latest-promotions-interpretation__content-image,
  .page-resources-bongdalu-6-latest-promotions-interpretation__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-bongdalu-6-latest-promotions-interpretation__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Ensure content is below fixed header */
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .page-resources-bongdalu-6-latest-promotions-interpretation__faq-question {
    font-size: 1.1em;
  }
  .page-resources-bongdalu-6-latest-promotions-interpretation__faq-answer {
    padding: 0 10px;
  }
  .page-resources-bongdalu-6-latest-promotions-interpretation__faq-item.active .page-resources-bongdalu-6-latest-promotions-interpretation__faq-answer {
    padding: 10px;
  }
}