.modal-busy{
	display: none;
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.8;
}

.center-busy{
	z-index: 1000;
	margin: 300px auto;
	padding: 0px;
	width: 130px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.center-busy img{
	height: 80px;
	width: 80px;
}

.download-video iframe {
	width: 100%;
	height: 370px;
}
/* ============================================================
   Hakkımızda sayfası — uzun metin tipografisi
   Yalnızca .about-page kapsamında; başka sayfaları etkilemez.
   ============================================================ */
.about-page {
	padding-bottom: 70px;
}

.about-page .col-md-12 > h2:first-child {
	margin-top: 0;
}

.about-page h2 {
	max-width: 34ch;
	margin: 64px 0 20px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25;
	color: #0F1418;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.about-page h2:after {
	content: "";
	display: block;
	width: 72px;
	height: 4px;
	margin-top: 16px;
	background: #0B4F8A;
}

.about-page h3 {
	max-width: 40ch;
	margin: 34px 0 10px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.35;
	color: #0F1418;
	text-transform: none;
	letter-spacing: 0;
}

.about-page p,
.about-page ul,
.about-page ol {
	max-width: 68ch;
	font-size: 17px;
	line-height: 1.65;
	color: #2B3339;
}

.about-page p {
	margin-bottom: 18px;
}

.about-page ul {
	margin: 0 0 22px;
	padding-left: 0;
	list-style: none;
}

.about-page ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
}

.about-page ul li:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 2px;
	width: 7px;
	height: 7px;
	background: #0B4F8A;
}

.about-page strong {
	color: #0F1418;
	font-weight: 700;
}

@media (max-width: 767px) {
	.about-page h2 { margin-top: 44px; font-size: 25px; }
	.about-page h3 { font-size: 18px; }
	.about-page p,
	.about-page ul,
	.about-page ol { font-size: 16px; }
}

/* ============================================================
   Special Features — kart yükseklik hizalaması
   .feature-text görünür çerçeveli bir kutu; metni 5 satıra taşan
   kart komşularından uzun kalıp satır sonunu kaydırıyordu.
   Sütunu flex yapıp kartı esnetince alt kenarlar hizalanıyor.
   ============================================================ */
.feature-area .row > [class*="col-"]:not(.col-12) {
	display: flex;
}

.feature-area .feature-item {
	flex: 1 1 auto;
}

/* Ürünler bölümü — aynı hizalama sorunu (Bootstrap satırı) */
.products-area .row > [class*="col-"]:not(.col-12),
.services-area .row > [class*="col-"]:not(.col-12) {
	display: flex;
}

.products-area .services-item,
.services-area .services-item {
	flex: 1 1 auto;
	width: 100%;
}

/* Haberler carousel'i — kartları eşit yükseklikte tut.
   Owl item genişliklerini inline ayarlıyor; flex-shrink:0 ile korunuyor. */
.blog-area .owl-stage {
	display: flex;
}

.blog-area .owl-item {
	display: flex;
	flex: 0 0 auto;
}

.blog-area .owl-item .blog-item {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.blog-area .owl-item .blog-text {
	flex: 1 1 auto;
}

/* ============================================================
   Markalar sayfası
   ============================================================ */
.brand-page { padding-bottom: 80px; }

.brand-intro {
	max-width: 70ch;
	margin: 0 auto 44px;
	font-size: 17px;
	line-height: 1.65;
	color: #2B3339;
	text-align: center;
}

/* Alfabe gezinme şeridi */
.brand-alpha {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-bottom: 54px;
	padding-bottom: 26px;
	border-bottom: 1px solid #E2E6E9;
}

.brand-alpha a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 10px;
	background: #F4F6F7;
	border: 1px solid #E2E6E9;
	color: #0F1418;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: all .18s cubic-bezier(.2,.8,.2,1);
}

.brand-alpha a:hover {
	background: #0B4F8A;
	border-color: #0B4F8A;
	color: #fff;
}

/* Harf grubu başlığı */
.brand-group { margin-bottom: 14px; }

.brand-letter {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 26px 0 22px;
}

.brand-letter span {
	flex: 0 0 auto;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	color: #0B4F8A;
	letter-spacing: .04em;
}

.brand-letter:after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: #E2E6E9;
}

/* Marka kartı */
.brand-card {
	position: relative;
	height: 100%;
	margin-bottom: 26px;
	padding: 26px 24px 24px;
	background: #fff;
	border: 1px solid #E2E6E9;
	transition: all .18s cubic-bezier(.2,.8,.2,1);
}

.brand-card:before {
	content: "";
	position: absolute;
	top: -1px; left: -1px; right: -1px;
	height: 3px;
	background: #0B4F8A;
	opacity: 0;
	transition: opacity .18s ease-out;
}

.brand-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(15,20,24,.10);
	border-color: #D6DBDF;
}

.brand-card:hover:before { opacity: 1; }

.brand-card h3 {
	margin: 0 0 10px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
	color: #0F1418;
	text-transform: none;
}

.brand-tag {
	display: inline-block;
	margin-bottom: 12px;
	padding: 5px 11px;
	background: #F4F6F7;
	border: 1px solid #E2E6E9;
	color: #6B7780;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	line-height: 1;
}

.brand-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #2B3339;
}

.brand-page .row > [class*="col-"] { display: flex; }

@media (max-width: 767px) {
	.brand-intro { font-size: 16px; text-align: left; }
	.brand-letter span { font-size: 22px; }
	.brand-card { padding: 22px 20px; }
	.brand-card h3 { font-size: 19px; }
}

/* ============================================================
   Ürün kartları — modern endüstriyel görünüm
   Kapsam: ürün sayfası + ana sayfadaki ürünler bölümü
   ============================================================ */
.product-page .services-item,
.products-area .services-item {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #E2E6E9;
	overflow: hidden;
	transition: all .2s cubic-bezier(.2,.8,.2,1);
}

.product-page .services-item:hover,
.products-area .services-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(15,20,24,.12);
	border-color: #D6DBDF;
}

.product-page .services-photo,
.products-area .services-photo {
	height: 210px;
	transition: transform .45s cubic-bezier(.2,.8,.2,1);
}

.product-page .services-item:hover .services-photo,
.products-area .services-item:hover .services-photo {
	transform: scale(1.04);
}

.product-page .image-effect,
.products-area .image-effect {
	display: block;
	overflow: hidden;
}

.product-page .services-text,
.products-area .services-text {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 24px 22px 20px;
	background: #fff;
	border-top: 3px solid #0B4F8A;
}

.product-page .services-item:hover .services-text,
.products-area .services-item:hover .services-text {
	background: #fff;
}

.product-page .services-text h3,
.products-area .services-text h3 {
	margin: 0 0 10px;
}

.product-page .services-text h3 a,
.products-area .services-text h3 a {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
	color: #0F1418;
}

.product-page .services-text h3 a:hover,
.products-area .services-text h3 a:hover {
	color: #0B4F8A;
}

.product-page .services-text p,
.products-area .services-text p {
	flex: 1 1 auto;
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.6;
	color: #2B3339;
}

/* "Devamını oku" bağlantısı — teklif odaklı vurgu */
.product-page .button-bn,
.products-area .button-bn {
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px solid #EDF0F2;
}

.product-page .button-bn a,
.products-area .button-bn a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #0B4F8A;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	text-decoration: none;
}

.product-page .button-bn a i,
.products-area .button-bn a i {
	transition: transform .18s ease-out;
}

.product-page .button-bn a:hover i,
.products-area .button-bn a:hover i {
	transform: translateX(4px);
}

.product-page .row > [class*="col-"] { display: flex; }
.product-page .services-item { width: 100%; margin-bottom: 30px; }

@media (max-width: 767px) {
	.product-page .services-photo,
	.products-area .services-photo { height: 180px; }
}

/* ============================================================
   Partnerler bölümü — tedarikçi marka kutucukları
   ============================================================ */
.partner-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 14px;
}

.partner-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 104px;
	padding: 18px 12px;
	background: #fff;
	border: 1px solid #E2E6E9;
	text-align: center;
	text-decoration: none;
	transition: all .18s cubic-bezier(.2,.8,.2,1);
}

.partner-tile:hover {
	transform: translateY(-2px);
	border-color: #0B4F8A;
	box-shadow: 0 10px 24px rgba(15,20,24,.10);
	text-decoration: none;
}

.partner-name {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.15;
	color: #0F1418;
	letter-spacing: .01em;
}

.partner-tile:hover .partner-name { color: #0B4F8A; }

.partner-cat {
	font-size: 10px;
	font-weight: 600;
	line-height: 1.25;
	color: #6B7780;
	letter-spacing: .07em;
	text-transform: uppercase;
}

@media (max-width: 1199px) { .partner-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 767px)  { .partner-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
                             .partner-tile { min-height: 88px; padding: 14px 8px; }
                             .partner-name { font-size: 15px; }
                             .partner-cat { display: none; } }
@media (max-width: 479px)  { .partner-grid { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   Ürün sayfası — marka filtresi
   ============================================================ */
.product-filter {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 30px;
	padding-bottom: 24px;
	border-bottom: 1px solid #E2E6E9;
}

.product-filter .filter-label {
	flex: 0 0 auto;
	padding-top: 9px;
	color: #6B7780;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.filter-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.filter-chip {
	display: inline-block;
	padding: 8px 15px;
	background: #F4F6F7;
	border: 1px solid #E2E6E9;
	color: #2B3339;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: all .16s cubic-bezier(.2,.8,.2,1);
}

.filter-chip:hover {
	border-color: #0B4F8A;
	color: #0B4F8A;
	text-decoration: none;
}

.filter-chip.is-active {
	background: #0B4F8A;
	border-color: #0B4F8A;
	color: #fff;
}

.filter-result {
	margin: 0 0 26px;
	color: #6B7780;
	font-size: 15px;
}

.filter-result strong { color: #0F1418; }

.filter-empty {
	padding: 40px 0;
	color: #6B7780;
	font-size: 17px;
	text-align: center;
}

/* Kart üzerindeki marka rozetleri */
.product-brands {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0 0 12px;
}

.product-brand-tag {
	display: inline-block;
	padding: 3px 8px;
	background: #F4F6F7;
	border: 1px solid #E2E6E9;
	color: #6B7780;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.4;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.product-filter { flex-direction: column; gap: 12px; }
	.product-filter .filter-label { padding-top: 0; }
	.filter-chip { padding: 7px 12px; font-size: 13px; }
}

/* Marka kartından ürün filtresine bağlantı */
.brand-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 14px;
	padding-top: 13px;
	border-top: 1px solid #EDF0F2;
	width: 100%;
	color: #0B4F8A;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	text-decoration: none;
}

.brand-link i { transition: transform .18s ease-out; }
.brand-link:hover { text-decoration: none; }
.brand-link:hover i { transform: translateX(4px); }

/* ============================================================
   Yüzen iletişim butonu (sağ altta, açılıp kapanır)
   Kanallar panelden yönetilir: Admin > Contact Button
   ============================================================ */
.contact-fab {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.contact-fab-items {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	gap: 12px;
	/* kapaliyken gizli ama erisilebilirlik icin olcusuz degil */
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity .22s cubic-bezier(.2,.8,.2,1),
	            transform .22s cubic-bezier(.2,.8,.2,1),
	            visibility 0s linear .22s;
}

.contact-fab.is-open .contact-fab-items {
	max-height: 500px;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: 0s;
}

.contact-fab-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	box-shadow: 0 6px 18px rgba(15,20,24,.24);
	transition: transform .16s cubic-bezier(.2,.8,.2,1), box-shadow .16s ease-out;
}

.contact-fab-item:hover {
	transform: scale(1.08);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(15,20,24,.32);
}

.contact-fab-item i { line-height: 1; }

/* Etiket balonu */
.contact-fab-tip {
	position: absolute;
	right: 66px;
	white-space: nowrap;
	padding: 6px 12px;
	background: #0F1418;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	opacity: 0;
	pointer-events: none;
	transform: translateX(6px);
	transition: all .16s ease-out;
}

.contact-fab-item:hover .contact-fab-tip {
	opacity: 1;
	transform: translateX(0);
}

/* Ana açma/kapama butonu */
.contact-fab-toggle {
	position: relative;
	width: 60px;
	height: 60px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #0B4F8A;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	box-shadow: 0 8px 22px rgba(15,20,24,.30);
	transition: transform .18s cubic-bezier(.2,.8,.2,1), background .18s ease-out;
}

.contact-fab-toggle:hover { transform: scale(1.06); }
.contact-fab-toggle:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

.contact-fab-toggle i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: opacity .18s ease-out, transform .18s ease-out;
}

.contact-fab .contact-fab-close { opacity: 0; transform: translate(-50%,-50%) scale(.6) rotate(-90deg); }
.contact-fab.is-open .contact-fab-open  { opacity: 0; transform: translate(-50%,-50%) scale(.6) rotate(90deg); }
.contact-fab.is-open .contact-fab-close { opacity: 1; transform: translate(-50%,-50%) scale(1) rotate(0); }

@media (max-width: 767px) {
	.contact-fab { right: 16px; bottom: 16px; gap: 10px; }
	.contact-fab-items { gap: 10px; }
	.contact-fab-item { width: 48px; height: 48px; font-size: 20px; }
	.contact-fab-toggle { width: 54px; height: 54px; font-size: 21px; }
	.contact-fab-tip { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.contact-fab-items,
	.contact-fab-item,
	.contact-fab-toggle,
	.contact-fab-toggle i { transition: none; }
}

/* ============================================================
   Doküman ağacı düzeltmeleri — görünüm korunur, semantik düzelir
   ============================================================ */
/* Slider: 2. ve sonraki slaytlarda h1 yerine p kullanıldı */
.slider-text .slider-heading {
	margin: 0 0 15px;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.15;
	color: #fff;
	text-transform: uppercase;
}

/* Sayaç: h2/h4 yerine h3/p */
.counter-item h3.counter {
	margin: 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
}

.counter-item .counter-label {
	margin: 4px 0 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

/* Kart başlıkları h4 -> h3 (görsel boyut aynı kalır) */
.choose-text h3.card-title,
.feature-text h3.card-title {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: none;
}

@media (max-width: 767px) {
	.slider-text .slider-heading { font-size: 26px; }
	.counter-item h3.counter { font-size: 32px; }
}

/* Ekran okuyucular icin gorunmez ama erisilebilir baslik */
.visually-hidden {
	position: absolute !important;
	width: 1px; height: 1px;
	margin: -1px; padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

/* Harita altındaki "büyük haritada gör" bağlantısı */
.map-area { position: relative; }
.map-area .map-link {
	margin: 0;
	padding: 10px 15px;
	background: #F4F6F7;
	border-top: 1px solid #E2E6E9;
	font-size: 13px;
	text-align: center;
}
.map-area .map-link a { color: #2B3339; font-weight: 600; text-decoration: none; }
.map-area .map-link a:hover { text-decoration: underline; }
