.fancy-header {
  background-image: url('images/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.6); 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.header-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.header-subtitle {
  font-size: 18px;
}











/* About section styling=================================== */
.about-section{
  /* margin-top: 100px; */
  background: linear-gradient(135deg, #007BFF, #00BFFF);
  margin-bottom: 50px;

}
.container h2{
 text-align: center;
 margin-bottom: 30px;
}
/* here is the styling for the contact page============== */
.form-label{
  font-weight: 400;
  color: black;
  font-size: larger;
}


/* Styling the footer section============================= */
.list-unstyled a{
  text-decoration: none;
}
.list-unstyled a:hover{
  color: aqua;
}
.list-inline a{
  font-size: 25px;
}
.list-inline a:hover{
  color: aqua;
}









