.page-guides-how-to-deposit {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #F8F9FA;
}

.page-guides-how-to-deposit .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-guides-how-to-deposit .hero-section {
  background: linear-gradient(135deg, #0A2463, #3A508C);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-guides-how-to-deposit .hero-content {
  position: relative;
  z-index: 2;
}

.page-guides-how-to-deposit .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFD700;
}

.page-guides-how-to-deposit .hero-title .highlight {
  color: #fff;
}

.page-guides-how-to-deposit .hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-guides-how-to-deposit .hero-description a {
  color: #FFD700;
  text-decoration: underline;
}

.page-guides-how-to-deposit .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-guides-how-to-deposit .btn-primary {
  background-color: #FFD700;
  color: #0A2463;
  margin-right: 15px;
}

.page-guides-how-to-deposit .btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-guides-how-to-deposit .btn-secondary {
  background-color: #0A2463;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-guides-how-to-deposit .btn-secondary:hover {
  background-color: #061a46;
  color: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

.page-guides-how-to-deposit .btn-large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-guides-how-to-deposit .btn-full-width {
  display: block;
  width: fit-content;
  margin: 30px auto 0 auto;
  text-align: center;
  padding: 15px 40px;
}

.page-guides-how-to-deposit .introduction-section,
.page-guides-how-to-deposit .deposit-methods-section,
.page-guides-how-to-deposit .important-notes-section,
.page-guides-how-to-deposit .faq-section,
.page-guides-how-to-deposit .cta-section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-guides-how-to-deposit .introduction-section {
  background-color: #f0f4f8;
}

.page-guides-how-to-deposit .section-title {
  font-size: 2.5em;
  color: #0A2463;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

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

.page-guides-how-to-deposit .section-title a,
.page-guides-how-to-deposit .introduction-section p a {
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
}

.page-guides-how-to-deposit .section-title a:hover,
.page-guides-how-to-deposit .introduction-section p a:hover {
  text-decoration: underline;
  color: #FFD700;
}

.page-guides-how-to-deposit p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-guides-how-to-deposit .method-card {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-guides-how-to-deposit .method-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.page-guides-how-to-deposit .card-icon {
  text-align: center;
  margin-bottom: 20px;
}

.page-guides-how-to-deposit .card-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.page-guides-how-to-deposit .card-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

.page-guides-how-to-deposit .card-title a {
  color: #0A2463;
  text-decoration: none;
}

.page-guides-how-to-deposit .card-title a:hover {
  text-decoration: underline;
}

.page-guides-how-to-deposit .step-title {
  font-size: 1.4em;
  color: #0A2463;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-guides-how-to-deposit ol {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-guides-how-to-deposit ol li {
  font-size: 1.05em;
  margin-bottom: 10px;
  color: #555;
}

.page-guides-how-to-deposit ol li strong {
  color: #0A2463;
}

.page-guides-how-to-deposit ol li a {
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
}

.page-guides-how-to-deposit ol li a:hover {
  text-decoration: underline;
  color: #FFD700;
}

.page-guides-how-to-deposit .note {
  font-style: italic;
  color: #777;
  margin-top: 20px;
  padding: 15px;
  background-color: #e6f7ff;
  border-left: 5px solid #0A2463;
  border-radius: 5px;
}

.page-guides-how-to-deposit .note a {
  color: #0A2463;
  font-weight: bold;
}

.page-guides-how-to-deposit .important-notes-section {
  background-color: #fdfdfd;
}

.page-guides-how-to-deposit .image-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.page-guides-how-to-deposit .image-wrapper .responsive-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-guides-how-to-deposit .checklist {
  list-style: none;
  padding: 0;
}

.page-guides-how-to-deposit .checklist li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-guides-how-to-deposit .checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #FFD700;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
}

.page-guides-how-to-deposit .checklist li a {
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
}

.page-guides-how-to-deposit .checklist li a:hover {
  text-decoration: underline;
  color: #FFD700;
}

.page-guides-how-to-deposit .faq-section {
  background-color: #f0f4f8;
}

.page-guides-how-to-deposit .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.02);
}

.page-guides-how-to-deposit .faq-question {
  font-size: 1.3em;
  color: #0A2463;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-guides-how-to-deposit .faq-question a {
  color: #0A2463;
  text-decoration: none;
}

.page-guides-how-to-deposit .faq-question a:hover {
  text-decoration: underline;
  color: #FFD700;
}

.page-guides-how-to-deposit .faq-answer {
  font-size: 1.05em;
  color: #555;
}

.page-guides-how-to-deposit .faq-answer a {
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
}

.page-guides-how-to-deposit .faq-answer a:hover {
  text-decoration: underline;
  color: #FFD700;
}

.page-guides-how-to-deposit .cta-section {
  background: linear-gradient(135deg, #0A2463, #061a46);
  color: #fff;
  text-align: center;
  padding: 80px 0;
  border-radius: 0 0 8px 8px;
}

.page-guides-how-to-deposit .cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  font-weight: 700;
}

.page-guides-how-to-deposit .cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-guides-how-to-deposit .cta-description a {
  color: #FFD700;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-guides-how-to-deposit .hero-title {
    font-size: 2.8em;
  }
  .page-guides-how-to-deposit .hero-description {
    font-size: 1.1em;
  }
  .page-guides-how-to-deposit .section-title {
    font-size: 2em;
  }
  .page-guides-how-to-deposit .card-title {
    font-size: 1.6em;
  }
  .page-guides-how-to-deposit .btn-large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-guides-how-to-deposit .cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-guides-how-to-deposit .hero-section {
    padding: 70px 0;
  }
  .page-guides-how-to-deposit .hero-title {
    font-size: 2.2em;
  }
  .page-guides-how-to-deposit .hero-description {
    font-size: 1em;
  }
  .page-guides-how-to-deposit .btn {
    display: block;
    margin: 15px auto;
  }
  .page-guides-how-to-deposit .btn-primary {
    margin-right: 0;
  }
  .page-guides-how-to-deposit .section-title {
    font-size: 1.8em;
  }
  .page-guides-how-to-deposit .card-title {
    font-size: 1.4em;
  }
  .page-guides-how-to-deposit p,
  .page-guides-how-to-deposit ol li,
  .page-guides-how-to-deposit .checklist li,
  .page-guides-how-to-deposit .faq-answer {
    font-size: 0.95em;
  }
  .page-guides-how-to-deposit .cta-title {
    font-size: 1.8em;
  }
  .page-guides-how-to-deposit .cta-description {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-guides-how-to-deposit .hero-section {
    padding: 50px 0;
  }
  .page-guides-how-to-deposit .hero-title {
    font-size: 1.8em;
  }
  .page-guides-how-to-deposit .section-title {
    font-size: 1.5em;
  }
  .page-guides-how-to-deposit .card-title {
    font-size: 1.2em;
  }
  .page-guides-how-to-deposit .btn-large {
    font-size: 1em;
    padding: 12px 25px;
  }
  .page-guides-how-to-deposit .cta-title {
    font-size: 1.6em;
  }
  .page-guides-how-to-deposit .cta-description {
    font-size: 0.95em;
  }
  .page-guides-how-to-deposit .method-card,
  .page-guides-how-to-deposit .faq-item {
    padding: 20px;
  }
}