/* style/resources-fb777-deposit-withdrawal-security.css */

.page-resources-fb777-deposit-withdrawal-security {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #ffffff; /* Explicitly white background */
}

.page-resources-fb777-deposit-withdrawal-security__hero-section {
  position: relative;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff; /* White text for hero section */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 500px; /* Ensure hero section has a minimum height */
  padding-top: var(--header-offset, 120px); /* Apply header offset */
}

.page-resources-fb777-deposit-withdrawal-security__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); /* Dark overlay for text readability */
  z-index: 1;
}

.page-resources-fb777-deposit-withdrawal-security__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-resources-fb777-deposit-withdrawal-security__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-fb777-deposit-withdrawal-security__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-fb777-deposit-withdrawal-security__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-fb777-deposit-withdrawal-security__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-fb777-deposit-withdrawal-security__hero-button {
  display: inline-block;
  background-color: #FCBC45; /* Login color for CTA */
  color: #000000; /* Dark text on bright button */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-resources-fb777-deposit-withdrawal-security__hero-button:hover {
  background-color: #e0a53b;
}

.page-resources-fb777-deposit-withdrawal-security__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-fb777-deposit-withdrawal-security__article-container {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-fb777-deposit-withdrawal-security__section-title {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-fb777-deposit-withdrawal-security__sub-section-title {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-fb777-deposit-withdrawal-security__paragraph {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-resources-fb777-deposit-withdrawal-security__list,
.page-resources-fb777-deposit-withdrawal-security__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-resources-fb777-deposit-withdrawal-security__ordered-list {
  list-style-type: decimal;
}

.page-resources-fb777-deposit-withdrawal-security__list-item {
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

.page-resources-fb777-deposit-withdrawal-security__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-fb777-deposit-withdrawal-security__call-to-action-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-resources-fb777-deposit-withdrawal-security__call-to-action-button:hover {
  background-color: #e0a53b;
}

.page-resources-fb777-deposit-withdrawal-security__link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-fb777-deposit-withdrawal-security__link:hover {
  text-decoration: underline;
}

.page-resources-fb777-deposit-withdrawal-security__faq-item {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f9f9f9;
  border-left: 5px solid #FCBC45;
  border-radius: 5px;
}

.page-resources-fb777-deposit-withdrawal-security__faq-question {
  font-size: 1.2em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-fb777-deposit-withdrawal-security__faq-answer {
  font-size: 1.05em;
  color: #555555;
}

.page-resources-fb777-deposit-withdrawal-security__final-cta {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #000000;
  border-radius: 10px;
  color: #ffffff;
}

.page-resources-fb777-deposit-withdrawal-security__final-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}

.page-resources-fb777-deposit-withdrawal-security__final-button:hover {
  background-color: #e0a53b;
}

.page-resources-fb777-deposit-withdrawal-security__final-link {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.1em;
  margin-top: 10px;
}

.page-resources-fb777-deposit-withdrawal-security__final-link:hover {
  text-decoration: underline;
  color: #FCBC45;
}

.page-resources-fb777-deposit-withdrawal-security__related-resources {
  margin-top: 60px;
  padding: 30px;
  background-color: #f0f0f0;
  border-radius: 10px;
}

.page-resources-fb777-deposit-withdrawal-security__related-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-fb777-deposit-withdrawal-security__related-list {
  list-style: none;
  padding: 0;
  text-align: center;
}

.page-resources-fb777-deposit-withdrawal-security__related-list-item {
  margin-bottom: 10px;
}

.page-resources-fb777-deposit-withdrawal-security__related-list-item a {
  color: #000000;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-fb777-deposit-withdrawal-security__related-list-item a:hover {
  color: #FCBC45;
  text-decoration: underline;
}

.page-resources-fb777-deposit-withdrawal-security__back-to-resources {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  text-align: center;
  width: auto;
}

.page-resources-fb777-deposit-withdrawal-security__back-to-resources:hover {
  background-color: #333333;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-fb777-deposit-withdrawal-security__hero-title {
    font-size: 2em;
  }

  .page-resources-fb777-deposit-withdrawal-security__hero-description {
    font-size: 1em;
  }

  .page-resources-fb777-deposit-withdrawal-security__section-title {
    font-size: 1.8em;
  }

  .page-resources-fb777-deposit-withdrawal-security__sub-section-title {
    font-size: 1.3em;
  }

  .page-resources-fb777-deposit-withdrawal-security__paragraph,
  .page-resources-fb777-deposit-withdrawal-security__list-item,
  .page-resources-fb777-deposit-withdrawal-security__faq-answer {
    font-size: 1em;
  }

  .page-resources-fb777-deposit-withdrawal-security__hero-section {
    padding: 60px 15px;
  }

  .page-resources-fb777-deposit-withdrawal-security__content-area {
    padding: 20px 15px;
  }

  .page-resources-fb777-deposit-withdrawal-security__article-container {
    padding: 20px;
  }

  /* Ensure images do not overflow on mobile */
  .page-resources-fb777-deposit-withdrawal-security__image-content {
    max-width: 100%;
    height: auto;
  }

  .page-resources-fb777-deposit-withdrawal-security__hero-image {
    max-width: 100%;
    height: auto;
  }

  /* Content area must not cause horizontal scrolling */
  .page-resources-fb777-deposit-withdrawal-security {
    overflow-x: hidden;
  }
}