:root{
    --primary-color: #060647;
    --primary-variant-color: #FF6633;
    --primary-grey-color:#615b6a;
    --primary-variant-grey:#D3D5D8;
    --secondary-color:#94A3B8;
    --secondary-variant-color:#018786;
    --dark-color: #383F4D;
    --dark-color-20percent: #D3D5D8;
    --dark-color-10percent: #DADDE0;
    --dark-color-5percent: #EFF0F0;
    --light-color: #ffffff;
}
body{
    font-family: 'Space Grotesk Regular';
  
}


.nav-link{
    font-family: 'Space Grotesk Medium' !important;
}


.main-navbar .nav-link.active{
    color: var(--primary-color) !important;
}
.blog-title, .blog-title a, a.blog-author, a.blog-comment, a.blog-link{
    color: var(--primary-color);
    text-decoration: none;
}
.breadcrumb{
    margin-bottom: 0.3rem;
}
.breadcrumb-item a{
    color: #000;
    text-decoration: none;
}
.news-title, .news-title a, a.news-author, a.news-comment, a.news-link{
    color: var(--primary-color);
    text-decoration: none;
}
.grid .card {
    transition: all 0.3s;
}
.grid .card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
#foundModal.offcanvas-top.h-auto {
    bottom: initial;

/* Social buttons pulse animation */
.social-button {
    transition: transform 0.3s ease;
}

.social-button:hover {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1)  !important;
    }
    50% {
        transform: scale(3)  !important;
    }
    100% {
        transform: scale(1)  !important;
    }
}
}
a {
    color: var(--primary-color) !important;
    text-decoration: none;
}
a svg {
    fill: var(--primary-color);
}
.fill-dark-color{
    fill: var(--dark-color);
}
.stroke-dark-color{
    stroke: var(--dark-color);
}
.bg-primary{
    color: var(--light-color);
    background-color: var(--primary-color) !important;
}
.bg-primary-variant{
    color: var(--light-color);
    background-color: var(--primary-variant-color) !important;
}
.bg-secondary{
    color: var(--light-color);
    background-color: var(--secondary-color) !important;
}
.bg-secondary-variant{
    color: var(--light-color);
    background-color: var(--secondary-variant-color) !important;
}
.bg-primary-grey{
    color: var(--light-color);
    background-color: var(--primary-grey-color) !important;
}
.bg-primary-variant-grey{
    color: var(--light-color);
    background-color: var(--primary-variant-grey) !important;
}
.bg-dark{
    color: var(--light-color);
    background-color: var(--dark-color) !important;
}
.bg-dark-20{
    color: var(--light-color);
    background-color: var(--dark-color-20percent) !important;
}
.bg-dark-10{
    background-color: var(--dark-color-10percent) !important;
}
.bg-dark-5{
    background-color: var(--dark-color-5percent) !important;
}
.text-primary{
    color: var(--primary-color) !important;;
}
.text-primary-variant{
    color: var(--primary-variant-color) !important;;
}
.text-secondary{
    color: var(--secondary-color) !important;;
}
.text-secondary-variant{
    color: var(--secondary-variant-color) !important;;
}
.bg-primary a, .bg-primary-variant a, .bg-primary-variant a, .bg-primary-grey a, .bg-primary-variant-grey a, .bg-secondary-variant a{
    color: var(--light-color) !important;
}

.bg-primary .breadcrumb-item a, .bg-primary-variant .breadcrumb-item a, .bg-primary-variant .breadcrumb-item a, .bg-primary-grey .breadcrumb-item a, .bg-primary-variant-grey .breadcrumb-item a, .bg-secondary-variant .breadcrumb-item a{
    color: #000 !important;
}
@media (min-width: 768px){
.main{
    display: flex !important;
    flex-direction: column !important;
    min-height: 90vh;
}    
} 
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--secondary-color);
}
.nav-pills .nav-link {
    color: var(--secondary-color);
}
.border-primary {
    border: 1px solid var(--primary-color) !important;
}
.border-secondary {
    border: 1px solid var(--secondary-color) !important;
}
.rounded-top-start{
    border-top-left-radius: 0.25rem !important;
}
.rounded-bottom-start{
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-top-end{
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom-end{
    border-bottom-right-radius: 0.25rem !important;
}
.fs-1{font-size:calc(1.375rem + 1.5vw) !important}
.fs-2{font-size:calc(1.325rem + 0.9vw) !important}
.fs-3{font-size:calc(1.3rem + 0.6vw) !important}
.fs-4{font-size:calc(1.275rem + 0.3vw) !important}
.fs-5{font-size:1.25rem !important}
.fs-6{font-size:1rem !important}
.fs-xl{font-size:1.25rem !important}
.fs-lg{font-size:1.125rem !important}
.fs-base{font-size:1rem !important}
.fs-sm{font-size:0.875rem !important}
.fs-xs{font-size:0.75rem !important}
@media (min-width: 768px){
    .border-start-md {
        border-left: 1px solid #dee2e6!important;
    }
}
#sidebar-categories ul{
    width: 100%;
}
#sidebar-categories .nav-item i, #sidebar-categories .nav-item a{
    padding-top: .75rem;
    padding-bottom: .75rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
#sidebar-categories .d-flex a{
    padding-left: .75rem;
}
#sidebar-categories .nav-item:not(.lev1) a{
    color: var(--dark-color) !important;
}
#sidebar-categories .nav-item:not(.lev1) a:before{
    content: "__ ";
    position: relative;
    top: -0.4rem;
}
#sidebar-categories .nav-item:not(.lev1) a:hover{
    font-weight: 500;
}
#sidebar-categories .nav-item.lev2{
    background-color: #EFF0F0;
}
#sidebar-categories .nav-item.lev3,#sidebar-categories .nav-item.lev4{
    background-color: #DADDE0;
}
#sidebar-categories .nav-item i{
    padding-left: .75rem;
    padding-right: .75rem;
    cursor: pointer;
}
#sidebar-categories .nav-item a:hover{
    background-color: var(--primary-variant-grey);
}
#sidebar-categories ul li ul li i, #sidebar-categories ul li ul li a{
   padding-left: 1.25rem !important;
}
#sidebar-categories ul li ul li ul li i, #sidebar-categories ul li ul li ul li a{
    padding-left: 1.75rem !important;
}
#sidebar-categories .opensub{
    transition: all 0.3s;    
}
#sidebar-categories .opensub:not(.collapsed){
    transform: rotate(90deg);
    transform-origin: 40% 40%;    
}
/* .toggle-collapse{
    transition: all 0.3s;
}
.toggle-collapse:not(.collapsed){
    transform: rotate(90deg);
    transform-origin: 40% 40%;
} */
.toggle-collapse {
    cursor:pointer;
}
.toggle-collapse .arrow-collapse{
    transition: all 0.3s;
}
.toggle-collapse:not(.collapsed) .arrow-collapse{
    transform: rotate(90deg);
    transform-origin: 40% 40%;
}
.hover-shadow{
    transition: all .3s;
}
.hover-shadow:hover{
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
.compare-th{
    /* background-color: #e5e5e5; */
    border-bottom: 1px solid var(--dark-color);
}
.compare-td:not(:last-child){
    border-right: 1px solid var(--dark-color);
}
/* .btn-pill{
    border-radius: 1rem;
} */
.btn-primary {
    color: var(--light-color) !important;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-primary.disabled {
    color: var(--dark-color) !important;
    background-color: var(--primary-variant-grey);
    border-color: var(--primary-variant-grey);
}
.btn-primary.disabled svg {
    fill: var(--dark-color);
}
.btn-primary svg{
    fill: var(--light-color);
}
.btn-primary:hover, .btn-primary:focus {
    color: var(--light-color);
    background-color: var(--primary-variant-color);
    border-color: var(--primary-variant-color);
}
.btn-compare{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0rem;
    text-transform: uppercase;
    font-weight: 300;
    color: #666;
    font-size: 0.8rem;
}
.btn-compare svg{
    fill: #666;
    position: relative;
    top: -0.1rem;
}
.btn-compare.active{
    color: var(--primary-color);
}
.btn-compare.active svg{
    fill: var(--primary-color);
}
.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.px-2-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}



















/* GENERAL */

.dropdown-item.active, .dropdown-item:active{
    background-color: white !important;
    font-family: 'Space Grotesk Bold' !important;
}

.form-control{
    font-weight: 100 !important;
}

.form-control:focus{
    border: none !important;
    box-shadow: none !important ;
}

.bg-black{
    background-color: #25272A !important;
}

.bg-light-gray{
    background-color: #F0F4F7 !important;
}

.text-light-gray{
    color: #F0F4F7 !important;
}

.text-dark-gray{
    color: #c1c4c6 !important;
}

.text-blue{
    color: var(--primary-color) !important;
}

.bg-blue{
    background-color: var(--primary-color) !important;
}

.bold, strong{
    font-family: 'Space Grotesk Bold' !important;
}

.italic{
    font-family: 'Spectral Light Italic' !important;
}

.light{
    font-family: 'Space Grotesk Light' !important;
}

.cap{
    text-transform: uppercase;
}

.text-muted{
    color: #64748B !important;
}

a{
    color: currentColor !important;
}

.max-width{
    max-width: 1800px !important;
}

.btn-blue {
    background-color: var(--primary-color);
    color: white !important;
    padding-inline: 2rem;
    padding-block: 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.btn-blue:hover {
    background-color: white;
    color: var(--primary-color) !important;
    padding-inline: 2rem;
    padding-block: 1rem;
    border-radius: 10px;
}

.border-light-blue{
    border: 1px solid rgba(19, 91, 236, 0.3) !important;
}

.border-gray{
    border: 1px solid #94A3B8 !important;
}

.border-light-gray{
    border: 1px solid #cdd3d7 !important;
}

.underline{
    text-decoration: underline;
}

.bg-light-white{
    background-color: rgba(255, 255, 255, 0.1);
}

.bg-light-blue{
    background-color: #135bec1e;
}

.border-white{
    border: 1px solid white;
}

 .img-bw {
    filter: grayscale(100%);
    transition: 0.4s ease;
}

.img-bw:hover {
    filter: grayscale(0%);
}


/* HOMEPAGE */

 .hero-materials .badge-custom {
        background: rgba(13, 110, 253, 0.1);
        font-size: 0.85rem;
        letter-spacing: 0.08em;
    }

    .hero-materials .title-main {
        line-height: 1.1;
    }

    .hero-materials .text-container {
        min-height: 90px;
        position: relative;
    }

    .fade-text {
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .fade-text.active {
        opacity: 1;
        transform: translateY(0);
    }

    .hero-image-col {
        min-height: 500px;
    }

    .image-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 500px;
    }

    .hero-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 0.8s ease;
    }

    .hero-image.active {
        opacity: 1;
    }



 /* Griglia base */
    .card-catalogo-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        /* 6 colonne fisse */
        gap: 1rem;
    }

    /* Prime 2 card: occupano 3 colonne (metà riga) */
    .card-catalogo-item:nth-child(-n+2) {
        grid-column: span 3;
    }

    /* Ultime 3 card: occupano 2 colonne (terza parte di riga) */
    .card-catalogo-item:nth-child(n+3) {
        grid-column: span 2;
    }

    /* Layout mobile: una card per riga */
@media (max-width: 900px) {
    .card-catalogo-grid {
        grid-template-columns: 1fr; /* Singola colonna */
    }
    
    /* Resetta gli span desktop per far occupare tutta la larghezza */
    .card-catalogo-item:nth-child(-n+2),
    .card-catalogo-item:nth-child(n+3) {
        grid-column: span 1;
    }
}

    /* Contenitore card */
    .card-catalogo-item {
        position: relative;
        overflow: hidden;
        min-height: 300px;
    }

    /* Immagine */
    .card-catalogo-bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Velo */
    .card-catalogo-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        transition: opacity 0.4s ease;
    }

    /* Contenuto testuale */
    .card-catalogo-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        color: white;
        padding: 1.5rem;
        transition: transform 0.4s ease;
        z-index: 2;
    }

    /* Link nascosto */
    .card-catalogo-link {
        display: inline-block;
        margin-top: 0.5rem;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

    /* HOVER */
    .card-catalogo-item:hover .card-catalogo-overlay {
        opacity: 0;
    }

    .card-catalogo-item:hover .card-catalogo-content {
        transform: translateY(-1rem);
    }

    .card-catalogo-item:hover .card-catalogo-link {
        opacity: 1;
        transform: translateY(0);
    }

    .laser-gallery__slider {
        overflow: hidden;
        height: 600px;
    }

    .laser-gallery__arrow.is-disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}

    @media (max-width: 900px) {
        .laser-gallery__slider {
            overflow: hidden;
            height: 360px !important;
            padding-left: 20px;
        }
    }

    .laser-gallery__slider .swiper-wrapper {
        height: 100%;
        align-items: flex-end !important;
    }

    .laser-gallery__slide {
        height: 100%;
        display: flex;
        align-items: flex-end;
        overflow: visible;
        position: relative;
    }

    .laser-gallery__card {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        transition:
            min-width 0.7s ease,
            width 0.7s ease,
            transform 0.7s ease;
    }

    .laser-gallery__img {
        display: block;
        width: 100%;
        aspect-ratio: 0.95 / 1;
        object-fit: cover;
    }

    /* BASE: tutte piccole */
    .laser-gallery__slide .laser-gallery__card {
        width: 68%;
        min-width: 68%;
        transform: translateX(0);
    }

    /* PRIMA: molto grande */
    .laser-gallery__slide.is-featured {
        justify-content: flex-start;
        z-index: 3;
    }

    .laser-gallery__slide.is-featured .laser-gallery__card {
        width: auto;
        min-width: 126%;
        transform: translateX(0);
    }

    /* SECONDA: piccola, centrata e un filo spostata */
    .laser-gallery__slide.is-next {
        justify-content: center;
        z-index: 2;
    }

    .laser-gallery__slide.is-next .laser-gallery__card {
        width: 62%;
        min-width: 62%;
        transform: translateX(15%);
    }

    /* TERZA: piccola e un po’ più vicina alla seconda */
    .laser-gallery__slide.is-third {
        justify-content: flex-start;
        z-index: 1;
    }

    .laser-gallery__slide.is-third .laser-gallery__card {
        width: 62%;
        min-width: 62%;
        transform: translateX(-12%);
    }


.feature-card {
    transition: background-color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}

.feature-title,
.feature-icon {
    transition: color 0.3s ease, filter 0.3s ease;
}

/* Icon wrapper e cerchio */
.icon-wrapper {
    display: inline-block;
    width: 100%;
    text-align: start;
}

.icon-circle {
    position: absolute;
    top: 50%;
    left: 19%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(217, 217, 217, 0.2);
    z-index: 0;
    transition: background-color 0.3s ease;
}

.feature-icon {
    position: relative;
    z-index: 1;
}

/* STATI HOVER */
.feature-card:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.feature-card:hover .feature-title {
    color: #fff;
}

.feature-card:hover .feature-icon {
    filter: brightness(0) invert(1);
}

.feature-card:hover .icon-circle {
    background-color: #090961;
}




/* ABOUT */

 .hero-video-section {
        padding: 0;
    }

    .video-teaser {
        position: relative;
        width: 100%;
        height: 80vh;
        min-height: 500px;
        overflow: hidden;
        cursor: none;
        background: #000;
    }

    .video-teaser:focus-visible {
        outline: 2px solid #fff;
        outline-offset: -6px;
    }

    .video-teaser__preview {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .video-teaser__shade {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, .28), rgba(0, 0, 0, .08));
        pointer-events: none;
    }

    .video-teaser__cursor {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-9999px, -9999px);
        pointer-events: none;
        opacity: 0;
        transition: opacity .2s ease;
        z-index: 5;
    }

    .video-teaser__cursor span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        height: 120px;
        padding: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.14);
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
        white-space: normal;
        border: 1px solid rgba(255, 255, 255, 0.28);
        box-shadow:
            0 8px 30px rgba(0, 0, 0, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.18);
        backdrop-filter: blur(12px) saturate(160%);
        -webkit-backdrop-filter: blur(12px) saturate(160%);
    }

    .video-teaser__cursor.is-visible {
        opacity: 1;
    }

    .glightbox,
    .glightbox:hover {
        cursor: none;
    }

    .glightbox-hover-cursor {
        position: fixed;
        top: 0;
        left: 0;
        transform: translate(-9999px, -9999px);
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s ease, visibility 0s linear .2s;
        z-index: 9999 !important;
        will-change: transform, opacity;
        border-radius: 50%;
    background-clip: padding-box;
    backdrop-filter: blur(4px) saturate(180%);
    -webkit-backdrop-filter: blur(4px) saturate(180%);
    }

    .glightbox-hover-cursor.is-visible {
        opacity: 1;
        visibility: visible;
        transition: opacity .2s ease;
    }

    .glightbox-hover-cursor span {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100px;
        height: 100px;
font-family: 'Space Grotesk Bold' !important;
        text-transform: uppercase !important;
        padding: 0;
        border-radius: 50%;

        color: #fff;
        font-size: 16px;
        font-weight: 800;
        text-align: center;
        white-space: normal;

        border: 1px solid rgba(255, 255, 255, 0.35);
        background-clip: padding-box;
       

        box-shadow:
            0 18px 48px rgba(0, 0, 0, 0.28),
            inset 0 1px 0 rgba(255, 255, 255, 0.24);
    }

    .glightbox-hover-cursor.is-visible {
        opacity: 1;
    }

    .video-teaser__mobile-cta {
        position: absolute;
        left: 20px;
        bottom: 20px;
        z-index: 4;
        display: none;
    }

    .video-teaser__mobile-cta span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 38px 28px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4);
        color: white;
        font-size: 14px;
        font-weight: 600;
    }

    .video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 9999;
}

.video-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.video-modal__inner {
    width: 90vw;
    height: 80vh;
    max-width: 1400px;
    max-height: 800px;
}

.video-modal__video {
    width: 100%;
    height: 100%;
    border: 0;
}

    .video-modal__close {
        position: absolute;
        top: 18px;
        right: 22px;
        width: 48px;
        height: 48px;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, .12);
        color: #fff;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
    }

    body.no-scroll {
        overflow: hidden;
    }

    @media (max-width: 991px) {
        .video-teaser {
            cursor: pointer;
            min-height: 340px;
            height: 56vw;
        }

        .video-teaser__cursor {
            display: none;
        }

        .video-teaser__mobile-cta {
            display: block;
        }
    }



.zgallery {
    position: relative;
    height: 260vh;
}

.zgallery__sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.zgallery__stage {
    position: relative;
    width: min(1720px, calc(100vw - 48px));
    height: min(82vh, 860px);
    margin: 0 auto;
    overflow: hidden;
}

.zgallery__card {
    position: absolute;
    margin: 0;
    overflow: hidden;
    will-change: transform, opacity, width, height, top, border-radius;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

.zgallery__card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* laterali */
.zgallery__card--1 {
    left: 0;
    top: 28%;
    width: 13%;
    height: 48%;
    z-index: 1;
}

.zgallery__card--2 {
    left: 14.5%;
    top: 22%;
    width: 20%;
    height: 60%;
    z-index: 2;
}

.zgallery__card--4 {
    right: 14.5%;
    top: 22%;
    width: 20%;
    height: 60%;
    z-index: 2;
}

.zgallery__card--5 {
    right: 0;
    top: 28%;
    width: 13%;
    height: 48%;
    z-index: 1;
}

/* centrale */
.zgallery__card--center {
    left: 50%;
    top: 12%;
    width: 26%;
    height: 76%;
    transform: translateX(-50%);
    z-index: 5;
}

/* tablet */
@media (max-width: 1199px) {
    .zgallery {
        height: 230vh;
    }

    .zgallery__stage {
        width: calc(100vw - 32px);
        height: min(76vh, 760px);
    }

    .zgallery__card--1,
    .zgallery__card--5 {
        width: 12%;
    }

    .zgallery__card--2,
    .zgallery__card--4 {
        width: 22%;
    }

    .zgallery__card--center {
        width: 28%;
        height: 74%;
        top: 13%;
    }
}

/* mobile: niente animazione, layout pulito */
@media (max-width: 767px) {
    .zgallery {
        height: auto;
        padding: 24px 0;
    }

    .zgallery__sticky {
        position: relative;
        height: auto;
    }

    .zgallery__stage {
        width: calc(100vw - 24px);
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        overflow: visible;
    }

    .zgallery__card {
        position: relative;
        inset: auto;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
        opacity: 1 !important;
    }

    .zgallery__card--center {
        grid-column: 1 / -1;
        order: -1;
        aspect-ratio: 16 / 10;
    }

    .zgallery__card--1,
    .zgallery__card--2,
    .zgallery__card--4,
    .zgallery__card--5 {
        aspect-ratio: 4 / 5;
    }

    .zgallery__card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

 .about-process {
    --ring-size: clamp(360px, 42vw, 560px);
    --card-size: clamp(230px, 28vw, 380px);
    --orbit-radius: calc(var(--ring-size) * 0.46);
    /* allinea i pallini al cerchio */
    overflow: hidden;
}

.about-process__visual {
    position: relative;
    width: var(--ring-size);
    height: var(--ring-size);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-process__card {
    position: relative;
    z-index: 2;
    width: var(--card-size);
    aspect-ratio: 1 / 1;
    background: transparent;
}


.about-process__ring {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
        transform: rotate(90deg);
}

.about-process__ring-svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.about-process__ring-track,
.about-process__ring-progress {
    fill: none;
    stroke-width: 0.5;
}

.about-process__ring-track {
    stroke: rgba(255, 255, 255, 0.22);
}

.about-process__ring-progress {
    stroke: rgba(255, 255, 255, 0.95);
    stroke-linecap: butt;
    stroke-dashoffset: 0;
    transform-origin: 50% 50%;
    transform-box: fill-box;
    transition: stroke-dasharray 0.55s ease;
}

.about-process__dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.75);
    background: #02035d;
    transform:
        translate(-50%, -50%) rotate(var(--angle)) translateY(calc(var(--orbit-radius) * -1)) rotate(calc(var(--angle) * -1));
    transition:
        background-color 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.about-process__dot.is-completed,
.about-process__dot.is-active {
    background: #fff;
    border-color: #fff;
}

.about-process__dot.is-active {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
}

.about-process__dynamic-text {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.about-process__dynamic-text.is-changing {
    opacity: 0;
    transform: translateY(10px);
}

.about-process__nav {
    position: relative;
    z-index: 10;
}

.about-process__arrow {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: transparent;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        opacity 0.25s ease,
        transform 0.25s ease,
        border-color 0.25s ease;
}

.about-process__arrow:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.about-process__arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: none;
}

.about-process__arrow.is-prev {
    background: rgba(255, 255, 255, 0.12);
    border-color: transparent;
}

@media (max-width: 991.98px) {
    .about-process {
        --ring-size: 420px;
        --card-size: 280px;
    }

    .about-process__visual {
        margin-inline: auto;
    }
}

@media (max-width: 575.98px) {
    .about-process {
        --ring-size: 310px;
        --card-size: 220px;
    }

    .about-process__arrow {
        width: 52px;
        height: 52px;
        font-size: 1.6rem;
    }
}

.about-process__center-title {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.about-process__center-title.is-changing {
    opacity: 0;
    transform: scale(0.96);
}


 .am-accordion {
        width: 100%;
    }

    .am-item {
        position: relative;
        height: 108px;
        overflow: hidden;
        background: #F0F4F7;
        border-top: 1px solid white;
        transition: height 0.65s cubic-bezier(0.22, 1, 0.36, 1),
            background-color 0.4s ease;
        cursor: pointer;
    }

    .am-item:first-child {
        border-top: 0;
    }

    .am-item.is-open {
        height: 370px;
        background: #111;
    }

    .am-bg {
        position: absolute;
        inset: 0;
        opacity: 0;
        transform: scale(1.04);
        transition: opacity 0.55s ease, transform 0.8s ease;
        z-index: 1;
    }

    .am-item.is-open .am-bg {
        opacity: 1;
        transform: scale(1);
    }

    .am-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .am-overlay {
        position: absolute;
        inset: 0;
        background:
            linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.58) 100%);
    }

    .am-hitarea {
        position: absolute;
        inset: 0;
        z-index: 3;
        outline: none;
    }

    .am-content {
        position: absolute;
        top: 60%;
            left: 68%;
        transform: translateY(-50%);
        z-index: 4;
        display: flex;
        align-items: flex-start;
        gap: 18px;
        text-align: left;
        pointer-events: none;
    }

    .am-number,
    .am-title,
    .am-link {
        transition: color 0.35s ease, opacity 0.35s ease, transform 0.45s ease;
    }

    .am-number {
        font-size: clamp(20px, 1.6vw, 34px);
        line-height: 1;
        font-weight: 400;
        color: #1b1b1b;
        opacity: 0.9;
        min-width: 34px;
    }

    .am-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .am-title {
        margin: 0;
        font-size: clamp(32px, 3vw, 60px);
        line-height: 0.95;
        font-weight: 800;
        letter-spacing: -0.02em;
        color: #000;
    }

    .am-link {
        margin-top: 16px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #ffffff;
        text-decoration: none;
        opacity: 0;
        transform: translateY(12px);
        pointer-events: none;
    }

    .am-link span {
        font-size: 16px;
        line-height: 1;
    }

    .am-item.is-open .am-number,
    .am-item.is-open .am-title {
        color: #fff;
    }

    .am-item.is-open .am-link {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .am-item.is-open .am-content {
        pointer-events: auto;
    }

    .am-link:hover {
        opacity: 0.82 !important;
    }

    @media (max-width: 991px) {
        .am-item {
            height: 92px;
        }

        .am-item.is-open {
            height: 300px;
        }

        .am-content {
            right: 24px;
            left: 24px;
            justify-content: flex-end;
        }

        .am-title {
            font-size: clamp(26px, 6vw, 42px);
        }

        .am-number {
            font-size: 24px;
        }
    }

    @media (max-width: 575px) {
        .am-item {
            height: 82px;
        }

        .am-item.is-open {
            height: 240px;
        }

        .am-content {
            gap: 12px;
        }

        .am-title {
            font-size: 30px;
        }

        .am-link {
            margin-top: 10px;
            font-size: 12px;
            letter-spacing: 0.1em;
        }
    }


/* FAQ */

.faq-accordion {
    width: 100%;
}

.faq-item {
    background: white;
    border-radius: 16px;
    margin-bottom: 8px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 34px;
    cursor: pointer;
    text-align: left;
}

.faq-title {
    color: #111;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
}

.faq-icon {
    position: relative;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #111;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease;
}

.faq-icon::before {
    width: 18px;
    height: 2.5px;
    border-radius: 2px;
}

.faq-icon::after {
    width: 2.5px;
    height: 18px;
    border-radius: 2px;
}

.faq-item.is-open .faq-icon::after {
    opacity: 0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.75s ease;
}

.faq-answer-inner {
    padding: 0 34px 26px 34px;
    color: #4d4d4d;
    font-size: 15px;
    line-height: 1.6;
}

.faq-item.is-open .faq-answer {
    max-height: 300px;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 12px 14px 4px;
    }

    .faq-question {
        padding: 22px;
        gap: 18px;
    }

    .faq-title {
        font-size: 15px;
    }

    .faq-answer-inner {
        padding: 0 22px 22px 22px;
        font-size: 14px;
    }

    .faq-item.is-open .faq-answer {
        max-height: 400px;
    }
}


/* NEWS */

    .news-main-card,
    .news-grid-card {
        background: #fff;
    }

    .news-main-card {
        min-height: 360px;
    }

    .news-main-image,
    .news-main-image .content,
    .news-main-image a,
    .news-main-image img,
    .news-main-image picture {
        height: 100%;
    }

    .news-main-image img,
    .news-main-image picture img,
    .news-grid-image img,
    .news-grid-image picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .news-grid-image {
        height: 250px;
        overflow: hidden;
    }

    .news-date-pill {
        display: inline-block;
        padding: 6px 12px;
        border: 1px solid #d9e0ea;
        border-radius: 8px;
        background: #f3f6fb;
        color: #41506b;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .04em;
        width: fit-content;
    }

    .news-title {
        line-height: 1.2;
    }

    .news-grid-card .card-body {
        min-height: 220px;
    }

    .pagination {
        gap: 10px;
    }

    .pagination .page-link {
        border: 0;
        border-radius: 50%;
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
        color: #1f2937;
    }

    .pagination .page-item.active .page-link {
        background: #fff;
        color: #1f2937;
        font-weight: 700;
    }

    @media (max-width: 991.98px) {
        .news-main-card {
            min-height: auto;
        }

        .news-main-image {
            height: 280px;
        }
    }

    .news-pagination-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 18px;
        margin-top: 10px;
    }

    .news-pagination-arrow {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #d8dee8;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #1f2937;
        font-size: 22px;
        transition: all .2s ease;
    }

    .news-pagination-arrow:hover {
        color: #1f2937;
        transform: translateY(-1px);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    }

    .news-pagination-arrow.disabled {
        opacity: .45;
        pointer-events: none;
    }

    .news-pagination-current {
        font-size: 22px;
        font-weight: 600;
        color: #1f2937;
        min-width: 36px;
        text-align: center;
    }



    /*  CONTATTI */

  .map-wrapper {
    position: relative;
    min-height: 100%;
    height: 100% !important;
}

.map-wrapper iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    min-height: 300px;
    border: 0;
    transform-origin: center;
}  



/* FERRO BATTUTO */

.catalog-showcase {
        overflow: hidden;
    }

    .catalog-showcase__inner {
        width: 100%;
        margin: 0 auto;
        padding-left: 6.5%;
    }

    .catalog-showcase__head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 30px;
        margin-bottom: 40px;
        padding-right: 6.5%;
    }

    .catalog-showcase__intro {
        max-width: 760px;
    }

    .catalog-showcase__eyebrow {
        display: inline-block;
        margin-bottom: 12px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: #2e356d;
    }

    .catalog-showcase__title {
        margin: 0 0 16px;
        font-size: clamp(34px, 4vw, 58px);
        line-height: 1.05;
        font-weight: 700;
        color: #111;
    }

    .catalog-showcase__text {
        margin: 0;
        color: #555;
    }

    .catalog-showcase__nav {
        display: flex;
        align-items: center;
        gap: 14px;
        padding-top: 10px;
    }

    .catalog-showcase__btn {
        all: unset;
        cursor: pointer;
        display: inline-flex;
    }

    .catalog-showcase__btn.swiper-button-disabled {
        opacity: .4;
        pointer-events: none;
    }

    .catalog-swiper {
        overflow: hidden;
    }

.catalog-card {
    position: relative;
}

.catalog-card__media {
    position: relative;
    overflow: hidden;
}

.catalog-card__image {
    width: 100%;
    height: auto;
    display: block;
}

.catalog-card__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none; /* evita problemi di touch su mobile */
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.78) 0%,
        rgba(0, 0, 0, 0.28) 38%,
        rgba(0, 0, 0, 0) 68%
    );
}

.catalog-card-zoom{
    overflow: hidden;
}

.catalog-card-zoom .catalog-card__image{
    transition: transform 0.5s ease;
}

.catalog-card-zoom:hover .catalog-card__image{
    transform: scale(1.08);
}

.catalog-card--short .catalog-card__image {
    max-height: 75vh;
    object-fit: cover;
}

    .catalog-card__content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    .catalog-card__title {
        display: inline-block;
        margin-bottom: 14px;
        font-size: 32px;
        line-height: 1.1;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
    }

    .catalog-card__title:hover {
        color: #fff;
        text-decoration: none;
    }

    .catalog-card__link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #dcdcdc;
        text-decoration: none;
    }

    .catalog-card__link:hover {
        color: #fff;
        text-decoration: none;
    }

    @media (max-width: 991.98px) {
        .catalog-showcase {
            padding: 60px 0;
        }

        .catalog-showcase__inner {
            padding-left: 20px;
        }

        .catalog-showcase__head {
            flex-direction: column;
            padding-right: 20px;
        }

        .catalog-showcase__text {
            font-size: 17px;
        }

        .catalog-card {
            height: 520px;
        }
    }

    @media (max-width: 767.98px) {
        .catalog-card {
            height: 430px;
        }

        .catalog-card__title {
            font-size: 27px;
        }
    }


    .quality-item {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        background: none;
        border: 0;
        padding: 0;
        text-align: left;
        cursor: pointer;
        opacity: 0.5;
        transition: opacity 0.3s ease;
    }

    .quality-item .quality-line {
        width: 1px;
        min-width: 1px;
        height: 90px;
        background: rgba(255, 255, 255, 0.25);
        transition: background 0.3s ease;
    }

    .quality-item.is-active {
        opacity: 1;
    }

    .quality-item.is-active .quality-line {
        background: rgba(255, 255, 255, 1);
    }

    .quality-right {
        display: grid;
    }

    .quality-pane {
        grid-area: 1 / 1;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.35s ease, visibility 0.35s ease;
    }

    .quality-pane.is-active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }



/* ACCIAIO INOX */

@media (min-width: 900px) {
    .border-left{
        border-left: 1px solid gainsboro;
    }

    .border-inline{
        border-inline: 1px solid gainsboro;
    }
}


/* TAGLIO LASER */


    /* Container immagine */
    .image-wrapper {
        object-fit: contain;
    }

    .feature-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .feature-image.fade-out {
        opacity: 0;
        transform: scale(1.02);
    }

    /* Contenuto testuale */
    .content-wrapper {
        padding: 2rem 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* Lista feature */
    .features-list {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }

    .feature-item {
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        filter: blur(2.5px);
        opacity: 0.4;
        transform: scale(0.98);
    }

    .feature-item h3 {
        margin: 0;
    }

    .feature-item:hover {
        transform: translateX(8px);
    }

    /* Primo elemento attivo di default su desktop */
    .feature-item.active {
        filter: blur(0) !important;
        opacity: 1 !important;
        transform: scale(1) !important;
        z-index: 10;
    }

    /* Effetto blur sui sibling quando fa hover */
    .features-list:hover .feature-item {
        filter: blur(2.5px);
        opacity: 0.4;
        transform: scale(0.98);
        transition: all 0.3s ease;
    }

    .features-list:hover .feature-item:hover {
        filter: blur(0);
        opacity: 1;
        transform: scale(1) translateX(8px);
        z-index: 10;
    }

    .features-list:hover .feature-item.active {
        filter: blur(0) !important;
        opacity: 1 !important;
        transform: scale(1) translateX(8px) !important;
        z-index: 10;
    }

    /* ===== MOBILE ===== */
    @media (max-width: 991px) {

        /* annulla effetti hover desktop */
        .features-list:hover .feature-item,
        .features-list:hover .feature-item:hover {
            filter: blur(2.5px);
            opacity: 0.45;
            transform: scale(0.98);
        }

        /* tutti blur di default */
        .feature-item {
            filter: blur(2.5px);
            opacity: 0.45;
            transform: scale(0.98);
            transition: all 0.3s ease;
        }

        /* solo quello attivo nitido */
        .feature-item.active {
            filter: blur(0) !important;
            opacity: 1 !important;
            transform: scale(1) translateX(8px) !important;
            z-index: 2;
        }

        .feature-item.active h3,
        .feature-item.active p {
            opacity: 1;
        }
    }

    /* GLIGHTBOX: nasconde titolo / descrizione generati dall'alt */
    .glightbox-container .gslide-description,
    .glightbox-container .gslide-title,
    .glightbox-container .gslide-desc {
        display: none !important;
    }



/* CANCELLI */  

    .gate-swiper-wrap {
        position: relative;
        width: 100%;
    }

    .gateSwiper {
        width: 100%;
    }

    .gateSwiper .swiper-slide {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .gateSwiper .swiper-slide img {
        display: block;
        width: 80%;
        height: auto;
    }

    /* solo posizionamento, nessuno stile grafico */
    .gate-prev,
    .gate-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 20;
        border: 0;
        padding: 0;
        margin: 0;
        background: transparent;
        box-shadow: none;
        cursor: pointer;
    }

    /* posizione frecce ai lati della slide centrale */
    .gate-prev {
        left: 17%;
    }

    .gate-next {
        right: 17%;
    }

    @media (max-width: 991px) {
        .gate-prev {
            left: 14px;
            max-width: 48px;
        }

        .gate-next {
            right: 14px;
            max-width: 48px;
        }
    }




    .simple-gallery-rect {
        height: 650px;
    }

    .simple-gallery-rect__slider {
        height: 100%;
        overflow: hidden;
    }

    .simple-gallery-rect__slider .swiper-wrapper {
        height: 100%;
        align-items: flex-end;
    }

    .simple-gallery-rect__slide {
        height: 100%;
        display: flex;
        align-items: flex-end;
        overflow: visible;
        position: relative;
    }

    @media (max-width: 900px) {
        .simple-gallery-rect {
            height: 260px;
        }
    }

    .simple-gallery-rect__slide {
        height: 100%;
        display: flex;
        align-items: flex-end;
        overflow: visible;
        position: relative;
    }

    .simple-gallery-rect__card {
        border-radius: 10px;
        overflow: hidden;
        transition:
            min-width 0.7s ease,
            width 0.7s ease,
            height 0.7s ease,
            transform 0.7s ease;
    }

    .simple-gallery-rect__img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* BASE */
    .simple-gallery-rect__slide .simple-gallery-rect__card {
        width: 58%;
        min-width: 58%;
        height: 88%;
        transform: translateX(0);
    }

    /* PRINCIPALE */
    .simple-gallery-rect__slide.is-featured-rect {
        justify-content: flex-start;
        z-index: 3;
    }

    .simple-gallery-rect__slide.is-featured-rect .simple-gallery-rect__card {
        width: auto;
        min-width: 115%;
        height: 100%;
        transform: translateX(0);
    }

    /* SECONDA */
    .simple-gallery-rect__slide.is-next-rect {
        justify-content: center;
        z-index: 2;
        left: -1%;
    }

    .simple-gallery-rect__slide.is-next-rect .simple-gallery-rect__card {
        width: 70%;
        min-width: 70%;
        height: 65%;
        transform: translateX(15%);
    }

    /* TERZA */
    .simple-gallery-rect__slide.is-third-rect {
        justify-content: flex-start;
        z-index: 1;
        left: 1.5%
    }

    .simple-gallery-rect__slide.is-third-rect .simple-gallery-rect__card {
        width: 70%;
        min-width: 70%;
        height: 65%;
        transform: translateX(-5%);
    }


.card-hover{
     background: rgba(255, 255, 255, 0.1);
        /* trasparente */
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    transition: all 0.5s ease;
}

.card-hover:hover{
    background-color: rgba(255, 255, 255, 0.259);
}

.card-hover-blue{
    background-color: transparent;
    transition: all 0.5s ease;
}

.card-hover-blue:hover{
    background-color: var(--primary-color);
    
}

 .card-hover-blue:hover h4{
   color: white !important;
 }


.arrow-gallery__slider {
        overflow: hidden;
        height: 650px;
    }

    .arrow-gallery__arrow.is-disabled {
        opacity: 0.3;
        pointer-events: none;
        cursor: default;
    }

    @media (max-width: 900px) {
        .arrow-gallery__slider {
            overflow: hidden;
            height: 260px !important;
            padding-left: 20px;
        }
    }

    .arrow-gallery__slider .swiper-wrapper {
        height: 100%;
        align-items: flex-end !important;
    }

    .arrow-gallery__slide {
        height: 100%;
        display: flex;
        align-items: flex-end;
        overflow: visible;
        position: relative;
    }

    .arrow-gallery__card {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        transition:
            min-width 0.7s ease,
            width 0.7s ease,
            height 0.7s ease,
            transform 0.7s ease;
    }

    .arrow-gallery__img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* BASE: tutte piccole */
    .arrow-gallery__slide .arrow-gallery__card {
        width: 58%;
        min-width: 58%;
        height: 88%;
        transform: translateX(0);
    }

    /* PRIMA: molto grande */
    .arrow-gallery__slide.is-featured {
        justify-content: flex-start;
        z-index: 3;
    }

    .arrow-gallery__slide.is-featured .arrow-gallery__card {
        width: auto;
        min-width: 115%;
        height: 100%;
        transform: translateX(0);
    }

    /* SECONDA */
    .arrow-gallery__slide.is-next {
        justify-content: center;
        z-index: 2;
        left: -1%;
    }

    .arrow-gallery__slide.is-next .arrow-gallery__card {
        width: 70%;
        min-width: 70%;
        height: 65%;
        transform: translateX(15%);
    }

    /* TERZA */
    .arrow-gallery__slide.is-third {
        justify-content: flex-start;
        z-index: 1;
        left: 1.5%;
    }

    .arrow-gallery__slide.is-third .arrow-gallery__card {
        width: 70%;
        min-width: 70%;
        height: 65%;
        transform: translateX(-5%);
    }

.card-light-blue{
    transition: all 0.5s ease;
}

.card-light-blue:hover{
    background-color: #F0F4F7;
}


.border-black{
    border: 1px solid black;
}

.border-dark-gray{
    border: 1px solid rgba(100, 116, 139, 1);
}

.material-list {
        position: relative;
        display: inline-block;
        min-height: 100px;

    }

    .material-list span {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: opacity 0.4s ease;
         white-space: nowrap;
    }

    .material-list span.active {
        opacity: 1;
    }

    .btn-shadow {
        border: none;
        position: relative;
        overflow: hidden;


        box-shadow:
            0 18px 34px rgba(6, 6, 71, 0.35),
            0 8px 16px rgba(6, 6, 71, 0.28);
    }

.btn-animated {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
}

.btn-animated-text-wrap {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    height: 1.2em;
    overflow: hidden;
}

.btn-animated-text {
    display: block;
    line-height: 1.2;
    padding-bottom: 0.05em;
    transition: transform .45s cubic-bezier(.76, 0, .24, 1);
}

.btn-animated:hover .btn-animated-text {
    transform: translateY(-100%);
}



 ul.custom-plus {
                    list-style: none;
                    padding-left: 0;
                    margin-left: 0;
                }

                ul.custom-plus li {
                    position: relative;
                    padding-left: 26px;
                    /* leggermente più spazio per il + grande */
                    color: inherit;
                }

                ul.custom-plus li::before {
                    content: "+";
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);

                    font-size: 25px;
                    /* 👈 grandezza */
                    font-weight: 800;
                    line-height: 1;

                    color: #64748B;
                }


 .video-card {
        position: relative;
        overflow: hidden;
        min-height: 700px;
    }

    .video-card::before {
        content: "";
        position: absolute;
        inset: 0;

        background: rgba(0, 0, 0, 0.35);

        z-index: 1;
    }

    /* VIDEO COME BACKGROUND */
    .card-video {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center;

        z-index: 0;
    }               

.parallax-card {
        position: relative;
        min-height: 85vh;
        overflow: hidden;
    }

    .parallax-picture {
        position: absolute;
        inset: 0;
        z-index: 0;
    }

    .parallax-img {
        position: absolute;
        top: -12%;
        left: 0;
        width: 100%;
        height: 114%;
        object-fit: cover;
        will-change: transform;
        transform: translateY(0);
    }

    .parallax-card .card-img-overlay {
        position: relative;
        z-index: 2;
    }

    @media (max-width: 768px) {
        .parallax-card {
            min-height: 760px;
        }

        .parallax-img {
            top: -8%;
            height: 116%;
        }
    }


  .card-a {
        overflow: hidden;
        /* evita che l'immagine esca */
    }

    .card-a img {
        transition: transform 0.5s ease;
    }

    .card-a:hover img {
        transform: scale(1.1);
        /* zoom */
    }   


    .bg-video {
        position: relative;
        overflow: hidden;
    }

    .card-video-scale {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        object-fit: cover;
        z-index: 0;
        filter: grayscale(120%);
    }

    .video-overlay-scale {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        background: rgba(0, 0, 0, 0.5);
        /* più scuro */
        z-index: 1;
    }

    .bg-video .card-img-overlay {
        position: relative;
        z-index: 2;
    }