/* style/industry-news-caxeng-market-report.css */
.page-industry-news-caxeng-market-report {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-industry-news-caxeng-market-report .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-industry-news-caxeng-market-report .hero-section {
  background: linear-gradient(135deg, #0A2239, #3A5C7E);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.page-industry-news-caxeng-market-report .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
}

.page-industry-news-caxeng-market-report .hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-industry-news-caxeng-market-report .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 10px;
}

.page-industry-news-caxeng-market-report .btn-primary {
  background-color: #FFD700;
  color: #0A2239;
  border: 2px solid #FFD700;
}

.page-industry-news-caxeng-market-report .btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-industry-news-caxeng-market-report .btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-industry-news-caxeng-market-report .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A2239;
}

.page-industry-news-caxeng-market-report .btn-large {
  padding: 15px 30px;
  font-size: 1.1em;
}

.page-industry-news-caxeng-market-report section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-industry-news-caxeng-market-report section:nth-of-type(even) {
  background-color: #f1f4f6;
}

.page-industry-news-caxeng-market-report .section-title {
  font-size: 2.5em;
  color: #0A2239;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-industry-news-caxeng-market-report .section-title::after {
  content: '';
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

.page-industry-news-caxeng-market-report h3 {
  font-size: 1.8em;
  color: #0A2239;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-industry-news-caxeng-market-report p {
  margin-bottom: 20px;
  color: #555;
}

.page-industry-news-caxeng-market-report ul,
.page-industry-news-caxeng-market-report ol {
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-industry-news-caxeng-market-report li {
  margin-bottom: 10px;
}

.page-industry-news-caxeng-market-report .image-full-width {
  width: 100%;
  height: auto;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.page-industry-news-caxeng-market-report .image-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.page-industry-news-caxeng-market-report .cta-card {
  background-color: #0A2239;
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin: 50px 0;
}

.page-industry-news-caxeng-market-report .cta-card h3 {
  color: #FFD700;
  font-size: 2em;
  margin-top: 0;
}

.page-industry-news-caxeng-market-report .cta-card p {
  color: #e0e0e0;
  margin-bottom: 30px;
}

.page-industry-news-caxeng-market-report .cta-final-section {
  text-align: center;
  background-color: #0A2239;
  color: #fff;
  padding: 80px 0;
}

.page-industry-news-caxeng-market-report .cta-final-section .section-title {
  color: #FFD700;
}

.page-industry-news-caxeng-market-report .cta-final-section .section-title::after {
  background-color: #FFD700;
}

.page-industry-news-caxeng-market-report .cta-final-section p {
  color: #e0e0e0;
  font-size: 1.2em;
  margin-bottom: 40px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-industry-news-caxeng-market-report .hero-title {
    font-size: 2.5em;
  }
  .page-industry-news-caxeng-market-report .hero-subtitle {
    font-size: 1.2em;
  }
  .page-industry-news-caxeng-market-report .section-title {
    font-size: 2em;
  }
  .page-industry-news-caxeng-market-report h3 {
    font-size: 1.5em;
  }
  .page-industry-news-caxeng-market-report .btn-large {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-industry-news-caxeng-market-report .hero-title {
    font-size: 2em;
  }
  .page-industry-news-caxeng-market-report .hero-subtitle {
    font-size: 1em;
  }
  .page-industry-news-caxeng-market-report .section-title {
    font-size: 1.8em;
  }
  .page-industry-news-caxeng-market-report .btn {
    display: block;
    width: 90%;
    margin: 10px auto;
  }
}