.elementor-2981 .elementor-element.elementor-element-1ae6d1e{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-2981 .elementor-element.elementor-element-3a231c6{--divider-border-style:solid;--divider-color:#CFB241;--divider-border-width:1px;}.elementor-2981 .elementor-element.elementor-element-3a231c6 .elementor-divider-separator{width:100%;}.elementor-2981 .elementor-element.elementor-element-3a231c6 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-2981 .elementor-element.elementor-element-3a231c6 .elementor-divider__text{color:#CFB241;}.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-2981 .elementor-element.elementor-element-0a43263{text-align:center;}.elementor-2981 .elementor-element.elementor-element-0a43263 .elementor-heading-title{color:#000000;}.elementor-2981 .elementor-element.elementor-element-d7d2329{text-align:center;}.elementor-2981 .elementor-element.elementor-element-d7d2329 .elementor-heading-title{color:#CFB241;}.elementor-2981 .elementor-element.elementor-element-6706dab{padding:0vw 16vw 0vw 16vw;text-align:center;}.elementor-2981 .elementor-element.elementor-element-6706dab .elementor-heading-title{color:#000000;}.elementor-2981 .elementor-element.elementor-element-a6c464e{--divider-border-style:solid;--divider-color:#CFB241;--divider-border-width:1px;}.elementor-2981 .elementor-element.elementor-element-a6c464e .elementor-divider-separator{width:100%;}.elementor-2981 .elementor-element.elementor-element-a6c464e .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-2981 .elementor-element.elementor-element-a6c464e.elementor-view-stacked .elementor-icon{background-color:#CFB241;}.elementor-2981 .elementor-element.elementor-element-a6c464e.elementor-view-framed .elementor-icon, .elementor-2981 .elementor-element.elementor-element-a6c464e.elementor-view-default .elementor-icon{color:#CFB241;border-color:#CFB241;}.elementor-2981 .elementor-element.elementor-element-a6c464e.elementor-view-framed .elementor-icon, .elementor-2981 .elementor-element.elementor-element-a6c464e.elementor-view-default .elementor-icon svg{fill:#CFB241;}.elementor-2981 .elementor-element.elementor-element-1a545fc{--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;}.elementor-2981 .elementor-element.elementor-element-beb1a1a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-8a4bf92 */.industry-wrapper{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.industry-card{
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;

    background: #faf8f4;
    border-radius: 24px;
    overflow: hidden;

    padding: 24px 30px;
    min-height: 220px;

    border: 1px solid #eee;
}

/* BOOKMARK */

.bookmark-tag{
    position: absolute;
    top: 0;
    left: 18px;

    width: 52px;
    height: 70px;

    background: #c39a36;
    color: #fff;

    font-size: 22px;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 5;
}

.bookmark-tag::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 14px solid #faf8f4;
}

/* ICON */

.industry-icon{
    width: 130px;
    height: 130px;

    border: 2px solid #e7dcc4;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.industry-icon i{
    font-size: 52px;
    color: #c39a36;
}

/* CONTENT */

.industry-content{
    flex: 1;
    max-width: 520px;
}

.industry-content h2{
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 14px;
    color: #111;
    font-weight: 600;
}

.industry-content p{
    font-size: 20px;
    line-height: 1.7;
    color: #333;
}

/* IMAGE */

.industry-image{
    width: 42%;
    height: 220px;

    flex-shrink: 0;
}

.industry-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;

    border-radius: 18px;
}

/* TABLET */

@media(max-width: 1024px){

    .industry-card{
        gap: 25px;
        padding: 24px;
    }

    .industry-content h2{
        font-size: 30px;
    }

    .industry-content p{
        font-size: 17px;
    }

    .industry-icon{
        width: 110px;
        height: 110px;
    }

    .industry-icon i{
        font-size: 42px;
    }
}

/* MOBILE */

@media(max-width: 767px){

    .industry-card{
        flex-direction: column;
        text-align: center;

        padding: 80px 20px 20px;
    }

    .industry-image{
        width: 100%;
        height: 220px;
    }

    .industry-content{
        max-width: 100%;
    }

    .industry-content h2{
        font-size: 26px;
    }

    .industry-content p{
        font-size: 16px;
        line-height: 1.6;
    }

    .industry-icon{
        width: 95px;
        height: 95px;
    }

    .industry-icon i{
        font-size: 34px;
    }

    .bookmark-tag{
        left: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b7e5b9 */.feature-banner{
    background: linear-gradient(
        135deg,
        #0d0d0d,
        #151515,
        #0d0d0d
    );

    border-radius: 20px;

    padding: 20px 28px 16px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 20px;

    position: relative;
    overflow: hidden;
}

/* FEATURE ITEM */

.feature-item{
    display: flex;
    align-items: center;
    gap: 12px;

    flex: 1;
    min-width: 180px;
}

/* ICON */

.feature-icon i{
    font-size: 28px;
    color: #c89d3d;
}

/* TEXT */

.feature-content h3{
    color: #c89d3d;

    font-size: 14px;
    font-weight: 700;

    margin-bottom: 4px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.feature-content p{
    color: #f1e7d3;

    font-size: 13px;
    line-height: 1.5;

    margin: 0;
}

/* DIVIDER */

.feature-divider{
    width: 1px;
    height: 45px;

    background: rgba(255,255,255,0.15);
}

/* BOTTOM TEXT */

.banner-bottom-text{
    width: 100%;

    text-align: center;

    margin-top: 6px;

    color: #c89d3d;

    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* MOBILE */

@media(max-width: 767px){

    .feature-banner{
        flex-direction: column;
        align-items: flex-start;

        gap: 18px;

        padding: 22px 18px;
    }

    .feature-item{
        width: 100%;
    }

    .feature-divider{
        width: 100%;
        height: 1px;
    }

    .banner-bottom-text{
        text-align: left;
        font-size: 14px;
        line-height: 1.5;
    }
}/* End custom CSS */