*:focus {outline: 0 !important;-webkit-box-shadow: none !important;box-shadow: none !important; }

body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;font-family: 'Ubuntu', sans-serif !important; }

body {color: #575962;overflow-x: hidden;overflow-y: scroll;}
a {color: #1572E8;text-decoration: none;}
a:link, a:visited {text-decoration: none;}
a:hover, a:focus {color: #1269DB;text-decoration: none;}

h1, .h1 {font-size: 1.725rem; }
h2, .h2 {font-size: 1.35rem; }
h3, .h3 {font-size: 1.1625rem; }
h4, .h4 {font-size: 1.0375rem; }
h5, .h5 {font-size: .9125rem; }
h6, .h6 {font-size: .825rem; }
p {font-size: 14px;line-height: 1.82;margin-bottom: 1rem;word-break: break-word; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {line-height: 1.4; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {color: inherit; }
small, .small {font-size: 13px; }
b, .b, strong, .strong {font-weight: 600; }

td{vertical-align: middle!important;}

/*İkonlar*/
.demo-icon:hover {  background-color: #f4f5f8;  border-radius: 3px;}
.demo-icon {  display: flex;  flex-direction: row;  align-items: center;  margin-bottom: 20px;  padding: 10px;  transition: all .2s;}
.demo-icon .icon-class {  font-weight: 300;  font-size: 13px;  color: #777;}
.demo-icon .icon-preview {  font-size: 1.8rem;  margin-right: 10px;  line-height: 1;  color: #333439;}

/*Loading*/
.loading {position: fixed;z-index: 999;height: 2em;width: 2em;overflow: show;margin: auto;top: 0;left: 0;bottom: 0;right: 0;}
.loading:before {content: '';display: block;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));}
.loading:not(:required) {font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0;}
.loading:not(:required):after {content: '';display: block;font-size: 10px;width: 1em;height: 1em;margin-top: -0.5em;-webkit-animation: spinner 150ms infinite linear;-moz-animation: spinner 150ms infinite linear;-ms-animation: spinner 150ms infinite linear;-o-animation: spinner 150ms infinite linear;animation: spinner 150ms infinite linear;border-radius: 0.5em;-webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;}


.logo-img {
  width: 100%;
  max-width: 400px; /* Maksimum genişlik */
  height: auto;
}

@media (max-width: 768px) {
  .logo-img {
    max-width: 250px; /* Mobilde daha küçük */
  }
}

	/* Mobil SELECT tasarımı */
	#mobile-tab-select {
		border-radius: 8px;
		padding: 10px 14px;
		border: 2px solid #0d6efd;
		background-color: #f8f9fa;
		color: #212529;
		font-weight: 500;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
		background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%230d6efd" viewBox="0 0 16 16"><path d="M1.5 5.5l6 6 6-6"/></svg>');
		background-repeat: no-repeat;
		background-position: right 1rem center;
		background-size: 16px;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

	#mobile-tab-select:focus {
		border-color: #6610f2;
		box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
		outline: none;
	}

	.nav-item .btn {
		border-radius: 50px;
		padding: 8px 20px;
		transition: all 0.3s;
	}

	.nav-item .btn:hover {
		background-color: #0d6efd;
		color: #fff;
	}

	.whatsapp-button {
		position: fixed;
		right: 20px;
		bottom: 5px; /* Footer yüksekliği kadar yukarı taşı */
		background: #25D366;
		color: #fff;
		padding: 12px 18px;
		border-radius: 50px;
		font-size: 18px;
		text-decoration: none;
		display: flex;
		align-items: center;
		gap: 6px;
		box-shadow: 0 3px 6px rgba(0,0,0,0.2);
		z-index: 1050; /* Footer üstünde görünmesi için */
		max-width: 90vw; /* Ekranın %90'ından geniş olmasın */
		box-sizing: border-box;
	}

	.whatsapp-button:hover {
		background: #1ebe5f;
		color: #fff;
	}
	

	@media (max-width: 576px) {
	  .whatsapp-button {
		right: 10px; /* Mobilde sağ boşluğu azalt */
		padding: 10px 14px;
		font-size: 16px;
	  }
	}


	
	.section-title h1 {
		position: relative;
		padding-bottom: 15px;
	}
	
	.section-title h1:after {
		position: absolute;
		content: '';
		left: 0px;
		right: 0px;
		bottom: 0px;
		width: 450px;
		height: 4px;
		background-color: #dc3545;
		margin: 0 auto;
	}


  .slider-wrapper {
      position: relative;
      overflow: hidden;
    }
    .slider-track {
      display: flex;
      transition: transform 0.5s ease;
    }
    .slider-item {
      flex: 0 0 auto;
      /* Genişliğini JS ile ayarlayacağız, burada sadece temel stil */
      padding: 0 10px;
    }
    .slider-item img {
      width: 100%;
      height: auto;
      border-radius: 8px;
		max-height: 400px;
		object-fit: contain;
		margin: auto;
		display: block;
    }
    .slider-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.7);
      border: none;
      padding: 8px 12px;
      cursor: pointer;
      z-index: 10;
    }
    .slider-nav.prev {
      left: 10px;
    }
    .slider-nav.next {
      right: 10px;
    }
	
	section .breadcrumb {
		display: flex;
		align-items: center; /* dikey ortala */
		height: 50px;        /* header yüksekliğine göre ayarla */
		margin: 0;           /* padding/margin varsa kaldır */
	}
	section .breadcrumb li a {
		display: flex;
		align-items: center; /* icon ve metni aynı hizada yap */
	}


.custom-img {
    max-height: 180px;       /* Görseli dikey olarak sınırlıyor */
    width: auto;
    margin: 0 auto;          /* Ortalar */
    display: block;          /* Ortalamayı düzgün uygular */
    border-radius: 0;        /* Köşe yumuşatması varsa kaldırır */
    box-shadow: none;        /* Gölgeyi kaldırır */
    object-fit: contain;     /* Görsel orantılı şekilde küçülür */
}

.card {
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); /* Hafif gölge */
}