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

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

.page-promotions-welcome-bonus .section-spacing {
  padding: 60px 0;
}

.page-promotions-welcome-bonus .bg-light-green {
  background-color: #e6f5ee; /* A lighter shade of the main color for contrast */
}

.page-promotions-welcome-bonus .text-center {
  text-align: center;
}

.page-promotions-welcome-bonus .mt-4 {
  margin-top: 1.5rem;
}

/* Hero Section */
.page-promotions-welcome-bonus .hero-section {
  background: linear-gradient(135deg, #0A6847 0%, #1A7C5D 100%); /* Darker green gradient */
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-welcome-bonus .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:hero:daga_background,rooster_silhouette,abstract_pattern]');
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
}

.page-promotions-welcome-bonus .hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.page-promotions-welcome-bonus .hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-promotions-welcome-bonus .hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-promotions-welcome-bonus .hero-small-text {
  font-size: 1em;
  margin-top: 20px;
  opacity: 0.9;
}

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

.page-promotions-welcome-bonus .btn-primary {
  background-color: #FFD700; /* Gold */
  color: #0A6847; /* Deep green */
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-promotions-welcome-bonus .btn-primary:hover {
  background-color: #e6c200; /* Darker gold */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.6);
}

.page-promotions-welcome-bonus .btn-secondary {
  background-color: #0A6847; /* Deep green */
  color: #fff;
  border: 2px solid #FFD700;
}

.page-promotions-welcome-bonus .btn-secondary:hover {
  background-color: #1A7C5D; /* Slightly lighter green */
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-promotions-welcome-bonus .btn-tertiary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  padding: 10px 20px;
  font-size: 1em;
}

.page-promotions-welcome-bonus .btn-tertiary:hover {
  background-color: #FFD700;
  color: #0A6847;
  transform: translateY(-2px);
}

.page-promotions-welcome-bonus .btn-large {
  padding: 18px 40px;
  font-size: 1.3em;
  border-radius: 10px;
}

.page-promotions-welcome-bonus .small-cta {
  padding: 8px 15px;
  font-size: 0.9em;
  border-radius: 5px;
}

/* Section Titles & Descriptions */
.page-promotions-welcome-bonus .section-title {
  font-size: 2.5em;
  color: #0A6847;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-promotions-welcome-bonus .section-description {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Promo Overview Section */
.page-promotions-welcome-bonus .promo-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-welcome-bonus .feature-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-promotions-welcome-bonus .feature-item:hover {
  transform: translateY(-10px);
}

.page-promotions-welcome-bonus .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}

.page-promotions-welcome-bonus .feature-title {
  font-size: 1.5em;
  color: #0A6847;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-welcome-bonus .feature-text {
  color: #666;
  font-size: 1em;
}

/* How to Claim Section */
.page-promotions-welcome-bonus .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.page-promotions-welcome-bonus .step-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  border-bottom: 5px solid #FFD700;
}

.page-promotions-welcome-bonus .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #FFD700;
  color: #0A6847;
  border-radius: 50%;
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 25px;
  border: 4px solid #0A6847;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-welcome-bonus .step-title {
  font-size: 1.7em;
  color: #0A6847;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-welcome-bonus .step-text {
  color: #666;
  font-size: 1.05em;
  margin-bottom: 30px;
}

.page-promotions-welcome-bonus .step-cta {
  margin-top: 20px;
}

/* Terms & Conditions Section */
.page-promotions-welcome-bonus .terms-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-promotions-welcome-bonus .terms-list li {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-left: 5px solid #0A6847;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 1.05em;
  color: #444;
}

.page-promotions-welcome-bonus .term-highlight {
  font-weight: bold;
  color: #0A6847;
}

.page-promotions-welcome-bonus .cta-bottom {
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
}

/* Why Choose Us Section */
.page-promotions-welcome-bonus .advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-welcome-bonus .advantage-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-welcome-bonus .advantage-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-promotions-welcome-bonus .advantage-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-promotions-welcome-bonus .advantage-title {
  font-size: 1.4em;
  color: #0A6847;
  margin-bottom: 12px;
  font-weight: bold;
}

.page-promotions-welcome-bonus .advantage-text {
  color: #666;
  font-size: 0.95em;
}

/* Daga Betting Tips Section */
.page-promotions-welcome-bonus .tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.page-promotions-welcome-bonus .tip-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.page-promotions-welcome-bonus .tip-title {
  font-size: 1.6em;
  color: #0A6847;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-welcome-bonus .tip-text {
  color: #555;
  font-size: 1.05em;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-promotions-welcome-bonus .tip-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: auto; /* Push image to bottom */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.page-promotions-welcome-bonus .faq-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-welcome-bonus .accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.page-promotions-welcome-bonus .accordion-header {
  padding: 20px 25px;
  font-size: 1.3em;
  color: #0A6847;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

.page-promotions-welcome-bonus .accordion-header::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promotions-welcome-bonus .accordion-header.active {
  background-color: #f0f8f4; /* Lighter shade for active header */
}

.page-promotions-welcome-bonus .accordion-header.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-promotions-welcome-bonus .accordion-content {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions-welcome-bonus .accordion-content.active {
  max-height: 500px; /* Adjust as needed */
  padding: 20px 25px 25px;
}

.page-promotions-welcome-bonus .accordion-content p {
  color: #555;
  font-size: 1.05em;
  margin-bottom: 15px;
}

.page-promotions-welcome-bonus .accordion-content .small-cta {
  margin-top: 10px;
}

/* Final CTA Section */
.page-promotions-welcome-bonus .cta-final-section {
  background-color: #0A6847; /* Deep green background */
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-promotions-welcome-bonus .cta-final-section .section-title {
  color: #FFD700;
  font-size: 2.8em;
  margin-bottom: 25px;
}

.page-promotions-welcome-bonus .cta-final-section .section-description {
  color: #fff;
  opacity: 0.9;
  font-size: 1.2em;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-welcome-bonus .hero-title {
    font-size: 2.8em;
  }
  .page-promotions-welcome-bonus .hero-subtitle {
    font-size: 1.2em;
  }
  .page-promotions-welcome-bonus .section-title {
    font-size: 2em;
  }
  .page-promotions-welcome-bonus .promo-features, 
  .page-promotions-welcome-bonus .steps-grid, 
  .page-promotions-welcome-bonus .advantages-grid, 
  .page-promotions-welcome-bonus .tips-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .page-promotions-welcome-bonus .hero-section {
    padding: 80px 0;
  }
  .page-promotions-welcome-bonus .hero-title {
    font-size: 2.2em;
  }
  .page-promotions-welcome-bonus .hero-subtitle {
    font-size: 1.1em;
  }
  .page-promotions-welcome-bonus .btn-primary, .page-promotions-welcome-bonus .btn-large {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-welcome-bonus .section-title {
    font-size: 1.8em;
  }
  .page-promotions-welcome-bonus .section-description {
    font-size: 1em;
  }
  .page-promotions-welcome-bonus .feature-item, 
  .page-promotions-welcome-bonus .step-item, 
  .page-promotions-welcome-bonus .advantage-item, 
  .page-promotions-welcome-bonus .tip-item {
    padding: 25px;
  }
  .page-promotions-welcome-bonus .promo-features, 
  .page-promotions-welcome-bonus .steps-grid, 
  .page-promotions-welcome-bonus .advantages-grid, 
  .page-promotions-welcome-bonus .tips-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-welcome-bonus .accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-promotions-welcome-bonus .accordion-header::after {
    right: 20px;
  }
  .page-promotions-welcome-bonus .accordion-content {
    padding: 15px 20px 20px;
  }
  .page-promotions-welcome-bonus .cta-final-section .section-title {
    font-size: 2.2em;
  }
  .page-promotions-welcome-bonus .cta-final-section .section-description {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-promotions-welcome-bonus .hero-title {
    font-size: 1.8em;
  }
  .page-promotions-welcome-bonus .hero-subtitle {
    font-size: 0.95em;
  }
  .page-promotions-welcome-bonus .section-title {
    font-size: 1.6em;
  }
  .page-promotions-welcome-bonus .feature-title, .page-promotions-welcome-bonus .step-title, .page-promotions-welcome-bonus .advantage-title, .page-promotions-welcome-bonus .tip-title {
    font-size: 1.3em;
  }
  .page-promotions-welcome-bonus .terms-list li {
    padding: 15px;
    font-size: 0.95em;
  }
  .page-promotions-welcome-bonus .cta-final-section .section-title {
    font-size: 1.8em;
  }
  .page-promotions-welcome-bonus .cta-final-section .section-description {
    font-size: 0.95em;
  }
  .page-promotions-welcome-bonus .btn-large {
    font-size: 1em;
    padding: 10px 20px;
  }
}