.elementor-35600 .elementor-element.elementor-element-13bd385{--display:flex;}.elementor-35600 .elementor-element.elementor-element-cf527c0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-31b3921 *//* ===== INDUSTRIAL ARTICLE STYLES - ENGLISH ===== */

.industrial-article-en {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    direction: ltr;
    color: #1a1a2e;
}

.article-header-en {
    background: linear-gradient(135deg, #0f1a2e, #1a2744);
    padding: 45px 40px 35px;
    border-radius: 16px;
    margin-bottom: 35px;
    border-bottom: 4px solid #ffc000;
}

.article-header-en h1 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 900;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.article-header-en h1 span {
    color: #ffc000;
}

.subtitle-en {
    color: rgba(255,255,255,0.5);
    font-size: 17px;
    margin: 0;
}

.badges-en {
    display: flex;
    gap: 12px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.badge-en {
    background: rgba(255,193,0,0.1);
    border: 1px solid rgba(255,193,0,0.2);
    padding: 5px 16px;
    border-radius: 30px;
    color: #ffc000;
    font-size: 13px;
    font-weight: 700;
}

.article-body-en {
    background: #ffffff;
    padding: 35px 40px;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.04);
}

.article-body-en h2 {
    color: #0f1a2e;
    font-size: 24px;
    font-weight: 800;
    margin: 35px 0 15px 0;
    padding-left: 15px;
    border-left: 4px solid #ffc000;
}

.article-body-en h3 {
    color: #1a2744;
    font-size: 19px;
    font-weight: 700;
    margin: 25px 0 12px 0;
}

.article-body-en p {
    color: #333;
    font-size: 16px;
    line-height: 2.1;
    margin-bottom: 16px;
    text-align: justify;
}

.article-body-en ul, .article-body-en ol {
    padding-left: 25px;
    margin-bottom: 20px;
}

.article-body-en li {
    color: #333;
    font-size: 16px;
    line-height: 2.1;
    margin-bottom: 8px;
}

.highlight-box-en {
    padding: 20px 25px;
    border-radius: 12px;
    border-left: 4px solid #ffc000;
    margin: 25px 0;
}

.highlight-box-en.blue {
    background: linear-gradient(135deg, #eef5ff, #dce8f5);
    border-left-color: #1e5ad7;
}

.highlight-box-en.gold {
    background: linear-gradient(135deg, #fff8e8, #ffefd0);
    border-left-color: #f39c12;
}

.highlight-box-en.green {
    background: linear-gradient(135deg, #e8f8ef, #d0f0e0);
    border-left-color: #27ae60;
}

.highlight-box-en.dark {
    background: linear-gradient(135deg, #0f1a2e, #1a2744);
    border-left-color: #ffc000;
}

.highlight-box-en.dark h4,
.highlight-box-en.dark p {
    color: #ffffff;
}

.highlight-box-en h4 {
    margin: 0 0 8px 0;
    font-size: 17px;
    font-weight: 800;
    color: #0f1a2e;
}

.highlight-box-en p {
    margin: 0;
    font-size: 15px;
    color: #444;
    line-height: 1.9;
}

.article-table-wrap-en {
    overflow-x: auto;
    margin: 25px 0;
}

.article-table-en {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    min-width: 600px;
}

.article-table-en thead th {
    background: #0f1a2e;
    color: #ffffff;
    padding: 14px 16px;
    text-align: center;
    font-weight: 700;
}

.article-table-en tbody td {
    padding: 12px 16px;
    text-align: center;
    border-bottom: 1px solid #eef0f3;
}

.article-table-en tbody tr:nth-child(even) {
    background: #f8f9fc;
}

.article-table-en tbody tr:hover {
    background: #fffbe6;
}

.highlight-row-en td {
    background: #fff8e8;
    font-weight: 700;
}

.info-cards-en {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.info-card-en {
    padding: 20px;
    background: #f8f9fc;
    border-radius: 12px;
    border: 1px solid #eef0f3;
    transition: all 0.3s ease;
}

.info-card-en:hover {
    transform: translateY(-3px);
    border-color: #ffc000;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.info-card-en .icon-en {
    font-size: 32px;
    display: block;
    margin-bottom: 8px;
}

.info-card-en h4 {
    margin: 0 0 6px 0;
    font-size: 16px;
    font-weight: 800;
    color: #0f1a2e;
}

.info-card-en p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.cta-en {
    background: linear-gradient(135deg, #0f1a2e, #1a2744);
    padding: 30px 35px;
    border-radius: 12px;
    margin-top: 30px;
    text-align: center;
}

.cta-title-en {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
}

.cta-sub-en {
    color: rgba(255,255,255,0.6);
    font-size: 15px;
    margin: 8px 0 18px 0;
}

.cta-btn-en {
    display: inline-block;
    background: #ffc000;
    color: #0f1a2e;
    padding: 14px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    transition: all 0.3s ease;
}

.cta-btn-en:hover {
    background: #ffd633;
    transform: scale(1.02);
}

.article-footer-en {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 2px solid #eef0f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.tags-en {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tag-en {
    background: #f1f5f9;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 12px;
    color: #666;
    font-weight: 600;
}

.date-en {
    color: #999;
    font-size: 13px;
}

@media (max-width: 768px) {
    .article-header-en {
        padding: 30px 20px;
    }
    .article-header-en h1 {
        font-size: 24px;
    }
    .article-body-en {
        padding: 20px 18px;
    }
    .article-body-en h2 {
        font-size: 20px;
    }
    .article-body-en p, .article-body-en li {
        font-size: 15px;
    }
    .info-cards-en {
        grid-template-columns: 1fr 1fr;
    }
    .article-table-en {
        font-size: 13px;
        min-width: 400px;
    }
    .cta-title-en {
        font-size: 17px;
    }
    .cta-btn-en {
        padding: 12px 28px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .article-header-en h1 {
        font-size: 20px;
    }
    .info-cards-en {
        grid-template-columns: 1fr;
    }
    .article-table-en {
        font-size: 12px;
        min-width: 320px;
    }
    .cta-title-en {
        font-size: 15px;
    }
    .cta-btn-en {
        padding: 10px 20px;
        font-size: 13px;
    }
}/* End custom CSS */