/* style/news-latest-gambling-industry.css */

/* Base styles for the page content */
.page-news-latest-gambling-industry {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for main text on dark background */
  background-color: #0F1D38; /* Slightly lighter dark blue for overall background */
  line-height: 1.6;
}

.page-news-latest-gambling-industry__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-news-latest-gambling-industry__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1A2B4C, #0F1D38); /* Gradient from main color to a darker shade */
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.page-news-latest-gambling-industry__hero-content {
  z-index: 1;
  max-width: 800px;
}

.page-news-latest-gambling-industry__hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-news-latest-gambling-industry__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%) blur(3px);
}

.page-news-latest-gambling-industry__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Auxiliary color for emphasis */
  font-weight: bold;
}

.page-news-latest-gambling-industry__subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #C0C0C0;
}

/* Call to Action Button */
.page-news-latest-gambling-industry__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Auxiliary color */
  color: #1A2B4C; /* Main color for text on auxiliary background */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-news-latest-gambling-industry__cta-button:hover {
  background-color: #E5C100; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-news-latest-gambling-industry__cta-button--secondary {
  background-color: #1A2B4C; /* Main color */
  color: #FFD700; /* Auxiliary color for text on main background */
  border: 2px solid #FFD700;
}

.page-news-latest-gambling-industry__cta-button--secondary:hover {
  background-color: #2F426D; /* Lighter main color on hover */
  border-color: #FFD700;
}

.page-news-latest-gambling-industry__cta-button--outline {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-news-latest-gambling-industry__cta-button--outline:hover {
  background-color: #FFD700;
  color: #1A2B4C;
}

/* General Section Styling */
.page-news-latest-gambling-industry__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-news-latest-gambling-industry__section:last-of-type {
  border-bottom: none;
}

.page-news-latest-gambling-industry__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Auxiliary color */
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-news-latest-gambling-industry__text {
  font-size: 1.1em;
  color: #E0E0E0;
  margin-bottom: 20px;
  text-align: justify;
}

.page-news-latest-gambling-industry__image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Specific Section Backgrounds */
.page-news-latest-gambling-industry__trends {
  background-color: #1A2B4C; /* Main color */
}

.page-news-latest-gambling-industry__technology {
  background-color: #0F1D38; /* Darker blue */
}

.page-news-latest-gambling-industry__regulation {
  background-color: #1A2B4C;
}

.page-news-latest-gambling-industry__market-insights {
  background-color: #0F1D38;
}

/* Final CTA Section */
.page-news-latest-gambling-industry__cta-final {
  background-color: #1A2B4C;
  padding: 80px 20px;
  text-align: center;
}

.page-news-latest-gambling-industry__cta-content {
  max-width: 900px;
}

.page-news-latest-gambling-industry__cta-final .page-news-latest-gambling-industry__section-title {
  color: #FFD700;
  margin-bottom: 25px;
}

.page-news-latest-gambling-industry__cta-final .page-news-latest-gambling-industry__text {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #FFFFFF;
}

.page-news-latest-gambling-industry__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-news-latest-gambling-industry__hero {
    padding: 60px 20px;
  }

  .page-news-latest-gambling-industry__title {
    font-size: 2.5em;
  }

  .page-news-latest-gambling-industry__subtitle {
    font-size: 1.1em;
  }

  .page-news-latest-gambling-industry__section-title {
    font-size: 2em;
  }

  .page-news-latest-gambling-industry__text {
    font-size: 1em;
  }

  .page-news-latest-gambling-industry__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-news-latest-gambling-industry__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-news-latest-gambling-industry__title {
    font-size: 2em;
  }

  .page-news-latest-gambling-industry__subtitle {
    font-size: 0.95em;
  }

  .page-news-latest-gambling-industry__section-title {
    font-size: 1.8em;
  }

  .page-news-latest-gambling-industry__cta-button {
    width: 90%;
    max-width: 300px;
  }
}