.elementor-104 .elementor-element.elementor-element-16a214f{--display:flex;}.elementor-104 .elementor-element.elementor-element-16a214f:not(.elementor-motion-effects-element-type-background), .elementor-104 .elementor-element.elementor-element-16a214f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#242424;}.elementor-104 .elementor-element.elementor-element-16a214f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-104 .elementor-element.elementor-element-c52d845{width:100%;max-width:100%;color:#FFFFFF;}@media(min-width:768px){.elementor-104 .elementor-element.elementor-element-16a214f{--width:100.128%;}}/* Start custom CSS for text-editor, class: .elementor-element-c52d845 */body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1e1e1e;
    color: #fff;
}

.main-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

section {
    margin-bottom: 20px;
    padding: 20px;
    background: #292929;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.2);
}

section h2 {
    color: #ffd700;
    font-size: 2em;
    text-align: center;
    border-bottom: 3px solid #ffd700;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.image-container {
    text-align: center;
}

.image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    border: 2px solid #ffd700;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.industry {
    background: #333;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 8px rgba(255, 215, 0, 0.2);
}

.industry:hover {
    transform: scale(1.05);
    background-color: #444;
}

.industry h3 {
    color: #f0ad4e;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.industry img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

.industry p {
    color: #ccc;
    font-size: 1em;
}/* End custom CSS */