/* write your own css here */
body.page-contact footer {
    position: fixed !important;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

body.page-contact .main-container {
    margin-bottom: 200px !important; /* Adjust this value based on your footer's height */
}/* write your own css here */