.page-index-why-choose-888new {
  font-family: 'Arial', sans-serif;
  color: #1A202C;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-index-why-choose-888new__hero {
  background: linear-gradient(135deg, #1A202C 0%, #3a475d 100%); /* Dark blue gradient */
  color: #FFD700; /* Gold text for contrast */
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-index-why-choose-888new__hero-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.page-index-why-choose-888new__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  font-weight: bold;
  line-height: 1.2;
}

.page-index-why-choose-888new__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0; /* Lighter text for subtitle */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-why-choose-888new__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text for gold button */
  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;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-why-choose-888new__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-index-why-choose-888new__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-index-why-choose-888new__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) brightness(50%);
}

.page-index-why-choose-888new__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-why-choose-888new__section--intro {
  text-align: center;
  background-color: #f2f2f2;
}

.page-index-why-choose-888new__section-title {
  font-size: 2.5em;
  color: #1A202C; /* Dark blue for section titles */
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

.page-index-why-choose-888new__section--intro p {
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #333;
}

.page-index-why-choose-888new__image-inline {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-index-why-choose-888new__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-why-choose-888new__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #FFD700; /* Gold accent on top */
}

.page-index-why-choose-888new__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-index-why-choose-888new__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-why-choose-888new__feature-title {
  font-size: 1.5em;
  color: #1A202C; /* Dark blue for feature titles */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-why-choose-888new__feature-item p {
  font-size: 1em;
  color: #555;
}

.page-index-why-choose-888new__button {
  display: inline-block;
  background-color: #1A202C; /* Dark blue button */
  color: #FFD700; /* Gold text for dark button */
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-why-choose-888new__button:hover {
  background-color: #2c3e50; /* Slightly lighter dark blue on hover */
  transform: translateY(-1px);
}

.page-index-why-choose-888new__button--small {
  font-size: 0.9em;
  padding: 8px 18px;
}

.page-index-why-choose-888new__section--cta {
  background-color: #1A202C; /* Dark blue background for CTA */
  color: #FFD700; /* Gold text for CTA section */
  text-align: center;
  padding: 80px 0;
  border-radius: 0;
  box-shadow: none;
}

.page-index-why-choose-888new__section--cta .page-index-why-choose-888new__section-title {
  color: #FFD700; /* Gold title for CTA section */
}

.page-index-why-choose-888new__section--cta p {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
}

.page-index-why-choose-888new__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-index-why-choose-888new__cta-button--secondary {
  background-color: transparent;
  border: 2px solid #FFD700; /* Gold border for secondary CTA */
  color: #FFD700;
}

.page-index-why-choose-888new__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
}

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

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

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

  .page-index-why-choose-888new__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-index-why-choose-888new__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-index-why-choose-888new__title {
    font-size: 2em;
  }

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

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

  .page-index-why-choose-888new__feature-item {
    padding: 20px;
  }

  .page-index-why-choose-888new__hero {
    padding: 60px 0;
  }
}