.elementor-10885 .elementor-element.elementor-element-df41c45{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10885 .elementor-element.elementor-element-2dd0b53{--display:flex;--min-height:calc(100vh - 88px);--justify-content:space-between;--overlay-opacity:0.5;}.elementor-10885 .elementor-element.elementor-element-2dd0b53:not(.elementor-motion-effects-element-type-background), .elementor-10885 .elementor-element.elementor-element-2dd0b53 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://teknosms.it/wp-content/uploads/2026/01/ascensore-hotel-4-stelle-sorrento-cabina-oro.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-10885 .elementor-element.elementor-element-2dd0b53::before, .elementor-10885 .elementor-element.elementor-element-2dd0b53 > .elementor-background-video-container::before, .elementor-10885 .elementor-element.elementor-element-2dd0b53 > .e-con-inner > .elementor-background-video-container::before, .elementor-10885 .elementor-element.elementor-element-2dd0b53 > .elementor-background-slideshow::before, .elementor-10885 .elementor-element.elementor-element-2dd0b53 > .e-con-inner > .elementor-background-slideshow::before, .elementor-10885 .elementor-element.elementor-element-2dd0b53 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(230deg, #071D3600 0%, var( --e-global-color-c21fcab ) 100%);}.elementor-10885 .elementor-element.elementor-element-d25c850{--display:flex;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-10885 .elementor-element.elementor-element-c494b7c{font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;color:#FFFFFFAD;}.elementor-10885 .elementor-element.elementor-element-c494b7c a{color:#FFFFFF;}.elementor-10885 .elementor-element.elementor-element-cf78cb3{--display:flex;--padding-top:20px;--padding-bottom:60px;--padding-left:10px;--padding-right:10px;}.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-10885 .elementor-element.elementor-element-4108465 .elementor-heading-title{font-family:var( --e-global-typography-d335f89-font-family ), Sans-serif;font-size:var( --e-global-typography-d335f89-font-size );font-weight:var( --e-global-typography-d335f89-font-weight );line-height:var( --e-global-typography-d335f89-line-height );color:#FFFFFF;}.elementor-10885 .elementor-element.elementor-element-6e15529{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10885 .elementor-element.elementor-element-7d7f540{--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-10885 .elementor-element.elementor-element-2b51469{--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:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-10885 .elementor-element.elementor-element-4108465 .elementor-heading-title{font-size:var( --e-global-typography-d335f89-font-size );line-height:var( --e-global-typography-d335f89-line-height );}.elementor-10885 .elementor-element.elementor-element-7d7f540{--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;}}@media(max-width:767px){.elementor-10885 .elementor-element.elementor-element-2dd0b53{--min-height:70vh;}.elementor-10885 .elementor-element.elementor-element-4108465 .elementor-heading-title{font-size:var( --e-global-typography-d335f89-font-size );line-height:var( --e-global-typography-d335f89-line-height );}}/* Start custom CSS for container, class: .elementor-element-6e15529 *//* Layout della griglia */
.realizzazioni-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

/* Rimuove sottolineatura del link */
.realizzazione-card-link {
    text-decoration: none !important;
    color: inherit;
    display: block;
    transition: transform 0.3s ease;
}

.card-image img {
    width: 100%;
    height: 225px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
}

.card-content {
    padding: 10px 20px;
}

.read-more {
    font-size: 14px;
    color: #0073aa; /* Colore del tuo brand */
    font-weight: 600;
}

/* Container principale dei filtri */
#filtri-container {
    display: flex;
    gap: 30px; /* Spazio tra le due colonne */
    margin-bottom: 40px;
}

/* Singola colonna */
.filter-column {
    flex: 1; /* Rende le colonne di uguale larghezza */
    display: flex;
    flex-direction: column;
}

/* Etichetta sopra il filtro */
.filter-label {
    font-weight: 700;
    margin-bottom: 12px;
    color: #333;
    font-size: 14px;
    font-family: "Montserrat", Sans-serif;
}

/* Stile del menu a tendina (Select) */
.filter-select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 15px;
    color: #555;
    appearance: none; /* Rimuove lo stile di default del browser */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    font-family: "Montserrat", Sans-serif;
    background-position: right 15px center;
    background-size: 15px;
    cursor: pointer;
}

.filter-reset-column {
    justify-content: flex-end; /* Allinea il pulsante in basso rispetto alle etichette */
    padding-bottom: 2px;
}

/* Responsive per mobile */
@media (max-width: 767px) {
    #filtri-container {
        flex-direction: column;
        gap: 20px;
    }
    .filter-reset-column {
        width: 100%;
    }
    .btn-reset {
        width: 100%;
    }
}/* End custom CSS */