.page-resources-j9bet-deposit-withdrawal {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-j9bet-deposit-withdrawal__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-j9bet-deposit-withdrawal__hero {
  background: linear-gradient(135deg, #0D47A1 0%, #2a61c7 100%); /* Dark blue gradient */
  color: #fff;
  padding: 80px 0;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-j9bet-deposit-withdrawal__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD600; /* Auxiliary color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-j9bet-deposit-withdrawal__subtitle {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 30px;
}

.page-resources-j9bet-deposit-withdrawal__button {
  display: inline-block;
  background-color: #FFD600; /* Auxiliary color for buttons */
  color: #0D47A1; /* Primary color for button text */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-j9bet-deposit-withdrawal__button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-j9bet-deposit-withdrawal__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-j9bet-deposit-withdrawal__section-title {
  font-size: 2.2em;
  color: #0D47A1; /* Primary color for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-j9bet-deposit-withdrawal__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD600; /* Auxiliary color for underline */
  border-radius: 2px;
}

.page-resources-j9bet-deposit-withdrawal__text-content {
  font-size: 1.1em;
  margin-bottom: 30px;
  text-align: justify;
  color: #444;
}

.page-resources-j9bet-deposit-withdrawal__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-resources-j9bet-deposit-withdrawal__feature-item {
  background-color: #f2f7ff; /* Lighter shade of primary for background */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-resources-j9bet-deposit-withdrawal__feature-item:hover {
  transform: translateY(-5px);
}

.page-resources-j9bet-deposit-withdrawal__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
}

.page-resources-j9bet-deposit-withdrawal__feature-title {
  font-size: 1.4em;
  color: #0D47A1;
  margin-bottom: 15px;
}

.page-resources-j9bet-deposit-withdrawal__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-resources-j9bet-deposit-withdrawal__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  border: 1px solid #eee;
}

.page-resources-j9bet-deposit-withdrawal__step-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0D47A1;
  color: #FFD600;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  border: 4px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-j9bet-deposit-withdrawal__step-title {
  font-size: 1.5em;
  color: #0D47A1;
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-resources-j9bet-deposit-withdrawal__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-resources-j9bet-deposit-withdrawal__sub-section-title {
  font-size: 1.8em;
  color: #0D47A1;
  margin-top: 60px;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-j9bet-deposit-withdrawal__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.page-resources-j9bet-deposit-withdrawal__list li {
  background-color: #e8f0fe;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  font-size: 1.05em;
  color: #333;
}

.page-resources-j9bet-deposit-withdrawal__list li::before {
  content: '✓';
  color: #FFD600;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
  line-height: 1;
}

.page-resources-j9bet-deposit-withdrawal__link {
  color: #0D47A1;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-j9bet-deposit-withdrawal__link:hover {
  text-decoration: underline;
  color: #0a3a82;
}

.page-resources-j9bet-deposit-withdrawal__cta-box {
  background-color: #0D47A1;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-j9bet-deposit-withdrawal__cta-box p {
  font-size: 1.5em;
  margin-bottom: 25px;
  color: #FFD600;
}

.page-resources-j9bet-deposit-withdrawal__cta-box--final {
  margin-top: 80px;
  background: linear-gradient(90deg, #0D47A1, #1A5FB2);
}

.page-resources-j9bet-deposit-withdrawal__button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-j9bet-deposit-withdrawal__faq .page-resources-j9bet-deposit-withdrawal__accordion {
  margin-top: 30px;
}

.page-resources-j9bet-deposit-withdrawal__accordion-item {
  background-color: #f8f9fa;
  border: 1px solid #eee;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-j9bet-deposit-withdrawal__accordion-header {
  background-color: #0D47A1;
  color: #FFD600;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-resources-j9bet-deposit-withdrawal__accordion-header:hover {
  background-color: #1a5fb2;
}

.page-resources-j9bet-deposit-withdrawal__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-j9bet-deposit-withdrawal__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-j9bet-deposit-withdrawal__accordion-content {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background-color: #fff;
  color: #444;
}

.page-resources-j9bet-deposit-withdrawal__accordion-content p {
  padding: 15px 0;
  margin: 0;
  font-size: 1.05em;
}

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

.page-resources-j9bet-deposit-withdrawal__info-item {
  background-color: #e8f0fe;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-j9bet-deposit-withdrawal__info-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
}

.page-resources-j9bet-deposit-withdrawal__info-title {
  font-size: 1.6em;
  color: #0D47A1;
  margin-bottom: 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-j9bet-deposit-withdrawal__hero {
    padding: 60px 0;
  }

  .page-resources-j9bet-deposit-withdrawal__title {
    font-size: 2em;
  }

  .page-resources-j9bet-deposit-withdrawal__subtitle {
    font-size: 1em;
  }

  .page-resources-j9bet-deposit-withdrawal__section-title {
    font-size: 1.8em;
  }

  .page-resources-j9bet-deposit-withdrawal__steps {
    grid-template-columns: 1fr;
  }

  .page-resources-j9bet-deposit-withdrawal__step-number {
    top: -15px;
    width: 40px;
    height: 40px;
    font-size: 1.5em;
  }

  .page-resources-j9bet-deposit-withdrawal__step-title {
    font-size: 1.3em;
  }

  .page-resources-j9bet-deposit-withdrawal__cta-box p {
    font-size: 1.2em;
  }

  .page-resources-j9bet-deposit-withdrawal__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-j9bet-deposit-withdrawal__accordion-header {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-resources-j9bet-deposit-withdrawal__info-grid {
    grid-template-columns: 1fr;
  }
}