/* Balorman Elements — eski Ultimate Addons öğelerinin görünümü */

.uvc-heading,
.uvc-heading *,
.aio-icon-component,
.aio-icon-component *,
.ult-banner-block,
.ult-banner-block *,
.balorman-carousel,
.balorman-carousel * {
	box-sizing: border-box;
}

.ult-adjust-bottom-margin,
.aio-icon-component {
	margin-bottom: 35px;
}

/* ---------- Başlık ---------- */
.uvc-heading .uvc-main-heading > * {
	margin: 0;
	padding: 0;
	line-height: normal;
}
.uvc-sub-heading {
	line-height: normal;
	margin: 0 auto;
}
.uvc-sub-heading p {
	font: inherit;
	color: inherit;
	margin: 0;
}

/* ---------- Bilgi kutusu ---------- */
.aio-icon-box.top-icon {
	text-align: center;
}
.top-icon .aio-icon,
.top-icon .aio-icon-img,
.top-icon .aio-icon-header,
.top-icon .aio-icon-description {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.aio-icon.none {
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
}
.aio-icon i {
	font-size: inherit;
	line-height: inherit;
}
.aio-icon-img {
	display: inline-block;
	font-size: 48px;
	width: 1em;
	max-width: 100%;
	box-sizing: content-box !important;
}
.aio-icon-img .img-icon {
	display: block;
	width: 1em;
	max-width: 100% !important;
	font-size: inherit;
	border-radius: 0 !important;
	box-shadow: none !important;
	transition: transform .2s linear;
}
.aio-icon-header h3.aio-icon-title {
	display: block;
	margin: 0;
	font-size: 16px;
	line-height: 1.2em;
}
.top-icon .aio-icon-header h3.aio-icon-title {
	margin: 25px 0 15px;
}
.top-icon .aio-icon-description {
	margin-top: 15px;
}
.top-icon .aio-icon-header + .aio-icon-description {
	margin-top: 0;
}

/* ---------- Görsel banner ---------- */
.ult-banner-block {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	background: #242424;
}
.ult-banner-block img {
	display: block;
	width: 100%;
	max-width: 100%;
	transition: transform .4s ease;
}
.ult-banner-block.ult-banner-block-custom-height img {
	position: absolute;
	inset: 0;
	height: 100%;
	object-fit: cover;
}
.ult-banner-block .bb-top-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	margin: 0;
	padding: 15px 20px;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	transition: padding .3s ease;
}
.ult-banner-block .mask {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	transition: background-color .3s ease;
}
.ult-banner-block .bb-description {
	opacity: 0;
	transition: opacity .3s ease;
}
.ult-banner-block .bb-link {
	position: absolute;
	inset: 0;
	z-index: 3;
}
.ult-banner-block:hover img {
	transform: scale(1.06);
}
.ult-banner-block:hover .bb-top-title {
	padding-bottom: 22px;
}
.ult-banner-block:hover .bb-description {
	opacity: 1;
}

/* ---------- Carousel ---------- */
.balorman-carousel {
	position: relative;
	margin-bottom: 35px;
}
.balorman-carousel .bc-viewport {
	overflow: hidden;
	margin: 0 calc(var(--bc-gap, 15px) / -2);
}
.balorman-carousel .bc-track {
	display: flex;
	transition: transform .45s ease;
	will-change: transform;
	touch-action: pan-y;
}
.balorman-carousel .bc-slide {
	flex: 0 0 calc(100% / var(--bc-show, 4));
	max-width: calc(100% / var(--bc-show, 4));
	padding: 0 calc(var(--bc-gap, 15px) / 2);
}
.balorman-carousel .bc-slide .ult-banner-block,
.balorman-carousel .bc-slide .vc_row,
.balorman-carousel .bc-slide .wpb_content_element {
	margin-bottom: 0;
}
.balorman-carousel .bc-arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #333;
	cursor: pointer;
}
.balorman-carousel .bc-arrow::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 auto;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}
.balorman-carousel .bc-prev {
	left: -40px;
}
.balorman-carousel .bc-prev::before {
	transform: rotate(-135deg);
}
.balorman-carousel .bc-next {
	right: -40px;
}
.balorman-carousel .bc-next::before {
	transform: rotate(45deg);
}
.balorman-carousel .bc-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}
.balorman-carousel .bc-dots button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #333;
	opacity: .3;
	cursor: pointer;
}
.balorman-carousel .bc-dots button[aria-selected="true"] {
	opacity: 1;
}
.balorman-carousel.bc-static .bc-arrow,
.balorman-carousel.bc-static .bc-dots {
	display: none;
}
@media (max-width: 1100px) {
	.balorman-carousel .bc-prev {
		left: 0;
	}
	.balorman-carousel .bc-next {
		right: 0;
	}
	.balorman-carousel .bc-arrow {
		color: #fff;
		filter: drop-shadow(0 0 2px rgba(0, 0, 0, .6));
	}
}

/* ---------- İletişim formu (Contact Form 7) ---------- */
.balorman-form-wrap {
	max-width: 760px;
	text-align: left;
}
.balorman-form-center {
	margin-left: auto;
	margin-right: auto;
}
.balorman-form-wrap .balorman-form p {
	margin: 0 0 18px;
}
.balorman-form-wrap label {
	display: block;
	font-weight: 500;
}
.balorman-form-wrap input[type="text"],
.balorman-form-wrap input[type="tel"],
.balorman-form-wrap input[type="email"],
.balorman-form-wrap textarea {
	width: 100%;
	margin-top: 6px;
}
.balorman-form-wrap textarea {
	min-height: 140px;
}
.balorman-form-wrap .wpcf7-acceptance .wpcf7-list-item {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}
.balorman-form-wrap .wpcf7-acceptance input {
	margin-top: 4px;
	flex: 0 0 auto;
}
.balorman-form-wrap .wpcf7-submit {
	min-width: 160px;
}
