/* style/promotions-daily-deposit-bonus.css */
.page-promotions-daily-deposit-bonus {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: var(--background-color, #FFFFFF);
}

.page-promotions-daily-deposit-bonus__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-promotions-daily-deposit-bonus__dark-bg {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-promotions-daily-deposit-bonus__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

/* Hero Section */
.page-promotions-daily-deposit-bonus__hero-section {
  padding-top: var(--header-offset, 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.page-promotions-daily-deposit-bonus__hero-section .page-promotions-daily-deposit-bonus__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.page-promotions-daily-deposit-bonus__hero-content {
  max-width: 800px;
}

.page-promotions-daily-deposit-bonus__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  line-height: 1.2;
}

.page-promotions-daily-deposit-bonus__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-promotions-daily-deposit-bonus__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-promotions-daily-deposit-bonus__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

/* General Section Styling */
.page-promotions-daily-deposit-bonus__intro-section,
.page-promotions-daily-deposit-bonus__how-to-claim,
.page-promotions-daily-deposit-bonus__terms-conditions,
.page-promotions-daily-deposit-bonus__benefits-section,
.page-promotions-daily-deposit-bonus__why-choose-us,
.page-promotions-daily-deposit-bonus__featured-games,
.page-promotions-daily-deposit-bonus__faq-section,
.page-promotions-daily-deposit-bonus__cta-final {
  padding: 80px 0;
  text-align: center;
}

.page-promotions-daily-deposit-bonus__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  color: inherit;
}

.page-promotions-daily-deposit-bonus__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.page-promotions-daily-deposit-bonus__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* CTA Buttons */
.page-promotions-daily-deposit-bonus__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-promotions-daily-deposit-bonus__btn-primary,
.page-promotions-daily-deposit-bonus__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-promotions-daily-deposit-bonus__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-promotions-daily-deposit-bonus__btn-primary:hover {
  background-color: #D36A00;
  border-color: #D36A00;
}

.page-promotions-daily-deposit-bonus__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-promotions-daily-deposit-bonus__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-promotions-daily-deposit-bonus__cta-center {
  margin-top: 40px;
}

/* How to Claim Section */
.page-promotions-daily-deposit-bonus__step-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
}

.page-promotions-daily-deposit-bonus__step-item {
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-daily-deposit-bonus__step-item:last-child {
  margin-bottom: 0;
}

.page-promotions-daily-deposit-bonus__step-title {
  font-size: 1.6em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.page-promotions-daily-deposit-bonus__step-item p {
  color: #FFFFFF;
  font-size: 1.05em;
}

.page-promotions-daily-deposit-bonus__step-item a {
  color: #FFD700; /* Gold for links in dark sections */
  text-decoration: underline;
}

.page-promotions-daily-deposit-bonus__step-item a:hover {
  color: #FFFFFF;
}

/* Terms and Conditions Section */
.page-promotions-daily-deposit-bonus__terms-list {
  list-style: disc;
  text-align: left;
  max-width: 900px;
  margin: 40px auto;
  padding-left: 20px;
}

.page-promotions-daily-deposit-bonus__terms-item {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-promotions-daily-deposit-bonus__terms-item strong {
  color: #26A9E0;
}

.page-promotions-daily-deposit-bonus__terms-conditions a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-promotions-daily-deposit-bonus__terms-conditions a:hover {
  color: #007bff;
}

/* Benefits Section */
.page-promotions-daily-deposit-bonus__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-daily-deposit-bonus__benefit-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease;
}

.page-promotions-daily-deposit-bonus__benefit-card:hover {
  transform: translateY(-5px);
}

.page-promotions-daily-deposit-bonus__benefit-title {
  font-size: 1.8em;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.page-promotions-daily-deposit-bonus__benefit-card p {
  color: #F0F0F0;
  font-size: 1em;
}

/* Why Choose Us Section */
.page-promotions-daily-deposit-bonus__why-choose-us .page-promotions-daily-deposit-bonus__section-title {
  color: #26A9E0;
}

/* Featured Games Section */
.page-promotions-daily-deposit-bonus__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-daily-deposit-bonus__game-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-promotions-daily-deposit-bonus__game-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-promotions-daily-deposit-bonus__game-title {
  font-size: 1.5em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.page-promotions-daily-deposit-bonus__game-title a {
  color: #FFFFFF;
  text-decoration: none;
}

.page-promotions-daily-deposit-bonus__game-title a:hover {
  color: #FFD700;
}

.page-promotions-daily-deposit-bonus__game-description {
  color: #F0F0F0;
  font-size: 0.95em;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* FAQ Section */
.page-promotions-daily-deposit-bonus__faq-list {
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
}

.page-promotions-daily-deposit-bonus__faq-item {
  background-color: #F9F9F9;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}