.elementor-1495 .elementor-element.elementor-element-d1a495a{overflow:visible;}/* Start custom CSS for shortcode, class: .elementor-element-a041a3f */.virtual-business-card {
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 20px;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.virtual-business-card:hover {
    transform: scale(1.05);
}

.card-header {
    margin-bottom: 20px;
}

.card-header h2 {
    font-size: 22px;
    margin: 0;
    color: #333;
}

.card-header p {
    font-size: 16px;
    color: #777;
}

.profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.card-body {
    font-size: 14px;
    color: #333;
}

.card-body a {
    color: #0073e6;
    text-decoration: none;
}

.card-footer {
    margin-top: 20px;
    font-size: 14px;
}

.card-footer a {
    color: #0073e6;
    text-decoration: none;
}

.card-footer a:hover {
    text-decoration: underline;
}/* End custom CSS */