.page-blog-industry-news {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-blog-industry-news__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-industry-news__hero-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-blog-industry-news__hero-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-blog-industry-news__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.6); /* Darken image for text readability */
}

.page-blog-industry-news__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text */
  border-radius: 10px;
}

.page-blog-industry-news__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffc107; /* Accent color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-blog-industry-news__intro-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-industry-news__cta-button {
  display: inline-block;
  background-color: #007bff; /* Main brand color */
  color: #ffffff;
  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;
}

.page-blog-industry-news__cta-button:hover {
  background-color: #0056b3; /* Darker shade on hover */
  transform: translateY(-2px);
}

.page-blog-industry-news__section-title {
  font-size: 2.5em;
  color: #007bff; /* Main brand color */
  text-align: center;
  margin: 60px 0 40px 0;
  position: relative;
}

.page-blog-industry-news__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #ffc107; /* Accent color */
  margin: 10px auto 0 auto;
  border-radius: 2px;
}

.page-blog-industry-news__articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-industry-news__article-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-industry-news__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-industry-news__article-image {
  width: 100%;
  height: 220px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-industry-news__article-content {
  padding: 25px;
}

.page-blog-industry-news__article-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #007bff; /* Main brand color */
}

.page-blog-industry-news__article-title a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-industry-news__article-title a:hover {
  color: #0056b3;
}

.page-blog-industry-news__article-excerpt {
  font-size: 0.95em;
  color: #555555;
  margin-bottom: 20px;
}

.page-blog-industry-news__read-more {
  display: inline-block;
  color: #ffc107; /* Accent color */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-blog-industry-news__read-more:hover {
  color: #b38705; /* Darker accent on hover */
}

.page-blog-industry-news__view-all-button-wrapper {
  text-align: center;
  margin-top: 20px;
}

.page-blog-industry-news__view-all-button {
  display: inline-block;
  background-color: #ffc107; /* Accent color */
  color: #333333;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-blog-industry-news__view-all-button:hover {
  background-color: #e0a800; /* Darker accent on hover */
  transform: translateY(-2px);
}

.page-blog-industry-news__ph-win-app-spotlight {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.page-blog-industry-news__spotlight-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-blog-industry-news__spotlight-image {
  flex: 1;
  max-width: 50%;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-industry-news__spotlight-text {
  flex: 1;
  max-width: 50%;
}

.page-blog-industry-news__spotlight-text p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #444444;
}

.page-blog-industry-news__highlight {
  color: #007bff;
  font-weight: bold;
}

.page-blog-industry-news__cta-button--secondary {
  background-color: #ffc107;
  color: #333333;
  margin-top: 20px;
}

.page-blog-industry-news__cta-button--secondary:hover {
  background-color: #e0a800;
}

.page-blog-industry-news__related-resources {
  padding: 80px 0;
}

.page-blog-industry-news__resources-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-industry-news__resource-card {
  background-color: #e9f5ff; /* Lighter shade of main color */
  border-left: 5px solid #007bff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-industry-news__resource-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.page-blog-industry-news__resource-title {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-blog-industry-news__resource-title a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-industry-news__resource-title a:hover {
  color: #0056b3;
}

.page-blog-industry-news__resource-description {
  font-size: 0.9em;
  color: #666666;
  margin-bottom: 15px;
}

.page-blog-industry-news__resource-link {
  display: inline-block;
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-blog-industry-news__resource-link:hover {
  color: #b38705;
}

.page-blog-industry-news__cta-bottom {
  background-color: #007bff; /* Main brand color */
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
}

.page-blog-industry-news__cta-bottom-content {
  max-width: 900px;
}

.page-blog-industry-news__cta-bottom-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffc107; /* Accent color */
}

.page-blog-industry-news__cta-bottom-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-industry-news__cta-bottom-button {
  background-color: #ffc107; /* Accent color */
  color: #333333;
  padding: 18px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-blog-industry-news__cta-bottom-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-blog-industry-news__spotlight-content {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-industry-news__spotlight-image,
  .page-blog-industry-news__spotlight-text {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-industry-news__hero-content {
    padding: 20px;
  }

  .page-blog-industry-news__main-title {
    font-size: 2.2em;
  }

  .page-blog-industry-news__intro-description {
    font-size: 1em;
  }

  .page-blog-industry-news__section-title {
    font-size: 2em;
    margin: 40px 0 30px 0;
  }

  .page-blog-industry-news__articles-grid,
  .page-blog-industry-news__resources-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-industry-news__article-image {
    height: 180px;
  }

  .page-blog-industry-news__article-title {
    font-size: 1.3em;
  }

  .page-blog-industry-news__ph-win-app-spotlight {
    padding: 60px 0;
  }

  .page-blog-industry-news__cta-bottom {
    padding: 40px 0;
  }

  .page-blog-industry-news__cta-bottom-title {
    font-size: 2em;
  }

  .page-blog-industry-news__cta-bottom-description {
    font-size: 0.95em;
  }

  /* Ensure content images do not overflow on mobile */
  .page-blog-industry-news img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-industry-news__main-title {
    font-size: 1.8em;
  }

  .page-blog-industry-news__cta-button,
  .page-blog-industry-news__cta-bottom-button {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-blog-industry-news__section-title {
    font-size: 1.8em;
  }

  .page-blog-industry-news__article-content {
    padding: 15px;
  }

  .page-blog-industry-news__cta-bottom-title {
    font-size: 1.8em;
  }
}