/* MEDIA QUERIES */
@media only screen and (max-width: 1000px) {
    #desktop-nav {
        display: none;
    }

    #mobile-nav {
        display: flex;
    }

    .img-container {
        display: none;
    }

    #about .details-container {
        max-width: 90%;
    }

    #trust-us .details-container {
        max-width: 90%;
    }

    #trust-us p {
        text-align: left;
    }

    

    #offer .details-container,
    #additional .details-container {
        max-width: 100%;
        transform: translateX(0vw);
        margin: 0 auto;
        justify-content: center;
        text-align: center;
    }

    #facebook-button {
        display: none;
    }

    #go-to-top {
        display: none;
    }

    #main .details-container {
        width: 80%;
    }

     /* FOOTER RESPONSIVE STYLES */
     footer {
        padding: 20px 0;
        text-align: center;
        height: 50vh;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
        margin-top: 100px;
    }

    .footer-section {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .footer-section p{
        padding: 0;
    }

    #contact .details-container{
        padding-top: 40px;
    }
}
