@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900");

/*
	Escape Velocity by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body.is-preload *, body.is-preload *:before, body.is-preload *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

	body, input, textarea, select {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		color: #919499;
		font-size: 14pt;
		line-height: 1.75em;
		letter-spacing: 0.025em;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		color: #484d55;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	a {
		-moz-transition: color .25s ease-in-out;
		-webkit-transition: color .25s ease-in-out;
		-ms-transition: color .25s ease-in-out;
		transition: color .25s ease-in-out;
		text-decoration: underline;
		color: #717479;
	}

		a:hover {
			text-decoration: none;
		}

	strong, b {
		font-weight: 700;
		color: #484d55;
	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	em, i {
		font-style: italic;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
		margin: 2em 0 2em 0;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	.nobr {
		white-space: nowrap;
	}

	br.clear {
		clear: both;
	}

	p, ul, ol, dl, table, blockquote, form {
		margin-bottom: 3em;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 68em;
	}

		@media screen and (max-width: 1680px) {

			.container {
				width: 68em;
			}

		}

		@media screen and (max-width: 1280px) {

			.container {
				width: calc(100% - 100px);
			}

		}

		@media screen and (max-width: 980px) {

			.container {
				width: calc(100% - 100px);
			}

		}

		@media screen and (max-width: 736px) {

			.container {
				width: calc(100% - 40px);
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

			.row.gtr-25 > * {
				padding: 12.5px 0 0 12.5px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -12.5px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 12.5px;
				}

		.row.gtr-50 {
			margin-top: -25px;
			margin-left: -25px;
		}

			.row.gtr-50 > * {
				padding: 25px 0 0 25px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -25px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 25px;
				}

		.row {
			margin-top: -50px;
			margin-left: -50px;
		}

			.row > * {
				padding: 50px 0 0 50px;
			}

			.row.gtr-uniform {
				margin-top: -50px;
			}

				.row.gtr-uniform > * {
					padding-top: 50px;
				}

		.row.gtr-150 {
			margin-top: -75px;
			margin-left: -75px;
		}

			.row.gtr-150 > * {
				padding: 75px 0 0 75px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -75px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 75px;
				}

		.row.gtr-200 {
			margin-top: -100px;
			margin-left: -100px;
		}

			.row.gtr-200 > * {
				padding: 100px 0 0 100px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -100px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 100px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -8.75px;
					margin-left: -8.75px;
				}

					.row.gtr-25 > * {
						padding: 8.75px 0 0 8.75px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -8.75px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 8.75px;
						}

				.row.gtr-50 {
					margin-top: -17.5px;
					margin-left: -17.5px;
				}

					.row.gtr-50 > * {
						padding: 17.5px 0 0 17.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -17.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 17.5px;
						}

				.row {
					margin-top: -35px;
					margin-left: -35px;
				}

					.row > * {
						padding: 35px 0 0 35px;
					}

					.row.gtr-uniform {
						margin-top: -35px;
					}

						.row.gtr-uniform > * {
							padding-top: 35px;
						}

				.row.gtr-150 {
					margin-top: -52.5px;
					margin-left: -52.5px;
				}

					.row.gtr-150 > * {
						padding: 52.5px 0 0 52.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -52.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 52.5px;
						}

				.row.gtr-200 {
					margin-top: -70px;
					margin-left: -70px;
				}

					.row.gtr-200 > * {
						padding: 70px 0 0 70px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -70px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 70px;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-25 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row.gtr-50 > * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

					.row.gtr-150 > * {
						padding: 45px 0 0 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-200 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 60px;
						}

		}

/* Section/Article */

	section,
	article {
		margin: 2 2 2em 2;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

	header.style1 {
		text-align: center;
		padding: 0em 3em 0em;
	}

		header.style1 h2 {
			font-weight: 700;
			font-size: 2em;
			letter-spacing: 0.075em;
			line-height: 1.5em;
		}

		header.style1 p {
			color: #b1b4b9;
			display: block;
			margin:0.25em 0 0 0;
			font-size: 1em;
			letter-spacing: 0.075em;
			line-height: 1.5em;
		}
ul.style2 {
    list-style: none;
    padding-left: 0;
    width: 1000px;
    margin: 0 auto;
}

ul.style2 li {
    margin-bottom: 70px;
}

.post-excerpt {
    display: flex;
    align-items: center;
    gap: 50px;
}

ul.style2 {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
}

ul.style2 li {
    margin-bottom: 80px;
}

ul.style2 {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1000px;
}

ul.style2 li {
    margin-bottom: 120px !important;
}

.post-excerpt {
    display: flex;
    align-items: flex-start;
    gap: 0px;
    max-width: 950px;
    margin: 0 auto;
    margin-left: 200px; /* bunu deÄŸiÅŸtir */
}


.post-excerpt .image.left {
    float: none !important;
    flex: 0 0 220px;
    width: 260px;
    margin: 0;
}

.post-excerpt .image.left img {
    width: 100%;
    height: auto;
    display: block;
}

.post-excerpt .content {
    width: 500px;
}

.post-excerpt h3 {
    margin-bottom: 15px;
}

.post-excerpt p {
    line-height: 1.7;
}
.mission-vision {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 200px;
}

.mission-vision .box {
    text-align: left;
}

.mission-vision header {
    margin-bottom: 30px;
}

.mission-vision .image1 {
    display: block;
    margin-bottom: 40px;
}

.mission-vision .image1 img {
    width: 450px;
    height: auto;
    display: block;
}

.mission-vision p {
    max-width: 480px;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 100px;
}
/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr:nth-child(2n+2) {
				background: #f4f4f4;
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				font-weight: 400;
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default thead {
				background: #484d55;
				color: #fff;
			}

			table.default tfoot {
				background: #eee;
			}

/* Form */

	form label {
		display: block;
		font-weight: 700;
		color: #484d55;
		margin: 0.25em 0 0.5em 0;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		-webkit-appearance: none;
		display: block;
		border: 0;
		background: #eee;
		box-shadow: inset 0px 0px 1px 0px #a0a1a7;
		border-radius: 0.35em;
		width: 100%;
		padding: 0.75em 1em 0.75em 1em;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			background: #f8f8f8;
		}

	form input[type="text"],
	form input[type="email"]
	input[type="password"] {
		line-height: 1em;
	}

	form select {
		line-height: 1em;
	}

	form textarea {
		min-height: 8em;
	}

	form ul.actions {
		margin-top: 0;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
		font-style: italic;
		line-height: 1.35em;
	}

	form :-moz-placeholder {
		color: #555 !important;
		font-style: italic;
	}

	form ::-moz-placeholder {
		color: #555 !important;
		font-style: italic;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
		font-style: italic;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* Image */

	.image {
		display: inline-block;
	}

		.image img {
			display: block;
			width: 100%;
		}
		.image img.1 {
			display: block;
			width: 20%;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 0em 0;
		}




/* Sayfa içi ürün görsellerinin taşmasını engeller */
.highlight > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 2em auto;
}

.highlight .image.featured img {
    max-width: 100%;
    height: auto;
}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		display: inline-block;
		background: #444;
		text-align: center;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 0.25em;
		text-decoration: none;
		border-radius: 0.35em;
		border: 0;
		outline: 0;
		cursor: pointer;
		padding: 0 2.25em 0 2.25em;
		font-size: 0.9em;
		min-width: 12em;
		height: 4em;
		line-height: 4em;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background-color: #f98780;
		}

		input[type="button"].large,
		input[type="submit"].large,
		input[type="reset"].large,
		button.large,
		.button.large {
			font-size: 1em;
			min-width: 14em;
		}

		input[type="button"].style1,
		input[type="submit"].style1,
		input[type="reset"].style1,
		button.style1,
		.button.style1 {
			background: #484e82 url("images/overlay.png");
			color: #fff;
		}

			input[type="button"].style1:hover,
			input[type="submit"].style1:hover,
			input[type="reset"].style1:hover,
			button.style1:hover,
			.button.style1:hover {
				background-color:  #484e82
			}

			input[type="button"].style1:active,
			input[type="submit"].style1:active,
			input[type="reset"].style1:active,
			button.style1:active,
			.button.style1:active {
				background-color:  #484e82
			}

		input[type="button"].style2,
		input[type="submit"].style2,
		input[type="reset"].style2,
		button.style2,
		.button.style2 {
			background: none;
			color: #606167;
			box-shadow: inset 0px 0px 2px 0px #a0a1a7;
		}

			input[type="button"].style2:hover,
			input[type="submit"].style2:hover,
			input[type="reset"].style2:hover,
			button.style2:hover,
			.button.style2:hover {
				box-shadow: inset 0px 0px 2px 0px #606167;
			}

			input[type="button"].style2:active,
			input[type="submit"].style2:active,
			input[type="reset"].style2:active,
			button.style2:active,
			.button.style2:active {
				box-shadow: inset 0px 0px 2px 0px #202127;
			}

		input[type="button"].style3,
		input[type="submit"].style3,
		input[type="reset"].style3,
		button.style3,
		.button.style3 {
			background: #2f333b url("images/overlay.png");
			color: #fff;
		}

			input[type="button"].style3:hover,
			input[type="submit"].style3:hover,
			input[type="reset"].style3:hover,
			button.style3:hover,
			.button.style3:hover {
				background-color: #3f434b;
			}

			input[type="button"].style3:active,
			input[type="submit"].style3:active,
			input[type="reset"].style3:active,
			button.style3:active,
			.button.style3:active {
				background-color: #1f232b;
			}

/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.style2 {
			list-style: none;
			padding-left: 300px;
		}

			ul.style2 li {
				border-top: solid 1px #eee;
				padding: 1.5em 0 0 0;
				margin: 1.5em 0 0 0;
			}

				ul.style2 li:first-child {
					border-top: 0;
					padding-top: 0;
					margin-top: 0;
				}

		ul.style3 {
			list-style: none;
			padding-left: 0;
		}

			ul.style3 li {
				border-top: solid 1px #eee;
				padding: 0.5em 0 0 0;
				margin: 0.5em 0 0 0;
			}

				ul.style3 li:first-child {
					border-top: 0;
					padding-top: 0;
					margin-top: 0;
				}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}
		

/* Actions */

	ul.actions {
		list-style: none;
		padding-left: 0;
		margin: 3em 0 0 0;
	}

		ul.actions li {
			display: inline-block;
			margin: 0 0.75em 0 0.75em;
			padding-left: 0;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

			ul.actions li:last-child {
				margin-right: 0;
			}

		ul.actions.special {
			text-align: center;
		}

/* Feature List */

	.feature-list {
		max-width: 58em;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 0.75em;
	}

		.feature-list section {
			border-top: solid 1px #eee;
			padding-top: 3em;
			padding-left: 5em;
			position: relative;
		}

		@media screen and (min-width: 981px) {

			.feature-list > .row > :nth-child(-n + 2) > section {
				border-top: 0;
				padding-top: 0;
			}

		}

		.feature-list h3 {
			color: #484e82 !important;
			margin: -0.35em 0 0.75em 0;
			font-size: 1.15em;
			letter-spacing: 0.05em;
		}

			.feature-list h3:before {
				display: block;
				color: #fff;
				background: #2f333b url("images/overlay.png");
				border-radius: 2.5em;
				text-align: center;
				width: 2.5em;
				height: 2.5em;
				line-height: 2.5em;
				margin-right: 0.75em;
				position: absolute;
				left: 0;
				margin-top: -0.5em;
			}

		.feature-list.small section {
			padding-left: 3.5em;
		}

		.feature-list.small h3:before {
			font-size: 0.8em;
		}

/* Icons */

	.icon {
		text-decoration: none;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
			font-size: 1.25em;
		}

		/* Font Awesome ikonunu kapat */
.icon.custom-img:before {
    content: none;
}

/* GÃ¶rsel ikon ekle */
.icon.custom-img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon.custom-img::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url("../images/telefon.png") no-repeat center;
    background-size: contain;
    display: inline-block;
}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Box */

	.box header {
		margin: 0 0 1.5em 0;
	}

		.box header.style1 {
			position: relative;
			margin: -0.5em 0 0 0;
			padding-top: 0;
		}

	.box h2 {
		margin: 0 0 1.75em 0;
		font-size: 1.15em;
		letter-spacing: 0.05em;
	}

	.box h3 {
		margin: 0 0 0.5em 0;
		font-size: 1em;
		font-weight: 600;
		letter-spacing: 0.05em;
	}

	.box.post-excerpt .image.left {
		position: relative;
		top: 0.5em;
		width: 5em;
	}

	.box.post-excerpt h3, .box.post-excerpt p {
		margin-left: 7em;
	}

/* Wrapper */

	.wrapper {
		position: relative;
		padding: 3em 0 6em 0;
	}

		.wrapper .title {
			position: absolute;
			top: 0;
			left: 50%;
			text-align: center;
			text-transform: uppercase;
			display: block;
			font-weight: 700;
			letter-spacing: 0.25em;
			font-size: 1.30em;
			width: 25em;
			height: 3.25em;
			top: -3.25em;
			line-height: 3.25em;
			margin-bottom: -3.25em;
			margin-left: -12.5em;
			padding-top: 0.5em;
		}

			.wrapper .title:before {
				content: '';
				position: absolute;
				bottom: -38px;
				left: -35px;
				width: 35px;
				height: 38px;
				background: url("images/shadow.png");
			}

			.wrapper .title:after {
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
				content: '';
				position: absolute;
				bottom: -38px;
				right: -35px;
				width: 35px;
				height: 38px;
				background: url("images/shadow.png");
			}

		.wrapper.style1 {
			background:  #484e82 url("images/overlay.png");
			color: #eee;
			color: rgba(255, 255, 255, 0.75);
		}

			.wrapper.style1 .title {
				background: #484e82 url("images/overlay.png");
				color: #fff;
			}

			.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6, .wrapper.style1 strong, .wrapper.style1 b, .wrapper.style1 a {
				color: #fff;
			}

		.wrapper.style2 {
			background: #fff;
		}

			.wrapper.style2 .title {
				background: #fff;
				color: #484d55;
			}

		.wrapper.style3 {
			background: #f3f3f3 url("images/overlay.png");
		}

			.wrapper.style3 .title {
				background: #f3f3f3 url("images/overlay.png");
				color: #484d55;
			}

			.wrapper.style3 .image {
				border: solid 10px #fff;
			}

.wrapper.style4 {
		background: #ffffff url("images/overlay.png");
		}

			.wrapper.style4 .title {
				background: #ffffff url("images/overlay.png");
				color: #484d55;
			}

			.wrapper.style4 .image {
				border: solid 10px #e0e0e0;
			}
/* Page Wrapper */

	#page-wrapper > section {
		margin-bottom: 0;
	}

/* Header */

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		position: relative;
		height: 24em;
		background: url("../../images/banner.jpg") center center no-repeat;
		background-size: cover;
		padding: 0;
	}
	

		#header:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url("images/overlay.png");
		}

		.homepage #header {
			height: 13em;
		}

/* Logo */
#logo .main-logo {
    width: 100px;
    margin-bottom: 1.2em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.2));
}
	#logo {
		width: 100%;
		text-align: center;
		position: relative;
		top: 1.5em;
	}

		#logo h1 {
			font-weight: 900;
			text-transform: uppercase;
			color: #fff;
			font-size: 2.5em;
			letter-spacing: 0.25em;
		}

		#logo p {
			color: #eee;
			color: rgba(255, 255, 255, 0.5);
			text-transform: uppercase;
			margin:3em 0 0 0;
			display: block;
			letter-spacing: 0.2em;
			
			font-size: 0.7em;
		}

		#logo p {
    line-height: 1.4em; /* sadece kendi iÃ§ satÄ±rlarÄ±nÄ± kontrol eder */
}

/* Nav */

	#nav {
		position: absolute;
		display: block;
		top: 2.5em;
		left: 0;
		width: 100%;
		text-align: center;
	}

		#nav > ul {
			display: inline-block;
			border-radius: 0.35em;
			box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
			padding: 0 1.5em 0 1.5em;
		}

			#nav > ul > li {
				display: inline-block;
				text-align: center;
				padding: 0 1.5em 0 1.5em;
			}

				#nav > ul > li > ul {
					display: none;
				}

				#nav > ul > li > a, #nav > ul > li > span {
					display: block;
					color: #eee;
					color: rgba(255, 255, 255, 0.75);
					text-transform: uppercase;
					text-decoration: none;
					font-size: 0.7em;
					letter-spacing: 0.25em;
					height: 5em;
					line-height: 5em;
					-moz-transition: all .25s ease-in-out;
					-webkit-transition: all .25s ease-in-out;
					-o-transition: all .25s ease-in-out;
					-ms-transition: all .25s ease-in-out;
					transition: all .25s ease-in-out;
					outline: 0;
				}

				#nav > ul > li:hover > a {
					color: #fff;
				}

				#nav > ul > li.active > a, #nav > ul > li.active > span {
					color: #fff;
				}

	.dropotron {
		background: #222835 url("images/overlay.png");
		background-color: rgba(44, 50, 63, 0.925);
		padding: 1.25em 1em 1.25em 1em;
		border-radius: 0.35em;
		box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
		min-width: 12em;
		text-align: left;
		margin-top: -1.25em;
		margin-left: -1px;
		list-style: none;
	}

		.dropotron.level-0 {
			margin-top: -1px;
			margin-left: 0;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
		}

		.dropotron a, .dropotron span {
			-moz-transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			-ms-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
			display: block;
			color: #eee;
			color: rgba(255, 255, 255, 0.75);
			text-transform: uppercase;
			text-decoration: none;
			font-size: 0.7em;
			letter-spacing: 0.25em;
			border-top: solid 1px rgba(255, 255, 255, 0.15);
			line-height: 3em;
		}

		.dropotron li {
			padding-left: 0;
		}

			.dropotron li:first-child a, .dropotron li:first-child span {
				border-top: 0;
			}

			.dropotron li:hover > a, .dropotron li:hover > span {
				color: #fff;
			}

/* Intro */

	#intro {
		padding-bottom: 8em;
		text-align: center;
	}

		#intro p.style1 {
			font-size: 1.5em;
			letter-spacing: 0.075em;
		}

		#intro p.style2 {
			font-weight: 700;
			color: #fff;
			border-radius: 0.35em;
			box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
			font-size: 1em;
			letter-spacing: 0.075em;
			line-height: 1.35em;
			padding: 1em 0 1em 0;
			margin-bottom: 1em;
		}

			#intro p.style2 a {
				color: inherit;
				text-decoration: none;
			}

		#intro p.style3 {
			font-size: 1em;
			width: 48em;
			margin: 0 auto;
		}

/* Features */

	#features header.style1 {
		padding-bottom: 3em;
	}

	#features ul.actions {
		margin-top: 5em;
	}

/* Highlights */

	#highlights .highlight {
		text-align: center;
	}

		#highlights .highlight h3 {
			color: #484e82;
			margin: 0 0 0.75em 0;
			font-size: 1.15em;
			letter-spacing: 0.05em;
		}

/* Main */

/* Footer */

	#footer {
		background: #282b34 url("images/overlay.png");
		color: #eee;
		color: rgba(255, 255, 255, 0.5);
		padding-bottom: 6em;
	}

		#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer strong, #footer b, #footer a {
			color: #fff;
		}

		#footer hr {
			border-top-color: #333;
			border-top-color: rgba(255, 255, 255, 0.05);
		}

		#footer form input[type="text"],
		#footer form input[type="email"],
		#footer form input[type="password"],
		#footer form select,
		#footer form textarea {
			background: #ccc;
			box-shadow: none;
		}

			#footer form input[type="text"]:focus,
			#footer form input[type="email"]:focus,
			#footer form input[type="password"]:focus,
			#footer form select:focus,
			#footer form textarea:focus {
				background: #fff;
			}

		#footer input[type="button"],
		#footer input[type="submit"],
		#footer input[type="reset"],
		#footer button,
		#footer .button {
			color: #fff;
			box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.5);
		}

			#footer input[type="button"]:hover,
			#footer input[type="submit"]:hover,
			#footer input[type="reset"]:hover,
			#footer button:hover,
			#footer .button:hover {
				color: #fff;
				box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.65);
			}

			#footer input[type="button"]:active,
			#footer input[type="submit"]:active,
			#footer input[type="reset"]:active,
			#footer button:active,
			#footer .button:active {
				box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
			}

			#footer input[type="button"].style2:active,
			#footer input[type="submit"].style2:active,
			#footer input[type="reset"].style2:active,
			#footer button.style2:active,
			#footer .button.style2:active {
				box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
			}

		#footer .title {
			background: #282b34 url("images/overlay.png");
			color: #eee;
		}

		#footer header.style1 {
			padding-bottom: 6em;
			margin-bottom: 6em;
			border-bottom: solid 1px rgba(255, 255, 255, 0.05);
		}

			#footer header.style1 h2 {
				color: #fff;
			}

			#footer header.style1 .p {
				color: inherit;
			}

		#footer .feature-list {
			max-width: 100%;
		}

			#footer .feature-list section {
				border-top-color: rgba(255, 255, 255, 0.05);
			}

			#footer .feature-list h3:before {
				background: #3d4249 url("images/overlay.png");
			}

/* Copyright */

	#copyright {
		text-align: center;
		padding-top: 3em;
		margin-top: 3em;
		border-top: solid 1px rgba(255, 255, 255, 0.05);
	}

		#copyright ul {
			display: inline-block;
			border-radius: 0.35em;
			box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
			color: #aaa;
			color: rgba(255, 255, 255, 0.25);
			padding: 0.75em 2em;
			font-size: 0.9em;
		}

			#copyright ul li {
				display: inline-block;
				margin-left: 1em;
				padding-left: 1em;
				border-left: solid 1px #333;
				border-left-color: rgba(255, 255, 255, 0.05);
			}

				#copyright ul li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

		#copyright a {
			color: inherit;
		}

			#copyright a:hover {
				color: #fff;
			}

/* XLarge */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
			}

	}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 11pt;
				line-height: 1.5em;
				letter-spacing: 0.015em;
			}

		/* Wrapper */

			.wrapper {
				padding: 4em 0 7em 0;
			}

		/* Logo */

			#logo {
				margin-top: -0.5em !important;
			}

				#logo h1 {
					font-size: 1.75em;
				}

		/* Intro */

			#intro {
				padding-bottom: 7em;
			}

				#intro p.style1 {
					font-size: 1.25em;
				}

				#intro p.style2 {
					font-size: 2.25em;
				}

		/* Footer */

			#footer {
				padding-bottom: 4em;
			}

				#footer header.style1 {
					padding-bottom: 4em;
					margin-bottom: 4em;
					border-bottom: solid 1px rgba(255, 255, 255, 0.05);
				}

		/* Copyright */

			#copyright {
				padding-top: 4em;
				margin-top: 4em;
			}

	}

/* Medium */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 980px) {

		/* Section/Article */

			header br {
				display: none;
			}

		/* Form */

			form ul.actions {
				text-align: center;
			}

		/* Feature List */

			.feature-list {
				max-width: 40em;
			}

				.feature-list section {
					padding-top: 4em;
				}

				.feature-list > .row > :first-child > section {
					border-top: 0;
					padding-top: 0;
				}

		/* Nav */

			#nav {
				display: none;
			}

		/* Logo */

			#logo {
				top: 0;
			}

		/* Intro */

			#intro p.style3 {
				width: auto;
			}

		/* Highlights */

			#highlights .highlight {
				max-width: 40em;
				margin-left: auto;
				margin-right: auto;
			}

		/* Footer */

			#footer .feature-list {
				border-top: solid 1px rgba(255, 255, 255, 0.05);
				padding-top: 4em;
			}

	}

		@media screen and (max-width: 980px) and (min-width: 737px) {

				#footer .feature-list > .row > :nth-child(2) > section {
					border-top: 0;
					padding-top: 0;
				}

		}

	@media screen and (max-width: 980px) {

		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				background: none;
			}

				#titleBar .title {
					display: none;
				}

				#titleBar .toggle {
					text-decoration: none;
					position: absolute;
					top: 0;
					left: 0;
					width: 60px;
					height: 44px;
				}

					#titleBar .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
					}

					#titleBar .toggle:before {
						-moz-transition: all .15s ease-in-out;
						-webkit-transition: all .15s ease-in-out;
						-ms-transition: all .15s ease-in-out;
						transition: all .15s ease-in-out;
						text-decoration: none;
						content: '\f0c9';
						font-size: 14px;
						position: absolute;
						top: 6px;
						left: 6px;
						display: block;
						width: 54px;
						height: 38px;
						line-height: 38px;
						text-align: center;
						color: rgba(255, 255, 255, 0.75);
						background-color: rgba(92, 95, 103, 0.5);
						border-radius: 0.25em;
					}

					#titleBar .toggle:active:before {
						background-color: rgba(92, 95, 103, 0.75);
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #242730 url("images/overlay.png");
				box-shadow: inset -3px 0px 4px 0px rgba(0, 0, 0, 0.1);
			}

				#navPanel .link {
					display: block;
					color: rgba(255, 255, 255, 0.5);
					text-transform: uppercase;
					text-decoration: none;
					font-size: 0.85em;
					letter-spacing: 0.15em;
					text-decoration: none;
					height: 44px;
					line-height: 44px;
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					margin: 0 15px 0 15px;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #fff;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}

/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, select, textarea {
				line-height: 1.5em;
				font-size: 10.5pt;
				letter-spacing: 0;
			}

			h2, h3, h4, h5, h6 {
				font-size: 1.2em;
				letter-spacing: 0.05em;
				margin: 0 0 1em 0;
			}

			hr {
				margin: 1em 0 1em 0;
			}

		/* Section/Article */

			section, article {
				clear: both;
			}

			header br {
				display: none;
			}

			header.style1 {
				padding: 0 0 1em 0;
			}

				header.style1 h2 {
					font-size: 1.5em;
					letter-spacing: 0.075em;
					line-height: 1.25em;
				}

				header.style1 p {
					font-size: 1em;
					letter-spacing: 0;
					display: block;
					margin: 0;
				}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				display: block;
				width: 100%;
				font-size: 1em;
				max-width: 30em;
				margin: 0 auto;
			}

		/* Actions */

			ul.actions {
				margin: 2em 0 0 0;
			}

				ul.actions li {
					margin: 15px 0 0 0;
					display: block;
				}

					ul.actions li:first-child {
						margin-top: 0;
					}

		/* Feature List */

			.feature-list section {
				padding-top: 2em;
				padding-left: 4em;
			}

			.feature-list h3:before {
				font-size: 0.9em;
			}

		/* Box */

			.box.post-excerpt .image.left {
				position: relative;
				top: 0.25em;
				width: 25%;
				margin: 0;
			}

			.box.post-excerpt h3, .box.post-excerpt p {
				margin-left: 32.5%;
			}

		/* Wrapper */

			.wrapper {
				padding: 3em 0 6em 0;
			}

				.wrapper .title {
					font-size: 0.9em;
					width: 18em;
					height: 2.5em;
					top: -2.5em;
					line-height: 2.5em;
					margin-bottom: -2.5em;
					margin-left: -9em;
					padding-top: 0.5em;
				}

					.wrapper .title:before, .wrapper .title:after {
						height: 15px;
						bottom: -15px;
						background-size: 100% 100%;
					}

		/* Header */

			#header {
				height: 17em;
			}

				.homepage #header {
					height: 20em;
				}

		/* Logo */

			#logo {
				text-align: center;
				padding-left: 2em;
				padding-right: 2em;
			}

				#logo h1 {
					font-size: 1.5em;
					letter-spacing: 0.2em;
				}

				#logo p {
					margin: 1.25em 0 0 0;
					display: block;
					letter-spacing: 0.2em;
					font-size: 0.9em;
				}

		/* Intro */

			#intro {
				text-align: center;
				padding-right: 2em;
				padding-left: 2em;
				padding-bottom: 5em;
				margin: 0 auto;
			}

				#intro p.style1 {
					margin-bottom: 1.5em;
				}

				#intro p.style2 {
					font-size: 1.5em;
					letter-spacing: 0.05em;
					line-height: 1.25em;
					padding: 1.25em;
				}

		/* Features */

			#features header.style1 {
				padding-bottom: 4em;
			}

			#features ul.actions {
				margin-top: 4em;
			}

		/* Content */

			#content {
				padding: 0 0 2em 0;
			}

				#content header.style1 {
					padding-bottom: 2.5em;
				}

		/* Footer */

			#footer {
				padding-bottom: 0;
			}

				#footer header.style1 {
					padding-bottom: 0;
					margin-bottom: 2em;
					border-bottom: 0;
				}

				#footer .feature-list {
					border-top: 0;
					padding-top: 0;
				}

		/* Copyright */

			#copyright {
				padding-top: 0;
				margin-top: 4em;
				border-top: 0;
			}

				#copyright ul {
					padding: 1em 2em;
					width: 100%;
				}

					#copyright ul li {
						display: block;
						margin: 0.5em 0 0 0;
						border-left: 0;
						padding: 0;
					}

						#copyright ul li:first-child {
							margin-top: 0;
						}

	}
.HAKKIMIZDA-page {
    overflow-x: hidden;
}

.HAKKIMIZDA-page .hakkimizda-metin {
    max-width: 900px;
    margin: 50px auto 0 auto;
    text-align: left;
    line-height: 1.8;
}




.HAKKIMIZDA-page .hakkimizda-metin p {
    color: #1f3f63;
}
.HAKKIMIZDA-page .hakkimizda-gorsel {
    text-align: center;
    overflow: hidden;
}

.HAKKIMIZDA-page .hakkimizda-gorsel img {
    display: block;
    width: 100%;
    max-width: 1100px;
    max-height: 520px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

.HAKKIMIZDA-page .sector-position-main-image {
    margin-bottom: 28px;
    position: relative;
    overflow: visible;
    padding-bottom: 14px;
}

.HAKKIMIZDA-page .sector-position-main-image img {
    border-radius: 8px;
    position: relative;
    z-index: 1;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.14);
}

.HAKKIMIZDA-page .sector-position-main-image::after {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 2px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.26);
    filter: blur(18px);
    z-index: 0;
}

.HAKKIMIZDA-page .hakkimizda-banner-gorseller {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    transform: translateX(-50%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 34px;
    box-sizing: border-box;
}

.HAKKIMIZDA-page .hakkimizda-banner-satir {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    box-sizing: border-box;
}

.HAKKIMIZDA-page .hakkimizda-banner-item {
    width: clamp(280px, 44vw, 760px);
    flex: 0 0 auto;
    overflow: visible;
    opacity: 0;
    will-change: transform, opacity;
    animation-duration: 0.8s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.HAKKIMIZDA-page .hakkimizda-banner-item img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: contain;
}

.HAKKIMIZDA-page .hakkimizda-banner-yazi {
    flex: 1 1 auto;
    max-width: 900px;
    min-height: 170px;
    padding: 0 4vw;
    color: #1f3f63;
    font-size: 0.98em;
    line-height: 1.8;
    box-sizing: border-box;
}

.HAKKIMIZDA-page .hakkimizda-banner-yazi h3 {
    margin: 0 0 14px 0;
    color: #1f3f63;
    font-size: 1.25em;
}

.HAKKIMIZDA-page .hakkimizda-banner-yazi.yazi-sag {
    text-align: left;
}

.HAKKIMIZDA-page .hakkimizda-banner-yazi.yazi-sol {
    text-align: left;
}
.HAKKIMIZDA-page .hakkimizda-banner-yazi p {
    margin: 0 0 16px 0;
}

.HAKKIMIZDA-page .hakkimizda-banner-item.from-left {
    align-self: flex-start;
    animation-name: hakkimizdaFadeFromLeft;
}

.HAKKIMIZDA-page .hakkimizda-banner-item.from-left img {
    margin-right: auto;
}

.HAKKIMIZDA-page .hakkimizda-banner-item.from-right {
    align-self: flex-end;
    animation-name: hakkimizdaFadeFromRight;
    animation-delay: 0.12s;
}

.HAKKIMIZDA-page .hakkimizda-banner-item.from-right img {
    margin-left: auto;
}

@keyframes hakkimizdaFadeFromLeft {
    from {
        opacity: 0;
        transform: translateX(-34px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes hakkimizdaFadeFromRight {
    from {
        opacity: 0;
        transform: translateX(34px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media screen and (max-width: 980px) {
    .HAKKIMIZDA-page .hakkimizda-banner-satir,
    .HAKKIMIZDA-page .hakkimizda-banner-satir.satir-sag {
        flex-direction: column;
        align-items: stretch;
        gap: 22px;
    }

    .HAKKIMIZDA-page .hakkimizda-banner-satir.satir-sag .hakkimizda-banner-yazi {
        order: 2;
    }

    .HAKKIMIZDA-page .hakkimizda-banner-satir.satir-sag .hakkimizda-banner-item {
        order: 1;
    }
}

@media screen and (max-width: 736px) {
    .HAKKIMIZDA-page .hakkimizda-banner-gorseller {
        width: 100%;
        left: auto;
        transform: none;
        gap: 22px;
    }

    .HAKKIMIZDA-page .hakkimizda-banner-item {
        width: 100%;
    }

    .HAKKIMIZDA-page .hakkimizda-banner-item img {
        width: 100%;
        max-height: 280px;
        object-fit: contain;
    }

    .HAKKIMIZDA-page .hakkimizda-banner-yazi {
        max-width: none;
        min-height: 120px;
        padding: 0;
    }
}
@media (prefers-reduced-motion: reduce) {
    .HAKKIMIZDA-page .hakkimizda-banner-item {
        opacity: 1;
        animation: none;
        transform: none;
    }
}
/* Haberler SayfasÄ± */

.news-container {
	display: block;
}

.news-content {
	width: 100%;
}

.news-top-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 46px;
	align-items: stretch;
	margin-bottom: 42px;
}

.featured-news {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	border: solid 1px #ddd;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	margin-bottom: 0;
}

.featured-news-image {
	margin: 0 !important;
}

.featured-news-image img {
	width: 100%;
	height: 100%;
	min-height: 310px;
	object-fit: cover;
	display: block;
}

.featured-news-text {
	padding: 38px 36px;
}

.news-date {
	display: block;
	margin-bottom: 14px;
	color: #8a8f98;
	font-size: 0.95em;
}

.featured-news-text h2 {
	color: #1f2935;
	font-size: 1.65em;
	line-height: 1.35;
	margin-bottom: 18px;
}

.featured-news-text p {
	color: #666;
	line-height: 1.8;
	margin-bottom: 25px;
}

.read-more {
	color: #1f2935;
	text-decoration: none;
	font-weight: 700;
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.news-card {
	border: solid 1px #ddd;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}

.news-card .image {
	margin: 0 !important;
}

.news-card img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	display: block;
}

.news-card-content {
	padding: 24px 22px;
}

.news-card h3 {
	color: #1f2935;
	font-size: 1em;
	line-height: 1.45;
	min-height: 75px;
	margin-bottom: 28px;
}

.news-side-card img {
	height: 175px;
}

.news-side-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.news-side-card .news-card-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 20px;
}

.news-side-card h3 {
	font-size: 0.95em;
	min-height: 0;
	margin-bottom: 28px;
}

.news-side-card .read-more {
	margin-top: auto;
}

.sponsorship-section {
	grid-column: 1 / -1;
	width: 100%;
	clear: both;
	display: grid;
	grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.6fr);
	gap: 34px;
	align-items: start;
	margin-top: 8px;
	padding: 28px 30px;
	border: solid 1px #e4e6eb;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 26px rgba(0, 0, 0, 0.06);
}

.sponsorship-copy h2 {
	margin: 0 0 22px 0;
	color: #102247;
	font-size: 2.05em;
	line-height: 1.26;
	font-weight: 800;
}

.sponsorship-copy h2 span {
	display: block;
	color: #102247;
}

.sponsorship-copy h2 span + span {
	color: #1f4ca3;
}

.sponsorship-copy h2 {
	background: linear-gradient(90deg, #102247 0 46%, #1f4ca3 46% 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.sponsorship-copy p {
	max-width: 520px;
	margin: 0 0 14px 0;
	color: #102247;
	font-size: 1em;
	line-height: 1.7;
}

.sponsorship-copy p:last-child {
	margin-bottom: 0;
}

.sponsorship-mosaic {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	grid-auto-rows: 92px;
	gap: 8px;
}

.sponsorship-closing {
	margin: 14px 0 0 0;
	color: #102247;
	font-size: 1em;
	line-height: 1.6;
}

.sponsor-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 6px;
	background: #f5f5f5;
}

.sponsorship-mosaic .sponsor-img:nth-child(1) {
	grid-column: span 3;
	grid-row: span 2;
}

.sponsorship-mosaic .sponsor-img:nth-child(2) {
	grid-column: span 2;
	grid-row: span 2;
}

.sponsorship-mosaic .sponsor-img:nth-child(3) {
	grid-column: span 2;
	grid-row: span 2;
}

.sponsorship-mosaic .sponsor-img:nth-child(4) {
	grid-column: span 1;
	grid-row: span 2;
}

.sponsorship-mosaic .sponsor-img:nth-child(5) {
	grid-column: span 2;
	grid-row: span 2;
}

.sponsorship-mosaic .sponsor-img:nth-child(n+6) {
	grid-column: span 1;
	grid-row: span 2;
}

.visits-section {
	grid-column: 1 / -1;
	margin-top: 0;
	padding: 24px;
	border: solid 1px #e4e6eb;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.visits-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	margin-bottom: 22px;
}

.visits-header h2 {
	margin: 0;
	color: #1f2935;
	font-size: 1.25em;
	line-height: 1.2;
}

.visits-header .icon {
	margin-right: 12px;
	color: #1f2935;
}

.visits-grid {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x proximity;
	padding: 2px 4px 14px;
	-webkit-overflow-scrolling: touch;
}

.visit-card {
	flex: 0 0 335px;
	scroll-snap-align: start;
	border: solid 1px #e0e0e0;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.visit-card:hover {
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 14px 26px rgba(0, 0, 0, 0.11);
}

.visit-image-placeholder {
	height: 245px;
	background: #161616;
}

.visit-card img {
	width: 100%;
	height: 245px;
	object-fit: cover;
	display: block;
}

.visit-card h3 {
	min-height: 58px;
	margin: 0;
	padding: 14px 14px 16px;
	color: #1f2935;
	font-size: 0.92em;
	line-height: 1.45;
	font-weight: 700;
}

.news-sidebar h3 {
	color: #1f2935;
	font-size: 0.95em;
	letter-spacing: 2px;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: solid 1px #ddd;
}

.news-sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.news-sidebar li {
	border-bottom: solid 1px #e5e5e5;
}

.news-sidebar li a {
	display: block;
	padding: 14px 0 14px 18px;
	color: #777;
	text-decoration: none;
}

.news-sidebar li.active a {
	color: #1f2935;
	font-weight: 700;
	border-left: solid 3px #1f2935;
}

@media screen and (max-width: 980px) {
	.news-top-row {
		grid-template-columns: 1fr;
	}

	.featured-news {
		grid-template-columns: 1fr;
	}

	.news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sponsorship-section {
		grid-template-columns: 1fr;
		gap: 28px;
	}

}

@media screen and (max-width: 736px) {
	.news-grid {
		grid-template-columns: 1fr;
	}

	.visits-section {
		margin-top: 0;
		padding: 18px;
	}

	.sponsorship-section {
		padding: 26px 18px;
	}

	.sponsorship-copy h2 {
		font-size: 1.5em;
	}

	.sponsorship-copy p {
		font-size: 0.98em;
		line-height: 1.7;
	}

	.sponsorship-mosaic {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 120px;
	}

	.sponsorship-mosaic .sponsor-img:nth-child(n) {
		grid-column: span 1;
		grid-row: span 1;
	}

	.visits-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.visits-header h2 {
		font-size: 1.05em;
	}

	.visits-grid {
		gap: 16px;
	}

	.visit-card {
		flex-basis: 285px;
	}

	.visit-image-placeholder {
		height: 215px;
	}
}

.mission-vision-row {
    align-items: stretch;
}

.mission-vision-box {
    height: 100%;
    background: #fff;
    padding: 45px 38px;
    border-radius: 8px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.mv-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #f1f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.mv-icon .icon {
    font-size: 28px;
    color: #1f3f63;
}

.mission-vision-box h2 {
    margin-bottom: 22px;
}

.mission-vision-box p {
    line-height: 1.75;
    margin-bottom: 18px;
}

.mv-icon {
    text-align: center;
    margin-bottom: 25px;
}

.mv-icon i {
    font-size: 4.5rem;
    color: #484e82; /* gÃ¶rseldeki turuncu */
}


.mv-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #f1f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.mv-icon .icon {
    font-size: 28px;
    color: #1f3f63;
}

.mission-vision-box h2 {
    margin-bottom: 22px;
}

.mission-vision-box p {
    line-height: 1.75;
    margin-bottom: 18px;
}

.solutions-section {
    width: 100%;
    clear: both;
    margin-bottom: 90px;
}

.solutions-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.solutions-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 35px;
    margin: 0;
    padding: 0;
}

.solution-card {
    width: 100%;
    min-width: 0;
    background: #fff;
    border-radius: 8px;
    padding: 38px 32px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
    text-align: left;
    overflow: hidden;
    box-sizing: border-box;

    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.solution-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
@media (hover: none) {
    .solution-card:hover {
        transform: none;
        box-shadow: 0 4px 18px rgba(0,0,0,0.07);
    }
}
.solution-image {
    margin-bottom: 24px;
}

.solution-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.solution-card h3 {
    font-size: 1.15em;
    margin: 0 0 16px 0;
    color: #222;
}

.solution-card p {
    font-size: 0.95em;
    line-height: 1.75;
    color: #555;
    margin: 0;
}

@media screen and (max-width: 980px) {
    .solutions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 736px) {
    .solutions-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .solution-card {
        padding: 28px 22px;
    }
}



.ileriseramikler-page .hakkimizda-metin {
    text-align: center;
}

.ileriseramikler-page .hakkimizda-metin p {
    text-align: center;
}

/* TOZDAN DOÄAN TEKNOLOJÄ° */

.ceramic-section {
    background: #f4f4f4;
}

.ceramic-intro {
    max-width: 780px;
    margin: 0 auto 55px auto;
    text-align: center;
}

.ceramic-intro h2 {
    font-size: 2em;
    margin-bottom: 18px;
    color: #222;
}

.ceramic-intro p {
    font-size: 1.05em;
    line-height: 1.75;
    color: #555;
    margin: 0;
}

.ceramic-grid {
    align-items: stretch;
}

.ceramic-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ceramic-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 38px rgba(0,0,0,0.12);
}

.ceramic-image {
    display: block;
    margin: 0;
    background: #fff;
}

.ceramic-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.ceramic-content {
    padding: 30px 28px 34px 28px;
}

.ceramic-tag {
    display: inline-block;
    background: #1f3f63;
    color: #fff;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 7px 13px;
    border-radius: 30px;
    margin-bottom: 18px;
}

.ceramic-card h3 {
    margin: 0 0 15px 0;
    font-size: 1.25em;
    color: #222;
}

.ceramic-card h3 a {
    color: #222;
    text-decoration: none;
}

.ceramic-card p {
    font-size: 0.95em;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

@media screen and (max-width: 980px) {
    .ceramic-image img {
        height: 260px;
    }

    .ceramic-intro {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 736px) {
    .ceramic-intro h2 {
        font-size: 1.55em;
    }

    .ceramic-content {
        padding: 26px 22px 30px 22px;
    }

    .ceramic-image img {
        height: 220px;
    }
}
.ak-test-page {
    width: 100%;
    background: #f4f4f4;
}

.ak-test-container {
    width: calc(100% - 100px);
    max-width: 1000px;
    margin: 0 auto;
}

.ak-test-hero {
    background: #ffffff;
    padding: 80px 0;
}

.ak-test-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: center;
}

.ak-test-hero-content span {
    display: inline-block;
    background:  #4b5388;
    color: #fff;
    padding: 9px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

.ak-test-hero-content h1 {
    font-size: 34px;
    line-height: 1.25;
    color: #222;
    margin: 0 0 22px 0;
}

.ak-test-hero-content p {
    font-size: 16px;
    line-height: 1.75;
    color: #555;
    margin: 0;
}

.ak-test-hero-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.12);
}

.ak-test-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 55px 0;
}

.ak-test-list div {
    background: #ffffff;
    padding: 18px 20px;
    border-left: 4px solid  #4b5388;
    border-radius: 6px;
    font-size: 15px;
    color: #333;
    box-shadow: 0 5px 18px rgba(0,0,0,0.06);
}

.ak-test-cards {
    padding-bottom: 90px;
}

.ak-test-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 7px 26px rgba(0,0,0,0.08);
}

.ak-test-card.wide {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 0;
    margin-bottom: 34px;
}

.ak-test-card.wide img {
    width: 100%;
    height: 100%;
    min-height: 270px;
    object-fit: cover;
    display: block;
}

.ak-test-card div {
    padding: 36px;
}

.ak-test-card h2 {
    font-size: 22px;
    color: #222;
    margin: 0 0 16px 0;
}

.ak-test-card p {
    font-size: 15px;
    line-height: 1.75;
    color: #555;
    margin: 0;
}

.ak-test-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
}

.ak-test-card.vertical img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 980px) {
    .ak-test-hero-grid {
        grid-template-columns: 1fr;
    }

    .ak-test-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .ak-test-card.wide {
        grid-template-columns: 1fr;
    }

    .ak-test-grid-2 {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 736px) {
    .ak-test-container {
        width: calc(100% - 40px);
    }

    .ak-test-hero {
        padding: 60px 0;
    }

    .ak-test-hero-content h1 {
        font-size: 26px;
    }

    .ak-test-list {
        grid-template-columns: 1fr;
    }

    .ak-test-card div {
        padding: 28px 22px;
    }

    .ak-test-hero-image img,
    .ak-test-card.vertical img {
        height: 220px;
    }
}














body.HAKKIMIZDA-page,
body.balistik-koruma-page,
body.seramikler-page,
body.ileriseramikler-page {
    overflow-x: hidden;
}
/* Hakkımızda, Balistik Koruma ve Seramikler sayfalarında büyük görselleri sayfa içinde tutar */
.balistik-koruma-page .hakkimizda-gorsel img,
.seramikler-page .hakkimizda-gorsel img,
.ileriseramikler-page .hakkimizda-gorsel img {
    display: block;
    width: 100%;
    max-width: 1100px;
    max-height: 520px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

.balistik-koruma-page .image.featured,
.seramikler-page .image.featured,
.ileriseramikler-page .image.featured {
    display: block;
    max-width: 100%;
    overflow: hidden;
}

.balistik-koruma-page .image.featured img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: initial;
    margin: 0 auto;
}

.seramikler-page .ceramic-image img,
.ileriseramikler-page .ceramic-image img {
    width: 100%;
    max-width: 100%;
    height: 230px;
    object-fit: cover;
}

@media screen and (max-width: 736px) {
    .balistik-koruma-page .hakkimizda-gorsel img,
    .seramikler-page .hakkimizda-gorsel img,
    .ileriseramikler-page .hakkimizda-gorsel img {
        max-height: 320px;
    }

    .seramikler-page .ceramic-image img,
    .ileriseramikler-page .ceramic-image img {
        height: 210px;
    }
}
/* Balistik Koruma ve Seramikler ana görselleri ekran genişliğinde kullanılır */
.balistik-koruma-page .hakkimizda-gorsel,
.seramikler-page .hakkimizda-gorsel,
.ileriseramikler-page .hakkimizda-gorsel {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    transform: translateX(-50%);
    overflow: hidden;
}

.balistik-koruma-page .hakkimizda-gorsel img,
.seramikler-page .hakkimizda-gorsel img,
.ileriseramikler-page .hakkimizda-gorsel img {
    width: 85%;
    max-width: none;
    max-height: none;
    height: auto;
    object-fit: contain;
}

/* Üst menü hover ve aktif sayfa vurgusu */
#nav > ul > li > a,
#nav > ul > li > span {
    position: relative;
    transition: color 0.22s ease, transform 0.22s ease, text-shadow 0.22s ease;
    transform-origin: center;
}

#nav > ul > li > a::after,
#nav > ul > li > span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0.55em;
    width: 0;
    height: 2px;
    background: #5956ff;
    transform: translateX(-50%);
    transition: width 0.22s ease;
}

#nav > ul > li:hover > a,
#nav > ul > li:hover > span,
#nav > ul > li.current > a,
#nav > ul > li.current > span,
#nav > ul > li.active > a,
#nav > ul > li.active > span {
    color: #fff;
    transform: scale(1.06);
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.28);
}

#nav > ul > li:hover > a::after,
#nav > ul > li:hover > span::after,
#nav > ul > li.current > a::after,
#nav > ul > li.current > span::after,
#nav > ul > li.active > a::after,
#nav > ul > li.active > span::after {
    width: 70%;
}
/* Ana banner tam ekran görsel */
.anasayfa-page #header {
    height: 100vh;
    min-height: 650px;
    background-image: url("../../images/bannerakcc.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 736px) {
    .anasayfa-page #header {
        height: 100vh;
        min-height: 560px;
        background-position: center center;
    }
}
/* Ana sayfa banner PDF butonları */
.home-banner-actions {
    position: absolute;
    z-index: 3;
    left: clamp(34px, 5.3vw, 95px);
    bottom: clamp(72px, 13vh, 200px);
    display: flex;
    align-items: center;
    gap: 18px;
}

.home-banner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 7px;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.home-banner-button.primary {
    color: #fff;
    background: linear-gradient(135deg, #5956ff, #5956ff);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
}

.home-banner-button.secondary {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(11, 22, 38, 0.42);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.14);
}

.home-banner-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.home-banner-button.primary:hover {
    background: linear-gradient(135deg, #5956ff, #c0bff8);
}

.home-banner-button.secondary:hover {
    border-color: rgba(255, 255, 255, 0.72);
    background: rgba(11, 22, 38, 0.62);
}

@media screen and (max-width: 736px) {
    .home-banner-actions {
        left: 24px;
        right: 24px;
        bottom: 55px;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .home-banner-button {
        width: 100%;
        min-width: 0;
        min-height: 52px;
        padding: 0 10px;
        font-size: 0.82em;
    }
}
/* Balistik koruma sayfası üst video alanı */
.balistik-koruma-page .balistik-video-hero {
    position: relative;
    left: 40%;
    width:60vw;
    max-width: 60vw;
    margin: 0 0 55px 0;
    transform: translateX(-50%);
    overflow: visible;
    background: #ffffff;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    align-items: stretch;
}
.balistik-koruma-page .balistik-video-hero {
    width: 60vw;
    max-width: 60vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: stretch;
}
.balistik-koruma-page .balistik-video-item,
.balistik-koruma-page .balistik-video-image {
    min-width: 0;
    overflow: visible;
}

.balistik-koruma-page .balistik-video-hero video,
.balistik-koruma-page .balistik-video-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 720px;
    object-fit: cover;
}

@media screen and (max-width: 736px) {
    .balistik-koruma-page .balistik-video-hero {
        grid-template-columns: 1fr;
        margin-bottom: 34px;
    }

    .balistik-koruma-page .balistik-video-hero video,
    .balistik-koruma-page .balistik-video-image img {
        min-height: 260px;
        height: auto;
    }
}

/* İç sayfalarda logo sol üst alanda konumlanır */
body:not(.anasayfa-page) #logo {
    position: absolute;
    z-index: 4;
    top: 2.1em;
    left: clamp(28px, 5vw, 92px);
    width: auto;
    text-align: left;
}

body:not(.anasayfa-page) #logo .header-logo-link {
    display: inline-block;
    line-height: 0;
}

body:not(.anasayfa-page) #logo .main-logo {
    display: block;
    width: clamp(90px, 9vw, 150px);
    height: auto;
    margin: 0;
}

body:not(.anasayfa-page) #logo h1 {
    display: none;
}

@media screen and (max-width: 980px) {
    body:not(.anasayfa-page) #logo {
        left: 22px;
        top: 1.1em;
    }

    body:not(.anasayfa-page) #logo .main-logo {
        width: 78px;
    }
}
/* Kask renk/kaplama ikonları */
.balistik-koruma-page .balistik-video-item {
    position: relative;
}

.balistik-koruma-page .helmet-swatches {
    position: absolute;
    top: 50%;
    right: -20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transform: translateY(-50%);
}

.balistik-koruma-page .helmet-swatch {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.balistik-koruma-page .helmet-swatch:hover {
    transform: scale(1.15);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

.balistik-koruma-page .swatch-black {
    background: #020202;
}

.balistik-koruma-page .swatch-olive {
    background: #64722d;
}

.balistik-koruma-page .swatch-coyote {
    background: #c48a31;
}

.balistik-koruma-page .swatch-camo {
    background:
        radial-gradient(circle at 20% 30%, #6f7b45 0 18%, transparent 19%),
        radial-gradient(circle at 78% 24%, #9b7a4c 0 18%, transparent 19%),
        radial-gradient(circle at 45% 72%, #45512d 0 22%, transparent 23%),
        linear-gradient(135deg, #b7a06b, #61733d 45%, #8a6a3e);
}

@media screen and (max-width: 736px) {
    .balistik-koruma-page .helmet-swatches {
        top: auto;
        right: 14px;
        bottom: 14px;
        flex-direction: row;
        transform: none;
    }

    .balistik-koruma-page .helmet-swatch {
        width: 24px;
        height: 24px;
        border-radius: 5px;
    }
}
/* Basında Biz sayfa içi haber detay panelleri */
.read-more {
    display: inline-block;
    cursor: pointer;
}

.news-detail-tabs {
    margin-top: 38px;
}

.news-detail-panel {
    display: none;
    position: relative;
    padding: 34px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}

.news-detail-panel:target {
    display: block;
}

.news-detail-panel h2 {
    color: #1f2935;
    font-size: 1.45em;
    line-height: 1.35;
    margin: 0 0 24px 0;
}

.news-detail-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.95fr) 1.05fr;
    gap: 30px;
    align-items: start;
}

.news-detail-layout img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: cover;
    border-radius: 4px;
}

.news-detail-layout p {
    color: #666;
    line-height: 1.8;
    margin: 0 0 18px 0;
}

.news-detail-close {
    position: absolute;
    top: 18px;
    right: 22px;
    color: #1f2935;
    font-weight: 700;
    text-decoration: none;
}

@media screen and (max-width: 736px) {
    .news-detail-panel {
        padding: 26px 20px;
    }

    .news-detail-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
/* Basında Biz haber detayları modal pencere olarak açılır */
.news-detail-panel {
    display: none;
}

.news-detail-panel:target {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    display: block;
    width: min(1040px, calc(100vw - 44px));
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    padding: 38px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34), 0 0 0 100vmax rgba(12, 18, 30, 0.68);
}

.news-detail-panel:target .news-detail-close {
    position: sticky;
    top: 0;
    float: right;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    height: 36px;
    margin: -12px -12px 14px 18px;
    border-radius: 5px;
    background: #1f2935;
    color: #fff;
    font-size: 0.82em;
    letter-spacing: 0.04em;
    text-decoration: none;
}

@media screen and (max-width: 736px) {
    .news-detail-panel:target {
        width: calc(100vw - 24px);
        max-height: calc(100vh - 34px);
        padding: 28px 20px;
    }
}
/* Kuruluşumuzdan bugüne HTML zaman çizelgesi */
.HAKKIMIZDA-page .history-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(130px, 1fr));
    gap: 18px;
    align-items: end;
    margin: 18px auto 42px auto;
    padding: 0 0 8px 0;
    max-width: 1260px;
}

.HAKKIMIZDA-page .history-line {
    position: absolute;
    left: 7%;
    right: 7%;
    bottom: 62px;
    height: 3px;
    border-top: 3px dashed #bfc5cf;
    z-index: 0;
}

.HAKKIMIZDA-page .history-item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.HAKKIMIZDA-page .history-card {
    min-height: 198px;
    padding: 18px 16px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.HAKKIMIZDA-page .history-item:hover .history-card {
    transform: translateY(-8px) scale(1.04);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.HAKKIMIZDA-page .history-card h3 {
    margin: 0 0 14px 0;
    color: #111;
    font-size: 0.95em;
    line-height: 1.12;
    font-weight: 800;
}

.HAKKIMIZDA-page .history-card p {
    margin: 0;
    color: #222;
    font-size: 0.74em;
    line-height: 1.35;
}

.HAKKIMIZDA-page .history-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border-radius: 28px;
    background: #4b5388;
    color: #fff;
    font-size: 2.2em;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(32, 42, 92, 0.2);
    transition: transform 0.24s ease;
}

.HAKKIMIZDA-page .history-item:hover .history-icon {
    transform: scale(1.08);
}

.HAKKIMIZDA-page .history-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #0b79a5;
    box-shadow: 0 0 0 2px #c9ced7;
}

.HAKKIMIZDA-page .history-year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    min-height: 34px;
    padding: 0 12px;
    background: #262326;
    color: #fff;
    font-size: 1.22em;
    line-height: 1;
}

@media screen and (max-width: 980px) {
    .HAKKIMIZDA-page .history-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px;
    }

    .HAKKIMIZDA-page .history-line {
        display: none;
    }
}

@media screen and (max-width: 736px) {
    .HAKKIMIZDA-page .history-timeline {
        grid-template-columns: 1fr;
        max-width: 420px;
    }
}
.HAKKIMIZDA-page .history-icon svg {
    width: 46px;
    height: 46px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* Ana sayfa Neden Akıncılar HTML alanı */
.anasayfa-page .why-akincilar {
	position: relative;
	width: min(100%, 1880px);
	margin: 0 auto 72px auto;
	color: #11162f;
}

.anasayfa-page .why-card-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 34px);
	align-items: stretch;
	margin-bottom: 30px;
}

.anasayfa-page .why-card {
	position: relative;
	min-height: 392px;
	padding: 32px 26px 54px;
	background: #fff;
	border: 1px solid rgba(31,63,99,0.06);
	border-radius: 18px;
	box-shadow: 0 16px 35px rgba(31,63,99,0.08);
	text-align: center;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
	will-change: transform;
	overflow: hidden;
}

.anasayfa-page .why-card:hover {
	transform: translateY(-8px) scale(1.025);
	box-shadow: 0 24px 46px rgba(31,63,99,0.16);
	border-color: rgba(212,143,31,0.28);
}

.anasayfa-page .why-icon,
.anasayfa-page .why-stat-icon {
	width: 118px;
	height: 118px;
	margin: 0 auto 24px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 7px 18px rgba(31,63,99,0.11);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #11162f;
	position: relative;
}

.anasayfa-page .why-icon:after {
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	border-top: 2px solid #d88d16;
	border-right: 2px solid #d88d16;
	border-radius: 0 60px 0 0;
}

.anasayfa-page .why-icon svg,
.anasayfa-page .why-stat-icon svg {
	width: 58px;
	height: 58px;
	fill: none;
	stroke: currentColor;
	stroke-width: 3.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.anasayfa-page .why-card h3 {
	margin: 0;
	font-size: 1.05em;
	line-height: 1.23;
	font-weight: 800;
	letter-spacing: 0;
	color: #11162f;
}

.anasayfa-page .why-divider {
	display: block;
	width: 54px;
	height: 2px;
	margin: 22px auto 25px;
	background: #d88d16;
}

.anasayfa-page .why-card p {
	margin: 0 auto;
	max-width: 260px;
	font-size: 0.94em;
	line-height: 1.62;
	font-weight: 600;
	color: #1f2746;
}

.anasayfa-page .why-foot {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 132px;
	height: 36px;
	transform: translateX(-50%);
	background: #303c85;
	clip-path: polygon(15% 0, 85% 0, 100% 100%, 0 100%);
	box-shadow: inset 0 0 18px rgba(255,255,255,0.08);
}

.anasayfa-page .why-global-panel {
	display: grid;
	grid-template-columns: minmax(260px, 0.95fr) minmax(420px, 1.55fr) minmax(260px, 0.95fr);
	gap: clamp(18px, 2vw, 34px);
	align-items: center;
	padding: 28px 30px 22px;
	background: #fff;
	border: 1px solid rgba(31,63,99,0.1);
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(31,63,99,0.07);
}

.anasayfa-page .why-stat {
	display: flex;
	gap: 24px;
	align-items: center;
	min-height: 178px;
	transition: transform 220ms ease;
}

.anasayfa-page .why-stat:hover {
	transform: translateY(-5px);
}

.anasayfa-page .why-stat-icon {
	flex: 0 0 116px;
	margin: 0;
	color: #d88d16;
}

.anasayfa-page .why-stat strong {
	float: left;
	margin-right: 14px;
	font-size: 4.6em;
	line-height: 0.9;
	font-weight: 800;
	color: #303c85;
}

.anasayfa-page .why-stat h3 {
	margin: 0 0 10px;
	font-size: 1.04em;
	line-height: 1.12;
	font-weight: 800;
	color: #11162f;
}

.anasayfa-page .why-stat p {
	clear: both;
	margin: 0;
	font-size: 0.96em;
	line-height: 1.48;
	font-weight: 600;
	color: #1f2746;
}

.anasayfa-page .why-map-area {
	position: relative;
	min-height: 205px;
	padding: 8px 20px 0;
	border-left: 2px solid #d88d16;
	border-right: 2px solid #d88d16;
}

.anasayfa-page .why-map-dots {
	position: relative;
	height: 132px;
	max-width: 520px;
	margin: 0 auto 8px;
	opacity: 0.88;
	background-image: radial-gradient(circle, #8490b8 0 2px, transparent 2.5px);
	background-size: 14px 14px;
	background-repeat: repeat;
	clip-path: polygon(9% 32%, 20% 18%, 34% 20%, 40% 32%, 48% 27%, 59% 17%, 76% 23%, 89% 39%, 78% 58%, 60% 52%, 53% 74%, 39% 60%, 24% 69%, 15% 54%);
}

.anasayfa-page .why-map-pin {
	position: absolute;
	width: 22px;
	height: 22px;
	background: #d88d16;
	border: 4px solid #303c85;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
	box-shadow: 0 4px 10px rgba(31,63,99,0.22);
	transition: transform 180ms ease;
}

.anasayfa-page .why-map-pin:hover {
	transform: rotate(-45deg) scale(1.18);
}

.anasayfa-page .why-map-pin:after {
	content: '';
	position: absolute;
	inset: 4px;
	background: #fff;
	border-radius: 50%;
}

.anasayfa-page .pin-florida { left: 31%; top: 54px; }
.anasayfa-page .pin-mali { left: 48%; top: 88px; }
.anasayfa-page .pin-turkiye { left: 63%; top: 62px; }

.anasayfa-page .why-map-labels {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	text-align: center;
	color: #11162f;
}

.anasayfa-page .why-map-labels span {
	position: relative;
	display: block;
	padding-left: 24px;
	font-size: 0.82em;
	line-height: 1.1;
	font-weight: 800;
}

.anasayfa-page .why-map-labels span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 14px;
	height: 14px;
	border: 3px solid #d88d16;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
}

.anasayfa-page .why-map-labels small {
	display: block;
	margin-top: 3px;
	font-size: 0.82em;
	font-weight: 700;
}

@media screen and (max-width: 1180px) {
	.anasayfa-page .why-card-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.anasayfa-page .why-global-panel {
		grid-template-columns: 1fr;
	}

	.anasayfa-page .why-map-area {
		border-left: 0;
		border-right: 0;
		border-top: 2px solid #d88d16;
		border-bottom: 2px solid #d88d16;
		padding: 22px 10px;
	}
}

@media screen and (max-width: 736px) {
	.anasayfa-page .why-akincilar {
		margin-bottom: 46px;
	}

	.anasayfa-page .why-card-grid {
		grid-template-columns: 1fr;
	}

	.anasayfa-page .why-card {
		min-height: auto;
		padding: 30px 22px 54px;
	}

	.anasayfa-page .why-global-panel {
		padding: 22px 18px;
	}

	.anasayfa-page .why-stat {
		align-items: flex-start;
		gap: 16px;
	}

	.anasayfa-page .why-stat-icon {
		flex-basis: 82px;
		width: 82px;
		height: 82px;
	}

	.anasayfa-page .why-stat-icon svg {
		width: 42px;
		height: 42px;
	}

	.anasayfa-page .why-stat strong {
		font-size: 3.4em;
	}

	.anasayfa-page .why-map-labels {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.anasayfa-page .pin-florida { left: 25%; }
	.anasayfa-page .pin-mali { left: 47%; }
	.anasayfa-page .pin-turkiye { left: 69%; }
}
.anasayfa-page .why-global-image {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.anasayfa-page .why-global-image img {
    display: block;
    width: 100%;
    max-width: 1880px;
    height: auto;
    margin: 0 auto;
}
.anasayfa-page .why-icon img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    display: block;
}
/* Sayfa yukarı çık butonu */
html {
	scroll-behavior: smooth;
}

.back-to-top {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 9999;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #1f3f63;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(31, 63, 99, 0.28);
	transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.back-to-top span {
	font-size: 1.65em;
	line-height: 1;
	font-weight: 700;
	transform: translateY(2px);
}

.back-to-top:hover {
	background: #d88d16;
	color: #fff;
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(31, 63, 99, 0.34);
}

@media screen and (max-width: 736px) {
	.back-to-top {
		right: 18px;
		bottom: 18px;
		width: 42px;
		height: 42px;
	}
}
/* Ana sayfa mobil banner görseli */
@media screen and (max-width: 736px) {
	.anasayfa-page #header {
		background-image: url("../../images/mobilbanner.png");
		background-position: center center;
		background-size: cover;
	}
}
/* İç sayfalar mobil header daraltma */
@media screen and (max-width: 736px) {
	body:not(.anasayfa-page) #header {
		height: 10vh;
		min-height: 150px;
		max-height: 200px;
		background-position: center top;
	}

	body:not(.anasayfa-page) #logo {
		top: 3em;
		left: 1px;
	}

	body:not(.anasayfa-page) #logo .main-logo {
		width: 76px;
	}
}

/* Hakkımızda mobil timeline sıkı görünüm */
@media screen and (max-width: 736px) {
	.HAKKIMIZDA-page .history-timeline {
		grid-template-columns: 1fr;
		max-width: 300px;
		gap: 14px;
		margin-left: auto;
		margin-right: auto;
	}

	.HAKKIMIZDA-page .history-item {
		gap: 6px;
	}

	.HAKKIMIZDA-page .history-card {
		width: 100%;
		min-height: 0;
		padding: 11px 12px 13px;
		border-radius: 7px;
		box-shadow: 0 7px 18px rgba(0, 0, 0, 0.06);
	}

	.HAKKIMIZDA-page .history-card h3 {
		margin-bottom: 7px;
		font-size: 0.76em;
		line-height: 1.05;
	}

	.HAKKIMIZDA-page .history-card p {
		font-size: 0.62em;
		line-height: 1.28;
	}

	.HAKKIMIZDA-page .history-icon {
		width: 54px;
		height: 54px;
		border-radius: 16px;
		margin-top: 2px;
		box-shadow: 0 7px 14px rgba(45, 57, 125, 0.16);
	}

	.HAKKIMIZDA-page .history-icon svg {
		width: 30px;
		height: 30px;
	}

	.HAKKIMIZDA-page .history-dot {
		width: 14px;
		height: 14px;
		border-width: 4px;
	}

	.HAKKIMIZDA-page .history-year {
		min-width: 68px;
		min-height: 26px;
		font-size: 0.76em;
		margin-top: 3px;
	}
}
/* Dil seçim menüsü */
#header .language-selector {
	position: absolute;
	top: 2.15em;
	right: clamp(24px, 4vw, 76px);
	z-index: 20;
}

.language-selector details {
	position: relative;
}

.language-selector summary {
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 50%;
	background: transparent;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	list-style: none;
	box-shadow: none;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.language-selector summary::-webkit-details-marker {
	display: none;
}

.language-selector summary:hover {
	transform: translateY(-2px);
	background: transparent;
	border-color: rgba(255, 255, 255, 0.58);
}

.language-selector svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.language-menu {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	min-width: 92px;
	padding: 7px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
	display: grid;
	gap: 4px;
}

.language-menu a {
	display: block;
	padding: 8px 12px;
	border-radius: 6px;
	text-align: center;
	font-size: 0.8em;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	color: #1f3f63;
}

.language-menu a:hover,
.language-menu a.active {
	background: #1f3f63;
	color: #fff;
}

@media screen and (max-width: 736px) {
	#header .language-selector {
		top: 12px;
		right: 12px;
	}

	.language-selector summary {
		width: 38px;
		height: 38px;
	}

	.language-menu {
		min-width: 84px;
	}
}
/* İngilizce sayfa görsel override */
.en-page.anasayfa-page #header {
	background-image: url("../../images/EN/bannerakcc-en.png");
}

@media screen and (max-width: 736px) {
	.en-page.anasayfa-page #header {
		background-image: url("../../images/EN/mobilbanner-en.png");
	}
}
/* Mobil footer adres siralamasi */
@media screen and (max-width: 736px) {
	#footer .feature-list.small {
		box-sizing: border-box;
		width: 100%;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	#footer .feature-list.small > .row {
		display: flex;
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}

	#footer .feature-list.small > .row > div {
		display: contents;
	}

	#footer .feature-list.small > .row > div > section {
		box-sizing: border-box;
		width: 100%;
		margin: 0 !important;
		padding: 1.85em 0 1.85em 4.65em;
		border-top: solid 1px rgba(255, 255, 255, 0.08);
	}

	#footer .feature-list.small h3 {
		margin: 0 0 0.65em 0;
	}

	#footer .feature-list.small h3:before {
		left: 0.45em;
		top: 1.7em;
		margin-top: 0;
	}

	#footer .feature-list.small p {
		margin-bottom: 0;
	}

	#footer .feature-list.small > .row > div:first-child > section:nth-child(1) {
		order: 1;
		border-top: 0;
	}

	#footer .feature-list.small > .row > div:nth-child(2) > section:nth-child(1) {
		order: 2;
	}

	#footer .feature-list.small > .row > div:first-child > section:nth-child(2) {
		order: 3;
	}

	#footer .feature-list.small > .row > div:nth-child(2) > section:nth-child(2) {
		order: 4;
	}

	#footer .feature-list.small > .row > div:first-child > section:nth-child(3) {
		order: 5;
	}

	#footer .feature-list.small > .row > div:nth-child(2) > section:nth-child(3) {
		order: 6;
	}

	#footer .feature-list.small > .row > div:nth-child(2) > section:nth-child(4) {
		order: 7;
	}
}
/* Test ve analiz sayfasi kutu genisligi */
.test-analiz-page .ak-test-list {
	width: min(1250px, calc(100vw - 72px));
	margin-left: 50%;
	transform: translateX(-50%);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.test-analiz-page .ak-test-list div {
	white-space: nowrap;
	padding-left: 28px;
	padding-right: 28px;
}

@media screen and (max-width: 736px) {
	.test-analiz-page .ak-test-list {
		width: 100%;
		margin-left: 0;
		transform: none;
		grid-template-columns: 1fr;
	}

	.test-analiz-page .ak-test-list div {
		white-space: normal;
	}
}
/* Haber detay metin duzeni */
.news-detail-text h3 {
	color: #1f2935;
	font-size: 1.05em;
	line-height: 1.45;
	margin: 0 0 18px 0;
	letter-spacing: 0.04em;
}

.news-detail-text p {
	color: #666;
	line-height: 1.85;
	margin: 0 0 18px 0;
}
/* Haber detay galeri duzeni */
.news-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.news-gallery img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 6px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.news-gallery-contain img {
	object-fit: contain;
	background: #f5f5f5;
}

@media screen and (max-width: 736px) {
	.news-gallery {
		grid-template-columns: 1fr;
		gap: 14px;
	}
}
/* Ana sayfa banner kirpilma duzeltmesi */
@media screen and (min-width: 737px) {
	.anasayfa-page #header {
		background-size: cover;
		background-position: left top;
	}

	.en-page.anasayfa-page #header {
		background-size: cover;
		background-position: left top;
	}
}
/* Ana sayfa kurumsal alan yerlesimi */
@media screen and (min-width: 737px) {
	.anasayfa-page #intro {
		margin-top: -72px;
		padding-top: 4.8em;
	}

	.anasayfa-page #intro > .title {
		top: -2.2em;
	}

	.anasayfa-page #intro .style3 {
		max-width: 980px;
		margin: 0 auto;
		padding: 0 24px;
		text-align: center;
	}
}
/* Ana sayfa kurumsal baslik golge hizasi */
@media screen and (min-width: 737px) {
	.anasayfa-page #intro > .title:before,
	.anasayfa-page #intro > .title:after {
		bottom: -20px;
		height: 20px;
		background-size: 100% 100%;
	}
}
/* Ana sayfa kurumsal baslik yan golgeleri kapatma */
@media screen and (min-width: 737px) {
	.anasayfa-page #intro > .title:before,
	.anasayfa-page #intro > .title:after {
		display: none !important;
	}
}
/* Belgeler basligi golge duzeltmesi */
.certificates-section > .title:before,
.certificates-section > .title:after {
	display: none !important;
}
/* Mobil haber detay kapat butonu */
@media screen and (max-width: 736px) {
	.news-detail-panel:target {
		padding-top: 56px;
	}

	.news-detail-panel:target .news-detail-close {
		position: absolute;
		top: 14px;
		right: 16px;
		float: none;
		min-width: 74px;
		height: 38px;
		padding: 0 14px;
		align-items: center;
		justify-content: center;
		border-radius: 4px;
		background: #1f3f63;
		color: #fff !important;
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
	}
}
/* Mobil haber detay kapat butonu Safari duzeltmesi */
@media screen and (max-width: 736px) {
	.news-detail-panel:target {
		padding: 18px 18px 30px 18px;
	}

	.news-detail-panel:target .news-detail-close {
		position: sticky !important;
		top: 12px !important;
		right: auto !important;
		float: none !important;
		display: flex !important;
		width: max-content;
		min-width: 82px;
		height: 40px;
		margin: 0 0 20px auto !important;
		padding: 0 16px;
		align-items: center;
		justify-content: center;
		border-radius: 4px;
		background: #1f3f63;
		color: #fff !important;
		line-height: 1;
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
		transform: none !important;
	}
}
/* Hakkimizda mobil baslik alti bosluk duzeltmesi */
@media screen and (max-width: 736px) {
	.HAKKIMIZDA-page .history-section,
	.HAKKIMIZDA-page .sector-section,
	.HAKKIMIZDA-page .certificates-section {
		padding-top: 1.35em !important;
		padding-bottom: 3em !important;
	}

	.HAKKIMIZDA-page .history-section > .container,
	.HAKKIMIZDA-page .sector-section > .container,
	.HAKKIMIZDA-page .certificates-section > .container {
		margin-top: 0 !important;
	}

	.HAKKIMIZDA-page .history-section .history-timeline {
		margin-top: 0 !important;
	}

	.HAKKIMIZDA-page .sector-section .hakkimizda-gorsel,
	.HAKKIMIZDA-page .certificates-section .hakkimizda-gorsel {
		margin-top: 0 !important;
	}
}
/* Hakkimizda mobil belgeler baslik cakisma duzeltmesi */
@media screen and (max-width: 736px) {
	.HAKKIMIZDA-page .certificates-section {
		padding-top: 3.2em !important;
	}

	.HAKKIMIZDA-page .certificates-section > .container {
		padding-top: 1.1em !important;
	}
}
