/*--- header ---*/
.menu-header-001-submenu-header {
    position:fixed;
    top:0;
    left:0;
    padding:0 0 0 0;
    width:100%;
    height: 90px;
    z-index:20;
    transition: all 0.5s ease-out;
}

.menu-header-001-submenu-header.scrolled {
    background-color:rgba(255,255,255,0.9);
    box-shadow: -1px 1px 6px -1px rgba(0,0,0,0.5);
}

.menu-header-001-submenu-header .logo {
    position:relative;
    margin:0;
    padding:0 0 0 0;
    width: 240px;
    height:90px;
    float:left;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 320px) {

    .menu-header-001-submenu-header .logo {
        width: 180px;
    }

}

.menu-header-001-submenu-header .logo img {
    transition: all 0.5s ease-out;
    width: auto;
    height: 90px;
}

.menu-header-001-submenu-nav {
    position:relative;
    margin:0 0 0 0;
    padding:0 0 0 0;
    float:right;
    height:90px;
    display: table;
}

.menu-header-001-submenu-nav ul {
    position:relative;
    margin:0 0 0 0;
    padding:0 0 0 0;
    height:21px;
}

.menu-header-001-submenu-nav ul li {
    position:relative;
    margin:0 20px 0 0;
    padding:0;
    list-style:none;
    text-align:center;
    float:left;
}

.menu-header-001-submenu-nav ul li.search {
    height:21px;
    padding: 29px 0 0 0;
}

.menu-header-001-submenu-nav ul li.hamburger {
    height:16px;
    padding: 32px 0 0 0;
}

.menu-header-001-submenu-nav ul li a {
    margin:0;
    padding:0;
    display: block;
    line-height: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Gotham Medium;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.5s ease-out;
}

.menu-header-001-submenu-nav ul li a.active,
.menu-header-001-submenu-nav ul li a:hover {
    color: #bbb;
}

.menu-header-001-submenu-header.scrolled .menu-header-001-submenu-nav ul li a {
    color:#333;
}

.menu-header-001-submenu-header.scrolled .menu-header-001-submenu-nav ul li a.active,
.menu-header-001-submenu-header.scrolled .menu-header-001-submenu-nav ul li a:hover {
    color:#888;
}
/*--- menu dynamic ---*/

.menu-header-001-submenu-nav ul li.actions ul.menu-dynamic {
    position:absolute;
    left:0;
    top:69px;
    margin:0;
    padding:0 0 0 0;
    width: auto;
    min-width:226px;
    max-width: 350px;
    height: auto;
    min-height:100px;
    opacity:0;
    display:none;
}

.menu-header-001-submenu-nav ul li.actions ul.menu-dynamic li.li-dynamic {
    position: absolute;
    margin: 30px 0 0 0;
    padding: 20px 0 20px 0;
    list-style: none;
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    display: block;
    float: none;
    white-space: nowrap;
/*
    border-radius: 8px;
*/
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    transition: all 0.5s ease-out;
    background-color: #fff;
}

.menu-header-001-submenu-nav ul li.actions ul.menu-dynamic li.li-dynamic a {
    padding: 5px 20px 5px 20px;
    min-width:226px;
    width: 100%;
    display:block;
    font-family: Gotham Medium;
    font-size: 12px;
    color:#111;
    text-align: left;
    line-height: 20px;
    height: auto;
    text-transform: uppercase;
    background-color: #fff;
}

.menu-header-001-submenu-nav ul li.actions ul.menu-dynamic li.li-dynamic a:hover {
/*
    color:#888;
*/
    background-color: rgba(0,0,0,0.1);
}

.menu-header-001-submenu-nav ul li.actions ul.menu-dynamic li.li-dynamic .arrow {
    top: -15px;
    left:50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color:#fff;
    border-width: 15px;
    margin: -15px 0 0 -15px;
}

.menu-header-001-submenu-nav ul li.actions ul.menu-dynamic li.li-dynamic p {
    padding: 15px 0 0 20px;
    direction: ltr;
}



@media only screen and (max-width: 930px)
{


}

@media only screen and (max-width: 768px)
{


}

.menu-header-001-submenu-nav .for-shop {
    position:relative;
    top:21px;
}

/*--- ! ---*/

/*--- shadow immagine top ---*/
.shadow-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*
    max-height:500px;
*/
    display: block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    opacity: 0;
}
/*--- eventuale elemento dinamico con piccola animazione in entrata ---*/
.dynamic-element {
    position: relative;
    top: 360px;
    width: 100%;
    height:140px;
    max-height:140px;
    background-color:transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    z-index: 9;
}
/*--- ! ---*/

.top-background.wide {
    height:100vh;
    max-height:100vh;
}

.top-background-container {
    position: absolute;
    top: 90px;
    bottom: auto;
    left: auto;
    right: auto;
    display: flex;
    width: 100%;
    height: calc( 100% - 90px);
    padding: 0;
    margin: 0;
}

.top-background-container.wide {
    height:calc(100vh - 91px);
}

.top-background-container.sx {
    justify-content:flex-start;
}

.top-background-container.cx {
    justify-content:center;
}

.top-background-container.dx {
    justify-content:flex-end;
}

.top-background-container.top {
    align-items:flex-start;
}

.top-background-container.center {
    align-items:center;
}

.top-background-container.bottom {
    align-items:flex-end;
}

.top-background-content {
    position: relative;
    display: block;
    padding: 0 50px 50px 50px;
}

.top-background-container.wide .top-background-content {
    width: 100%;
}

.top-background.wide .shadow-top {
    background-color:rgba(0,0,0,0.5);
    max-height: 100%;
}

.top-background-content h1,
.top-background-content h2,
.top-background-content h3,
.top-background-content h4,
.top-background-content h5 {
    font-family: Gotham Light;
    letter-spacing: -4px;
    font-weight: 100;
    margin: 20px 0 30px 0;
    position: relative;
    width: 100%;
    color: #fff;
}

.top-background-content h1 {
    font-size: 60px;
    line-height: 55px;
}

.top-background-content h2 {
    font-size: 45px;
    line-height: 45px;
}

.top-background-content h3 {
    font-size: 40px;
    line-height: 40px;
}

.top-background-content h4 {
    font-size: 30px;
    line-height: 30px;
}

.top-background-content h5 {
    font-size: 26px;
    line-height: 26px;
}

@media only screen and (max-width: 480px)
{

    .top-background-container {
        top: 90px;
        height: calc(100% - 90px);
    }

    .top-background-content {
        padding: 0 30px 100px 30px;
    }

    .top-background-content h1 {
        font-size: 40px;
        line-height: 35px;
    }

    .top-background-content h2 {
        font-size: 35px;
        line-height: 30px;
    }

    .top-background-content h3 {
        font-size: 25px;
        line-height: 20px;
        letter-spacing: -2px;
    }

    .top-background-content h4 {
        font-size: 25px;
        line-height: 20px;
        letter-spacing: -2px;
    }

    .top-background-content h5 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: -2px;
    }

}



/*
.top-background-container.sx h1,
.top-background-container.sx h2,
.top-background-container.sx h3,
.top-background-container.sx h4,
.top-background-container.sx h5,
.top-background-container.sx p {
    text-align: left;
}

.top-background-container.cx h1,
.top-background-container.cx h2,
.top-background-container.cx h3,
.top-background-container.cx h4,
.top-background-container.cx h5,
.top-background-container.cx p {
    text-align: center;
}

.top-background-container.dx h1,
.top-background-container.dx h2,
.top-background-container.dx h3,
.top-background-container.dx h4,
.top-background-container.dx h5,
.top-background-container.dx p {
    text-align: right;
}
*/

/*--- immagine top background ---*/
.t-001 {
    top: 0;
    left: 0;
    width: 100%;
    height:500px;
/*
    max-height:500px;
*/
    background-color:transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: all 0.5s ease-out;
}

.t-001.no-fixed {
    position: absolute;
}

.t-001.fixed {
    position: fixed;
}

.t-001 .top-background-content {
    position: relative;
    padding: 0 50px 50px 50px;
    display: flex;
}

.t-001 .top-background-content.cx {
    justify-content: center;
}

.t-001 .top-background-content.sx {
    justify-content: flex-start;
}

.t-001 .top-background-content.dx {
    justify-content: flex-end;
}

.t-001 .top-background-content .blocco {
    position: relative;
}

.t-001 .top-background-content h1,
.t-001 .top-background-content h2,
.t-001 .top-background-content h3,
.t-001 .top-background-content h4,
.t-001 .top-background-content h5 {
    width:auto !important;
}





/*--- footer ---*/

/*

il footer normalmente è in posizione relativa, ovvero scorre con il resto della pagina

se aggiungo la classe .reveal lo rendo fisso in basso alla pagina

*/
/*
variabili footer 
	colore sfondo 
	--bg-footer:transparent !important;

	colore generale
	--color-footer:#bbb;

	colore link
	--color-footer-link:#fff;

	colore link hover
	--color-footer-link-over:#888;

*/
:root {
	--bg-footer-001: transparent;
	--color-footer-001: #fff;
	--color-footer-link-001: #fff;
	--color-footer-menu-001: #fff;
	--color-footer-link-over-001: #fd0;
}


.footer-001-footer {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	width: 100%;
	height:100%;
	background-color: var(--bg-footer-001);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	font-family: 'Lato', sans-serif;
	overflow: hidden;
}

.footer-001-footer.reveal {
	position: fixed;
	bottom: 0;
	left: 0;
	right: auto;
	top: auto;
}

.footer-001-footer .company {
	position:relative;
	color:var(--color-footer-001);
	font-size:13px;
	font-weight:300;
	line-height:20px;
}

.footer-001-footer .company a {
	color:var(--color-footer-link-001);
	text-decoration: none;
}

.footer-001-footer .company a:hover {
	color:var(--color-footer-link-over-001);
}

.footer-001-footer .company span {
	font-weight:400;
}

.footer-001-footer .company .logo {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	width: 180px;
	max-width: 180px;
}

.footer-001-footer .logo img {
	width: auto;
	height: 45px;
}

.footer-001-footer .company .text {
	position: relative;
	margin: 0;
	padding: 0;
	color: var(--color-footer-001);
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
}

.footer-001-footer .company .text .ragione-sociale {
	position: relative;
	margin: 0;
	padding: 0;
	color: var(--color-footer-001);
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
}

.footer-001-footer .text.ragione-sociale-sottotitolo {
	margin: 0 0 0 0;
	font-size:13px; 
	letter-spacing: 0px; 
	line-height:22px;
}

.footer-001-footer .container {
	padding: 50px 50px 0 50px;
	height: 100%;
}

.footer-001-footer-menu {
	position:relative;
	margin:0;
	padding:0;
	clear: both;
}

.footer-001-footer-menu .title {
	position:relative;
	width:100%;
	display:block;
	padding: 0;
	margin: 0 0 20px 0;
}

.footer-001-footer-menu .title span {
	color:var(--color-footer-link-001);
	font-family: Gotham Bold;
	font-size: 18px;
	line-height: 14px;
	letter-spacing: -1px;
	font-weight: 100;
	text-transform: uppercase;
	margin: 0;
}

.footer-001-footer-menu ul {
	position:relative;
	margin:0;
	padding:0 0 0 0;
}

.footer-001-footer-menu ul li {
	position:relative;
	margin:0 0 0 0;
	padding:0;
	list-style-type: disc;
	list-style-position: inside;
	color:var(--color-footer-menu-001);
}

.footer-001-footer-menu ul li a {
	position: relative;
	width: 100%;
	display: inline;
	color: var(--color-footer-menu-001);
	font-size: 13px;
	font-weight: 400;
	line-height: 12px;
	padding: 0;
	margin: 0 0 0 -10px;
	font-family: Gotham Book;
}

@-moz-document url-prefix() { 
	.footer-001-footer-menu ul li a {
		margin: 0 0 0 0;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1) { 

	.footer-001-footer-menu ul li a {
		margin: 0 0 0 2px;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 2) { 

	.footer-001-footer-menu ul li a {
		margin: 0 0 0 2px;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) { 

	.footer-001-footer-menu ul li a {
		margin: 0 0 0 2px;
	}

}

.footer-001-footer-menu ul li a:hover {
	color:var(--color-footer-link-over-001);
}


.footer-001-footer .copyright-credits {
	position: relative;
	height: 130px;
	color: var(--color-footer-001);
	font-size: 13px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}

.footer-001-footer .copyright-credits .container {
	height: inherit;
	padding: 20px 50px 20px 50px;
	display: flex;
	align-items: center;
}

.footer-001-footer .copyright {
	float: left;
	width: 50%;
	font-weight: 400;
	height: 66px;
	line-height: 16px;
	display: flex;
	align-items: flex-end;
}

.footer-001-footer .copyright span {
	position: absolute;
}

.footer-001-footer .copyright a {
	position:relative;
	width:100%;
	display:block;
	color:var(--color-footer-link-001);
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	padding: 0;
	margin: 10px 0 0 0;
	text-decoration: none;
}

.footer-001-footer .copyright a:not(.with-border) {
	text-decoration: underline;
}

.footer-001-footer .copyright a:hover {
	color:var(--color-footer-link-over-001);
}

a.with-border {
	border-color:#bbb;
}

.footer-001-footer .credits {
	float: right;
	width: 50%;
	height: 66px;
	text-align: right;
}

.footer-001-footer .credits a {
	width: 146px;
}

.footer-001-footer-social {
	position:relative;
	margin:30px 0 0 0;
	padding:0 0 0 0;
}

.footer-001-footer-social ul {
	position:relative;
	margin:0;
	padding:0 0 0 0;
}

.footer-001-footer-social ul li {
	position:relative;
	margin:0 5px 0 0;
	padding:0;
	list-style:none;
	float: left;
}

.footer-001-footer-social ul li:last-child {
	margin:0 0 0 0;
}

.footer-001-footer-social ul li a {
	position:relative;
	display:inline-block;
	margin: 0 0 0 0;
}

.footer-001-footer-social ul li a img {
	height: 40px;
}
.footer-001-footer .creditcard {
	height: clamp(35px, 4vw, 45px);
	width: auto;
}

.footer-001-footer .footer-credit-cards {
	display: flex;
}
.footer-001-footer .footer-container-credit-cards {
	display: flex;
	flex-direction: column;
	align-items: end;
	text-align: end;

}
.footer-001-footer .titolo-footer-social {
	font-family: var(--nuovo-font);
	font-size: 16px;
	line-height: 14px;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	color: var(--color-footer-001);
}
.footer-001-footer .paymethode-footer-titolo {
	font-family: var(--nuovo-font);
	font-size: 16px;
	line-height: 14px;
	letter-spacing: -1px;
	margin: 0 7px 10px 0;
	color: var(--color-footer-001);
}
@media only screen and (max-width: 1279px)
{
	.footer-001-footer {
		padding: 0;
	}

	.footer-001-footer .container {
		padding: 50px 50px 0 50px;
		height: 100%;
	}
	.footer-001-footer .copyright-credits .container {
		padding: 20px 50px 0 50px;
	}
}

@media only screen and (max-width: 900px) {

	.footer-001-footer-menu {
		display: none;
	}

}

@media only screen and (max-width: 768px)
{
	.footer-001-footer .copyright-credits .container {
		padding: 20px 50px 20px 50px !important;
	}

	.footer-001-footer {
		padding: 0 0 0 0;
	}

	.footer-001-footer .container {
		padding: 50px 50px 0 50px !important;
	}

	.footer-001-footer .vcenter {
		display: block;
	}

	.footer-001-footer .vcenter.for-company {
		text-align: center;
	}

	.footer-001-footer .logo img {
		width:auto;
	}

	.footer-001-footer .credits.vcenter {
		text-align: right;
		width: 100%;
		display: block;
	}

	.footer-001-footer .credits img {
/*
		width:109px;
*/
	}

	.footer-001-footer .company {
		padding: 0;
	}

	.footer-001-footer .copyright {
		float: none;
		width: 100%;
		padding: 0 0;
	}

	.footer-001-footer .credits {
		float: none;
		width: 100%;
		padding: 0 0;
/*
		height: 66px;
*/
		padding: 0 0;
		margin: 0;
		display: flex;
		justify-content: flex-end;
	}
	.footer-001-footer .footer-container-credit-cards {
		align-items: start;
		text-align: start;

	}
	.footer-001-footer .paymethode-footer-titolo {
		font-family: var(--nuovo-font);
		font-size: 16px;
		line-height: 14px;
		letter-spacing: -1px;
		margin: 0 0px 10px 0;
		color: var(--color-footer-001);
	}
}

@media only screen and (max-width: 480px)
{
	.footer-001-footer .copyright-credits .container {
		padding: 20px 20px 20px 20px!important;
	}
	.footer-001-footer .container {
		padding: 50px 20px 0 20px !important;
	}

	.footer-001-footer .copyright-credits {
/*      
		bottom: 15px;
*/      
		bottom:0;
	}
}

/*--- ! ---*/

:root {
    --border-radius-language-footer:25px;
    --border-radius-language-tendina-footer:10px;
}
.language-selector.footer-selector {
    margin: 30px 0 0 0;
}

.language-selector.immagini.footer-selector {
    margin: 0px 0 10px 0;
}

.language-selector.footer-selector.tendina .langs-container {
    display: none; /* Nascondi di default */
    position: absolute;
    bottom: 100%; /* Posiziona sopra il pulsante del footer */
    left: 0;
    background-color: rgba(0, 0, 0, 1); /* Colore di sfondo del menu */
    border: 1px solid #ccc; /* Bordo per il menu */
    z-index: 2; /* Assicurati che sia sopra altri elementi */
    padding-top: 10px;
    transform: translateY(15px);
    padding-bottom: 25px;
    border-bottom: 0px;
}
.language-selector.tendina.footer-selector .selected-lang {
    margin: 0 0 10px 0;
    background-color: rgba(0, 0, 0, 1);
}

.language-selector.lista .selected-lang {
    padding: 8px 28px 8px 8px;
    margin-bottom: 10px;
}
.language-selector.lista.footer-selector.entrambi .langs-container {
    margin-bottom: 10px;
}

.language-selector.immagini.footer-selector {
    margin: 22px 0 5px 0;
}


.language-selector.footer-selector .langs-container {
    border-radius: var(--border-radius-language-tendina-footer) var(--border-radius-language-tendina-footer) 0 0;   
}

.language-selector.footer-selector.entrambi {
    margin: 22px 0 5px 0;
}

.footer-002 .language-selector.tendina .selected-lang {
    background-color: rgba(255, 255, 255, 1);
}

.footer-002 .language-selector.tendina .langs-container {
    background-color: rgba(255, 255, 255, 1);
}

.footer-003-simple-container .language-selector.tendina .selected-lang {
    background-color: rgba(255, 255, 255, 1);    
    margin: 0 0 0px 0;
}

.footer-003-simple-container .language-selector.tendina .langs-container {
    background-color: rgba(255, 255, 255, 1);
}

.footer-008-1600-footer .language-selector.tendina .selected-lang  {
    background-color: #efefef;
}

.footer-008-1600-footer .language-selector.tendina .langs-container  {
    background-color: #efefef;
}
/*--- panel menu ---*/
/*--- 
variabili pannello menu 
	colore sfondo pannello
	--bg-panel-menu:#fff;

	colore bordo a sinistra sub menu
	--border-left-sub-menu:#ddd;

	colore bordo in basso ai links
	--border-bottom-items:#ddd;

	colore link
	--link:#111;

	colore link hover
	--link-over:#777;

---*/
:root {
	--bg-panel-menu:#fff;
	--border-left-sub-menu:#ddd;
	--border-bottom-items:#ddd;
	--link:#111;
	--link-over:#777;
}

.panel-menu-001-panel-menu {
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	max-width: 420px;
	height:100%;
	z-index:9999999999999999999999999;
	margin:0;
	padding:0 0 0 0;
	background-color:var(--bg-panel-menu);
	overflow:hidden;
	display: none;
}

.panel-menu-001-panel-menu.panel-left {
	left:-100%;
	right:auto;
}

.panel-menu-001-panel-menu.panel-right {
	right:-100%;
	left:auto;
}

.panel-menu-001-panel-menu .header {
	position: relative;
	margin: 0;
	padding: 0;
	width:100%;
	height:90px;
}

.panel-menu-001-panel-menu .header a.close {
	position: absolute;
	top: 21px;
	right: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 0 0 0;
	z-index: 888;
}

.panel-menu-001-panel-menu .header .title {
	position: relative;
	margin: 0;
	padding: 0;
	width: 240px;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .header .title a img {
	width: auto;
	height: 90px;
}

.panel-menu-001-panel-menu .container {
	position: relative;
	margin: 0 0 0 0;
	padding: 20px 0 10px 0;
	width: 100%;
	height:calc(100% - 130px);
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}

.panel-menu-001-panel-menu .panel-shadow {
	position: absolute;
	top: 90px;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 50px;
	z-index: 1;
/*
	background-repeat:repeat-x;
	background-position:left top;
	background-size:50px 50px;
	background-image: url(/assets/img/menu/panel-menu-shadow.png);
*/
	background: linear-gradient(to top,rgba(255,255,255,0.2) 0%,rgba(255,255,255,1)100%);
}

.panel-menu-001-panel-menu .content {
	position: relative;
	margin:0;
	padding:0 0 0 0;
	font-family: 'Lato', sans-serif;
}

.panel-menu-001-panel-menu .content .section {
	position:relative;
	margin:0;
	padding:0 0 0 0;
	display: table;
	width: 100%;
	clear: both;
	border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-001-panel-menu .content .section.no-border:last-child,
.panel-menu-001-panel-menu .content .section.no-border {
	border-bottom: none;
}

.panel-menu-001-panel-menu .section .title {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 25px;
	font-weight: 300;
	color: var(--link);
	text-align: left;
	width: 100%;
	height: 51px;
	border-left: 10px solid transparent;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .section .title.active {
	border-left: 10px solid var(--border-left-sub-menu);
	background-color: #f8f8f8;
}

.panel-menu-001-panel-menu .section.submenu .title.active {
	border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-001-panel-menu .content ul li.active,
.panel-menu-001-panel-menu .content ul li.active a.active {
	background-color: #f8f8f8;
}

.panel-menu-001-panel-menu .section .title a {
	display: inline;
	align-items: center;
	float: left;
	width: calc(100% - 22px);
	padding: 0 0 0 25px;
	line-height: 20px;
}

.panel-menu-001-panel-menu .section .title a.with-icon {
/*
	display: flex;
*/
	display: inline;
	line-height: 25px;
}

.panel-menu-001-panel-menu .section .submenu a.with-icon {
	display: flex !important;
	align-items:center;
}

.panel-menu-001-panel-menu .with-icon img {
	float:left;
	margin-right:15px;
	width: 25px;
	height: 25px;
}

.panel-menu-001-panel-menu .section li .title {
	padding: 0 0 0 0;
}

.panel-menu-001-panel-menu .section img.submenu-open {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .page-link {

}

.panel-menu-001-panel-menu .page-link.with-icon {
	font-size:20px;
}

.panel-menu-001-panel-menu .page-link.with-icon img {
	float:left;
	margin-right:15px;
	width: 25px;
	height: 25px;
}

.panel-menu-001-panel-menu .content ul {
	position: relative;
	margin:0;
	padding:0 0 0 0px;
	width:100%;
	clear: both;
	display: none;
	border-left: 10px solid var(--border-left-sub-menu);
}

.panel-menu-001-panel-menu .content ul li ul {
	position: relative;
	margin:0;
	padding:0 0 10px 0;
	width:100%;
	clear: both;
	display: none;
}

.panel-menu-001-panel-menu .content ul li {
	position: relative;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 40px;
	clear: both;
	border-bottom: 1px solid var(--border-bottom-items);
	line-height: 50px;
}

.panel-menu-001-panel-menu .content ul li:last-child {
	border-bottom:none;
}

.panel-menu-001-panel-menu .content ul li a {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 60px 0 0px;
	display: inline-block;
	width: 90%;
	font-size: 20px;
	font-weight: 300;
	color: var(--link);
	text-align: left;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.panel-menu-001-panel-menu .content ul li a span {
	font-weight: 700;
	margin-left: 6px;
}

.panel-menu-001-panel-menu .section .title a:hover,
.panel-menu-001-panel-menu a.single:hover,
.panel-menu-001-panel-menu .content ul li a:hover {
	color: var(--link-over);
}

.panel-menu-001-panel-menu .content ul li a.evidence {
	font-weight: 400;
}

.panel-menu-001-panel-menu .content ul li a.submenu-open {
	border:none;
}

.panel-menu-001-panel-menu .content .single-image {
	position: relative;
	margin: 25px 10px 10px 10px;
	padding: 0 0 0 0;
	clear: both;
	display: flex;
	justify-content: center;
}

.panel-menu-001-panel-menu .content .single-image a {
}

.panel-menu-001-panel-menu .content .single-image a img.round {
	border-radius: 10px;
}

.panel-menu-001-panel-menu .footer {
	position: absolute;
	bottom:0;
	top: auto;
	left: 0;
	right: auto;
	margin: 0;
	padding: 0;
	width:100%;
	max-width: 420px;
	height:50px;
	clear: both;
	border-top: 1px solid var(--border-bottom-items);
	background-color: #fff;
}

.panel-menu-001-panel-menu .footer a {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:14px;
	font-weight: 400;
	color: var(--link);
	text-transform: uppercase;
	font-family: Gotham Medium;
}

.panel-menu-001-panel-menu .footer a:hover {
	color: var(--link);
}

.panel-menu-001-panel-menu .footer a span {
	font-family: Gotham Black;
	padding-left: 5px;
}

.panel-menu-001-panel-menu .for-shop {
	position:absolute;
	right:60px;
	top:21px;
	width:80px;
}

@media only screen and (max-width: 590px) {

	.panel-menu-001-panel-menu .header-menu .title {
		padding: 0 0 0 0;
	}

}

@media only screen and (max-width: 480px) {

	.panel-menu-001-panel-menu .section .title {
		line-height: 20px;
	}

	.panel-menu-001-panel-menu .section .title a.page-link {
/*
		line-height: 46px;
*/		
	}

	.panel-menu-001-panel-menu .page-link {
		line-height: 46px;
	}

	.panel-menu-001-panel-menu-content ul li a {
		padding: 0 60px 0 28px;
		background-position: 18px center;
	}

	.panel-menu-001-panel-menu-content ul li ul li a {
		padding: 0 40px 0 40px;
		background-position: 30px center;
	}

	.panel-menu-001-panel-menu ul li a.page-link {
/*
		display: contents;
*/
	}

	.panel-menu-001-panel-menu a.single {
		padding: 0 0 0 30px;
	}

}

@media only screen and (max-width: 320px) {

	.panel-menu-001-panel-menu .section .title {
		font-size: 20px;
	}

	.panel-menu-001-panel-menu .content ul li a {
		padding: 0 20px 0 0px;
		font-size: 18px;
	}

	.panel-menu-001-panel-menu .for-shop {
		top:15px;
	}

	.panel-menu-001-panel-menu .header a.close {
		top: 15px;
	}

}

/*--- ! ---*/

	:root {
		--colore-0: transparent;
		--colore-1: #05668d;
		--colore-2: #427aa1;
		--colore-3: #ebf2fa;
		--colore-4: #679436;
		--colore-5: #a5be00;
		
		--colore-h: #085184;
		--colore-p: #005fa1;
		
		--nuovo-font: "Reem Kufi", sans-serif;
	}
	
	.colore-0 { color: var(--colore-0) }
	.colore-1 { color: var(--colore-1) }
	.colore-2 { color: var(--colore-2) }
	.colore-3 { color: var(--colore-3) }
	.colore-4 { color: var(--colore-4) }
	.colore-5 { color: var(--colore-5) }
	
	.bg-colore-0 { background-color: var(--colore-0) }
	.bg-colore-1 { background-color: var(--colore-1) }
	.bg-colore-2 { background-color: var(--colore-2) }
	.bg-colore-3 { background-color: var(--colore-3) }
	.bg-colore-4 { background-color: var(--colore-4) }
	.bg-colore-5 { background-color: var(--colore-5) }

	.blueimp-gallery > .prev, 
	.blueimp-gallery > .next {
    	width: auto;
    	height: auto;
    	background: transparent;
    	border: none;
    	opacity: 0.9;
    	box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.5);
	}
	.blueimp-gallery > .close {
		width: 50px;
    	height: 50px;
    	border-radius: 50%;
    	overflow: hidden;
    	margin: 0;
    	opacity: 0.9;
    	padding: 0;
	}
	
	/*--- personalizzazoione pulsante intro ---*/
	.intro-001-intro-block a {
    	position: relative;
    	display: inline-block;
    	padding: 8px 50px 10px 50px;
    	text-align: center;
    	border-style: solid;
    	border-width: 2px;
    	border-color: rgba(255,255,255,0.40);
    	color: #fff;
    	font-family: 'Lato', sans-serif;
    	font-size: 20px;
    	letter-spacing: -1px;
    	background-color: transparent;
    	border-radius: 100px;
	}
	
	.intro-001-intro-block a:hover {
    	background-color: #fff;
    	color: #333;
	}
	
	.intro-001-intro-block a.eventi {
    	position: relative;
    	display: inline-block;
    	padding: 8px 50px 10px 50px;
    	text-align: center;
    	border-style: solid;
    	border-width: 2px;
    	border-color: rgba(255,255,255,0.40);
    	color: #753b3e;
    	font-family: 'Lato', sans-serif;
    	font-size: 20px;
    	letter-spacing: -1px;
    	background-color: rgba(255,255,255,1);
    	border-radius: 100px;
	}
	
	.intro-001-intro-block a.eventi:hover {
    	background-color: transparent;
    	color: #fff;
	}

/* text align */

@media only screen and (max-width: 480px) {
    .text-left-smartphone {
		text-align: left;
    }
    .text-center-smartphone {
		text-align: center;
    }
    .text-right-smartphone {
		text-align: right;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .text-left-tablet {
		text-align: left;
    }
    .text-center-tablet {
		text-align: center;
    }
    .text-right-tablet {
		text-align: right;
    }
}

@media only screen and (max-width: 768px) {
    .text-left-mobile {
		text-align: left;
    }
    .text-center-mobile {
		text-align: center;
    }
    .text-right-mobile {
		text-align: right;
    }
}

@media only screen and (min-width: 769px) {
    .text-left-desktop {
		text-align: left;
    }
    .text-center-desktop {
		text-align: center;
    }
    .text-right-desktop {
		text-align: right;
    }
}

/*--- personalizzabile tramite override end ---*/

@media only screen and (min-width: 769px) { /* Desktop */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) { /* Tablet */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (max-width: 768px) { /* Smartphone + Tablet */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (max-width: 480px) { /* Smartphone */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

/*--- typography ---*/

	h1.nuovofont, 
	h2.nuovofont, 
	h3.nuovofont, 
	h4.nuovofont, 
	h5.nuovofont, 
	h6.nuovofont,
	.titolo-h1,
	.titolo-h2,
	.titolo-h3,
	.titolo-h4,
	.titolo-h5,
	.titolo-h6,
	.titolo-xl,
	.titolo-xxl,
	.titolo-xxxl { 
		font-family: var(--nuovo-font);
		color: var(--colore-h);
	}

	h1.nuovofont,
	.titolo-h1 {
		font-size: calc(45px + (75 - 45) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(45px + (75 - 45) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -3px;
		margin: 20px 0 30px 0;
	}
	
	h2.nuovofont,
	.titolo-h2 {
		font-size: calc(40px + (65 - 40) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(40px + (65 - 40) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 800;
		letter-spacing: -2px;
		margin: 20px 0 25px 0;
	}
	
	h3.nuovofont,
	.titolo-h3 {
		font-size: calc(35px + (55 - 35) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(35px + (55 - 35) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 500;
		letter-spacing: -1px;
		margin: 20px 0 20px 0;
	}
	
	h4.nuovofont,
	.titolo-h4 {
		font-size: calc(30px + (45 - 30) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(30px + (45 - 30) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 300;
		letter-spacing: -1px;
		margin: 20px 0 10px 0;
	}
	
	h5.nuovofont,
	.titolo-h5 {
		font-size: calc(25px + (35 - 25) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(25px + (35 - 25) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 500;
		letter-spacing: -1px;
		margin: 20px 0 10px 0;
	}
	
	h6.nuovofont,
	.titolo-h6 {
		font-size: calc(20px + (25 - 20) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(20px + (25 - 20) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 500;
		letter-spacing: -1px;
		margin: 20px 0 10px 0;
	}
	
	.titolo-xl {
		font-size: calc(50px + (80 - 50) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(50px + (80 - 50) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -3px;
		margin: 20px 0 30px 0;
	}

	.titolo-xxl {
		font-size: calc(60px + (100 - 60) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(60px + (100 - 60) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -3px;
		margin: 20px 0 30px 0;
	}

	.titolo-xxxl {
		font-size: calc(75px + (120 - 75) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(75px + (120 - 75) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -3px;
		margin: 20px 0 30px 0;
	}


	p {
		color: var(--colore-p);
        font-weight: 400;
	}
	/*
	p {
		font-family: 'Poppins', sans-serif;
		font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(23px + (25 - 23) * ((100vw - 320px) / (3000 - 320)));
	}

	ul li, ol li {
		font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(23px + (25 - 23) * ((100vw - 320px) / (3000 - 320)));
	}
	*/


@media screen and (min-width: 3001px) {
	
	h1.nuovofont,
	.titolo-h1 {
		font-size: 75px;
		line-height: 75px;
	}
	
	h2.nuovofont,
	.titolo-h2 {
		font-size: 65px;
		line-height: 65px;
	}
	
	h3.nuovofont,
	.titolo-h3 {
		font-size: 55px;
		line-height: 55px;
	}
	
	h4.nuovofont,
	.titolo-h4 {
		font-size: 45px;
		line-height: 45px;
	}
	
	h5.nuovofont,
	.titolo-h5 {
		font-size: 35px;
		line-height: 35px;
	}
	
	h6.nuovofont,
	.titolo-h6 {
		font-size: 25px;
		line-height: 25px;
	}
	
	.titolo-xl {
		font-size: 80px;
		line-height: 80px;
	}
	
	.titolo-xxl {
		font-size: 100px;
		line-height: 100px;
	}
	
	.titolo-xxxl {
		font-size: 120px;
		line-height: 120px;
	}
	
	/*
	p {
		font-size: 18px;
		line-height: 25px;
	}
	
	ul li, ol li {
		font-size: 18px;
		line-height: 25px;
	}
	*/
}

@media screen and (max-width: 319px) {

	h1.nuovofont,
	.titolo-h1 {
		font-size: 45px;
		line-height: 45px;
	}
	
	h2.nuovofont,
	.titolo-h2 {
		font-size: 40px;
		line-height: 40px;
	}
	
	h3.nuovofont,
	.titolo-h3 {
		font-size: 35px;
		line-height: 35px;
	}
	
	h4.nuovofont {
		font-size: 30px;
		line-height: 35px;
	}
	
	h5.nuovofont,
	.titolo-h5 {
		font-size: 25px;
		line-height: 30px;
	}
	
	h6.nuovofont,
	.titolo-h6 {
		font-size: 20px;
		line-height: 25px;
	}
	
	.titolo-xl {
		font-size: 50px;
		line-height: 50px;
	}
	
	.titolo-xxl {
		font-size: 60px;
		line-height: 60px;
	}
	
	.titolo-xxxl {
		font-size: 75px;
		line-height: 75px;
	}
	
	/*
	p {
		font-size: 16px;
		line-height: 23px;
	}
	
	ul li, ol li {
		font-size: 16px;
		line-height: 23px;
	}
	*/
}

.panel-menu-001-panel-menu .section .title a {
    font-family: var(--nuovo-font);
    color: var(--colore-h);
}
.panel-menu-001-panel-menu .content ul li a {
        font-family: var(--nuovo-font);
    color: var(--colore-h);
}
.panel-menu-001-panel-menu .section .title.active {
    border-left: 10px solid #fd0;
    background-color:rgba(255, 221, 0, 0.356) ;
}

.panel-menu-001-panel-menu .section .title a:hover, .panel-menu-001-panel-menu a.single:hover, .panel-menu-001-panel-menu .content ul li a:hover {
    color: #3DB0EA;
}

.menu-header-001-submenu-header.scrolled .menu-header-001-submenu-nav ul li a {
    color: var(--colore-h);
    font-family: var(--nuovo-font);

}
.menu-header-001-submenu-nav ul li.actions ul.menu-dynamic li.li-dynamic a {
    color: var(--colore-h);
    font-family: var(--nuovo-font);

}

.menu-header-001-submenu-header.scrolled .menu-header-001-submenu-nav ul li a.active, .menu-header-001-submenu-header.scrolled .menu-header-001-submenu-nav ul li a:hover {
    color: #3DB0EA;
}

.menu-header-001-submenu-nav ul li.actions ul.menu-dynamic li.li-dynamic a:hover {
    background-color:rgba(255, 221, 0, 0.356) ;
}
/* ===== base (desktop) — il tuo codice ===== */
.contenitore {
    display: flex;
    flex-direction: row;
}

.contenitore-bianco-left {
    width: 50%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
}
.contenitore-testo-bianco-left {
    max-width: 600px;
    padding: 100px clamp(3.125rem, -13.5417rem + 34.7222vw, 12.500rem) 0 50px;
}

.contenitore-blu-right {
    width: 50%;
    background-color: #EAF9FF;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    border-radius: 0 0 0 50px;
}
.contenitore-testo-blu-right {
    max-width: 600px;
    padding: clamp(3.125rem, -13.5417rem + 34.7222vw, 12.500rem) clamp(3.125rem, -13.5417rem + 34.7222vw, 12.500rem) 50px 50px;
}

.contenitore-blu-left {
    width: 50%;
    background-color: #EAF9FF;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
    border-radius: 0 50px 0 0;
}
.contenitore-testo-blu-left {
    max-width: 600px;
    padding: 55px 70px 50px 50px;
}

.contenitore-immagine-right {
    max-width: 600px;
    padding: 0 0 0 50px;
    position: relative;
    height: 300px; /* verrà rimosso su mobile */
}
.contenitore-immagine-right img {
    max-height: 400px;
    transform: translateY(-20px);
    display:block;
}

/* utility consigliate */
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }

/* ===== Tablet (≤1024px) ===== */
@media (max-width: 1024px) {
  .contenitore {
    flex-direction: column;        /* impila le colonne */
  }

  .contenitore-bianco-left,
  .contenitore-blu-right,
  .contenitore-blu-left {
    width: 100%;
    align-items: center;           /* centra il contenuto interno */
    border-radius: 0;              /* niente spigoli grandi su tablet */
  }

  .contenitore-testo-bianco-left,
  .contenitore-testo-blu-right,
  .contenitore-testo-blu-left,
  .contenitore-immagine-right {
    max-width: min(90vw, 700px);
    padding: 32px 32px;            /* padding più morbidi */
  }

  /* immagine: più spazio e niente translate esagerato */
  .contenitore-immagine-right {
    height: auto;                  /* lascia crescere in base all'immagine */
    padding: 24px 32px 0 32px;
  }
  .contenitore-immagine-right img {
    max-height: 360px;
    transform: translateY(0);      /* neutralizza lo shift verticale */
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .contenitore-testo-bianco-left {
    padding: 24px 20px;            /* ancora più compatti */
    max-width: 100%;
  }
  .contenitore-testo-blu-right {
    padding: 24px 20px 0;            /* ancora più compatti */
    max-width: 100%;
  }
  .contenitore-testo-blu-left {
    padding: 0 20px 24px;            /* ancora più compatti */
    max-width: 100%;
  }


  .contenitore-immagine-right {
    padding: 12px 20px 0 20px;
    height: auto;                  /* niente altezza fissa */
  }

  .contenitore-immagine-right img {
    max-height: none;              /* lascia fluire naturalmente */
    width: 100%;
    height: auto;
    transform: none;
  }

  /* bordi arrotondati leggeri, se li vuoi mantenere */
  .contenitore-blu-right,
  .contenitore-blu-left {
    border-radius: 0 0 12px 12px;
  }
}

.card-rsl, .card-rlst {
    min-height: 500px;
    padding: clamp(1.250rem, -0.9722rem + 4.6296vw, 2.500rem);
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 30px;
}
.card-rsl {
    background-image: url(/public/userdata/images/_pagine/oprs/rls-card.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.card-rlst {
    background-image: url(/public/userdata/images/_pagine/oprs/rlst-card.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.card-rsl h4, .card-rlst h4,
.card-rsl p, .card-rlst p {
    color: #fff;
} 




        .servizi-container {
    width: 100%;
    padding: 50px 0;       /* prima era 50px 0 50px 50px */
    position: relative;
    display: flex;
    flex-direction: row;
	}
:root{
  --container-max: 1200px;   /* larghezza del tuo container */
  --container-pad: 50px;     /* padding interno a sinistra desiderato sul desktop */
}

/* Offset sinistro = spazio dal bordo sinistro viewport alla “linea container” + padding interno */
:root{
  --container-left: calc((100vw - min(var(--container-max), 100vw)) / 2 + var(--container-pad));
}

/* Su smartphone vuoi 40px? Sovrascriviamo solo la pad */
@media (max-width: 768px){
  :root{ --container-pad: 40px; }
  :root{ --container-left: calc((100vw - min(var(--container-max), 100vw)) / 2 + var(--container-pad)); }
}

	.servizi-header {
	    display: flex;
	    align-items: center;
	    gap: 30px;
	    margin-bottom: 20px;
        flex-direction: column;
        position: relative;
        z-index: 2;
	}
.servizi-header,
.bullet-indicators-wrapper{
  padding-left: var(--container-left);
  padding-right: 50px;   /* il lato destro deve “bleedare” */
}

	.servizi-title {
	    font-size: 48px;
	    color: #5dade2;
	    font-weight: 300;
	}

	.navigation-buttons {
	    display: flex;
	    gap: 8px;
	}

	.nav-button {
	    width: 50px;
	    height: 50px;
	    border-radius: 50%;
	    border: none;
	    background: #e3f2fd;
	    color: #5dade2;
	    cursor: pointer;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: 20px;
	    transition: all 0.3s ease;
	}

	.nav-button:hover {
	    background: #5dade2;
	    color: white;
	    transform: scale(1.1);
	}

	.nav-button:disabled {
	    opacity: 0.5;
	    cursor: not-allowed;
	}

	.servizi-scroll-container {
	    position: relative;
	    overflow: hidden;
	    /* Cambiato da hidden a visible */
	    width: 100%;
	}

    @media (max-width: 1599px) {
        .servizi-scroll-container {
            overflow: hidden !important;
        }
    }

	.servizi-scroll-wrapper {
	    display: flex;
	    gap: 30px;
	    transition: transform 0.5s ease;
	    will-change: transform;
	    padding-right: 100vw;
	}

	.card-servizi-scorrevole {
	    flex-shrink: 0;
	    width: 350px;
	    height: 375px;
	    border-radius: 35px;
	    overflow: hidden;
	    position: relative;
	    cursor: pointer;
	    transition: transform 0.3s ease, box-shadow 0.3s ease;
	    background-size: cover;
	    background-position: center;
	    background-repeat: no-repeat;
	}

	.card-content-overlay {
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background: #EAF9FF;
	    display: flex;
	    flex-direction: column;
	    justify-content: start;
	    padding: 40px;
	    color: white;
	}
    .card-servizi-scorrevole:hover .card-content-overlay {
    }
	.card-title {
	    font-size: 28px;
	    font-weight: bold;
	    line-height: 1.2;
	    color: var(--colore-h);
	}

	.card-description {
	    opacity: 1;
	    margin: 20px 0;
	    color: var(--colore-p);
        font-weight: 600;
	}

	.card-servizi-scorrevole:hover .card-description {
	    opacity: 1;
	    transform: translateY(0);
	}

	.card-button {
	    background: rgba(255, 255, 255, 0.2);
	    border: 2px solid rgba(255, 255, 255, 0.8);
	    color: white;
	    padding: 15px 24px;
	    border-radius: 8px;
	    font-size: 16px;
	    font-weight: 600;
	    cursor: pointer;
	    transition: all 0.3s ease;
	    backdrop-filter: blur(10px);
	    align-self: flex-start;
	}

	.card-button:hover {
	    background: rgba(255, 255, 255, 0.9);
	    color: #333;
	    transform: scale(1.05);
	}

	/* Bullet Indicators */
	.bullet-indicators-wrapper {
	    display: none;
	    justify-content: center;
	    margin-top: 20px;
	    padding: 0 20px;
	}

	.bullet-indicators {
	    display: flex;
	    gap: 8px;
	    align-items: center;
	    justify-content: center;
	    max-width: 110px;
	    overflow: hidden;
	    position: relative;
	    transition: transform 0.3s ease;
	}

	.bullet {
	    flex-shrink: 0;
	    width: 12px;
	    height: 12px;
	    border-radius: 50%;
	    background: rgba(93, 173, 226, 0.3);
	    border: none;
	    cursor: pointer;
	    transition: all 0.3s ease;
	    margin: 0 2px;
	}

	.bullet.active {
	    background: #5dade2;
	    transform: scale(1.2);
	}

	.bullet:hover {
	    background: #5dade2;
	    transform: scale(1.1);
	}

	.nav-button img {
	    width: 50px;
	    height: 50px;
	}

	/* Responsive */
	@media (max-width: 1200px) {
	    .servizi-container {
	        padding-left: 0px;
	    }

	    .servizi-header {
	        gap: 20px;
	        padding-right: 20px;
	    }

	    .servizi-title {
	        font-size: 36px;
	    }

	    .card-servizi-scorrevole {
	        min-height: 400px;
	    }

	    .servizi-scroll-wrapper {
	        padding-right: 100vw;
	    }
    .card-servizi-scorrevole:first-child {  
        margin-left: 30px;
        }
	}

	@media (max-width: 768px) {
        .card-description {
        transform: translateY(0px);
        transition: none;
    }
	    .servizi-container {
            flex-direction: column;
	    }
        .card-servizi-scorrevole .card-description {
            opacity: 1;
        }

	.card-servizi-scorrevole:hover .card-description {
	    opacity:inherit;
	    transform: none;
	}
	    .servizi-header {
	        flex-direction: row;
	        align-items: end;
	        gap: 20px;
	        padding-right: 20px;
            justify-content: space-between;
	    }
        .navigation-buttons {
            padding-bottom: 20px;
        }
	    .servizi-title {
	        font-size: 36px;
	    }

	    .card-servizi-scorrevole {
	        min-height: 460px;
	    }

	    .servizi-scroll-wrapper {
	        padding-right: 100vw;
	    }

	    .bullet-indicators-wrapper {
	        display: flex;
	    }


	}
/* =======================
   Card
   ======================= */
	
	.achi-card {
		position: relative;
		height: 500px;
		border-radius: 20px;
		overflow: hidden;
		cursor: pointer;
	}
	
	.achi-card-background {
		position: absolute;
		inset: 0;
		background-size: cover;
		background-position: center;
	}

/* immagini di sfondo (simulazione via ::after) */
	.achi-card-aziende .achi-card-background::after,
	.achi-card-persone .achi-card-background::after {
		content: '';
		position: absolute;
		inset: 0;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.achi-card-aziende .achi-card-background::after {
		    background-image: url(/public/userdata/images/_pagine/oprs/rls-card.webp);

	}
	
	.achi-card-persone .achi-card-background::after {
		background-image: url(/public/userdata/images/_pagine/oprs/rlst-card.webp);
	}

/* overlay + ancoraggio in basso */
	.achi-card-content {
		position: absolute;
		inset: 0;
		display: flex;
		align-items: flex-end;               /* contenuto in fondo */
		padding: 40px 30px var(--title-bottom-offset);
		color: #fff;
        background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);

	}
	.achi-card:hover .achi-card-content{
        
    }

/* Titolo + extra: si muovono insieme */
	
	.achi-card-stack {
		will-change: transform;
		transform: translateY(0);           
		transition: transform .45s ease;
        padding: 0 20px;
	}
	
	.achi-card-title {
		margin: 0;
		color: #fff !important;
	}

/* Extra: nascosto a riposo (non spinge il titolo) */
	.achi-card-extra {
		margin-top: 0;
		max-height: 0;
		overflow: hidden;
		transition:
			max-height .55s ease-in-out,
			opacity .5s ease-in-out .1s,
			margin-top .55s ease-in-out;
	}

/* Descrizione */
	
	.achi-card-description {
		font-size: 18px;
		font-weight: 600;
		color: #fff;
	}

/* Bottone (fade in/out + micro-lift on hover) */
	
	.achi-card-button {
		background: #fff;
		color: #333;
		padding: 12px 25px;
		border: none;
		border-radius: 25px;
		font-size: 1rem;
		font-weight: 600;
		text-decoration: none;
		display: inline-block;
	}
	
	.achi-card-button:hover {
		background: #f0f0f0;
	}

/* =======================
   Stati hover / active (desktop)
   ======================= */

	.achi-card:hover .achi-card-extra,
	.achi-card.active .achi-card-extra {
		max-height: 500px;
		opacity: 1;
	}

/* =======================
   Responsive
   ======================= */
@media (max-width: 768px) {
	
	.achi-card { height: 350px; }
	
	.achi-cards-container { grid-template-columns: 1fr; gap: 20px; }
	
}

@media (max-width: 480px) {
	
	.achi-card { height: 320px; }
	
	.achi-card-description { font-size: .9rem; }
	
	.achi-card-button { padding: 10px 20px; font-size: .9rem; }
	.achi-card-stack {

    padding: 20px;
}
}

/* =======================
   Touch: niente hover, tutto visibile
   ======================= */
@media (hover: none) and (pointer: coarse) {
	
	.achi-card-stack {
		transform: none !important;
		transition: none !important;
	}
	
	.achi-card-extra {
		margin-top: 16px !important;
		max-height: none !important;
		opacity: 1 !important;
		transition: none !important;
	}
	
	.achi-card-button {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

/* =======================
   Accessibilità: riduci animazioni
   ======================= */
@media (prefers-reduced-motion: reduce) {
	
	.achi-card-stack,
	.achi-card-extra,
	.achi-card-button,
	.achi-card {
		transition: none !important;
	}
}
