360° Steel Structures
Design, manufacture, and installation of custom metal structures for civil, industrial, and public construction.
Services
									IMMMES carpentry designs and manufactures custom metal structures, integrating engineering expertise, advanced technologies, and certified processes. Every phase, from design to assembly, is managed with precision and attention to regulations to ensure reliability, safety, and performance over time. 								
		Construction of metal structures
We build certified steel structures, engineered for strength and optimized for industrial applications.
Custom design
									Custom structural design using CAD/CAM software and integrated 3D modeling.								
				Assembly and Installation
									Accurate and safe installation by specialized teams, fully compliant with industry standards.								
				Technical Consulting
									Structural analysis, technical support, and process optimization for all types of engineering
projects.
				projects.
Case Light Steel Frame
									Innovative construction systems in light steel for modular, seismic-resistant and energy-efficient buildings.								
				Turnkey Service
									Full project management: from design to final delivery, with no intermediaries.								
				WHAT WE DO
We design and manufacture structural steel systems and metal fabrications for a wide range of applications, including:
Light Steel Frame Houses
Industrial and commercial buildings
Mezzanines and structural frameworks
Heritage restoration and architectural conservation
Stairs and elevators
Bridges and elevated walkways






					.jet-tabs__control-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.jet-tab-description {
  color: var(--Primary-Body-Black, #292827);
  font-family: Roboto, system-ui, -apple-system;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 10px;
}
.jet-tabs__control-inner {
  display: flex;
  flex-direction: column; /* forza disposizione verticale */
  align-items: flex-start; /* allinea a sinistra */
}
.jet-tab-description {
    color: var(--Primary-Body-Black, #292827);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}
.jet-tabs__control.jet-tabs__control-icon-left>.jet-tabs__control-inner {
    flex-flow: column;
}
.elementor-180 .elementor-element.elementor-element-373039d .jet-tabs.jet-tabs-position-left > .jet-tabs__control-wrapper {
    gap: 40px;
}
.border-radius-8 {
    border-radius: 8px !important;
}
document.addEventListener('DOMContentLoaded', function () {
  // rileva lingua corrente dal tag var lang = document.documentElement.lang || 'it-IT';
  // mappa descrizioni per lingua
  var tabDescriptions = {};
  if (lang.startsWith('en')) {
    // VERSIONE INGLESE
    tabDescriptions = {
      'text-tab-1': 'Steel constructions: solid, lightweight, safe and 100% green.',
      'text-tab-2': 'Metal and steel structural solutions for residential, commercial and institutional buildings.',
      'text-tab-3': 'Durable and customizable metal and steel roofing systems for all types of buildings.',
      'text-tab-4': 'Structural works for the restoration and enhancement of historical buildings.',
      'text-tab-5': 'Design and construction of indoor and outdoor stairs, elevator shafts, and steel support structures.',
      'text-tab-6': 'Modular steel systems for extensions, mezzanines, and industrial structures.'
    };
  } else {
    // VERSIONE ITALIANA (fallback)
    tabDescriptions = {
      'text-tab-1': 'Costruzioni in acciaio solide, leggere, sicure e 100% green.',
      'text-tab-2': 'Soluzioni strutturali in metallo e acciaio per edifici residenziali, commerciali e istituzionali.',
      'text-tab-3': 'Coperture in metallo e acciaio resistenti e personalizzabili per ogni tipo di edificio.',
      'text-tab-4': 'Interventi strutturali per il recupero e la valorizzazione di edifici storici.',
      'text-tab-5': 'Progettazione e realizzazione di scale interne ed esterne, vani ascensore e strutture di supporto in metallo e acciaio.',
      'text-tab-6': 'Sistemi modulari in metallo e acciaio per ampliamenti, soppalchi e strutture industriali.'
    };
  }
  // funzione per aggiungere descrizioni
  Object.keys(tabDescriptions).forEach(function(tabId) {
    var tab = document.getElementById(tabId);
    if (tab) {
      var inner = tab.querySelector('.jet-tabs__control-inner');
      if (inner && !inner.querySelector('.jet-tab-description')) {
        var desc = document.createElement('div');
        desc.className = 'jet-tab-description';
        desc.textContent = tabDescriptions[tabId];
        inner.appendChild(desc);
      }
    }
  });
});