.custom-carousel .owl-item,
.custom-carousel .owl-item .item {
	position: relative !important;
}

.custom-carousel .slide-img {
	display: block;
	width: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.custom-carousel .slide-overlay {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	z-index: 2 !important;
	pointer-events: none;
}

.custom-carousel .slide-content {
	pointer-events: auto;
	max-width: 90%;
	margin: 0 auto;
	opacity: 1;
	transform: none;
}

.custom-carousel .slide-title {
	font-family: 'Archivo Black', sans-serif;
	font-size: clamp(32px, 6vw, 72px);
	line-height: 1.1;
	margin: 0 0 20px;
	color: #fff;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.custom-carousel .desc-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.65);
	padding: 20px;
	background-color: #7ab9b4;
}

.custom-carousel .desc-button:hover {
	background-color: #2a2a2a;
}

.custom-carousel .desc-text {
	font-family: 'Archivo', sans-serif;
	font-size: 18px;
	color: #fff;
}
.custom-carousel .desc-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background: #fff;
	color: #2a2a2a;
	border-radius: 50%;
	font-size: 18px;
	line-height: 1;
}

.custom-carousel .owl-nav,
.custom-carousel .owl-dots {
	display: none !important;
}

.custom-carousel .slide-img {
	height: 196px;
}
@media (min-width: 480px) {
	.custom-carousel .slide-img {
		height: 251px;
	}
}
@media (min-width: 640px) {
	.custom-carousel .slide-img {
		height: 450px;
	}
}
@media (min-width: 768px) {
	.custom-carousel .slide-img {
		height: 545px;
	}
}
@media (min-width: 1024px) {
	.custom-carousel .slide-img {
		height: 690px;
	}
}
@media (min-width: 1280px) {
	.custom-carousel .slide-img {
		height: 780px;
	}
}

.ast-container .custom-carousel {
	width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}


.desc-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  background: #fff;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.desc-text {
  margin-right: 8px;
  transition: color 0.3s ease;
}

.desc-arrow {
  display: inline-block;
  padding: 4px 8px;
  background: transparent;
  color: inherit;
  transition: all 0.3s ease;
}

/* Efekt hover */
.desc-button:hover {
  background: #2a2a2a!important;
  color: #7ab9b4!important;
}

.desc-button:hover .desc-text {
  color: #7ab9b4;
}

.desc-button:hover .desc-arrow {
  background: #2a2a2a;
  color: #7ab9b4;
}

/* Kontener na strzałki */
.swiper-button-prev,
.swiper-button-next {
  position: absolute !important;
  bottom: -30px !important; 
  top: auto !important;
  transform: translateY(0) !important;
  background: #2a2a2a !important;
  color: #fff !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 10;
	border-radius:0px!important;
}

/* Poprawne ustawienie pozycji */
.swiper-button-prev {
  left: 50% !important;
  transform: translateX(-60px) !important; /* w lewo od środka */
}

.swiper-button-next {
  right: 50% !important;
  transform: translateX(60px) !important; /* w prawo od środka */
}

/* Zmiana koloru ikony strzałki */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px !important;
  color: #fff !important;
}
