.flash-info {
    font-size: 14px;
    white-space: nowrap;
}

.news-scroll {
    display: inline-block;
    padding-left: 100%;
    animation: scrollNews 25s linear infinite;
}

@keyframes scrollNews {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.flash-info a:hover {
    color: #fff !important;
}


.flash-info a {
    transition: 0.3s;
}

.flash-info a:hover {
    color: #fff !important;
}




body {
  background-color: #f8f9fa;
  padding-top: 80px;
  font-family: Arial, Helvetica, sans-serif;
}

/* FLASH INFO */
.flash-info {
  background: #0d6efd;
  color: #fff;
  padding: 8px 0;
  font-weight: 500;
}

/* HERO */
.hero {
  background: linear-gradient(135deg, #0d6efd, #084298);
  color: #fff;
  padding: 80px 20px;
}

.hero h1 {
  font-size: 2rem;
  font-weight: bold;
}

.hero p {
  max-width: 800px;
  margin: 15px auto 0;
}

/* STATS */
.stats {
  margin: 60px auto;
}

.stat-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.stat-box h2 {
  color: #0d6efd;
  font-weight: bold;
}

/* MEDIA */
.media {
  margin: 60px auto;
}

.media h3 {
  margin-bottom: 30px;
  font-weight: bold;
}

.media-box {
  background: #e9ecef;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 500;
}

/* PHOTOS */
.photo-box {
  background: #dee2e6;
  height: 160px;
  border-radius: 10px;
}

/* FOOTER */
.footer {
  background: #084298;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin-top: 60px;
}
.popup-centre {
  text-align: center;
}

.popup-centre img.popup-img {
  width: 100%;
  max-width: 220px;
  border-radius: 8px;
  margin-top: 5px;
}

.popup-centre {
  text-align: center;
}

.popup-img {
  width: 100%;
  max-width: 220px;
  border-radius: 8px;
  margin-top: 5px;
}
