/* style/resources-new88-live-platform-advantages.css */
.page-resources-new88-live-platform-advantages {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: var(--bg-color, #FFFFFF);
}

.page-resources-new88-live-platform-advantages__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust as needed */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: var(--header-offset, 120px);
}

.page-resources-new88-live-platform-advantages__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-new88-live-platform-advantages__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.page-resources-new88-live-platform-advantages__hero-content {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
  max-width: 900px;
  padding: 20px;
}

.page-resources-new88-live-platform-advantages__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-new88-live-platform-advantages__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-new88-live-platform-advantages__btn-primary {
  display: inline-block;
  background-color: #26A9E0;
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-new88-live-platform-advantages__btn-primary:hover {
  background-color: #1a8cc7;
  transform: translateY(-2px);
}

.page-resources-new88-live-platform-advantages__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #FFFFFF;
}

.page-resources-new88-live-platform-advantages__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-new88-live-platform-advantages__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #26A9E0;
  border-radius: 2px;
}

.page-resources-new88-live-platform-advantages__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-new88-live-platform-advantages__advantage-item,
.page-resources-new88-live-platform-advantages__technology-item,
.page-resources-new88-live-platform-advantages__join-item,
.page-resources-new88-live-platform-advantages__responsibility-item {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #26A9E0;
}

.page-resources-new88-live-platform-advantages__advantage-subtitle,
.page-resources-new88-live-platform-advantages__technology-subtitle,
.page-resources-new88-live-platform-advantages__join-subtitle,
.page-resources-new88-live-platform-advantages__responsibility-subtitle {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 20px;
}

.page-resources-new88-live-platform-advantages__image-inline {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-new88-live-platform-advantages__numbered-list,
.page-resources-new88-live-platform-advantages__bullet-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-resources-new88-live-platform-advantages__numbered-list li,
.page-resources-new88-live-platform-advantages__bullet-list li {
  font-size: 1.05em;
  margin-bottom: 10px;
  color: #333333;
  position: relative;
  padding-left: 30px;
}

.page-resources-new88-live-platform-advantages__numbered-list li::before {
  content: counter(list-item) ".";
  counter-increment: list-item;
  position: absolute;
  left: 0;
  color: #26A9E0;
  font-weight: bold;
  width: 25px;
  text-align: right;
}

.page-resources-new88-live-platform-advantages__bullet-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #26A9E0;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
}

.page-resources-new88-live-platform-advantages__faq {
  background-color: #f0f8ff;
  padding: 60px 20px;
}

.page-resources-new88-live-platform-advantages__faq-list {
  margin-top: 40px;
}

.page-resources-new88-live-platform-advantages__faq-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-resources-new88-live-platform-advantages__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;
  background-color: #FFFFFF;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

.page-resources-new88-live-platform-advantages__faq-question:hover {
  background-color: #f5f5f5;
}

.page-resources-new88-live-platform-advantages__faq-title {
  margin: 0;
  font-size: 1em; /* Adjust to fit parent */
  color: #000000;
}

.page-resources-new88-live-platform-advantages__faq-toggle {
  font-size: 1.5em;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-resources-new88-live-platform-advantages__faq-item.active .page-resources-new88-live-platform-advantages__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-new88-live-platform-advantages__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #333333;
}

.page-resources-new88-live-platform-advantages__faq-item.active .page-resources-new88-live-platform-advantages__faq-answer {
  max-height: 1000px !important; /* Sufficiently large */
  padding: 15px 25px !important;
}

.page-resources-new88-live-platform-advantages__dark-section {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-resources-new88-live-platform-advantages__dark-section .page-resources-new88-live-platform-advantages__section-title {
  color: #FFFFFF;
}

.page-resources-new88-live-platform-advantages__dark-section .page-resources-new88-live-platform-advantages__section-title::after {
  background-color: #FFFFFF;
}

.page-resources-new88-live-platform-advantages__dark-section .page-resources-new88-live-platform-advantages__paragraph {
  color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-new88-live-platform-advantages__hero-title {
    font-size: 2.5em;
  }
  .page-resources-new88-live-platform-advantages__section-title {
    font-size: 2em;
  }
  .page-resources-new88-live-platform-advantages__advantage-subtitle,
  .page-resources-new88-live-platform-advantages__technology-subtitle,
  .page-resources-new88-live-platform-advantages__join-subtitle,
  .page-resources-new88-live-platform-advantages__responsibility-subtitle {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-resources-new88-live-platform-advantages {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-new88-live-platform-advantages__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-new88-live-platform-advantages__hero-title {
    font-size: 2em;
  }
  .page-resources-new88-live-platform-advantages__hero-description {
    font-size: 1em;
  }
  .page-resources-new88-live-platform-advantages__btn-primary {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-new88-live-platform-advantages__content-area {
    padding: 40px 15px;
  }
  .page-resources-new88-live-platform-advantages__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-new88-live-platform-advantages__advantage-item,
  .page-resources-new88-live-platform-advantages__technology-item,
  .page-resources-new88-live-platform-advantages__join-item,
  .page-resources-new88-live-platform-advantages__responsibility-item {
    padding: 20px;
  }
  .page-resources-new88-live-platform-advantages__advantage-subtitle,
  .page-resources-new88-live-platform-advantages__technology-subtitle,
  .page-resources-new88-live-platform-advantages__join-subtitle,
  .page-resources-new88-live-platform-advantages__responsibility-subtitle {
    font-size: 1.3em;
  }
  .page-resources-new88-live-platform-advantages__image-inline {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-new88-live-platform-advantages__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-resources-new88-live-platform-advantages__faq-answer {
    padding: 0 20px;
  }
  .page-resources-new88-live-platform-advantages__faq-item.active .page-resources-new88-live-platform-advantages__faq-answer {
    padding: 15px 20px !important;
  }
  /* Ensure all containers are responsive */
  .page-resources-new88-live-platform-advantages__section,
  .page-resources-new88-live-platform-advantages__card,
  .page-resources-new88-live-platform-advantages__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-new88-live-platform-advantages__hero-section {
    height: 400px;
  }
  .page-resources-new88-live-platform-advantages__hero-title {
    font-size: 1.8em;
  }
  .page-resources-new88-live-platform-advantages__section-title {
    font-size: 1.5em;
  }
  .page-resources-new88-live-platform-advantages__advantage-subtitle,
  .page-resources-new88-live-platform-advantages__technology-subtitle,
  .page-resources-new88-live-platform-advantages__join-subtitle,
  .page-resources-new88-live-platform-advantages__responsibility-subtitle {
    font-size: 1.2em;
  }
}