.page-index-why-choose-five88 {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #1A1A1A; /* Dark background */
  line-height: 1.6;
}

.page-index-why-choose-five88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-why-choose-five88__container--center {
  text-align: center;
}

.page-index-why-choose-five88__hero-section {
  background: linear-gradient(135deg, #FFD700, #8B0000);
  color: #FFFFFF;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-why-choose-five88__hero-content {
  z-index: 1;
  max-width: 800px;
  margin-bottom: 40px;
}

.page-index-why-choose-five88__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFFFFF; /* Ensure high contrast on gradient */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-why-choose-five88__subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-index-why-choose-five88__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.3;
  z-index: 0;
  width: 50%; /* Adjust size for visual effect */
  height: auto;
}

.page-index-why-choose-five88__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-index-why-choose-five88__section {
  padding: 60px 0;
  border-bottom: 1px solid #333;
}

.page-index-why-choose-five88__section:last-of-type {
  border-bottom: none;
}

.page-index-why-choose-five88__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Primary color for main titles */
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-index-why-choose-five88__sub-section-title {
  font-size: 1.8em;
  color: #8B0000; /* Secondary color for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-index-why-choose-five88__content-block p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #D0D0D0;
}

.page-index-why-choose-five88__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-index-why-choose-five88__image--small {
  max-width: 600px;
}

.page-index-why-choose-five88__image--large {
  max-width: 900px;
}

.page-index-why-choose-five88__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Primary color for buttons */
  color: #8B0000; /* Dark red text for contrast */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.page-index-why-choose-five88__cta-button:hover {
  background-color: #F0C000; /* Slightly darker gold on hover */
  color: #6A0000;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-index-why-choose-five88__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
  margin-top: 20px;
}

.page-index-why-choose-five88__cta-button--large {
  padding: 20px 40px;
  font-size: 1.3em;
  margin-top: 30px;
}

.page-index-why-choose-five88__final-cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFD700; /* Gold text for emphasis */
}

.page-index-why-choose-five88__text-link {
  color: #FFD700;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-index-why-choose-five88__text-link:hover {
  color: #F0C000;
}

.page-index-why-choose-five88__footer-note {
  margin-top: 20px;
  font-size: 0.95em;
  color: #B0B0B0;
}

/* Floating Ad Menu */
.page-index-why-choose-five88__floating-ad-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-index-why-choose-five88__floating-ad-item {
  display: flex;
  align-items: center;
  background-color: #8B0000; /* Secondary color for background */
  color: #FFD700; /* Primary color for text */
  padding: 10px 15px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.page-index-why-choose-five88__floating-ad-item:hover {
  background-color: #A00000; /* Slightly lighter red on hover */
  transform: translateX(-5px);
}

.page-index-why-choose-five88__floating-ad-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  filter: drop-shadow(0 0 2px rgba(255, 215, 0, 0.7)); /* Golden glow effect */
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-why-choose-five88__main-title {
    font-size: 2.5em;
  }

  .page-index-why-choose-five88__section-title {
    font-size: 2em;
  }

  .page-index-why-choose-five88__sub-section-title {
    font-size: 1.5em;
  }

  .page-index-why-choose-five88__hero-image-wrapper {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .page-index-why-choose-five88__hero-section {
    padding: 60px 0;
  }

  .page-index-why-choose-five88__main-title {
    font-size: 2em;
  }

  .page-index-why-choose-five88__subtitle {
    font-size: 1.1em;
  }

  .page-index-why-choose-five88__section {
    padding: 40px 0;
  }

  .page-index-why-choose-five88__section-title {
    font-size: 1.8em;
  }

  .page-index-why-choose-five88__sub-section-title {
    font-size: 1.3em;
  }

  .page-index-why-choose-five88__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-index-why-choose-five88__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-index-why-choose-five88__hero-image-wrapper {
    width: 90%;
  }
  
  .page-index-why-choose-five88__floating-ad-menu {
    flex-direction: row;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
    gap: 5px;
    padding: 5px;
    background-color: rgba(26, 26, 26, 0.8); /* Semi-transparent dark background */
    border-radius: 10px;
  }

  .page-index-why-choose-five88__floating-ad-item {
    padding: 8px 12px;
    font-size: 0.8em;
  }
  .page-index-why-choose-five88__floating-ad-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}

@media (max-width: 480px) {
  .page-index-why-choose-five88__main-title {
    font-size: 1.8em;
  }

  .page-index-why-choose-five88__subtitle {
    font-size: 1em;
  }

  .page-index-why-choose-five88__section-title {
    font-size: 1.5em;
  }

  .page-index-why-choose-five88__sub-section-title {
    font-size: 1.2em;
    padding-left: 10px;
  }

  .page-index-why-choose-five88__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-index-why-choose-five88__cta-button--large {
    padding: 12px 25px;
    font-size: 1em;
  }
  
  .page-index-why-choose-five88__floating-ad-menu {
    width: 95%;
    justify-content: space-around;
  }

  .page-index-why-choose-five88__floating-ad-item {
    flex-direction: column;
    gap: 3px;
    padding: 5px 8px;
    text-align: center;
  }
  .page-index-why-choose-five88__floating-ad-icon {
    margin-right: 0;
    margin-bottom: 3px;
  }
}