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

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

.page-industry-news h1, .page-industry-news h2, .page-industry-news h3 {
  color: #8B0000;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-industry-news h1 {
  font-size: 3.2em;
  text-align: center;
  color: #FFD700; /* Gold text for main heading on dark background */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-industry-news h2 {
  font-size: 2.5em;
  text-align: center;
  margin-top: 40px;
  color: #8B0000;
}

.page-industry-news h3 {
  font-size: 1.8em;
  color: #8B0000;
}

.page-industry-news p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #555555;
}

.page-industry-news .cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #8B0000;
  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;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-industry-news .cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.page-industry-news .text-center {
  text-align: center;
}

/* Hero Section */
.page-industry-news .hero-section {
  background: linear-gradient(135deg, #8B0000 0%, #FFD700 100%);
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-industry-news .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Overlay for text readability */
  z-index: 1;
}

.page-industry-news .hero-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-industry-news .hero-content p {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #ffffff;
}

/* News Overview Section */
.page-industry-news .news-overview {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-industry-news .news-overview .image-full-width {
  margin: 40px 0;
  text-align: center;
}

.page-industry-news .news-overview .image-full-width img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* Trending Topics Section */
.page-industry-news .trending-topics {
  padding: 60px 0;
  background-color: #f0f0f0;
}

.page-industry-news .trending-topics h2, .page-industry-news .999bet-contribution h2, .page-industry-news .importance-of-trust h2 {
    margin-bottom: 40px;
}

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

.page-industry-news .news-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-decoration: none;
  color: #333333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-industry-news .news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.page-industry-news .news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eeeeee;
}

.page-industry-news .news-card h3 {
  padding: 20px 20px 10px;
  font-size: 1.4em;
  color: #8B0000;
}

.page-industry-news .news-card p {
  padding: 0 20px 20px;
  font-size: 0.95em;
  color: #666666;
  flex-grow: 1;
}

/* 999Bet Contribution Section */
.page-industry-news .999bet-contribution {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-industry-news .feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 30px;
}

.page-industry-news .feature-item img {
  width: 250px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.page-industry-news .feature-item h3 {
  margin-top: 0;
  font-size: 1.6em;
}

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

/* Importance of Trust Section */
.page-industry-news .importance-of-trust {
  padding: 60px 0;
  background-color: #f0f0f0;
}

.page-industry-news .trust-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

.page-industry-news .trust-feature img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-industry-news .trust-feature h3 {
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 10px;
}

/* FAQ Section */
.page-industry-news .faq-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-industry-news .faq-list {
  margin-top: 40px;
}

.page-industry-news .faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.page-industry-news .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-industry-news .faq-question:hover {
  background-color: #f5f5f5;
}

.page-industry-news .faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: #8B0000;
}

.page-industry-news .faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-industry-news .faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.page-industry-news .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding: 0 25px;
  background-color: #f9f9f9;
}

.page-industry-news .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding: 15px 25px 25px;
}

.page-industry-news .faq-answer p {
  margin: 0;
  color: #555555;
}

/* Latest Articles Section */
.page-industry-news .latest-articles {
  padding: 60px 0;
  background-color: #f0f0f0;
}

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

.page-industry-news .article-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-decoration: none;
  color: #333333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-industry-news .article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.page-industry-news .article-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #eeeeee;
}

.page-industry-news .article-card h3 {
  padding: 20px 20px 10px;
  font-size: 1.4em;
  color: #8B0000;
  flex-grow: 1;
}

.page-industry-news .article-card p {
  padding: 0 20px 15px;
  font-size: 0.95em;
  color: #666666;
}

.page-industry-news .article-card .article-date {
  display: block;
  font-size: 0.85em;
  color: #999999;
  padding: 0 20px 20px;
}

/* Call to Action Section */
.page-industry-news .call-to-action {
  background-color: #8B0000;
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.page-industry-news .call-to-action h2 {
  color: #FFD700;
  font-size: 2.8em;
  margin-bottom: 20px;
}

.page-industry-news .call-to-action p {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #ffffff;
}

.page-industry-news .call-to-action .cta-button {
  background-color: #FFD700;
  color: #8B0000;
}

.page-industry-news .call-to-action .cta-button:hover {
  background-color: #e6c200;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-industry-news h1 {
    font-size: 2.8em;
  }
  .page-industry-news h2 {
    font-size: 2em;
  }
  .page-industry-news .hero-content p {
    font-size: 1.1em;
  }
  .page-industry-news .feature-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-industry-news .feature-item:nth-child(even) {
    flex-direction: column;
  }
  .page-industry-news .feature-item img {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-industry-news h1 {
    font-size: 2.2em;
  }
  .page-industry-news h2 {
    font-size: 1.8em;
  }
  .page-industry-news h3 {
    font-size: 1.5em;
  }
  .page-industry-news .hero-section {
    padding: 60px 0;
  }
  .page-industry-news .news-card-grid, .page-industry-news .article-grid {
    grid-template-columns: 1fr;
  }
  .page-industry-news .news-card img, .page-industry-news .article-card img {
    height: 180px;
  }
  .page-industry-news .cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-industry-news .faq-question {
    padding: 15px 20px;
  }
  .page-industry-news .faq-question h3 {
    font-size: 1.1em;
  }
  .page-industry-news .faq-answer {
    padding: 0 20px;
  }
  .page-industry-news .faq-item.active .faq-answer {
    padding: 15px 20px 20px;
  }
  .page-industry-news .call-to-action h2 {
    font-size: 2em;
  }
  .page-industry-news .call-to-action p {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-industry-news h1 {
    font-size: 1.8em;
  }
  .page-industry-news h2 {
    font-size: 1.6em;
  }
  .page-industry-news .hero-content p {
    font-size: 1em;
  }
  .page-industry-news .call-to-action h2 {
    font-size: 1.8em;
  }
  .page-industry-news .call-to-action p {
    font-size: 1em;
  }
  .page-industry-news .feature-item img {
    width: 100%;
    height: auto;
  }
  .page-industry-news .trust-feature img {
    width: 150px;
    height: 150px;
  }
}