@media screen and (max-width: 33em) {


	.menu-item-has-children:hover .sub-menu, .menu-item-has-children.active .sub-menu {
		
		position:inherit !important;
		display:flex !important;
		justify-content: center;
    flex-direction: column;
    align-items: center;
	top:0px !important;

	}

	.menu-item-has-children {

		text-align:center !important;
	}

	.menu-item-has-children::before {

		display:none !important;
	}

	.menu-item-has-children {
		
		position:relative !important;
		display: flex !important;
		flex-direction: column !important;
		gap: 10px !important;
	}
	
	.vr-line-int {

		width:0.8px !important;
	}

	.angle-top-int {

		width:70% !important;
	}


	.angle-top-int {

		width:10%;
		height:100% !important;
		border-left:1px #0A2F4E solid;
		border-top:1px #0A2F4E solid;
		background:transparent;
	}

	.angle-top-int-utilities {

		width:50% !important;
		height:70% !important;
		border-left:1px #0A2F4E solid;
		border-top:1px #0A2F4E solid;
		background:transparent;
	}


	.angle-top-int-case-histories {

		width:50% !important;
		height:98% !important;
		border-left:1px #fff solid;
		border-top:1px #fff solid;
		background:transparent;
	}

	.angle-top-int-case-histories-int {

		width:50% !important;
		height:98% !important;
		border-left:1px #0A2F4E solid;
		border-top:1px #0A2F4E solid;
		background:transparent;
	}

	.angle-top-int-blog-init {
		width: 50% !important;
		height: 95% !important;
		border-left: 1px #0A2F4E solid;
		border-top: 1px #0A2F4E solid;
		background: transparent;
	}
	
	.angle-top-int-blog-article {
		width: 50% !important;
		height: 100%;
		border-left: 1px #0A2F4E solid;
		border-top: 1px #0A2F4E solid;
		background: transparent;
	}


	.angle-top-int-azienda {
		width: 50% !important;
		height: 100%;
		border-left: 1px #0A2F4E solid;
		border-top: 1px #0A2F4E solid;
		background: transparent;
	}
	

	.angle-top-int-contatti {
		width: 50% !important;
		height: 100%;
		border-left: 1px #0A2F4E solid;
		border-top: 1px #0A2F4E solid;
		background: transparent;
	}


	.angle-bottom-int-contatti {
		width: 50% !important;
		height: 15% !important;
	}

	.angle-top-int-reverse-contatti {
		width: 30% !important;
		height: 85% !important;

	}

	.angle-bottom-int-reverse-contatti {

		width: 30% !important;
		height: 20% !important;
	}

	.angle-top-int-secondary-contatti {

		width: 50% !important;
		height: 80% !important;
	}


	.angle-bottom-int-azienda {
		width: 50% !important;
		height: 3% !important;
	
	}



	.dp-bg {


		background-image:url('/wp-content/uploads/2025/07/digital_bg.png');
		background-size:contain;
		background-position:bottom center;
		background-repeat:no-repeat;
	}


	.orange-list ul li {
		position: relative;
		padding-left: 35px;
		font-size:15px !important; 
	}
	

	.orange-list ul li::before {
		content: "•";
		color: #F27E00;
		position: absolute;
		left: 0;
	}


	.case-histories-quote:before {
		
		top: -70px !important;
		left: 0 !important;
	}

	.case-histories-quote:after {
	
		bottom: -150px;
		right: -100px;
	}

	.article-content ul li {
		
		font-size:15px !important;
		
	}


}



@media screen and (min-width: 33.1em) and (max-width: 80em) {


	.menu-item-has-children:hover .sub-menu, .menu-item-has-children.active .sub-menu {
		
		position:inherit !important;
		display:flex !important;
		justify-content: center;
    flex-direction: column;
    align-items: center;
	top:0px !important;

	}

	.menu-item-has-children {

		text-align:center !important;
	}

	.menu-item-has-children::before {

		display:none !important;
	}

	.menu-item-has-children {
		
		position:relative !important;
		display: flex !important;
		flex-direction: column !important;
		gap: 10px !important;
	}

	.angle-top-int-contatti {
		width: 20% !important;
		height: 100%;
		border-left: 1px #0A2F4E solid;
		border-top: 1px #0A2F4E solid;
		background: transparent;
	}


	.angle-bottom-int-contatti {
		width: 30% !important;
		height: 23% !important;
	}

	.angle-top-int-reverse-contatti {
		width: 20% !important;
		height: 75% !important;

	}

	.angle-bottom-int-reverse-contatti {

		width: 20% !important;
		height: 20% !important;
	}

	.angle-top-int-secondary-contatti {

		width: 20% !important;
		height: 80% !important;
	}

	.article-content ul li {
		
		font-size:15px !important;
		
	}


}

html, body {

	overflow-x:hidden;

}

.hp-menu {

	
    display: flex;
    font-family: 'Raleway';
    text-transform: uppercase;
    gap: 60px;
    color: #fff;
}


.menu-int {
	display: flex;
    font-family: 'Raleway';
    text-transform: uppercase;
    gap: 60px;
    color: #0A2F4E;
}

.menu-int .current-menu-item  {
	
	font-weight:800;
}


/* OFFCANVAS */

/* Overlay */
.offcanvas-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.offcanvas-overlay.active {
	opacity: 1;
	visibility: visible;
}

/* Offcanvas Panel */
.offcanvas {
	position: fixed;
	top: 0;
	left: -350px;
	width: 350px;
	height: 100%;
	background-color: #0A2F4E;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
	z-index: 999;
	transition: left 0.3s ease;
	overflow-y: auto;
}

.offcanvas.active {
	left: 0;
}

/* Right side offcanvas */
.offcanvas.right {
	left: auto;
	right: -350px;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
	transition: right 0.3s ease;
}

.offcanvas.right.active {
	right: 0;
}

/* Animation classes */
.slide-in {
	animation: slideIn 0.3s ease-out;
}

.slide-out {
	animation: slideOut 0.3s ease-out;
}

@keyframes slideIn {
	from { opacity: 0; transform: translateX(-20px); }
	to { opacity: 1; transform: translateX(0); }
}

@keyframes slideOut {
	from { opacity: 1; transform: translateX(0); }
	to { opacity: 0; transform: translateX(-20px); }
}


@media (max-width: 768px) {
	.offcanvas {
		width: 90vw;
		left: -90vw;
	}	
	
	.offcanvas.right {
		width: 90vw;
		right: -90vw;
	}
}


.hp-menu-mob {

	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway';
    text-transform: uppercase;
    color: #fff;
	gap:20px;
}


     /* Custom animations */
	 .sub-menu {
		display: none;
		transform: translateY(-10px);
		transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		top: 50px;
	}

	.menu-item-has-children:hover .sub-menu,
	.menu-item-has-children.active .sub-menu {
		display: block;
		position: absolute;
		animation: slideDown 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
		background: #fff;
		padding: 10px;
		border-bottom: 2px #F27E00 solid;
		top: 60px;
		left: 0;
		min-width: 200px;
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
		z-index: 1000;
	}

	/* Bridge the gap between main menu and submenu */
	.menu-item-has-children::before {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: 40px;
		background: transparent;
		z-index: 999;
	}

	/* Ensure the submenu container extends the hover area */
	.menu-item-has-children {
		position: relative;
	}

	/* Alternative approach: extend the submenu upward */
	.sub-menu::before {
		content: '';
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		height: 40px;
		background: transparent;
	}

	

	@keyframes slideDown {
		from {
			opacity: 0;
			transform: translateY(-10px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.menu-item-has-children > a::after {
		content: '';
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 6px;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid currentColor;
		transition: transform 0.3s ease;
		vertical-align: middle;
	}

	.menu-item-has-children:hover > a::after,
	.menu-item-has-children.active > a::after {
		transform: rotate(180deg);
	}

	.sub-menu > .menu-item a {
		transform: translateX(-10px);
		opacity: 0;
		transition: all 0.2s ease;
		color: #0A2F4E;
		display: block;
		padding: 8px 12px;
		text-decoration: none;
		border-radius: 4px;
	}

	.menu-item-has-children:hover .sub-menu > .menu-item a,
	.menu-item-has-children.active .sub-menu > .menu-item a {
		transform: translateX(0);
		opacity: 1;
		margin-bottom: 10px;
	}

	.sub-menu > .menu-item a:hover {
		background-color: #f8f9fa;
		color: #F27E00;
	}

	/* Stagger animation for menu items */
	.menu-item-has-children:hover .sub-menu > .menu-item:nth-child(1) a,
	.menu-item-has-children.active .sub-menu > .menu-item:nth-child(1) a { 
		transition-delay: 0.1s; 
	}
	.menu-item-has-children:hover .sub-menu > .menu-item:nth-child(2) a,
	.menu-item-has-children.active .sub-menu > .menu-item:nth-child(2) a { 
		transition-delay: 0.15s; 
	}
	.menu-item-has-children:hover .sub-menu > .menu-item:nth-child(3) a,
	.menu-item-has-children.active .sub-menu > .menu-item:nth-child(3) a { 
		transition-delay: 0.2s; 
	}
	.menu-item-has-children:hover .sub-menu > .menu-item:nth-child(4) a,
	.menu-item-has-children.active .sub-menu > .menu-item:nth-child(4) a { 
		transition-delay: 0.25s; 
	}
	.menu-item-has-children:hover .sub-menu > .menu-item:nth-child(5) a,
	.menu-item-has-children.active .sub-menu > .menu-item:nth-child(5) a { 
		transition-delay: 0.3s; 
	}


#intro {

	background-image:url('/wp-content/uploads/2025/06/Immagine-34.jpg');
	background-position:center;
	background-size:cover;
}


#first-claim {

	
	background-image:url('/wp-content/uploads/2025/06/particle01.png');
	background-position:center right;
	background-repeat:no-repeat;
	background-size:contain;
}

#second-claim {

	
	background-image: url(/wp-content/uploads/2025/07/particle02-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;

}

#amazon-services {

	
	background-image:url('/wp-content/uploads/2025/07/particle02-1.svg');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

#alibaba-services {

	
	background-image:url('/wp-content/uploads/2025/07/particle03-alt.svg');
	background-position:center left;
	background-repeat:no-repeat;
	background-size:contain;
}

.swiper-pagination,
.swiper-si-pagination,
.swiper-m-pagination,
.swiper-pr-pagination {


	position: relative !important;
	width: 100% !important;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.swiper-pagination-bullet {


	width: 15px !important;
	height: 15px !important;
	background: transparent!important;
	border: 2px #0a2f4e solid !important;
	opacity:1 !important;
}


.swiper-pagination-bullet-active {

	background: transparent !important;
	border: 2px #F27E00 solid !important;
}


.hr-line {

	width:20px;
	height:1px;
	background:#fff;
}


.hr-line-long {

	width:100px;
	height:1px;
	background:#fff;
}


.vr-line {

	width:1px;
	height:20px;
	background:#fff;
}

.vr-line-int {

	width:1px;
	height:100%;
	background:#0A2F4E;
}

.vr-line-int-servizi {

	width:50%;
	height:100%;
	border-left:1px #0A2F4E solid;
}

.vr-line-int-blog {
	width: 50%;
    height: 10%;
    /* background: #0A2F4E; */
    border-top: 1px transparent solid;
    border-left: 2px #0A2F4E solid;
}


.angle-top {

	width:70%;
	height:7px;
	border-left:1px #fff solid;
	border-top:1px #fff solid;
	background:transparent;
}


.angle-top-int {

	width:10%;
	height:100%;
	border-left:1px #0A2F4E solid;
	border-top:1px #0A2F4E solid;
	background:transparent;
}

.angle-top-int-case-histories {
	width:10%;
	height:96%;
	border-left:1px #fff solid;
	border-top:1px #fff solid;
	background:transparent;
}

.angle-top-int-case-histories-int {

	width:10%;
	height:96%;
	border-left:1px #0A2F4E solid;
	border-top:1px #0A2F4E solid;
	background:transparent;
}

.angle-top-int-blog-init {
	width: 10%;
    height: 95%;
    border-left: 1px #0A2F4E solid;
    border-top: 1px #0A2F4E solid;
    background: transparent;
}

.angle-top-int-blog-article {
	width: 10%;
    height: 100%;
    border-left: 1px #0A2F4E solid;
    border-top: 1px #0A2F4E solid;
    background: transparent;
}


.angle-top-int-blog {
	width: 50%;
    height: 100%;
    border-left: 2px #0A2F4E solid;
    border-top: 2px #0A2F4E solid;
    background: transparent;
}


.angle-top-int-azienda {
	width: 10%;
	height: 88%;
	border-left: 1px #0A2F4E solid;
	border-top: 1px #0A2F4E solid;
	background: transparent;
}

.angle-bottom-int-azienda {
	width: 10%;
	height: 5%;
	border-left: 1px #0A2F4E solid;
	border-bottom: 1px #0A2F4E solid;
	background: transparent;
}


.angle-top-int-contatti {
	width: 10%;
	height: 85%;
	border-left: 1px #0A2F4E solid;
	border-top: 1px #0A2F4E solid;
	background: transparent;
}

.angle-top-int-secondary-contatti {
	width: 10%;
	height: 60%;
	border-left: 1px #0A2F4E solid;
	border-top: 1px #0A2F4E solid;
	background: transparent;
}

.angle-bottom-int-contatti {
	width: 10%;
	height: 40%;
	border-left: 1px #0A2F4E solid;
	border-bottom: 1px #0A2F4E solid;
	background: transparent;
}


.angle-top-int-reverse-contatti {
	width: 10%;
	height: 70%;
	border-right: 1px #0A2F4E solid;
	border-top: 1px #0A2F4E solid;
	background: transparent;
}

.angle-bottom-int-reverse-contatti {
	width: 10%;
	height: 40%;
	border-right: 1px #0A2F4E solid;
	border-bottom: 1px #0A2F4E solid;
	background: transparent;
}


.angle-top-int-utilities {

	width:10% !important;
	height:70% !important;
	border-left:1px #0A2F4E solid;
	border-top:1px #0A2F4E solid;
	background:transparent;
}

.services-container {
	
	background: #00BAF2;
	background: -webkit-linear-gradient(180deg,rgba(0, 186, 242, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(180deg,rgba(0, 186, 242, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg,rgba(0, 186, 242, 1) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#00BAF2",
	  endColorstr="#000000",
	  GradientType=0
	);
}



#archive-case-histories-intro {
	background-image: url('/wp-content/uploads/2025/07/particle02-1.svg');
    background-repeat: no-repeat;
    background-position: 50% -20vh;
    background-size:100%;
}

#tool-intro {
	
	background-image: url('/wp-content/uploads/2025/07/particles-blog.svg');
    background-repeat: no-repeat;
    background-position: 50% -20vh;
    background-size: 45%;
    

}

#tool-features {

	background-image: url('/wp-content/uploads/2025/07/hexagon-bg.svg');
    background-repeat: no-repeat;
    background-position: -72% -40%;
    background-size: 80%;
}

#tool-features-details {
    background-image: url('/wp-content/uploads/2025/07/particles-blog.svg'), url('/wp-content/uploads/2025/07/particles-blog-int.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 55vh, -80% 185vh;
    background-size: 65%, 75%;
}


.dp-bg {


	background-image:url('/wp-content/uploads/2025/07/digital_bg.png');
	background-size:contain;
	background-position:top right;
	background-repeat:no-repeat;
}


.orange-list ul {
    list-style: none;
    padding-left: 0;
	display:flex;
	flex-direction:column;
	gap:10px;
	padding-top:20px;
}

.orange-list ul li {
    position: relative;
    padding-left: 30px;
	margin-left:30px;
	font-size:20px;
}

.orange-list ul li::before {
    content: "•";
    color: #F27E00;
    position: absolute;
    left: 0;
	font-size:40px;
}

.service-main {
    background-image: url(/wp-content/uploads/2025/07/particles-blog.svg), url(/wp-content/uploads/2025/07/particles-blog.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: 50% -20vh, 20% 353vh;
    background-size: 90%, 90%;     
}



.services-container {

	background: #00BAF2;
	background: -webkit-linear-gradient(180deg,rgba(0, 186, 242, 0.6) 0%, rgba(0, 0, 0, 0) 90%);
	background: -moz-linear-gradient(180deg,rgba(0, 186, 242, 0.6) 0%, rgba(0, 0, 0, 0) 90%);
	background: linear-gradient(180deg,rgba(0, 186, 242, 0.6) 0%, rgba(0, 0, 0, 0) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#00BAF2",
	  endColorstr="#000000",
	  GradientType=0
	);
}

#service-first-claim {

	background-image: url(/wp-content/uploads/2025/07/particle02-1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


#service-second-claim {

	background-image: url(/wp-content/uploads/2025/07/particle02-1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.case-study-link {
	display:flex;
	align-items:center;
	gap:10px;
}

.case-study-link:after {
	content:"";
	background-image:url('/wp-content/uploads/2025/07/arrow-right.svg');
	background-size:contain;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	
	
}


#load-more-btn:disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

#load-more-spinner {
	margin-top: 10px;
	font-style: italic;
	color: #666;
}

#case-histories {


	background-image: url(/wp-content/uploads/2025/07/particles-blog.svg);
    background-position: 200% -200px;
    background-repeat: no-repeat;
    background-size: 60%;
}

.case-histories-quote:before {
	content: "";
    background-image: url(/wp-content/uploads/2025/08/quote_top.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -50px;
    left: -50px;
	
}

.case-histories-quote:after {
	content: "";
    background-image: url(/wp-content/uploads/2025/08/quote_bottom.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -80px;
    right: 0px;
	
}


.blog-main {

	background-image: url(/wp-content/uploads/2025/07/particles-blog.svg);
    background-position: 200% -81px;
    background-repeat: no-repeat;
    background-size: 80%;
}

.blog-main-int {
	background-image: url(/wp-content/uploads/2025/07/particles-blog-int.svg);
    background-position: 120% -33%;
    background-repeat: no-repeat;
    background-size: 60%;
}

.post-subcategories a, .post-subcategories span {

	display:flex;
	align-items:center;
	gap:10px;
}

.post-subcategories a:before, .post-subcategories span:before {
    content: "⬤";
    color: #F27E00;
    display:flex;
    align-items:center;
    justify-content:center;
}

.article-content h2, .article-content h5 {

	font-size:25px;
	font-weight:400;
	font-family: 'Raleway';
	padding:10px 0px;
}

.article-content p {

	padding-bottom:20px;
	padding-top:20px;
}

.article-content ul {
    list-style: none;
    padding-left: 0;
	display:flex;
	flex-direction:column;
	gap:10px;
	margin-top:20px;
	margin-bottom:20px;
}



.article-content ul li {
    position: relative;
    padding-left: 30px;
	font-size:20px;
	
}

.article-content ul li::before {
    content: "●";
    color: #F27E00;
    position: absolute;
    left: 0;
}

#footer-intro {

	background-image:url('/wp-content/uploads/2025/07/particles-footer.png');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}


@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	.wp-block-table table table, 
	.wp-block-table table thead, 
	.wp-block-table table tbody, 
	.wp-block-table table th, 
	.wp-block-table table td, 
	.wp-block-table table tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.wp-block-table table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.wp-block-table table tr { border: 1px solid #ccc; }
 
	.wp-block-table table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	.wp-block-table table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.wp-block-table table td:before { content: attr(data-title); }
}



/* Base styles */
.isotope-item {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

/* Hiding animation */
.isotope-item.hiding {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.3s ease;
}

/* Showing animation */
.isotope-item.showing {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s ease;
}

/* New items animation */
.new-item {
    opacity: 0;
    transform: translateY(30px);
}

.new-item.load-in {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease;
}

/* Button animations */
#load-more-btn {
    transition: all 0.3s ease;
}

#load-more-btn.loading {
    opacity: 0.6;
    transform: scale(0.95);
}

#load-more-btn.fade-out,
.load-more-container.fade-out {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

/* Spinner */
#load-more-spinner.spinning {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Container */
#blog-posts-container {
    position: relative;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
}

@media (max-width: 1580px) {
    #blog-posts-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 1000px) {
    #blog-posts-container {
        grid-template-columns: 1fr !important;
    }
}




.load-more-btn:hover {
    background: #d96a00;
    transform: translateY(-2px);
}

.load-more-btn.loading {
    opacity: 0.6;
    transform: scale(0.95);
    cursor: not-allowed;
}

.load-more-btn.fade-out {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

/* New items animation */
.new-item {
    opacity: 0;
    transform: translateY(20px);
}

.new-item.fade-in {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease;
}

/* Load more spinner (optional) */
.load-more-spinner {
    display: none;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #F27E00;
    border-radius: 50%;
    margin: 10px auto;
}

.load-more-spinner.spinning {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.descrizione-secondaria strong {

	font-weight:800;
}


.contatti-main {
    background-image: url(/wp-content/uploads/2025/07/particles-blog.svg);
    background-repeat: no-repeat;
    background-position: 200% -20vh;
    background-size: 85%;
}

.location-gallery-swiper .swiper-pagination {
	
	position:inherit !important;
	text-align:right;
}

.location-gallery-swiper .swiper-pagination-bullet-active {

    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px #F27E00 solid !important;
}

.location-gallery-swiper .swiper-pagination-bullet {

	width: 15px;
    height: 15px;
    background: transparent;
    border: 1px #0A2F4E solid;
	opacity:1 !important;
}

.location-info ul {
    list-style: none;
    padding-left: 0;
	display:flex;
	flex-direction:column;
	gap:5px;
	padding-top:20px;
}

.location-info ul li {
    position: relative;
    padding-left: 15px;
	}

.location-info ul li::before {
    content: "●";
    color: #F27E00;
    position: absolute;
    left: 0;
}