/*
Theme Name: Kasenet Business
Theme URI: http://example.com
Author: Johan Tasanko
Author URI: http://example.com
Description: A custom WordPress theme based on Bootstrap 5.
Version: 1.01
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, responsive
*/

/* Add your custom styles here */

/* Apply the hover effect to all cards */
.card:hover {
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.15); /* Less intense shadow */
    transform: translateY(-1px); /* Small lift on hover */
    transition: all 0.25s ease-in-out; /* Smooth and quick transition */
}

.copy-icon {
    margin-left: 10px;
    cursor: pointer;
    color: #007bff;
}

.copy-icon:hover {
    color: #0056b3;
}