.swiper-numeri{
	width: 100%;
	overflow: visible;
	margin: 0;
    max-width: 100%;
	padding: 0 24px !important;
}

.swiper-numeri .swiper-slide{
	border: 2px solid var(--white);
	transition: 0.5s ease-in-out;
	border-radius: 15px;
}

.swiper-numeri .card-custom{
	min-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 22px;
	background: #00000099;
	border-radius: 15px;
	transition: 0.5s;
}

.swiper-numeri .card-custom h2{
	font-size: 96px;
	color: var(--grey);
}

.swiper-numeri .card-custom p{
	font-size: 18px;
	color: var(--grey);
}

.swiper-numeri .swiper-slide:hover {
    border: 2px solid var(--white);
}

.swiper-numeri .swiper-slide:hover .arrow-btn-18{
	color: var(--black);
}

.swiper-numeri .swiper-slide:hover .arrow-btn-18::before{
	background-image: url('/wp-content/uploads/2025/02/arrow-black.png');
}

.swiper-numeri .arrow-btn-18{
	color: var(--blue);
}

.swiper-numeri .arrow-btn-18::before{
	background-image: url('/wp-content/uploads/2025/02/arrow-blue-1.png');
}

.swiper-scrollbar-custom {
  position: absolute;
  bottom: -70px;
  left: 12px;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  overflow: hidden;
}

.swiper-scrollbar-progress {
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width 0.3s ease-in-out;
  border-radius: 5px;
}

@media only screen and (max-width: 1440px){
	.swiper-scrollbar-custom {
	  position: absolute;
	  bottom: -70px;
	  left: 36px;
	  width: 100%;
	  height: 2px;
	  background: rgba(255, 255, 255, 0.3);
	  border-radius: 5px;
	  overflow: hidden;
	}
}

@media only screen and (max-width: 768px){	
	.swiper-numeri .card-custom h3{
		font-size: 25px;
	}
	
	.swiper-scrollbar-custom {
		bottom: -30px;
	}
	
	.swiper-numeri .card-custom {
		min-height: 330px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		color: var(--white);
		padding: 20px;
	}
	
	.swiper-numeri .card-custom{
		min-height: 330px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		color: var(--blue);
		padding: 20px;
	}
	
	.swiper-scrollbar-custom {
		  left: 12px;
		}
}

.swiper-numeri .navig-btns {
    display: flex;
    position: relative;
    align-items: center;
    text-align: center;
    top: 120px;
}

.swiper-numeri .navig-btns .swiper-button-prev{
    left: 45%;
	width: 50px;
}

.swiper-numeri .navig-btns .swiper-button-prev::after{
    content: '';
    width: 100%;
    background-image: url(https://astralex.g2r.it/wp-content/uploads/2025/03/btn-wth.png);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-numeri .navig-btns .swiper-button-next{
    right: 45%;
	width: 50px;
}

.swiper-numeri .navig-btns .swiper-button-next::after{
    content: '';
    width: 100%;
    background-image: url(https://astralex.g2r.it/wp-content/uploads/2024/12/IconContainer_4.png);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px){
	.swiper-numeri .navig-btns .swiper-button-prev{
		left: 35%;
		width: 50px;
	}
	
	.swiper-numeri .navig-btns .swiper-button-next{
		right: 35%;
		width: 50px;
	}
	
	.swiper-numeri .navig-btns {
		top: 90px;
	}
}

.swiper-numeri .swiper-slide {
    position: relative; 
    background: #00000099; 
    border: none; 
    border-radius: 15px; 
    box-shadow: inset 0 0 0 1px #ffffff05; 
    transition: 0.5s ease-in-out;
}

.swiper-numeri .swiper-slide::before {
    content: '';
    top: -1px;
    left: -1px;
    position: absolute;
    height: 101%;
    width: 100.6%;
    z-index: -1;
    border-radius: 15px;
    background: linear-gradient(165deg, #77B9F299, #FFFFFF05);
}

.swiper-numeri .swiper-slide:hover {
    background: #00000009; 
    border: none;
}

.swiper-numeri .card-custom:hover{
    background: #00000039; 
}