.lcake-interactive-circle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 2px solid #3b82f6;
    text-decoration: none;
    text-align: center;
    gap: 8px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.lcake-interactive-circle:hover {
    background-color: #3b82f6;
    transform: scale(1.05);
}

.lcake-interactive-circle-icon i {
    font-size: 28px;
    color: #3b82f6;
    transition: color 0.3s ease;
}

.lcake-interactive-circle-icon svg {
    width: 28px;
    height: 28px;
    fill: #3b82f6;
    transition: fill 0.3s ease;
}

.lcake-interactive-circle:hover .lcake-interactive-circle-icon i {
    color: #ffffff;
}

.lcake-interactive-circle:hover .lcake-interactive-circle-icon svg {
    fill: #ffffff;
}

.lcake-interactive-circle-title {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    transition: color 0.3s ease;
}

.lcake-interactive-circle:hover .lcake-interactive-circle-title {
    color: #ffffff;
}


/* Remove text decoration for a tags */
.elementor-widget-lcake-kit-interactive-circle a,
.lcake-interactive-circle a,
.lcake-kit-interactive-circle a,
.lc-header-footer-interactive-circle a {
    text-decoration: none !important;
}
