.page-resources-luck8885-deposit-withdrawal-tutorial {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #1A2530; /* Darker background */
  line-height: 1.6;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .hero-section {
  background: linear-gradient(135deg, #FFD700, #2C3E50);
  color: #2C3E50; /* Dark text on bright background */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .hero-section h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #2C3E50; /* Ensure high contrast */
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.page-resources-luck8885-deposit-withdrawal-tutorial .hero-section p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #2C3E50; /* Ensure high contrast */
}

.page-resources-luck8885-deposit-withdrawal-tutorial .content-block {
  padding: 60px 0;
  background-color: #2C3E50; /* Auxiliary color as section background */
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-resources-luck8885-deposit-withdrawal-tutorial .content-block:nth-child(odd) {
  background-color: #1A2530; /* Alternating background for sections */
}

.page-resources-luck8885-deposit-withdrawal-tutorial h2 {
  font-size: 2.5em;
  color: #FFD700; /* Gold for main titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-luck8885-deposit-withdrawal-tutorial h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-luck8885-deposit-withdrawal-tutorial h3 {
  font-size: 1.8em;
  color: #FFD700; /* Gold for sub-titles */
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-resources-luck8885-deposit-withdrawal-tutorial h4 {
  font-size: 1.4em;
  color: #FFD700;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-luck8885-deposit-withdrawal-tutorial p {
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-resources-luck8885-deposit-withdrawal-tutorial ol, .page-resources-luck8885-deposit-withdrawal-tutorial ul {
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-luck8885-deposit-withdrawal-tutorial ol li, .page-resources-luck8885-deposit-withdrawal-tutorial ul li {
  margin-bottom: 10px;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .note {
  font-style: italic;
  color: #FFD700;
  background-color: #3A4B60;
  padding: 15px;
  border-left: 5px solid #FFD700;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 4px;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .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;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .btn-primary {
  background-color: #FFD700; /* Gold button */
  color: #2C3E50; /* Dark text on gold */
}

.page-resources-luck8885-deposit-withdrawal-tutorial .btn-primary:hover {
  background-color: #E6C200;
  transform: translateY(-2px);
}

.page-resources-luck8885-deposit-withdrawal-tutorial .btn-secondary {
  background-color: #2C3E50; /* Dark button */
  color: #FFD700; /* Gold text on dark */
  border: 2px solid #FFD700;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .btn-secondary:hover {
  background-color: #3A4B60;
  color: #FFD700;
  transform: translateY(-2px);
}

.page-resources-luck8885-deposit-withdrawal-tutorial .btn-large {
  padding: 15px 35px;
  font-size: 1.1em;
  margin: 10px;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .method-card {
  background-color: #1A2530;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  border: 1px solid #3A4B60;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .method-card h3 {
  color: #FFD700;
  margin-top: 0;
  border-bottom: 2px solid #3A4B60;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .method-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.page-resources-luck8885-deposit-withdrawal-tutorial .limits-info {
  background-color: #3A4B60;
  padding: 30px;
  border-radius: 8px;
  margin-top: 40px;
  border-left: 5px solid #FFD700;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .limits-info h3 {
  color: #FFD700;
  margin-top: 0;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .limits-info ul {
  list-style: disc;
  margin-left: 20px;
  color: #E0E0E0;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .grid-item {
  background-color: #1A2530;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  border: 1px solid #3A4B60;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .grid-item .icon-image {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-resources-luck8885-deposit-withdrawal-tutorial .grid-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .grid-item p {
  color: #CCCCCC;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .faq-section {
  background-color: #2C3E50;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .faq-item {
  background-color: #1A2530;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  border: 1px solid #3A4B60;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .faq-question {
  display: block;
  width: 100%;
  padding: 20px 25px;
  text-align: left;
  font-size: 1.2em;
  color: #FFD700; /* Gold for FAQ questions */
  background-color: #3A4B60;
  border: none;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease;
  position: relative;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-resources-luck8885-deposit-withdrawal-tutorial .faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  color: #E0E0E0;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .faq-answer.open {
  max-height: 200px; /* Adjust as needed */
  padding: 20px 25px;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .cta-section {
  background-color: #1A2530;
  padding: 80px 0;
  text-align: center;
  border-top: 5px solid #FFD700;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .cta-section h2 {
  color: #FFD700;
  font-size: 3em;
  margin-bottom: 25px;
}

.page-resources-luck8885-deposit-withdrawal-tutorial .cta-section p {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #E0E0E0;
}

@media (max-width: 768px) {
  .page-resources-luck8885-deposit-withdrawal-tutorial .hero-section h1 {
    font-size: 2.5em;
  }
  .page-resources-luck8885-deposit-withdrawal-tutorial h2 {
    font-size: 2em;
  }
  .page-resources-luck8885-deposit-withdrawal-tutorial h3 {
    font-size: 1.5em;
  }
  .page-resources-luck8885-deposit-withdrawal-tutorial .info-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-luck8885-deposit-withdrawal-tutorial .method-card {
    padding: 20px;
  }
  .page-resources-luck8885-deposit-withdrawal-tutorial .limits-info {
    padding: 20px;
  }
  .page-resources-luck8885-deposit-withdrawal-tutorial .btn-large {
    display: block;
    width: fit-content;
    margin: 15px auto;
  }
}

@media (max-width: 480px) {
  .page-resources-luck8885-deposit-withdrawal-tutorial .hero-section {
    padding: 60px 0;
  }
  .page-resources-luck8885-deposit-withdrawal-tutorial .hero-section h1 {
    font-size: 2em;
  }
  .page-resources-luck8885-deposit-withdrawal-tutorial .hero-section p {
    font-size: 1em;
  }
  .page-resources-luck8885-deposit-withdrawal-tutorial h2 {
    font-size: 1.8em;
  }
  .page-resources-luck8885-deposit-withdrawal-tutorial .btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-luck8885-deposit-withdrawal-tutorial .faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-resources-luck8885-deposit-withdrawal-tutorial .faq-question::after {
    right: 20px;
  }
}