.service-card-new
{
    display: flex;
    gap: 18px;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #eef3f8;
    box-shadow: 0 8px 22px rgba(11, 22, 35, 0.04);
    transition: transform .14s ease;
    border: 1px solid #FBA91E;
}
.service-card-new .elementor-widget-wrap
{
    height: 100%;
    align-content: unset;
    justify-content: space-between;
}
.service-card-new  .elementor-widget-button
{
    align-items: flex-end;
    display: flex;
}
.service-container .elementor-container
{
    gap: 20px;
}
.service-card-new ul
{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.service-card-new ul li
{
    padding: 8px 10px;
    background: #F7F9FC;
    border-radius: 8px;
    font-size: 13px;
    color: var(--text);
    border: 1px solid #eef6ff;
}
.service-card-new.service-inner-page ul li
{
    all: unset;
    list-style-type: disc;
    display: flex;
    flex-direction: column;
}





