
@font-face {
  font-family: 'BrandonGrotesque-Light';
  src: url('../fonts/BrandonGrotesque-Lightd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/BrandonGrotesque-Light.otf')  format('opentype'),
	     url('../fonts/BrandonGrotesque-Light.woff') format('woff'), url('../fonts/BrandonGrotesque-Light.ttf')  format('truetype'), url('../fonts/BrandonGrotesque-Light.svg#BrandonGrotesque-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'BrandonGrotesque-Regular';
  src: url('../fonts/BrandonGrotesque-Regulard41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/BrandonGrotesque-Regular.otf')  format('opentype'),
	     url('../fonts/BrandonGrotesque-Regular.woff') format('woff'), url('../fonts/BrandonGrotesque-Regular.ttf')  format('truetype'), url('../fonts/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1,h2,h3,h4 {font-family: 'BrandonGrotesque-Regular';color: #7B6756 !important}
html,body {overflow-x: hidden;font-family: 'BrandonGrotesque-Light';}
.site-color {color: #7b6756}
a:hover {text-decoration: none;}
.site-menu {background: #7b6756;}
.site-menu a {
  font-family: 'BrandonGrotesque-Regular';
  text-align: right;
}

.site-menu .nav-primary a {position: relative;overflow: hidden;
  color: #fff;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}
.site-menu .nav-primary a:hover {
  color: #7b6756;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}



.site-menu .nav-primary a::before {
  content:'';
  z-index: -1;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #fff;
  transform: translateX(0%);
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.site-menu .nav-primary a:hover::before {
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
  width: 100%;
}

.social-links use {fill:#fff;}
.toggle-x--close span {border-color:#fff}
.fullscreen-slideshow {background: #bebebf;}
.v-line {height:110px;}

.banner-mosaic__banners .image {position: relative;}

.banner-mosaic__banners .image .bg::after {
  content:'';
  position: absolute;
  left:0px;
  top:0px;
  width:100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}

.banner-mosaic__banners .image .bg {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.banner-mosaic__banners .image .bg {
  opacity: 0.35;
}
.image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8em 8em;
  width: 100%;
  height: 100%;
  color: #fff;
}
.image figcaption::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.image figcaption .inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);width:100%; text-align: center;}
.image figcaption h2{
  color: #fff !important;
  position: relative;
  font-size:1.2rem;
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
.image figcaption h2 {
  
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.image figcaption h2::before {
  content:'';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height:0px;
  top: -90px;
  width:1px;
  background: #fff;
  -webkit-transition: height 0.35s, -webkit-transform 0.35s;
  transition: height 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
.image figcaption h2::after {
  content:'';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height:0px;
  bottom: -90px;
  width:1px;
  background: #fff;
  -webkit-transition: height 0.35s, -webkit-transform 0.35s;
  transition: height 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
.image:hover figcaption h2::before,
.image:hover figcaption h2::after {
  height:80px;
  -webkit-transition: height 0.35s, -webkit-transform 0.35s;
  transition: height 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;

}

.image:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.image:hover figcaption::before {
  background: rgba(123, 103, 86, 0.65);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


.project-details h4 {color: #7b6756;font-size:1.2rem;}
.project-details p {color: #333;}

.project-btn {text-align: center;padding:50px 0px}
.project-btn.next,
.project-btn.prev {
  background: #f2f2f2;
}
.project-btn.all a,
.project-btn.next a,
.project-btn.prev a {position: relative;display: block;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.project-btn a:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}
.project-btn.next a::before {
  content:'';
  position: absolute;
  right: 120px;
  top: 10px;
  width: 30px;
  height: 1px;
  background: #7b6756;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.project-btn.prev a::before {
  content:'';
  position: absolute;
  left: 120px;
  top: 10px;
  width: 30px;
  height: 1px;
  background: #7b6756;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.project-btn.prev a:hover::before {
  width: 50px;
  left: 100px;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.project-btn.next a:hover::before {
  width: 50px;
  right: 100px;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.project-btn.all a::before {
  content:'';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  height: 0px;
  width: 1px;
  background: #7b6756;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.project-btn.all a::after {
  content:'';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  height: 0px;
  width: 1px;
  background: #7b6756;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.project-btn.all a:hover::after,
.project-btn.all a:hover::before {
  height: 30px;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}


.news-grid {margin-top:100px;}
.news-grid .image {height:50vh;}
.news-grid .col-md-4 p {margin-top:5px;}

.news-grid .col-md-4:nth-child(3n-1) {
  transform: translateY(-30px);
}

.greyscale-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
 -webkit-filter: grayscale(100%);
 filter: grayscale(100%);
 filter: url(#greyscale);
 filter: gray;
 background: #fff;
}

.image figcaption span{
  position: absolute;
  left: 5em;
  bottom: 4em;
  font-size:12px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
.image figcaption span {
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.image figcaption span::before {
  content:'';
  position: absolute;
  left:-1em;
  transform: translateX(-50%);
  width:0px;
  top: 10px;
  height:1px;
  background: #fff;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.image:hover figcaption span::before {
  width:1.5em;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;

}

.image:hover figcaption span {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}


.references .inner {padding:10px;}
.references .inner img {width: 100%; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;}

  .references .inner img:hover {width: 100%; -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none; -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;}
#contact-form {width: 80%; margin:0px auto;}
#contact-form .field {
  width: 100%;
  position: relative;
  margin:30px 0px;
}
#contact-form .field label {
  position: absolute;
  top: 0;
  left: 0;
  background: #f2f2f2;
  width: 100%;
  padding: 18px 0;
  font-size: 1.45em;
  letter-spacing: 0.075em;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
  text-indent: 10px;
}
#contact-form .field label + span {
  font-family: 'SSStandard';
  opacity: 0;
  color: white;
  display: block;
  position: absolute;
  top: 12px;
  left: 7%;
  font-size: 2.5em;
  text-shadow: 1px 2px 0 #cd6302;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
#contact-form .field input[type="text"],
#contact-form .field textarea {
  border: none;
  background: #E8E9EA;
  width: 100%;
  margin: 0;
  padding: 24px 0;
  padding-left: 19.5%;
  color: #313A3D;
  font-size: 1em;
  letter-spacing: 0.05em;
  opacity: 0.8;
}
#contact-form .field input[type="text"]#msg,
#contact-form .field textarea#msg {
  height: 100%;
  resize: none;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
#contact-form .field input[type="text"]:focus, #contact-form .field input[type="text"].focused,
#contact-form .field textarea:focus,
#contact-form .field textarea.focused {
  outline: none;
}
#contact-form .field input[type="text"]:focus#msg, #contact-form .field input[type="text"].focused#msg,
#contact-form .field textarea:focus#msg,
#contact-form .field textarea.focused#msg {
  padding-bottom: 150px;
}
#contact-form .field input[type="text"]:focus + label, #contact-form .field input[type="text"].focused + label,
#contact-form .field textarea:focus + label,
#contact-form .field textarea.focused + label {
  width: 18%;
  background: #7b6756;
  color: #fff;
}
#contact-form .field input[type="text"].focused + label,
#contact-form .field textarea.focused + label {
  color: #FD9638;
}
#contact-form .field:hover label {
  width: 18%;
  background: #7b6756;
  color: white;
}
#contact-form input[type="submit"] {
  background: #7b6756;
  color: white;
  -webkit-appearance: none;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 13px 50px;
  font-size: 1.4em;
  margin-top:30px;
  float: right;
  letter-spacing: 0.1em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
  cursor: pointer;
}
#contact-form input[type="submit"]:hover,
#contact-form input[type="submit"]:focus {
  background: transparent;
  border: 1px solid #7b6756;
  color: #7b6756;
}


.site-footer {background: #f2f2f2;padding-top:0px;margin-top:0px;padding-bottom:30px;}
.site-footer a {color: #606060;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;}
.site-footer a:hover {color: #7B6756;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;}
.site-footer .nav-footer a:hover {}
.nav-footer {padding:20px 0;}


.nav-footer a {color:#7b6756;position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding:20px;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}
.nav-footer a:hover {color:#606060;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.nav-footer a::after {
  content:'';
  position: absolute;
  right: -10px;
  top:50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #606060;
}


.nav-footer div:last-child a::after {
  display: none;
}





/*  Team Starts */
.team-members {
	transform: rotate(-45deg);
}
.team-members li {
  list-style: none;
}
.team-members li > div {
	float: left;
	width: 20%;
}

.team-members li:nth-child(2) > div:first-child {
	margin-left: 20%;
}

.team-members li:last-child > div:first-child {
	margin-left: 40%;
}

.member-details > div {
	background-color: #ddd;
	margin: 5px;
}
.member-details img {
	transform: rotate(45deg) translate(0, 15px) scale(1.2);
	display: block;
	width: 100%;
	height: 100%;
}

/* hover content - style */
.member-details > div {
	position: relative;
	overflow: hidden;
}

.member-info {
	position: absolute;
	top: 50%;
	transform: rotate(45deg) translate(-12px, 15px);
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
}

.member-info h3,
.member-info p {
	margin: 0;
	color: #fff !important;
	position: relative;
	opacity: 0;
	visibility: hidden;
}

.member-info h3 {
	font-size: 14px;
	font-weight: 400;
	top: -100px;
}

.member-info p {
	font-weight: 300;
	font-size: 12px;
	bottom: -150px;
}

.member-details > div:after {
	content: '';
	background-image: linear-gradient(45deg, rgba(123, 103, 86, 0.8) 50%, transparent 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}

/* hover content - onhover */
.member-details *,
.member-details > div:after {
	cursor: pointer;
	transition: all .4s ease;
}

.member-details:hover *,
.member-details:hover > div:after {
	opacity: 1;
	visibility: visible;
}

.member-details:hover .member-info h3 {
	top: 0;
}

.member-details:hover .member-info p {
	bottom: 0;
}

/* Team overview */
.team-overview {
	padding-right: 15px;
}
.team-overview h2 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px;
}

.team-overview > a {
	margin-bottom: 30px;
	display: block;
}

.team-overview > a:before {
	content: '';
	width: 10px;
	height: 2px;
	position: relative;
	top: -3px;
	margin-right: 5px;
	background-color: #ccc;
	display: inline-block;
}


/* For centering elements - optional - Can use table,tablecell instead */
.flex-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.flex-center > div:first-child {
	order: 2;
}

/* RESPONSIVE */
@media only screen and (max-width : 992px) {
	.sm-no-flex {
		display: block;
	}
	.sm-no-float {
		float: none !important;
	}
	.sm-text-center {
		text-align: center;
	}
}

@media only screen and (max-width : 550px) {
	.team-members li {
		text-align: center;
	}
	.team-members li > div {
		float: none;
		display: inline-block;
		width: 30%;
		margin: 0 !important;
	}
	.team-members {
		transform: rotate(0);
	}
	.member-details img {
		transform: rotate(0) translate(0, 0);
	}
	.team-overview {
		padding: 15px;
	}

}

@media only screen and (max-width : 399px) {
	.team-members li > div {
		width: 48%;
	}
}




.fullscreen-slideshow__images .image::after {
  content:'';
  position: absolute;
  left:0px;
  top:0px;
  width:100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}

@media screen and (max-width:600px) {
  .slider .flickity-viewport .image h2 {width: 90%;}
}

/* ============================================
   Modern İstatistik Bölümü
   ============================================ */

.stats {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.stats::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(123, 103, 86, 0.05) 0%, transparent 70%);
  animation: float 20s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translate(-50%, -50%) rotate(0deg); }
  50% { transform: translate(-50%, -50%) rotate(180deg); }
}

.stats__grid {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  width: 100%;
  justify-content: center;
  align-items: stretch;
}

/* Grid yedek - flexbox çalışmazsa */
.stats__grid[style*="grid"], .stats__grid.use-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(200px, 280px)) !important;
  grid-template-rows: 1fr !important;
  grid-auto-flow: column !important;
}

.stats__grid.compact {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 20px;
  width: 100%;
  justify-content: center;
  align-items: stretch;
}

/* Son çare inline-block yaklaşımı */
.stats__grid-inline {
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.stats__grid-inline .stat {
  display: inline-block !important;
  vertical-align: top;
  white-space: normal;
  font-size: 16px;
  margin: 0 12px;
  width: 200px !important;
}

/* Flexbox grid yedek çözümü güncelle */
.stats__grid-flex {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  width: 100%;
  justify-content: center;
}

.stats__grid-flex .stat {
  flex: 0 0 220px !important;
  width: 220px !important;
}

.stat {
  background: #fff;
  padding: 25px 15px;

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.01);
  text-align: center;
  position: relative;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);

  box-sizing: border-box;
  min-height: 150px;
  width: 220px !important;
  max-width: 220px !important;
  min-width: 180px !important;
  flex: 0 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  float: none !important;
  clear: none !important;
}

.stat::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #7b6756, #a68c6b);
  border-radius: 2px;
  transition: width 0.4s ease;
}

.stat:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 5px 10px rgba(123, 103, 86, 0.15);
  border-color: #7b6756;
}

.stat:hover::before {
  width: 80px;
}

.stat__value {
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #7b6756;
  margin-bottom: 12px;
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
}

.stat__suffix {
  font-size: 1.5rem;
  font-weight: 500;
  color: #a68c6b;
  margin-left: 3px;
}

.stat__label {
  font-family: 'BrandonGrotesque-Light', sans-serif;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.3px;
}

/* Animasyon efektleri */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease forwards;
}

.fade-up:nth-child(1) { animation-delay: 0.1s; }
.fade-up:nth-child(2) { animation-delay: 0.2s; }
.fade-up:nth-child(3) { animation-delay: 0.3s; }
.fade-up:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Counter animasyonu */
.count {
  display: inline-block;
  position: relative;
}

/* Desktop güçlendirme - Yatay sıralama zorla */
@media (min-width: 1201px) {
  .stats__grid,
  .stats__grid.compact {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    justify-content: center;
    gap: 25px;
  }
  
  .stat {
    width: 220px !important;
    max-width: 220px !important;
    min-width: 180px !important;
    flex: 0 0 220px !important;
  }
}

/* Responsive tasarım */
@media (max-width: 1200px) {
  .stats__grid {
    max-width: 100%;
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .stats__grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 18px;
    justify-content: center;
  }
  
  .stat {
    width: 220px !important;
    max-width: 220px !important;
    flex: 0 0 220px !important;
    padding: 20px 10px;
  }
}

@media (max-width: 768px) {
  .stats {
    padding: 50px 20px;
  }
  
  .stats__grid,
  .stats__grid.compact,
  .stats__grid-flex,
  .stats__grid-inline {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    flex-direction: unset !important;
    flex-wrap: unset !important;
    gap: 15px;
    padding: 0;
    max-width: 100%;
    white-space: normal;
    justify-items: center;
    margin: 0 auto;
  }
  
  .stat {
    padding: 20px 15px;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 140px;
    flex: none !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .stat__value {
    font-size: 1.8rem;
  }
  
  .stat__suffix {
    font-size: 1rem;
  }
  
  .stat__label {
    font-size: 0.75rem;
    line-height: 1.3;
  }
  
  .stat.fade-up {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .stats {
    padding: 40px 15px;
  }
  
  .stats__grid,
  .stats__grid.compact,
  .stats__grid-flex,
  .stats__grid-inline {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    flex-direction: unset !important;
    flex-wrap: unset !important;
    gap: 12px;
    padding: 0;
    max-width: 100%;
    white-space: normal;
    justify-items: center;
    margin: 0 auto;
  }
  
  .stat {
    padding: 18px 12px;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    min-height: 130px;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .stat__value {
    font-size: 1.6rem;
  }
  
  .stat__suffix {
    font-size: 0.9rem;
  }
  
  .stat__label {
    font-size: 0.7rem;
    line-height: 1.3;
  }
  
  .stat.fade-up {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}


/* Proje Kartları Hover Efektleri - Güncellenmiş */
.project-card-complete:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.project-card-complete:hover .project-overlay {
    opacity: 1;
}

.project-card-complete:hover img {
    transform: scale(1.05);
}

.project-card-complete:hover h3 {
    color: #7b6756;
}

.project-card-complete a[href]:hover {
    border-bottom-color: #7b6756;
}

.project-card-complete a[href]:hover i {
    transform: translateX(4px);
}

/* Portföy Buton Hover */
.portfolio-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(123, 103, 86, 0.5);
    background: linear-gradient(135deg, #a68c6b, #7b6756);
    text-decoration: none;
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .project-image-wrapper {
        height: 220px !important;
    }
    
    .project-info-section {
        padding: 20px 15px !important;
    }
    
    .project-specs {
        flex-direction: column !important;
        gap: 8px;
    }
    
    .project-specs > div {
        justify-content: center !important;
        gap: 20px;
    }
    
    .portfolio-description {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .col-lg-4.text-right {
        text-align: center !important;
    }
}

@media (max-width: 576px) {
    .project-card-complete {
        margin-bottom: 5px !important;
    }
    
    .project-image-wrapper {
        height: 200px !important;
    }
    
    .project-info-section {
        padding: 18px 12px !important;
    }
    
    .project-card-complete h3 {
        font-size: 1.1rem !important;
        margin-bottom: 10px !important;
        text-align: center !important;
    }
    
    .project-info-section h3 {
        text-align: center !important;
    }
    
    .section-title {
        text-align: center !important;
        margin-bottom: 20px !important;
        font-size: 1.4rem !important;
    }
    
    /* Footer mobil düzenlemeleri */
    .footer-logo,
    .footer-social,
    .footer-bottom {
        text-align: center !important;
    }
    
    .footer-menu {
        display: none !important;
    }
    
    .footer-social h5 {
        text-align: center !important;
    }
    
    .social-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .social-icon {
        margin: 0 10px !important;
    }
    
    .site-footer .row > div {
        margin-bottom: 20px;
    }
    
    /* Hakkımızda bölümü görseli mobilde gizle */
    .image-container {
        display: none !important;
    }
}



/* Projeler Grid Sistemi */
.projects-three-column {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin: 40px 0;
    padding: 0;
}

.project-column {
    width: 100%;
    height: 100%;
}

/* Responsive Grid Ayarları */
@media (max-width: 576px) {
    .projects-three-column {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 20px 0;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .projects-three-column {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (min-width: 769px) {
    .projects-three-column {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

/* Proje Kartları Stilleri */
.project-card {
    background: #fff;

    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
     border: 1px solid #8a745d;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: #e0e0e0;
}

.project-image {
    height: 280px;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.05);
}

.project-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.project-details {
    font-size: 0.95rem;
    color: #7f8c8d;
    margin: 0;
    font-weight: 500;
}

.stats {
      --gap: clamp(16px, 3vw, 28px);
      padding: clamp(16px, 4vw, 40px);
      border: 1px solid var(--ring);
      border-radius: 20px;
      background: var(--card);
      max-width: 1100px;
      margin: 32px auto;
    }

    .stats__grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: var(--gap);
      align-items: start;
    }

    .stat {
      grid-column: span 12;
      padding: clamp(10px, 1.4vw, 18px) 0;
      border-bottom: 1px dashed var(--ring);
    }
    .stat:last-child { border-bottom: 0; }

    /* Büyük ekranlarda iki sütunlu, daha sonra dört sütunlu düzen  */
    @media (min-width: 640px) { /* sm */
      .stat { grid-column: span 6; }
      .stat:nth-child(odd) { padding-right: min(24px, 2vw); }
      .stat:nth-child(even) { padding-left: min(24px, 2vw); }
    }
    @media (min-width: 1024px) { /* lg */
      .stats__grid.compact .stat { grid-column: span 3; border-bottom: 0; padding: 8px 0; }
    }

    .stat__value {
      display: flex;
      align-items: baseline;
      gap: 8px;
      font-size: clamp(28px, 5vw, 44px);
      font-weight: 800;
      letter-spacing: -0.02em;
    }

    .stat__suffix { font-size: 0.6em; font-weight: 700; color: var(--muted); }

    .stat__label {
      margin-top: 6px;
      font-size: clamp(14px, 1.6vw, 18px);
      color: var(--muted);
      font-weight: 600;
    }

    .stats__meta {
      margin-top: clamp(12px, 2vw, 18px);
      color: var(--muted);
      font-size: 13px;
      display: flex; justify-content: space-between; align-items: center;
    }

    .dot {
      width: 8px; height: 8px; border-radius: 999px; background: var(--accent);
      box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 20%, transparent);
      display: inline-block; margin-right: 8px;
    }

    /* İnce giriş animasyonu */
    .fade-up { opacity: 0; transform: translateY(8px); transition: opacity .6s ease, transform .6s ease; }
    .fade-up.in { opacity: 1; transform: translateY(0); }

/* Equal height row */
.equal-height-row {
  display: flex;
  flex-wrap: wrap;
}

.equal-height-row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* Harita bölümü - sol taraf */
.map-section {
  padding-right: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.map-section iframe {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 8px;
  width: 100%;
  flex: 1;
  min-height: 500px;
}

/* Sağ taraf içerik column */
.right-content-column {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* İletişim bilgileri bölümü - sağ üst */
.contact-info-section {
  padding: 25px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-left: 15px;
}

.contact-details p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.contact-details strong {
  color: #333;
  display: inline-block;
  min-width: 80px;
}

.contact-info-section h2 {
  margin-bottom: 20px;
  color: #333;
}

/* Modern Form Bölümü */
.modern-contact-form {
  padding: 30px;
  background: #ffffff;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-left: 15px;

  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form-title {
  font-size: 24px;
  font-weight: 600;
  color: #7B6756;
  margin-bottom: 25px;
  text-align: left;
  border-bottom: 2px solid #7B6756;
  padding-bottom: 10px;
}

/* Form Groups */
.form-group {
  margin-bottom: 25px;
  position: relative;
}

.input-wrapper {
  position: relative;
  overflow: hidden;
}

/* Modern Input Styles */
.modern-input,
.modern-textarea {
  width: 100%;
  padding: 12px 12px 12px 40px;
  border: 2px solid #e9ecef;
  background: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  color: #333;
  outline: none;
  font-family: inherit;
}

.modern-textarea {
  resize: vertical;
  min-height: 120px;
  padding-top: 15px;
}

.modern-input:focus,
.modern-textarea:focus {
  border-color: #7B6756;
  background: #ffffff;
}

/* Floating Labels */
.floating-label {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #666;
  pointer-events: none;
  background: transparent;
  padding: 0 5px;
  font-weight: 400;
}

.textarea-label {
  top: 25px;
  transform: none;
}

.modern-input:focus + .floating-label,
.modern-input:valid + .floating-label,
.modern-textarea:focus + .floating-label,
.modern-textarea:valid + .floating-label {
  top: -8px;
  left: 35px;
  font-size: 11px;
  color: #7B6756;
  font-weight: 500;
  background: #ffffff;
}

/* Input Line - Removed Animation */
.input-line {
  display: none;
}

/* Icons */
.floating-label i {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #7B6756;
}

.modern-input:focus + .floating-label i,
.modern-textarea:focus + .floating-label i {
  color: #7B6756;
}

/* Modern Submit Button */
.modern-submit-btn {
  width: auto;
  min-width: 180px;
  padding: 14px 25px;
  background: #7B6756;
  border: none;
  border-radius: 6px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.modern-submit-btn:hover {
  background: #88704c;
}

.modern-submit-btn:active {
  background: #6d5a47;
}

.modern-submit-btn .icon-arrow-right {
  font-size: 14px;
}

/* KVKK Checkbox Styles */
.kvkk-checkbox-wrapper {
  margin-bottom: 15px;
}

.kvkk-checkbox {
  display: none;
}

.kvkk-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

.checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
  margin-top: 2px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.kvkk-checkbox:checked + .kvkk-label .checkmark {
  background: #7B6756;
  border-color: #7B6756;
}

.kvkk-checkbox:checked + .kvkk-label .checkmark::after {
  content: '✓';
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.kvkk-text {
  flex: 1;
}

.kvkk-link {
  color: #7B6756;
  text-decoration: none;
  font-weight: 500;
}

.kvkk-link:hover {
  color: #88704c;
  text-decoration: underline;
}

/* Icon Fonts (Font Awesome benzeri) */
.icon-user::before { content: '👤'; }
.icon-envelope::before { content: '✉️'; }
.icon-message::before { content: '💬'; }
.icon-arrow-right::before { content: '→'; }

/* Responsive tasarım */
@media (max-width: 768px) {
  .equal-height-row {
    display: block;
  }
  
  .map-section {
    padding-right: 0;
    margin-bottom: 30px;
  }
  
  .map-section iframe {
    height: 300px !important;
    flex: none;
  }
  
  .right-content-column {
    display: block;
  }
  
  .contact-info-section,
  .modern-contact-form {
    margin-left: 0;
    margin-bottom: 25px;
    padding: 25px 20px;
    flex: none;
  }
  
  .floating-label {
    left: 40px;
  }
  
  .modern-input:focus + .floating-label,
  .modern-input:valid + .floating-label,
  .modern-textarea:focus + .floating-label,
  .modern-textarea:valid + .floating-label {
    left: 30px;
  }
  
  .modern-submit-btn {
    width: 100%;
    min-width: auto;
  }
  
  .kvkk-label {
    font-size: 13px;
  }
  
  .checkmark {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
}

/* Form styling enhancements */
#contact-form {
  margin-top: 30px;
}

.field {
  margin-bottom: 25px;
}

.alert {
  padding: 15px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* Özel Resim Modal */
.image-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    animation: fadeIn 0.3s ease;
    overflow: hidden;
}

.image-modal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: -1;
}

.image-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Modal açıkken body scroll ve diğer elementleri gizle */
body.modal-open {
    overflow: hidden !important;
    height: 100vh !important;
}

body.modal-open * {
    pointer-events: none;
}

body.modal-open .image-modal,
body.modal-open .image-modal * {
    pointer-events: auto;
}

/* Modal açıkken arkaplanı tamamen siyah yap */
body.modal-open {
    background-color: #000000 !important;
}

body.modal-open .image-modal {
    background-color: #000000 !important;
}

.modal-content {
    max-width: 50vw;
    max-height: 80vh;
    position: relative;
}

.modal-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

.modal-close {
    position: absolute;
    top: -50px;
    right: -10px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    background: rgba(0,0,0,0.7);
    border: none;
    padding: 8px 12px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: rgba(255,255,255,0.2);
    transform: scale(1.1);
}

.modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
}

.modal-nav:hover {
    background: rgba(0,0,0,0.8);
}

.modal-prev {
    left: 20px;
}

.modal-next {
    right: 20px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Projeler Sayfası İçin Özel Container ve Düzenlemeler */
.projects-list .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.projects-list .banner-mosaic {
    padding: 40px 0;
}

.projects-list .banner-mosaic__banners {
    margin-top: 30px;
}

/* Projeler için sayfa başlığı */
.projects-list .normal-title {
    margin-bottom: 50px !important;
}

/* Responsive iyileştirmeler */
@media (max-width: 768px) {
    .projects-list .container {
        padding: 0 15px;
    }
    
    .projects-list .banner-mosaic {
        padding: 20px 0;
    }
    
    .projects-list .normal-title {
        font-size: 2rem !important;
        margin-bottom: 30px !important;
    }
}

/* Proje kartı animasyonları */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.project-card {
    animation: fadeInUp 0.6s ease-out;
}

.project-column:nth-child(1) .project-card { animation-delay: 0.1s; }
.project-column:nth-child(2) .project-card { animation-delay: 0.2s; }
.project-column:nth-child(3) .project-card { animation-delay: 0.3s; }
.project-column:nth-child(4) .project-card { animation-delay: 0.4s; }
.project-column:nth-child(5) .project-card { animation-delay: 0.5s; }
.project-column:nth-child(6) .project-card { animation-delay: 0.6s; }
