.page-deposit-withdrawal-may88-deposit-methods {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-deposit-withdrawal-may88-deposit-methods .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-deposit-withdrawal-may88-deposit-methods .hero-section {
  background: linear-gradient(135deg, #4A0E6B 0%, #7d1c9e 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 40px;
}

.page-deposit-withdrawal-may88-deposit-methods .hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-deposit-withdrawal-may88-deposit-methods .hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #e0e0e0;
}

.page-deposit-withdrawal-may88-deposit-methods .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  text-align: center;
}

.page-deposit-withdrawal-may88-deposit-methods .btn-primary {
  background-color: #FFD700;
  color: #4A0E6B;
  border: none;
  font-size: 1.1em;
}

.page-deposit-withdrawal-may88-deposit-methods .btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-deposit-withdrawal-may88-deposit-methods .btn-secondary {
  background-color: #4A0E6B;
  color: #FFD700;
  border: 1px solid #FFD700;
  font-size: 0.95em;
}

.page-deposit-withdrawal-may88-deposit-methods .btn-secondary:hover {
  background-color: #3a0b54;
  border-color: #e6c200;
  transform: translateY(-1px);
}

.page-deposit-withdrawal-may88-deposit-methods .section-title {
  font-size: 2.2em;
  color: #4A0E6B;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-deposit-withdrawal-may88-deposit-methods .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-deposit-withdrawal-may88-deposit-methods .section-description {
  text-align: center;
  font-size: 1.1em;
  color: #555;
  margin-bottom: 50px;
}

.page-deposit-withdrawal-may88-deposit-methods .why-choose-section {
  padding: 60px 0;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 40px;
}

.page-deposit-withdrawal-may88-deposit-methods .advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-deposit-withdrawal-may88-deposit-methods .advantage-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-deposit-withdrawal-may88-deposit-methods .advantage-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-deposit-withdrawal-may88-deposit-methods .advantage-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.page-deposit-withdrawal-may88-deposit-methods .advantage-title {
  font-size: 1.4em;
  color: #4A0E6B;
  margin-bottom: 15px;
}

.page-deposit-withdrawal-may88-deposit-methods .advantage-text {
  color: #666;
}

.page-deposit-withdrawal-may88-deposit-methods .methods-section {
  padding: 60px 0;
}

.page-deposit-withdrawal-may88-deposit-methods .method-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-deposit-withdrawal-may88-deposit-methods .method-header {
  background-color: #4A0E6B;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  color: #fff;
}

.page-deposit-withdrawal-may88-deposit-methods .method-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  filter: brightness(0) invert(1) drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

.page-deposit-withdrawal-may88-deposit-methods .method-title {
  font-size: 1.8em;
  margin: 0;
  color: #FFD700;
}

.page-deposit-withdrawal-may88-deposit-methods .method-content {
  padding: 30px;
}

.page-deposit-withdrawal-may88-deposit-methods .sub-title {
  font-size: 1.3em;
  color: #4A0E6B;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-deposit-withdrawal-may88-deposit-methods .method-list, 
.page-deposit-withdrawal-may88-deposit-methods .step-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555;
}

.page-deposit-withdrawal-may88-deposit-methods .step-list {
  list-style-type: decimal;
}

.page-deposit-withdrawal-may88-deposit-methods .method-list li, 
.page-deposit-withdrawal-may88-deposit-methods .step-list li {
  margin-bottom: 8px;
}

.page-deposit-withdrawal-may88-deposit-methods .method-list a,
.page-deposit-withdrawal-may88-deposit-methods .step-list a {
  color: #4A0E6B;
  text-decoration: underline;
}

.page-deposit-withdrawal-may88-deposit-methods .method-list a:hover,
.page-deposit-withdrawal-may88-deposit-methods .step-list a:hover {
  color: #FFD700;
}

.page-deposit-withdrawal-may88-deposit-methods .tips-section {
  background-color: #f9f9f9;
  padding: 60px 0;
  border-radius: 8px;
  margin-bottom: 40px;
}

.page-deposit-withdrawal-may88-deposit-methods .tips-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.page-deposit-withdrawal-may88-deposit-methods .tips-image {
  flex: 1 1 40%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-deposit-withdrawal-may88-deposit-methods .tip-list {
  flex: 1 1 50%;
  list-style-type: none;
  padding: 0;
}

.page-deposit-withdrawal-may88-deposit-methods .tip-list li {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #555;
}

.page-deposit-withdrawal-may88-deposit-methods .highlight {
  color: #4A0E6B;
}

.page-deposit-withdrawal-may88-deposit-methods .faq-section {
  padding: 60px 0;
}

.page-deposit-withdrawal-may88-deposit-methods .faq-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-deposit-withdrawal-may88-deposit-methods .faq-question {
  font-size: 1.3em;
  color: #4A0E6B;
  margin-top: 0;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-deposit-withdrawal-may88-deposit-methods .faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFD700;
  font-weight: bold;
}

.page-deposit-withdrawal-may88-deposit-methods .faq-answer {
  color: #666;
  margin-bottom: 0;
  display: none; /* Hidden by default, toggled by JS */
}

.page-deposit-withdrawal-may88-deposit-methods .faq-item.active .faq-answer {
  display: block;
}

.page-deposit-withdrawal-may88-deposit-methods .faq-item.active .faq-question::after {
  content: '-';
}

.page-deposit-withdrawal-may88-deposit-methods .cta-bottom-section {
  background-color: #4A0E6B;
  color: #fff;
  padding: 60px 0;
  text-align: center;
  border-radius: 8px;
  margin-top: 40px;
}

.page-deposit-withdrawal-may88-deposit-methods .cta-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-deposit-withdrawal-may88-deposit-methods .cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #e0e0e0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-deposit-withdrawal-may88-deposit-methods .hero-title {
    font-size: 2.2em;
  }
  .page-deposit-withdrawal-may88-deposit-methods .section-title {
    font-size: 1.8em;
  }
  .page-deposit-withdrawal-may88-deposit-methods .method-title {
    font-size: 1.5em;
  }
  .page-deposit-withdrawal-may88-deposit-methods .tips-content {
    flex-direction: column;
  }
  .page-deposit-withdrawal-may88-deposit-methods .tips-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-deposit-withdrawal-may88-deposit-methods .hero-section {
    padding: 60px 0;
  }
  .page-deposit-withdrawal-may88-deposit-methods .hero-title {
    font-size: 1.8em;
  }
  .page-deposit-withdrawal-may88-deposit-methods .hero-description {
    font-size: 1em;
  }
  .page-deposit-withdrawal-may88-deposit-methods .section-title {
    font-size: 1.6em;
  }
  .page-deposit-withdrawal-may88-deposit-methods .advantages-grid {
    grid-template-columns: 1fr;
  }
  .page-deposit-withdrawal-may88-deposit-methods .method-header {
    flex-direction: column;
    text-align: center;
  }
  .page-deposit-withdrawal-may88-deposit-methods .method-icon {
    margin: 0 auto 15px auto;
  }
  .page-deposit-withdrawal-may88-deposit-methods .cta-title {
    font-size: 2em;
  }
  .page-deposit-withdrawal-may88-deposit-methods .cta-description {
    font-size: 1em;
  }
}