/* style/resources-188bet-withdrawal-steps.css */
.page-resources-188bet-withdrawal-steps {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: var(--secondary-color, #FFFFFF); /* Body background from shared.css */
}

.page-resources-188bet-withdrawal-steps__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-188bet-withdrawal-steps__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-188bet-withdrawal-steps__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

/* Hero Section */
.page-resources-188bet-withdrawal-steps__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  min-height: 500px;
  overflow: hidden;
}

.page-resources-188bet-withdrawal-steps__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-resources-188bet-withdrawal-steps__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-188bet-withdrawal-steps__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-188bet-withdrawal-steps__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-resources-188bet-withdrawal-steps__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

/* Introduction Section */
.page-resources-188bet-withdrawal-steps__introduction-section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-188bet-withdrawal-steps__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #26A9E0;
}

.page-resources-188bet-withdrawal-steps__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
}

/* Video Section */
.page-resources-188bet-withdrawal-steps__video-section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-188bet-withdrawal-steps__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto 30px;
  background-color: #000;
}

.page-resources-188bet-withdrawal-steps__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
}

.page-resources-188bet-withdrawal-steps__video-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-188bet-withdrawal-steps__video-cta {
  margin-top: 20px;
}

/* Main Content Area */
.page-resources-188bet-withdrawal-steps__content-area {
  padding: 60px 0;
}

.page-resources-188bet-withdrawal-steps__heading {
  font-size: 2em;
  margin-bottom: 25px;
  color: #26A9E0;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
}

.page-resources-188bet-withdrawal-steps__sub-heading {
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000000;
}

.page-resources-188bet-withdrawal-steps__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-resources-188bet-withdrawal-steps__ordered-list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-resources-188bet-withdrawal-steps__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-188bet-withdrawal-steps__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.page-resources-188bet-withdrawal-steps__faq-list {
  margin-top: 40px;
}

.page-resources-188bet-withdrawal-steps__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-188bet-withdrawal-steps__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #26A9E0;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
}

.page-resources-188bet-withdrawal-steps__faq-question h3 {
  margin: 0;
  color: #ffffff;
}

.page-resources-188bet-withdrawal-steps__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-188bet-withdrawal-steps__faq-item.active .page-resources-188bet-withdrawal-steps__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-188bet-withdrawal-steps__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: #ffffff;
  color: #333333;
}

.page-resources-188bet-withdrawal-steps__faq-item.active .page-resources-188bet-withdrawal-steps__faq-answer {
  max-height: 1000px !important; /* Ensure it expands sufficiently */
  padding: 15px 20px;
}

/* Conclusion Section */
.page-resources-188bet-withdrawal-steps__conclusion-section {
  padding: 60px 0;
  text-align: center;
}

/* Buttons */
.page-resources-188bet-withdrawal-steps__btn-primary {
  display: inline-block;
  background-color: #EA7C07;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-188bet-withdrawal-steps__btn-primary:hover {
  background-color: #d16b06;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-188bet-withdrawal-steps__hero-title {
    font-size: 2.8em;
  }
  .page-resources-188bet-withdrawal-steps__section-title {
    font-size: 2.2em;
  }
}

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

  .page-resources-188bet-withdrawal-steps__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-188bet-withdrawal-steps__hero-title {
    font-size: 2em;
  }

  .page-resources-188bet-withdrawal-steps__hero-description {
    font-size: 1em;
  }

  .page-resources-188bet-withdrawal-steps__section-title {
    font-size: 1.8em;
  }

  .page-resources-188bet-withdrawal-steps__heading {
    font-size: 1.6em;
  }

  .page-resources-188bet-withdrawal-steps__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-188bet-withdrawal-steps__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Image responsiveness */
  .page-resources-188bet-withdrawal-steps img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-188bet-withdrawal-steps__image-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Video responsiveness */
  .page-resources-188bet-withdrawal-steps video,
  .page-resources-188bet-withdrawal-steps__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-188bet-withdrawal-steps__video-section,
  .page-resources-188bet-withdrawal-steps__video-container,
  .page-resources-188bet-withdrawal-steps__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Button responsiveness */
  .page-resources-188bet-withdrawal-steps__btn-primary,
  .page-resources-188bet-withdrawal-steps a[class*="button"],
  .page-resources-188bet-withdrawal-steps a[class*="btn"] {
    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;
  }

  .page-resources-188bet-withdrawal-steps__cta-buttons,
  .page-resources-188bet-withdrawal-steps__button-group,
  .page-resources-188bet-withdrawal-steps__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
}