﻿/* Download App Section */
.download-app-section {
    position: relative;
    background-image: url('/assets/images/logo1.png'); /* ảnh nền của bạn */
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}

    .download-app-section .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.55);
    }

    .download-app-section .content {
        position: relative;
        z-index: 5;
    }
