.hero-section-about {
  position: relative; /* Needed for overlay positioning */
  background-image: url('../../images/weather/weather.avif');
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  min-height: 600px;
  display: flex;
  align-items: center;
 
  overflow: hidden;
}

/* 🔽 Overlay to darken background */
.hero-section-about .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 50% black */
  z-index: 1;
}

/* 🔽 Make sure content appears above overlay */
.hero-section-about .container {
  position: relative;
  z-index: 2;
}
.btn-connect{
border-radius: 0px !important;
margin-top: 2rem;
}


.btn-connect:hover {
  background-color: #00B8E0 !important; 
  color: #fff !important;
}


.btn-connect{
  border: none !important;
    background-color: #007336 !important;
    outline: none !important;
    color: white !important;
    border-radius: 0px !important;
    height: 55px;
    width: 300px;
    letter-spacing: 3px;
    margin-top: 4rem;
}

.btn-connect:hover{
background-color: #00B8E0 !important;
}

.carousel-parallax2 {
  background-color: #fff !important;
}

