.iconbox-wrapper-d0a78544.is-fullwidth {
    width: 100%;
}
.iconbox-features-d0a78544 {
    display: grid;
    gap: 20px;
    text-align: center;
}
.iconbox-item-d0a78544 {
    padding: 25px 20px;
    border: 1px solid #eaeaea;
    border-radius: 8px; /* Default */
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.iconbox-item-d0a78544:hover {
    transform: translateY(-5px); /* Allowed unless elementor-animation overrides */
}
/* When hover animation is set, remove default transform so elementor-animation takes over */
.iconbox-item-d0a78544[class*="elementor-animation-"]:hover {
    transform: none;
}
.iconbox-icon-d0a78544 {
    margin-bottom: 15px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.iconbox-icon-wrap-d0a78544 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}
.iconbox-icon-d0a78544 i {
    font-size: 40px;
    transition: color 0.3s ease;
}
.iconbox-icon-d0a78544 svg {
    width: 40px;
    height: 40px;
    transition: fill 0.3s ease;
}
.iconbox-title-d0a78544 {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    color: #333;
    transition: color 0.3s ease;
}
.iconbox-desc-d0a78544 {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    transition: color 0.3s ease;
}
.iconbox-heading-d0a78544 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    color: #111;
}
