.elementor-80 .elementor-element.elementor-element-3fb85b1{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-11px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-80 .elementor-element.elementor-element-9e4b9a1{--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-80 .elementor-element.elementor-element-9e4b9a1:not(.elementor-motion-effects-element-type-background), .elementor-80 .elementor-element.elementor-element-9e4b9a1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.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-80 .elementor-element.elementor-element-60518a5{padding:50px 50px 50px 50px;font-family:"Fira Sans Extra Condensed", Sans-serif;font-weight:400;color:#FFFFFF;}.elementor-80 .elementor-element.elementor-element-8b8bea5{--display:flex;--min-height:0px;--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-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-80 .elementor-element.elementor-element-8f41a71{margin:-9px -9px calc(var(--kit-widget-spacing, 0px) + -9px) -9px;}.elementor-80 .elementor-element.elementor-element-8f41a71 img{width:100%;max-width:100%;height:468px;object-fit:cover;object-position:center center;}.elementor-80 .elementor-element.elementor-element-86c652d{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-80 .elementor-element.elementor-element-6a0edc7{--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-80 .elementor-element.elementor-element-6a0edc7.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-80 .elementor-element.elementor-element-eeffa40{--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-80 .elementor-element.elementor-element-45dffa4{--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-80 .elementor-element.elementor-element-62e0be7{--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;--margin-top:-9px;--margin-bottom:-9px;--margin-left:-9px;--margin-right:-9px;}.elementor-80 .elementor-element.elementor-element-e41af7b{--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;--margin-top:-9px;--margin-bottom:-9px;--margin-left:-9px;--margin-right:-9px;}@media(min-width:768px){.elementor-80 .elementor-element.elementor-element-3fb85b1{--content-width:1183px;}.elementor-80 .elementor-element.elementor-element-9e4b9a1{--width:33.3333%;}.elementor-80 .elementor-element.elementor-element-8b8bea5{--width:66.6666%;}.elementor-80 .elementor-element.elementor-element-6a0edc7{--width:19%;}.elementor-80 .elementor-element.elementor-element-eeffa40{--width:80%;}}@media(max-width:1024px) and (min-width:768px){.elementor-80 .elementor-element.elementor-element-6a0edc7{--width:141.266px;}}@media(max-width:767px){.elementor-80 .elementor-element.elementor-element-8f41a71{margin:-40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-80 .elementor-element.elementor-element-8f41a71 img{width:100%;height:191px;object-fit:cover;object-position:center center;}}/* Start custom CSS for text-editor, class: .elementor-element-d789ff7 *//* Galleria completa per Monitoraggio */
.tech-gallery-full {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 30px 0;
}

.tech-gallery-full img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

/* Responsive */
@media (max-width: 768px) {
    .tech-gallery-full {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .tech-gallery-full img {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .tech-gallery-full {
        grid-template-columns: 1fr;
    }
    
    .tech-gallery-full img {
        height: 200px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-67de1f5 *//* Galleria completa per Monitoraggio */
.tech-gallery-full {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 30px 0;
}

.tech-gallery-full img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

/* Responsive */
@media (max-width: 768px) {
    .tech-gallery-full {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .tech-gallery-full img {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .tech-gallery-full {
        grid-template-columns: 1fr;
    }
    
    .tech-gallery-full img {
        height: 200px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-86c652d *//* Colonna sinistra - Sticky */
.tecnologie-section .elementor-column:first-child .elementor-widget-wrap {
    position: sticky !important;
    top: 100px !important;
}

/* Navigazione */
.tecnologie-navigation {
    background-color: #f5f5f5;
    border-left: 4px solid #862138;
}

.tech-nav-item {
    padding: 20px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #ddd;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.tech-nav-item:hover {
    background-color: #fff;
}

.tech-nav-item.active {
    background-color: #fff;
    color: #862138;
    border-left: 4px solid #862138;
    margin-left: -4px;
}

/* Contenuti - Nascondi tutti tranne active */
.tech-content {
    display: none;
    padding: 40px 50px;
    background-color: #fff;
    border-left: 4px solid #862138;
}

.tech-content.active {
    display: block;
}

/* Titoli */
.tech-content h2 {
    color: #862138;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.tech-content h3 {
    color: #862138;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin: 40px 0 20px 0;
    line-height: 1.2;
}

/* Liste */
.tech-content ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 30px;
}

.tech-content ul li {
    font-family: 'Lora', serif;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.tech-content p {
    font-family: 'Lora', serif;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Gallerie */
.tech-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 30px 0;
}

.tech-gallery.tech-gallery-2 {
    grid-template-columns: repeat(2, 1fr);
}

.tech-gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

/* RESPONSIVE - MOBILE */
@media (max-width: 768px) {
    /* Sezione diventa verticale */
    .tecnologie-section .elementor-row {
        flex-direction: column;
    }
    
    .tecnologie-section .elementor-column {
        width: 100% !important;
    }
    
    /* Navigazione non più sticky */
    .tecnologie-section .elementor-column:first-child .elementor-widget-wrap {
        position: relative !important;
        top: 0 !important;
    }
    
    /* Navigazione orizzontale scrollabile */
    .tecnologie-navigation {
        display: flex;
        overflow-x: auto;
        border-left: none;
        border-bottom: 3px solid #862138;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    
    .tecnologie-navigation::-webkit-scrollbar {
        display: none;
    }
    
    .tech-nav-item {
        padding: 15px 20px;
        font-size: 16px;
        white-space: nowrap;
        flex-shrink: 0;
        border-bottom: 3px solid transparent;
        border-left: none;
        margin: 0;
        margin-bottom: -3px;
    }
    
    .tech-nav-item.active {
        border-bottom: 3px solid #862138;
        border-left: none;
        margin-left: 0;
    }
    
    /* Contenuti */
    .tech-content {
        padding: 30px 20px;
        border-left: none;
    }
    
    .tech-content h2 {
        font-size: 26px;
    }
    
    .tech-content h3 {
        font-size: 22px;
    }
    
    /* Gallerie */
    .tech-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .tech-gallery.tech-gallery-2 {
        grid-template-columns: 1fr;
    }
    
    .tech-gallery img {
        height: 150px;
    }
}/* End custom CSS */