/* style/news-tech-innovations-igaming.css */
.page-news-tech-innovations-igaming {
  font-family: 'Arial', sans-serif;
  color: #F8F8F8; /* Light gray for main text */
  background-color: #0A2239; /* Main dark blue background */
  line-height: 1.6;
}

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

.page-news-tech-innovations-igaming__hero {
  background: linear-gradient(135deg, #0A2239 0%, #1A3F5E 100%);
  padding: 100px 0;
  text-align: center;
  color: #E0B400; /* Accent color for hero content */
  position: relative;
  overflow: hidden;
}

.page-news-tech-innovations-igaming__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #E0B400;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-news-tech-innovations-igaming__hero-subtitle {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #F8F8F8;
}

.page-news-tech-innovations-igaming__hero-cta {
  display: inline-block;
  background-color: #E0B400;
  color: #0A2239;
  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-news-tech-innovations-igaming__hero-cta:hover {
  background-color: #FFC700;
  transform: translateY(-3px);
}

.page-news-tech-innovations-igaming__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(224, 180, 0, 0.1);
}

.page-news-tech-innovations-igaming__section:last-of-type {
  border-bottom: none;
}

.page-news-tech-innovations-igaming__bg-dark {
  background-color: #1A3F5E;
}

.page-news-tech-innovations-igaming__bg-accent {
  background-color: #E0B400;
  color: #0A2239;
}

.page-news-tech-innovations-igaming__section-title {
  font-size: 2.5em;
  color: #E0B400;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-news-tech-innovations-igaming__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #E0B400;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-news-tech-innovations-igaming__sub-title {
  font-size: 1.8em;
  color: #F8F8F8;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-news-tech-innovations-igaming p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #CCCCCC;
}

.page-news-tech-innovations-igaming strong {
  color: #E0B400;
}

.page-news-tech-innovations-igaming__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-news-tech-innovations-igaming__list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23E0B400"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #F8F8F8;
  font-size: 1.1em;
}

.page-news-tech-innovations-igaming__image-full {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-news-tech-innovations-igaming__image-half {
  width: 48%; /* Adjust for spacing */
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-news-tech-innovations-igaming__image-half:nth-of-type(odd) {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}

.page-news-tech-innovations-igaming__other-tech ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.page-news-tech-innovations-igaming__other-tech ul li {
  background: #1A3F5E;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background-image: none;
  padding-left: 20px;
}

.page-news-tech-innovations-igaming__cta-banner {
  padding: 80px 0;
  text-align: center;
  background-color: #E0B400;
  color: #0A2239;
}

.page-news-tech-innovations-igaming__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #0A2239;
}

.page-news-tech-innovations-igaming__cta-title::after {
  background-color: #0A2239;
}

.page-news-tech-innovations-igaming__cta-text {
  font-size: 1.2em;
  max-width: 700px;
  margin: 0 auto 40px;
  color: #333333;
}

.page-news-tech-innovations-igaming__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-news-tech-innovations-igaming__button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-news-tech-innovations-igaming__button--primary {
  background-color: #0A2239;
  color: #E0B400;
}

.page-news-tech-innovations-igaming__button--primary:hover {
  background-color: #1A3F5E;
  transform: translateY(-3px);
}

.page-news-tech-innovations-igaming__button--secondary {
  background-color: #F8F8F8;
  color: #0A2239;
  border: 2px solid #0A2239;
}

.page-news-tech-innovations-igaming__button--secondary:hover {
  background-color: #CCCCCC;
  transform: translateY(-3px);
}

.page-news-tech-innovations-igaming__responsible-gaming p {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-news-tech-innovations-igaming__hero-title {
    font-size: 2.8em;
  }
  .page-news-tech-innovations-igaming__section-title {
    font-size: 2.2em;
  }
  .page-news-tech-innovations-igaming__sub-title {
    font-size: 1.6em;
  }
  .page-news-tech-innovations-igaming__image-half {
    width: 100%;
    float: none;
    margin: 30px 0 20px 0;
  }
}

@media (max-width: 768px) {
  .page-news-tech-innovations-igaming__hero {
    padding: 80px 0;
  }
  .page-news-tech-innovations-igaming__hero-title {
    font-size: 2.2em;
  }
  .page-news-tech-innovations-igaming__hero-subtitle {
    font-size: 1.1em;
  }
  .page-news-tech-innovations-igaming__section {
    padding: 40px 0;
  }
  .page-news-tech-innovations-igaming__section-title {
    font-size: 1.8em;
  }
  .page-news-tech-innovations-igaming__sub-title {
    font-size: 1.4em;
  }
  .page-news-tech-innovations-igaming p,
  .page-news-tech-innovations-igaming__list li {
    font-size: 1em;
  }
  .page-news-tech-innovations-igaming__cta-title {
    font-size: 2.2em;
  }
  .page-news-tech-innovations-igaming__cta-text {
    font-size: 1em;
  }
  .page-news-tech-innovations-igaming__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-news-tech-innovations-igaming__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-news-tech-innovations-igaming__hero-title {
    font-size: 1.8em;
  }
  .page-news-tech-innovations-igaming__hero-cta {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-news-tech-innovations-igaming__section-title {
    font-size: 1.6em;
  }
  .page-news-tech-innovations-igaming__sub-title {
    font-size: 1.2em;
  }
  .page-news-tech-innovations-igaming__list li {
    padding-left: 25px;
    background-size: 18px;
  }
  .page-news-tech-innovations-igaming__cta-title {
    font-size: 1.8em;
  }
}