

.incident-section {
    position: relative;
    background-image: url("../images/banner/ayanfe-olarinde-wz48H7EZNbg-unsplash.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0;
}

a {
    color: rgba(153, 0, 0, 0.85);
    text-decoration: none; /* optional: remove underline */
    transition: color 0.3s ease;
}

a:hover {
    color: rgba(204, 0, 0, 1); /* brighter red on hover */
    text-decoration: underline; /* optional: underline on hover */
}

  
  /* Incident Summary */
  .incident-summary {
    padding: 50px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    justify-content: center;
  }
  .incident-summary img {
    width: 300px;
    border-radius: 15px;
  }
  .incident-summary .text {
    max-width: 600px;
  }
  .incident-img{
    padding: 20px;
  }
  .references {
    margin-top: 20px;
  }
  .references >h5{
   font-weight: bolder;
   font-size: 20px;
    padding: 5px;
  }
  .bi{
    font-size: 20px;
    margin-left: 2px;
  }
  .references button {
    font-weight: 600;
  }
  
  /* Geolocation */
  .geolocation {
    padding: 40px 20px;
  
  }
  .geolocation h3{
     font-weight: 700;
  }
  .geolocation iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 15px;
  }
  
  .download-btn {
    margin-top: 20px;
    float: right;
  }
  
  /* Metadata Panel */
  .metadata-panel {
    padding: 50px 20px;
    
  }
  .metadata-panel h4 {
    font-weight: 700;
    margin-bottom: 30px;
  }
  .metadata-panel input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
  .metadata-panel .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .metadata-panel .form-row > div {
    flex: 1;
    min-width: 200px;
  }
  
  .share-print {
    margin-top: 20px;
    display: flex;
    
    margin: 5px;
  }
  
  /* Advocacy Section */
  .advocacy {
    margin-top: 40px;
    background: url('../images/banner/banner-3.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 60px 20px;
    border-radius: 15px;
  }

  .info-box {
    background-color: #f8f9fa;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
}
.victim-info {
    margin-bottom: 5px;
    text-transform: capitalize;
}
.victim-info span {
    font-weight: bold;
    margin-right: 5px;
}
.source-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.source-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.source-link {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}
.source-link:hover {
    text-decoration: underline;
}
.source-status {
    float: right;
    font-size: 12px;
    color: #28a745;
}
.source-status.unverified {
    color: #dc3545;
}

.section-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.location-form {
  padding: 20px 0;
}

.form-input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
}
  
  
 
  
  @media (max-width: 768px) {
    .incident-summary {
      flex-direction: column;
      align-items: center;
    }
    .metadata-panel .form-row {
      flex-direction: column;
    }
    .share-print {
      flex-direction: column;
      gap: 10px;
    }
  }
  
/* policy Css */
.nav-link{
  font-size: 20px;
}
  .active {
    font-weight: 600;
    color: #090b54;
  }
  /* .sidebar {
    min-height: 100vh;
    background-color: #fff;
    padding-top: 2rem;
  } */
.heading{
  color: #090b54;
}

/* case submition */

.case-heading{
  background-color: #6c6c8f;
  color: white;
  padding: 20px;
}
.case-heading h1{
  color: black;
  font-weight: 700;
}

.form-control, .form-select {
  background-color: #fff;
  color: #000;
}
.form-check-label {
  font-size: 0.9rem;
}
.upload-box {
  border: 2px dashed #ccc;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  color: #000;
}
.btn-danger {
  background-color: red;
}

 .blurred {
    filter: blur(8px);
    /*Adjusttheblurintensity*/
    -webkit-filter: blur(8px);
}
.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-image {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.caption-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.4); /* dark translucent bg */
  backdrop-filter: blur(4px);     /* blur effect */
  color: white;
  text-align: center;
}

.caption-text {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
}

.modal-slide {
  position: relative;
  display: none; /* hide by default for slide logic */
  width: 100%;
}

.modal-image {
  width: 100%;
  height: auto;
  display: block;
  max-height: 80vh;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 8px;
}

.caption-overlay2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  padding: 0.75rem 1rem;
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.caption-text2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}


.photo-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width:100%;
}

.main-photo {
  width: 100%;
  /* max-width: 600px; */
  border-radius: 10px;
  transition: filter 0.3s ease;
  height: 400px;
}

/* Blur ONLY the image */
.blurred {
  filter: blur(12px);
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(153, 0, 0, 0.85);
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  z-index: 10;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blur-container {
  position: relative;
  cursor: pointer;
}

.overlay-text2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 1.2rem;
  padding: 10px 15px;
  border-radius: 10px;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

.eye-icon {
  font-size: 1.5rem;
  display: block;
  margin-top: 5px;
}

