.page-industry-news-gk88-latest-updates {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-industry-news-gk88-latest-updates__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-industry-news-gk88-latest-updates__hero {
  position: relative;
  background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%); /* Darker blue for background */
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-industry-news-gk88-latest-updates__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.page-industry-news-gk88-latest-updates__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for title */
}

.page-industry-news-gk88-latest-updates__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-industry-news-gk88-latest-updates__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #000000; /* Dark text on gold */
  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-industry-news-gk88-latest-updates__hero-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-industry-news-gk88-latest-updates__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 1;
}

.page-industry-news-gk88-latest-updates__section {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}

.page-industry-news-gk88-latest-updates__section:last-of-type {
  border-bottom: none;
}

.page-industry-news-gk88-latest-updates__section-title {
  font-size: 2.5em;
  color: #007BFF; /* Primary blue for section titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-industry-news-gk88-latest-updates__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

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

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

.page-industry-news-gk88-latest-updates__milestone-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-industry-news-gk88-latest-updates__milestone-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-industry-news-gk88-latest-updates__milestone-heading {
  font-size: 1.5em;
  color: #007BFF;
  margin-bottom: 15px;
}

.page-industry-news-gk88-latest-updates__cta-block {
  text-align: center;
  background-color: #e9f7ff; /* Light blue background for CTA */
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
}

.page-industry-news-gk88-latest-updates__cta-block p {
  font-size: 1.3em;
  margin-bottom: 25px;
  color: #0056b3; /* Darker blue text for CTA */
  font-weight: bold;
}

.page-industry-news-gk88-latest-updates__cta-button {
  display: inline-block;
  background-color: #007BFF; /* Primary blue button */
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin: 0 10px;
  transition: background-color 0.3s ease;
}

.page-industry-news-gk88-latest-updates__cta-button:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

.page-industry-news-gk88-latest-updates__cta-button--secondary {
  background-color: #FFD700; /* Gold button */
  color: #000000; /* Dark text on gold */
}

.page-industry-news-gk88-latest-updates__cta-button--secondary:hover {
  background-color: #e6c200; /* Darker gold on hover */
}

.page-industry-news-gk88-latest-updates__image--full-width {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 30px;
}

.page-industry-news-gk88-latest-updates__image--half-width {
  width: 100%;
  max-width: 600px;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
  margin: 30px auto 0;
  display: block;
}

.page-industry-news-gk88-latest-updates__future-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.page-industry-news-gk88-latest-updates__future-list li {
  background-color: #ffffff;
  padding: 20px;
  border-left: 5px solid #007BFF;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  color: #333333;
}

.page-industry-news-gk88-latest-updates__future-list li strong {
  color: #007BFF;
}

.page-industry-news-gk88-latest-updates__cta-block--bottom {
  margin-top: 60px;
  background-color: #fff8e1; /* Lighter gold background for bottom CTA */
}

.page-industry-news-gk88-latest-updates__cta-block--bottom p {
  color: #b39700; /* Darker gold text for bottom CTA */
}

.page-industry-news-gk88-latest-updates__contact-button {
  display: inline-block;
  background-color: #007BFF; /* Primary blue button */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 30px;
  transition: background-color 0.3s ease;
}

.page-industry-news-gk88-latest-updates__contact-button:hover {
  background-color: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-industry-news-gk88-latest-updates__hero-title {
    font-size: 2.5em;
  }

  .page-industry-news-gk88-latest-updates__hero-subtitle {
    font-size: 1.2em;
  }

  .page-industry-news-gk88-latest-updates__section-title {
    font-size: 2em;
  }

  .page-industry-news-gk88-latest-updates__milestone-grid {
    grid-template-columns: 1fr;
  }

  .page-industry-news-gk88-latest-updates__cta-block {
    padding: 30px;
  }

  .page-industry-news-gk88-latest-updates__cta-button {
    margin: 10px 0;
    width: 100%;
  }

  .page-industry-news-gk88-latest-updates__image--full-width,
  .page-industry-news-gk88-latest-updates__image--half-width {
    height: 250px;
  }

  .page-industry-news-gk88-latest-updates__future-list {
    grid-template-columns: 1fr;
  }
}