.page-resources-ev88-bet-customer-support-evaluation {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-resources-ev88-bet-customer-support-evaluation .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-ev88-bet-customer-support-evaluation .hero-section {
  background: linear-gradient(135deg, #004AAD, #FFD700);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-ev88-bet-customer-support-evaluation .hero-section h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #fff; /* Ensure high contrast */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-ev88-bet-customer-support-evaluation .hero-section p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #eee; /* Ensure high contrast */
}

.page-resources-ev88-bet-customer-support-evaluation .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  cursor: pointer;
  font-size: 1em;
}

.page-resources-ev88-bet-customer-support-evaluation .btn-primary {
  background-color: #FFD700; /* Auxiliary color */
  color: #004AAD; /* Primary color for text */
  border: none;
}

.page-resources-ev88-bet-customer-support-evaluation .btn-primary:hover {
  background-color: #e6c200;
}

.page-resources-ev88-bet-customer-support-evaluation .btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-resources-ev88-bet-customer-support-evaluation .btn-secondary:hover {
  background-color: rgba(255, 215, 0, 0.1);
}

.page-resources-ev88-bet-customer-support-evaluation section {
  padding: 60px 0;
}

.page-resources-ev88-bet-customer-support-evaluation .introduction-section,
.page-resources-ev88-bet-customer-support-evaluation .conclusion-section,
.page-resources-ev88-bet-customer-support-evaluation .related-resources-section {
  text-align: center;
}

.page-resources-ev88-bet-customer-support-evaluation h2 {
  font-size: 2.5em;
  color: #004AAD;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

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

.page-resources-ev88-bet-customer-support-evaluation h3 {
  font-size: 1.8em;
  color: #004AAD;
  margin-bottom: 15px;
}

.page-resources-ev88-bet-customer-support-evaluation .bg-light {
  background-color: #f8f9fa;
}

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

.page-resources-ev88-bet-customer-support-evaluation .criterion-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-ev88-bet-customer-support-evaluation .criterion-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-ev88-bet-customer-support-evaluation .criterion-item img {
  max-width: 100%;
  height: 200px;
  object-fit: contain;
  margin-top: 20px;
  border-radius: 5px;
}

.page-resources-ev88-bet-customer-support-evaluation .detailed-evaluation-section h2::after {
  left: 0;
  transform: translateX(0);
}

.page-resources-ev88-bet-customer-support-evaluation .evaluation-point {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  margin-bottom: 25px;
  border-left: 5px solid #004AAD;
}

.page-resources-ev88-bet-customer-support-evaluation .evaluation-point h3 {
  color: #004AAD;
  margin-top: 0;
}

.page-resources-ev88-bet-customer-support-evaluation .evaluation-point ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 15px;
}

.page-resources-ev88-bet-customer-support-evaluation .evaluation-point ul li {
  margin-bottom: 8px;
}

.page-resources-ev88-bet-customer-support-evaluation .user-feedback-section {
  text-align: center;
}

.page-resources-ev88-bet-customer-support-evaluation .feedback-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-resources-ev88-bet-customer-support-evaluation .feedback-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
  font-style: italic;
  position: relative;
}

.page-resources-ev88-bet-customer-support-evaluation .feedback-item::before {
  content: '“';
  font-size: 4em;
  color: #FFD700;
  position: absolute;
  top: 10px;
  left: 15px;
  opacity: 0.7;
  line-height: 1;
}

.page-resources-ev88-bet-customer-support-evaluation .feedback-item p {
  padding-top: 30px;
  margin-bottom: 0;
}

.page-resources-ev88-bet-customer-support-evaluation .tips-section ul {
  list-style-type: none;
  padding: 0;
  max-width: 800px;
  margin: 30px auto 0 auto;
  text-align: left;
}

.page-resources-ev88-bet-customer-support-evaluation .tips-section ul li {
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.02);
  border-left: 4px solid #FFD700;
}

.page-resources-ev88-bet-customer-support-evaluation .call-to-action-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-ev88-bet-customer-support-evaluation .related-resources-section ul {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-ev88-bet-customer-support-evaluation .related-resources-section ul li {
  margin-bottom: 10px;
}

.page-resources-ev88-bet-customer-support-evaluation .related-resources-section .text-link {
  color: #004AAD;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-ev88-bet-customer-support-evaluation .related-resources-section .text-link:hover {
  text-decoration: underline;
  color: #FFD700;
}

.page-resources-ev88-bet-customer-support-evaluation .img-fluid {
  max-width: 100%;
  height: auto;
}

/* Hidden section for JS animation */
.page-resources-ev88-bet-customer-support-evaluation .hidden-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.page-resources-ev88-bet-customer-support-evaluation .fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-ev88-bet-customer-support-evaluation .hero-section h1 {
    font-size: 2.5em;
  }

  .page-resources-ev88-bet-customer-support-evaluation h2 {
    font-size: 2em;
  }

  .page-resources-ev88-bet-customer-support-evaluation h3 {
    font-size: 1.5em;
  }

  .page-resources-ev88-bet-customer-support-evaluation .criteria-grid,
  .page-resources-ev88-bet-customer-support-evaluation .feedback-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-ev88-bet-customer-support-evaluation .call-to-action-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-resources-ev88-bet-customer-support-evaluation .btn-secondary {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .page-resources-ev88-bet-customer-support-evaluation .hero-section {
    padding: 60px 0;
  }

  .page-resources-ev88-bet-customer-support-evaluation .hero-section h1 {
    font-size: 2em;
  }

  .page-resources-ev88-bet-customer-support-evaluation .hero-section p {
    font-size: 1em;
  }

  .page-resources-ev88-bet-customer-support-evaluation .btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-ev88-bet-customer-support-evaluation section {
    padding: 40px 0;
  }
}