body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #FAFAFA 0%, #F7F7F7 100%);
            
}
footer {
    background-color:#74262C;
    color: white;
    /* padding: 20px 0; */
    text-align: center;
    width: 100%;
    position: absolute;
    top: 3830px;
    left: 0px;
    bottom: 0px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 320px;
    background: #581C20;

    
}

.left-section,
.center-section,
.right-section {
    flex: 1;
}

.left-section {
    text-align: left;
    position: relative;
    top: 0;
    left: 60px;
    padding: 20px;
}

.center-section {
    text-align: center;
}


.qr-code {
    width: 100px;
    height: 100px;
    position: relative;
    top: 70px;
    left: -10px;
}

.app-links img {
    display: block;
    margin: 10px auto;
    width: 150px;
    position: relative;
    top: -44px;
    left: 133px;
}

.social-icons img {
    width: 30px;
    margin: 0 5px;
}

.footer-bottom {
    padding: 0 129px 10px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    padding-bottom: 0;
    height: 80px;
    background: #341113;

}

@media (max-width: 768px) {
    .footer {
        display: flex;
    }
    .footer-content {
        flex-direction: column; /* Stack content vertically */
        align-items: center;
    }

    .left-section {
            left: 14px;
            top: -10px;
            font-size: 14px;
        
    }
    .right-section p {
        left: 113px;
        top: 202px;
        font-size: 14px;
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .center-section img {
        left: -85px;
        top: -31px;
    }
    .app-links img {
        width: 100px;
        left: 52px;
        top: -122px;
    }

    .qr-code {
        width: 80px;
        height: 80px;
    }

    .social-icons img {
        width: 24px;
        position: relative;
        top: -69px;
        left: -13px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        padding: 0px 0px 25px 0px;
        font-size: 14px;
    }

    
}



