.page-promotions-deposit-bonuses {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF; /* Default body background */
}

.page-promotions-deposit-bonuses__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-promotions-deposit-bonuses__section {
  padding: 60px 0;
}

.page-promotions-deposit-bonuses__dark-bg {
  background-color: var(--primary-color, #017439);
  color: #ffffff;
}

.page-promotions-deposit-bonuses__light-bg {
  background-color: var(--secondary-color, #FFFFFF);
  color: #333333;
}

.page-promotions-deposit-bonuses__section-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: inherit; /* Inherit color from parent section (dark/light bg) */
}

.page-promotions-deposit-bonuses__text-block {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.7;
}

.page-promotions-deposit-bonuses__text-block a {
  color: var(--primary-color, #017439);
  text-decoration: underline;
}

/* HERO Section Styles */
.page-promotions-deposit-bonuses__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  overflow: hidden; /* Ensure image doesn't overflow */
}

.page-promotions-deposit-bonuses__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-promotions-deposit-bonuses__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-promotions-deposit-bonuses__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-promotions-deposit-bonuses__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 15px;
}

.page-promotions-deposit-bonuses__hero-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-promotions-deposit-bonuses__hero-description {
  font-size: 20px;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-promotions-deposit-bonuses__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-promotions-deposit-bonuses__btn-primary {
  background: #C30808; /* Custom color for Login/Register */
  color: #FFFF00; /* Custom font color for Login/Register */
  border: 2px solid #C30808;
}

.page-promotions-deposit-bonuses__btn-primary:hover {
  background: #a30707;
  border-color: #a30707;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Card Grid Styles */
.page-promotions-deposit-bonuses__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-deposit-bonuses__card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333; /* Text color for card on light background */
}

.page-promotions-deposit-bonuses__card img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-promotions-deposit-bonuses__card-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--primary-color, #017439);
}

.page-promotions-deposit-bonuses__card-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}

.page-promotions-deposit-bonuses__card-text a {
  color: var(--primary-color, #017439);
  text-decoration: underline;
}

/* List Styles */
.page-promotions-deposit-bonuses__list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.page-promotions-deposit-bonuses__list-item {
  background: #f9f9f9;
  border-left: 5px solid var(--primary-color, #017439);
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-deposit-bonuses__list-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-color, #017439);
  margin-top: 0;
  margin-bottom: 10px;
}

.page-promotions-deposit-bonuses__list-item p {
  font-size: 16px;
  color: #444444;
}

.page-promotions-deposit-bonuses__list-item a {
  color: var(--primary-color, #017439);
  text-decoration: underline;
}

/* Steps Grid Styles */
.page-promotions-deposit-bonuses__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-deposit-bonuses__step-item {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-promotions-deposit-bonuses__step-item img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-promotions-deposit-bonuses__step-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--primary-color, #017439);
}

.page-promotions-deposit-bonuses__step-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}

.page-promotions-deposit-bonuses__step-text a {
  color: var(--primary-color, #017439);
  text-decoration: underline;
}

/* Benefits List (similar to general list but with image) */
.page-promotions-deposit-bonuses__benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 0;
  list-style: none;
}

.page-promotions-deposit-bonuses__benefits-list .page-promotions-deposit-bonuses__list-item {
  background: #ffffff;
  border-left: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
}

.page-promotions-deposit-bonuses__benefits-list .page-promotions-deposit-bonuses__list-item img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-promotions-deposit-bonuses__benefits-list .page-promotions-deposit-bonuses__list-title {
  font-size: 22px;
  color: var(--primary-color, #017439);
}

.page-promotions-deposit-bonuses__benefits-list .page-promotions-deposit-bonuses__list-item p {
  color: #555555;
}

/* FAQ Section Styles */
.page-promotions-deposit-bonuses__faq-list {
  margin-top: 40px;
}

.page-promotions-deposit-bonuses__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-promotions-deposit-bonuses__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.4s ease;
  padding: 0 15px;
  opacity: 0;
}

.page-promotions-deposit-bonuses__faq-item.active .page-promotions-deposit-bonuses__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

.page-promotions-deposit-bonuses__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-promotions-deposit-bonuses__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-promotions-deposit-bonuses__faq-question:active {
  background: #eeeeee;
}
}