.download-section {
    text-align: center;
    padding: 60px 20px;
    background: #f4f6fb;
    min-height: 580px;
}

.download-section h2 {
    font-size: 28px;
    margin-bottom: 0px;
}

.download-section p {
    margin-bottom: 0px;
    color: #555;
}

.download-options {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.download-card {
    background: white;
    width: 220px;
    padding: 25px 20px;
    border-radius: 12px;
    text-decoration: none;
    color: black;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.download-card .icon_d {
    font-size: 35px;
    margin-bottom: 1px;
}

.download-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.download-card p {
    font-size: 20px;
    color: black;
    font-weight: 700;
}

.download-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Platform colors */
.android {
    border-top: 5px solid #3DDC84;
}

.apple {
    border-top: 5px solid #000;
}

.windows {
    border-top: 5px solid #0078D6;
}

.label1 {
    position: absolute;
    left: 12px;
    top: 14px;
    background: white;
    padding: 0 6px;
    font-size: 14px;
    color: #888;
    transition: 0.3s;
    pointer-events: none;
}
