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

.page-deposit-withdrawal-guide-deposit-methods__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-deposit-withdrawal-guide-deposit-methods__hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #1A3E8A 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-deposit-withdrawal-guide-deposit-methods__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,geometric,blue_gold_pattern]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-deposit-withdrawal-guide-deposit-methods__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-deposit-withdrawal-guide-deposit-methods__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-deposit-withdrawal-guide-deposit-methods__hero-description a {
  color: #FFD700;
  text-decoration: underline;
}

.page-deposit-withdrawal-guide-deposit-methods__section-title {
  font-size: 2.2em;
  color: #0A2463;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative;
}

.page-deposit-withdrawal-guide-deposit-methods__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-deposit-withdrawal-guide-deposit-methods__content-section {
  padding: 60px 0;
  background-color: #fff;
}

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

.page-deposit-withdrawal-guide-deposit-methods__method-card {
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #0A2463;
}

.page-deposit-withdrawal-guide-deposit-methods__method-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-deposit-withdrawal-guide-deposit-methods__method-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.page-deposit-withdrawal-guide-deposit-methods__method-title {
  font-size: 1.5em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-deposit-withdrawal-guide-deposit-methods__method-description {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 20px;
}

.page-deposit-withdrawal-guide-deposit-methods__method-features {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  text-align: left;
}

.page-deposit-withdrawal-guide-deposit-methods__method-features li {
  margin-bottom: 10px;
  color: #444;
  font-size: 0.9em;
}

.page-deposit-withdrawal-guide-deposit-methods__method-features li i {
  color: #FFD700;
  margin-right: 10px;
}

.page-deposit-withdrawal-guide-deposit-methods__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-deposit-withdrawal-guide-deposit-methods__step-card {
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
}

.page-deposit-withdrawal-guide-deposit-methods__step-number {
  width: 50px;
  height: 50px;
  background-color: #FFD700;
  color: #0A2463;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin: -50px auto 20px;
  border: 4px solid #0A2463;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-deposit-withdrawal-guide-deposit-methods__step-title {
  font-size: 1.4em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-deposit-withdrawal-guide-deposit-methods__step-card p {
  color: #555;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-deposit-withdrawal-guide-deposit-methods__step-card a {
  color: #0A2463;
  text-decoration: underline;
}

.page-deposit-withdrawal-guide-deposit-methods__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-deposit-withdrawal-guide-deposit-methods__bullet-list {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}

.page-deposit-withdrawal-guide-deposit-methods__bullet-list li {
  background-color: #f3f3f3;
  border-left: 5px solid #FFD700;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #333;
  font-size: 1em;
}

.page-deposit-withdrawal-guide-deposit-methods__bullet-list li strong {
  color: #0A2463;
}

.page-deposit-withdrawal-guide-deposit-methods__bullet-list li a {
  color: #0A2463;
  text-decoration: underline;
}

.page-deposit-withdrawal-guide-deposit-methods__why-choose-us {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
  text-align: center;
}

.page-deposit-withdrawal-guide-deposit-methods__why-item {
  background-color: #fdfdfd;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  border-bottom: 3px solid #FFD700;
}

.page-deposit-withdrawal-guide-deposit-methods__why-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.15));
}

.page-deposit-withdrawal-guide-deposit-methods__why-item h4 {
  font-size: 1.3em;
  color: #0A2463;
  margin-bottom: 10px;
}

.page-deposit-withdrawal-guide-deposit-methods__why-item p {
  font-size: 0.9em;
  color: #666;
}

.page-deposit-withdrawal-guide-deposit-methods__faq {
  margin-top: 40px;
}

.page-deposit-withdrawal-guide-deposit-methods__faq-item {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-deposit-withdrawal-guide-deposit-methods__faq-question {
  font-size: 1.2em;
  color: #0A2463;
  padding: 18px 25px;
  cursor: pointer;
  margin: 0;
  background-color: #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-deposit-withdrawal-guide-deposit-methods__faq-question::after {
  content: '+';
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-deposit-withdrawal-guide-deposit-methods__faq-question.active::after {
  transform: rotate(45deg);
}

.page-deposit-withdrawal-guide-deposit-methods__faq-question:hover {
  background-color: #e5e5e5;
}

.page-deposit-withdrawal-guide-deposit-methods__faq-answer {
  padding: 0 25px 18px;
  color: #555;
  font-size: 0.95em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-deposit-withdrawal-guide-deposit-methods__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding: 10px 25px 18px;
}

.page-deposit-withdrawal-guide-deposit-methods__faq-answer a {
  color: #0A2463;
  text-decoration: underline;
}

.page-deposit-withdrawal-guide-deposit-methods__cta-banner {
  background: linear-gradient(90deg, #0A2463, #3A5B9C);
  border-radius: 15px;
  padding: 40px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  flex-wrap: wrap;
}

.page-deposit-withdrawal-guide-deposit-methods__cta-image {
  width: 150px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.page-deposit-withdrawal-guide-deposit-methods__cta-content {
  flex-grow: 1;
}

.page-deposit-withdrawal-guide-deposit-methods__cta-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-deposit-withdrawal-guide-deposit-methods__cta-description {
  font-size: 1.1em;
  margin-bottom: 25px;
}

.page-deposit-withdrawal-guide-deposit-methods__btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.05em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
}

.page-deposit-withdrawal-guide-deposit-methods__btn--primary {
  background-color: #FFD700;
  color: #0A2463;
  border: 2px solid #FFD700;
}

.page-deposit-withdrawal-guide-deposit-methods__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-deposit-withdrawal-guide-deposit-methods__btn--secondary {
  background-color: #0A2463;
  color: #fff;
  border: 2px solid #0A2463;
}

.page-deposit-withdrawal-guide-deposit-methods__btn--secondary:hover {
  background-color: #1A3E8A;
  border-color: #1A3E8A;
  transform: translateY(-3px);
}

.page-deposit-withdrawal-guide-deposit-methods__btn--tertiary {
  background-color: #f0f0f0;
  color: #0A2463;
  border: 1px solid #ddd;
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-deposit-withdrawal-guide-deposit-methods__btn--tertiary:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-deposit-withdrawal-guide-deposit-methods__hero-title {
    font-size: 2.2em;
  }
  .page-deposit-withdrawal-guide-deposit-methods__section-title {
    font-size: 1.8em;
  }
  .page-deposit-withdrawal-guide-deposit-methods__method-grid,
  .page-deposit-withdrawal-guide-deposit-methods__steps-grid,
  .page-deposit-withdrawal-guide-deposit-methods__why-choose-us {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-deposit-withdrawal-guide-deposit-methods__cta-banner {
    flex-direction: column;
    text-align: center;
  }
  .page-deposit-withdrawal-guide-deposit-methods__cta-image {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-deposit-withdrawal-guide-deposit-methods__hero-title {
    font-size: 1.8em;
  }
  .page-deposit-withdrawal-guide-deposit-methods__hero-description {
    font-size: 1em;
  }
  .page-deposit-withdrawal-guide-deposit-methods__section-title {
    font-size: 1.6em;
  }
  .page-deposit-withdrawal-guide-deposit-methods__method-grid,
  .page-deposit-withdrawal-guide-deposit-methods__steps-grid,
  .page-deposit-withdrawal-guide-deposit-methods__why-choose-us {
    grid-template-columns: 1fr;
  }
  .page-deposit-withdrawal-guide-deposit-methods__cta-title {
    font-size: 1.5em;
  }
  .page-deposit-withdrawal-guide-deposit-methods__cta-description {
    font-size: 0.95em;
  }
  .page-deposit-withdrawal-guide-deposit-methods__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-deposit-withdrawal-guide-deposit-methods__faq-answer {
    padding: 0 20px 15px;
  }
}