.page-promotions-deposit-bonus {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-promotions-deposit-bonus .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.page-promotions-deposit-bonus .btn-primary {
  background-color: #E3B505;
  color: #0A2463;
  border: 2px solid #E3B505;
}

.page-promotions-deposit-bonus .btn-primary:hover {
  background-color: #cf9f04;
  color: #000;
  border-color: #cf9f04;
}

.page-promotions-deposit-bonus .btn-secondary {
  background-color: #0A2463;
  color: #E3B505;
  border: 2px solid #0A2463;
}

.page-promotions-deposit-bonus .btn-secondary:hover {
  background-color: #1a3a7a;
  color: #E3B505;
  border-color: #1a3a7a;
}

.page-promotions-deposit-bonus .btn-large {
  padding: 15px 30px;
  font-size: 1.1em;
}

.page-promotions-deposit-bonus .hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #1a3a7a 100%);
  color: #f4f4f4;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-deposit-bonus .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern,dark_blue]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-deposit-bonus .hero-section .container {
  position: relative;
  z-index: 1;
}

.page-promotions-deposit-bonus .hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #E3B505;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-deposit-bonus .hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ccc;
}

.page-promotions-deposit-bonus .section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-promotions-deposit-bonus .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E3B505;
  border-radius: 2px;
}

.page-promotions-deposit-bonus .section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #555;
}

.page-promotions-deposit-bonus .promotions-overview {
  padding: 60px 0;
  background-color: #fff;
}

.page-promotions-deposit-bonus .promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-deposit-bonus .promo-card {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-deposit-bonus .promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-promotions-deposit-bonus .promo-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px auto;
  background-color: #E3B505;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5em;
  color: #0A2463;
  overflow: hidden; /* Ensure image fits */
}

.page-promotions-deposit-bonus .promo-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-promotions-deposit-bonus .card-title {
  font-size: 1.6em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-promotions-deposit-bonus .card-text {
  color: #666;
  margin-bottom: 25px;
}

.page-promotions-deposit-bonus .promo-details {
  padding: 60px 0;
  background-color: #f0f2f5;
}

.page-promotions-deposit-bonus .promo-article {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-deposit-bonus .promo-article:last-child {
  margin-bottom: 0;
}

.page-promotions-deposit-bonus .article-title {
  font-size: 2em;
  color: #0A2463;
  margin-bottom: 25px;
  border-bottom: 2px solid #E3B505;
  padding-bottom: 10px;
}

.page-promotions-deposit-bonus .promo-article h4 {
  font-size: 1.5em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-promotions-deposit-bonus .promo-article p {
  margin-bottom: 15px;
  color: #444;
}

.page-promotions-deposit-bonus .promo-article ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-promotions-deposit-bonus .promo-article ul li {
  margin-bottom: 8px;
}

.page-promotions-deposit-bonus .image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-promotions-deposit-bonus .article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-promotions-deposit-bonus .how-to-claim {
  padding: 60px 0;
  background-color: #fff;
}

.page-promotions-deposit-bonus .claim-steps {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-deposit-bonus .claim-steps li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background-color: #fdfdfd;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-deposit-bonus .step-number {
  font-size: 2em;
  font-weight: bold;
  color: #E3B505;
  line-height: 1;
  flex-shrink: 0;
}

.page-promotions-deposit-bonus .claim-steps p {
  color: #444;
  margin: 0;
}

.page-promotions-deposit-bonus .faq-section {
  padding: 60px 0;
  background-color: #f0f2f5;
}

.page-promotions-deposit-bonus .faq-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-deposit-bonus .faq-question {
  font-size: 1.4em;
  color: #0A2463;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-promotions-deposit-bonus .faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #E3B505;
  transition: transform 0.3s ease;
}

.page-promotions-deposit-bonus .faq-item.active .faq-question::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-deposit-bonus .faq-answer {
  color: #555;
  margin-top: 15px;
  display: none;
}

.page-promotions-deposit-bonus .faq-item.active .faq-answer {
  display: block;
}

.page-promotions-deposit-bonus .cta-bottom {
  background: linear-gradient(135deg, #0A2463 0%, #000000 100%);
  color: #f4f4f4;
  padding: 70px 0;
  text-align: center;
}

.page-promotions-deposit-bonus .cta-title {
  font-size: 2.8em;
  color: #E3B505;
  margin-bottom: 20px;
}

.page-promotions-deposit-bonus .cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ccc;
}

.page-promotions-deposit-bonus .cta-link {
  color: #E3B505;
  text-decoration: underline;
  font-weight: bold;
}

.page-promotions-deposit-bonus .cta-link:hover {
  color: #fff;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-deposit-bonus .hero-title {
    font-size: 2.5em;
  }
  .page-promotions-deposit-bonus .section-title {
    font-size: 2em;
  }
  .page-promotions-deposit-bonus .article-title {
    font-size: 1.8em;
  }
  .page-promotions-deposit-bonus .promotions-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-promotions-deposit-bonus .hero-section {
    padding: 60px 0;
  }
  .page-promotions-deposit-bonus .hero-title {
    font-size: 2em;
  }
  .page-promotions-deposit-bonus .hero-subtitle {
    font-size: 1.1em;
  }
  .page-promotions-deposit-bonus .section-title {
    font-size: 1.8em;
  }
  .page-promotions-deposit-bonus .section-description {
    font-size: 1em;
  }
  .page-promotions-deposit-bonus .promo-article {
    padding: 25px;
  }
  .page-promotions-deposit-bonus .article-title {
    font-size: 1.6em;
  }
  .page-promotions-deposit-bonus .cta-title {
    font-size: 2.2em;
  }
  .page-promotions-deposit-bonus .claim-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-promotions-deposit-bonus .hero-section {
    padding: 40px 0;
  }
  .page-promotions-deposit-bonus .hero-title {
    font-size: 1.8em;
  }
  .page-promotions-deposit-bonus .hero-subtitle {
    font-size: 1em;
  }
  .page-promotions-deposit-bonus .btn-primary, .page-promotions-deposit-bonus .btn-secondary {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-promotions-deposit-bonus .section-title {
    font-size: 1.6em;
  }
  .page-promotions-deposit-bonus .article-title {
    font-size: 1.4em;
  }
  .page-promotions-deposit-bonus .promo-card {
    padding: 20px;
  }
  .page-promotions-deposit-bonus .cta-title {
    font-size: 1.8em;
  }
  .page-promotions-deposit-bonus .cta-description {
    font-size: 1em;
  }
  .page-promotions-deposit-bonus .faq-question {
    font-size: 1.2em;
  }
}