.download-box {
        background: #fff;
    }

    .template-card {
        cursor: pointer;
        transition: 0.3s;
    }

    .template-card:hover {
        transform: translateY(-5px);
    }

    .hero-download-section {
        background: #eef7f7;
        border-top: 3px solid #ff6600;
        border-bottom: 1px solid #ddd;
    }

    .hero-link {
        font-weight: 600;
        color: #555;
        cursor: pointer;
    }

    .hero-link:hover {
        color: #0d6efd;
    }