/* style/deposit-withdrawal-payment-faq.css */
.page-deposit-withdrawal-payment-faq {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-deposit-withdrawal-payment-faq__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-deposit-withdrawal-payment-faq__hero-section {
  background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%); /* Deeper blue for contrast */
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-deposit-withdrawal-payment-faq__hero-section::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background-color: #FFD700;
  border-radius: 50%;
  opacity: 0.1;
  transform: rotate(45deg);
}

.page-deposit-withdrawal-payment-faq__hero-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background-color: #FFD700;
  border-radius: 50%;
  opacity: 0.15;
  transform: rotate(-30deg);
}

.page-deposit-withdrawal-payment-faq__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #FFD700; /* Gold for highlight */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-deposit-withdrawal-payment-faq__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #e0e0e0;
}

.page-deposit-withdrawal-payment-faq__content-area {
  padding: 60px 0;
}

.page-deposit-withdrawal-payment-faq__section {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
  margin-bottom: 40px;
  border-left: 5px solid #007BFF;
}

.page-deposit-withdrawal-payment-faq__section-title {
  font-size: 2.2em;
  color: #007BFF;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
  font-weight: 600;
}

.page-deposit-withdrawal-payment-faq__subsection-title {
  font-size: 1.6em;
  color: #0056b3; /* Darker blue for subheadings */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-deposit-withdrawal-payment-faq__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-deposit-withdrawal-payment-faq__section p {
  margin-bottom: 15px;
  color: #555;
}

.page-deposit-withdrawal-payment-faq__section ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-deposit-withdrawal-payment-faq__section ul li {
  margin-bottom: 10px;
  color: #444;
}

.page-deposit-withdrawal-payment-faq__keyword {
  font-weight: bold;
  color: #007BFF;
}

.page-deposit-withdrawal-payment-faq__faq-item {
  background-color: #f0f8ff;
  border-left: 4px solid #FFD700;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.page-deposit-withdrawal-payment-faq__faq-question {
  font-size: 1.3em;
  color: #0056b3;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-deposit-withdrawal-payment-faq__faq-answer {
  color: #333;
}

.page-deposit-withdrawal-payment-faq__faq-answer ul {
  list-style: circle;
  margin-left: 20px;
  margin-top: 10px;
}

.page-deposit-withdrawal-payment-faq__btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin: 10px 10px 10px 0;
  border: none;
  cursor: pointer;
}

.page-deposit-withdrawal-payment-faq__btn--primary {
  background-color: #FFD700;
  color: #0056b3; /* Darker blue for contrast on gold */
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-deposit-withdrawal-payment-faq__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-deposit-withdrawal-payment-faq__btn--secondary {
  background-color: #007BFF;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}

.page-deposit-withdrawal-payment-faq__btn--secondary:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.6);
}

.page-deposit-withdrawal-payment-faq__btn--tertiary {
  background-color: #f8f9fa;
  color: #007BFF;
  border: 1px solid #007BFF;
}

.page-deposit-withdrawal-payment-faq__btn--tertiary:hover {
  background-color: #007BFF;
  color: #fff;
  transform: translateY(-2px);
}

.page-deposit-withdrawal-payment-faq__cta-block {
  text-align: center;
  margin-top: 40px;
  padding: 30px;
  background-color: #f0f8ff;
  border-radius: 8px;
  border: 1px dashed #007BFF;
}

.page-deposit-withdrawal-payment-faq__cta-block p {
  font-size: 1.2em;
  font-weight: 500;
  color: #0056b3;
  margin-bottom: 20px;
}

.page-deposit-withdrawal-payment-faq__responsible-gaming {
  text-align: center;
  border-left: 5px solid #FFD700;
}

.page-deposit-withdrawal-payment-faq__responsible-gaming p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-deposit-withdrawal-payment-faq__hero-title {
    font-size: 2.5em;
  }

  .page-deposit-withdrawal-payment-faq__hero-description {
    font-size: 1em;
  }

  .page-deposit-withdrawal-payment-faq__section-title {
    font-size: 1.8em;
  }

  .page-deposit-withdrawal-payment-faq__subsection-title {
    font-size: 1.4em;
  }

  .page-deposit-withdrawal-payment-faq__section {
    padding: 25px;
  }

  .page-deposit-withdrawal-payment-faq__btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page-deposit-withdrawal-payment-faq__cta-block .page-deposit-withdrawal-payment-faq__btn {
    display: block;
  }
}

@media (max-width: 480px) {
  .page-deposit-withdrawal-payment-faq__hero-title {
    font-size: 2em;
  }

  .page-deposit-withdrawal-payment-faq__section-title {
    font-size: 1.5em;
  }

  .page-deposit-withdrawal-payment-faq__subsection-title {
    font-size: 1.2em;
  }

  .page-deposit-withdrawal-payment-faq__section {
    padding: 20px;
  }
}