.elementor-8978 .elementor-element.elementor-element-61fbb1b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:25px;--padding-bottom:25px;--padding-left:0px;--padding-right:0px;}.elementor-8978 .elementor-element.elementor-element-61fbb1b:not(.elementor-motion-effects-element-type-background), .elementor-8978 .elementor-element.elementor-element-61fbb1b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F3F3;}.elementor-8978 .elementor-element.elementor-element-c6d4af2{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8978 .elementor-element.elementor-element-827e2de .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:24px;font-weight:600;color:#101828;}.elementor-8978 .elementor-element.elementor-element-dbcc4de .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:14px;font-weight:400;line-height:18px;color:#6A7282;}/* Start custom CSS for html, class: .elementor-element-32edf3c *//* ============================
   ABC Industry Widget
============================ */

#abclx-industry-widget{
    width:100%;
}

#abclx-industry-widget .abclx-industry-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
}

#abclx-industry-widget .abclx-industry-card{
    display:block;
    box-sizing:border-box;

    background:#fff;
    border:1px solid #dfe3e8;
    border-radius:10px;

    padding:14px 16px;

    text-decoration:none;

    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

#abclx-industry-widget .abclx-industry-card:hover{
    transform:translateY(-2px);
    border-color:#cfd6de;
    box-shadow:0 10px 24px rgba(0,0,0,.04);
}

#abclx-industry-widget .abclx-industry-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    margin-bottom:10px;
}

#abclx-industry-widget .abclx-industry-left{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:0;
    flex:1;
}

#abclx-industry-widget .abclx-industry-icon{
    width:34px;
    height:34px;
    min-width:34px;

    border-radius:8px;

    background:#f4f6f8;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#5f6878;

    flex-shrink:0;
}

#abclx-industry-widget .abclx-industry-icon svg{
    width:16px;
    height:16px;
    stroke-width:2;
}

#abclx-industry-widget .abclx-industry-title{
    margin:0;

    color:#171a24;

    font-family:"Playfair Display",serif;
    font-size:16px;
    font-weight:500;
    line-height:1.2;
    letter-spacing:-.2px;
}

#abclx-industry-widget .abclx-industry-arrow{
    flex-shrink:0;

    color:#a4adba;

    font-size:15px;
    line-height:1;

    display:flex;
    align-items:center;
    justify-content:center;

    height:34px;
}

#abclx-industry-widget .abclx-industry-list{
    margin:0;
    padding-left:16px;
}

#abclx-industry-widget .abclx-industry-list li{
    margin-bottom:1px;

    color:#6b7382;

    font-family:Inter,sans-serif;
    font-size:13px;
    line-height:1.45;
}

#abclx-industry-widget .abclx-industry-list li:last-child{
    margin-bottom:0;
}

@media (max-width:1024px){

    #abclx-industry-widget .abclx-industry-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}

@media (max-width:767px){

    #abclx-industry-widget .abclx-industry-grid{
        grid-template-columns:1fr;
    }

}/* End custom CSS */