/* style/resources-industry-news-2023.css */
.page-resources-industry-news-2023 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-industry-news-2023__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-industry-news-2023__hero {
  background: linear-gradient(135deg, #003366, #1a4a7a);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-industry-news-2023__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,geometric,blue_gold_pattern]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-industry-news-2023__hero .page-resources-industry-news-2023__container {
  position: relative;
  z-index: 1;
}

.page-resources-industry-news-2023__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFCC00;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-industry-news-2023__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-resources-industry-news-2023__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.page-resources-industry-news-2023__btn--primary {
  background-color: #FFCC00;
  color: #003366;
}

.page-resources-industry-news-2023__btn--primary:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-resources-industry-news-2023__btn--secondary {
  background-color: #004d99;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-resources-industry-news-2023__btn--secondary:hover {
  background-color: #003366;
  transform: translateY(-2px);
}

.page-resources-industry-news-2023__btn--tertiary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #003366;
}

.page-resources-industry-news-2023__btn--tertiary:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-resources-industry-news-2023__section {
  padding: 60px 0;
}

.page-resources-industry-news-2023__section--dark {
  background-color: #003366;
  color: #e0e0e0;
}

.page-resources-industry-news-2023__section--dark .page-resources-industry-news-2023__section-title,
.page-resources-industry-news-2023__section--dark .page-resources-industry-news-2023__sub-title {
  color: #FFCC00;
}

.page-resources-industry-news-2023__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-industry-news-2023__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-industry-news-2023__sub-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-industry-news-2023__section--dark .page-resources-industry-news-2023__sub-title {
  color: #FFCC00;
}

.page-resources-industry-news-2023 p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.8;
}

.page-resources-industry-news-2023__img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-industry-news-2023__img--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-industry-news-2023__img--left {
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
  max-width: 45%;
}

.page-resources-industry-news-2023__img--right {
  float: right;
  margin-left: 25px;
  margin-bottom: 15px;
  max-width: 45%;
}

.page-resources-industry-news-2023__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-industry-news-2023__grid-item {
  background-color: #004d99;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-industry-news-2023__grid-item:hover {
  transform: translateY(-5px);
}

.page-resources-industry-news-2023__grid-item img {
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 20px;
}

.page-resources-industry-news-2023__grid-item h3 {
  color: #FFCC00;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-resources-industry-news-2023__grid-item p {
  color: #cceeff;
  font-size: 1em;
}

.page-resources-industry-news-2023__cta-inline {
  clear: both;
  text-align: center;
  padding: 40px 0;
  background-color: #004d99;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-industry-news-2023__cta-inline p {
  font-size: 1.3em;
  color: #FFCC00;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-industry-news-2023__cta-banner {
  background-color: #003366;
  padding: 80px 0;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-resources-industry-news-2023__cta-banner .page-resources-industry-news-2023__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.page-resources-industry-news-2023__cta-img {
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-industry-news-2023__cta-content {
  text-align: center;
}

.page-resources-industry-news-2023__cta-title {
  font-size: 3em;
  color: #FFCC00;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-resources-industry-news-2023__cta-text {
  font-size: 1.4em;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-industry-news-2023__hero-title {
    font-size: 2.8em;
  }

  .page-resources-industry-news-2023__hero-subtitle,
  .page-resources-industry-news-2023__cta-text {
    font-size: 1.3em;
  }

  .page-resources-industry-news-2023__section-title {
    font-size: 2em;
  }

  .page-resources-industry-news-2023__sub-title {
    font-size: 1.6em;
  }

  .page-resources-industry-news-2023__img--left,
  .page-resources-industry-news-2023__img--right {
    float: none;
    margin: 20px auto;
    max-width: 80%;
    display: block;
  }

  .page-resources-industry-news-2023__cta-banner .page-resources-industry-news-2023__container {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-resources-industry-news-2023__hero {
    padding: 80px 0;
  }

  .page-resources-industry-news-2023__hero-title {
    font-size: 2.2em;
  }

  .page-resources-industry-news-2023__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-industry-news-2023__section {
    padding: 40px 0;
  }

  .page-resources-industry-news-2023__section-title {
    font-size: 1.8em;
  }

  .page-resources-industry-news-2023__sub-title {
    font-size: 1.4em;
  }

  .page-resources-industry-news-2023 p {
    font-size: 1em;
  }

  .page-resources-industry-news-2023__grid {
    grid-template-columns: 1fr;
  }

  .page-resources-industry-news-2023__grid-item {
    padding: 20px;
  }

  .page-resources-industry-news-2023__cta-inline p {
    font-size: 1.1em;
  }

  .page-resources-industry-news-2023__cta-title {
    font-size: 2em;
  }

  .page-resources-industry-news-2023__cta-text {
    font-size: 1.1em;
  }

  .page-resources-industry-news-2023__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-industry-news-2023__hero-title {
    font-size: 1.8em;
  }

  .page-resources-industry-news-2023__section-title {
    font-size: 1.5em;
  }

  .page-resources-industry-news-2023__cta-title {
    font-size: 1.8em;
  }
}