#footer {
    background-color: #132436;
    color: white;
    padding: 20px 0;
    z-index: 1001;
    padding-bottom: 65px;
    bottom:0;
    left:0;
    position: sticky;
    width: 100%;

}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap-reverse;
    line-height: 2;
}

.footer-content p {
    margin: 0;
    font-size: 1rem;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

.footer-links a:hover {
    text-decoration: underline;
}


@media only screen and (min-device-width: 350px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 1) {
    form {
        width: -webkit-fill-available;
        margin: 0 5%;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}