/* style/promotions-deposit-bonus-full-analysis.css */
.page-promotions-deposit-bonus-full-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f5f5f5;
}

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

.page-promotions-deposit-bonus-full-analysis .hero-section {
  background: linear-gradient(135deg, #FFD700 0%, #8B0000 100%);
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.page-promotions-deposit-bonus-full-analysis .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

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

.page-promotions-deposit-bonus-full-analysis .hero-section h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.page-promotions-deposit-bonus-full-analysis .hero-section p {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #eee;
}

.page-promotions-deposit-bonus-full-analysis .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1em;
}

.page-promotions-deposit-bonus-full-analysis .btn-primary {
  background-color: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  border: 2px solid #FFD700;
}

.page-promotions-deposit-bonus-full-analysis .btn-primary:hover {
  background-color: #e6c200;
  color: #6a0000;
  transform: translateY(-2px);
}

.page-promotions-deposit-bonus-full-analysis .btn-secondary {
  background-color: #8B0000; /* Dark Red */
  color: #FFD700; /* Gold */
  border: 2px solid #8B0000;
}

.page-promotions-deposit-bonus-full-analysis .btn-secondary:hover {
  background-color: #6a0000;
  color: #e6c200;
  transform: translateY(-2px);
}

.page-promotions-deposit-bonus-full-analysis .btn-link {
  background: none;
  color: #8B0000; /* Dark Red */
  text-decoration: underline;
  padding: 0;
}

.page-promotions-deposit-bonus-full-analysis .btn-link:hover {
  color: #FFD700; /* Gold */
  text-decoration: none;
}

.page-promotions-deposit-bonus-full-analysis section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.page-promotions-deposit-bonus-full-analysis section:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.page-promotions-deposit-deposit-bonus-full-analysis .content-block {
  background-color: #fdfdfd;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-deposit-bonus-full-analysis h2 {
  font-size: 2.5em;
  color: #8B0000; /* Dark Red */
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.page-promotions-deposit-bonus-full-analysis h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold */
  border-radius: 2px;
}

.page-promotions-deposit-bonus-full-analysis h3 {
  font-size: 1.8em;
  color: #FFD700; /* Gold */
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #8B0000;
  padding-left: 15px;
}

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

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

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

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

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

.page-promotions-deposit-bonus-full-analysis .step-item {
  flex: 1;
  min-width: 280px;
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-deposit-bonus-full-analysis .step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-promotions-deposit-bonus-full-analysis .step-item .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
}

.page-promotions-deposit-bonus-full-analysis .step-item h3 {
  color: #8B0000;
  font-size: 1.5em;
  margin-top: 0;
  border-left: none;
  padding-left: 0;
}

.page-promotions-deposit-bonus-full-analysis .faq-item {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid #eee;
}

.page-promotions-deposit-bonus-full-analysis .faq-item h3 {
  color: #8B0000;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
  border-left: none;
  padding-left: 0;
}

.page-promotions-deposit-bonus-full-analysis .floating-promo-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgba(139, 0, 0, 0.9);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  z-index: 1000;
  overflow: hidden;
}

.page-promotions-deposit-bonus-full-analysis .floating-promo-menu .promo-item {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-promotions-deposit-bonus-full-analysis .floating-promo-menu .promo-item:last-child {
  border-bottom: none;
}

.page-promotions-deposit-bonus-full-analysis .floating-promo-menu .promo-item:hover {
  background-color: rgba(255, 215, 0, 0.2);
  color: #fff;
}

.page-promotions-deposit-bonus-full-analysis .floating-promo-menu .promo-item img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  filter: invert(80%) sepia(100%) saturate(500%) hue-rotate(350deg) brightness(100%) contrast(100%); /* Gold tint */
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-promotions-deposit-bonus-full-analysis .hero-section h1 {
    font-size: 2.5em;
  }

  .page-promotions-deposit-bonus-full-analysis .hero-section p {
    font-size: 1.1em;
  }

  .page-promotions-deposit-bonus-full-analysis h2 {
    font-size: 2em;
  }

  .page-promotions-deposit-bonus-full-analysis h3 {
    font-size: 1.4em;
  }

  .page-promotions-deposit-bonus-full-analysis .step-by-step {
    flex-direction: column;
    align-items: center;
  }

  .page-promotions-deposit-bonus-full-analysis .step-item {
    min-width: unset;
    width: 100%;
  }

  .page-promotions-deposit-bonus-full-analysis .floating-promo-menu {
    bottom: 10px;
    right: 10px;
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
  }

  .page-promotions-deposit-bonus-full-analysis .floating-promo-menu .promo-item {
    padding: 8px 12px;
    font-size: 0.9em;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .page-promotions-deposit-bonus-full-analysis .floating-promo-menu .promo-item:last-child {
    border-right: none;
  }

  .page-promotions-deposit-bonus-full-analysis .floating-promo-menu .promo-item img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}

@media (max-width: 480px) {
  .page-promotions-deposit-bonus-full-analysis .hero-section h1 {
    font-size: 2em;
  }

  .page-promotions-deposit-bonus-full-analysis .hero-section p {
    font-size: 1em;
  }

  .page-promotions-deposit-bonus-full-analysis h2 {
    font-size: 1.8em;
  }

  .page-promotions-deposit-bonus-full-analysis .floating-promo-menu {
    flex-direction: column;
  }

  .page-promotions-deposit-bonus-full-analysis .floating-promo-menu .promo-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .page-promotions-deposit-bonus-full-analysis .floating-promo-menu .promo-item:last-child {
    border-bottom: none;
  }
}