

.tekiner-tarihce-page {
	--tch-block-gap: 40px;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	padding-bottom: 0;
}

.tch-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #262430;
}

.tch-hero--has-video {
	overflow: hidden;
}

.tch-hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
	display: block;
}

.tch-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
}

.tch-hero-overlay--no-video {
	background: #262430;
}

.tch-hero-inner {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 800px;
	padding: 2rem 1.5rem;
}

.tch-hero-title {
	margin: 0 0 0.5rem 0;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}

.tch-hero-text {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 1.6;
}

.tch-icerik-wrap {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 100px 0 0 150px;
}

.tch-icerik-inner {
	display: block;
}

.tch-icerik-inner--two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: start;
}

.tch-icerik-left {
	min-width: 0;
}

.tch-icerik-right {
	min-width: 0;
}

.tch-icerik-gorsel-wrap {
	position: relative;
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	aspect-ratio: 4/3;
}

.tch-icerik-gorsel {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 900px) {
	.tch-icerik-wrap {
		padding: 64px 1.5rem 0;
	}
	.tch-icerik-inner--two-col {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}
	.tch-icerik-inner--two-col .tch-icerik-right {
		order: -1;
	}
	.tch-icerik-inner {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}

.tekiner-kategori-page .vm-section--promo {
  margin-top: var(--tch-block-gap);
}

.tekiner-hakkimizda{
  max-width:1400px;
  margin:0 auto;
  padding:0 1.5rem 0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.tekiner-hakkimizda .urun-breadcrumb {
  font-size: 15px;
  color: #666;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #c0c0c0;
  text-align: left;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.tekiner-hakkimizda .urun-breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 400;
  font-size: 15px;
}

.tekiner-hakkimizda .urun-breadcrumb a:hover {
  color: #333;
  text-decoration: underline;
}

.tekiner-hakkimizda .urun-breadcrumb .separator {
  color: #999;
  margin: 0 0.5rem;
  font-weight: 400;
  font-size: 15px;
}

.tekiner-hakkimizda .urun-breadcrumb .current {
  color: #002741;
  font-weight: 700;
  font-size: 15px;
}

.hakkimizda-header{ 
  text-align:left; 
  margin-bottom:2rem; 
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.hakkimizda-title{
  font-size:24px;
  font-weight:600;
  color:#333;
  margin:0;
  letter-spacing:-0.3px;
}

.tch-icerik-wrap .hakkimizda-content {
  font-size:16px;
  line-height:1.8;
  color:#555;
  margin:0;
  width: 100%;
  text-align: left;
  padding:0;
}

.hakkimizda-content{
  font-size:16px;
  line-height:1.8;
  color:#555;
  margin-bottom:3rem;
  margin-top:1rem;
  width: 100%;
  text-align: left;
  padding:0;
}

.hakkimizda-sayaclar{
  display:flex;
  justify-content:space-between;
  align-items:stretch;
  margin:var(--tch-block-gap) 0;
  padding:1.25rem 1.5rem;
  background: linear-gradient(135deg, #002741 0%, #003d5c 25%, #002741 50%, #003d5c 75%, #002741 100%);
  background-size: 400% 400%;
  animation: gradientShift 10s ease-in-out infinite;
  border-radius:8px;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.sayac-item{
  flex:1;
  text-align:center;
  padding:1rem;
  position:relative;
  border:1px solid rgba(255,255,255,0.2);
  border-radius:4px;
  margin:0 0.5rem;
}

.sayac-item:first-child{
  margin-left:0;
}

.sayac-item:last-child{
  margin-right:0;
}

.sayac-item:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:10%;
  bottom:10%;
  width:1px;
  background-color:rgba(255,255,255,0.2);
}

.sayac-sayi{
  font-size:48px;
  font-weight:700;
  color:#ffffff;
  margin-bottom:0.5rem;
  line-height:1.2;
}

.sayac-aciklama{
  font-size:16px;
  font-weight:400;
  color:#e0e0e0;
  line-height:1.4;
}

@media (max-width: 1200px){
  .hakkimizda-sayaclar{
    padding:1.25rem 1rem;
  }
  
  .sayac-sayi{
    font-size:42px;
  }
}

@media (max-width: 992px){
  .hakkimizda-sayaclar{
    padding:1.25rem 1rem;
  }
  
  .sayac-item{
    padding:1.25rem 0.75rem;
    margin:0 0.25rem;
  }
  
  .sayac-sayi{
    font-size:38px;
  }
  
  .sayac-aciklama{
    font-size:15px;
  }
}

@media (max-width: 768px){
  .hakkimizda-sayaclar{
    flex-direction:column;
    gap:1rem;
    padding:1.25rem 1rem;
    margin:var(--tch-block-gap) 0;
  }
  
  .sayac-item:not(:last-child)::after{
    display:none;
  }
  
  .sayac-item{
    border-bottom:1px solid rgba(255,255,255,0.2);
    padding:1.5rem 1rem;
    margin:0;
    border-left:none;
    border-right:none;
  }
  
  .sayac-item:last-child{
    border-bottom:none;
    padding-bottom:1.5rem;
  }
  
  .sayac-sayi{
    font-size:36px;
  }
  
  .sayac-aciklama{
    font-size:14px;
  }
}

@media (max-width: 480px){
  .hakkimizda-sayaclar{
    padding:1rem 0.75rem;
    margin:var(--tch-block-gap) 0;
  }
  
  .sayac-item{
    padding:1.25rem 0.75rem;
  }
  
  .sayac-sayi{
    font-size:32px;
  }
  
  .sayac-aciklama{
    font-size:13px;
  }
}

@keyframes fadeIn{
  from{
    opacity:0;
  }
  to{
    opacity:1;
  }
}

@media (max-width: 1200px){
  .hakkimizda-sertifikalar{
    gap:2.5rem;
  }
  
  .sertifika-baslik{
    font-size:26px;
  }
  
  .sertifika-slide{
    flex:0 0 260px;
    min-width:260px;
    height:360px;
  }
}

@media (max-width: 992px){
  .hakkimizda-sertifikalar{
    flex-direction:column;
    gap:2rem;
    margin:2rem 0 3rem 0;
  }
  
  .sertifika-icerik{
    max-width:100%;
    flex:1;
  }
  
  .sertifika-carousel{
    max-width:100%;
    width:100%;
  }
  
  .sertifika-slide{
    flex:0 0 240px;
    min-width:240px;
    height:340px;
  }
}

@media (max-width: 768px){
  .hakkimizda-sertifikalar{
    gap:1.5rem;
    margin:1.5rem 0 2.5rem 0;
  }
  
  .sertifika-baslik{
    font-size:24px;
    margin-bottom:1rem;
  }
  
  .sertifika-aciklama{
    font-size:14px;
    line-height:1.7;
  }
  
  .sertifika-slider{
    gap:1rem;
  }
  
  .sertifika-slide{
    flex:0 0 200px;
    min-width:200px;
    height:280px;
  }
}

@media (max-width: 480px){
  .hakkimizda-sertifikalar{
    gap:1.25rem;
    margin:1.25rem 0 2rem 0;
  }
  
  .sertifika-baslik{
    font-size:20px;
    margin-bottom:0.75rem;
  }
  
  .sertifika-aciklama{
    font-size:13px;
    line-height:1.6;
  }
  
  .sertifika-slider{
    gap:0.75rem;
  }
  
  .sertifika-slide{
    flex:0 0 160px;
    min-width:160px;
    height:220px;
  }
}

.hakkimizda-timeline{
  margin-top:0;
  margin-left:calc(-50vw + 50%);
  margin-right:calc(-50vw + 50%);
  width:100vw;
  height:760px;             
  position:relative;
  overflow:hidden;
}

.timeline-background-container{
  position:absolute;
  inset:0;
  z-index:0;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.timeline-bg-layer{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:0;
  transition:opacity 0.6s ease;
  pointer-events:none;
}
.timeline-bg-layer.visible{
  opacity:1;
}
.timeline-bg-layer:not(.visible){
  opacity:0;
}
.timeline-bg-layer[src=""]{
  opacity:0;
  visibility:hidden;
}

.timeline-background-container::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.55);
  z-index:1;
}

.timeline-content-wrapper{
  position:relative;
  z-index:1;
  width:min(1200px, 92vw);
  height:86%;
  display:flex;
  align-items:stretch;
  justify-content:center;
}

.timeline-container-vertical{
  position:relative;
  width:100%;
  height:100%;
  overflow-y:auto;
  overflow-x:hidden;
  padding:40px 0;
  box-sizing:border-box;

  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.45) transparent;
}
.timeline-container-vertical::-webkit-scrollbar{ width:6px; }
.timeline-container-vertical::-webkit-scrollbar-track{ background:transparent; }
.timeline-container-vertical::-webkit-scrollbar-thumb{ background:rgba(255,255,255,.45); border-radius:3px; }
.timeline-container-vertical::-webkit-scrollbar-thumb:hover{ background:rgba(255,255,255,.65); }

.timeline-container-vertical::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  width:3px;
  background:#ffffff;
  height:var(--line-height, 100%);
  min-height:100%;
  z-index:1;
  opacity:.95;
}

.timeline-progress-line{
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  width:3px;
  background:#ffffff;
  height:0%;
  z-index:2;
  transition:height .12s linear;
  opacity:.95;
}

.timeline-item-vertical{
  position:relative;
  width:100%;
  margin:0;
  padding:34px 0;           
  z-index:3;
  display:flex;
  align-items:flex-start;
}

.timeline-item-vertical.timeline-left{
  justify-content:flex-end;
  padding-right:calc(50% + 40px);
  padding-left:24px;
  text-align:right;
}
.timeline-item-vertical.timeline-right{
  justify-content:flex-start;
  padding-left:calc(50% + 40px);
  padding-right:24px;
  text-align:left;
}

.timeline-marker-vertical{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:18px;
  height:18px;
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:center;
}

.timeline-year-circle{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#ff2b2b;       
  box-shadow:0 0 0 6px rgba(255,43,43,.12);
  transition:transform .2s ease, box-shadow .2s ease;
}

.timeline-item-vertical.active-item .timeline-year-circle{
  transform:scale(1.15);
  box-shadow:0 0 0 9px rgba(255,43,43,.18);
}
.timeline-item-vertical.active-item .timeline-year-circle::after{
  content:"";
  position:absolute;
  width:12px;
  height:12px;
  border-radius:50%;
  border:2px solid rgba(255,43,43,.95);
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  animation:tekinerPulse 1.4s ease-out infinite;
}
@keyframes tekinerPulse{
  0%{ width:14px; height:14px; opacity:.9; }
  100%{ width:46px; height:46px; opacity:0; }
}

.timeline-content-vertical{
  width:min(520px, 44vw);
}

.timeline-year-text{
  font-size:56px;
  font-weight:800;
  color:#ffffff;
  margin:0 0 10px 0;
  line-height:1.05;
  text-shadow:0 2px 14px rgba(0,0,0,.45);
}

.timeline-item-title-vertical{
  font-size:25px;
  font-weight:600;
  color:rgba(255,255,255,.92);
  margin:0 0 10px 0;
  letter-spacing:.2px;
  text-shadow:0 1px 10px rgba(0,0,0,.35);
}

.timeline-description-vertical{
  font-size:15px;
  line-height:1.7;
  color:rgba(255,255,255,.90);
  margin:0;
  text-shadow:0 1px 10px rgba(0,0,0,.35);
  word-break:break-word;
}

@media (max-width: 1200px){
  .tekiner-hakkimizda{
    padding:0 1.25rem 0;
  }
  
  .hakkimizda-content{
    font-size:15px;
  }
  
  .hakkimizda-title{
    font-size:22px;
  }
}

@media (max-width: 992px){
  .tekiner-hakkimizda{
    padding:0 1rem 0;
  }
  
  .hakkimizda-content{
    font-size:15px;
    margin-bottom:2.5rem;
  }
  
  .hakkimizda-title{
    font-size:20px;
  }
  
  .hakkimizda-timeline{
    height:600px;
  }
  
  .timeline-content-wrapper{
    width:min(1000px, 95vw);
  }
  
  .timeline-content-vertical{
    width:min(480px, 42vw);
  }
  
  .timeline-year-text{
    font-size:48px;
  }
  
  .timeline-item-title-vertical{
    font-size:22px;
  }
}

@media (max-width: 768px){
  .tekiner-hakkimizda{ 
    padding:0 1rem 0; 
  }
  
  .hakkimizda-content{
    font-size:14px;
    line-height:1.7;
    margin-bottom:2rem;
  }
  
  .hakkimizda-title{
    font-size:18px;
    margin-bottom:1.5rem;
  }

  .hakkimizda-timeline{
    height:auto;
    min-height:500px;
    margin-top:0;
  }

  .timeline-content-wrapper{
    width:min(100%, 98vw);
    height:auto;
    padding:20px 0;
  }

  .timeline-container-vertical{
    height:auto;
    max-height:500px;
    padding:20px 0 20px 40px;
  }
  
  
  .timeline-container-vertical::before{
    left:20px;
    transform:none;
  }
  
  .timeline-progress-line{
    left:20px;
    transform:none;
  }

  .timeline-item-vertical{
    padding:24px 0;
  }

  .timeline-item-vertical.timeline-left,
  .timeline-item-vertical.timeline-right{
    padding-left:50px;
    padding-right:12px;
    justify-content:flex-start;
    text-align:left;
  }

  .timeline-content-vertical{
    width:100%;
    max-width:100%;
  }
  
  
  .timeline-marker-vertical{
    left:20px;
    transform:translate(-50%, -50%);
  }

  .timeline-year-text{
    font-size:36px;
  }
  
  .timeline-item-title-vertical{
    font-size:20px;
  }
  
  .timeline-description-vertical{
    font-size:14px;
    line-height:1.6;
  }
}

@media (max-width: 480px){
  .tekiner-hakkimizda{ 
    padding:0 0.75rem 0; 
  }
  
  .hakkimizda-content{
    font-size:13px;
    line-height:1.6;
    margin-bottom:1.5rem;
  }
  
  .hakkimizda-title{
    font-size:16px;
    margin-bottom:1.25rem;
  }

  .hakkimizda-timeline{
    min-height:400px;
    margin-top:0;
  }

  .timeline-content-wrapper{
    padding:16px 0;
  }

  .timeline-container-vertical{
    max-height:400px;
    padding:16px 0 16px 35px;
  }
  
  
  .timeline-container-vertical::before{
    left:15px;
    transform:none;
  }
  
  .timeline-progress-line{
    left:15px;
    transform:none;
  }

  .timeline-item-vertical{
    padding:20px 0;
  }

  .timeline-item-vertical.timeline-left,
  .timeline-item-vertical.timeline-right{
    padding-left:40px;
    padding-right:8px;
  }
  
  
  .timeline-marker-vertical{
    left:15px;
    transform:translate(-50%, -50%);
  }

  .timeline-year-text{
    font-size:32px;
  }
  
  .timeline-item-title-vertical{
    font-size:18px;
    margin-bottom:8px;
  }
  
  .timeline-description-vertical{
    font-size:13px;
    line-height:1.5;
  }
  
  .timeline-marker-vertical{
    width:14px;
    height:14px;
  }
  
  .timeline-year-circle{
    width:10px;
    height:10px;
  }
}


@media (max-width: 1024px) {
	.tekiner-tarihce-page {
		--tch-block-gap: 28px;
	}
	.tch-icerik-wrap {
		padding: 72px 2rem 0 2.5rem;
	}
	.tch-hero-title {
		font-size: 40px;
	}
}

@media (max-width: 768px) {
	.tekiner-tarihce-page {
		--tch-block-gap: 24px;
	}
	.tch-hero {
		align-items: center;
	}
	.tch-hero-inner {
		padding: max(1rem, env(safe-area-inset-top, 0px)) 1.25rem max(1.25rem, env(safe-area-inset-bottom, 0px));
		max-width: 100%;
		box-sizing: border-box;
	}
	.tch-hero-title {
		font-size: clamp(1.65rem, 5.5vw, 2.25rem);
		line-height: 1.15;
	}
	.tch-hero-text {
		font-size: 16px;
		line-height: 1.55;
	}
	.tch-icerik-wrap {
		padding: 48px 1.25rem 0;
	}
	.tch-icerik-wrap .hakkimizda-content,
	.tch-icerik-wrap .hakkimizda-content p {
		font-size: 15px;
		line-height: 1.75;
	}
	.tch-icerik-wrap .hakkimizda-content img,
	.hakkimizda-content img,
	.tch-icerik-wrap .hakkimizda-content video,
	.hakkimizda-content video {
		max-width: 100%;
		height: auto;
	}
	.tekiner-tarihce-page > .container {
		padding-left: max(1rem, env(safe-area-inset-left, 0px));
		padding-right: max(1rem, env(safe-area-inset-right, 0px));
	}
	.timeline-container-vertical {
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
	}
}

@media (max-width: 480px) {
	.tekiner-tarihce-page {
		--tch-block-gap: 20px;
	}
	.tch-hero-inner {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.tch-hero-title {
		font-size: 1.55rem;
	}
	.tch-hero-text {
		font-size: 15px;
	}
	.tch-icerik-wrap {
		padding: 36px 1rem 0;
	}
	.tch-icerik-gorsel-wrap {
		aspect-ratio: 4 / 3;
		max-height: 56vh;
	}
	.tch-icerik-inner--two-col {
		gap: 1.25rem;
	}
}

