/**/
.box-icon img {
width: 100px; /* İstediğiniz genişlik */
height: 100px; /* İstediğiniz yükseklik */
background-color: #e0d9d9; /* Beyaz border rengi */
}
/**/
.br{border:1px solid red;}
.baslikyazi{color:#cf3983;}
.yanip-sönme {animation: blink 2s ease-in-out infinite;}
.yesil { color: #22a022;}
.beyaz { color: #fff;}
.siyah { color: #000;}
.kirmizi { color: #ff0000;}
.koyukirmizi { color: #d50000;}
.br{border:1px solid red;}
.mt2{margin-top:2px;}
.mt4{margin-top:4px;}
.mt6{margin-top:6px;}
.mt8{margin-top:8px;}
.mt10{margin-top:10px;}
.mt14{margin-top:14px;}
.mt16{margin-top:16px;}
.mt18{margin-top:18px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt36{margin-top:36px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt-10{margin-top:-10px;}
.mt-15{margin-top:-15px;}
.mt-20{margin-top:-20px;}
.mt-30{margin-top:-30px;}
.mt-40{margin-top:-40px;}
.mt-50{margin-top:-50px;}
.mt-60{margin-top:-60px;}
.mt-80{margin-top:-80px;}
.mt-100{margin-top:-100px;}
.mt-110{margin-top:-110px;}
.mb15{margin-bottom:15px;}
/*navbar*/
.detaytop{margin-top:110px;}
@media (max-width: 768px) {
    .detaytop {margin-top:88px;}
}
.detayyildiz{color:#d9a300; font-size:24px;}
/*kategori slider*/
.sec-title {
color: #ff0d0d; margin-top: 10px; font-weight: 600;
}
.swiper-slidee {
    flex: 0 0 50%; /* Her bir slide %50 genişlik kaplayacak, yani mobilde yan yana iki tane olur */
    max-width: 50%;
    box-sizing: border-box;
}
/* Swiper Slide icerik kısmı */

/* Category Card */
.category-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box; /* Padding ve border'ı yükseklik hesaplamasına dahil eder */
    text-align: center;
    border-radius: 30px;
}
/* Box Icon */
.category-card .box-icon {
    flex: 1; /* Resim alanının tüm boşluğu kaplamasını sağlar */
    height: 130px; /* Önceki verdiğiniz yükseklik değeri */
    padding: 10px;
    display: grid;
    justify-content: center;
}
.category-card .box-icon img {
    width: 100%;
    height: auto; /* Resim yüksekliği otomatik olarak ayarlanır */
    display: block; /* Resim altındaki boşlukları kaldırır */
}
/* Box Title */
.category-card .box-title {
    padding: 10px;
    font-size: 16px;
    line-height: 1.4; /* Satır yüksekliği */
    overflow: hidden; /* Fazla yazıyı gizler */
	 height: 60px;
    display: flex;
    align-items: center; /* Başlığı dikey olarak ortalar */
    justify-content: center; /* Başlığı yatay olarak ortalar */
    text-align: center; /* Metni ortalar */
    color: #000; /* Başlık rengini kırmızı yapar */
    box-sizing: border-box; /* Padding ve border'ı yükseklik hesaplamasına dahil eder */
}

/* Hover Effect for Links in Box Title */
.category-card .box-title a {text-decoration: none;}
/* Category Box */
.category-box {text-align: center;}
.category-box .box-icon {
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 0 auto 20px auto;
  
    position: relative;
    z-index: 2;
}

@media (max-width: 375px) {
    .category-box .box-icon {
        width: 130px;
        height: 130px;
        line-height: 130px;
    }

    .category-box .box-title {
        font-size: 18px;
    }
}
.category-box .box-title {font-size: 20px; margin-bottom: 5px;}
/*içerik kısmı*/
 /*içerik hover*/
.yeni-hover {transition: transform 0.3s ease-in-out;}
.yeni-hover:hover {transform: scale(1.07); /* Resmi %5 büyütür */}

.ab {
    display: flex; /* Buttonların yan yana durmasını sağlar */
    gap: 10px; /* Buttonlar arasına boşluk eklemek için */
    justify-content: center; /* Buttonları yatay olarak ortalar */
	margin-bottom: 11px;
}

.ab button {
    background-color: #9e929d; /* Arka plan rengi */
    color: white; /* İkonların rengi */
    border: none; /* Varsayılan sınırı kaldırma */
    border-radius: 50%; /* Yuvarlak yapmak için */
    padding: 10px; /* Butonun iç boşluğu */
    width: 30px; /* Buton genişliği */
    height: 30px; /* Buton yüksekliği */
    display: flex; /* Ortalamak için */
    align-items: center; /* Dikey ortalama */
    justify-content: center; /* Yatay ortalama */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Hafif bir gölge ekleme */
    transition: background-color 0.3s ease; /* Hover'da yumuşak geçiş */
}

.ab button:hover {background-color: #0099cc; /* Hover sırasında arka plan rengini değiştirme */}


/*şube css */
.subetop{margin-top:90px;}
@media (max-width: 768px) {.subetop {margin-top:71px;}}
.gallery-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Gölge */
    transition: transform 0.3s, box-shadow 0.3s; /* Hover efekti için */
}

.gallery-item:hover {
    transform: translateY(-5px); /* Hover'da yukarı kayma efekti */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Gölge artışı */
}

.gallery-image {
    width: 100%;
    height: 200px; /* Yükseklik */
    object-fit: cover; /* Resimlerin orantılı kesimi */
}

.coordinate {
    padding: 10px;
    text-align: center;
    background-color: #f0f0f0;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.gallery-title {
    padding: 10px;
    text-align: center;
    background-color: #658477;
    color: white;
    font-size: 16px;
}
.coordinate {
    padding: 10px;
    text-align: center;
    background-color: #f0f0f0;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
 
    overflow-y: hidden; /* Y yönde kaydırma çubuğunu gizle */
    overflow-x: hidden; /* Y yönde kaydırma çubuğunu gizle */
}
/*detay scrolll*/
.service-slyy img {display: inline-block; max-height: 130px; max-width:100%;}/*tek resim boyutları*/

.scrolll-img {width:650px; height: 130px; overflow: hidden; font-size: 0;}
@media (max-width: 768px) {.scrolll-img {width:366px; height: 130px; overflow: hidden; font-size: 0;}}


.scrolll-img ul { width:700px;  margin-left:-10px; position: relative;}
.scrolll-img ul li {display: inline-block; margin: 0px 0px 0px 0px;}
#demo6.scrolll-img ul {width:1500px;}
.slyscrollborderkapat{overflow-x: hidden; border:1px solid #dddddd;}
/*sly off*/
.detayborder{border:1px solid #ddd;}
.detay img {display: inline-block; max-height:550px; max-width:100%; margin-top:0px;}
@media (min-width: 190px) and (max-width:1920px) {.detay { width:auto; margin-top:1px;}}