﻿:root {
	--tp-common-black: #000000;
	--tp-common-white: #fff;
	--tp-gray-1: #f5f6f8;
	--tp-theme-1: #0169A6;
	--tp-common-paste: #4a9fd4;
	--tp-theme-primary: #0169A6;
	--tp-text-muted: #999999;
}
.tp-section-subtitle {
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: var(--tp-text-muted);
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}
.tp-section-title {
	font-size: clamp(28px, 4vw, 45px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: var(--tp-common-black);
	margin: 0;
	font-family: 'Oswald', sans-serif;
}
.rb-blog-heading { margin-bottom: 50px; }
.rb-blog-btn { margin-bottom: 50px; }
.tp-btn-border-gradiant {
	padding: 0;
	display: inline-flex;
	border-radius: 0;
	color: var(--tp-common-black);
	background: transparent;
	border: 1px solid var(--tp-common-black);
	text-decoration: none;
	transition: background-color .2s linear, color .2s linear;
}
.tp-btn-border-gradiant span {
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	display: flex;
	padding: 15px 25px;
	border-radius: 0;
	align-items: center;
	gap: 10px;
	background: transparent;
	color: inherit;
	letter-spacing: .08em;
	transition: background-color .2s linear, color .2s linear;
}
.tp-btn-border-gradiant:hover,
.tp-btn-border-gradiant:focus {
	color: var(--tp-common-white);
	background: var(--tp-common-black);
	text-decoration: none;
}
.tp-btn-border-gradiant:hover span,
.tp-btn-border-gradiant:focus span {
	background: transparent;
	color: inherit;
}
.tp-btn-purple,
.tp-urun-families-quote {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 25px;
	border-radius: 0;
	border: 1px solid var(--tp-common-black);
	background: var(--tp-common-black);
	color: var(--tp-common-white);
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	transition: background-color .2s linear, color .2s linear, border-color .2s linear;
}
.tp-btn-purple:hover,
.tp-btn-purple:focus,
.tp-urun-families-quote:hover,
.tp-urun-families-quote:focus {
	background: #1f1f1f;
	border-color: #1f1f1f;
	color: var(--tp-common-white);
	text-decoration: none;
}
.pb-120{padding-bottom:120px;}
/* Uretim Surecleri - anasayfa mozaik */
.tp-us-home-ptb { padding-top: 90px; }
.tp-us-mosaic {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: minmax(120px, auto);
	gap: 10px;
}
.tp-us-mosaic-item { position: relative; overflow: hidden; border-radius: 16px; min-height: 140px; }
.tp-us-mosaic-item--buyuk { grid-column: span 6; grid-row: span 2; min-height: 280px; }
.tp-us-mosaic-item--yatay { grid-column: span 6; grid-row: span 1; min-height: 135px; }
.tp-us-mosaic-item--kucuk { grid-column: span 3; grid-row: span 1; min-height: 135px; }
.tp-us-mosaic-link { display: block; height: 100%; color: #fff; text-decoration: none; }
.tp-us-mosaic-link:hover,
.tp-us-mosaic-link:focus {
	color: #fff;
	text-decoration: none;
}
.tp-us-mosaic-frame { display: block; height: 100%; overflow: hidden; }
.tp-us-mosaic-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.tp-us-mosaic-link:hover .tp-us-mosaic-frame img { transform: scale(1.06); }
.tp-us-mosaic-overlay {
	position: absolute; inset: 0; display: flex; align-items: flex-end;
	padding: 18px 20px;
	background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.62) 100%);
}
.tp-us-mosaic-title {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #fff;
	transition: color .2s ease;
}
.tp-us-mosaic-link:hover .tp-us-mosaic-title,
.tp-us-mosaic-link:focus .tp-us-mosaic-title {
	color: #fff;
}
@media (max-width: 991px) {
	.tp-us-mosaic-item--buyuk,
	.tp-us-mosaic-item--yatay,
	.tp-us-mosaic-item--kucuk { grid-column: span 6; grid-row: span 1; min-height: 200px; }
}
@media (max-width: 575px) {
	.tp-us-mosaic-item--buyuk,
	.tp-us-mosaic-item--yatay,
	.tp-us-mosaic-item--kucuk { grid-column: span 12; min-height: 220px; }
}

/* Üretim süreçleri — site-ozel ile aynı düzen (Sürdürülebilirlik vb.) */
.maxWidth { max-width: 1320px; margin-left: auto; margin-right: auto; }
.site-ozel-wrap { padding: 56px 20px 72px; }
.site-ozel-wrap.site-ozel-wrap--no-intro { padding-top: 64px; }
.site-ozel-wrap .site-ozel-row { margin-bottom: 56px; }
.site-ozel-wrap .site-ozel-row:last-child { margin-bottom: 0; }
.site-ozel-wrap .site-ozel-row > .row { align-items: stretch; }
.site-ozel-wrap .site-ozel-row > .row > [class*="col-"] { display: flex; flex-direction: column; }
.site-ozel-wrap .site-ozel-row > .row > .col-md-6:first-child { padding-right: 18px; }
.site-ozel-wrap .site-ozel-row > .row > .col-md-6:last-child { padding-left: 18px; }
.site-ozel-wrap .page-content-text {
	flex: 1;
	font-size: 16px;
	line-height: 1.8;
	color: #333333;
	padding: 0;
}
.site-ozel-wrap .page-content-text p { margin-bottom: 1rem; }
.site-ozel-wrap .page-content-text p:last-child { margin-bottom: 0; }
.site-ozel-wrap .site-ozel-block-title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 18px;
	line-height: 1.4;
	color: #111111;
}
.site-ozel-wrap .page-content-img {
	flex: 1;
	display: flex;
	margin-bottom: 0 !important;
	min-height: 100%;
}
.site-ozel-img-frame {
	flex: 1;
	width: 100%;
	height: 100%;
	min-height: 260px;
	display: block;
	background: transparent;
	box-shadow: none;
	padding: 0;
	overflow: visible;
	line-height: 0;
}
.site-ozel-img-frame img {
	width: 100%;
	height: 100%;
	min-height: 260px;
	display: block;
	object-fit: cover;
	object-position: center;
	border-radius: 18px;
	box-shadow: 0 10px 32px rgba(15, 23, 42, 0.12), 0 2px 10px rgba(15, 23, 42, 0.06);
}
@media (max-width: 991px) {
	.site-ozel-wrap { padding-top: 44px; padding-bottom: 56px; }
	.site-ozel-wrap .site-ozel-row > .row > .col-md-6:first-child,
	.site-ozel-wrap .site-ozel-row > .row > .col-md-6:last-child {
		padding-left: 0;
		padding-right: 0;
	}
	.site-ozel-wrap .page-content-text { padding-top: 0; }
	.site-ozel-wrap .site-ozel-row { margin-bottom: 40px; }
	.site-ozel-wrap .page-content-img { margin-bottom: 28px !important; min-height: 0; }
	.site-ozel-img-frame { min-height: 0; height: auto; }
	.site-ozel-img-frame img {
		height: auto;
		min-height: 0;
		aspect-ratio: 16 / 9;
	}
}

/* Neden Biz / Rakamlar */
.rb-blog-ptb.tp-neden-biz-block {
	background-color: var(--tp-gray-1, #f5f6f8);
	padding-top: 80px;
}
.tp-neden-biz-head-row .rb-blog-heading { margin-bottom: 40px; }
.tp-neden-biz-head-text { margin-bottom: 40px; }
@media (min-width: 992px) {
	.tp-neden-biz-head-text {
		text-align: right;
		margin-left: auto;
		max-width: 500px;
	}
}
.tp-neden-biz-lead {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: #555;
}
.tp-neden-biz-boxes { margin-top: 10px; }
.tp-neden-biz-sticky {
	position: sticky;
	top: 100px;
	align-self: flex-start;
}
.tp-neden-biz-img-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 0;
	background: transparent;
}
.tp-neden-biz-img-slide.is-hidden,
.tp-neden-biz-media.is-hidden {
	min-height: 0;
	margin-bottom: 0;
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.tp-neden-biz-media,
.tp-neden-biz-img-slide img,
#tpNedenBizImg,
#tpNedenBizImgMobile {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 700px;
	object-fit: contain;
	object-position: center center;
	transition: opacity .3s ease;
}
.tp-neden-biz-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	margin-bottom: 24px;
}
.tp-neden-biz-media--mobile { margin-bottom: 24px; }
.tp-neden-biz-listing {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
#tpNedenBizSlider { list-style: none; margin: 0; padding: 0; }
#tpNedenBizSlider li {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 130px;
	padding: 28px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	cursor: pointer;
	transition: opacity .3s ease;
}
#tpNedenBizSlider li:last-child { border-bottom: 0; }
#tpNedenBizSlider li:not(.active) { opacity: .5; }
#tpNedenBizSlider li.active { opacity: 1; }
.tp-neden-biz-stat {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	max-width: 100%;
}
#tpNedenBizSlider li > .tp-neden-biz-stat > i,
#tpNedenBizSlider li i {
	display: block;
	font-style: normal;
	font-weight: 700;
	font-size: clamp(48px, 6vw, 76px);
	color: var(--tp-common-black, #000) !important;
	line-height: 1;
	white-space: nowrap;
}
.tp-neden-biz-count { color: var(--tp-common-black, #000) !important; }
.tp-neden-biz-suffix {
	font-size: .52em;
	vertical-align: super;
	margin-left: 3px;
	color: var(--tp-common-black, #000) !important;
}
.tp-neden-biz-label {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	color: #555;
	text-align: center;
}
@media (max-width: 1199px) {
	#tpNedenBizSlider li i { font-size: clamp(42px, 7vw, 64px); }
	.tp-neden-biz-img-slide { min-height: 0; }
}
@media (max-width: 767px) {
	.tp-neden-biz-sticky { position: static; }
	.tp-neden-biz-media {
		min-height: 0;
		margin-bottom: 16px;
	}
	.tp-neden-biz-media img {
		max-height: min(52vw, 260px);
	}
	#tpNedenBizSlider li {
		min-height: 110px;
		padding: 20px 0;
	}
}

/* Kalite sayfası */
.tp-kalite-page { padding: 64px 20px 72px; }
.tp-kalite-layout > [class*="col-"] { margin-bottom: 24px; }
@media (min-width: 992px) {
	.tp-kalite-layout > .col-lg-4 { padding-right: 28px; }
	.tp-kalite-layout > .col-lg-8 { padding-left: 12px; }
	.tp-kalite-title-col {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}
.tp-kalite-page-title {
	font-size: clamp(42px, 7vw, 72px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.02em;
	margin: 0;
	color: var(--tp-common-black, #000);
	font-family: 'Oswald', sans-serif;
}
.tp-kalite-accordion { border-top: 1px solid rgba(15, 23, 42, .12); }
.tp-kalite-item { border-bottom: 1px solid rgba(15, 23, 42, .12); }
.tp-kalite-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 28px 0;
	border: 0;
	background: transparent;
	text-align: left;
}
.tp-kalite-item-title {
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 600;
	line-height: 1.35;
	color: var(--tp-common-black, #0f172a);
}
.tp-kalite-icon {
	position: relative;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}
.tp-kalite-icon span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	transform: translateY(-50%);
}
.tp-kalite-icon span:last-child { transform: translateY(-50%) rotate(90deg); transition: transform .25s ease, opacity .25s ease; }
.tp-kalite-toggle:not(.collapsed) .tp-kalite-icon span:last-child { transform: translateY(-50%) rotate(0deg); opacity: 0; }
.tp-kalite-body { padding: 0 0 28px; font-size: 17px; line-height: 1.7; color: #475569; }
.tp-kalite-body p { margin-bottom: 10px; }
.tp-kalite-body p:last-child { margin-bottom: 0; }
.tp-kalite-body a { color: inherit; text-decoration: none; }
.tp-kalite-body a:hover u { text-decoration-color: var(--tp-theme-primary, #0169A6); }
@media (max-width: 991px) {
	.tp-kalite-page { padding-top: 44px; padding-bottom: 56px; }
	.tp-kalite-title-col { text-align: center; margin-bottom: 24px; }
	.tp-kalite-page-title { margin-bottom: 0; }
	.tp-kalite-toggle { padding: 22px 0; }
	.tp-kalite-layout > [class*="col-"] { margin-bottom: 0; }
}

/* ÃœrÃ¼nler â€” Ã¼rÃ¼n aileleri carousel */
.tp-urun-families-page {
	background: #fff;
	padding: 90px 0;
	overflow: hidden;
}
.tp-urun-families-inner {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.tp-urun-families-head {
	margin-bottom: 40px;
	padding: 0 5vw;
	text-align: center;
}
.tp-urun-families-kicker {
	margin: 0;
	font-size: clamp(22px, 2.4vw, 32px);
	font-weight: 600;
	line-height: 1.3;
	color: var(--tp-common-black, #000);
}
.tp-urun-families-carousel {
	position: relative;
	width: 100%;
	padding: 0 5vw;
	box-sizing: border-box;
}
.tp-urun-families-slider-shell {
	width: 100%;
	overflow: hidden;
}
.tp-urun-families-slider {
	overflow: hidden;
	touch-action: pan-y pinch-zoom;
}
.tp-urun-families-slider .swiper-wrapper {
	align-items: flex-start;
}
.tp-urun-families-slider .swiper-slide {
	height: auto;
	box-sizing: border-box;
}
.tp-urun-families-item {
	text-align: center;
	height: 100%;
	width: 100%;
}
.tp-urun-families-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	color: inherit;
	text-decoration: none;
}
.tp-urun-families-link:hover,
.tp-urun-families-link:focus {
	color: var(--tp-common-black);
	text-decoration: none;
}
.tp-urun-families-link:hover .tp-urun-families-title,
.tp-urun-families-link:focus .tp-urun-families-title {
	color: var(--tp-common-black);
}
.tp-urun-families-item--static .tp-urun-families-link {
	cursor: default;
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.tp-urun-families-item--static .tp-urun-families-link:hover {
	text-decoration: none;
	color: inherit;
}
.tp-urun-families-media {
	width: 75%;
	max-width: 280px;
	margin: 0 auto 4%;
	aspect-ratio: 1 / 1;
	background: #fff;
	border: 0;
	border-radius: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	box-sizing: border-box;
}
.tp-urun-families-media img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}
.tp-urun-families-title {
	margin: 0;
	padding: 0 6px;
	font-size: clamp(14px, 1.2rem, 19px);
	font-weight: 600;
	line-height: 1.35;
	color: var(--tp-common-black, #000);
}
.tp-urun-families-nav {
	position: absolute;
	top: 38%;
	z-index: 5;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .95);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
	color: #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform .2s ease, box-shadow .2s ease;
	transform: translateY(-50%);
}
.tp-urun-families-nav svg { width: 22px; height: auto; }
.tp-urun-families-prev { left: 5vw; }
.tp-urun-families-next { right: 5vw; }
.tp-urun-families-nav:hover {
	transform: translateY(-50%) scale(1.05);
	box-shadow: 0 10px 28px rgba(0, 0, 0, .14);
}
.tp-urun-families-nav.swiper-button-disabled {
	opacity: .35;
	pointer-events: none;
}
.tp-urun-families-cta {
	margin-top: 40px;
	padding: 0 5vw;
	text-align: center;
}
.tp-urun-families-quote { min-width: 180px; }
@media (max-width: 991px) {
	.tp-urun-families-page { padding: 70px 0; }
	.tp-urun-families-media { width: 82%; max-width: none; }
}
@media (max-width: 767px) {
	.tp-urun-families-page { padding: 56px 0; }
	.tp-urun-families-carousel { padding: 0 14vw; }
	.tp-urun-families-prev { left: 3vw; }
	.tp-urun-families-next { right: 3vw; }
	.tp-urun-families-nav {
		width: 36px;
		height: 36px;
		top: 36%;
	}
	.tp-urun-families-media { width: 88%; margin-bottom: 6%; }
	.tp-urun-families-title { font-size: 14px; line-height: 1.3; }
}

/* Hakkımızda modülü — metin + görsel dengesi */
.html-content-div-area .html-content-area-inside {
	width: 100%;
	max-width: 1180px;
	padding: 0 clamp(20px, 4vw, 40px);
	gap: clamp(32px, 4vw, 56px);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.html-content-div-area .html-content-area-inside-left {
	flex: 1 1 52%;
	max-width: 52%;
	min-width: 0;
}
.html-content-div-area .html-content-area-inside-left-in {
	width: 100%;
	text-align: left !important;
}
.html-content-div-area .html-content-txt h2 {
	font-family: 'Teko', sans-serif;
	font-size: clamp(34px, 3.8vw, 46px);
	line-height: 1.08;
	margin-bottom: 0;
}
.html-content-div-area .html-content-txt h5.text-primary {
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--tp-theme-1, #0169A6) !important;
}
.html-content-div-area .html-content-txt p {
	font-size: 15px;
	line-height: 1.7;
	color: #333;
}
.html-content-div-area .html-content-txt ul {
	margin-top: 8px;
}
.html-content-div-area .html-content-txt ul li {
	font-size: 14px;
	line-height: 1.55;
	color: #555;
}
.html-content-div-area .html-content-area-inside-right {
	flex: 0 0 44%;
	max-width: 44%;
	width: auto !important;
	min-width: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
	background: none;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	align-self: flex-start;
}
.html-content-div-area .html-content-area-inside-right-img {
	width: 100%;
	max-width: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 2px;
}
.html-content-div-area .html-content-area-inside-right-img img {
	width: 100%;
	height: auto;
	max-height: min(520px, 42vw);
	object-fit: contain;
	object-position: center top;
	display: block;
}
@media (min-width: 992px) {
	.html-content-div-area .html-content-area-inside-right {
		width: auto !important;
		min-width: 0 !important;
	}
}
@media (max-width: 991px) {
	.html-content-div-area .html-content-area-inside {
		flex-direction: column;
		flex-wrap: wrap;
		width: 90%;
	}
	.html-content-div-area .html-content-area-inside-left,
	.html-content-div-area .html-content-area-inside-right {
		flex: 1 1 100%;
		max-width: 100%;
	}
	.html-content-div-area .html-content-area-inside-right-img {
		max-width: 100%;
		margin-left: 0;
	}
	.html-content-div-area .html-content-area-inside-right-img img {
		max-height: 360px;
		object-fit: contain;
	}
}
@media (max-width: 767px) {
	.html-content-div-area .html-content-area-inside-left-in {
		text-align: center !important;
	}
}
