.page-industry-news-market-trends {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f9f9f9;
}

.page-industry-news-market-trends__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-industry-news-market-trends__container--narrow {
    max-width: 900px;
}

.page-industry-news-market-trends__hero-section {
  background: linear-gradient(135deg, #007BFF, #0056b3);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-industry-news-market-trends__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,blue_gold,pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-industry-news-market-trends__hero-section > div {
    position: relative;
    z-index: 1;
}

.page-industry-news-market-trends__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-industry-news-market-trends__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-industry-news-market-trends__section-title {
  font-size: 2.5em;
  color: #007BFF;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  font-weight: bold;
}

.page-industry-news-market-trends__sub-section-title {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-industry-news-market-trends__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-industry-news-market-trends__intro-section, 
.page-industry-news-market-trends__trends-section, 
.page-industry-news-market-trends__impact-section, 
.page-industry-news-market-trends__challenges-opportunities, 
.page-industry-news-market-trends__cta-section {
  padding: 60px 0;
}

.page-industry-news-market-trends__intro-section {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.page-industry-news-market-trends__trends-section {
  background-color: #f0f8ff; /* Light blue background */
}

.page-industry-news-market-trends__trend-item {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.page-industry-news-market-trends__trend-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-industry-news-market-trends__impact-section {
  background-color: #e6f7ff;
  border-top: 1px solid #eee;
}

.page-industry-news-market-trends__impact-item {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.page-industry-news-market-trends__impact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-industry-news-market-trends__challenges-opportunities {
    background-color: #fff;
    border-top: 1px solid #eee;
}

.page-industry-news-market-trends__cta-section {
  background: linear-gradient(135deg, #0056b3, #007BFF);
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-industry-news-market-trends__cta-section .page-industry-news-market-trends__section-title {
  color: #FFD700;
  margin-bottom: 30px;
  padding-top: 0;
}

.page-industry-news-market-trends__cta-section .page-industry-news-market-trends__text {
  color: #e0e0e0;
  margin-bottom: 40px;
}

.page-industry-news-market-trends__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  font-size: 1.1em;
  margin: 10px;
  white-space: nowrap;
}

.page-industry-news-market-trends__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #0056b3; /* Darker blue for contrast */
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-industry-news-market-trends__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.6);
}

.page-industry-news-market-trends__btn--secondary {
  background-color: #007BFF; /* Primary blue */
  color: #fff;
  border: 2px solid #007BFF;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
}

.page-industry-news-market-trends__btn--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.6);
}

.page-industry-news-market-trends__btn--tertiary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.2);
}

.page-industry-news-market-trends__btn--tertiary:hover {
    background-color: #FFD700;
    color: #0056b3;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(255, 215, 0, 0.4);
}

.page-industry-news-market-trends__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-industry-news-market-trends__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-industry-news-market-trends__image--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-industry-news-market-trends__hero-title {
    font-size: 2.8em;
  }
  .page-industry-news-market-trends__hero-subtitle {
    font-size: 1.2em;
  }
  .page-industry-news-market-trends__section-title {
    font-size: 2em;
  }
  .page-industry-news-market-trends__sub-section-title {
    font-size: 1.5em;
  }
  .page-industry-news-market-trends__text {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-industry-news-market-trends__hero-section {
    padding: 80px 0;
  }
  .page-industry-news-market-trends__hero-title {
    font-size: 2.2em;
  }
  .page-industry-news-market-trends__hero-subtitle {
    font-size: 1.1em;
  }
  .page-industry-news-market-trends__section-title {
    font-size: 1.8em;
  }
  .page-industry-news-market-trends__sub-section-title {
    font-size: 1.3em;
  }
  .page-industry-news-market-trends__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-industry-news-market-trends__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-industry-news-market-trends__cta-buttons .page-industry-news-market-trends__btn {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .page-industry-news-market-trends__hero-section {
    padding: 60px 0;
  }
  .page-industry-news-market-trends__hero-title {
    font-size: 1.8em;
  }
  .page-industry-news-market-trends__hero-subtitle {
    font-size: 1em;
  }
  .page-industry-news-market-trends__section-title {
    font-size: 1.6em;
  }
  .page-industry-news-market-trends__sub-section-title {
    font-size: 1.2em;
  }
  .page-industry-news-market-trends__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-industry-news-market-trends__cta-buttons .page-industry-news-market-trends__btn {
    width: 90%;
  }
  .page-industry-news-market-trends__container {
    padding: 0 15px;
  }
}