/* Background Image */
.bgimg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('https://i.ibb.co/QNvqCgV/Whats-App-Image-2024-11-20-at-9-54-17-PM.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    height: 100%;
    width: 100%;
    z-index: -1;
}