/* style/resources-safe-deposit-withdrawal-888b.css */
.page-resources-safe-deposit-withdrawal-888b {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Light text on dark body background #1a1a2e */
  background-color: transparent; /* Body background handled by shared.css */
}

.page-resources-safe-deposit-withdrawal-888b__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-safe-deposit-withdrawal-888b__hero-section {
  position: relative;
  padding: 100px 0;
  text-align: center;
  padding-top: var(--header-offset, 120px);
  overflow: hidden;
}

.page-resources-safe-deposit-withdrawal-888b__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.3;
}

.page-resources-safe-deposit-withdrawal-888b__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-safe-deposit-withdrawal-888b__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #f0f0f0;
}

.page-resources-safe-deposit-withdrawal-888b__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-resources-safe-deposit-withdrawal-888b__cta-buttons--center {
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-safe-deposit-withdrawal-888b__btn-primary,
.page-resources-safe-deposit-withdrawal-888b__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
}

.page-resources-safe-deposit-withdrawal-888b__btn-primary {
  background-color: #FFD700;
  color: #1A237E;
  border: 2px solid #FFD700;
}

.page-resources-safe-deposit-withdrawal-888b__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-resources-safe-deposit-withdrawal-888b__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-safe-deposit-withdrawal-888b__btn-secondary:hover {
  background-color: #FFD700;
  color: #1A237E;
}

.page-resources-safe-deposit-withdrawal-888b__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-resources-safe-deposit-withdrawal-888b__sub-section-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #FFD700;
}

.page-resources-safe-deposit-withdrawal-888b__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-safe-deposit-withdrawal-888b__dark-bg {
  background-color: #1A237E;
  color: #ffffff;
  padding: 60px 0;
}

.page-resources-safe-deposit-withdrawal-888b__light-bg {
  background-color: #2a348e; /* Slightly lighter indigo for contrast with main dark background */
  color: #ffffff;
  padding: 60px 0;
}

.page-resources-safe-deposit-withdrawal-888b__content-area {
  padding: 60px 0;
}

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

.page-resources-safe-deposit-withdrawal-888b__feature-card {
  text-align: center;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.08); /* Semi-transparent white on dark background */
}

.page-resources-safe-deposit-withdrawal-888b__feature-icon {
  width: 100%;
  height: auto;
  max-width: 400px;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-safe-deposit-withdrawal-888b__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-safe-deposit-withdrawal-888b__feature-text {
  font-size: 1em;
  color: #f0f0f0;
}

.page-resources-safe-deposit-withdrawal-888b__guide-section {
  padding: 60px 0;
}

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

.page-resources-safe-deposit-withdrawal-888b__step-card {
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.08);
}

.page-resources-safe-deposit-withdrawal-888b__step-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-safe-deposit-withdrawal-888b__step-text {
  font-size: 1em;
  color: #f0f0f0;
}

.page-resources-safe-deposit-withdrawal-888b__step-image {
  width: 100%;
  height: auto;
  max-width: 600px;
  border-radius: 8px;
  margin-top: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-safe-deposit-withdrawal-888b__tips-section {
  padding: 60px 0;
}

.page-resources-safe-deposit-withdrawal-888b__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.page-resources-safe-deposit-withdrawal-888b__tip-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-resources-safe-deposit-withdrawal-888b__tip-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-safe-deposit-withdrawal-888b__tip-text {
  font-size: 0.95em;
  color: #f0f0f0;
}

.page-resources-safe-deposit-withdrawal-888b__tips-image {
  display: block;
  margin: 40px auto 0;
  width: 100%;
  height: auto;
  max-width: 800px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-safe-deposit-withdrawal-888b__promotion-section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-safe-deposit-withdrawal-888b__promotion-steps {
  list-style: none;
  padding: 0;
  margin: 30px auto 40px;
  max-width: 700px;
  text-align: left;
}

.page-resources-safe-deposit-withdrawal-888b__promotion-steps li {
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 1.1em;
  color: #ffffff;
}

.page-resources-safe-deposit-withdrawal-888b__promotion-steps li a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-safe-deposit-withdrawal-888b__promotion-steps li a:hover {
  text-decoration: underline;
}

.page-resources-safe-deposit-withdrawal-888b__step-number {
  background-color: #FFD700;
  color: #1A237E;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}

.page-resources-safe-deposit-withdrawal-888b__faq-section {
  padding: 60px 0;
}

.page-resources-safe-deposit-withdrawal-888b__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-safe-deposit-withdrawal-888b__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-resources-safe-deposit-withdrawal-888b__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFD700;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}

.page-resources-safe-deposit-withdrawal-888b__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-resources-safe-deposit-withdrawal-888b__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-safe-deposit-withdrawal-888b__faq-item.active .page-resources-safe-deposit-withdrawal-888b__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-safe-deposit-withdrawal-888b__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-resources-safe-deposit-withdrawal-888b__faq-item.active .page-resources-safe-deposit-withdrawal-888b__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to accommodate content */
  padding: 15px 25px;
}

.page-resources-safe-deposit-withdrawal-888b__faq-answer p {
  margin-bottom: 15px;
  font-size: 1em;
  color: #f0f0f0;
}

.page-resources-safe-deposit-withdrawal-888b__cta-bottom-section {
  padding: 80px 0;
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-resources-safe-deposit-withdrawal-888b__hero-title {
    font-size: 2.5em;
  }

  .page-resources-safe-deposit-withdrawal-888b__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-safe-deposit-withdrawal-888b__hero-section {
    padding: 80px 0;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-safe-deposit-withdrawal-888b__hero-title {
    font-size: 2em;
  }

  .page-resources-safe-deposit-withdrawal-888b__hero-description {
    font-size: 1em;
  }

  .page-resources-safe-deposit-withdrawal-888b__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-safe-deposit-withdrawal-888b__btn-primary,
  .page-resources-safe-deposit-withdrawal-888b__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin: 0 auto;
  }

  .page-resources-safe-deposit-withdrawal-888b__cta-buttons,
  .page-resources-safe-deposit-withdrawal-888b__button-group,
  .page-resources-safe-deposit-withdrawal-888b__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    overflow: hidden !important;
  }

  .page-resources-safe-deposit-withdrawal-888b__section-title {
    font-size: 1.8em;
  }

  .page-resources-safe-deposit-withdrawal-888b__paragraph,
  .page-resources-safe-deposit-withdrawal-888b__feature-text,
  .page-resources-safe-deposit-withdrawal-888b__step-text,
  .page-resources-safe-deposit-withdrawal-888b__tip-text,
  .page-resources-safe-deposit-withdrawal-888b__promotion-steps li,
  .page-resources-safe-deposit-withdrawal-888b__faq-answer p {
    font-size: 0.95em;
  }

  .page-resources-safe-deposit-withdrawal-888b img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-safe-deposit-withdrawal-888b__section,
  .page-resources-safe-deposit-withdrawal-888b__card,
  .page-resources-safe-deposit-withdrawal-888b__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-resources-safe-deposit-withdrawal-888b__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-resources-safe-deposit-withdrawal-888b__faq-answer {
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-safe-deposit-withdrawal-888b__hero-title {
    font-size: 1.8em;
  }

  .page-resources-safe-deposit-withdrawal-888b__section-title {
    font-size: 1.5em;
  }

  .page-resources-safe-deposit-withdrawal-888b__feature-title,
  .page-resources-safe-deposit-withdrawal-888b__step-title,
  .page-resources-safe-deposit-withdrawal-888b__tip-title {
    font-size: 1.2em;
  }
}