/* style/index-bet88-safe-gaming-commitment.css */
.page-index-bet88-safe-gaming-commitment {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #E5E5E5; /* Light text for dark background */
  background-color: #1A1A1A; /* Dark background */
}

.page-index-bet88-safe-gaming-commitment__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-bet88-safe-gaming-commitment__container--center {
  text-align: center;
}

.page-index-bet88-safe-gaming-commitment__hero {
  background: linear-gradient(135deg, #1A1A1A 0%, #333333 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFD700;
  position: relative;
  overflow: hidden;
}

.page-index-bet88-safe-gaming-commitment__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,security,gaming,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-index-bet88-safe-gaming-commitment__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-index-bet88-safe-gaming-commitment__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #E5E5E5;
  position: relative;
  z-index: 1;
}

.page-index-bet88-safe-gaming-commitment__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-index-bet88-safe-gaming-commitment__section:last-of-type {
  border-bottom: none;
}

.page-index-bet88-safe-gaming-commitment__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.3);
}

.page-index-bet88-safe-gaming-commitment__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #CCCCCC;
}

.page-index-bet88-safe-gaming-commitment__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-index-bet88-safe-gaming-commitment__content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-index-bet88-safe-gaming-commitment__text-content {
  flex: 1;
}

.page-index-bet88-safe-gaming-commitment__text-content p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #E5E5E5;
}

.page-index-bet88-safe-gaming-commitment__image-wrapper {
  flex: 1;
  text-align: center;
}

.page-index-bet88-safe-gaming-commitment__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.page-index-bet88-safe-gaming-commitment__image:hover {
  transform: translateY(-5px);
}

.page-index-bet88-safe-gaming-commitment__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-bet88-safe-gaming-commitment__grid-item {
  background-color: #2A2A2A;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-index-bet88-safe-gaming-commitment__grid-item:hover {
  transform: translateY(-5px);
  background-color: #3A3A3A;
}

.page-index-bet88-safe-gaming-commitment__icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

.page-index-bet88-safe-gaming-commitment__item-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-index-bet88-safe-gaming-commitment__grid-item p {
  font-size: 1em;
  color: #CCCCCC;
}

.page-index-bet88-safe-gaming-commitment__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  margin-top: 20px;
  font-size: 1.1em;
}

.page-index-bet88-safe-gaming-commitment__button--primary {
  background-color: #FFD700;
  color: #1A1A1A;
  border: 2px solid #FFD700;
}

.page-index-bet88-safe-gaming-commitment__button--primary:hover {
  background-color: #E0B800;
  transform: translateY(-2px);
}

.page-index-bet88-safe-gaming-commitment__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-index-bet88-safe-gaming-commitment__button--secondary:hover {
  background-color: #FFD700;
  color: #1A1A1A;
  transform: translateY(-2px);
}

.page-index-bet88-safe-gaming-commitment__button-group {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-index-bet88-safe-gaming-commitment__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-bet88-safe-gaming-commitment__list li {
  background-color: #2A2A2A;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  font-size: 1.05em;
  color: #E5E5E5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.page-index-bet88-safe-gaming-commitment__list li strong {
  color: #FFD700;
}

.page-index-bet88-safe-gaming-commitment__cta-icon {
  width: 100px;
  height: auto;
  margin-bottom: 30px;
  filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.8));
}

.page-index-bet88-safe-gaming-commitment__faq-item {
  background-color: #2A2A2A;
  margin-bottom: 15px;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-index-bet88-safe-gaming-commitment__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-index-bet88-safe-gaming-commitment__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-index-bet88-safe-gaming-commitment__faq-question.active::after {
  transform: rotate(45deg);
}

.page-index-bet88-safe-gaming-commitment__faq-answer {
  font-size: 1em;
  color: #CCCCCC;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding-top: 0;
  padding-bottom: 0;
}

.page-index-bet88-safe-gaming-commitment__faq-answer.active {
  max-height: 200px; /* Adjust based on content */
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-index-bet88-safe-gaming-commitment__hero-title {
    font-size: 2.5em;
  }

  .page-index-bet88-safe-gaming-commitment__hero-subtitle {
    font-size: 1.1em;
  }

  .page-index-bet88-safe-gaming-commitment__section-title {
    font-size: 2em;
  }

  .page-index-bet88-safe-gaming-commitment__content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .page-index-bet88-safe-gaming-commitment__content-wrapper--reverse {
    flex-direction: column;
  }

  .page-index-bet88-safe-gaming-commitment__button-group {
    flex-direction: column;
    gap: 10px;
  }

  .page-index-bet88-safe-gaming-commitment__button--secondary {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .page-index-bet88-safe-gaming-commitment__hero-title {
    font-size: 2em;
  }

  .page-index-bet88-safe-gaming-commitment__hero-subtitle {
    font-size: 1em;
  }

  .page-index-bet88-safe-gaming-commitment__section-title {
    font-size: 1.8em;
  }

  .page-index-bet88-safe-gaming-commitment__grid {
    grid-template-columns: 1fr;
  }

  .page-index-bet88-safe-gaming-commitment__button {
    width: 100%;
    box-sizing: border-box;
  }
}