
  .footer-default {
    background-color: #f8f8f8;
    color: #000;
}


    .footer-with-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
}

/* Black overlay */
.footer-with-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7); /* Adjust 0.4 - 0.7 for darkness */
    z-index: -1;
}

/* Make inner content appear above overlay */
.footer-with-bg > * {
    position: relative;
    z-index: 2;
}
.feedbackbtn {
    border-radius: 20px;
    margin-top: 5px;
    color: rgb(115, 115, 115);
    border: 1px solid rgb(158 158 158);
  }
  
  .list-unstyled a {
    text-decoration: none;
    /*  color: black;*/
  }

  .list-unstyled li {
    margin-bottom: 10px;
    /* Add margin bottom to create space between the links */
  }
  
  .linkss {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
    color: #8a8a8a;
    font-size: 18px;
    letter-spacing: 0.3px;
  }
  .experienceMatter
  {
    margin-bottom: 2px; color:#8a8a8a;
  }

  .Custom_footer {
    justify-content: end;
  }

  @media (max-width: 767px) {
    .Custom {
      justify-content: center;
    }

    .Custom_footer {
      justify-content: center;
      display: flex;
    }
  }

  .social-icons-footer {
    display: inline-block;
    margin: 5px 1px 20px 1px;
    overflow: hidden;
  }

  

/* CTA Button Animation */
.badge-cus {
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

/* When visible */
.badge-cus.visible {
  opacity: 1;
}

