/* ============ Fix CSS ============ */
.slideshow-list-inner {
	margin-right: 105px !important;
}
.slideshow-no-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 7px;
}

/* ============ Slideshow container ============ */
.slideshow-container {
	position: relative;
	height: 200px;
	overflow: hidden;
}

/* ============ Slides ============ */
.slideshow-slides {
	height: 0;
	opacity: 0;
	transition: all 1s ease;
	overflow: hidden;
	background-size: cover;
	 /* = background-size: 100% 100%; */
	position: relative;
}

.slideshow-slides-text {
	text-align: center;
	padding: 10px 50px 10px 50px;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/* ============ Image navigator container ============ */
.slideshow-image-navigator-container {
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
	width: 125px;
	margin-right: 5px;
	overflow-x: hidden;
	overflow-y: scroll;
	scroll-behavior: smooth;
}
.slideshow-image-navigator-container img {
	width: 100px;
	height: 50px;
	margin: 2px;
	border: 1px solid #000000;
	cursor: pointer;
	opacity: 0.5;
	border-radius: 3px;
}
img.slideshow-active, .slideshow-image-navigator-container img:hover {
	opacity: 1;
}

/* Dot navigator container */
.slideshow-dot-navigator-container {
	text-align: center;
	padding: 10px;
	background: #ddd;
}
.slideshow-dot-navigator {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.slideshow-active, .slideshow-dot-navigator:hover {
	background-color: #717171;
	color: #ffffff;
}

/* ============ Next & previous buttons ============ */
.slideshow-prev, .slideshow-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -30px;
	padding: 5px;
	color: #888;
	font-weight: bold;
	font-size: 20px;
	user-select: none;
}

.slideshow-prev:hover, .slideshow-next:hover {
	background-color: rgba(0,0,0,0.8);
	color: white;
	text-decoration: none;
}

.slideshow-prev {
	left: 0;
	border-radius: 0 3px 3px 0;
}
.slideshow-next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* ============ Responsive ============ */
@media (max-width: 700px) {
	.slideshow-list-inner {
		margin-right: 0 !important;
	}
	.slideshow-image-navigator-container {
		display: none;
	}
	.slideshow-no-wrap {
		margin-right: 0 !important;
	}
}




/* ============ SLIDER GECE/GÜNDÜZ MODU DÜZELTMESİ (SVG VERSİYON) ============ */

/* 1. GÜNDÜZ MODU: SVG ARKA PLAN */
.slideshow-slides {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cdefs%3E%3ClinearGradient id='grad1' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23667eea;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23764ba2;stop-opacity:1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23grad1)'/%3E%3Cpath fill='rgba(255,255,255,0.1)' d='M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,224C672,245,768,267,864,250.7C960,235,1056,181,1152,165.3C1248,149,1344,171,1392,181.3L1440,192L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
    
    /* Görüntüyü tam boy yap ve ortala */
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
}

/* 2. YAZI KUTUSU (GÜNDÜZ) */
.slideshow-slides-text {
 /*   border-radius: 10px; */
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* --- GECE MODU AYARLARI --- */

/* 3. GECE MODU: KOYU SVG ARKA PLAN */
html.fd_dark .slideshow-slides {
    /* Gece için daha koyu ve açılı bir SVG deseni */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cdefs%3E%3ClinearGradient id='grad2' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23141E30;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23243B55;stop-opacity:1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23grad2)'/%3E%3Cpath fill='rgba(255,255,255,0.05)' d='M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,165.3C1248,171,1344,149,1392,138.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 4. GECE MODU YAZI KUTUSU */
html.fd_dark .slideshow-slides-text {
    background-color: rgba(30, 30, 30, 0.9) !important;
    color: #f0f0f0 !important;
    border: 1px solid #444;
}

/* 5. GECE MODUNDA LİNKLER */
html.fd_dark .slideshow-slides-text a,
html.fd_dark .slideshow-slides-text a.forumtitle {
    color: #82b1ff !important;
}