/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 06 2026 | 07:18:12 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.download-btn {
    display: inline-block;
    padding: 12px 28px;
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(39, 174, 96, 0.35);
    transition: all 0.3s ease;
}

.download-btn:hover {
    background: linear-gradient(135deg, #27ae60, #1e8449);
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(39, 174, 96, 0.45);
}

.download-btn:active {
    transform: scale(0.97);
}
