.hero-section-about {
  position: relative; /* Needed for overlay positioning */
  background-image: url('../../images/about/About.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.1); /* 50% black */
  z-index: 1;
}

/* 🔽 Make sure content appears above overlay */
.hero-section-about .container {
  position: relative;
  z-index: 2;
}

.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: 2rem;
}

.btn-connect:hover{
background-color: #00B8E0 !important;
}



@media (max-width: 991.98px) {@media (max-width: 991.98px) {
  .contact{
    flex-direction: column !important;
  }

  
}}