@charset "iso-8859-9";
/*
	Project Name: AnpaGross - 28.10.2025 - 15:28
	Project Site: AnpaGross - 
	CSS Author Portfolio: M.G.C - Grimor Interactive Agency - www.grimor.com
*/

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 .mulish-<uniquifier> {
 font-family: "Mulish", sans-serif;
 font-optical-sizing: auto;
 font-weight: <weight>;
 font-style: normal;
}
body {
	font-family: "Mulish", serif;
	padding:0;
	margin:0;
	font-size:13px;
  	overflow-x: hidden;
}
.text-regular {
	font-weight: 400;
}
.text-medium {
	font-weight: 500;
}
.text-semibold {
	font-weight: 600;
}
.text-bold {
	font-weight: 700;
}
/* Başlık örnekleri */
h1, h2, h3, h4 {
	font-family: var(--font-sans);
	font-weight: 700;
	line-height: 1.2;
}
.clear {
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
a {
	text-decoration:none;
}
.mb8 {
	margin-bottom:8px;
}
.fl25 {
	padding-left:25px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.pt5 {
	padding-top:5px;
}
.pt10 {
	padding-top:10px;
}
.pt20 {
	padding-top:20px;
}
.pt25 {
	padding-top:25px;
}
.pt30 {
	padding-top:30px;
}
.pt35 {
	padding-top:35px;
}
.pt70 {
	padding-top:70px;
}
.pt50 {
	padding-top:50px;
}
.pl5 {
	padding-left:5px;
}
.pl10 {
	padding-left:10px;
}
.p20 {
	padding:20px;
}
.pr5 {
	padding-right:5px;
}
.pr10 {
	padding-right:10px;
}
.pr30 {
	padding-right:30px;
}
.pb20 {
	padding-bottom:20px;
}
.pb10 {
	padding-bottom:10px;
}
.pb15 {
	padding-bottom:15px;
}
.pr9 {
	padding-right:4px;
}
.pb5 {
	padding-bottom:5px;
}
.pb3 {
	padding-bottom:3px;
}
.pb2 {
	padding-bottom:2px;
}
.pl20 {
	padding-left:20px;
}
.mr20 {
	margin-right:20px;
}
.p10 {
	padding:10px;
}
.pr9 {
	padding-right:9px;
}
.pr20 {
	padding-right:20px;
}
.ml5 {
	margin-left:5px;
}
.ml8 {
	margin-left:8px;
}
.ml10 {
	margin-left:10px;
}
.ml15 {
	margin-left:15px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}
.ml50 {
	margin-left:50px;
}
.mr5 {
	margin-right:5px;
}
.mr6 {
	margin-right:6px;
}
.mr10 {
	margin-right:10px;
}
.mr15 {
	margin-right:15px;
}
.mr20 {
	margin-right:20px;
}
.mr30 {
	margin-right:40px;
}
.mt3 {
	margin-top:3px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt12 {
	margin-top:12px;
}
.mt20 {
	margin-top:20px;
}
.mt27 {
	margin-top:27px;
}
.mt30 {
	margin-top:30px;
}

.mt100 {
	margin-top:100px;
}

.mt42 {
	margin-top:42px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mr25 {
	margin-right:25px;
}
.pt2 {
	padding-top:2px;
}
.mr3 {
	margin-right:3px;
}

.page {
	max-width:1596px;
	margin:auto;
	padding:0 2px 0 2px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}


.header-top {
	background-color:#f1f4f8;
	display:block;
	padding:10px 0 10px 0;
}

.header-top-red {
	background-color:#e2161d;
	display:block;
	padding:10px 0 10px 0;
	
}
.top-r {
	float:right;
	display:block;
}

.tp-sh {
	float:left;
	margin:0 0 0 10px;
	display:block;
}

.e-btn {
	float:left;
	display:block;
	width:110px;
	background-color:#e2161d;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 0px;
	color:#fff;
	line-height:15px;
	padding:5px;
	margin-left:15px;
}

.logo {
	float:left;
	margin:10px 0 0px 0 !important;
	display:block;
}

.menu {
	padding:15px 30px 0 0;
	display:block;
	float:right;
}

.lang {
	float: right;
	display: block;
	margin: 34px 0 0 10px;
}
.ln-bg {
	background-image:url(../images/lang-bg.png);
	width:100px;
	min-height:37px;
	margin:0px 0 0 0;
}
.en-txt {
	float:right;
	color:#fff;
	font-weight:600;
	padding:9px 15px 0 0;
	font-size:16px;
	display:block;
}
.arm-btn {
	float:right;
	display:block;
	margin:30px 5px 0 0;
}
.tpsh {
	float:left;
	display:block;
}
.mm {
	margin:6px 0 0 0;
	display:block;
	float:left;
}
.res-mn {
	margin-top: -75px !important;
	margin-right: 20px;
	float: right !important;
}
.icon-btn {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 18px;
}
.search-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
.search-modal.active {
	display: flex;
	animation: fadeIn 0.3s ease-in-out;
}
.search-content {
	display: flex;
	align-items: center;
	gap: 10px;
	background: white;
	border: 1px solid #ccc;
	padding: 15px 20px;
	border-radius: 50px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.search-content input {
	border: none;
	outline: none;
	font-size: 16px;
	width: 300px;
}
#close-search {
	background: none;
	border: none;
	font-size: 22px;
	cursor: pointer;
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}

.pagemn {
	display:none;
}

.jv-bg {
	background-image:url(../images/jv-bg.png);
	min-height:665px;
	display:block;
	margin:0px 0 0 0;
	background-repeat:no-repeat;
	background-position:top center;
}

.btn-set {
	max-width:1200px;
	margin:-40px auto auto auto;
	display:block;
	position:relative;
}

.red-btn {
	background-color:#e2161d;
	width:380px;
	float:left;
	margin:0px 22px 0 0px;
	position:relative;
	z-index:99;
	display:block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 30px 0px;
	color:#fff;
	font-size:26px;
	font-weight:500;
	line-height:90px;
}

.red-set a {
	color:#fff;
}

.mv-btn {
	background-color:#0551a0;
	width:380px;
	float:left;
	margin:0px 22px 0 0px;
	position:relative;
	z-index:99;
	display:block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 30px 0px;
	color:#fff;
	font-size:26px;
	font-weight:500;
	line-height:90px;
}

.ysl-btn {
	background-color:#189f40;
	width:380px;
	float:left;
	margin:0px 0px 0 0px;
	position:relative;
	z-index:99;
	display:block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 30px 0px;
	color:#fff;
	font-size:26px;
	font-weight:500;
	line-height:90px;
}

.btn-set a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  color:#fff;
}

/* Hover efektleri */
.red-btn:hover {
  background-color: #ff3b3b;
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(226, 22, 29, 0.4);
}
.mv-btn:hover {
  background-color: #0664c2;
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(5, 81, 160, 0.4);
}
.ysl-btn:hover {
  background-color: #1eb94c;
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(24, 159, 64, 0.4);
}

/* Görsellerin hizalanması */
.btn-set a img {
  width: 40px;
  height: auto;
  margin-left: 40px;
  transition: transform 0.3s ease;
}

.btn-set a:hover img {
  transform: scale(1.1);
}

/* Responsive düzen */
@media (max-width: 1200px) {

.lang {
	float: right;
	display: none;
	margin: 15px 0 65px 10px;
}

  .btn-set {
    max-width: 95%;
  }
  

  .btn-set a {
    width: 32%;
    font-size: 22px;
    line-height: 70px;
  }
}

@media (max-width: 900px) {
	
.btn-set {
	max-width:1200px;
	margin:10px auto auto auto;
	display:block;
	position:relative;
}
	
  .btn-set a {
    width: 33%;
    float: left;
    margin: 00px 0;
    text-align: center;
    justify-content: center;
    font-size: 13px;
		height: 40px;
		font-weight: 700;
  }

  .btn-set a img {
    margin: 0;
		display:none;
  }
}


/* Main Reyon */


.main-reyonlar {
	margin:55px 0 0 0;
	display:block;
}

.main-reyon-tt {
	text-align:center;
	color:#e2161d;
	font-size:36px;
	font-weight:bold;
	margin-bottom:25px;
}

.main-reyon-txt {
	max-width:790px;
	text-align:center;
	color:#000;
	font-weight:500;
	font-size:16px;
	margin:25px auto auto auto;
}

.main-urun-sec {
	float:left;
	width:250px;
	min-height:340px;
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#f8f8f8;
	padding:20px 0 0 0;
	box-shadow: 0px 10px 5px -3px rgba(0, 0, 0, 0.31);
	-webkit-box-shadow: 0px 10px 5px -3px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 10px 5px -3px rgba(0, 0, 0, 0.31);
	opacity: 0; /* Başlangıçta görünmez */
    transform: translateY(50px) scale(0.9); /* 50px aşağıda ve %90 boyutunda */
    transition: opacity 0.8s ease-out, 
                transform 0.8s ease-out;
}

.main-urun-sec.is-visible {
    opacity: 1; /* Görünür ol */
    transform: translateY(0) scale(1); /* Orijinal pozisyon ve boyuta gel */
}

.main-urun-sec-tt {
	text-align:center;
	color:#000;
	font-weight:600;
	font-size:18px;
	margin-top:110px;
}

.main-urun-sec-ok-sl {
	float:left;
	margin:20px 0 0 0;
	display:block;
}

/* Slider Genel Konteyner Stilleri (Yeni isimler kullandık) */
.urun-slider-container {
    position: relative; 
    overflow: hidden; 
    max-width: 1600px; 
    margin: 35px auto 80px auto;
	padding-bottom:45px;
}

.urun-slider-wrapper {
    display: flex; 
    transition: transform 0.5s ease-in-out; /* Kaydırma animasyonu */
    padding-bottom: 20px; /* Alttaki gölge için boşluk bırakın */
}

/* Mevcut .main-urun-sec sınıfını flexbox ile uyumlu hale getiriyoruz */
.main-urun-sec {
    /* Mevcut CSS'inizden: float:left; kaldırıldı! */
    float: none; 
    flex-shrink: 0; 
    flex-grow: 1; 
    margin: 10px; /* Öğeler arasına boşluk ekle (istediğiniz değere ayarlayın) */
    box-sizing: border-box; 
    
    /* Responsive Düzenleme (4 adet yan yana) */
    /* width:250px; sabit genişliğini responsive genişlikle değiştiriyoruz. */
    width: calc(25% - 20px); /* 4 adet yan yana gelmesi için %25'ten margin'leri düş */
}


/* OK Stilleri (Genel görünümü koruduk, sadece sınıf adını değiştirdik) */
.urun-prev, .urun-next {
    position: absolute;
    bottom: -75%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 24px;
    line-height: 1;
    user-select: none;
}

.urun-prev { left: 0; border-radius: 0 5px 5px 0; }
.urun-next { right: 0; border-radius: 5px 0 0 5px; }


/* --- RESPONSIVE KISIM (Media Queries) --- */

/* 1200px altı: 3 adet yan yana */
@media (max-width: 1200px) {
    .main-urun-sec {
        width: calc(33.333% - 20px); 
    }
}

/* 768px altı: 2 adet yan yana */
@media (max-width: 768px) {
    .main-urun-sec {
        width: calc(50% - 20px); 
    }
}

/* 480px altı: 1 adet yan yana (tek kayar) */
@media (max-width: 480px) {
    .main-urun-sec {
        width: 100%; /* Tam genişlik */
        margin: 10px 0;
    }
}


/* Banner Blm */

.banner-blm {
	margin:0 0 20px 0;
	display:block;
}
.banner-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	max-width: 1600px;
}
.banner-item {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	flex: 1 1 calc(50% - 20px); /* 2 sütun */
	max-width: calc(50% - 20px);
	cursor: pointer;
}


/* Tablet ve mobil uyum */
@media (max-width: 1024px) {
 .banner-item {
 flex: 1 1 100%;
 max-width: 100%;
}
}

/* Harita Konteyneri */
.map-container {
	position: relative;
	width: 100%;
	/* Görseldeki haritanın en boy oranına göre ayar yapın */
    min-height: 750px; /* Masaüstü için yükseklik */
	background-image: url('../images/maps-img.jpg'); /* Harita görseli */
	background-size: cover;
	background-position: center;
	margin:25px 0 80px 0;
	display:block;
}

.main-sube {
	max-width:520px;
	float:right;
	background-color:#0551a0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin:95px 0 0 0;
}

.sb-txt {
	padding:15px 15px 20px 25px;
	color:#fff;
	display:block;
	font-size:15px;
}

.sb-tt {
	font-size:32px;
	font-weight:500;
	padding-bottom:10px;
}

.sb-btn {
	background-color:#e5221f;
	width:250px;
	margin:20px auto 10px auto;
	display:block;
	text-align:center;
	font-size:16px;
	-webkit-border-radius: 20px;
	-moz-border-radius:20px;
	border-radius:20px 0px;
	display:block;
	border:1px solid #fef2f2;
	line-height:48px;
}


.main-sube {
    /* Mevcut CSS'iniz: */
    /* float:right; */
    /* max-width:520px; */
    /* margin:95px 0 0 0; */
    
    /* Responsive Ayarlar: */
    float: none; /* float'ı kaldırıyoruz, position: absolute veya margin: auto kullanacağız */
    position: absolute; /* Harita üzerinde konumlandırmak için */
    top: 15%; /* Haritanın %15 aşağısından başla */
    right: 5%; /* Sağdan %5 boşluk bırak */
    max-width: 450px; /* Daha esnek bir maksimum genişlik */
    width: 90%; /* Küçük ekranlarda %90 genişlik kapla */
    margin: 0; /* float:right ve eski margin yerine absolute kullanıyoruz */
    box-sizing: border-box;
}

/* Şube Detay Başlık ve Buton Responsive Ayarları */
.sb-tt {
    font-size: clamp(24px, 5vw, 32px); /* Başlık boyutunu ekran genişliğine göre ayarla */
}

.sb-btn {
    width: clamp(200px, 40vw, 250px); /* Buton genişliğini ayarla */
}


/* --- ANİMASYON EFEKTİ (Sağdan Kayarak Belirme) --- */

/* 1. Başlangıç Durumu (Sayfa Görünür Olmadığında) */
.main-sube {
    /* Mevcut stilleriniz buraya kadar devam ediyor... */
    
    /* ANİMASYON TEMELİ */
    opacity: 0; /* Başlangıçta görünmez */
    transform: translateX(100px); /* Sağdan 100 piksel dışarıda */
    transition: opacity 1s ease-out, 
                transform 1s ease-out; /* Animasyon geçiş süresi */
}

/* 2. Son Durum (Kullanıcı Gördüğünde JS tarafından eklenecek) */
.main-sube.is-visible {
    opacity: 1; /* Görünür ol */
    transform: translateX(0); /* Orijinal pozisyonuna gel */
}

/* --- RESPONSIVE DÜZENLEMELER --- */

/* Tablet ve Büyük Mobil Cihazlar (992px altı) */
@media (max-width: 992px) {
    .map-container {
        /* Yüksekliği azaltıyoruz ve görsel yolunu tekrar kontrol ediyoruz */
        min-height: 650px;
    }
    
    .main-sube {
        /* Harita üstündeki kutuyu ortaya kaydırıyoruz */
        max-width: 400px;
        left: 8%;
        right: auto;
        transform: translateX(calc(-50% + 100px)); /* Ortalanmış Başlangıç Animasyonu */
        top: 70px; /* Üstten boşluk */
    }
    
    .main-sube.is-visible {
        /* Ortalanmış Bitiş Animasyonu */
        transform: translateX(35%);
    }

    .sb-tt {
        font-size: 28px;
    }
}

/* Küçük Mobil Cihazlar (576px altı) */
@media (max-width: 576px) {
    .map-container {
        min-height: 550px; 
    }
    
    .main-sube {
        /* Mobil: Kutuyu haritanın tam üstüne yapıştırıp, sağdan kayma efektini kaldırıyoruz */
        width: 95%;
        max-width: none;
		margin:auto;
        /* Yeni Animasyon: Aşağıdan yukarıya kayarak belirme */
        transform:none !important;
        transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    }

    .main-sube.is-visible {
        opacity: 1;
        transform: translateY(0); /* Normal pozisyonuna gel */
    }
}

@media (max-width: 425px) {
    .map-container {
        min-height: 550px; 
    }
    
    .main-sube {
        /* Mobil: Kutuyu haritanın tam üstüne yapıştırıp, sağdan kayma efektini kaldırıyoruz */
        width: 88%;
        max-width: none;
		margin:auto !important;
        /* Yeni Animasyon: Aşağıdan yukarıya kayarak belirme */
        transform: none !important;
        transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    }

    .main-sube.is-visible {
        opacity: 1;
        transform: translateY(0); /* Normal pozisyonuna gel */
    }
}

.main-text-blm {
	margin:60px 0 0 0;
	display:block;
}

.main-hak-img {
	float:left;
	max-width:655px;
	display:block;
	margin-right:15px;
}

.main-hak-txt {
	max-width:900px;
	float:left;
	display:block;
	font-size:16px;
}

.main-hak-txt-tt {
	color:#000;
	font-size:18px;
	padding:110px 0 30px 0;
}

.main-hak-txt-smry {
	font-size:48px;
	line-height:22px;
}

.main-hak-marka {
	font-size:48px;
	font-weight:bold;
	padding:15px 0 10px 0;
}

.main-hak-devam {
	background-color:#e2161d;
	width:140px;
	float:left;
	margin:45px 0 0 0;
	display:block;
	line-height:50px;
	text-align:center;
	color:#fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius:20px 0px;
}

/* --- Responsive --- */
@media (max-width: 1505px) {
  .main-hak {
    padding: 50px 4%;
  }
  .main-hak-txt-smry {
    font-size: 32px;
  }
  .main-hak-marka {
    font-size: 42px;
  }
  .main-hak-img {
	float:left;
	max-width:485px;
	display:block;
	margin-right:15px;
}
  .main-hak-txt {
	max-width:685px;
	float:left;
	display:block;
	font-size:16px;
}

  
}

@media (max-width: 780px) {
  .main-hak {
    flex-direction: column;
    text-align: center;
  }
  .main-hak-img,
  .main-hak-txt {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0;
  }
  .main-hak-txt-tt {
    padding-top: 30px;
  }
  .main-hak-devam {
    margin: 30px auto 0 auto;
  }
}

@media (max-width: 414px) {
  .main-hak {
    padding: 40px 3%;
  }
  .main-hak-txt-smry {
    font-size: 28px;
  }
  .main-hak-marka {
    font-size: 36px;
  }
  .main-hak-txt p {
    font-size: 15px;
  }
}

@media (max-width: 310px) {
  .main-hak-txt-smry {
    font-size: 24px;
  }
  .main-hak-marka {
    font-size: 30px;
  }
}

/* --- Scroll Görünüm Efektleri --- */
.animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.animate.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  transform: translateX(-50px);
}
.fade-right {
  transform: translateX(50px);
}
.fade-left.show,
.fade-right.show {
  transform: translateX(0);
  opacity: 1;
}

.neden-anpa-bg {
	background-image:url(../images/neden-bg.jpg);
	min-height:800px;
	display:block;
	margin:50px 0 0 0;
}

.neden-byz-bg {
	background-color:#fff;
	max-width:810px;
	min-height:510px;
	display:block;
	float:left;
	margin: 80px 0 25px 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px 0px;
}

.neden-txt-blm {
	padding:40px 25px 20px 25px;
	display:block;
}

.neden-anpagross {
	margin: 0px auto;
	color: #1a1a1a;
	line-height: 1.1;
}

.neden-anpagross h2 {
	font-size: 28px;
	font-weight: 700;
	margin:0 0 5px 0;
}

.neden-anpagross .intro {
	font-size: 22px;
	font-weight:600;
	color: #333;
	margin-bottom: 20px;
}

.neden-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.neden-card {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom:8px;
}

.neden-card .icon2 {
	min-width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	flex-shrink: 0;
}

.neden-card .text2 h3 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	margin:0 0 5px 0;
}

.neden-card .text2 p {
	font-size: 13px;
	color: #555;
	margin: 0;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
 .neden-anpagross {
 padding: 0 5px;
}


.neden-card {
 flex-direction: column;
 align-items: flex-start;
}

.neden-anpagross .intro {
	font-size: 18px;
	font-weight:600;
	color: #333;
	margin-bottom: 20px;
}


.neden-card .icon {
 margin-bottom: 10px;
}


}
.main-hbr-blm {
	padding:45px 0 10px 0;
	display:block;
	background-color:#f2f5f9;
}
.main-hbr-blm-tt {
	color:#e2161d;
	font-weight:bold;
	font-size:34px;
	float:left;
	margin:5px 0 35px 0;
}
.main-hbr-tm {
	background-color:#e2161d;
	width: 190px;
	line-height: 55px;
	text-align:center;
	color:#fff;
	font-size:18px;
	display:block;
	float:right;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 25px 0px;
}
.main-haber-sec {
	width:385px;
	min-height:405px;
	padding-bottom:20px;
	background-color:#ffffff;
	float:left;
}
.main-hbr-trh {
	color:#333333;
	font-size:13px;
	padding:20px 0 0 15px;
}
.main-hbr-tt {
	font-size:20px;
	padding:15px 0 10px 15px;
	color:#000;
	font-weight:600;
}
/* Slider Genel Stilleri */
.slider-container {
	position: relative; /* Oklar için pozisyon bağlamı */
	overflow: hidden; /* Dışarı taşan öğeleri gizle */
	max-width: 1600px; /* Opsiyonel: Slider'ın maksimum genişliği */
	margin: 20px auto;
	padding-bottom:75px;
}
.slider-wrapper {
	display: flex; /* Öğeleri yan yana diz */
	transition: transform 0.5s ease-in-out; /* Kaydırma animasyonu */
}
/* Mevcut .main-haber-sec sınıfına dokunmuyoruz, sadece esnekliğini (flex) ayarlıyoruz */
.main-haber-sec {
	/* float: left; özelliği kaldırılmalıdır! Flexbox kullanıyoruz. */
    float: none;
	flex-shrink: 0; /* Küçülmeyi engelle */
	flex-grow: 1; /* Büyümeye izin ver */
	margin-right: 20px; /* Öğeler arasına boşluk ekle (istediğiniz değere ayarlayın) */
	box-sizing: border-box; /* Padding ve border'ı genişlik içine dahil et */
	/* Responsive Düzenleme (4 adet yan yana) */
    /* Tarayıcı genişliği 1600px kabul edilirse, 4 adet yan yana gelmesi için %25'ten biraz az olmalı (margin'i düş) */
    width: calc(25% - 20px);
}
/* OK Stilleri */
.slider-prev, .slider-next {
	position: absolute;
	bottom: -2%;
	transform: translateY(-50%);
	color: white;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	z-index: 10;
	font-size: 24px;
	line-height: 1;
	user-select: none;
	background:none;
}
.slider-prev {
	left: 46%;
	border-radius: 0 5px 5px 0;
}
.slider-next {
	right: 47%;
	border-radius: 5px 0 0 5px;
}


/* --- RESPONSIVE KISIM (Media Queries) --- */

/* 1200px altı: 3 adet yan yana */
@media (max-width: 1200px) {
 .main-haber-sec {
 width: calc(33.333% - 14px); /* Yaklaşık %33.333 (boşluğu düş) */
}
}

/* 768px altı: 2 adet yan yana */
@media (max-width: 768px) {
 .main-haber-sec {
 width: calc(50% - 10px); /* Yaklaşık %50 (boşluğu düş) */
 margin-right: 10px;
}

.slider-prev {
	left: 43%;
	border-radius: 0 5px 5px 0;
}
.slider-next {
	right: 43%;
	border-radius: 5px 0 0 5px;
}

}

/* 768px altı: 2 adet yan yana */
@media (max-width: 480px) {
 .main-haber-sec {
 width: calc(50% - 10px); /* Yaklaşık %50 (boşluğu düş) */
 margin-right: 10px;
}

.slider-prev {
	left: 33%;
	border-radius: 0 5px 5px 0;
}
.slider-next {
	right: 33%;
	border-radius: 5px 0 0 5px;
}


}


/* 480px altı: 1 adet yan yana (tek kayar) */
@media (max-width: 480px) {
 .main-haber-sec {
 width: 100%; /* Tam genişlik */
 margin-right: 0;
}
}
.instagram-section {
	text-align: center;
	background-color: #fff;
	padding: 20px 10px 40px 10px;
	display:block;
}
.instagram-section h2 {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	margin-bottom: 5px;
}
.instagram-section .subtitle {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}
.insta-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #000;
	color: #000;
	padding: 10px 20px;
	border-radius: 10px 0px;
	font-size: 15px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}
.insta-btn i {
	font-size: 18px;
}
.insta-btn:hover {
	background-color: #000;
	color: #fff;
}
/* Görsel Galeri */
.insta-gallery {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
	margin-top: 40px;
}
.insta-gallery img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	transition: transform 0.3s ease;
}
.insta-gallery img:hover {
	transform: scale(1.03);
}

/* Mobil Uyumluluk */
@media (max-width: 992px) {
 .insta-gallery {
 grid-template-columns: repeat(3, 1fr);
}
}
 @media (max-width: 600px) {
 .insta-gallery {
 grid-template-columns: repeat(2, 1fr);
}
 .instagram-section h2 {
 font-size: 22px;
}
 .insta-btn {
 font-size: 14px;
 padding: 8px 16px;
}
}
.footer-sosyal-bg {
	background-color:#e2161d;
	padding:50px 0 40px 0;
	display:block;
}
.footer-section {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	color: #fff;
	padding: 50px 0;
	gap: 30px;
}
.footer-box {
	flex: 1 1 220px;
	max-width: 750px;
	border: 1px solid #fff;
	padding: 40px 10px;
	text-align: center;
	border-radius:20px 0px;
}
.footer-box h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
}
.footer-box p {
	font-size: 15px;
	color: #f9f9f9;
	margin-bottom: 25px;
}
/* Sosyal medya ikonları */
.social-icons {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}
.social-icons a {
	color: #fff;
	font-size: 20px;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	transition: 0.3s;
}
.social-icons a:hover {
	background-color: #fff;
	color: #d91e1e;
}
/* E-Bülten formu */
.newsletter-form {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 2px;
	overflow: hidden;
	max-width: 400px;
	margin: 0 auto;
}
.newsletter-form input {
	flex: 1;
	padding: 10px 12px;
	border: none;
	background: transparent;
	color: #fff;
	font-size: 14px;
	outline: none;
}
 .newsletter-form input::placeholder {
 color: #f0f0f0;
 font-style: italic;
}
.newsletter-form button {
	background: none;
	border: none;
	color: #fff;
	padding: 0 12px;
	cursor: pointer;
	font-size: 18px;
	transition: 0.3s;
}
.newsletter-form button:hover {
	color: #000;
	background: #fff;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
 .footer-section {
 flex-direction: column;
 padding: 40px 20px;
}
 .footer-box {
 padding: 30px 20px;
}
 .social-icons a {
 width: 36px;
 height: 36px;
 font-size: 18px;
}
 .newsletter-form {
 flex-direction: row;
 max-width: 100%;
}
}

.footer {
	background-image:url(../images/footer-bg.jpg);
	min-height:475px;
	display:block;
	padding:30px 0 10px 0;
}

.ft-logo {
	float:left;
	display:block;
	margin:25px 120px 0 0;
}

.ft-menu {
	width:250px;
	float:left;
	display:block;
	margin:35px 50px 25px 0px;
}

.ft-menu-urn {
	width:540px;
	float:left;
	display:block;
	margin:35px 0 25px 40px;
}

.ft-tt {
	color:#fff;
	font-weight:400;
	display:block;
	font-size:24px;
	margin-bottom:25px;
}

.ft-baslik {
	color:#fff;
	font-size:16px;
	display:block;
	font-weight:500;
	margin-bottom:15px;
}

.ft-baslik2 {
	color:#fff;
	font-size:16px;
	display:block;
	float:left;
	width:210px;
	margin-right:25px;
	font-weight:400;
	margin-bottom:15px;
}



/* 1200px ve altı: geniş ekranlardan orta ekranlara geçiş */
@media (max-width: 1200px) {
	.ft-menu {
		width: 45%;
		margin: 30px 5% 20px 0;
	}
	.ft-menu-urn {
		width: 45%;
		margin: 30px 0 20px 5%;
	}
}

/* 780px ve altı: tablet boyutları */
@media (max-width: 780px) {
	.ft-menu,
	.ft-menu-urn {
		width: 100%;
		float: none;
		margin: 40px 0;
		text-align: center;
	}
	.ft-baslik2 {
		width: 48%;
		margin-right: 2%;
		float: left;
	}
 

.form-img {
	float:none;
	display:none !important;
	margin:0 auto 20px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
} 
}

/* 414px ve altı: küçük telefonlar */
@media (max-width: 414px) {
	.ft-menu,
	.ft-menu-urn {
		margin: 30px 0;
	}
	.ft-baslik2 {
		width: 100%;
		margin-right: 0;
		float: none;
		text-align: center;
	}
	.ft-tt {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.ft-baslik {
		font-size: 15px;
	}
	.form-img {
	float:none;
	display:none !important;
	margin:0 auto 20px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
} 
}

/* 310px ve altı: çok küçük ekranlar (mini telefonlar) */
@media (max-width: 310px) {
	.ft-menu,
	.ft-menu-urn {
		margin: 45px 0;
	}
	.ft-tt {
		font-size: 18px;
	}
	.ft-baslik,
	.ft-baslik2 {
		font-size: 14px;
		text-align: center;
	}
	.form-img {
	float:none;
	display:none !important;
	margin:0 auto 20px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
} 
}


.footer-bottom {
	margin-top:28px;
	padding-top:18px;
	border-top:1px solid rgba(255, 255, 255, 0.06);
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	font-size:var(--muted-size);
	gap:10px;
	color:#fff;
}

.footer-bottom a {
	color:#fff;
}

@media (max-width: 780px) {

.footer-bottom {
	text-align:center;
	margin-top:28px;
	padding-top:18px;
	border-top:1px solid rgba(255, 255, 255, 0.06);
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	font-size:var(--muted-size);
	color:#fff;
}

}

.copy-bg {
	background-color:#003f80;
	border-top:1px solid #fff;
	padding:15px 0 15px 0;
	display:block;
	color:#fff;
}

.copy {
	color:#fff;
	font-size:14px;
	font-weight:400;
	line-height:22px;
	margin-top:0px !important;
	display:block;
	float:left;
}

.copy a {
	color:#fff;
}

.grimor {
	display:block;
	float:right;
	font-size:14px;
	color:#fff;
	font-weight:400;
	margin-top:0px !important;
	position:relative;
}

.grimor a {
	color:#fff;
}

@media (max-width: 780px) {
	
	
.copy {
	color:#fff;
	font-size:14px;
	font-weight:400;
	line-height:22px;
	text-align:center;
	margin-top:0px !important;
	display:block;
	float:none;
}

.copy a {
	color:#fff;
}

.grimor {
	display:block;
	text-align:center;
	float:none;
	font-size:14px;
	color:#fff;
	font-weight:400;
	margin-top:0px !important;
	position:relative;
}

.grimor a {
	color:#fff;
}
	
	
}

/* Footer */


/* IC SAYFALAR */

.break-bg {
	background-color:#fafafa;
	padding:20px 0 20px 0;
	display:block;
	margin:20px 0 25px 0;
}

.break {
	color:#000;
	font-size:14px;
	font-weight:500;
	display:block;
}

.break a {
	color:#000;
}


.text-blm {
	line-height:22px;
	color:#000;
	padding-bottom:25px;
	min-height:450px;
	font-size:16px;
}
.form-width { float:left; width:50%; margin-top:5px; margin-left: -42px;}

.text-blm-tt h1 {
	color:#e2161d;
	font-weight:600;
	font-size:32px;
	display:block;
	padding-bottom:20px;
}


.krm-img {
	float:right;
	display:block;
	margin:0 0 20px 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	width:45%;
	
}
.form-img {
	float:right;
	display:block;
	margin:0 0 20px 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	width:45%;
	
}

.main-urun-sec-ic {
	float:left;
	width:250px;
	min-height:340px;
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#f8f8f8;
	padding:20px 0 0 0;
	margin:0 15px 40px 0;
	box-shadow: 0px 10px 5px -3px rgba(0, 0, 0, 0.31);
	-webkit-box-shadow: 0px 10px 5px -3px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 10px 5px -3px rgba(0, 0, 0, 0.31);
}


.main-urun-sec-tt-ic {
	text-align:center;
	color:#000;
	font-weight:600;
	font-size:18px;
	margin-top:125px;
}

.main-urun-sec-ok-sl {
	float:left;
	margin:20px 0 0 0;
	display:block;
}


.sayac-bg {
	background-color:#fbfbfb;
	padding:25px 0 45px 0;
	display:block;
	margin-bottom:45px;
}

.stats {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 0px 20px;
  text-align: center;
}

.stat-box {
  flex: 1 1 200px;
  min-width: 183px;
  max-width: 186px;
  padding: 20px;
  transition: transform 0.3s ease;
  border-bottom:1px solid #e0e0e0;
}

.stat-box:hover {
  transform: translateY(-8px);
}

.icon {
  font-size: 40px;
  color: #d00;
  display: block;
  margin-bottom: 10px;
}

.count {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

.plus, .unit {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

p {
  font-size: 16px;
  margin-top: 8px;
  color: #333;
}

@media (max-width: 768px) {
  .stats {
    gap: 20px;
    padding: 40px 10px;
  }
  .count {
    font-size: 30px;
  }
  p {
    font-size: 14px;
  }
}


.misyon-vizyon {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 40px;
  background: #fff;
  font-family: "Poppins", sans-serif;
}

.misyon-vizyon-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.misyon-vizyon-img {
  flex: 1 1 45%;
}

.misyon-vizyon-img img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.misyon-vizyon-text {
  flex: 1 1 50%;
}

.misyon-vizyon-text h2 {
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
}

.misyon-vizyon-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.misyon-vizyon-text strong {
  color: #d00; /* kırmızı vurgulu marka ismi */
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .misyon-vizyon {
    padding: 60px 20px;
  }
  .misyon-vizyon-container {
    flex-direction: column;
    text-align: center;
  }
  .misyon-vizyon-img,
  .misyon-vizyon-text {
    flex: 1 1 100%;
  }
  .misyon-vizyon-text h2 {
    font-size: 28px;
  }
  .misyon-vizyon-text p {
    font-size: 15px;
  }
}

.main-haber-sec-ic {
	width:378px;
	min-height:405px;
	padding-bottom:20px;
	margin:0 20px 25px 0;
	float:left;
}

.main-hbr-trh {
	color:#333333;
	font-size:13px;
	padding:20px 0 0 15px;
}

.main-hbr-tt {
	font-size:20px;
	padding:15px 0 10px 15px;
	color:#000;
	font-weight:600;
	height:50px;
}

.degerler {
  margin: 0 auto;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.deger {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-bottom: 2px solid #e6e6e6;
  border-radius: 10px;
  padding: 20px 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.deger:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.icon {
  flex: 0 0 60px;
  margin-right: 20px;
}

.icon img {
  width: 90px;
  height: 80px;
  object-fit: contain;
  color: #005bbb;
}

.text h3 {
  font-size: 18px;
  font-weight: 600;
  color: #005bbb;
  margin: 10px 0 8px;
}

.text p {
  font-size: 18px;
  color: #333;
  line-height: 1.2;
  margin: 0;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .deger {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .icon {
    margin: 0 0 10px 0;
	margin:auto;
	
  }
  .icon img {
    width: 95px;
    height: 80px;
	
  }
  .text h3 {
    font-size: 17px;
	text-align:center;
  }
  .text p {
    font-size: 14px;
	text-align:center;
  }

}

/* Ana konteyner */
.sube-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 25px;
  padding: 0;
}

/* Kart */
.sube-card {
  background: #f7f7f7;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sube-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* Görsel */
.sube-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* Bilgi alanı */
.sube-info {
  padding: 15px 20px 25px;
  background: #f2f2f2;
}

.sube-info h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.sube-info p {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}

/* Detaylar butonu */
.detay-btn {
  background-color: #e32c26;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  float:right;
  margin-top:-45px;
  display:block;
}

.detay-btn:hover {
  background-color: #c6211b;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .sube-container {
    grid-template-columns: 1fr;
  }

  .sube-card img {
    height: 180px;
  }

  .sube-info h3 {
    font-size: 16px;
  }
}



/* SıkSorulan */

.sss_a {
	margin:40px 0 25px 0;
	border-bottom:1px solid #cbcbcb;
}
.sss_a ul {
	padding:0;
	margin:0;
	list-style-type:none;
	border:none !important;
}
.sss_a ul li a {
	display:block;
	line-height:30px;
	background-position:left;
	font-weight:500;
	font-size:18px;
	color:#000;
	padding:15px 0 15px 15px;
	cursor: pointer !important;
	margin-bottom:-1px;
	border-bottom:1px solid #cbcbcb;
	border-top:1px solid #cbcbcb;
}
.sss_a ul li a:hover, .sss_a ul li a.open {
	color:#ed1b2e !important;
	display:block;
	line-height:30px;
	background-position:left;
	font-weight:500;
	font-size:18px;
	padding:15px 0 15px 15px;
	cursor: pointer !important;
	margin-bottom:-1px;
	border-bottom:1px solid #cbcbcb;
	border-top:1px solid #cbcbcb;
}
.sss_a ul li trigger open a {
	color:#ed1b2e !important;
	display:block;
	line-height:30px;
	background-position:left;
	font-weight:500;
	font-size:18px;
	padding:15px 0 15px 15px;
	cursor: pointer !important;
	margin-bottom:-1px;
	border-bottom:1px solid #cbcbcb;
	border-top:1px solid #cbcbcb;
}
.trigger open {
	background-position:left;
	font-weight:500;
	font-size:18px;
	color:#000;
	padding:15px 0 15px 15px;
	cursor: pointer !important;
	margin-bottom:-1px;
	border-bottom:1px solid #cbcbcb;
	border-top:1px solid #cbcbcb;
}
.navigation-txt {
	padding:10px 0 20px 10px;
	color:#000;
	font-size:14px;
	margin-bottom:-1px;
	z-index:9999;
	position:relative;
	border-bottom:1px solid #FF0000;
}


.tts {
	display:block;
	background-image:url(/Themes/atilim/Common/images/dwn.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-bottom:2px;
	margin-right:7px;
	padding-right:40px;
}


/**/




/* ŞUBE DETAY */

:root{
  --blue:#0b4f86;      /* koyu mavi */
  --blue-dark:#063a62; /* daha koyu */
  --red:#e02020;
  --muted:#f2f2f2;
  --card-bg:#ffffff;
  --gap:24px;
  --radius:10px;
  --text:#222;
}


/* Üst: left info + right map */
.top-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  align-items:stretch;
  margin-bottom:22px;
}

/* Sol mavi bilgi kutusu */
.info-card{
  background:var(--blue);
  color: #fff;
  padding:28px;
  border-radius: 30px 0px;
  min-height: 300px;
  display:flex;
  flex-direction:column;
  gap:18px;
  box-shadow: 0 6px 20px rgba(3,22,50,0.12);
}

/* İkon + metin satırı */
.info-item{
  display:flex;
  gap:14px;
  align-items:flex-start;
  line-height:2;
}
.info-item svg{flex:0 0 28px; margin-top:3px; opacity:0.95}
.info-item p{margin:0; font-size:16px; color: rgba(255,255,255,0.95)}
.info-item .muted{color: rgba(255,255,255,0.85); font-weight:400; font-size:14px}

/* Kırmızı gösterge çubuğu (info strip) */
.info-strip{
  margin-top:14px;
  background: var(--red);
  color: #fff;
  border-radius:12px 0px;
  padding:12px 16px;
  display:flex;
  gap:20px;
  align-items:center;
  justify-content:flex-start;
  box-shadow: 0 4px 14px rgba(224,32,32,0.14);
}

/* strip öğeleri */
.strip-item{
  display:flex;
  gap:10px;
  align-items:center;
  padding:8px 12px;
  min-width:120px;
}
.strip-item svg{width:22px;height:22px;flex:0 0 22px;opacity:0.98}
.strip-item span{font-weight:600;font-size:15px}

/* Sağdaki harita kutusu (placeholder iframe ya da resim) */
.map-card{
  border-radius: var(--radius);
  overflow:hidden;
  min-height: 300px;
  background:#fff;
  border:1px solid #eee;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

/* Harita iframe tam doldursun */
.map-card iframe, .map-card img {
  width:100%;
  height:100%;
  display:block;
  border:0;
}

.rd-bs-bg {
	background-color:#e2161d;
	color:#fff;
	text-align:center;
	font-size:24px;
	line-height:55px;
	font-weight:600;
	margin-bottom:45px;
	border-radius:12px 0px;
}

.store-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  padding: 0px 0 65px 0;
}

.store-card {
  background: #fff;
  border-radius: 15px 0px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.store-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.store-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.store-card h3 {
  font-size: 1.1rem;
  margin: 15px 0;
  color: #222;
}

.btn {
  background-color: #005bbb;
  color: #fff;
  border: none;
  border-radius: 12px 0px;
  padding: 10px 40px;
  margin:10px 0 20px 0;
  cursor: pointer;
  font-size: 0.95rem;
  transition: background 0.3s ease;
}

.btn:hover {
  background-color: #003f88;
}

/* Responsive - Mobil Uyumlu */
@media (max-width: 768px) {
  .store-container {
    padding: 10px;
    gap: 15px;
  }

  .store-card img {
    height: 160px;
  }

  .store-card h3 {
    font-size: 1rem;
  }

  .btn {
    width: 80%;
    font-size: 0.9rem;
  }
  
  .store-card {
  background: #fff;
  border-radius: 10px;
  margin-bottom:20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-align: center;
  overflow: hidden;
  float:left !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width:300px;
}

  
  
}



/* Galeri ızgarası */
.gallery{
  margin:50px 0 80px 0;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:20px;
}

/* tek bir galeri elemanı */
.gallery-item{
  background:var(--card-bg);
  border-radius:8px;
  overflow:hidden;
  min-height:140px;
  position:relative;
  transition: transform .35s cubic-bezier(.2,.9,.2,1), box-shadow .35s;
  cursor: pointer;
  border:1px solid #eee;
}
.gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition: transform .6s ease;
}

/* Hover efekti: hafif büyü ve gölge, fotoğraf pinch */
.gallery-item:hover{
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(3,20,50,0.12);
}
.gallery-item:hover img{ transform: scale(1.06); }

/* Küçük ekranlar için ayarlar */
@media (max-width: 980px){
  .container{padding:0 14px}
  .top-row{grid-template-columns: 1fr; }
  .map-card{order:2}
  .info-card{order:1}
  .info-card{min-height:240px}
  .gallery{grid-template-columns: repeat(3, 1fr); gap:16px}
  .gallery-item{min-height:130px}
}

@media (max-width: 640px){
  .gallery{grid-template-columns: 1fr 1fr; gap:12px}
  .info-strip{flex-direction:column; align-items:flex-start; gap:8px}
  .strip-item{min-width:unset; padding:8px 10px}
  .info-card{padding:18px}
  .info-item svg{flex:0 0 22px}
  .gallery-item{min-height:110px}
  .info-card p{font-size:14px}
}

/* En küçük mobil */
@media (max-width:380px){
  .gallery{grid-template-columns: 1fr; }
}



.video-sec {
	width:300px;
	min-height:315px;
	margin: 0 17px 30px 0;
	line-height:18px;
	background-color:#f1f1f1;
	float:left;
	display:block;
}
.video-sec-tt {
	text-align:center;
	color:#000;
	padding:20px 5px 0 5px;
	font-size:13px;
}
img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	float:left;
	margin:0 10px 25px 0;
	border:1px solid #999999;
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
img.grayscale:hover {
	filter: none;
	transition: all 580ms ease-in-out;
	-webkit-filter: grayscale(0%);
}
select {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin-bottom:7px;
}
select {
	height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
label, select {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
label {
	display: block;
	margin-bottom: 5px;
}
select {
	display: inline-block;
	height: 30px;
	padding: 4px 6px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.to-top-container {
	display:none;
}
 @media only screen and (min-width:1082px) and (max-width:1540px) {
 .page {
 max-width:1356px;
 margin:auto;
 padding:0 2px 0 2px;
}
 .logo {
 float:left;
 margin:25px 0 0px 0 !important;
 display:block;
}

 .mm {
 margin:6px 0 0 0;
 display:block;
 float:left;
}
 .res-mn {
 margin-top: -75px !important;
 margin-right: 20px;
 float: right !important;
}

/* MENU */

.pagemn {
 display:none;
}


/* IC CSS */


 select {
 width: 100%;
 background-color: #ffffff;
 border: 1px solid #cccccc;
 margin-bottom:7px;
}

select {
 height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

label, select {
 font-size: 14px;
 font-weight: normal;
 line-height: 20px;
}

label {
 display: block;
 margin-bottom: 5px;
}

select {
 display: inline-block;
 height: 30px;
 padding: 4px 6px;
 margin-bottom: 0px;
 font-size: 14px;
 line-height: 20px;
 color: #555555;
 vertical-align: middle;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}

img {
 width: auto\9;
 height: auto;
 max-width: 100%;
 vertical-align: middle;
 border: 0;
 -ms-interpolation-mode: bicubic;
}

.to-top-container {
 display:none;
}
}


/* Tablet */

@media only screen and (min-width:482px) and (max-width:1000px) {

.page {
 max-width:1356px;
 margin:auto;
 padding:0 8px 0 8px;
}

.mn-rs {
 position:relative !important;
 margin-top:-40px !important;
}

.mm {
 margin:6px 0 0 0;
 display:block;
 float:left;
}

.res-mn {
 margin-top: -75px !important;
 margin-right: 20px;
 float: right !important;
}

/* MENU */

.menu {
 display:none;
}

.pagemn {
 display:block;
}


.krm-img {
	float:none;
	display:block;
	margin:0 auto 20px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
} 

.form-img {
	float:none;
	display:none !important;
	margin:0 auto 20px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
} 


.main-urun-sec-ic {
	float:left;
	width:232px;
	min-height:340px;
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#f8f8f8;
	padding:20px 0 0 0;
	margin:0 8px 40px 8px;
	box-shadow: 0px 10px 5px -3px rgba(0, 0, 0, 0.31);
	-webkit-box-shadow: 0px 10px 5px -3px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 10px 5px -3px rgba(0, 0, 0, 0.31);
}


.main-urun-sec-tt-ic {
	text-align:center;
	color:#000;
	font-weight:600;
	font-size:18px;
	margin-top:125px;
}

.main-urun-sec-ok-sl {
	float:left;
	margin:20px 0 0 0;
	display:block;
}


.main-haber-sec-ic {
	width:350px;
	min-height:405px;
	padding-bottom:20px;
	margin:0 10px 25px 10px;
	float:left;
}

.main-hbr-trh {
	color:#333333;
	font-size:13px;
	padding:20px 0 0 15px;
}

.main-hbr-tt {
	font-size:20px;
	padding:15px 0 10px 15px;
	color:#000;
	font-weight:600;
}





 img.grayscale {
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
 filter: gray; /* IE6-9 */
 float:left;
 margin:0 10px 25px 0;
 border:1px solid #999999;
 -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
 img.grayscale:hover {
 filter: none;
 transition: all 580ms ease-in-out;
 -webkit-filter: grayscale(0%);
}
 select {
 width: 100%;
 background-color: #ffffff;
 border: 1px solid #cccccc;
 margin-bottom:7px;
}
select {
 height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
label, select {
 font-size: 14px;
 font-weight: normal;
 line-height: 20px;
}
label {
 display: block;
 margin-bottom: 5px;
}
select {
 display: inline-block;
 height: 30px;
 padding: 4px 6px;
 margin-bottom: 0px;
 font-size: 14px;
 line-height: 20px;
 color: #555555;
 vertical-align: middle;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}
img {
 width: auto\9;
 height: auto;
 max-width: 100%;
 vertical-align: middle;
 border: 0;
 -ms-interpolation-mode: bicubic;
}
.to-top-container {
 display:none;
}
}


/* CEP */

@media only screen and (min-width:300px) and (max-width:481px) {

.page {
 max-width:1356px;
 margin:auto;
 padding:0 8px 0 8px;
}

.mn-rs {
 position:relative !important;
 margin-top:-40px !important;
}

.mm {
 margin:6px 0 0 0;
 display:block;
 float:left;
}

.res-mn {
 margin-top: -75px !important;
 margin-right: 20px;
 float: right !important;
}

.menu {
 display:none;
}

.pagemn {
 display:block;
}


.e-btn {
	float:left;
	display:none;
	width:100px;
	background-color:#e2161d;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 0px;
	color:#fff;
	line-height:15px;
	padding:5px;
	margin:20px 0 0 10px;
}

.jv-bg {
	background-image:url(../images/jv-bg.png);
	min-height:250px;
	display:block;
	margin:20px 0 0 0;
	background-repeat:no-repeat;
	background-position:top center;
}

.main-urun-sec-ic {
	float:none !important;
	width:300px;
	min-height:340px;
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#f8f8f8;
	padding:20px 0 0 0;
	margin:0 auto 40px auto;
	box-shadow: 0px 10px 5px -3px rgba(0, 0, 0, 0.31);
	-webkit-box-shadow: 0px 10px 5px -3px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 10px 5px -3px rgba(0, 0, 0, 0.31);
}

.main-haber-sec-ic {
	width:310px !important;
	min-height:390px;
	padding-bottom:20px;
	margin:0 auto 45px auto !important;
	float:none;
	display:block;
}


.store-card {
  background: #fff;
  border-radius: 10px;
  margin-bottom:35px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-align: center;
  overflow: hidden;
  display:block;
  float:none !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width:100%;
}

@media (max-width:360px){

.store-card {
  background: #fff;
  border-radius: 10px;
  margin-bottom:35px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-align: center;
  overflow: hidden;
  display:block;
  float:none !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width:82%;
}
  
}





 select {
 width: 100%;
 background-color: #ffffff;
 border: 1px solid #cccccc;
 margin-bottom:7px;
}
select {
 height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
label, select {
 font-size: 14px;
 font-weight: normal;
 line-height: 20px;
}
label {
 display: block;
 margin-bottom: 5px;
}
select {
 display: inline-block;
 height: 30px;
 padding: 4px 6px;
 margin-bottom: 0px;
 font-size: 14px;
 line-height: 20px;
 color: #555555;
 vertical-align: middle;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}
img {
 width: auto\9;
 height: auto;
 max-width: 100%;
 vertical-align: middle;
 border: 0;
 -ms-interpolation-mode: bicubic;
}
.to-top-container {
 display:none;
}

}

 .bth-table { border: 0px solid #FFFFFF; background-color: #FFFFFF; width: 100%; text-align:left; font-family: Mulish,sans-serif;}
.bth-table td, .bth-table th {padding:10px 12px;}
.bth-table tbody td {font-size: 16px; color: #000000; text-align:left;}
.bth-table tr:nth-child(even) {background: #e1e1e1;}
.bth-table tr:hover {background-color: #cacaca; }
.bth-table thead { background: #0551a0; border-bottom: 1px solid #FFFFFF;}
 .bth-table thead th {font-size: 18px; font-weight: bold; color: #FFFFFF; text-align:left;}
.bth-table thead th:first-child {border-left: none;}
.bth-table a { color:#000000; text-decoration:none}
.bth-table h3 { color:#000000; font-size:16px; font-weight:800; color:#0551a0; }



@media only screen and (min-width:1082px) and (max-width:1540px) {
.form-width { float:left; width:50%;}
}

@media only screen and (min-width:475px) and (max-width:1000px) {
.form-width { float:left; width:100%;}
}

@media only screen and (min-width:300px) and (max-width:475px) {
.form-width { float:left; width:100%;}
}

