.page-resources-hb88-customer-support {
  font-family: 'Arial', sans-serif;
  color: #F5F5F5; /* Light grey for general text on dark background */
  background-color: #0A192F; /* Midnight Blue */
  line-height: 1.6;
}

.page-resources-hb88-customer-support a {
  color: #FFD700; /* Gold for links */
  text-decoration: none;
}

.page-resources-hb88-customer-support a:hover {
  text-decoration: underline;
  color: #E6C200; /* Slightly darker gold on hover */
}

.page-resources-hb88-customer-support__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-hb88-customer-support__hero {
  background: linear-gradient(135deg, #0A192F 0%, #203A5F 100%); /* Dark blue gradient */
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.page-resources-hb88-customer-support__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-resources-hb88-customer-support__hero h1 {
  font-size: 3.2em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-hb88-customer-support__hero p {
  font-size: 1.2em;
  color: #D3D3D3; /* Lighter grey for hero paragraph */
  margin-bottom: 30px;
}

.page-resources-hb88-customer-support__hero-image {
  max-width: 600px;
  width: 100%;
  z-index: 1;
}

.page-resources-hb88-customer-support__hero-image .page-resources-hb88-customer-support__img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-hb88-customer-support__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  text-align: center;
}

.page-resources-hb88-customer-support__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #0A192F; /* Midnight Blue */
  border: 2px solid #FFD700;
}

.page-resources-hb88-customer-support__btn--primary:hover {
  background-color: #E6C200; /* Darker gold */
  transform: translateY(-2px);
}

.page-resources-hb88-customer-support__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-resources-hb88-customer-support__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-2px);
}

.page-resources-hb88-customer-support__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-hb88-customer-support__section h2 {
  font-size: 2.5em;
  color: #FFD700; /* Gold */
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.page-resources-hb88-customer-support__section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-hb88-customer-support__section h3 {
  font-size: 1.8em;
  color: #F5F5F5; /* Light grey */
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-resources-hb88-customer-support__section p {
  font-size: 1.1em;
  color: #D3D3D3;
  margin-bottom: 20px;
}

.page-resources-hb88-customer-support__section ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px auto;
  max-width: 800px;
  text-align: left;
}

.page-resources-hb88-customer-support__section ul li {
  background-color: #1A2B47; /* Slightly lighter dark blue */
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #FFD700; /* Gold accent */
  border-radius: 5px;
  font-size: 1.1em;
  color: #F5F5F5;
}

.page-resources-hb88-customer-support__section ul li strong {
  color: #FFD700;
}

.page-resources-hb88-customer-support__img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
}

/* Why Important Section */
.page-resources-hb88-customer-support__why-important {
  background-color: #0A192F;
}

.page-resources-hb88-customer-support__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-hb88-customer-support__feature-item {
  background-color: #1A2B47;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-resources-hb88-customer-support__feature-item .page-resources-hb88-customer-support__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

/* Contact Methods Section */
.page-resources-hb88-customer-support__contact-methods {
  background-color: #1A2B47;
}

.page-resources-hb88-customer-support__method-card {
  display: flex;
  flex-direction: column;
  background-color: #0A192F;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
  overflow: hidden;
  text-align: left;
}

.page-resources-hb88-customer-support__method-card:nth-child(even) {
  flex-direction: column-reverse;
}

.page-resources-hb88-customer-support__method-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-bottom: 3px solid #FFD700;
}

.page-resources-hb88-customer-support__method-card:nth-child(even) .page-resources-hb88-customer-support__method-img {
  border-top: 3px solid #FFD700;
  border-bottom: none;
}

.page-resources-hb88-customer-support__method-details {
  padding: 30px;
}

.page-resources-hb88-customer-support__method-details h3 {
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-hb88-customer-support__method-details p {
  color: #D3D3D3;
  font-size: 1em;
  margin-bottom: 15px;
}

/* FAQ Section */
.page-resources-hb88-customer-support__faq {
  background-color: #0A192F;
}

.page-resources-hb88-customer-support__accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-hb88-customer-support__accordion-item {
  background-color: #1A2B47;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-hb88-customer-support__accordion-header {
  background-color: #203A5F; /* Slightly lighter dark blue for header */
  color: #FFD700; /* Gold */
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  position: relative;
  padding-right: 50px;
}

.page-resources-hb88-customer-support__accordion-header::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  line-height: 1;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-resources-hb88-customer-support__accordion-header.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-resources-hb88-customer-support__accordion-header:hover {
  background-color: #2A4770;
}

.page-resources-hb88-customer-support__accordion-body {
  padding: 0 25px;
  background-color: #1A2B47;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-resources-hb88-customer-support__accordion-body.active {
  max-height: 200px; /* Adjust as needed */
  padding: 15px 25px 25px;
}

.page-resources-hb88-customer-support__accordion-body p {
  color: #D3D3D3;
  text-align: left;
  margin-bottom: 0;
}

.page-resources-hb88-customer-support__faq-img {
  max-width: 500px;
  margin-top: 40px;
}

/* Tips Section */
.page-resources-hb88-customer-support__tips {
  background-color: #1A2B47;
}

/* Commitment Section */
.page-resources-hb88-customer-support__commitment {
  background-color: #0A192F;
}

/* CTA Section */
.page-resources-hb88-customer-support__cta {
  background: linear-gradient(45deg, #0A192F, #203A5F);
  padding: 80px 0;
}

.page-resources-hb88-customer-support__cta h2 {
  color: #FFD700;
}

.page-resources-hb88-customer-support__cta p {
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-resources-hb88-customer-support__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-hb88-customer-support__hero {
    flex-direction: column;
    padding: 60px 20px;
  }

  .page-resources-hb88-customer-support__hero h1 {
    font-size: 2.5em;
  }

  .page-resources-hb88-customer-support__hero p {
    font-size: 1em;
  }

  .page-resources-hb88-customer-support__section h2 {
    font-size: 2em;
  }

  .page-resources-hb88-customer-support__section h3 {
    font-size: 1.5em;
  }

  .page-resources-hb88-customer-support__method-card {
    flex-direction: column;
  }

  .page-resources-hb88-customer-support__method-card:nth-child(even) {
    flex-direction: column;
  }

  .page-resources-hb88-customer-support__method-img {
    height: 200px;
  }

  .page-resources-hb88-customer-support__method-card:nth-child(even) .page-resources-hb88-customer-support__method-img {
    border-bottom: 3px solid #FFD700;
    border-top: none;
  }

  .page-resources-hb88-customer-support__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-hb88-customer-support__btn--secondary {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .page-resources-hb88-customer-support__hero h1 {
    font-size: 2em;
  }

  .page-resources-hb88-customer-support__section h2 {
    font-size: 1.8em;
  }

  .page-resources-hb88-customer-support__section h3 {
    font-size: 1.3em;
  }

  .page-resources-hb88-customer-support__btn {
    padding: 12px 20px;
    font-size: 1em;
  }
}