.page-industry-news-new-tech-in-gambling {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-industry-news-new-tech-in-gambling__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-industry-news-new-tech-in-gambling__hero-section {
  position: relative;
  background-color: #007BFF;
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-industry-news-new-tech-in-gambling__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #007BFF, #0056b3);
  opacity: 0.9;
  z-index: 1;
}

.page-industry-news-new-tech-in-gambling__hero-section .page-industry-news-new-tech-in-gambling__container {
  position: relative;
  z-index: 2;
}

.page-industry-news-new-tech-in-gambling__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFD700; /* Gold for emphasis */
}

.page-industry-news-new-tech-in-gambling__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-industry-news-new-tech-in-gambling__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.3;
}

.page-industry-news-new-tech-in-gambling__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-industry-news-new-tech-in-gambling__section-title {
  font-size: 2.5em;
  color: #0056b3; /* Darker blue for contrast */
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.page-industry-news-new-tech-in-gambling__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
  text-align: justify;
}

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

.page-industry-news-new-tech-in-gambling__feature-item {
  background-color: #f0f8ff; /* Light blue background */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-industry-news-new-tech-in-gambling__feature-title {
  font-size: 1.5em;
  color: #007BFF;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-industry-news-new-tech-in-gambling__feature-description {
  font-size: 1em;
  color: #555;
}

.page-industry-news-new-tech-in-gambling__list {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-industry-news-new-tech-in-gambling__list li {
  background-color: #f0f8ff;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #007BFF;
  border-radius: 5px;
  font-size: 1.05em;
  color: #333;
}

.page-industry-news-new-tech-in-gambling__list li strong {
  color: #0056b3;
}

.page-industry-news-new-tech-in-gambling__image--full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.page-industry-news-new-tech-in-gambling__cta-box {
  background-color: #007BFF;
  color: #ffffff;
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  margin: 60px auto;
  max-width: 900px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-industry-news-new-tech-in-gambling__cta-title {
  font-size: 2.2em;
  margin-bottom: 20px;
  color: #FFD700;
  font-weight: 700;
}

.page-industry-news-new-tech-in-gambling__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-industry-news-new-tech-in-gambling__final-cta {
  text-align: center;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-industry-news-new-tech-in-gambling__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
  cursor: pointer;
}

.page-industry-news-new-tech-in-gambling__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #0056b3; /* Darker blue for contrast */
  border: 2px solid #FFD700;
}

.page-industry-news-new-tech-in-gambling__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  color: #003a7a;
  transform: translateY(-3px);
}

.page-industry-news-new-tech-in-gambling__btn--secondary {
  background-color: #0056b3; /* Darker blue */
  color: #FFD700; /* Gold */
  border: 2px solid #0056b3;
}

.page-industry-news-new-tech-in-gambling__btn--secondary:hover {
  background-color: #003a7a;
  border-color: #003a7a;
  color: #ffe066;
  transform: translateY(-3px);
}

.page-industry-news-new-tech-in-gambling__btn--outline {
  background-color: transparent;
  color: #007BFF; /* Primary blue */
  border: 2px solid #007BFF;
}

.page-industry-news-new-tech-in-gambling__btn--outline:hover {
  background-color: #007BFF;
  color: #ffffff;
  transform: translateY(-3px);
}

.page-industry-news-new-tech-in-gambling .highlight {
  color: #007BFF;
  font-weight: 600;
}

.page-industry-news-new-tech-in-gambling__hero-description .highlight {
  color: #FFD700;
}

.page-industry-news-new-tech-in-gambling__cta-title .highlight {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-industry-news-new-tech-in-gambling__hero-title {
    font-size: 2.5em;
  }

  .page-industry-news-new-tech-in-gambling__hero-description {
    font-size: 1.1em;
  }

  .page-industry-news-new-tech-in-gambling__section-title {
    font-size: 2em;
  }

  .page-industry-news-new-tech-in-gambling__cta-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-industry-news-new-tech-in-gambling__hero-section {
    padding: 80px 0;
    min-height: 400px;
  }

  .page-industry-news-new-tech-in-gambling__hero-title {
    font-size: 2em;
  }

  .page-industry-news-new-tech-in-gambling__hero-description {
    font-size: 1em;
  }

  .page-industry-news-new-tech-in-gambling__content-section {
    padding: 40px 0;
  }

  .page-industry-news-new-tech-in-gambling__section-title {
    font-size: 1.8em;
  }

  .page-industry-news-new-tech-in-gambling__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-industry-news-new-tech-in-gambling__cta-box {
    padding: 30px;
    margin: 40px auto;
  }

  .page-industry-news-new-tech-in-gambling__cta-title {
    font-size: 1.5em;
  }

  .page-industry-news-new-tech-in-gambling__cta-description {
    font-size: 1em;
  }

  .page-industry-news-new-tech-in-gambling__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}