.bg-shape-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../imgs/generic/building-draft.png");
    /* Path to your shape PNG */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* Position the shape in the center */
    z-index: 0;
    /* Place the shape behind the content */
    opacity: 0.07;
    /* Optional: Adjust the transparency of the shape */
  }