.hero-section-about {
  position: relative; /* Needed for overlay positioning */
  background-image: url('../../images/News//sheeps.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;
}
















   

    .newsletter-link {
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      color: #226622;
      text-decoration: none;
      transition: all 0.2s ease;
      margin-bottom: 2rem;
       text-decoration: none;
    }

    .newsletter-link:hover {
      text-decoration: none;
      color: #00B8E0;
    }

    .newsletter-icon {
      font-size: 1.3rem;
    }

    .image-stack {
      position: relative;
      width: 100%;
      max-width: 400px;
      margin-top: 8rem;
      height: 500px;
    }

    .image-stack img {
      width: 70%;
      height: auto;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      border-radius: 6px;
      position: absolute;
      transition: transform 0.3s ease;
    }

     .image-stack img:hover {
  filter: brightness(0) saturate(100%) invert(38%) sepia(74%) saturate(573%) hue-rotate(72deg) brightness(89%) contrast(90%);
}

    .image-bottom {
      top: 0;
      left: 0;
      transform: rotate(-10deg);
      z-index: 1;
    }

    .image-top {
      top: 40px;
      left: 40px;
      transform: rotate(10deg);
      z-index: 2;

      top: 150px;
    left: 70px;
    }

    @media (max-width: 768px) {
      .image-stack {
        display: none;
      }
    }





