.page-payment-methods-deposit-process {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-payment-methods-deposit-process__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-payment-methods-deposit-process__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 100px 20px 60px; /* Adjusted padding for content */
  padding-top: var(--header-offset, 120px);
  overflow: hidden;
  min-height: 600px;
}

.page-payment-methods-deposit-process__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-payment-methods-deposit-process__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability */
}

.page-payment-methods-deposit-process__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  color: #ffffff;
}

.page-payment-methods-deposit-process__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-payment-methods-deposit-process__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-payment-methods-deposit-process__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-payment-methods-deposit-process__btn-primary,
.page-payment-methods-deposit-process__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  text-align: center;
}

.page-payment-methods-deposit-process__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-payment-methods-deposit-process__btn-primary:hover {
  background-color: #1a8cc7;
  border-color: #1a8cc7;
}

.page-payment-methods-deposit-process__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-payment-methods-deposit-process__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

/* Section Titles and Intros */
.page-payment-methods-deposit-process__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  text-align: center;
  color: #26A9E0;
}

.page-payment-methods-deposit-process__section-title--white {
  color: #ffffff;
}

.page-payment-methods-deposit-process__section-intro {
  font-size: 1.1em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
}

.page-payment-methods-deposit-process__section-intro--white {
  color: #f0f0f0;
}

/* Advantages Section */
.page-payment-methods-deposit-process__advantages-section {
  padding: 80px 0;
}

.page-payment-methods-deposit-process__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-payment-methods-deposit-process__dark-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-payment-methods-deposit-process__advantage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-payment-methods-deposit-process__advantage-item {
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-payment-methods-deposit-process__card {
  background: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
}

.page-payment-methods-deposit-process__card--dark-text {
  color: #333333;
}

.page-payment-methods-deposit-process__advantage-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-payment-methods-deposit-process__advantage-heading {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-payment-methods-deposit-process__advantage-text {
  font-size: 1em;
  line-height: 1.6;
}

/* Steps Section */
.page-payment-methods-deposit-process__steps-section {
  padding: 80px 0;
  background-color: #0a0a0a;
}

.page-payment-methods-deposit-process__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-payment-methods-deposit-process__step-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-payment-methods-deposit-process__step-number {
  font-size: 2.5em;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-payment-methods-deposit-process__step-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-payment-methods-deposit-process__step-text {
  font-size: 0.95em;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-payment-methods-deposit-process__steps-image-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-payment-methods-deposit-process__steps-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Methods Detail Section */
.page-payment-methods-deposit-process__methods-detail-section {
  padding: 80px 0;
}

.page-payment-methods-deposit-process__method-card {
  margin-bottom: 50px;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-payment-methods-deposit-process__method-title {
  font-size: 2em;
  color: #26A9E0;
  margin-bottom: 25px;
  text-align: center;
}

.page-payment-methods-deposit-process__method-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-payment-methods-deposit-process__method-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin-top: 20px;
  line-height: 1.8;
  font-size: 1.05em;
}

.page-payment-methods-deposit-process__method-list li {
  margin-bottom: 10px;
}

.page-payment-methods-deposit-process__note {
  font-style: italic;
  color: #EA7C07;
  margin-top: 20px;
  padding: 15px;
  background-color: #fff3e0;
  border-left: 5px solid #EA7C07;
  border-radius: 5px;
}

/* Tips Section */
.page-payment-methods-deposit-process__tips-section {
  padding: 80px 0;
}

.page-payment-methods-deposit-process__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-payment-methods-deposit-process__tip-item {
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-payment-methods-deposit-process__tip-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-payment-methods-deposit-process__tip-text {
  font-size: 1em;
  line-height: 1.6;
}

.page-payment-methods-deposit-process__customer-support-image-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-payment-methods-deposit-process__customer-support-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.page-payment-methods-deposit-process__faq-section {
  padding: 80px 0;
}

.page-payment-methods-deposit-process__faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-payment-methods-deposit-process__faq-item {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-payment-methods-deposit-process__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background-color: #26A9E0;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.page-payment-methods-deposit-process__faq-question:hover {
  background-color: #1a8cc7;
}

.page-payment-methods-deposit-process__faq-heading {
  margin: 0;
  font-size: 1em;
  color: #ffffff;
}

.page-payment-methods-deposit-process__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-payment-methods-deposit-process__faq-item.active .page-payment-methods-deposit-process__faq-question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.page-payment-methods-deposit-process__faq-item.active .page-payment-methods-deposit-process__faq-toggle {
  transform: rotate(45deg);
}

.page-payment-methods-deposit-process__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  background-color: #f9f9f9;
  color: #333333;
  transition: max-height 0.3s ease, padding 0.3s ease;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.page-payment-methods-deposit-process__faq-item.active .page-payment-methods-deposit-process__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px 25px;
}

.page-payment-methods-deposit-process__faq-answer p {
  margin: 0;
  line-height: 1.6;
}

/* CTA Bottom Section */
.page-payment-methods-deposit-process__cta-bottom-section {
  padding: 80px 0;
  text-align: center;
}

.page-payment-methods-deposit-process__cta-bottom-content {
  max-width: 800px;
}

.page-payment-methods-deposit-process__cta-bottom-title {
  font-size: 2.5em;
  color: #ffffff;
  margin-bottom: 20px;
}

.page-payment-methods-deposit-process__cta-bottom-description {
  font-size: 1.1em;
  line-height: 1.6;
  color: #f0f0f0;
  margin-bottom: 40px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-payment-methods-deposit-process__hero-title {
    font-size: 2.8em;
  }

  .page-payment-methods-deposit-process__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-payment-methods-deposit-process__hero-section {
    padding: 80px 15px 40px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-payment-methods-deposit-process__hero-title {
    font-size: 2.2em;
  }

  .page-payment-methods-deposit-process__hero-description {
    font-size: 1em;
  }

  .page-payment-methods-deposit-process__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-payment-methods-deposit-process__btn-primary,
  .page-payment-methods-deposit-process__btn-secondary {
    width: 100%;
    max-width: 100% !important;
    padding: 12px 25px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-payment-methods-deposit-process__container {
    padding: 0 15px;
  }

  .page-payment-methods-deposit-process__section-title {
    font-size: 1.8em;
  }

  .page-payment-methods-deposit-process__section-intro {
    font-size: 0.95em;
  }

  .page-payment-methods-deposit-process__advantage-grid,
  .page-payment-methods-deposit-process__steps-grid,
  .page-payment-methods-deposit-process__tips-grid {
    grid-template-columns: 1fr;
  }

  .page-payment-methods-deposit-process__advantage-item,
  .page-payment-methods-deposit-process__step-item,
  .page-payment-methods-deposit-process__tip-item,
  .page-payment-methods-deposit-process__method-card,
  .page-payment-methods-deposit-process__faq-item {
    padding: 20px;
  }

  .page-payment-methods-deposit-process__advantage-heading,
  .page-payment-methods-deposit-process__step-title,
  .page-payment-methods-deposit-process__tip-title {
    font-size: 1.3em;
  }

  .page-payment-methods-deposit-process__method-title {
    font-size: 1.6em;
  }

  .page-payment-methods-deposit-process__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-payment-methods-deposit-process__faq-answer {
    padding: 0 20px;
  }

  .page-payment-methods-deposit-process__faq-item.active .page-payment-methods-deposit-process__faq-answer {
    padding: 15px 20px;
  }

  .page-payment-methods-deposit-process__cta-bottom-title {
    font-size: 2em;
  }

  .page-payment-methods-deposit-process img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-payment-methods-deposit-process__section,
  .page-payment-methods-deposit-process__card,
  .page-payment-methods-deposit-process__container,
  .page-payment-methods-deposit-process__hero-section,
  .page-payment-methods-deposit-process__advantages-section,
  .page-payment-methods-deposit-process__steps-section,
  .page-payment-methods-deposit-process__methods-detail-section,
  .page-payment-methods-deposit-process__tips-section,
  .page-payment-methods-deposit-process__faq-section,
  .page-payment-methods-deposit-process__cta-bottom-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-payment-methods-deposit-process__hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .page-payment-methods-deposit-process__hero-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .page-payment-methods-deposit-process__cta-buttons {
    padding-left: 0;
    padding-right: 0;
  }

  .page-payment-methods-deposit-process__faq-item {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .page-payment-methods-deposit-process__hero-title {
    font-size: 1.8em;
  }

  .page-payment-methods-deposit-process__section-title {
    font-size: 1.6em;
  }

  .page-payment-methods-deposit-process__cta-bottom-title {
    font-size: 1.8em;
  }
}