/* Slicebox integration for this theme */

/* Make banner responsive (override fixed 610px) */
.center-col .banner-main .inside {
	width: 100% !important;
	max-width: 710px;
	min-width: 0 !important;
}

.center-col .banner-main .inside.slicebox-host {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid rgba(255, 205, 120, 0.18);
	box-shadow: 0 8px 18px rgba(0,0,0,0.38);
	background: rgba(0,0,0,0.12);
}

.center-col .banner-main .inside.slicebox-host .sb-slider {
	margin: 0;
}

/* Keep the banner height close to original but responsive */
.center-col .banner-main .inside.slicebox-host,
.center-col .banner-main .inside.slicebox-host .sb-slider,
.center-col .banner-main .inside.slicebox-host .sb-perspective {
	height: 340px;
}

.center-col .banner-main .inside.slicebox-host img {
	width: 100%;
	height: 340px;
	object-fit: cover;
}

@media (max-width: 700px) {
	.center-col .banner-main .inside.slicebox-host,
	.center-col .banner-main .inside.slicebox-host .sb-slider,
	.center-col .banner-main .inside.slicebox-host .sb-perspective {
		height: min(340px, 46vw);
	}
	.center-col .banner-main .inside.slicebox-host img {
		height: min(340px, 46vw);
	}
}

/* Caption styling (more "Metin" vibe, darker brown) */
.center-col .banner-main .inside.slicebox-host .sb-description {
	background: linear-gradient(90deg, rgba(18, 12, 10, 0.72), rgba(18, 12, 10, 0.45));
	border-left: 4px solid rgba(255, 205, 120, 0.65);
	border: 1px solid rgba(255, 205, 120, 0.18);
	box-shadow: 0 6px 14px rgba(0,0,0,0.35);
	backdrop-filter: blur(2px);
	padding: 14px 16px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}

.center-col .banner-main .inside.slicebox-host .sb-description h3 {
	margin: 0 0 6px 0;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #ffd38f;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.center-col .banner-main .inside.slicebox-host .sb-description p,
.center-col .banner-main .inside.slicebox-host .sb-description div {
	margin: 0;
	color: #ffffff;
	font-size: 13px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.85);
}

/* Prev/Next arrows */
.center-col .banner-main .inside.slicebox-host .sb-nav {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1200;
}

.center-col .banner-main .inside.slicebox-host .sb-prev,
.center-col .banner-main .inside.slicebox-host .sb-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: rgba(12, 10, 9, 0.45);
	border: 1px solid rgba(255, 205, 120, 0.35);
	color: #ffd38f;
	text-decoration: none;
	pointer-events: auto;
	transition: background 150ms, border-color 150ms;
}

.center-col .banner-main .inside.slicebox-host .sb-prev:hover,
.center-col .banner-main .inside.slicebox-host .sb-next:hover {
	background: rgba(12, 10, 9, 0.75);
	border-color: rgba(255, 205, 120, 0.65);
}

.center-col .banner-main .inside.slicebox-host .sb-prev { left: 10px; }
.center-col .banner-main .inside.slicebox-host .sb-next { right: 10px; }

.center-col .banner-main .inside.slicebox-host .sb-prev i,
.center-col .banner-main .inside.slicebox-host .sb-next i {
	font-size: 26px;
	line-height: 1;
}
