.page-resources-jili178-cash-in-faq {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-resources-jili178-cash-in-faq__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px);
  background-color: #1A202C; /* Auxiliary color for hero background */
  overflow: hidden;
  color: #ffffff;
}

.page-resources-jili178-cash-in-faq__hero-content {
  max-width: 900px;
  z-index: 1;
  margin-bottom: 40px;
}

.page-resources-jili178-cash-in-faq__hero-title {
  font-size: 3.5em;
  font-weight: bold;
  color: #FFD700; /* Primary color for title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-jili178-cash-in-faq__hero-description {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-jili178-cash-in-faq__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-jili178-cash-in-faq__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.2;
}

.page-resources-jili178-cash-in-faq__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-jili178-cash-in-faq__section {
  padding: 60px 20px;
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-resources-jili178-cash-in-faq__dark-bg {
  background-color: #1A202C;
  color: #ffffff;
}

.page-resources-jili178-cash-in-faq__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-jili178-cash-in-faq__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #FFD700;
  text-align: center;
  margin-bottom: 20px;
}

.page-resources-jili178-cash-in-faq__section-description {
  font-size: 1.1em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-jili178-cash-in-faq__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-jili178-cash-in-faq__card {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #ffffff;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-resources-jili178-cash-in-faq__card:hover {
  transform: translateY(-10px);
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-jili178-cash-in-faq__card-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-jili178-cash-in-faq__card-text {
  font-size: 1em;
  line-height: 1.5;
  color: #e0e0e0;
}

.page-resources-jili178-cash-in-faq__methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-jili178-cash-in-faq__method-card {
  background: rgba(255, 255, 255, 0.08);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  transition: transform 0.3s ease;
}

.page-resources-jili178-cash-in-faq__method-card:hover {
  transform: scale(1.05);
}

.page-resources-jili178-cash-in-faq__method-icon {
  width: 100%;
  max-width: 250px; /* Adjust as needed, ensure >= 200px */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-jili178-cash-in-faq__method-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-jili178-cash-in-faq__method-text {
  font-size: 0.95em;
  line-height: 1.5;
  color: #e0e0e0;
}

.page-resources-jili178-cash-in-faq__step-by-step-guide {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}

.page-resources-jili178-cash-in-faq__step-item {
  display: flex;
  align-items: center;
  gap: 30px;
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-jili178-cash-in-faq__step-item:nth-child(even) {
  flex-direction: row-reverse;
}

.page-resources-jili178-cash-in-faq__step-number {
  font-size: 3em;
  font-weight: bold;
  color: #FFD700;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #FFD700;
  border-radius: 50%;
  background-color: #1A202C;
}

.page-resources-jili178-cash-in-faq__step-content {
  flex-grow: 1;
}

.page-resources-jili178-cash-in-faq__step-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-jili178-cash-in-faq__step-text {
  font-size: 1.05em;
  line-height: 1.6;
  color: #e0e0e0;
}

.page-resources-jili178-cash-in-faq__step-image {
  width: 100%;
  max-width: 400px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.page-resources-jili178-cash-in-faq__cta-bottom {
  text-align: center;
  margin-top: 50px;
}

.page-resources-jili178-cash-in-faq__faq-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-resources-jili178-cash-in-faq__faq-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-jili178-cash-in-faq__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: #1A202C;
  transition: background-color 0.3s ease;
}

.page-resources-jili178-cash-in-faq__faq-question:hover {
  background-color: #2a3440;
}

.page-resources-jili178-cash-in-faq__faq-toggle {
  font-size: 1.5em;
  font-weight: normal;
  transition: transform 0.3s ease;
}

.page-resources-jili178-cash-in-faq__faq-item.active .page-resources-jili178-cash-in-faq__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-jili178-cash-in-faq__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #e0e0e0;
  font-size: 1em;
  line-height: 1.6;
}

.page-resources-jili178-cash-in-faq__faq-item.active .page-resources-jili178-cash-in-faq__faq-answer {
  max-height: 1000px !important; /* Sufficiently large */
  padding: 15px 25px;
}

.page-resources-jili178-cash-in-faq__faq-answer p {
  margin-bottom: 0;
}

.page-resources-jili178-cash-in-faq__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-jili178-cash-in-faq__tip-item {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.page-resources-jili178-cash-in-faq__tip-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-jili178-cash-in-faq__tip-item p {
  font-size: 1em;
  line-height: 1.6;
  color: #e0e0e0;
}

.page-resources-jili178-cash-in-faq__conclusion-section {
  text-align: center;
  padding-bottom: 80px;
}

.page-resources-jili178-cash-in-faq__cta-final {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* Buttons */
.page-resources-jili178-cash-in-faq__btn-primary,
.page-resources-jili178-cash-in-faq__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-jili178-cash-in-faq__btn-primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-resources-jili178-cash-in-faq__btn-primary:hover {
  background-color: #e6c200;
  color: #0a0a0a;
}

.page-resources-jili178-cash-in-faq__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-jili178-cash-in-faq__btn-secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
}

/* Image and Video Responsiveness */
.page-resources-jili178-cash-in-faq img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Content area images CSS dimensions must not be smaller than 200px */
.page-resources-jili178-cash-in-faq__method-icon,
.page-resources-jili178-cash-in-faq__step-image {
  min-width: 200px;
  min-height: 200px;
}

/* Media Queries */
@media (max-width: 1024px) {
  .page-resources-jili178-cash-in-faq__hero-title {
    font-size: 3em;
  }
  .page-resources-jili178-cash-in-faq__section-title {
    font-size: 2em;
  }
  .page-resources-jili178-cash-in-faq__step-item {
    flex-direction: column;
  }
  .page-resources-jili178-cash-in-faq__step-item:nth-child(even) {
    flex-direction: column;
  }
  .page-resources-jili178-cash-in-faq__step-image {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-resources-jili178-cash-in-faq {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-jili178-cash-in-faq__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Mobile header offset */
  }
  .page-resources-jili178-cash-in-faq__hero-title {
    font-size: 2.2em;
  }
  .page-resources-jili178-cash-in-faq__hero-description {
    font-size: 1em;
  }
  .page-resources-jili178-cash-in-faq__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-jili178-cash-in-faq__btn-primary,
  .page-resources-jili178-cash-in-faq__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-resources-jili178-cash-in-faq__section {
    padding: 40px 15px;
  }
  .page-resources-jili178-cash-in-faq__section-title {
    font-size: 1.8em;
  }
  .page-resources-jili178-cash-in-faq__section-description {
    font-size: 0.95em;
  }
  .page-resources-jili178-cash-in-faq__content-grid,
  .page-resources-jili178-cash-in-faq__methods-grid,
  .page-resources-jili178-cash-in-faq__tips-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-jili178-cash-in-faq__card,
  .page-resources-jili178-cash-in-faq__method-card,
  .page-resources-jili178-cash-in-faq__tip-item {
    padding: 20px;
  }
  .page-resources-jili178-cash-in-faq__card-title,
  .page-resources-jili178-cash-in-faq__method-title,
  .page-resources-jili178-cash-in-faq__tip-title {
    font-size: 1.3em;
  }
  .page-resources-jili178-cash-in-faq__step-item {
    padding: 20px;
    gap: 20px;
  }
  .page-resources-jili178-cash-in-faq__step-number {
    font-size: 2.5em;
    width: 60px;
    height: 60px;
  }
  .page-resources-jili178-cash-in-faq__step-title {
    font-size: 1.5em;
  }
  .page-resources-jili178-cash-in-faq__step-image {
    height: 250px;
  }
  .page-resources-jili178-cash-in-faq__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-resources-jili178-cash-in-faq__faq-answer {
    padding: 10px 20px;
  }
  
  /* Image responsiveness for mobile */
  .page-resources-jili178-cash-in-faq img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-jili178-cash-in-faq__section,
  .page-resources-jili178-cash-in-faq__card,
  .page-resources-jili178-cash-in-faq__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-resources-jili178-cash-in-faq__hero-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-jili178-cash-in-faq__cta-buttons,
  .page-resources-jili178-cash-in-faq__button-group,
  .page-resources-jili178-cash-in-faq__btn-container,
  .page-resources-jili178-cash-in-faq__cta-final {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-resources-jili178-cash-in-faq__cta-final {
    flex-direction: column;
  }
}