/* style/registration-789win-faq.css */
.page-registration-789win-faq {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-registration-789win-faq__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Hero Section */
.page-registration-789win-faq__hero-section {
  background: linear-gradient(135deg, #007bff, #ffc107);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-registration-789win-faq__hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(30deg);
  z-index: 0;
}

.page-registration-789win-faq__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  color: #fff;
}

.page-registration-789win-faq__hero-subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  color: #f0f0f0;
}

/* Buttons */
.page-registration-789win-faq__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  margin: 10px;
  position: relative;
  z-index: 1;
}

.page-registration-789win-faq__btn--primary {
  background-color: #ffc107;
  color: #000;
  border: 2px solid #ffc107;
}

.page-registration-789win-faq__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  color: #fff;
}

.page-registration-789win-faq__btn--secondary {
  background-color: #007bff;
  color: #fff;
  border: 2px solid #007bff;
}

.page-registration-789win-faq__btn--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  color: #fff;
}

.page-registration-789win-faq__btn--outline {
  background-color: transparent;
  color: #007bff;
  border: 2px solid #007bff;
}

.page-registration-789win-faq__btn--outline:hover {
  background-color: #007bff;
  color: #fff;
}

/* FAQ Section */
.page-registration-789win-faq__faq-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-registration-789win-faq__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-registration-789win-faq__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-registration-789win-faq__faq-item {
  background-color: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-registration-789win-faq__faq-question {
  padding: 20px 25px;
  font-size: 1.3em;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e9ecef;
  border-bottom: 1px solid #dee2e6;
  margin: 0;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.page-registration-789win-faq__faq-question:hover {
  background-color: #dee2e6;
}

.page-registration-789win-faq__faq-question::after {
  content: '+';
  font-size: 1.5em;
  color: #007bff;
  transition: transform 0.3s ease;
}

.page-registration-789win-faq__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-registration-789win-faq__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  background-color: #fff;
}

.page-registration-789win-faq__faq-answer.active {
  max-height: 500px; /* Adjust based on max expected content */
  padding: 20px 25px;
}

.page-registration-789win-faq__faq-answer p {
  margin-bottom: 15px;
  color: #555;
}

.page-registration-789win-faq__faq-answer ol, .page-registration-789win-faq__faq-answer ul {
  margin-left: 20px;
  margin-bottom: 15px;
  color: #555;
}

.page-registration-789win-faq__faq-answer li {
  margin-bottom: 5px;
}

.page-registration-789win-faq__faq-answer a {
  color: #007bff;
  text-decoration: none;
}

.page-registration-789win-faq__faq-answer a:hover {
  text-decoration: underline;
}

/* Call to Action Area */
.page-registration-789win-faq__cta-area {
  text-align: center;
  padding: 40px 0;
  margin-top: 40px;
  background-color: #e9f7ff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.1);
}

.page-registration-789win-faq__cta-text {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 30px;
  font-weight: 500;
}

/* Related Content */
.page-registration-789win-faq__related-content {
  padding: 60px 0;
  background-color: #f0f8ff;
}

.page-registration-789win-faq__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-registration-789win-faq__card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-registration-789win-faq__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-registration-789win-faq__card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-registration-789win-faq__card-title {
  font-size: 1.4em;
  color: #007bff;
  margin: 20px 15px 10px;
}

.page-registration-789win-faq__card-text {
  font-size: 0.95em;
  color: #666;
  padding: 0 15px 20px;
}

.page-registration-789win-faq__card-link {
  display: inline-block;
  background-color: #ffc107;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}

.page-registration-789win-faq__card-link:hover {
  background-color: #e0a800;
  color: #fff;
}

/* Highlight text */
.page-registration-789win-faq .highlight {
  color: #007bff;
  font-weight: bold;
}

/* Image Banner */
.page-registration-789win-faq__image-banner {
    padding: 60px 0;
    background-color: #fff;
    text-align: center;
}

.page-registration-789win-faq__banner-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-registration-789win-faq__hero-title {
    font-size: 2.8em;
  }

  .page-registration-789win-faq__section-title {
    font-size: 2em;
  }

  .page-registration-789win-faq__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-registration-789win-faq__faq-answer.active {
    padding: 15px 20px;
  }

  .page-registration-789win-faq__cta-text {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-registration-789win-faq__hero-section {
    padding: 60px 0;
  }

  .page-registration-789win-faq__hero-title {
    font-size: 2.2em;
  }

  .page-registration-789win-faq__hero-subtitle {
    font-size: 1em;
  }

  .page-registration-789win-faq__btn {
    padding: 10px 20px;
    margin: 5px;
  }

  .page-registration-789win-faq__section-title {
    font-size: 1.8em;
  }

  .page-registration-789win-faq__faq-question {
    font-size: 1em;
    padding: 12px 15px;
  }

  .page-registration-789win-faq__faq-answer.active {
    padding: 12px 15px;
  }

  .page-registration-789win-faq__content-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-registration-789win-faq__hero-title {
    font-size: 1.8em;
  }

  .page-registration-789win-faq__hero-subtitle {
    font-size: 0.9em;
  }

  .page-registration-789win-faq__section-title {
    font-size: 1.5em;
  }

  .page-registration-789win-faq__faq-question {
    font-size: 0.9em;
  }

  .page-registration-789win-faq__cta-text {
    font-size: 1em;
  }
}