/* =================================================================== */
/*
/*  Advent v1.0 Main Stylesheet
/*  url: styleshout.com
/*  08-28-2015
/*
/*	 TOC:
/*  01. =webfonts and iconfonts
/*  02. =document setup
/*  03. =preloader
/*  04. =forms
/*  05. =content styles
/*  06. =modals
/*  07. =footer
/*
/* =================================================================== */

/* 
/* 01. =webfonts and iconfonts
/* =================================================================== */
@import url("fonts.css");
@import url("font-awesome/css/font-awesome.min.css");

/* 
/* 02. =document setup
/* =================================================================== */

/* Body 
---------------------------------------------------------------------- */
html,
body {
	height: 100%;
}

html {
	
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}

body {
	font: 15px/30px "montserrat-regular", sans-serif;
	font-weight: normal;
	color: #115ba4;
}

/* links 
---------------------------------------------------------------------- */
a,
a:visited {
	outline: none;
	color: #0370B1;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: white;
}

/* Typography
--------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "montserrat-bold", sans-serif;
	color: #575859;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin: 18px 0 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 30px;
	line-height: 36px;
	margin-top: 0;
	letter-spacing: -1px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	line-height: 30px;
}

h4 {
	font-size: 17px;
	line-height: 30px;
}

h5 {
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6 {
	font-size: 13px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p {
	margin: 15px 0 15px 0;
}

p img {
	margin: 0;
}

p.lead {
	font: 17px/33px "montserrat-regular", sans-serif;
	color: #707273;
}

em {
	font: 15px/30px "montserrat-regular", sans-serif;
	font-style: normal;
}

strong,
b {
	font: 15px/30px "montserrat-bold", sans-serif;
	font-weight: normal;
}

small {
	font-size: 11px;
	line-height: inherit;
}

blockquote {
	margin: 18px 0px;
	padding-left: 40px;
	position: relative;
}

blockquote:before {
	content: "\201C";
	opacity: 0.45;
	font-size: 80px;
	line-height: 0px;
	margin: 0;
	font-family: arial, sans-serif;
	position: absolute;
	top: 30px;
	left: 0;
}

blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
}

blockquote cite {
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
	color: #707273;
	border: none;
}

abbr {
	font-family: "montserrat-bold", serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .5px;
	color: #7d7e80;
}

pre,
code {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	padding: 3px;
	background: #ECF0F1;
	color: #707273;
	border-radius: 3px;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

mark {
	background: #FFF49B;
	color: #000;
}

hr {
	border: solid #0370B1;
	border-width: 1px 0 0;
	clear: both;
	margin: 23px 0 12px;
	height: 0;
}

/* Lists  
--------------------------------------------------------------------- */
ul,
ol {
	margin-top: 15px;
	margin-bottom: 15px;
}

ul {
	list-style: disc;
	margin-left: 17px;
}

dl {
	margin: 0 0 15px 0;
}

dt {
	margin: 0;
	color: #0370B1;
}

dd {
	margin: 0 0 0 20px;
}

/* Floated image  
--------------------------------------------------------------------- */
img.pull-right {
	margin: 12px 0px 0px 18px;
}

img.pull-left {
	margin: 12px 18px 0px 0px;
}

/* Style Placeholder Text  
--------------------------------------------------------------------- */
::-webkit-input-placeholder {
	color: black;
}

:-moz-placeholder {

	/* Firefox 18- */
	color: black;
}

::-moz-placeholder {

	/* Firefox 19+ */
	color: black;
}

:-ms-input-placeholder {
	color: black;
}

.placeholder {
	color: black !important;
}

/* 
/* 03. =preloader
/* =================================================================== */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	z-index: 9999999;
	height: 100%;
}

.no-js #preloader,
.oldie #preloader,
.ie9 #preloader {
	display: none;
}

#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	padding: 0;
}

#loader:before {
	content: "";
	border-top: 11px solid rgba(255, 255, 255, 0.2);
	border-right: 11px solid rgba(255, 255, 255, 0.2);
	border-bottom: 11px solid rgba(255, 255, 255, 0.2);
	border-left: 11px solid #0370B1;
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

/* 
/* 04. forms
/* =================================================================== */
form {
	margin-bottom: 24px;
}

fieldset {
	margin: 0 0 24px 0;
	padding: 0;
	border: none;
}

input,
button {
	-webkit-font-smoothing: antialiased;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	display: block;
	padding: 12px 15px;
	margin: 0 0 12px 0;
	border: 0;
	outline: none;
	vertical-align: middle;
	color: #a3a4a6;
	font-family: "montserrat-regular", sans-serif;
	font-size: 14px;
	line-height: 24px;
	border-radius: 3px;
	max-width: 100%;
	background: transparent;
	border: 3px solid #a9aaab;
}

textarea {
	min-height: 162px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: white;
}

label,
legend {
	font: 15px/30px "montserrat-bold", sans-serif;
	margin: 12px 0;
	color: #252525;
	display: block;
}

label span,
legend span {
	color: #575859;
	font: 15px/30px "montserrat-bold", serif;
}

input[type="checkbox"],
input[type="radio"] {
	font-size: 15px;
	color: #575859;
}

input[type="checkbox"] {
	display: inline;
}

/* 
/* 05. =content styles
/* =================================================================== */
.browserupgrade {
	text-align: center;
	padding: 15px 30px;
	background: white;
}

#content-wrap {
	position: relative;
	z-index: 1;
	background: #fff;
	padding-bottom: 50px; /* Footer için boşluk */
}

@media only screen and (max-width:900px) {
	#content-wrap {
		padding-top: 9%;
	}

}

@media only screen and (max-width:768px) {
	#content-wrap {
		padding-top: 13%;
	}

}

@media only screen and (max-width:600px) {
	#content-wrap {
		min-height: auto;
		padding-top: 60px;
	}

}

@media only screen and (max-width:400px) {
	#content-wrap {
		padding-top: 54px;
	}

}

/* main
------------------------------------------ */
main.row {
	max-width: 100%;
	padding: 0 0;
}

main {
	text-align: center;
}

main::after {
	content: "";
	display: block;
	height: 150px;
}

main h1 {
	font: 38px/1.2em sans-serif;
	font-weight:bold;
	color: #0370B1;
	margin-bottom: 12px;
	padding: 0;
}

main p {
	font: 17px/36px "montserrat-regular", sans-serif;
	color: #fff;
	margin-bottom: 18px;
	padding: 0;
}

main hr {
	border: solid #0370B1;
	border-width: 5px 0 0;
	margin: 19px auto 12px;
	height: 0;
	width: 100px;
}

main .site-header .logo {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 36px 0;
	padding: 0;
}

main .site-header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 500px;
	height: 353px;
	background: url("../images/logo/logo@2x.png") no-repeat;
	background-size: contain;
}

@media only screen and (max-width:900px) {
	main.row {
		width: 85%;
	}

	main h1 {
		font: 35px/1.2em "montserrat-bold", sans-serif;
	}

	main p {
		font: 16px/30px "montserrat-regular", sans-serif;
	}

	main .site-header .logo {
		margin: 0 0 30px 0;
	}

	main .site-header .logo a {
		width: 104px;
		height: 72px;
	}

}

@media only screen and (max-width:768px) {
	main.row {
		width: 92%;
	}

	main h1 {
		font: 32px/1.2em "montserrat-bold", sans-serif;
	}

	main p {
		font: 15px/30px "montserrat-regular", sans-serif;
	}

	main .site-header .logo {
		margin: 0 0 24px 0;
	}

}

@media only screen and (max-width:500px) {
	main.row {
		width: 96%;
	}

	main h1 {
		font: 30px/1.2em "montserrat-bold", sans-serif;
	}

	main p {
		line-height: 27px;
	}

	main::after {
		height: 78px;
	}

}

@media only screen and (max-width:400px) {
	main.row {
		width: 100%;
	}

	main h1 {
		font: 28px/1.2em "montserrat-bold", sans-serif;
	}

	main p {
		font: 14px/27px "montserrat-regular", sans-serif;
	}

	main .site-header .logo a {
		width: 95px;
		height: 66px;
	}

}

/* counter 
------------------------------------------ */
#counter {
	width: 90%;
	color: white;
	text-align: center;
	margin: 18px auto 0;
}

#counter span {
	font: 62px/1em "montserrat-bold", sans-serif;
	display: block;
	padding: 12px 0 30px;
	min-width: 25%;
	float: left;
}

#counter span em {
	font: 11px/18px "montserrat-regular", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 3px;
	display: block;
	color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width:900px) {
	#counter {
		width: 92%;
	}

	#counter span {
		font: 58px/1em "montserrat-bold", sans-serif;
	}

}

@media only screen and (max-width:768px) {
	#counter {
		width: 100%;
	}

	#counter span {
		font: 52px/1em "montserrat-bold", sans-serif;
	}

}

@media only screen and (max-width:600px) {
	#counter {
		margin-bottom: 24px;
	}

	#counter span {
		font: 48px/1em "montserrat-bold", sans-serif;
	}

}

@media only screen and (max-width:500px) {
	#counter {
		margin-bottom: 12px;
	}

	#counter span {
		font: 37px/1em "montserrat-bold", sans-serif;
	}

	#counter span em {
		font: 9px/18px "montserrat-regular", sans-serif;
		letter-spacing: 1.5px;
	}

}

@media only screen and (max-width:400px) {
	#counter span {
		font: 31px/1em "montserrat-bold", sans-serif;
	}

	#counter span em {
		font: 8px/18px "montserrat-regular", sans-serif;
		letter-spacing: 1px;
	}

}

/* mailchimp form
------------------------------------------ */
#mc-signup {
	clear: both;
	width: 75%;
	margin: 6px auto 30px;
}

#mc-signup input {
	display: inline-block;
	float: left;
	border: none;
	font-size: 15px;
	font-family: "montserrat-bold", sans-serif;
}

#mc-signup input[type="email"] {
	height: 54px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 30px;
	padding: 12px 15px 12px 20px;
	border-radius: 3px 0 0 3px;
	background: rgba(255, 255, 255, 0.25);
	width: 70%;
}

#mc-signup input[type="submit"] {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 30px;
	height: 54px;
	padding: 12px 25px 12px 25px;
	border-radius: 0 3px 3px 0;
	background: white;
	width: 30%;
	text-align: center;
	color: black;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#mc-signup input[type="submit"]:hover {
	background: #0370B1;
}

#mc-signup label {
	clear: both;
	display: block;
	width: 100%;
	min-height: 30px;
	font-family: "montserrat-regular", sans-serif;
	color: white;
}

#mc-signup label i {
	color: #0370B1;
	margin-right: 5px;
}

@media only screen and (max-width:900px) {
	#mc-signup {
		width: 70%;
	}

	#mc-signup input[type="email"] {
		width: 60%;
	}

	#mc-signup input[type="submit"] {
		width: 40%;
	}

}

@media only screen and (max-width:768px) {
	#mc-signup {
		width: 80%;
		margin-bottom: 30px;
	}

	#mc-signup input[type="email"] {
		width: 55%;
	}

	#mc-signup input[type="submit"] {
		width: 45%;
	}

}

@media only screen and (max-width:600px) {
	#mc-signup {
		width: 100%;
		margin-bottom: 24px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#mc-signup input[type="email"] {
		width: 100%;
		float: none;
		margin-bottom: 0;
		border-radius: 3px 3px 0 0;
		text-align: center;
	}

	#mc-signup input[type="submit"] {
		width: 100%;
		float: none;
		border-radius: 0 0 3px 3px;
	}

}

@media only screen and (max-width:400px) {
	#mc-signup {
		padding-left: 0;
		padding-right: 0;
	}

}

/* modal toggles
------------------------------------------ */
.modal-toggles {
	position: fixed;
	bottom: 80px;
	left: 0;
	width: 100%;
	text-align: center;
}

.modal-toggles ul {
	display: inline-flex;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 30px;
	padding: 10px 20px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.modal-toggles li {
	margin: 0 15px;
}

.modal-toggles li a {
	color: #0370B1;
	font-weight: 500;
	transition: color 0.3s ease;
}

.modal-toggles li a:hover {
	color: #025384;
}

/* 
/* 06. =modals
/* =================================================================== */
#mod-about,
#mod-map {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 100%;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}

#mod-about {
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

#mod-map {
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

#mod-map.is-visible,
#mod-about.is-visible {
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

#mod-about.is-visible {
	position: absolute;
	min-height: none;
}

.modal-toggle {
	position: fixed;
	top: 30px;
	left: 40px;
	display: inline-block;
	z-index: 999995;
}

.modal-toggle a {
	display: block;
	height: 46px;
	width: 46px;
	border-radius: 50%;
	background: black;
	text-indent: -99999em;
	float: left;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.modal-toggle a::before,
.modal-toggle a::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 4px;
	height: 14px;
	border-radius: 2px;
	top: 16px;
	left: 21px;
	background-color: white;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.modal-toggle a::before {
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal-toggle a::after {
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal-toggle a:hover::before,
.modal-toggle a:hover::after {
	background-color: #0370B1;
}

@media only screen and (max-width:600px) {
	.modal-toggle {
		left: 35px;
	}

	.modal-toggle a {
		height: 42px;
		width: 42px;
	}

	.modal-toggle a::before,
	.modal-toggle a::after {
		top: 14px;
		left: 19px;
	}

}

@media only screen and (max-width:400px) {
	.modal-toggle {
		left: 25px;
	}

}

/* modal about
------------------------------------------ */
#mod-about {
	z-index: 999991;
}

#mod-about::after {
	content: "";
	display: block;
	height: 120px;
}

#mod-about .row {
	max-width: 750px;
}

/* about header */
.about-header {
	text-align: center;
	margin-top: 5%;
}

.about-header h1 {
	font: 38px/1.2em "montserrat-bold", sans-serif;
	color: #0370B1;
}

.about-header .icon-wrap {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 36px 0;
	padding: 0;
}

.about-header .icon-wrap i {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 70px;
	height: 56px;
	background: url("../images/users@2x.png") no-repeat;
	background-size: contain;
}

@media only screen and (max-width:900px) {
	.about-header {
		margin-top: 7%;
	}

	.about-header h1 {
		font: 35px/1.2em "montserrat-bold", sans-serif;
	}

	.about-header .icon-wrap i {
		width: 61px;
		height: 50px;
	}

}

@media only screen and (max-width:768px) {
	.about-header {
		margin-top: 10%;
	}

	.about-header h1 {
		font: 32px/1.2em "montserrat-bold", sans-serif;
	}

	.about-header .icon-wrap {
		margin: 0 0 24px 0;
	}

}

@media only screen and (max-width:600px) {
	.about-header {
		margin-top: 60px;
	}

}

@media only screen and (max-width:500px) {
	.about-header {
		margin-top: 54px;
	}

	.about-header h1 {
		font: 30px/1.2em "montserrat-bold", sans-serif;
	}

}

@media only screen and (max-width:400px) {
	.about-header h1 {
		font: 28px/1.2em "montserrat-bold", sans-serif;
	}

	.about-header .icon-wrap i {
		width: 56px;
		height: 46px;
	}

}

/* about content */
.about-content {
	color: white;
	padding: 30px;
}

.about-content h3 {
	font: 14px/1em "montserrat-bold", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #0370B1;
}

.contact p {
	margin: 9px 0;
}

.contact h3 {
	margin-top: 24px;
	margin-bottom: 0;
}

/* about slider */
.slider hr {
	filter: alpha(opacity=10);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	opacity: 0.1;
	zoom: 1;
}

#owl-slider {
	margin: 24px 0 0 0;
	padding: 0;
}

#owl-slider .item {
	list-style: none;
	color: white;
	text-align: center;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; /* Türkçe karakterleri destekleyen font ailesi */
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0;
}

#owl-slider .item .slider-icon {
	display: block;
	height: 50px;
	width: 50px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto 6px;
	padding: 0;
}

.s-photography .slider-icon {
	background-image: url("../images/slides/photography@2x.png");
}

.s-digital-media .slider-icon {
	background-image: url("../images/slides/digitalmedia@2x.png");
}

.s-marketing .slider-icon {
	background-image: url("../images/slides/marketing@2x.png");
}

.s-videography .slider-icon {
	background-image: url("../images/slides/videography@2x.png");
}

.s-packaging .slider-icon {
	background-image: url("../images/slides/packaging@2x.png");
}

.s-webdesign .slider-icon {
	background-image: url("../images/slides/webdesign@2x.png");
}

.s-web-development .slider-icon {
	background-image: url("../images/slides/webdevelopment@2x.png");
}

.s-branding .slider-icon {
	background-image: url("../images/slides/branding@2x.png");
}

.owl-pagination {
	text-align: center;
	width: 100%;
	margin: 6px 0 0;
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 12px 8px 0 8px;
	border-radius: 50%;
	display: inline-block;
	background: #969696;
}

.owl-theme .owl-controls .owl-page.active span {
	background: #0370B1;
}

/* modal map
------------------------------------------ */
#mod-map {
	background: black;
	z-index: 999993;
}

#mod-map .gm-style img {
	max-width: none;
}

#mod-map .gm-style label {
	width: auto;
	display: inline;
}

#mod-map #map-container {
	height: 100%;
	width: 100%;
	background: white;
	position: relative;
}

#mod-map address {
	font: 12px/18px "montserrat-regular", sans-serif;
	display: table-cell;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.85);
	color: #ddd;
	padding: 18px 30px 18px 75px;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 999994;
}

#mod-map address::before {
	position: absolute;
	content: " ";
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: url("../images/marker@2x.png") no-repeat center center;
	background-size: contain;
	margin: 5px;
	margin-top: -18px;
	top: 50%;
	left: 20px;
}

#mod-map #map-zoom-in,
#mod-map #map-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-right: 40px;
	color: white;
	background-color: black;
}

@media only screen and (max-width:600px) {
	#mod-map #map-zoom-in,
	#mod-map #map-zoom-out {
		margin-right: 35px;
	}

}

@media only screen and (max-width:400px) {
	#mod-map #map-zoom-in,
	#mod-map #map-zoom-out {
		margin-right: 25px;
	}

}

#mod-map #map-zoom-in {
	margin-bottom: 2px;
	margin-top: 30px;
}

#mod-map #map-zoom-in::before,
#mod-map #map-zoom-out::before {
	display: block;
	color: white;
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 14px;
	content: "\f067";
	height: 32px;
	width: 32px;
	line-height: 32px;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

#mod-map #map-zoom-in::before {
	content: "\f067";
}

#mod-map #map-zoom-out::before {
	content: "\f068";
}

#mod-map #map-zoom-in:hover::before,
#mod-map #map-zoom-out:hover::before {
	color: #0370B1;
}

/* 
/* 07. =footer
/* =================================================================== */
footer {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 40px 0;
	margin-top: auto;
	width: 100%;
	clear: both;
}

footer a,
footer a:visited {
	color: #525252;
}

footer a:hover,
footer a:focus {
	color: #fff;
}

/* copyright 
------------------------------------------ */
.footer-copyright {
	text-align: center;
	margin: 0;
}

.footer-copyright li {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

.footer-copyright li::before {
	content: "|";
	padding-left: 6px;
	padding-right: 10px;
	color: #2c2c2c;
}

.footer-copyright li:first-child:before {
	display: none;
}

/* social links */
.footer-social {
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
	float: right;
}

.footer-social li {
	display: inline-block;
	margin: 0 10px;
	padding: 0;
}

.footer-social li a {
	color: #0370B1;
}

.footer-social li a:hover {
	color: white;
}

@media only screen and (max-width:768px) {
	footer {
		padding-top: 24px;
		text-align: center;
	}

	.footer-copyright {
		float: none;
	}

	.footer-social {
		float: none;
		margin-bottom: 15px;
	}

}

@media only screen and (max-width:600px) {
	footer {
		position: static;
		padding-bottom: 30px;
	}

	.footer-copyright li {
		display: block;
		margin: 0;
		padding: 0;
		line-height: 24px;
	}

	.footer-copyright li::before {
		content: none;
	}

}

@media only screen and (max-width:400px) {
	.footer-social {
		font-size: 17px;
	}

	.footer-social li {
		margin: 0 6px;
	}

}

/* Header Styles */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95); /* Hafif transparan */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	z-index: 100; /* Yüksek z-index ama modal'dan düşük */
}

/* Modal için z-index ayarı */
.modal {
	z-index: 1000; /* Header'dan daha yüksek */
}

.modal-overlay {
	z-index: 999; /* Header'dan yüksek ama modal'dan düşük */
}

/* Scroll durumunda header'ı biraz daha opak yapabiliriz */
header.scrolled {
	background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

.site-header {
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 40px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-header .logo {
	max-width: 200px;
}

.site-header .logo img {
	width: 100%;
	height: auto;
}

.main-nav ul {
	display: flex;
	gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-nav a {
	color: #0370B1;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
}

.main-nav a:hover {
	color: #025384;
}

/* Section Styles */
.section {
	position: relative;
	padding: 100px 0;
	text-align: left;
	background: #fff;
	z-index: 1;
}

.section h2 {
	color: #0370B1;
	margin-bottom: 20px;
}

.section p {
	line-height: 1.6;
	color: #333;
}

/* Responsive Updates */
@media only screen and (max-width: 768px) {
	.site-header {
		padding: 15px 20px;
	}

	.site-header .logo {
		max-width: 150px;
	}

	.main-nav ul {
		gap: 15px;
	}
}

/* Contact Box Styles */
.contact-box {
	margin-bottom: 50px;
	padding: 40px;
	background: #f8f9fa;
	border-radius: 10px;
}

.contact-box h2 {
	color: #0370B1;
	margin-bottom: 30px;
	font-size: 24px;
}

.contact-info {
	margin: 20px 0;
}

.info-item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0;
	padding: 10px;
	transition: background-color 0.3s ease;
}

.info-item:hover {
	background: rgba(3,112,177,0.05);
	border-radius: 5px;
}

.info-item img {
	width: 24px;
	height: 24px;
	margin-right: 15px;
}

.info-item span {
	color: #333;
	font-size: 16px;
}

.contact-links {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid rgba(3,112,177,0.2);
}

.contact-links a {
	color: #0370B1;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
}

.contact-links a:hover {
	color: #025384;
}

.contact-links .separator {
	margin: 0 15px;
	color: #0370B1;
}

/* Responsive Updates */
@media only screen and (max-width: 768px) {
	.contact-box {
		margin: 20px;
		padding: 20px;
	}

	.contact-box h2 {
		font-size: 20px;
	}

	.info-item span {
		font-size: 14px;
	}
}

/* Footer güncelleme - contacts kısmını kaldıralım */
.footer-content {
	text-align: center;
}

.footer-copyright {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Modal Styles */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
	transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
	z-index: 9999;
}

.modal:target {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.modal-toggle {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 10000;
}

.modal-toggle a {
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
}

.mapouter {
	position: relative;
	text-align: right;
	height: 80%;
	width: 80%;
	margin: 5% auto;
}

.gmap_canvas {
	overflow: hidden;
	background: none !important;
	height: 100%;
	width: 100%;
}

.modal address {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-style: normal;
	font-size: 1.1em;
}

/* Responsive Modal */
@media only screen and (max-width: 768px) {
	.mapouter {
		width: 90%;
		height: 70%;
	}

	.modal-toggle {
		right: 15px;
		top: 15px;
	}

	.modal address {
		font-size: 0.9em;
		bottom: 15px;
	}
}

/* Mobile Menu Styles - Yeni */
.mobile-menu-btn {
    display: none;
    width: 30px;
    height: 25px;
    position: relative;
    cursor: pointer;
    z-index: 2001;
}

.mobile-menu-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #0370B1;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.mobile-menu-btn span:nth-child(1) { top: 0px; }
.mobile-menu-btn span:nth-child(2) { top: 10px; }
.mobile-menu-btn span:nth-child(3) { top: 20px; }

.mobile-nav {
    display: none;
}

@media only screen and (max-width: 768px) {
    .mobile-menu-btn {
        display: block;
    }
    
    .main-nav {
        display: none;
    }
    
    .mobile-nav {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 250px;
        height: 100vh;
        background: #0370B1;
        padding-top: 70px;
        transition: 0.3s;
        z-index: 2000;
    }

    .mobile-nav.active {
        left: 0;
    }

    .mobile-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-nav ul li {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .mobile-nav ul li a {
        display: block;
        padding: 15px 20px;
        color: #fff;
        text-decoration: none;
    }

    /* Hamburger Menu Active State */
    .mobile-menu-btn.active span:nth-child(1) {
        top: 10px;
        transform: rotate(135deg);
    }

    .mobile-menu-btn.active span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .mobile-menu-btn.active span:nth-child(3) {
        top: 10px;
        transform: rotate(-135deg);
    }
}

/* Hero Section - Full Width */
.hero-section {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: #0370B1;
	margin-top: 0;
	padding: 0;
	overflow: hidden;
}

.hero-content {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 80px 0;
}

.hero-section h1 {
	color: #fff;
	font-size: 48px;
	margin-bottom: 20px;
	font-weight: 700;
}

.hero-section p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 20px;
	margin-bottom: 30px;
}

.hero-image {
	max-width: 100%;
	animation: float 6s ease-in-out infinite;
}

/* Sections */
section {
	padding: 100px 0;
}

.section-bg {
	background: #f8f9fa;
	padding: 80px 0;
}

/* About & Quality Sections */
#about, #quality {
	position: relative;
	overflow: hidden;
}

#about .container, #quality .container {
	position: relative;
	z-index: 2;
}

#about img, #quality img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Animations */
@keyframes float {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}

/* Responsive Design */
@media (max-width: 768px) {
	.hero-section {
		padding-top: 80px;
	}

	.hero-content {
		text-align: center;
		padding: 60px 0;
	}

	.hero-image {
		margin-top: 40px;
	}

	section {
		padding: 60px 0;
	}
	
	.mobile-menu-btn {
		display: block;
	}

	.mobile-nav {
		display: none;
	}

	.mobile-nav.active {
		display: block;
	}
}

/* Desktop Navigation */
.desktop-nav {
    display: block;
}

.desktop-nav ul {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.desktop-nav ul li a {
    color: #0370B1;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
}

.desktop-nav ul li a:hover {
    color: #025384;
}

/* Mobile Menu Button - varsayılan olarak gizli */
.mobile-menu-btn {
    display: none;
}

/* Mobile Navigation - varsayılan olarak gizli */
.mobile-nav {
    display: none;
}

/* Responsive Tasarım */
@media only screen and (max-width: 768px) {
    .desktop-nav {
        display: none; /* Desktop menüyü mobilde gizle */
    }

    .mobile-menu-btn {
        display: block; /* Mobil menü butonunu göster */
    }

    .mobile-nav.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        height: 100vh;
        background: #0370B1;
        padding-top: 70px;
        z-index: 1999;
    }

    .mobile-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-nav ul li {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .mobile-nav ul li a {
        display: block;
        padding: 15px 20px;
        color: #fff;
        text-decoration: none;
    }
}

/* Content Sections */
#content-wrap {
    position: relative;
    z-index: 1;
    background: #fff;
    padding-bottom: 50px; /* Footer için boşluk */
}

section {
    position: relative;
    padding: 100px 0;
    background: #fff;
    z-index: 1;
}

/* Section Spacing */
#about, #quality, #production {
    margin-bottom: 50px;
}

.contact-box {
    margin-bottom: 50px;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 10px;
}

/* Container Fixes */
.main-container, 
#main-content {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0;
    padding: 0;
}

/* Responsive Fixes */
@media (max-width: 768px) {
    section {
        padding: 60px 0;
    }

    #content-wrap {
        padding-bottom: 30px;
    }

    .contact-box {
        margin-bottom: 30px;
        padding: 20px;
    }
}

/* About Section Styles */
.section-bg {
    background: #f8f9fa;
    padding: 80px 0;
}

.about-content {
    padding: 30px 50px;
    max-width: 1200px;
    margin-left: auto;
}

.section-title {
    color: #0370B1;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-subtitle {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.timeline-section {
    margin: 30px 0;
}

.timeline-item {
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 3px solid #0370B1;
}

.timeline-item h4 {
    color: #0370B1;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.timeline-item p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-conclusion {
    margin-top: 40px;
    padding: 20px;
    background: rgba(3, 112, 177, 0.05);
    border-radius: 10px;
}

.about-conclusion p {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.highlight {
    color: #0370B1;
    font-weight: 600;
    font-style: italic;
}

.about-image {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 90%;
    margin: 0 auto;
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-content {
        padding: 20px;
    }
    
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Full Width Container */
.full-width-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #f8f9fa;
    overflow: hidden;
    padding: 50px 0;
}

/* About Section Styles */
#about {
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    position: relative;
}

.about-image-top {
    width: 100vw;
    height: 500px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    margin-bottom: 50px;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(3, 112, 177, 0.7), rgba(3, 112, 177, 0.3));
    z-index: 1;
}

.about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.1);
    animation: zoomInOut 20s infinite alternate;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.1);
    }
}

.animate-image {
    animation: fadeIn 1.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        transform: scale(1.1);
    }
}

.about-content-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.about-content {
    padding: 50px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.section-title {
    color: #0370B1;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.section-subtitle {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.timeline-section {
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .about-image-top {
        height: 400px;
    }
    
    .about-content {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .about-image-top {
        height: 300px;
    }
    
    .about-content-wrapper {
        padding: 0 15px;
    }
    
    .about-content {
        padding: 20px;
    }
}

/* Full Width Image Styles */
.full-width-image {
    position: relative;
    width: 100vw;
    height: 500px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    left: 50%;
    right: 50%;
    overflow: hidden;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(3, 112, 177, 0.8), rgba(3, 112, 177, 0.6));
    z-index: 1;
}

.about-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.1);
    animation: zoomInOut 20s infinite alternate;
}

/* Content Wrapper */
.about-content-wrapper {
    position: relative;
    max-width: 1200px;
    margin: -100px auto 0;
    padding: 0 20px;
    z-index: 2;
}

.about-content {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

@keyframes zoomInOut {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.1);
    }
}

.animate-image {
    animation: fadeIn 1.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        transform: scale(1.1);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .full-width-image {
        height: 400px;
    }
    
    .about-content-wrapper {
        margin-top: -50px;
    }
}

@media (max-width: 768px) {
    .full-width-image {
        height: 300px;
    }
    
    .about-content {
        padding: 30px;
    }
}

/* Reset default margins and paddings */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.about-section {
    position: relative;
    width: 100%;
    margin: 100px;
    padding: 10px;
}
.hero-image {
    position: relative;
    width: 100vw; /* Tüm ekran genişliği */
    height: 800px; /* Görsel yüksekliği */
    overflow: hidden;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover;  */
    /* transform: scale(1.1); */
    /* animation: zoomInOut 20s infinite alternate; */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(3, 112, 177, 0.8), rgba(3, 112, 177, 0.6));
    z-index: 1;
}

.content-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: -100px auto 0;
    padding: 0;
    z-index: 2;
}

.about-content {
    background: #fff;
	width: 100%;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

@keyframes zoomInOut {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.1);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-image {
        height: 300px;
    }
    
    .content-container {
        width: 100%;
        margin-top: -50px;
    }
    
    .about-content {
        padding: 30px;
    }
}

/* Quality Section Styles */
.quality-section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.quality-content {
    background: #fff;
    padding: 70px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.section-title {
    color: #0370B1;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.section-subtitle {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
    background: rgba(3, 112, 177, 0.1);
    padding: 10px;
    border-radius: 5px;
}

.quality-intro {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 50px;
    color: #333;
    background: #0b6287;
    padding: 20px;
    border-radius: 5px;
}

.equipment-section h3,
.commitment-section h3,
.why-choose h3 {
    color: #0370B1;
    font-size: 32px;
    margin: 40px 0 20px;
    padding: 10px 0;
    border-bottom: 2px solid #0370B1;
}

.equipment-section p,
.commitment-section p,
.why-choose p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.equipment-list h4,
.key-elements h4 {
    color: #0370B1;
    font-size: 24px;
    margin: 30px 0 20px;
}

.equipment-list li {
    background: #f8f9fa;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 4px solid #0370B1;
}

.equipment-list strong {
    color: #0370B1;
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}

.equipment-list p {
    color: #444;
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 0;
}

.checkmark-list li {
    position: relative;
    padding: 15px 15px 15px 35px;
    margin-bottom: 15px;
    line-height: 1.6;
    background: #f8f9fa;
    border-radius: 5px;
    font-size: 16px;
    color: #444;
}

.checkmark-list li:before {
    content: "✅";
    position: absolute;
    left: 10px;
    top: 15px;
}

.quality-conclusion {
    font-size: 20px;
    color: #0370B1;
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background: rgba(12, 60, 87, 0.817);
    border-radius: 8px;
    line-height: 1.8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .quality-content {
        padding: 30px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .section-subtitle {
        font-size: 22px;
    }
    
    .quality-intro,
    .equipment-section p,
    .commitment-section p,
    .why-choose p {
        font-size: 16px;
    }
    
    .equipment-list strong {
        font-size: 20px;
    }
    
    .equipment-list li,
    .checkmark-list li {
        padding: 15px;
    }
}

/* Production Section Styles */
.production-section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.production-content {
    background: #fff;
    padding: 70px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.production-intro {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 50px;
    color: #333;
    background: rgba(3, 113, 177, 0.643);
    padding: 25px;
    border-radius: 8px;
}

.capabilities-section {
    margin: 40px 0;
}

.turning-section,
.tube-processing-section {
    margin-bottom: 40px;
}

.turning-section h3,
.tube-processing-section h3 {
    color: #0370B1;
    font-size: 32px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0370B1;
}

.capability-list {
    list-style: none;
    padding: 0;
}

.capability-list li {
    background: #f8f9fa;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 4px solid #0370B1;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.capability-list li strong {
    color: #0370B1;
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
}

.production-conclusion {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background: rgba(6, 77, 118, 0.924);
    border-radius: 8px;
    line-height: 1.8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .production-content {
        padding: 30px;
    }
    
    .production-intro {
        font-size: 16px;
        padding: 20px;
    }
    
    .turning-section h3,
    .tube-processing-section h3 {
        font-size: 26px;
    }
    
    .capability-list li {
        padding: 15px;
        font-size: 15px;
    }
    
    .production-conclusion {
        font-size: 16px;
        padding: 20px;
    }
}

/* Contact Section Styles */
.contact-section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.contact-content {
    background: #fff;
    padding: 70px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 50px 0;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.contact-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid rgba(3, 112, 177, 0.1);
}

.address-card {
    grid-column: 1 / -1;
    padding: 40px;
    background: #f8f9fa;
    margin-top: 20px;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(3, 112, 177, 0.1);
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.icon-wrapper img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.contact-card h4 {
    color: #0370B1;
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-card p {
    color: #444;
    font-size: 16px;
    line-height: 1.6;
}

.contact-card a {
    color: #444;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-card a:hover {
    color: #0370B1;
}

.contact-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.action-btn {
    padding: 12px 30px;
    background: #0370B1;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.action-btn:hover {
    background: #025690;
}

/* Responsive Design */
@media (max-width: 992px) {
    .contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .contact-info-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-card,
    .address-card {
        padding: 20px;
    }
}

.contact-note {
    text-align: center;
    color: #444;
    font-size: 18px;
    line-height: 1.6;
    margin: 30px 0;
    padding: 20px;
    background: rgba(3, 112, 177, 0.05);
    border-radius: 8px;
}

@media (max-width: 768px) {
    .contact-note {
        font-size: 16px;
        padding: 15px;
    }
}

/* Hero Slider Styles */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.hero-slider {
    height: 100%;
}

.hero-slide {
    height: 100%;
    background: linear-gradient(45deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 100px 0;
    display: none;
}

.hero-slide.active {
    display: block;
    animation: fadeIn 1s ease-in-out;
}

.slide-content {
    padding: 50px 0;
}

.slide-text {
    max-width: 600px;
}

.slide-text h2 {
    color: #0370B1;
    font-size: 24px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 0.8s ease forwards;
}

.slide-text h1 {
    font-size: 48px;
    color: #333;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 0.8s ease forwards 0.2s;
}

.slide-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 0.8s ease forwards 0.4s;
}

.slide-image {
    max-width: 100%;
    height: auto;
    opacity: 0;
    transform: translateX(50px);
    animation: slideIn 1s ease forwards 0.6s;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .hero-section {
        height: auto;
    }
    
    .slide-text h1 {
        font-size: 36px;
    }
    
    .slide-text p {
        font-size: 16px;
    }
}

/* Carousel Section Styles */
.carousel-section {
    width: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
    margin-top: 180px; /* 120px'den 180px'e çıkardık */
    margin-bottom: 60px;
    padding: 60px 0; /* 40px'den 60px'e çıkardık */
    border-radius: 20px; /* Opsiyonel: Yumuşak köşeler ekledik */
}

.carousel {
    position: relative;
    height: 600px;
}

.carousel-item {
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.carousel-item.active {
    opacity: 1;
}

/* Slide Text Styles */
.slide-tag {
    display: inline-block;
    background: #0370B1;
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.6s ease forwards;
}

.slide-title {
    font-size: 48px;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.2;
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.6s ease 0.2s forwards;
}

.slide-description {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.6s ease 0.4s forwards;
}

/* Feature Items */
.slide-features {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    opacity: 0;
    animation: fadeIn 0.6s ease 0.6s forwards;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(3, 112, 177, 0.1);
    padding: 10px 20px;
    border-radius: 8px;
}

.feature-item i {
    color: #0370B1;
}

/* Image Styles */
.slide-image-container {
    position: relative;
    height: 100%;
    perspective: 1000px;
}

.slide-image-wrapper {
    position: relative;
    height: 100%;
    transform-style: preserve-3d;
    animation: imageFloat 6s ease-in-out infinite;
}

.slide-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.slide-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(3,112,177,0.2) 0%, rgba(3,112,177,0) 100%);
    border-radius: 20px;
}

.slide-pattern {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 200px;
    height: 200px;
    background-image: radial-gradient(circle at center, #0370B1 2px, transparent 2px);
    background-size: 20px 20px;
    opacity: 0.1;
}

/* Navigation Styles */
.carousel-navigation {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 10;
}

.nav-button {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #0370B1;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-button:hover {
    background: #0370B1;
    color: #fff;
}

.carousel-progress {
    width: 200px;
    height: 4px;
    background: rgba(255,255,255,0.3);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.carousel-progress .progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #0370B1;
    transition: width 5s linear;
}

/* Animations */
@keyframes imageFloat {
    0%, 100% { transform: translateY(0) rotateY(0); }
    50% { transform: translateY(-10px) rotateY(2deg); }
}

@keyframes progressAnimation {
    from { width: 0; }
    to { width: 100%; }
}

/* Responsive */
@media (max-width: 992px) {
    .carousel {
        height: auto;
        min-height: 700px;
    }
    
    .slide-title {
        font-size: 36px;
    }
    
    .slide-features {
        flex-direction: column;
    }
    
    .slide-image-container {
        margin-top: 40px;
    }
}

/* Progress Bar Styles */
.carousel-progress {
    width: 200px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.carousel-progress .progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #0370B1;
    border-radius: 2px;
    will-change: width; /* Performans optimizasyonu */
}

/* Progress Bar Animation */
.progress-bar.animating {
    width: 100% !important; /* !important ile geçersiz kılma */
    transition: width 5000ms linear !important; /* 5 saniye boyunca linear dolum */
}

/* Slider başlıkları için Türkçe karakter desteği */
.slide-title {
    font-family: 'Inter', 'Roboto', 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-weight: 700;
}

.slide-text {
    font-family: 'Inter', 'Roboto', 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

/* Üretim bölümü başlıkları için Türkçe karakter desteği */
.production-section h2,
.production-section h3,
.turning-section h3,
.tube-processing-section h3,
.capability-list li strong {
    font-family: 'Inter', 'Roboto', 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-weight: 600;
}

.production-intro p,
.capability-list li {
    font-family: 'Inter', 'Roboto', 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.about-us-en a {
    display: flex;
    align-items: center;
    gap: 5px;  /* bayrak ve metin arasında boşluk */
}

.about-us-en i,
.about-us-en img {
    margin-right: 4px;
}


