footer{
    background: #747474;
    background: linear-gradient(180deg,rgb(255, 255, 255) 0%,rgb(136, 136, 136) 80%);
    width: 100%;
    height: 20vh;
    display: flex;
    flex-direction: column;
    box-shadow: inset 0px 0vh 7vh 9px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
}

.footer_left{
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.5vh;
}.footer_left h1{
    padding-bottom: 0.5vh;
    font-size: 1.1rem;
}.footer_left nav{
    display: flex;
    gap:4vw;
}
#wpp, #instagram, #email{
    background-size: 100% auto;
    background-position: center center;
    background-size: cover;      
    background-size: contain;    
    background-repeat: no-repeat; 
}
#wpp{
    background-image: url("https://res.cloudinary.com/deygsv2fm/image/upload/v1759499511/whatsapp_cvsxl4.png");

}
#instagram{
    background-image: url("https://res.cloudinary.com/deygsv2fm/image/upload/v1759499510/instagram_xcruah.png");

}
#email{
    background-image: url("https://res.cloudinary.com/deygsv2fm/image/upload/v1759499510/email_a2wkw5.png");
}

.footer_left .btn_social{
    width: 10vw;
    height: 2.5vh;
    padding-bottom: 2vh;
    
}

.footer_center{
width: 100%;
height: 40%;
background-image: url("../images/logo.png");
background-position: center center;
background-size: 13% auto;
background-repeat: no-repeat;
}


.footer_right{
    background-color: rgb(66, 66, 66);
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.footer_right p{
    font-size: 0.85rem;
    color: rgb(226, 226, 226);
}

.desktop{
    display: none;
}

.footer_right_Desktop{
    display: none;
}