.news-details-header {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 75vh;
  margin-top: 200px;
}

.news-details-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.news-details-header .container {
  z-index: 2;
}

.display-3 {
  font-size: 2.5rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.bg-black {
  background-color: #000 !important;
}

.news-body,
.section-body {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
}

h4 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.photo-grid img {
  transition: transform 0.3s ease;
}

.photo-grid img:hover {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .display-3 {
    font-size: 1.75rem;
  }
  .news-details-header {
    min-height: 50vh;
  }
}

.dropdown-menu {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  background-color: #161616;
  color: white;
}

.option_dropdown {
  color: white !important
}