/* style/resources-new88-deposit-withdrawal.css */
.page-resources-new88-deposit-withdrawal {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark gray for readability on light backgrounds */
  background-color: #f8f8f8;
}

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

.page-resources-new88-deposit-withdrawal__hero {
  background: linear-gradient(135deg, #003366, #FFCC00);
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.page-resources-new88-deposit-withdrawal__hero-title {
  font-size: 3.2em;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-new88-deposit-withdrawal__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  opacity: 0.9;
  color: #ffffff;
}

.page-resources-new88-deposit-withdrawal__btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 10px 15px;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-new88-deposit-withdrawal__btn--primary {
  background-color: #FFCC00; /* Wealth Gold */
  color: #003366; /* Betting Blue */
  border: 2px solid #FFCC00;
}

.page-resources-new88-deposit-withdrawal__btn--primary:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

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

.page-resources-new88-deposit-withdrawal__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

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

.page-resources-new88-deposit-withdrawal__section:nth-of-type(odd) {
  background-color: #fefefe;
}

.page-resources-new88-deposit-withdrawal__section-title {
  font-size: 2.5em;
  color: #003366; /* Betting Blue */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-resources-new88-deposit-withdrawal__subsection-title {
  font-size: 1.8em;
  color: #003366; /* Betting Blue */
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 5px solid #FFCC00;
  padding-left: 15px;
}

.page-resources-new88-deposit-withdrawal__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444444;
}

.page-resources-new88-deposit-withdrawal__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-new88-deposit-withdrawal__list li {
  font-size: 1.05em;
  margin-bottom: 10px;
  color: #555555;
}

.page-resources-new88-deposit-withdrawal__list--bullet {
  list-style-type: '• ';
}

.page-resources-new88-deposit-withdrawal__list--checked {
  list-style-type: none;
}

.page-resources-new88-deposit-withdrawal__list--checked li {
  position: relative;
  padding-left: 30px;
}

.page-resources-new88-deposit-withdrawal__list--checked li::before {
  content: '✔';
  color: #008000; /* Green checkmark */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-resources-new88-deposit-withdrawal__numbered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-new88-deposit-withdrawal__numbered-list li {
  font-size: 1.05em;
  margin-bottom: 10px;
  color: #555555;
}

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

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

.page-resources-new88-deposit-withdrawal__highlight {
  color: #FFCC00;
}

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

.page-resources-new88-deposit-withdrawal__grid-item {
  background-color: #f0f7ff; /* Light blue background for grid items */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-new88-deposit-withdrawal__grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-new88-deposit-withdrawal__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-resources-new88-deposit-withdrawal__grid-title {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
}

.page-resources-new88-deposit-withdrawal__grid-item p {
  font-size: 1em;
  color: #555555;
}

.page-resources-new88-deposit-withdrawal__accordion-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-new88-deposit-withdrawal__accordion-header {
  background-color: #003366; /* Betting Blue */
  color: #ffffff;
  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-new88-deposit-withdrawal__accordion-header:hover {
  background-color: #004488;
}

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

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

.page-resources-new88-deposit-withdrawal__accordion-content {
  padding: 0 25px;
  background-color: #fdfdfd;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

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

.page-resources-new88-deposit-withdrawal__cta-content {
  text-align: center;
  padding: 50px 20px;
  background-color: #003366; /* Betting Blue */
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-new88-deposit-withdrawal__cta-content .page-resources-new88-deposit-withdrawal__section-title {
  color: #ffffff;
}

.page-resources-new88-deposit-withdrawal__cta-content .page-resources-new88-deposit-withdrawal__section-title::after {
  background-color: #FFCC00;
}

.page-resources-new88-deposit-withdrawal__cta-content .page-resources-new88-deposit-withdrawal__text-block {
  color: #e0e0e0;
  font-size: 1.2em;
  margin-bottom: 40px;
}

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

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-new88-deposit-withdrawal__hero-title {
    font-size: 2.5em;
  }
  .page-resources-new88-deposit-withdrawal__section-title {
    font-size: 2em;
  }
  .page-resources-new88-deposit-withdrawal__subsection-title {
    font-size: 1.5em;
  }
  .page-resources-new88-deposit-withdrawal__grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-new88-deposit-withdrawal__hero {
    padding: 60px 15px;
  }
  .page-resources-new88-deposit-withdrawal__hero-title {
    font-size: 2em;
  }
  .page-resources-new88-deposit-withdrawal__hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-new88-deposit-withdrawal__btn {
    padding: 12px 25px;
    font-size: 1em;
    margin: 0 5px 10px;
  }
  .page-resources-new88-deposit-withdrawal__section {
    padding: 40px 0;
  }
  .page-resources-new88-deposit-withdrawal__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-new88-deposit-withdrawal__subsection-title {
    font-size: 1.3em;
  }
  .page-resources-new88-deposit-withdrawal__text-block, 
  .page-resources-new88-deposit-withdrawal__list li, 
  .page-resources-new88-deposit-withdrawal__numbered-list li {
    font-size: 1em;
  }
  .page-resources-new88-deposit-withdrawal__grid {
    grid-template-columns: 1fr;
  }
  .page-resources-new88-deposit-withdrawal__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-new88-deposit-withdrawal__cta-content {
    padding: 40px 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-new88-deposit-withdrawal__hero-title {
    font-size: 1.8em;
  }
  .page-resources-new88-deposit-withdrawal__section-title {
    font-size: 1.6em;
  }
  .page-resources-new88-deposit-withdrawal__subsection-title {
    font-size: 1.2em;
  }
  .page-resources-new88-deposit-withdrawal__accordion-header {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-resources-new88-deposit-withdrawal__accordion-header::after {
    right: 15px;
  }
  .page-resources-new88-deposit-withdrawal__accordion-content {
    padding: 0 20px;
  }
  .page-resources-new88-deposit-withdrawal__cta-content .page-resources-new88-deposit-withdrawal__text-block {
    font-size: 1em;
  }
}