.elementor-11578 .elementor-element.elementor-element-b7ccc83 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-11578 .elementor-element.elementor-element-094ab3c img{height:230px;}.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-11578 .elementor-element.elementor-element-212d162 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:10px;font-weight:700;color:#3C3C3C;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-11578 .elementor-element.elementor-element-755844c{font-family:"Poppins", Sans-serif;font-size:15px;font-weight:400;}.elementor-11578 .elementor-element.elementor-element-e69dc71 .jet-listing-dynamic-link__link{align-self:flex-start;font-family:"Poppins", Sans-serif;font-size:12px;flex-direction:row;}.elementor-11578 .elementor-element.elementor-element-e69dc71 .jet-listing-dynamic-link__icon{order:1;}/* Start custom CSS for section, class: .elementor-element-d0a0dbd *//* --- INDUSTRY CARD STYLING (EDGE-TO-EDGE) --- */

.sj-industry-card {
    background-color: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 15px !important;
    padding: 0px !important; /* Edge-to-edge image */
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    cursor: pointer !important;
}

/* 1. Image / Icon Container */
.sj-ind-icon {
    width: 100% !important;
    margin-bottom: 0px !important;
}

.sj-ind-icon img {
    width: 100% !important;
    height: 200px; /* Optional: adjust height to keep images consistent */
    display: block !important;
    object-fit: cover;
}

/* 2. Text Content Wrapper */
.sj-ind-title, 
.sj-ind-desc {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

/* 3. Heading Styling - 1 LINE / 20PX */
.sj-ind-title {
    margin-top: 20px !important;
    min-height: 28px; /* Adjusted for 20px font */
    overflow: hidden;
}

.sj-ind-title .jet-listing-dynamic-field__content,
.sj-ind-title h3,
.sj-ind-title .elementor-heading-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important; /* Updated Size */
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
    transition: color 0.3s ease !important;

    /* Force 1 Line */
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* 4. Description Styling - 2 LINES / 15PX */
.sj-ind-desc {
    margin-bottom: 25px !important;
    min-height: 44px; /* Balanced for 15px text */
    overflow: hidden;
}

.sj-ind-desc .jet-listing-dynamic-field__content,
.sj-ind-desc p,
.sj-ind-desc .elementor-widget-container {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    color: #6B6F75 !important;
    line-height: 1.5 !important;
    margin: 0 !important;

    /* Force 2 Lines */
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Hover Effect for Title */
.sj-industry-card:hover .sj-ind-title h3,
.sj-industry-card:hover .sj-ind-title .jet-listing-dynamic-field__content {
    color: #E4007F !important;
}/* End custom CSS */