/* style/index-about-au88bet-overview.css */
.page-index-about-au88bet-overview {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-index-about-au88bet-overview__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-about-au88bet-overview__section {
  padding: 60px 0;
}

.page-index-about-au88bet-overview__section:nth-child(even) {
  background-color: #f2f2f2;
}

.page-index-about-au88bet-overview__section-title {
  font-size: 2.5em;
  color: #0A2E36;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.page-index-about-au88bet-overview__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E0B400;
  border-radius: 2px;
}

.page-index-about-au88bet-overview__section-subtitle {
  font-size: 1.2em;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-about-au88bet-overview__subsection-title {
  font-size: 1.8em;
  color: #0A2E36;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #E0B400;
  padding-left: 15px;
}

.page-index-about-au88bet-overview__text-center {
  text-align: center;
}

.page-index-about-au88bet-overview__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-align: center;
  white-space: nowrap;
}

.page-index-about-au88bet-overview__btn--primary {
  background-color: #E0B400;
  color: #0A2E36;
  box-shadow: 0 4px 10px rgba(224, 180, 0, 0.3);
}

.page-index-about-au88bet-overview__btn--primary:hover {
  background-color: #c9a300;
  box-shadow: 0 6px 15px rgba(224, 180, 0, 0.4);
}

.page-index-about-au88bet-overview__btn--secondary {
  background-color: #0A2E36;
  color: #E0B400;
  border: 2px solid #E0B400;
}

.page-index-about-au88bet-overview__btn--secondary:hover {
  background-color: #1a424a;
  color: #f0c51a;
  border-color: #f0c51a;
}

.page-index-about-au88bet-overview__btn--link {
  background: none;
  color: #0A2E36;
  padding: 0;
  border-bottom: 2px solid #E0B400;
  border-radius: 0;
  margin-top: 15px;
}

.page-index-about-au88bet-overview__btn--link:hover {
  color: #E0B400;
  border-color: #0A2E36;
}

.page-index-about-au88bet-overview__btn--large {
  padding: 15px 35px;
  font-size: 1.2em;
}

/* Hero Section */
.page-index-about-au88bet-overview__hero-section {
  background: linear-gradient(135deg, #0A2E36 0%, #1a424a 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.page-index-about-au88bet-overview__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E0B400;
  line-height: 1.2;
}

.page-index-about-au88bet-overview__hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #ccc;
}

.page-index-about-au88bet-overview__hero-actions .page-index-about-au88bet-overview__btn {
  margin: 0 15px;
}

/* About AU88BET Section */
.page-index-about-au88bet-overview__grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-index-about-au88bet-overview__grid-layout--reverse {
  grid-template-columns: 1fr 1fr;
  direction: rtl;
}

.page-index-about-au88bet-overview__grid-layout--reverse > *:nth-child(odd) {
  direction: ltr;
}

.page-index-about-au88bet-overview__grid-layout--reverse > *:nth-child(even) {
  direction: ltr;
}

.page-index-about-au88bet-overview__image-block {
  text-align: center;
}

.page-index-about-au88bet-overview__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-index-about-au88bet-overview__about-au88bet p {
  margin-bottom: 15px;
  color: #444;
}

/* Features Section */
.page-index-about-au88bet-overview__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-about-au88bet-overview__feature-item {
  background-color: #fff;
  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-about-au88bet-overview__feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-index-about-au88bet-overview__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 3px 5px rgba(224, 180, 0, 0.4));
}

.page-index-about-au88bet-overview__feature-title {
  font-size: 1.5em;
  color: #0A2E36;
  margin-bottom: 15px;
}

.page-index-about-au88bet-overview__feature-item p {
  color: #666;
}

/* Game Categories Section */
.page-index-about-au88bet-overview__category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-about-au88bet-overview__category-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-about-au88bet-overview__category-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-index-about-au88bet-overview__category-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-index-about-au88bet-overview__category-item h3 {
  font-size: 1.6em;
  color: #0A2E36;
  padding: 20px 20px 10px;
}

.page-index-about-au88bet-overview__category-item p {
  color: #666;
  padding: 0 20px 20px;
  font-size: 0.95em;
}

.page-index-about-au88bet-overview__category-item .page-index-about-au88bet-overview__btn--link {
  margin: 0 20px 20px;
  display: inline-block;
}

/* Promotions Section */
.page-index-about-au88bet-overview__promotions .page-index-about-au88bet-overview__image {
  border: 5px solid #E0B400;
}

.page-index-about-au88bet-overview__promo-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-index-about-au88bet-overview__promo-list li {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #E0B400;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #333;
}

.page-index-about-au88bet-overview__promo-list li strong {
  color: #0A2E36;
}

/* Guide Section */
.page-index-about-au88bet-overview__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-about-au88bet-overview__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-index-about-au88bet-overview__step-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 3px 5px rgba(10, 46, 54, 0.4));
}

.page-index-about-au88bet-overview__step-title {
  font-size: 1.6em;
  color: #E0B400;
  margin-bottom: 15px;
}

.page-index-about-au88bet-overview__step-item p {
  color: #666;
  margin-bottom: 20px;
}

/* Payment & Security Section */
.page-index-about-au88bet-overview__payment-security p {
  margin-bottom: 15px;
  color: #444;
}

/* Responsibility Section */
.page-index-about-au88bet-overview__responsibility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-about-au88bet-overview__responsibility-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-index-about-au88bet-overview__responsibility-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 3px 5px rgba(10, 46, 54, 0.4));
}

.page-index-about-au88bet-overview__responsibility-title {
  font-size: 1.5em;
  color: #0A2E36;
  margin-bottom: 15px;
}

.page-index-about-au88bet-overview__responsibility-item p {
  color: #666;
}

/* FAQ Section */
.page-index-about-au88bet-overview__faq-list {
  margin-top: 40px;
}

.page-index-about-au88bet-overview__faq-item {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-index-about-au88bet-overview__faq-question {
  font-size: 1.3em;
  color: #0A2E36;
  padding: 20px;
  cursor: pointer;
  position: relative;
  margin: 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}

.page-index-about-au88bet-overview__faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #E0B400;
  transition: transform 0.3s ease;
}

.page-index-about-au88bet-overview__faq-item.active .page-index-about-au88bet-overview__faq-question::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-index-about-au88bet-overview__faq-answer {
  padding: 0 20px 20px;
  color: #555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-index-about-au88bet-overview__faq-item.active .page-index-about-au88bet-overview__faq-answer {
  max-height: 200px; /* Adjust as needed */
  padding: 20px;
}

/* CTA Section */
.page-index-about-au88bet-overview__cta {
  background: linear-gradient(45deg, #0A2E36, #1a424a);
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-index-about-au88bet-overview__cta-title {
  font-size: 2.8em;
  color: #E0B400;
  margin-bottom: 20px;
}

.page-index-about-au88bet-overview__cta-description {
  font-size: 1.3em;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #ccc;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-about-au88bet-overview__hero-title {
    font-size: 3em;
  }
  .page-index-about-au88bet-overview__section-title {
    font-size: 2em;
  }
  .page-index-about-au88bet-overview__subsection-title {
    font-size: 1.5em;
  }
  .page-index-about-au88bet-overview__grid-layout {
    grid-template-columns: 1fr;
  }
  .page-index-about-au88bet-overview__grid-layout--reverse {
    grid-template-columns: 1fr;
    direction: ltr; /* Reset for mobile */
  }
}

@media (max-width: 768px) {
  .page-index-about-au88bet-overview__hero-title {
    font-size: 2.5em;
  }
  .page-index-about-au88bet-overview__hero-description {
    font-size: 1.1em;
  }
  .page-index-about-au88bet-overview__hero-actions .page-index-about-au88bet-overview__btn {
    display: block;
    margin: 15px auto;
    width: 80%;
    max-width: 300px;
  }
  .page-index-about-au88bet-overview__section {
    padding: 40px 0;
  }
  .page-index-about-au88bet-overview__section-title {
    font-size: 1.8em;
  }
  .page-index-about-au88bet-overview__section-subtitle {
    font-size: 1em;
  }
  .page-index-about-au88bet-overview__feature-grid, .page-index-about-au88bet-overview__category-grid, .page-index-about-au88bet-overview__guide-steps, .page-index-about-au88bet-overview__responsibility-grid {
    grid-template-columns: 1fr;
  }
  .page-index-about-au88bet-overview__cta-title {
    font-size: 2em;
  }
  .page-index-about-au88bet-overview__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-index-about-au88bet-overview__hero-title {
    font-size: 2em;
  }
  .page-index-about-au88bet-overview__section-title {
    font-size: 1.5em;
  }
  .page-index-about-au88bet-overview__subsection-title {
    font-size: 1.3em;
  }
  .page-index-about-au88bet-overview__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-index-about-au88bet-overview__hero-actions .page-index-about-au88bet-overview__btn {
    max-width: 250px;
  }
  .page-index-about-au88bet-overview__cta-title {
    font-size: 1.8em;
  }
  .page-index-about-au88bet-overview__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-index-about-au88bet-overview__faq-question::after {
    right: 15px;
    font-size: 1.2em;
  }
  .page-index-about-au88bet-overview__faq-answer {
    padding: 15px;
  }
}