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

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

.page-resources-hm88-deposit-withdrawal__hero-section {
  background: linear-gradient(135deg, #003366 0%, #004080 100%);
  padding: 100px 0;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-resources-hm88-deposit-withdrawal__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFCC00;
  position: relative;
  z-index: 1;
}

.page-resources-hm88-deposit-withdrawal__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.page-resources-hm88-deposit-withdrawal__content-section {
  padding: 60px 0;
}

.page-resources-hm88-deposit-withdrawal__bg--light {
  background-color: #f0f4f8;
}

.page-resources-hm88-deposit-withdrawal__bg--dark {
  background-color: #003366;
  color: #ffffff;
}

.page-resources-hm88-deposit-withdrawal__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-hm88-deposit-withdrawal__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-hm88-deposit-withdrawal__bg--dark .page-resources-hm88-deposit-withdrawal__section-title {
  color: #FFCC00;
}

.page-resources-hm88-deposit-withdrawal__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #333;
}

.page-resources-hm88-deposit-withdrawal__bg--dark .page-resources-hm88-deposit-withdrawal__text {
  color: #e0e0e0;
}

.page-resources-hm88-deposit-withdrawal__keyword {
  font-weight: bold;
  color: #003366;
}

.page-resources-hm88-deposit-withdrawal__bg--dark .page-resources-hm88-deposit-withdrawal__keyword {
  color: #FFCC00;
}

.page-resources-hm88-deposit-withdrawal__link {
  color: #0056b3;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-hm88-deposit-withdrawal__link:hover {
  text-decoration: underline;
  color: #004080;
}

.page-resources-hm88-deposit-withdrawal__bg--dark .page-resources-hm88-deposit-withdrawal__link {
  color: #FFDD66;
}

.page-resources-hm88-deposit-withdrawal__bg--dark .page-resources-hm88-deposit-withdrawal__link:hover {
  color: #FFF2B3;
}

.page-resources-hm88-deposit-withdrawal__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 10px;
}

.page-resources-hm88-deposit-withdrawal__btn--primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-resources-hm88-deposit-withdrawal__btn--primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
  transform: translateY(-2px);
}

.page-resources-hm88-deposit-withdrawal__btn--secondary {
  background-color: transparent;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-resources-hm88-deposit-withdrawal__btn--secondary:hover {
  background-color: #FFCC00;
  color: #003366;
  transform: translateY(-2px);
}

.page-resources-hm88-deposit-withdrawal__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-hm88-deposit-withdrawal__image--full-width {
  width: 100%;
}

.page-resources-hm88-deposit-withdrawal__image--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-hm88-deposit-withdrawal__step-by-step {
  margin-top: 40px;
}

.page-resources-hm88-deposit-withdrawal__step-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFCC00;
  padding-left: 15px;
}

.page-resources-hm88-deposit-withdrawal__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #444;
}

.page-resources-hm88-deposit-withdrawal__list li {
  margin-bottom: 10px;
}

.page-resources-hm88-deposit-withdrawal__list-heading {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 5px;
}

.page-resources-hm88-deposit-withdrawal__bg--light .page-resources-hm88-deposit-withdrawal__step-title,
.page-resources-hm88-deposit-withdrawal__bg--light .page-resources-hm88-deposit-withdrawal__list-heading {
  color: #003366;
}

.page-resources-hm88-deposit-withdrawal__faq-list {
  margin-top: 30px;
}

.page-resources-hm88-deposit-withdrawal__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-hm88-deposit-withdrawal__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-resources-hm88-deposit-withdrawal__faq-question::after {
  content: '+';
  font-size: 1.5em;
  font-weight: bold;
  color: #FFCC00;
}

.page-resources-hm88-deposit-withdrawal__faq-item.active .page-resources-hm88-deposit-withdrawal__faq-question::after {
  content: '-';
}

.page-resources-hm88-deposit-withdrawal__faq-answer {
  font-size: 1.05em;
  color: #555;
  margin-top: 10px;
  display: none;
}

.page-resources-hm88-deposit-withdrawal__faq-item.active .page-resources-hm88-deposit-withdrawal__faq-answer {
  display: block;
}

.page-resources-hm88-deposit-withdrawal__cta-section {
  text-align: center;
  padding: 80px 0;
}

.page-resources-hm88-deposit-withdrawal__cta-title {
  font-size: 2.8em;
  color: #FFCC00;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-hm88-deposit-withdrawal__cta-text {
  font-size: 1.3em;
  color: #ffffff;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-hm88-deposit-withdrawal__cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-hm88-deposit-withdrawal__hero-title {
    font-size: 2.5em;
  }
  .page-resources-hm88-deposit-withdrawal__hero-subtitle {
    font-size: 1.2em;
  }
  .page-resources-hm88-deposit-withdrawal__section-title {
    font-size: 2em;
  }
  .page-resources-hm88-deposit-withdrawal__list--two-cols {
    column-count: 1;
  }
  .page-resources-hm88-deposit-withdrawal__cta-title {
    font-size: 2.2em;
  }
  .page-resources-hm88-deposit-withdrawal__cta-text {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-hm88-deposit-withdrawal__hero-title {
    font-size: 2em;
  }
  .page-resources-hm88-deposit-withdrawal__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-hm88-deposit-withdrawal__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-hm88-deposit-withdrawal__section-title {
    font-size: 1.8em;
  }
  .page-resources-hm88-deposit-withdrawal__text,
  .page-resources-hm88-deposit-withdrawal__list li,
  .page-resources-hm88-deposit-withdrawal__faq-answer {
    font-size: 1em;
  }
  .page-resources-hm88-deposit-withdrawal__step-title,
  .page-resources-hm88-deposit-withdrawal__faq-question {
    font-size: 1.2em;
  }
  .page-resources-hm88-deposit-withdrawal__cta-title {
    font-size: 1.8em;
  }
  .page-resources-hm88-deposit-withdrawal__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-hm88-deposit-withdrawal__hero-section {
    padding: 60px 0;
  }
  .page-resources-hm88-deposit-withdrawal__hero-title {
    font-size: 1.8em;
  }
  .page-resources-hm88-deposit-withdrawal__section-title {
    font-size: 1.5em;
  }
  .page-resources-hm88-deposit-withdrawal__step-title {
    font-size: 1.1em;
  }
  .page-resources-hm88-deposit-withdrawal__faq-question {
    font-size: 1.1em;
  }
  .page-resources-hm88-deposit-withdrawal__list {
    margin-left: 15px;
  }
  .page-resources-hm88-deposit-withdrawal__cta-title {
    font-size: 1.6em;
  }
  .page-resources-hm88-deposit-withdrawal__cta-text {
    font-size: 0.95em;
  }
}