.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 .hero-section {
  background: linear-gradient(135deg, #0A2463, #3A5B9B);
  color: #ffffff;
  padding: 100px 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]') 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: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-promotions-deposit-bonus .hero-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-promotions-deposit-bonus .hero-title a:hover {
  text-decoration: underline;
}

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

.page-promotions-deposit-bonus .hero-description a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-deposit-bonus .hero-description a:hover {
  text-decoration: underline;
}

.page-promotions-deposit-bonus .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

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

.page-promotions-deposit-bonus .btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

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

.page-promotions-deposit-bonus .btn-secondary:hover {
  background-color: #1a3a7c;
  border-color: #FFD700;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-bonus section {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.page-promotions-deposit-bonus section:nth-of-type(even) {
  background-color: #f1f5f9;
}

.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: #FFD700;
  border-radius: 2px;
}

.page-promotions-deposit-bonus .section-title a {
  color: #0A2463;
  text-decoration: none;
}

.page-promotions-deposit-bonus .section-title a:hover {
  text-decoration: underline;
}

.page-promotions-deposit-bonus p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
  text-align: justify;
}

.page-promotions-deposit-bonus p a {
  color: #0A2463;
  font-weight: bold;
  text-decoration: none;
}

.page-promotions-deposit-bonus p a:hover {
  text-decoration: underline;
}

.page-promotions-deposit-bonus .content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

.page-promotions-deposit-bonus .bonus-card {
  background-color: #fefefe;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #0A2463;
}

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

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

.page-promotions-deposit-bonus .bonus-card h3 a {
  color: #0A2463;
  text-decoration: none;
}

.page-promotions-deposit-bonus .bonus-card h3 a:hover {
  text-decoration: underline;
}

.page-promotions-deposit-bonus .bonus-card p {
  font-size: 1em;
  color: #666;
  margin-bottom: 15px;
}

.page-promotions-deposit-bonus .bonus-card .card-image {
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-promotions-deposit-bonus .step-by-step {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-deposit-bonus .step-card {
  background-color: #fefefe;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  flex: 1 1 300px;
  max-width: 350px;
  transition: transform 0.3s ease;
}

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

.page-promotions-deposit-bonus .step-card .step-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  color: #FFD700;
  background-color: #0A2463;
  border-radius: 50%;
  padding: 15px;
}

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

.page-promotions-deposit-bonus .step-card h3 a {
  color: #0A2463;
  text-decoration: none;
}

.page-promotions-deposit-bonus .step-card h3 a:hover {
  text-decoration: underline;
}

.page-promotions-deposit-bonus .step-card p {
  font-size: 1em;
  color: #666;
}

.page-promotions-deposit-bonus .important-note {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
  border-radius: 8px;
  padding: 15px 25px;
  margin-top: 30px;
  font-weight: normal;
  text-align: left;
}

.page-promotions-deposit-bonus .important-note strong {
  color: #856404;
}

.page-promotions-deposit-bonus .styled-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-promotions-deposit-bonus .styled-list li {
  background-color: #fefefe;
  border-left: 5px solid #FFD700;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  color: #444;
}

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

.page-promotions-deposit-bonus .benefits-list li {
  background-color: #e6f7ff; /* Light blue for benefits */
  border-left: 5px solid #0A2463;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  color: #333;
  display: flex;
  align-items: center;
}

.page-promotions-deposit-bonus .benefits-list li::before {
  content: '✔';
  color: #0A2463;
  font-weight: bold;
  margin-right: 15px;
  font-size: 1.4em;
}

.page-promotions-deposit-bonus .faq-section {
  background-color: #f1f5f9;
}

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

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

.page-promotions-deposit-bonus .faq-item h3::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
}

.page-promotions-deposit-bonus .faq-item.active h3::after {
  content: '-';
}

.page-promotions-deposit-bonus .faq-item p {
  font-size: 1em;
  color: #666;
  margin-top: 10px;
  display: none; /* Hidden by default */
}

.page-promotions-deposit-bonus .faq-item.active p {
  display: block; /* Show when active */
}

.page-promotions-deposit-bonus .call-to-action-section {
  text-align: center;
  background: linear-gradient(90deg, #0A2463, #001a4e);
  color: #ffffff;
  padding: 80px 0;
  border-radius: 10px;
}

.page-promotions-deposit-bonus .call-to-action-section .section-title {
  color: #FFD700;
}

.page-promotions-deposit-bonus .call-to-action-section .section-title::after {
  background-color: #FFD700;
}

.page-promotions-deposit-bonus .call-to-action-section p {
  color: #e0e0e0;
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-promotions-deposit-bonus .call-to-action-section p a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-deposit-bonus .call-to-action-section p a:hover {
  text-decoration: underline;
}

.page-promotions-deposit-bonus .cta-buttons .btn-large {
  padding: 18px 40px;
  font-size: 1.3em;
  margin: 0 15px;
}

/* Responsive adjustments */
@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 .bonus-grid, .page-promotions-deposit-bonus .step-by-step {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-promotions-deposit-bonus .cta-buttons .btn-large {
    margin: 10px 0;
    display: block;
  }
  .page-promotions-deposit-bonus .btn-secondary {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .page-promotions-deposit-bonus .hero-section {
    padding: 80px 0;
  }
  .page-promotions-deposit-bonus .hero-title {
    font-size: 2em;
  }
  .page-promotions-deposit-bonus .hero-description {
    font-size: 1.1em;
  }
  .page-promotions-deposit-bonus .section-title {
    font-size: 1.8em;
  }
  .page-promotions-deposit-bonus p {
    font-size: 1em;
  }
  .page-promotions-deposit-bonus .bonus-grid, .page-promotions-deposit-bonus .step-by-step {
    grid-template-columns: 1fr;
  }
  .page-promotions-deposit-bonus .step-card {
    max-width: 100%;
  }
  .page-promotions-deposit-bonus .benefits-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-promotions-deposit-bonus .hero-section {
    padding: 60px 0;
  }
  .page-promotions-deposit-bonus .hero-title {
    font-size: 1.8em;
  }
  .page-promotions-deposit-bonus .hero-description {
    font-size: 1em;
  }
  .page-promotions-deposit-bonus .section-title {
    font-size: 1.5em;
  }
  .page-promotions-deposit-bonus .btn {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-promotions-deposit-bonus .cta-buttons .btn-large {
    font-size: 1.1em;
    padding: 15px 30px;
  }
  .page-promotions-deposit-bonus .bonus-card, .page-promotions-deposit-bonus .step-card, .page-promotions-deposit-bonus .faq-item {
    padding: 20px;
  }
}