@font-face {
	font-family: 'materialicons_sharp';
	src: url('../fonts/materialicons/sharp-wght2.ttf') format('truetype');
	font-weight: 100 700;
	font-style: normal;
	font-display: swap;
}

/**
 * Material Symbols (ligature): <span class="micon">home</span>
 * Ikon adi kucuk harf + alt cizgi (home, contact_mail, arrow_forward).
 */
.micon {
	font-family: 'materialicons_sharp';
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 1;
	display: inline-block;
	vertical-align: -0.125em;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: never;
}






html {font-size: 100%;}
* {padding: 0;margin: 0;text-decoration: none;}
body {font-family: 'poppins', Arial, sans-serif;background:#f1f5f9;color: #000;}
table,
tr,
td,
ul {padding: 0;margin: 0;border-spacing: 0;border-collapse: collapse;}
ul {margin: 0;padding: 0;}
img {border: none;}
a {color: #003c72;}
textarea,
input,
select {outline: none;}
header,
footer,
article,
section,
aside,
nav {display: block;}
p {padding: 0;margin: 0;}
ul {list-style-position:inside;padding-left: 0;}
.clear {clear: both;}
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 1rem;
}
@media only screen and (max-width:1000px) {}

@media only screen and (max-width:600px) {
	html {
		font-size: 90%;
	}
}
@media only screen and (min-width:1200px) {
	::-webkit-scrollbar {
		width: 12px;
	}
	::-webkit-scrollbar-track {
		background: #f8f8f8;
		border-radius: 10px;
	}
	::-webkit-scrollbar-thumb {
		background: linear-gradient(180deg, #023f5c, #88E0D0);
		border-radius: 10px;
		border: 2px solid #f8f8f8;
	}
	::-webkit-scrollbar-thumb:hover {
		background: linear-gradient(180deg, #5aa5e6, #6fd0c0);
	}
}
.standard_center1 {width: 96%;margin: 0 auto;}
.standard_center2 {width: 1600px;max-width: 96%;margin: 0 auto;}
.standard_center3 {width: 1400px;max-width: 96%;margin: 0 auto;}
.standard_center4 {width: 1200px;max-width: 96%;margin: 0 auto;}
.standard_center5 {width: 1000px;max-width: 96%;margin: 0 auto;}
.standard_center6 {width: 800px;max-width: 96%;margin: 0 auto;}



/* --- Eski header yapisi (header-bar / header-top) — HTML artik hdsect20/40/60; stiller genel/_public.css --- */
/*
#header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid #e8ecf1;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.header-bar {
	padding: 8px 0;
	background: #1e293b;
	border-bottom: 1px solid #334155;
	color: #fff;
}

.header-bar__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	align-items: center;
}

.header-bar__col .main-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-bar .main-nav > li > a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 0;
	font-size: 0.8125rem;
	font-weight: 500;
	color: #fff !important;
}

.header-bar .main-nav > li > a:hover {
	color: rgba(255, 255, 255, 0.8) !important;
}

.header-bar__col--right {
	display: flex;
	justify-content: flex-end;
}

.header-bar__col--right .main-nav {
	justify-content: flex-end;
}

.header-top {
	padding: 12px 0;
}

.header-top__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.header-logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.header-logo img {
	display: block;
	max-width: 160px;
	max-height: 48px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.header-top__side {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-left: auto;
}

.header-top__inner .sidebar1_toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 8px;
	margin-left: 8px;
	color: #334155;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
}

.header-top__inner .sidebar1_toggle:hover {
	color: #0369a1;
	border-color: #cbd5e1;
	background: #f8fafc;
}

.header-top__inner .sidebar1_toggle .micon {
	font-size: 1.5rem;
}

#header .micon {
	font-size: 1.125rem;
	vertical-align: middle;
}

#header .header-bar .nav-item-icon {
	font-size: 1.25rem;
}

#header .header-nav .nav-item-icon {
	font-size: 1.375rem;
}

#header .header-bar .micon {
	color: inherit;
}

.header-lang {
	position: relative;
}

.header-lang__trigger {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 6px 10px;
	font-size: 0.8125rem;
	font-weight: 500;
	color: #334155;
	background: transparent;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	cursor: pointer;
	line-height: 1.2;
}

.header-lang__trigger:hover,
.header-lang:hover .header-lang__trigger,
.header-lang:focus-within .header-lang__trigger {
	color: #0f172a;
	border-color: #cbd5e1;
	background: #f8fafc;
}

.header-lang__caret {
	font-size: 1.25rem !important;
	transition: transform 0.2s ease;
}

.header-lang:hover .header-lang__caret,
.header-lang:focus-within .header-lang__caret {
	transform: rotate(180deg);
}

.header-lang__dropdown {
	position: absolute;
	top: calc(100% + 4px);
	right: 0;
	min-width: 140px;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(4px);
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
	z-index: 120;
}

.header-lang:hover .header-lang__dropdown,
.header-lang:focus-within .header-lang__dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.header-lang__item a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	font-size: 0.8125rem;
	color: #475569;
	white-space: nowrap;
}

.header-lang__item a:hover {
	color: #0369a1;
	background: #f8fafc;
}

.header-lang__item.is-active a {
	color: #0369a1;
	font-weight: 600;
	background: #f0f9ff;
}

.header-nav {
	padding: 10px 0;
	border-top: 1px solid #e2e8f0;
}

.header-nav .main-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-nav .main-nav > li > a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 0;
	font-size: 0.9375rem;
	font-weight: 500;
	color: #334155;
}

.header-nav .main-nav > li > a:hover {
	color: #0369a1;
}

.header-nav .main-nav > li > a .nav-item-icon {
	font-size: 1.375rem;
}

*/

.site-footer {
	margin-top: auto;
	padding: 24px 0;
	border-top: 1px solid #e8ecf1;
	background: #f8fafc;
}

.site-footer__copy {
	margin: 0;
	font-size: 0.8125rem;
	color: #64748b;
	text-align: center;
}



@media (max-width: 768px) {
	.header-bar__grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.header-bar__col--right {
		justify-content: flex-start;
	}

	.header-bar__col--right .main-nav {
		justify-content: flex-start;
	}

	.header-top__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.header-top__side {
		width: 100%;
		justify-content: space-between;
		margin-left: 0;
	}
}





/* --- Sidebar (#sidebar1) --- */
body.sidebar1_show::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 8999;
	background: rgba(15, 23, 42, 0.45);
	backdrop-filter: blur(2px);
}

#sidebar1 {
	--sidebar-bg: #ffffff;
	--sidebar-text: #334155;
	--sidebar-muted: #64748b;
	--sidebar-accent: #0369a1;
	--sidebar-bar: #1e293b;
	--sidebar-hover: #f1f5f9;

	position: fixed;
	z-index: 9000;
	top: 0;
	right: 0;
	width: min(320px, 88vw);
	height: 100vh;
	height: 100dvh;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	color: var(--sidebar-text);
	background: var(--sidebar-bg);
	box-shadow: -12px 0 40px rgba(15, 23, 42, 0.12);
	transform: translateX(100%);
	transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

body.sidebar1_show #sidebar1 {
	transform: translateX(0);
}

#sidebar1 a {
	color: inherit;
	text-decoration: none;
	transition: color 0.15s ease, background 0.15s ease;
}

/* Ust bar — header-bar ile uyumlu koyu serit */
#sidebar1 .hd {
	flex-shrink: 0;
	position: sticky;
	top: 0;
	z-index: 2;
	padding: 12px 16px;
	background: var(--sidebar-bar);
	border-bottom: 1px solid #334155;
}

#sidebar1 .hd .grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

#sidebar1 .hd .grid .s.s1 a,
#sidebar1 .hd .closer {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 10px;
}

#sidebar1 .hd .grid .s.s1 a:hover {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

#sidebar1 .hd .closer:hover {
	background: rgba(248, 113, 113, 0.25);
	color: #fecaca;
}

#sidebar1 .hd .micon {
	font-size: 1.375rem;
}

/* Kaydirilabilir govde */
#sidebar1 .body {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 8px 0 0;
	scrollbar-width: thin;
	scrollbar-color: #cbd5e1 transparent;
}

#sidebar1 .nav1 {
	flex: 1;
}

#sidebar1 .body::-webkit-scrollbar {
	width: 6px;
}

#sidebar1 .body::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 6px;
}

/* Ana menu */
#sidebar1 .nav1 {
	padding: 0;
	margin: 0;
	min-height: 0;
}

#sidebar1 .nav1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar1 .nav1 > ul {
	padding: 8px 12px;
}

#sidebar1 .nav1 ul li a {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	box-sizing: border-box;
	padding: 11px 14px;
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--sidebar-text);
	border-radius: 10px;
}

#sidebar1 .nav1 ul li a:hover {
	color: var(--sidebar-accent);
	background: var(--sidebar-hover);
}

#sidebar1 .nav1 ul li a:before,
#sidebar1 .nav1 ul ul li a:before {
	content: none;
	display: none;
}

#sidebar1 .nav1 .nav-item-icon,
#sidebar1 .nav1 .micon {
	font-size: 1.25rem;
	flex-shrink: 0;
	color: var(--sidebar-muted);
}

#sidebar1 .nav1 ul li a:hover .nav-item-icon,
#sidebar1 .nav1 ul li a:hover .micon {
	color: var(--sidebar-accent);
}

/* Alt menu */
#sidebar1 .nav1 ul li ul {
	display: none;
	margin: 4px 0 8px 0;
	padding: 6px 8px 6px 12px;
	list-style: none;
	background: #f8fafc;
	border-left: 3px solid var(--sidebar-accent);
	border-radius: 0 8px 8px 0;
}

#sidebar1 .nav1 ul li ul.selected {
	display: block;
}

#sidebar1 .nav1 ul ul li a {
	padding: 8px 12px;
	font-size: 0.875rem;
	font-weight: 400;
	color: var(--sidebar-muted);
	border-radius: 8px;
}

#sidebar1 .nav1 ul ul li a:hover {
	color: var(--sidebar-accent);
	background: #fff;
}

/* Dil secici — alt bolum */
#sidebar1 .sidebar-account,
#sidebar1 .sidebar-lang{
	flex-shrink:0;
	margin-top:auto;
	padding:12px 12px 16px;
	border-top:1px solid #e2e8f0;
	background:#f8fafc;
}

#sidebar1 .sidebar-account__link{
	display:flex;
	align-items:center;
	gap:12px;
	width:100%;
	box-sizing:border-box;
	padding:11px 14px;
	font-size:0.9375rem;
	font-weight:500;
	color:var(--sidebar-text);
	border-radius:10px;
}

#sidebar1 .sidebar-account__link:hover{
	color:var(--sidebar-accent);
	background:#fff;
}

#sidebar1 .sidebar-account__link .micon{
	font-size:1.25rem;
	flex-shrink:0;
	color:var(--sidebar-muted);
}

#sidebar1 .sidebar-account__link:hover .micon{
	color:var(--sidebar-accent);
}

#sidebar1 .sidebar-account__link--muted{
	color:var(--sidebar-muted);
}

#sidebar1 .sidebar-account__label{
	display:flex;
	flex-direction:column;
	gap:2px;
	min-width:0;
}

#sidebar1 .sidebar-account__name{
	font-weight:600;
	color:#0f172a;
	line-height:1.2;
}

#sidebar1 .sidebar-account__text{
	line-height:1.2;
}

#sidebar1 .sidebar-lang{
	padding-bottom:20px;
}

#sidebar1 .sidebar-lang__title{
	display:flex;
	align-items:center;
	gap:8px;
	margin:0 0 8px 0;
	padding:0 14px;
	font-size:0.75rem;
	font-weight:600;
	letter-spacing:0.04em;
	text-transform:uppercase;
	color:var(--sidebar-muted);
}

#sidebar1 .sidebar-lang__title .micon{
	font-size:1.125rem;
}

#sidebar1 .sidebar-lang__list{
	list-style:none;
	margin:0;
	padding:0;
}

#sidebar1 .sidebar-lang__item a{
	display:flex;
	align-items:center;
	gap:12px;
	padding:10px 14px;
	font-size:0.875rem;
	font-weight:500;
	color:var(--sidebar-text);
	border-radius:10px;
}

#sidebar1 .sidebar-lang__item a:hover{
	color:var(--sidebar-accent);
	background:#fff;
}

#sidebar1 .sidebar-lang__item a .micon{
	font-size:1.125rem;
	color:var(--sidebar-muted);
}

#sidebar1 .sidebar-lang__item a:hover .micon{
	color:var(--sidebar-accent);
}

#sidebar1 .sidebar-lang__item.is-active a{
	color:var(--sidebar-accent);
	font-weight:600;
	background:#f0f9ff;
}

#sidebar1 .sidebar-lang__item.is-active a .micon{
	color:var(--sidebar-accent);
}

/* Eski .lang pill stili — geriye uyumluluk */
#sidebar1 .lang {
	flex-shrink: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: auto;
	padding: 16px 16px 20px;
	border-top: 1px solid var(--sidebar-border);
	background: #f8fafc;
}

#sidebar1 .lang a {
	display: inline-block;
	padding: 6px 14px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--sidebar-muted);
	background: #fff;
	border: 1px solid var(--sidebar-border);
	border-radius: 999px;
}

#sidebar1 .lang a:hover {
	color: var(--sidebar-accent);
	border-color: #bae6fd;
	background: #f0f9ff;
}

#sidebar1 .lang a.selected {
	color: #fff;
	background: var(--sidebar-accent);
	border-color: var(--sidebar-accent);
}

#sidebar1 .social {
	padding: 16px;
	text-align: center;
	border-top: 1px solid var(--sidebar-border);
}

#sidebar1 .social a svg {
	width: 22px;
	height: 22px;
	fill: var(--sidebar-muted);
}

#sidebar1 .social a:hover svg {
	fill: var(--sidebar-accent);
}

@media only screen and (max-width: 500px) {
	#sidebar1 {
		width: min(300px, 92vw);
	}
}