.page-industry-news-tech-innovations {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark gray for general text on light background */
  background-color: #f8f8f8;
}

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

.page-industry-news-tech-innovations__hero {
  background: linear-gradient(135deg, #0A2342 0%, #203a5e 100%); /* Dark blue gradient */
  color: #FFFFFF; /* White text on dark background */
  padding: 100px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-industry-news-tech-innovations__hero-content {
  z-index: 10;
  max-width: 800px;
}

.page-industry-news-tech-innovations__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  font-weight: bold;
  line-height: 1.2;
}

.page-industry-news-tech-innovations__subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #E0E0E0; /* Light gray for subtitle */
}

.page-industry-news-tech-innovations__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-industry-news-tech-innovations__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) blur(5px);
  transform: scale(1.1);
}

.page-industry-news-tech-innovations__section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.page-industry-news-tech-innovations__section--dark {
  background-color: #0A2342;
  color: #FFFFFF;
}

.page-industry-news-tech-innovations__section--dark .page-industry-news-tech-innovations__section-title,
.page-industry-news-tech-innovations__section--dark .page-industry-news-tech-innovations__sub-title {
  color: #FFD700; /* Gold for titles on dark background */
}

.page-industry-news-tech-innovations__section--dark .page-industry-news-tech-innovations__text {
  color: #E0E0E0; /* Light gray for text on dark background */
}

.page-industry-news-tech-innovations__section-title {
  font-size: 2.5em;
  color: #0A2342; /* Dark blue for titles on light background */
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
}

.page-industry-news-tech-innovations__sub-title {
  font-size: 1.6em;
  color: #0A2342;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-industry-news-tech-innovations__section--dark .page-industry-news-tech-innovations__sub-title {
  color: #FFD700;
}

.page-industry-news-tech-innovations__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-industry-news-tech-innovations__keyword {
  color: #0A2342;
  font-weight: bold;
}

.page-industry-news-tech-innovations__section--dark .page-industry-news-tech-innovations__keyword {
  color: #FFD700;
}

.page-industry-news-tech-innovations__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A2342; /* Dark blue text on gold button */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700;
}

.page-industry-news-tech-innovations__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-industry-news-tech-innovations__cta-button--large {
  padding: 20px 40px;
  font-size: 1.5em;
  margin-top: 30px;
}

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

.page-industry-news-tech-innovations__grid-item {
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-industry-news-tech-innovations__section--dark .page-industry-news-tech-innovations__grid-item {
  background-color: #1a3a64; /* Slightly lighter dark blue for grid items */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-industry-news-tech-innovations__grid-item:hover {
  transform: translateY(-5px);
}

.page-industry-news-tech-innovations__section-image {
  max-width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-industry-news-tech-innovations__image--large {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-industry-news-tech-innovations__content-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-industry-news-tech-innovations__content-row:nth-child(even) {
  flex-direction: row-reverse;
}

.page-industry-news-tech-innovations__content-text {
  flex: 1;
}

.page-industry-news-tech-innovations__content-image {
  flex: 1;
  text-align: center;
}

.page-industry-news-tech-innovations__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-industry-news-tech-innovations__list li {
  background-color: #f0f0f0;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #FFD700; /* Gold accent */
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  font-size: 1.1em;
}

.page-industry-news-tech-innovations__section--dark .page-industry-news-tech-innovations__list li {
  background-color: #1a3a64;
  color: #E0E0E0;
  border-left-color: #FFD700;
}

.page-industry-news-tech-innovations__list-item-title {
  color: #0A2342;
  font-weight: bold;
  margin-right: 10px;
}

.page-industry-news-tech-innovations__section--dark .page-industry-news-tech-innovations__list-item-title {
  color: #FFD700;
}

.page-industry-news-tech-innovations__image--full-width {
  width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-industry-news-tech-innovations__section--cta {
  background-color: #0A2342;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0;
}

.page-industry-news-tech-innovations__cta-content .page-industry-news-tech-innovations__section-title {
  color: #FFD700;
}

.page-industry-news-tech-innovations__cta-content .page-industry-news-tech-innovations__text {
  color: #E0E0E0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-industry-news-tech-innovations__image--logo-banner {
  max-width: 300px;
  height: auto;
  margin: 30px auto;
  display: block;
}

.page-industry-news-tech-innovations__list--features {
  max-width: 800px;
  margin: 30px auto;
}

.page-industry-news-tech-innovations__list--features li {
  background-color: #1a3a64;
  border-left-color: #FFD700;
  color: #E0E0E0;
  text-align: left;
}

.page-industry-news-tech-innovations__list--features li .page-industry-news-tech-innovations__list-item-title {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-industry-news-tech-innovations__title {
    font-size: 2.8em;
  }
  .page-industry-news-tech-innovations__subtitle {
    font-size: 1.2em;
  }
  .page-industry-news-tech-innovations__section-title {
    font-size: 2em;
  }
  .page-industry-news-tech-innovations__content-row {
    flex-direction: column;
  }
  .page-industry-news-tech-innovations__content-row:nth-child(even) {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-industry-news-tech-innovations__hero {
    padding: 80px 0;
  }
  .page-industry-news-tech-innovations__title {
    font-size: 2.2em;
  }
  .page-industry-news-tech-innovations__subtitle {
    font-size: 1em;
  }
  .page-industry-news-tech-innovations__section {
    padding: 60px 0;
  }
  .page-industry-news-tech-innovations__section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
  .page-industry-news-tech-innovations__sub-title {
    font-size: 1.4em;
  }
  .page-industry-news-tech-innovations__text,
  .page-industry-news-tech-innovations__list li {
    font-size: 0.95em;
  }
  .page-industry-news-tech-innovations__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-industry-news-tech-innovations__cta-button--large {
    padding: 15px 30px;
    font-size: 1.2em;
  }
  .page-industry-news-tech-innovations__grid {
    grid-template-columns: 1fr;
  }
  .page-industry-news-tech-innovations__grid-item {
    padding: 25px;
  }
  .page-industry-news-tech-innovations__section-image {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .page-industry-news-tech-innovations__hero {
    padding: 60px 0;
  }
  .page-industry-news-tech-innovations__title {
    font-size: 1.8em;
  }
  .page-industry-news-tech-innovations__subtitle {
    font-size: 0.9em;
  }
  .page-industry-news-tech-innovations__section {
    padding: 40px 0;
  }
  .page-industry-news-tech-innovations__section-title {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
  .page-industry-news-tech-innovations__sub-title {
    font-size: 1.2em;
  }
  .page-industry-news-tech-innovations__cta-button {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-industry-news-tech-innovations__cta-button--large {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-industry-news-tech-innovations__list li {
    padding: 15px;
  }
}