/* Signal-Logs canli arama kutusu ve filtre animasyonlari */

/* Photos sayfasindaki "Photos" basligi kaldirildi (istek uzerine) */
.elementor-element-44b67b0 {
	display: none !important;
}

/* Siralama secici: kartin sol ust kosesi (arama ile ayni hiza) */
.elementor-element-3511752,
.elementor-element-a91aa69 {
	position: relative;
}

.sl-sort {
	position: absolute;
	left: 28px;
	top: 20px;
	z-index: 5;
}

.sl-sort__select {
	padding: 10px 14px;
	font: inherit;
	font-size: 0.92em;
	color: inherit;
	background: rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 10px;
	cursor: pointer;
	transition: border-color 0.25s ease, background 0.25s ease;
	-webkit-appearance: none;
	appearance: none;
}

.sl-sort__select:hover,
.sl-sort__select:focus {
	border-color: rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.09);
	outline: none;
}

/* Dar ekranda arama kutusuyla cakismasin: ustte ortalanir */
@media (max-width: 900px) {
	.sl-sort {
		position: static !important;
		text-align: center;
		margin: 14px 0 6px;
	}
}

.sl-search {
	width: 100%;
	max-width: 440px;
	/* Ust ve alt bosluk esit gorunsun diye ayarlandi (Photos: 41/41px) */
	margin: 17px auto 11px;
	text-align: center;
	animation: sl-search-in 0.5s ease both;
}

/* Yazi kartlarinin yatay flex sirasinda kutu kendi satirini kaplasin */
.sl-search--row {
	flex: 0 0 100%;
	max-width: 100%;
	/* Writings icin esit bosluk degerleri (32/31px) */
	margin-top: 8px;
	margin-bottom: 21px;
}

.sl-search--row .sl-search__input {
	max-width: 440px;
}

/* Sayfa acilisinda hafif asagidan kayarak belirme */
@keyframes sl-search-in {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Arka planla ayni renk, hafif karartilmis (yari saydam koyultma).
   Astra'nin genel input stillerini ezmek icin !important gerekiyor. */
.sl-search input.sl-search__input {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 11px 16px;
	font: inherit;
	color: inherit;
	background: rgba(0, 0, 0, 0.06) !important;
	border: 1px solid rgba(0, 0, 0, 0.14) !important;
	border-radius: 10px;
	outline: none;
	transition: transform 0.25s ease, border-color 0.25s ease,
		box-shadow 0.25s ease, background 0.25s ease !important;
	-webkit-appearance: none;
	appearance: none;
}

.sl-search input.sl-search__input::placeholder {
	color: inherit;
	opacity: 0.45;
}

/* Odaklaninca cok hafif buyume + belirginlesen kenarlik */
.sl-search input.sl-search__input:focus {
	transform: scale(1.02);
	border-color: rgba(0, 0, 0, 0.3) !important;
	background: rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.sl-search__count {
	margin-top: 8px;
	font-size: 0.85em;
	opacity: 0.6;
	min-height: 1.2em;
}

/* Photos galerisi: tum fotograflar ayni boyutta esit izgara
   (Buddha kim? fotografinin 3:2 orani esas; tasan kisim kirpilir) */
.elementor-widget-gallery .e-gallery-container {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	height: auto !important;
	padding-bottom: 0 !important;
}

.elementor-widget-gallery .e-gallery-item {
	/* relative: her fotografin hover kaplamasi ve linki kendi
	   kutusunda kalir (static yapilirsa tek dev kaplama olusur) */
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	aspect-ratio: 3 / 2;
}

.elementor-widget-gallery .e-gallery-image {
	width: 100% !important;
	height: 100% !important;
	background-size: cover !important;
	background-position: center !important;
}

/* Uzerine gelince fotograf butun halinde one cikar */
.elementor-widget-gallery .e-gallery-item:hover {
	transform: translateY(-6px) scale(1.01);
}

@media (max-width: 767px) {
	.elementor-widget-gallery .e-gallery-container {
		grid-template-columns: 1fr;
	}
}

/* Fotograflar: eslesmeyenler soluklasip geri cekilir, eslesenler one cikar */
.e-gallery-item {
	transition: opacity 0.35s ease, filter 0.35s ease, transform 0.35s ease;
}

.e-gallery-item.sl-dim {
	opacity: 0.07;
	filter: grayscale(1);
	transform: scale(0.96);
	pointer-events: none;
}

/* Yazilar: eslesmeyen kartlar tamamen gizlenir */
.sl-hide {
	display: none !important;
}
