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

.page-resources-f168-deposit-withdrawal .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-f168-deposit-withdrawal .hero-section {
  background: linear-gradient(135deg, #1A2E47 0%, #3a5c8e 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-f168-deposit-withdrawal .hero-section h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-f168-deposit-withdrawal .hero-section p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.8;
}

.page-resources-f168-deposit-withdrawal .cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2E47;
  padding: 15px 35px;
  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-f168-deposit-withdrawal .cta-button:hover {
  background-color: #e5c100;
  transform: translateY(-3px);
}

.page-resources-f168-deposit-withdrawal .cta-button.secondary {
  background-color: #1A2E47;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-f168-deposit-withdrawal .cta-button.secondary:hover {
  background-color: #0d1e33;
  color: #fff;
  border-color: #fff;
}

.page-resources-f168-deposit-withdrawal .content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-f168-deposit-withdrawal .content-section h2,
.page-resources-f168-deposit-withdrawal .guide-section h2,
.page-resources-f168-deposit-withdrawal .faq-section h2 {
  font-size: 2.5em;
  color: #1A2E47;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-f168-deposit-withdrawal .content-section h2::after,
.page-resources-f168-deposit-withdrawal .guide-section h2::after,
.page-resources-f168-deposit-withdrawal .faq-section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-f168-deposit-withdrawal .intro-text {
  text-align: center;
  margin-bottom: 50px;
}

.page-resources-f168-deposit-withdrawal .intro-text h2 {
  font-size: 2.2em;
  margin-bottom: 20px;
}

.page-resources-f168-deposit-withdrawal .intro-text p {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px;
}

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

.page-resources-f168-deposit-withdrawal .feature-item {
  background-color: #f0f4f7;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-resources-f168-deposit-withdrawal .feature-item:hover {
  transform: translateY(-10px);
}

.page-resources-f168-deposit-withdrawal .feature-item h3 {
  color: #1A2E47;
  font-size: 1.4em;
  margin-bottom: 15px;
}

.page-resources-f168-deposit-withdrawal .feature-item p {
  color: #555;
}

.page-resources-f168-deposit-withdrawal .content-image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 50px auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-f168-deposit-withdrawal .guide-section {
  padding: 60px 0;
}

.page-resources-f168-deposit-withdrawal .deposit-guide {
  background-color: #f0f4f7;
}

.page-resources-f168-deposit-withdrawal .withdrawal-guide {
  background-color: #fff;
}

.page-resources-f168-deposit-withdrawal .guide-section h3 {
  font-size: 1.8em;
  color: #1A2E47;
  margin-top: 40px;
  margin-bottom: 25px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-f168-deposit-withdrawal .guide-section p {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-f168-deposit-withdrawal .method-list,
.page-resources-f168-deposit-withdrawal .note-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-f168-deposit-withdrawal .method-list li,
.page-resources-f168-deposit-withdrawal .note-list li {
  background-color: #e9eff4;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  color: #333;
  font-size: 1.05em;
  border-left: 4px solid #1A2E47;
}

.page-resources-f168-deposit-withdrawal .method-list li strong {
  color: #1A2E47;
}

.page-resources-f168-deposit-withdrawal .step-list {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 40px;
}

.page-resources-f168-deposit-withdrawal .step-list li {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333;
}

.page-resources-f168-deposit-withdrawal .step-list li strong {
  color: #1A2E47;
}

.page-resources-f168-deposit-withdrawal .step-list li p {
  font-size: 1em;
  margin-top: 5px;
  color: #555;
}

.page-resources-f168-deposit-withdrawal .step-list li a {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-f168-deposit-withdrawal .step-list li a:hover {
  color: #e5c100;
}

.page-resources-f168-deposit-withdrawal .content-image-right {
  float: right;
  margin: 0 0 30px 30px;
  max-width: 40%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-f168-deposit-withdrawal .content-image-left {
  float: left;
  margin: 0 30px 30px 0;
  max-width: 40%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-f168-deposit-withdrawal .faq-section {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.page-resources-f168-deposit-withdrawal .faq-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
}

.page-resources-f168-deposit-withdrawal .faq-item h3 {
  color: #1A2E47;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-resources-f168-deposit-withdrawal .faq-item p {
  color: #555;
  font-size: 1.05em;
}

.page-resources-f168-deposit-withdrawal .cta-banner {
  background: #1A2E47;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-f168-deposit-withdrawal .cta-banner h2 {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 25px;
}

.page-resources-f168-deposit-withdrawal .cta-banner p {
  font-size: 1.3em;
  max-width: 900px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-f168-deposit-withdrawal .hero-section h1 {
    font-size: 2.5em;
  }
  .page-resources-f168-deposit-withdrawal .content-section h2,
  .page-resources-f168-deposit-withdrawal .guide-section h2,
  .page-resources-f168-deposit-withdrawal .faq-section h2 {
    font-size: 2em;
  }
  .page-resources-f168-deposit-withdrawal .guide-section h3 {
    font-size: 1.5em;
  }
  .page-resources-f168-deposit-withdrawal .content-image-right,
  .page-resources-f168-deposit-withdrawal .content-image-left {
    float: none;
    margin: 30px auto;
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .page-resources-f168-deposit-withdrawal .hero-section {
    padding: 80px 0;
  }
  .page-resources-f168-deposit-withdrawal .hero-section h1 {
    font-size: 2em;
  }
  .page-resources-f168-deposit-withdrawal .hero-section p {
    font-size: 1em;
  }
  .page-resources-f168-deposit-withdrawal .cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-f168-deposit-withdrawal .content-section h2,
  .page-resources-f168-deposit-withdrawal .guide-section h2,
  .page-resources-f168-deposit-withdrawal .faq-section h2 {
    font-size: 1.8em;
  }
  .page-resources-f168-deposit-withdrawal .cta-banner h2 {
    font-size: 2.2em;
  }
  .page-resources-f168-deposit-withdrawal .cta-banner p {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-f168-deposit-withdrawal .hero-section h1 {
    font-size: 1.8em;
  }
  .page-resources-f168-deposit-withdrawal .content-section h2,
  .page-resources-f168-deposit-withdrawal .guide-section h2,
  .page-resources-f168-deposit-withdrawal .faq-section h2 {
    font-size: 1.5em;
  }
  .page-resources-f168-deposit-withdrawal .guide-section h3 {
    font-size: 1.3em;
  }
  .page-resources-f168-deposit-withdrawal .features-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-f168-deposit-withdrawal .content-image-right,
  .page-resources-f168-deposit-withdrawal .content-image-left {
    max-width: 100%;
  }
  .page-resources-f168-deposit-withdrawal .cta-banner h2 {
    font-size: 1.8em;
  }
  .page-resources-f168-deposit-withdrawal .cta-banner p {
    font-size: 1em;
  }
}