/* style/resources-12bet-fast-deposit-withdrawal-guide.css */

/* Base styles for the page content */
.page-resources-12bet-fast-deposit-withdrawal-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #FFFFFF;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Hero Section */
.page-resources-12bet-fast-deposit-withdrawal-guide__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  background-color: #26A9E0;
  padding-bottom: 60px;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CTA Buttons */
.page-resources-12bet-fast-deposit-withdrawal-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__btn-primary {
  background-color: #EA7C07; /* Login color */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__btn-primary:hover {
  background-color: #d16b06;
  transform: translateY(-2px);
}

.page-resources-12bet-fast-deposit-withdrawal-guide__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__btn-secondary:hover {
  background-color: #e0f7fa;
  transform: translateY(-2px);
}

.page-resources-12bet-fast-deposit-withdrawal-guide__button-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

/* Section Titles */
.page-resources-12bet-fast-deposit-withdrawal-guide__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
  color: #26A9E0;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__dark-bg .page-resources-12bet-fast-deposit-withdrawal-guide__section-title {
  color: #FFFFFF;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__text-block {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__dark-bg .page-resources-12bet-fast-deposit-withdrawal-guide__text-block {
  color: #f0f0f0;
}

/* Intro Section */
.page-resources-12bet-fast-deposit-withdrawal-guide__intro-section {
  padding: 80px 0;
  background-color: #f8f9fa;
  color: #333333;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__feature-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
  color: #333333;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__feature-card:hover {
  transform: translateY(-5px);
}

.page-resources-12bet-fast-deposit-withdrawal-guide__feature-icon {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__feature-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__feature-description {
  font-size: 1em;
  color: #555555;
}

/* Guide Sections */
.page-resources-12bet-fast-deposit-withdrawal-guide__guide-section {
  padding: 80px 0;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__guide-step {
  margin-bottom: 60px;
  text-align: center;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__guide-step:last-of-type {
  margin-bottom: 0;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__step-title {
  font-size: 2em;
  color: #26A9E0;
  margin-bottom: 20px;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__dark-bg .page-resources-12bet-fast-deposit-withdrawal-guide__step-title {
  color: #FFFFFF;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__guide-step p {
  font-size: 1.1em;
  margin-bottom: 25px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__guide-step p a {
  color: #EA7C07;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__guide-step p a:hover {
  color: #d16b06;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__guide-image {
  max-width: 80%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  display: block;
  margin: 0 auto;
}

/* Tips Section */
.page-resources-12bet-fast-deposit-withdrawal-guide__tips-section {
  padding: 80px 0;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__tips-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 40px auto 0 auto;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__tips-list li {
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #f0f0f0;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-12bet-fast-deposit-withdrawal-guide__tips-list li strong {
  color: #FFFFFF;
}

/* FAQ Section */
.page-resources-12bet-fast-deposit-withdrawal-guide__faq-section {
  padding: 80px 0;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-12bet-fast-deposit-withdrawal-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #f5f5f5;
  font-size: 1.2em;
  color: #333333;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__faq-question:hover {
  background-color: #ececec;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__faq-item.active .page-resources-12bet-fast-deposit-withdrawal-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-12bet-fast-deposit-withdrawal-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
  font-size: 1.1em;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__faq-item.active .page-resources-12bet-fast-deposit-withdrawal-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 20px;
}

/* Conclusion Section */
.page-resources-12bet-fast-deposit-withdrawal-guide__conclusion-section {
  padding: 80px 0;
  text-align: center;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__conclusion-section .page-resources-12bet-fast-deposit-withdrawal-guide__text-block a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-12bet-fast-deposit-withdrawal-guide__conclusion-section .page-resources-12bet-fast-deposit-withdrawal-guide__text-block a:hover {
  color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-12bet-fast-deposit-withdrawal-guide__hero-title {
    font-size: 2.8em;
  }
  .page-resources-12bet-fast-deposit-withdrawal-guide__section-title {
    font-size: 2em;
  }
  .page-resources-12bet-fast-deposit-withdrawal-guide__guide-image {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .page-resources-12bet-fast-deposit-withdrawal-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-12bet-fast-deposit-withdrawal-guide__hero-section {
    flex-direction: column;
    padding-top: var(--header-offset, 120px) !important;
    min-height: auto;
    padding-bottom: 40px;
  }

  .page-resources-12bet-fast-deposit-withdrawal-guide__hero-title {
    font-size: 2.2em;
  }

  .page-resources-12bet-fast-deposit-withdrawal-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-12bet-fast-deposit-withdrawal-guide__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 5px 0;
  }
  
  .page-resources-12bet-fast-deposit-withdrawal-guide__button-group {
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-12bet-fast-deposit-withdrawal-guide__section-title {
    font-size: 1.8em;
  }

  .page-resources-12bet-fast-deposit-withdrawal-guide__container,
  .page-resources-12bet-fast-deposit-withdrawal-guide__hero-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-12bet-fast-deposit-withdrawal-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-12bet-fast-deposit-withdrawal-guide__feature-card,
  .page-resources-12bet-fast-deposit-withdrawal-guide__guide-step,
  .page-resources-12bet-fast-deposit-withdrawal-guide__tips-list li,
  .page-resources-12bet-fast-deposit-withdrawal-guide__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-12bet-fast-deposit-withdrawal-guide__guide-image {
    max-width: 100% !important;
  }

  .page-resources-12bet-fast-deposit-withdrawal-guide__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-resources-12bet-fast-deposit-withdrawal-guide__faq-answer {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-12bet-fast-deposit-withdrawal-guide__hero-title {
    font-size: 1.8em;
  }
  .page-resources-12bet-fast-deposit-withdrawal-guide__section-title {
    font-size: 1.5em;
  }
  .page-resources-12bet-fast-deposit-withdrawal-guide__step-title {
    font-size: 1.5em;
  }
}