.samira-slider-container {
	margin: 2rem 0;
}

.samira-slider-container .tabs {
	font-size: 1.8rem;
	margin-bottom: 1rem;
	font-weight: bold;
}

.swiper-container {
	position: relative;
	overflow: hidden;
	height: 500px; 
}

.swiper-slide {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-align: center;
}

.swiper-slide a {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.swiper-image {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background-color: #f8f9faab;
	border-radius: 8px;
	margin-bottom: 15px;
}

.swiper-image img {
	max-width: 100%;
	max-height: 350px;
	object-fit: contain;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
/* intanto sono impostati se si dovesse aggiungere titolo e descrizione */
.swiper-title {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 8px;
}

.swiper-description {
	font-size: 0.9rem;
	line-height: 1.4;
}

/* Stili per i controlli dello swiper */
.swiper-pagination {
	bottom: 10px !important;
}

.swiper-pagination-bullet {
	background: #0f6980 !important;
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	background: #0f6980 !important;
	opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
	color: #0f6980 !important;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 16px;
}

.tab-item.active {
	color: #0f6980;
}

.samira-slider a {
 text-decoration: none;
 color: #0f6980;
 display: flex;
 justify-content: flex-end;
 padding: 10px;
 text-transform: uppercase;
}

.samira-slider a:hover {
 color: #0a4553;
}
