.page-resources-2king88-deposit-withdrawal {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #1A202C;
}

.page-resources-2king88-deposit-withdrawal .highlight {
  color: #FFD700;
}

.page-resources-2king88-deposit-withdrawal__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1A202C 0%, #3a404c 100%); /* Darker gradient */
  color: #E0E0E0;
  position: relative;
  overflow: hidden;
}

.page-resources-2king88-deposit-withdrawal__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-resources-2king88-deposit-withdrawal__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold title */
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-2king88-deposit-withdrawal__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #B0B0B0;
}

.page-resources-2king88-deposit-withdrawal__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-2king88-deposit-withdrawal__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.page-resources-2king88-deposit-withdrawal__button--primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-resources-2king88-deposit-withdrawal__button--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-2king88-deposit-withdrawal__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-2king88-deposit-withdrawal__button--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-2px);
}

.page-resources-2king88-deposit-withdrawal__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-resources-2king88-deposit-withdrawal__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-resources-2king88-deposit-withdrawal__section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.page-resources-2king88-deposit-withdrawal__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-resources-2king88-deposit-withdrawal__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
  text-align: left;
  line-height: 1.8;
}

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

.page-resources-2king88-deposit-withdrawal__method-card,
.page-resources-2king88-deposit-withdrawal__advantage-card {
  background-color: #2A313C; /* Slightly lighter dark background */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #3A404C;
}

.page-resources-2king88-deposit-withdrawal__method-card:hover,
.page-resources-2king88-deposit-withdrawal__advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-2king88-deposit-withdrawal__method-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: invert(80%) sepia(100%) saturate(700%) hue-rotate(30deg) brightness(100%) contrast(100%); /* Gold tint for icons */
}

.page-resources-2king88-deposit-withdrawal__method-title,
.page-resources-2king88-deposit-withdrawal__advantage-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-2king88-deposit-withdrawal__method-description,
.page-resources-2king88-deposit-withdrawal__advantage-description {
  font-size: 1em;
  color: #B0B0B0;
  margin-bottom: 15px;
  text-align: left;
}

.page-resources-2king88-deposit-withdrawal__method-details {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #E0E0E0;
}

.page-resources-2king88-deposit-withdrawal__method-details li {
  margin-bottom: 8px;
  font-size: 0.95em;
  position: relative;
  padding-left: 20px;
}

.page-resources-2king88-deposit-withdrawal__method-details li::before {
  content: '✔';
  color: #FFD700;
  position: absolute;
  left: 0;
}

.page-resources-2king88-deposit-withdrawal__button--center {
  margin-top: 40px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-2king88-deposit-withdrawal__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-resources-2king88-deposit-withdrawal__step-card {
  background-color: #2A313C;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A404C;
  position: relative;
  padding-top: 60px; /* Space for step number */
}

.page-resources-2king88-deposit-withdrawal__step-number {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #FFD700;
  color: #1A202C;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: bold;
}

.page-resources-2king88-deposit-withdrawal__step-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-2king88-deposit-withdrawal__step-description {
  font-size: 1em;
  color: #B0B0B0;
  margin-bottom: 20px;
}

.page-resources-2king88-deposit-withdrawal__step-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #FFD700;
}

.page-resources-2king88-deposit-withdrawal__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  text-align: left;
}

.page-resources-2king88-deposit-withdrawal__list li {
  background-color: #2A313C;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
  color: #E0E0E0;
  border-left: 5px solid #FFD700;
}

.page-resources-2king88-deposit-withdrawal__list li strong {
  color: #FFD700;
}

.page-resources-2king88-deposit-withdrawal__feature-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 12px;
  margin-top: 40px;
  border: 2px solid #FFD700;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-resources-2king88-deposit-withdrawal__accordion {
  margin-top: 40px;
  text-align: left;
}

.page-resources-2king88-deposit-withdrawal__accordion-item {
  margin-bottom: 15px;
  border: 1px solid #3A404C;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-2king88-deposit-withdrawal__accordion-header {
  background-color: #2A313C;
  color: #FFD700;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  position: relative;
}

.page-resources-2king88-deposit-withdrawal__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.page-resources-2king88-deposit-withdrawal__accordion-header.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-resources-2king88-deposit-withdrawal__accordion-header:hover {
  background-color: #3A404C;
}

.page-resources-2king88-deposit-withdrawal__accordion-content {
  padding: 0 25px;
  background-color: #1A202C;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-resources-2king88-deposit-withdrawal__accordion-content p {
  padding: 15px 0;
  margin: 0;
  color: #B0B0B0;
  font-size: 1em;
}

.page-resources-2king88-deposit-withdrawal__cta-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-2king88-deposit-withdrawal__hero-title {
    font-size: 3em;
  }
  .page-resources-2king88-deposit-withdrawal__hero-image-wrapper {
    width: 60%;
  }
  .page-resources-2king88-deposit-withdrawal__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-2king88-deposit-withdrawal__hero-section {
    padding: 60px 15px;
  }
  .page-resources-2king88-deposit-withdrawal__hero-title {
    font-size: 2.5em;
  }
  .page-resources-2king88-deposit-withdrawal__hero-description {
    font-size: 1em;
  }
  .page-resources-2king88-deposit-withdrawal__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-2king88-deposit-withdrawal__hero-image-wrapper {
    display: none; /* Hide image on smaller screens */
  }
  .page-resources-2king88-deposit-withdrawal__section {
    padding: 40px 15px;
  }
  .page-resources-2king88-deposit-withdrawal__section-title {
    font-size: 1.8em;
  }
  .page-resources-2king88-deposit-withdrawal__text-content {
    font-size: 0.95em;
  }
  .page-resources-2king88-deposit-withdrawal__method-grid,
  .page-resources-2king88-deposit-withdrawal__advantage-grid,
  .page-resources-2king88-deposit-withdrawal__step-by-step {
    grid-template-columns: 1fr;
  }
  .page-resources-2king88-deposit-withdrawal__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-resources-2king88-deposit-withdrawal__accordion-header::after {
    right: 20px;
  }
  .page-resources-2king88-deposit-withdrawal__accordion-content p {
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .page-resources-2king88-deposit-withdrawal__hero-title {
    font-size: 2em;
  }
  .page-resources-2king88-deposit-withdrawal__button {
    width: 100%;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-resources-2king88-deposit-withdrawal__section-title {
    font-size: 1.6em;
  }
  .page-resources-2king88-deposit-withdrawal__method-card,
  .page-resources-2king88-deposit-withdrawal__advantage-card,
  .page-resources-2king88-deposit-withdrawal__step-card {
    padding: 25px;
  }
  .page-resources-2king88-deposit-withdrawal__step-number {
    width: 35px;
    height: 35px;
    font-size: 1.3em;
  }
  .page-resources-2king88-deposit-withdrawal__list li {
    font-size: 1em;
    padding: 15px;
  }
  .page-resources-2king88-deposit-withdrawal__cta-actions {
    flex-direction: column;
    gap: 15px;
  }
}