.slider-title {
	font-size: 45px;
	font-weight: 600;
	line-height: 1.2;
}

.slider-text {
	font-size: 20px;
	margin-top: 20px;
	line-height: 1.3;
}

/* Slider alt çizgiler */
.slider-custom-pagination {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 24px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px !important;
	z-index: 20;
}

.slider-custom-pagination .swiper-pagination-bullet {
	width: 80px;
	height: 4px;
	border-radius: 0;
	background: rgba(255,255,255,0.45);
	opacity: 1;
	margin: 0 !important;
	transition: all 0.3s ease;
}

.slider-custom-pagination .swiper-pagination-bullet-active {
	background: #610615;
}

/* Tablet */
@media (max-width: 992px) {
	.slider-title {
		font-size: 32px;
	}

	.slider-text {
		font-size: 18px;
	}
}

/* Mobil */
@media (max-width: 576px) {
	.slider-title {
		font-size: 24px;
		line-height: 1.3;
	}

	.slider-text {
		font-size: 14px;
		margin-top: 12px;
		line-height: 1.4;
	}

	.slider-custom-pagination {
		gap: 12px;
		bottom: 20px !important;
	}

	.slider-custom-pagination .swiper-pagination-bullet {
		width: 34px;
		height: 3px;
	}

	.slider-custom-pagination .swiper-pagination-bullet-active {
		width: 44px;
	}
}