.header-section {
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url('./Images/top-1.jpg');
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
  }

.image-caption {
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #555; 
}

.container-fluid {
  padding: 0 15px;
}

img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
