/* style/resources-168-betting-platform-features.css */
.page-resources-168-betting-platform-features {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #1a1a2e; /* Inherited from shared.css body */
}

.page-resources-168-betting-platform-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-168-betting-platform-features__dark-bg {
  background-color: #0A2463;
  color: #ffffff;
}

.page-resources-168-betting-platform-features__light-bg {
  background-color: #f8f9fa;
  color: #333333;
}

.page-resources-168-betting-platform-features__hero-section {
  position: relative;
  padding: 100px 0 60px; /* Adjust for header offset */
  padding-top: var(--header-offset, 120px);
  text-align: center;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}

.page-resources-168-betting-platform-features__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-168-betting-platform-features__intro-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-168-betting-platform-features__hero-image-wrapper {
  margin-bottom: 40px;
}

.page-resources-168-betting-platform-features__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-resources-168-betting-platform-features__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-168-betting-platform-features__cta-buttons--center {
  margin-top: 40px;
}

.page-resources-168-betting-platform-features__btn-primary,
.page-resources-168-betting-platform-features__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-168-betting-platform-features__btn-primary {
  background-color: #FFD700;
  color: #0A2463;
  border: 2px solid #FFD700;
}

.page-resources-168-betting-platform-features__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-resources-168-betting-platform-features__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-168-betting-platform-features__btn-secondary:hover {
  background-color: #FFD700;
  color: #0A2463;
}

.page-resources-168-betting-platform-features__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: inherit;
}

.page-resources-168-betting-platform-features__sub-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: inherit;
}

.page-resources-168-betting-platform-features__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
  color: inherit;
}

.page-resources-168-betting-platform-features__highlight {
  color: #FFD700;
}

.page-resources-168-betting-platform-features__content-area {
  padding: 60px 0;
}

.page-resources-168-betting-platform-features__features-section {
  padding: 60px 0;
}

.page-resources-168-betting-platform-features__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-168-betting-platform-features__feature-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.page-resources-168-betting-platform-features__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 3px solid #FFD700;
}

.page-resources-168-betting-platform-features__feature-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-resources-168-betting-platform-features__feature-description {
  font-size: 1em;
  line-height: 1.7;
}

.page-resources-168-betting-platform-features__games-section {
  padding: 60px 0;
}

.page-resources-168-betting-platform-features__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-168-betting-platform-features__game-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: #333333;
}

.page-resources-168-betting-platform-features__game-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.page-resources-168-betting-platform-features__game-card .page-resources-168-betting-platform-features__game-title {
  font-size: 1.4em;
  padding: 15px 20px 0;
  margin-bottom: 10px;
}

.page-resources-168-betting-platform-features__game-card .page-resources-168-betting-platform-features__game-title a {
  color: #0A2463;
  text-decoration: none;
}

.page-resources-168-betting-platform-features__game-card .page-resources-168-betting-platform-features__game-title a:hover {
  text-decoration: underline;
}

.page-resources-168-betting-platform-features__game-description {
  font-size: 0.95em;
  padding: 0 20px 20px;
  line-height: 1.6;
}

.page-resources-168-betting-platform-features__promotions-section {
  padding: 60px 0;
}

.page-resources-168-betting-platform-features__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-168-betting-platform-features__promotion-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  color: #ffffff;
}

.page-resources-168-betting-platform-features__promotion-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-resources-168-betting-platform-features__promotion-card .page-resources-168-betting-platform-features__promotion-title {
  font-size: 1.4em;
  padding: 15px 20px 0;
  margin-bottom: 10px;
}

.page-resources-168-betting-platform-features__promotion-card .page-resources-168-betting-platform-features__promotion-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-resources-168-betting-platform-features__promotion-card .page-resources-168-betting-platform-features__promotion-title a:hover {
  text-decoration: underline;
}

.page-resources-168-betting-platform-features__promotion-description {
  font-size: 0.95em;
  padding: 0 20px 20px;
  line-height: 1.6;
}

.page-resources-168-betting-platform-features__responsibility-section {
  padding: 60px 0;
}

.page-resources-168-betting-platform-features__image-full-width {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-168-betting-platform-features__guide-section {
  padding: 60px 0;
}

.page-resources-168-betting-platform-features__guide-list {
  list-style: none;
  padding: 0;
  counter-reset: guide-counter;
}

.page-resources-168-betting-platform-features__guide-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 5px solid #FFD700;
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  position: relative;
  color: #ffffff;
}

.page-resources-168-betting-platform-features__guide-item::before {
  counter-increment: guide-counter;
  content: "Bước " counter(guide-counter) ": ";
  font-weight: bold;
  color: #FFD700;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.1em;
}

.page-resources-168-betting-platform-features__guide-title {
  font-size: 1.4em;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 80px; /* Adjust for step counter */
  color: #FFD700;
}

.page-resources-168-betting-platform-features__guide-description {
  padding-left: 80px;
  font-size: 1em;
  line-height: 1.7;
}

.page-resources-168-betting-platform-features__mobile-app-section {
  padding: 60px 0;
}

.page-resources-168-betting-platform-features__app-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.page-resources-168-betting-platform-features__app-text {
  flex: 1;
  min-width: 300px;
  color: #333333;
}

.page-resources-168-betting-platform-features__app-list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-168-betting-platform-features__app-image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-resources-168-betting-platform-features__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-168-betting-platform-features__video-section {
  position: relative;
  padding: 60px 0;
  padding-top: var(--header-offset, 120px); /* Ensure video section is below header */
  text-align: center;
}

.page-resources-168-betting-platform-features__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-resources-168-betting-platform-features__video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  cursor: pointer;
}

.page-resources-168-betting-platform-features__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.page-resources-168-betting-platform-features__faq-section {
  padding: 60px 0;
}

.page-resources-168-betting-platform-features__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-168-betting-platform-features__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  color: #333333;
}

.page-resources-168-betting-platform-features__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: #f0f0f0;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid #e0e0e0;
  color: #0A2463;
}

.page-resources-168-betting-platform-features__faq-question:hover {
  background-color: #e6e6e6;
}

.page-resources-168-betting-platform-features__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-168-betting-platform-features__faq-item.active .page-resources-168-betting-platform-features__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-168-betting-platform-features__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-168-betting-platform-features__faq-item.active .page-resources-168-betting-platform-features__faq-answer {
  max-height: 1000px !important; /* Use !important to ensure it overrides */
  padding: 15px 25px;
}

.page-resources-168-betting-platform-features__conclusion-section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-168-betting-platform-features__text-link {
  color: #FFD700;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-168-betting-platform-features__text-link:hover {
  color: #e6c200;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-168-betting-platform-features__main-title {
    font-size: 3em;
  }
}

@media (max-width: 768px) {
  .page-resources-168-betting-platform-features {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .page-resources-168-betting-platform-features__hero-section {
    padding: 80px 0 40px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-168-betting-platform-features__main-title {
    font-size: 2.2em;
  }

  .page-resources-168-betting-platform-features__intro-description {
    font-size: 1em;
  }

  .page-resources-168-betting-platform-features__section-title {
    font-size: 2em;
  }

  .page-resources-168-betting-platform-features__sub-title {
    font-size: 1.5em;
  }

  .page-resources-168-betting-platform-features__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-resources-168-betting-platform-features__btn-primary,
  .page-resources-168-betting-platform-features__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-168-betting-platform-features__feature-grid,
  .page-resources-168-betting-platform-features__game-grid,
  .page-resources-168-betting-platform-features__promotion-grid {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }
  
  .page-resources-168-betting-platform-features__feature-card,
  .page-resources-168-betting-platform-features__game-card,
  .page-resources-168-betting-platform-features__promotion-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-168-betting-platform-features__app-content {
    flex-direction: column;
    padding: 0 15px;
  }

  .page-resources-168-betting-platform-features__app-text,
  .page-resources-168-betting-platform-features__app-image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-168-betting-platform-features__guide-item {
    padding: 15px 20px;
  }

  .page-resources-168-betting-platform-features__guide-item::before {
    position: static;
    display: block;
    margin-bottom: 5px;
  }

  .page-resources-168-betting-platform-features__guide-title,
  .page-resources-168-betting-platform-features__guide-description {
    padding-left: 0;
  }

  /* Image responsive styles */
  .page-resources-168-betting-platform-features img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-168-betting-platform-features__hero-image-wrapper,
  .page-resources-168-betting-platform-features__app-image-wrapper,
  .page-resources-168-betting-platform-features__image-full-width {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Video responsive styles */
  .page-resources-168-betting-platform-features video,
  .page-resources-168-betting-platform-features__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-168-betting-platform-features__video-section,
  .page-resources-168-betting-platform-features__video-container,
  .page-resources-168-betting-platform-features__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-168-betting-platform-features__faq-list {
    padding: 0 15px;
  }

  .page-resources-168-betting-platform-features__faq-question,
  .page-resources-168-betting-platform-features__faq-answer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-168-betting-platform-features__main-title {
    font-size: 1.8em;
  }

  .page-resources-168-betting-platform-features__section-title {
    font-size: 1.6em;
  }

  .page-resources-168-betting-platform-features__sub-title {
    font-size: 1.3em;
  }

  .page-resources-168-betting-platform-features__feature-icon {
    width: 80px;
    height: 80px;
  }
}