/* style/resources-how-to-register-deposit-69win.css */

/* General Page Styles */
.page-resources-how-to-register-deposit-69win {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-how-to-register-deposit-69win__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-how-to-register-deposit-69win__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-resources-how-to-register-deposit-69win__section:last-of-type {
  border-bottom: none;
}

.page-resources-how-to-register-deposit-69win__section-title,
.page-resources-how-to-register-deposit-69win__sub-section-title {
  color: #007bff; /* Primary color */
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5em;
  font-weight: bold;
}

.page-resources-how-to-register-deposit-69win__sub-section-title {
  font-size: 1.8em;
  margin-top: 50px;
  margin-bottom: 30px;
  color: #0056b3; /* Darker variant for contrast */
}

.page-resources-how-to-register-deposit-69win__hero-section {
  background: linear-gradient(135deg, #007bff, #ffc107);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-register-deposit-69win__hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(45deg);
  z-index: 0;
}

.page-resources-how-to-register-deposit-69win__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  z-index: 1;
}

.page-resources-how-to-register-deposit-69win__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #f0f0f0;
  position: relative;
  z-index: 1;
}

.page-resources-how-to-register-deposit-69win__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
}

.page-resources-how-to-register-deposit-69win__btn--primary {
  background-color: #ffc107; /* Secondary color */
  color: #007bff; /* Primary color for text */
  border: 2px solid #ffc107;
}

.page-resources-how-to-register-deposit-69win__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  color: #0056b3;
  transform: translateY(-3px);
}

.page-resources-how-to-register-deposit-69win__btn--secondary {
  background-color: #007bff; /* Primary color */
  color: #ffc107; /* Secondary color for text */
  border: 2px solid #007bff;
  margin-top: 20px;
}

.page-resources-how-to-register-deposit-69win__btn--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  color: #ffda6a;
  transform: translateY(-3px);
}

.page-resources-how-to-register-deposit-69win__content-wrapper p,
.page-resources-how-to-register-deposit-69win__step-by-step p,
.page-resources-how-to-register-deposit-69win__faq-list p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #495057;
}

.page-resources-how-to-register-deposit-69win__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-how-to-register-deposit-69win__list li {
  margin-bottom: 10px;
  color: #495057;
}

.page-resources-how-to-register-deposit-69win__list--ordered {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-how-to-register-deposit-69win__note {
  font-style: italic;
  color: #6c757d;
  margin-top: 10px;
}

.page-resources-how-to-register-deposit-69win__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-register-deposit-69win__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Why Choose Section */
.page-resources-how-to-register-deposit-69win__section--why-choose .page-resources-how-to-register-deposit-69win__list li strong {
  color: #007bff;
}

/* Registration Guide Section */
.page-resources-how-to-register-deposit-69win__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-register-deposit-69win__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-resources-how-to-register-deposit-69win__step-title {
  color: #ffc107; /* Secondary color */
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-how-to-register-deposit-69win__step-item p {
  color: #555;
}

.page-resources-how-to-register-deposit-69win__image--step {
  margin-top: 20px;
  max-height: 250px;
  object-fit: contain;
}

.page-resources-how-to-register-deposit-69win__cta-block {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #e9f5ff; /* Light primary background */
  border-radius: 10px;
  border: 1px dashed #007bff;
}

.page-resources-how-to-register-deposit-69win__cta-block p {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #0056b3;
}

/* Deposit Guide Section */
.page-resources-how-to-register-deposit-69win__payment-methods {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

.page-resources-how-to-register-deposit-69win__method-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  text-align: center;
  flex: 1 1 280px;
  max-width: 350px;
  transition: transform 0.3s ease;
}

.page-resources-how-to-register-deposit-69win__method-item:hover {
  transform: translateY(-5px);
}

.page-resources-how-to-register-deposit-69win__method-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  object-fit: contain;
}

.page-resources-how-to-register-deposit-69win__method-name {
  color: #007bff;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-resources-how-to-register-deposit-69win__method-item p {
  font-size: 0.95em;
  color: #666;
}

/* FAQ Section */
.page-resources-how-to-register-deposit-69win__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-how-to-register-deposit-69win__faq-item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-register-deposit-69win__faq-question {
  color: #007bff;
  font-size: 1.3em;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-how-to-register-deposit-69win__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #ffc107;
  transition: transform 0.3s ease;
}

.page-resources-how-to-register-deposit-69win__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-how-to-register-deposit-69win__faq-answer {
  display: none;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 15px;
  color: #555;
}

.page-resources-how-to-register-deposit-69win__faq-answer.active {
  display: block;
}

/* Conclusion Section */
.page-resources-how-to-register-deposit-69win__section--conclusion {
  text-align: center;
  background-color: #f0f8ff;
  border-top: 2px solid #007bff;
}

.page-resources-how-to-register-deposit-69win__section--conclusion p {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: #333;
}

.page-resources-how-to-register-deposit-69win__section--conclusion p strong {
  color: #007bff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-how-to-register-deposit-69win__hero-title {
    font-size: 2.5em;
  }

  .page-resources-how-to-register-deposit-69win__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-how-to-register-deposit-69win__section-title {
    font-size: 2em;
  }

  .page-resources-how-to-register-deposit-69win__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-how-to-register-deposit-69win__step-by-step {
    grid-template-columns: 1fr;
  }

  .page-resources-how-to-register-deposit-69win__payment-methods {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-how-to-register-deposit-69win__method-item {
    max-width: 100%;
  }

  .page-resources-how-to-register-deposit-69win__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-register-deposit-69win__hero-title {
    font-size: 2em;
  }

  .page-resources-how-to-register-deposit-69win__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-how-to-register-deposit-69win__section {
    padding: 40px 0;
  }

  .page-resources-how-to-register-deposit-69win__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-how-to-register-deposit-69win__step-item,
  .page-resources-how-to-register-deposit-69win__method-item,
  .page-resources-how-to-register-deposit-69win__faq-item {
    padding: 20px;
  }
}