.app-download-btn {
    display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.app-download-btn:hover {
    transform: scale(1.05); /* Grow slightly */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15); /* Soft shadow */
    background-color: #fff !important; /* Keep white background */
}

.btn-download-app {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    background: #35a966;
    border-radius: 8px;
    border: 1px solid #2fa55e;
    border-radius: 25px;    
}

.btn-download-app:hover {
    text-decoration: none   !important;
    color: #ffffff !important;   /* force same text color */
}