/* style/index-new88-registration-process-detailed.css */
.page-index-new88-registration-process-detailed {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-index-new88-registration-process-detailed .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-new88-registration-process-detailed .hero-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%); /* Gold to Dark Blue */
  padding: 60px 20px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-index-new88-registration-process-detailed .hero-content {
  max-width: 900px;
  z-index: 2;
}

.page-index-new88-registration-process-detailed .hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.page-index-new88-registration-process-detailed .hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-index-new88-registration-process-detailed .hero-image-wrapper {
  margin-top: 40px;
  width: 100%;
  max-width: 1000px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.page-index-new88-registration-process-detailed .hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-index-new88-registration-process-detailed .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--primary-color);
  color: #000000; /* Dark text on gold button for contrast */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-index-new88-registration-process-detailed .cta-button:hover {
  background: #FFC107; /* Slightly darker gold on hover */
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-index-new88-registration-process-detailed .primary-button {
  background: var(--primary-color);
  color: #000000;
}

.page-index-new88-registration-process-detailed .secondary-button {
  background: var(--secondary-color);
  color: #ffffff;
}

.page-index-new88-registration-process-detailed .secondary-button:hover {
  background: #000066; /* Slightly lighter dark blue on hover */
  color: #ffffff;
}

.page-index-new88-registration-process-detailed .large-cta {
  padding: 18px 50px;
  font-size: 1.3em;
}

.page-index-new88-registration-process-detailed .section-introduction, 
.page-index-new88-registration-process-detailed .section-registration-guide, 
.page-index-new88-registration-process-detailed .section-important-notes, 
.page-index-new88-registration-process-detailed .section-benefits, 
.page-index-new88-registration-process-detailed .section-faq, 
.page-index-new88-registration-process-detailed .section-conclusion {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}

.page-index-new88-registration-process-detailed .section-introduction {
  background-color: #ffffff;
}

.page-index-new88-registration-process-detailed .section-registration-guide {
  background-color: #f2f2f2;
}

.page-index-new88-registration-process-detailed .section-important-notes {
  background-color: #ffffff;
}

.page-index-new88-registration-process-detailed .section-benefits {
  background-color: #f2f2f2;
}

.page-index-new88-registration-process-detailed .section-faq {
  background-color: #ffffff;
}

.page-index-new88-registration-process-detailed .section-conclusion {
  background-color: var(--secondary-color);
  color: #ffffff;
  text-align: center;
  border-bottom: none;
}

.page-index-new88-registration-process-detailed .section-conclusion .section-title {
  color: #ffffff;
}

.page-index-new88-registration-process-detailed .section-title {
  font-size: 2.5em;
  color: var(--secondary-color); /* Dark blue for main titles */
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

.page-index-new88-registration-process-detailed .subsection-title {
  font-size: 1.8em;
  color: var(--primary-color); /* Gold for sub-titles */
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-new88-registration-process-detailed p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #555555;
}

.page-index-new88-registration-process-detailed .section-conclusion p {
  color: #e0e0e0;
}

.page-index-new88-registration-process-detailed ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #555555;
}

.page-index-new88-registration-process-detailed ul li {
  margin-bottom: 10px;
}

/* Step-by-step guide specific styles */
.page-index-new88-registration-process-detailed .step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-index-new88-registration-process-detailed .step-title {
  font-size: 2em;
  color: var(--secondary-color);
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-new88-registration-process-detailed .image-placeholder {
  margin: 30px 0;
  width: 100%;
  max-width: 800px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-index-new88-registration-process-detailed .step-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Benefits section */
.page-index-new88-registration-process-detailed .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-new88-registration-process-detailed .benefit-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-new88-registration-process-detailed .benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-index-new88-registration-process-detailed .benefit-icon {
  width: 120px; /* Increased size for content image, not icon */
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 50%; /* Make it round if desired */
  background-color: #f0f0f0; /* Light background for the image area */
  padding: 15px;
}

.page-index-new88-registration-process-detailed .benefit-title {
  font-size: 1.5em;
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-new88-registration-process-detailed .benefit-card p {
  font-size: 1em;
  color: #666666;
}

/* FAQ Section */
.page-index-new88-registration-process-detailed .faq-list {
  margin-top: 30px;
}

.page-index-new88-registration-process-detailed .faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.page-index-new88-registration-process-detailed .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-index-new88-registration-process-detailed .faq-question:hover {
  background: #f5f5f5;
}

.page-index-new88-registration-process-detailed .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: var(--secondary-color);
  font-weight: bold;
}

.page-index-new88-registration-process-detailed .faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--primary-color);
  transition: transform 0.3s ease;
  line-height: 1;
}

.page-index-new88-registration-process-detailed .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  color: #555555;
}

.page-index-new88-registration-process-detailed .faq-answer p {
  padding: 15px 0;
  margin: 0;
  font-size: 1.05em;
}

.page-index-new88-registration-process-detailed .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed to fit content */
  padding: 15px 25px;
}

.page-index-new88-registration-process-detailed .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--secondary-color);
}

/* Floating buttons */
.page-index-new88-registration-process-detailed .floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.page-index-new88-registration-process-detailed .floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  padding: 12px 15px;
  border-radius: 30px;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.page-index-new88-registration-process-detailed .register-btn {
  background: var(--primary-color);
  color: #000000;
}

.page-index-new88-registration-process-detailed .register-btn:hover {
  background: #FFC107;
  transform: translateY(-3px);
}

.page-index-new88-registration-process-detailed .login-btn {
  background: var(--secondary-color);
  color: #ffffff;
}

.page-index-new88-registration-process-detailed .login-btn:hover {
  background: #000066;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-new88-registration-process-detailed .hero-title {
    font-size: 2.5em;
  }
  .page-index-new88-registration-process-detailed .hero-description {
    font-size: 1.1em;
  }
  .page-index-new88-registration-process-detailed .section-title {
    font-size: 2em;
  }
  .page-index-new88-registration-process-detailed .subsection-title {
    font-size: 1.6em;
  }
  .page-index-new88-registration-process-detailed .step-title {
    font-size: 1.8em;
  }
  .page-index-new88-registration-process-detailed .benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-new88-registration-process-detailed .hero-banner {
    padding: 40px 15px;
  }
  .page-index-new88-registration-process-detailed .hero-title {
    font-size: 2em;
  }
  .page-index-new88-registration-process-detailed .hero-description {
    font-size: 1em;
  }
  .page-index-new88-registration-process-detailed .cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-new88-registration-process-detailed .large-cta {
    padding: 15px 35px;
    font-size: 1.1em;
  }
  .page-index-new88-registration-process-detailed .section-introduction, 
  .page-index-new88-registration-process-detailed .section-registration-guide, 
  .page-index-new88-registration-process-detailed .section-important-notes, 
  .page-index-new88-registration-process-detailed .section-benefits, 
  .page-index-new88-registration-process-detailed .section-faq, 
  .page-index-new88-registration-process-detailed .section-conclusion {
    padding: 40px 0;
  }
  .page-index-new88-registration-process-detailed .section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-index-new88-registration-process-detailed .subsection-title {
    font-size: 1.4em;
  }
  .page-index-new88-registration-process-detailed .step-title {
    font-size: 1.6em;
  }
  .page-index-new88-registration-process-detailed p, 
  .page-index-new88-registration-process-detailed ul li {
    font-size: 1em;
  }
  .page-index-new88-registration-process-detailed .faq-question h3 {
    font-size: 1.1em;
  }
  .page-index-new88-registration-process-detailed .faq-toggle {
    font-size: 1.5em;
  }
  .page-index-new88-registration-process-detailed .floating-buttons {
    flex-direction: row;
    width: calc(100% - 40px);
    bottom: 15px;
    right: 20px;
    left: 20px;
    justify-content: space-around;
  }
  .page-index-new88-registration-process-detailed .floating-btn {
    width: 48%;
    padding: 10px 10px;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-index-new88-registration-process-detailed .hero-title {
    font-size: 1.8em;
  }
  .page-index-new88-registration-process-detailed .section-title {
    font-size: 1.6em;
  }
  .page-index-new88-registration-process-detailed .floating-buttons {
    flex-direction: column;
    width: calc(100% - 30px);
    right: 15px;
    left: 15px;
  }
  .page-index-new88-registration-process-detailed .floating-btn {
    width: 100%;
  }
}