.page-resources-8x-bet-customer-service-experience-report {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

.page-resources-8x-bet-customer-service-experience-report__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-8x-bet-customer-service-experience-report__hero {
  background: linear-gradient(135deg, #007BFF, #FFC107);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-8x-bet-customer-service-experience-report__hero::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: rotate(45deg);
}

.page-resources-8x-bet-customer-service-experience-report__hero::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: rotate(-30deg);
}

.page-resources-8x-bet-customer-service-experience-report__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-8x-bet-customer-service-experience-report__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #eee;
}

.page-resources-8x-bet-customer-service-experience-report__button {
  display: inline-block;
  background-color: #FFC107;
  color: #007BFF;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-8x-bet-customer-service-experience-report__button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-resources-8x-bet-customer-service-experience-report__button--primary {
  background-color: #FFC107;
  color: #007BFF;
  margin-right: 15px;
}

.page-resources-8x-bet-customer-service-experience-report__button--primary:hover {
  background-color: #e0a800;
}

.page-resources-8x-bet-customer-service-experience-report__button--secondary {
  background-color: #0056b3;
  color: #fff;
}

.page-resources-8x-bet-customer-service-experience-report__button--secondary:hover {
  background-color: #004085;
}

.page-resources-8x-bet-customer-service-experience-report__button--contact {
  background-color: #007BFF;
  color: #fff;
}

.page-resources-8x-bet-customer-service-experience-report__button--contact:hover {
  background-color: #0056b3;
}

.page-resources-8x-bet-customer-service-experience-report__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-resources-8x-bet-customer-service-experience-report__section:last-of-type {
  border-bottom: none;
}

.page-resources-8x-bet-customer-service-experience-report__heading {
  font-size: 2.5em;
  color: #007BFF;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-8x-bet-customer-service-experience-report__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFC107;
  border-radius: 2px;
}

.page-resources-8x-bet-customer-service-experience-report__sub-heading {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFC107;
  padding-left: 15px;
}

.page-resources-8x-bet-customer-service-experience-report__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
  text-align: justify;
}

.page-resources-8x-bet-customer-service-experience-report__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-8x-bet-customer-service-experience-report__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-8x-bet-customer-service-experience-report__list li::marker {
  color: #007BFF;
}

.page-resources-8x-bet-customer-service-experience-report__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-8x-bet-customer-service-experience-report__blockquote {
  background-color: #e0f2f7;
  border-left: 5px solid #007BFF;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #333;
  border-radius: 5px;
}

.page-resources-8x-bet-customer-service-experience-report__blockquote p {
  margin-bottom: 0;
  font-size: 1.1em;
}

.page-resources-8x-bet-customer-service-experience-report__contact-cta {
  background-color: #007BFF;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-8x-bet-customer-service-experience-report__contact-cta .page-resources-8x-bet-customer-service-experience-report__heading {
  color: #fff;
}

.page-resources-8x-bet-customer-service-experience-report__contact-cta .page-resources-8x-bet-customer-service-experience-report__heading::after {
  background-color: #FFC107;
}

.page-resources-8x-bet-customer-service-experience-report__contact-cta p {
  color: #eee;
  font-size: 1.2em;
  margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-8x-bet-customer-service-experience-report__title {
    font-size: 2.5em;
  }

  .page-resources-8x-bet-customer-service-experience-report__subtitle {
    font-size: 1.1em;
  }

  .page-resources-8x-bet-customer-service-experience-report__heading {
    font-size: 2em;
  }

  .page-resources-8x-bet-customer-service-experience-report__sub-heading {
    font-size: 1.5em;
  }

  .page-resources-8x-bet-customer-service-experience-report__button {
    padding: 12px 25px;
    font-size: 1em;
    margin: 10px 0;
  }

  .page-resources-8x-bet-customer-service-experience-report__button--primary {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .page-resources-8x-bet-customer-service-experience-report__title {
    font-size: 2em;
  }

  .page-resources-8x-bet-customer-service-experience-report__heading {
    font-size: 1.8em;
  }

  .page-resources-8x-bet-customer-service-experience-report__section {
    padding: 40px 0;
  }

  .page-resources-8x-bet-customer-service-experience-report__button {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}