/* style/faq-789b-deposit-withdrawal-questions.css */

.page-faq-789b-deposit-withdrawal-questions__hero {
  background: linear-gradient(135deg, #0A192F 0%, #1A345A 100%);
  color: #FFFFFF;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-faq-789b-deposit-withdrawal-questions__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern,dark_blue]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-faq-789b-deposit-withdrawal-questions__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.page-faq-789b-deposit-withdrawal-questions__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-faq-789b-deposit-withdrawal-questions__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.page-faq-789b-deposit-withdrawal-questions__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-faq-789b-deposit-withdrawal-questions__button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  white-space: nowrap;
}

.page-faq-789b-deposit-withdrawal-questions__button--primary {
  background-color: #FFD700;
  color: #0A192F;
  border-color: #FFD700;
}

.page-faq-789b-deposit-withdrawal-questions__button--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-faq-789b-deposit-withdrawal-questions__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border-color: #FFD700;
}

.page-faq-789b-deposit-withdrawal-questions__button--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-faq-789b-deposit-withdrawal-questions__section {
  padding: 60px 0;
  background-color: #12243F;
  color: #E0E0E0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-faq-789b-deposit-withdrawal-questions__section:nth-of-type(even) {
  background-color: #0A192F;
}

.page-faq-789b-deposit-withdrawal-questions__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-faq-789b-deposit-withdrawal-questions__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-faq-789b-deposit-withdrawal-questions__overview p,
.page-faq-789b-deposit-withdrawal-questions__conclusion p,
.page-faq-789b-deposit-withdrawal-questions__tips p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.page-faq-789b-deposit-withdrawal-questions__faq-item {
  background-color: #1E314D;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #FFD700;
}

.page-faq-789b-deposit-withdrawal-questions__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-faq-789b-deposit-withdrawal-questions__faq-question::after {
  content: '+';
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-faq-789b-deposit-withdrawal-questions__faq-question.active::after {
  transform: rotate(45deg);
}

.page-faq-789b-deposit-withdrawal-questions__faq-answer {
  font-size: 1.05em;
  line-height: 1.7;
  color: #C0C0C0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding-top: 0;
}

.page-faq-789b-deposit-withdrawal-questions__faq-answer.active {
  max-height: 500px; /* Adjust as needed */
  padding-top: 15px;
}

.page-faq-789b-deposit-withdrawal-questions__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-faq-789b-deposit-withdrawal-questions__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.7;
  color: #C0C0C0;
}

.page-faq-789b-deposit-withdrawal-questions__list li strong {
  color: #FFD700;
}

.page-faq-789b-deposit-withdrawal-questions__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #FFD700;
  font-weight: bold;
  font-size: 1.2em;
}

.page-faq-789b-deposit-withdrawal-questions__link-inline {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-faq-789b-deposit-withdrawal-questions__link-inline:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-faq-789b-deposit-withdrawal-questions__cta-bottom {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-faq-789b-deposit-withdrawal-questions__image-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-faq-789b-deposit-withdrawal-questions__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-faq-789b-deposit-withdrawal-questions__title {
    font-size: 2.5em;
  }

  .page-faq-789b-deposit-withdrawal-questions__subtitle {
    font-size: 1.1em;
  }

  .page-faq-789b-deposit-withdrawal-questions__section-title {
    font-size: 2em;
  }

  .page-faq-789b-deposit-withdrawal-questions__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-faq-789b-deposit-withdrawal-questions__faq-question {
    font-size: 1.2em;
  }

  .page-faq-789b-deposit-withdrawal-questions__faq-answer {
    font-size: 0.95em;
  }

  .page-faq-789b-deposit-withdrawal-questions__list li {
    font-size: 1em;
  }

  .page-faq-789b-deposit-withdrawal-questions__cta-group, 
  .page-faq-789b-deposit-withdrawal-questions__cta-bottom {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-faq-789b-deposit-withdrawal-questions__title {
    font-size: 2em;
  }

  .page-faq-789b-deposit-withdrawal-questions__subtitle {
    font-size: 1em;
  }

  .page-faq-789b-deposit-withdrawal-questions__section-title {
    font-size: 1.8em;
  }

  .page-faq-789b-deposit-withdrawal-questions__button {
    width: 100%;
    padding: 10px 20px;
  }

  .page-faq-789b-deposit-withdrawal-questions__faq-question {
    font-size: 1.1em;
  }
}