.page-resources-888new-customer-support {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray text for dark background */
  line-height: 1.6;
  background-color: #1A202C;
}

.page-resources-888new-customer-support-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-888new-customer-support-section {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.page-resources-888new-customer-support-hero {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.page-resources-888new-customer-support-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.5) blur(2px);
}

.page-resources-888new-customer-support-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(26, 32, 44, 0.8), rgba(255, 215, 0, 0.2));
  z-index: 0;
}

.page-resources-888new-customer-support-hero-content {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  max-width: 800px;
  padding: 20px;
}

.page-resources-888new-customer-support-hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-888new-customer-support-hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-resources-888new-customer-support-heading {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section headings */
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-resources-888new-customer-support-subheading {
  font-size: 1.8em;
  color: #FFD700; /* Gold for subheadings */
  margin-bottom: 15px;
}

.page-resources-888new-customer-support-paragraph {
  font-size: 1.1em;
  color: #E0E0E0;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-888new-customer-support-paragraph strong {
  color: #FFD700;
}

.page-resources-888new-customer-support-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
}

.page-resources-888new-customer-support-btn-primary {
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold */
  border: 2px solid #FFD700;
}

.page-resources-888new-customer-support-btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-888new-customer-support-btn-secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-resources-888new-customer-support-btn-secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-2px);
}

.page-resources-888new-customer-support-link {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-888new-customer-support-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

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

.page-resources-888new-customer-support-channel-card {
  background-color: #2D3748; /* Slightly lighter dark background for cards */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-888new-customer-support-channel-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-888new-customer-support-channel-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-resources-888new-customer-support-content-with-image {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-resources-888new-customer-support-responsive-image {
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-888new-customer-support-image-right {
  order: 2;
}

.page-resources-888new-customer-support-text-content {
  flex: 1;
}

.page-resources-888new-customer-support-centered-content {
  text-align: center;
}

.page-resources-888new-customer-support-app-image {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 40px auto;
  display: block;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-888new-customer-support-mt-20 {
  margin-top: 20px;
}

.page-resources-888new-customer-support-grid-testimonials {
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.page-resources-888new-customer-support-testimonial-card {
  background-color: #2D3748;
  border-left: 5px solid #FFD700;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-888new-customer-support-quote {
  font-style: italic;
  color: #C0C0C0;
  margin-bottom: 15px;
}

.page-resources-888new-customer-support-author {
  font-weight: bold;
  color: #FFD700;
  text-align: right;
}

.page-resources-888new-customer-support-faq-item {
  background-color: #2D3748;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-resources-888new-customer-support-faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-888new-customer-support-cta {
  background-color: #2D3748;
  padding: 80px 0;
  text-align: center;
}

.page-resources-888new-customer-support-cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-888new-customer-support-hero-title {
    font-size: 2.8em;
  }
  .page-resources-888new-customer-support-heading {
    font-size: 2em;
  }
  .page-resources-888new-customer-support-subheading {
    font-size: 1.5em;
  }
  .page-resources-888new-customer-support-content-with-image {
    flex-direction: column;
  }
  .page-resources-888new-customer-support-responsive-image {
    max-width: 80%;
    order: 1;
  }
  .page-resources-888new-customer-support-image-right {
    order: 1;
  }
  .page-resources-888new-customer-support-text-content {
    order: 2;
  }
}

@media (max-width: 768px) {
  .page-resources-888new-customer-support-hero {
    height: 400px;
  }
  .page-resources-888new-customer-support-hero-title {
    font-size: 2.2em;
  }
  .page-resources-888new-customer-support-hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-888new-customer-support-section {
    padding: 40px 0;
  }
  .page-resources-888new-customer-support-heading {
    font-size: 1.8em;
  }
  .page-resources-888new-customer-support-paragraph {
    font-size: 1em;
  }
  .page-resources-888new-customer-support-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-888new-customer-support-responsive-image {
    max-width: 100%;
  }
  .page-resources-888new-customer-support-app-image {
    max-width: 300px;
  }
  .page-resources-888new-customer-support-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-888new-customer-support-hero-title {
    font-size: 1.8em;
  }
  .page-resources-888new-customer-support-hero-subtitle {
    font-size: 0.9em;
  }
  .page-resources-888new-customer-support-btn {
    padding: 10px 20px;
    font-size: 1em;
  }
}