/* Proje sayfaları – koşullu yüklenir */

.project-modal-overlay {
	position: fixed;
	inset: 0;
	z-index: 11500;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.project-modal-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.project-modal {
	position: relative;
	width: 100%;
	max-width: 900px;
	background: #ffffff;
	border-radius: 16px;
	padding: 30px 24px 28px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
	max-height: 90vh;
	overflow-y: auto;
}

.project-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.project-modal-close:hover {
	transform: scale(1.03);
}

.project-modal-inner {
	width: 100%;
}

.project-modal-image {
	margin-bottom: 16px;
	border-radius: 14px;
	overflow: hidden;
}

.project-modal-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.project-modal-title {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.3;
	color: #000000;
	margin: 0 0 12px;
}

.project-modal-body {
	font-size: 15px;
	line-height: 1.7;
	color: #333333;
}

.project-modal-body > *:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.project-modal {
		max-width: 100%;
		padding: 40px 20px 15px;
	}

	.project-modal-title {
		font-size: 16px;
		font-weight:400;
	}

	.project-modal-body {
		font-size:13px;
		font-weight:300;
	}
}

body.project-modal-open {
	overflow: hidden;
}

.single-project-box-only {
	padding: 40px 0 64px;
}

.single-project-box-only .container {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.single-project-featured {
	max-width: 640px;
	width: 100%;
	margin: 0 auto 36px;
	border-radius: 14px;
	overflow: hidden;
	line-height: 0;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07);
	height: min(30vh, 300px);
	min-height: 200px;
	max-height: 300px;
}

.single-project-featured__img,
.single-project-featured img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.single-project-box-only .project-modal-body {
	font-size: 16px;
	line-height: 1.75;
	color: #333333;
	padding-top: 4px;
}

.single-project-box-only .project-modal-body > *:first-child {
	margin-top: 0;
}

.single-project-box-only .single-project-back {
	margin: 36px 0 0;
	padding-top: 8px;
	font-size: 15px;
	border-top: 1px solid #ebebeb;
}

.single-project-box-only .single-project-back a {
	color: #333333;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.single-project-box-only .single-project-back a:hover {
	color: #000000;
}

.single-project-box-only .title-section .container {
	padding: 0;
}

@media (max-width: 767px) {
	.single-project-box-only {
		padding: 28px 0 48px;
	}

	.single-project-box-only .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.single-project-featured {
		margin-bottom: 28px;
		border-radius: 12px;
		max-width: 100%;
		height: min(28vh, 220px);
		min-height: 160px;
		max-height: 220px;
	}

	.single-project-box-only .project-modal-body {
		font-size: 15px;
		line-height: 1.7;
	}
}

.project-excerpt--collapsible {
	max-height: 96px;
	overflow: hidden;
}

.project_list-section{
	margin:40px 0;
}

.project_list-section .title-field{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 23px;
	padding: 0 20px;
}

.project_list-section .title-field h2{
	font-size: 21px;
	font-weight: 500;
	line-height: 1.5;
	font-family: 'San Diego', sans-serif;
	color: #000000;
	margin-bottom: 0;
}

.project_list-section .title-field .tab_title-box{
	display: flex;
	align-items: center;
	gap:35px;
}

.project_list-section .title-field .tab_title-box span{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	font-family: 'San Diego', sans-serif;
	color: #595959;
	cursor: pointer;
}

.project_list-section .title-field .tab_title-box span.active{
	color: #CC043E;
}

.swiper-project .slide-project {
	width: 31%;
}

.wrapper-project {
	padding-bottom: 53px;
}

.project-item{
	background-color: #EFEFEF;
	border-radius: 12px;
	padding: 25px 15px;
}

.project-item .thumbnail{
	margin-bottom: 24px;
	display:block;
}

.project-item .thumbnail img{
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 490 / 324;
}

.project-item .project-top{
	display: flex;
	align-items: start;
	justify-content: space-between;
	margin-bottom: 15px;
	min-height: 44px;
}

.project-item .project-top .ticket{
	align-items: center;
	gap: 3.5px;
}

.project-item .project-top .ticket img{
	width:10px;
	height:10px;
}

.project-item .project-top .ticket span{
	font-size: 10px;
	font-weight: 200;
}

.project-item .project-name{
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.2px;
	line-height: 1.3;
	font-family: 'Franie', sans-serif;
	color: #000000;
	margin-bottom: 0;
}

.project-item .text, .project-item .text p{
	font-size: 12px;
	font-weight: 200;
	letter-spacing: 0.2px;
	line-height: 1.7;
	margin-bottom: 0;
	min-height: 62px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; 
	overflow: hidden;
}

.project-item a.btn, .project-read-more{
	margin-top: 36px;
}

.project_list-box{
	position: relative;
}

.project-navigation{
	position: absolute;
	right: var(--fabay-slider-gutter);
	bottom: 0;
	display: flex;
	align-items: center;
	gap: 11px;
	z-index: 2;
}

.project-nav{
	width: 33px;
	height: 33px;
	padding: 0;
	background: transparent;
}

.project-nav img{
	display: block;
	width: 100%;
	height: 100%;
}

.project_banner-section {
	margin:40px 0;
}

.project_banner-box{
	position: relative;
}

.project_banner-box .content{
	bottom: 100px;
	left: 0;
	z-index: 9;
	color: #ffffff;
	width: 100%;
	padding: 0 50px;
}

.project_banner-box .project_banner-top-content{
	padding-bottom: 26px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 20px;
}

.project_banner-box .down-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.project_banner-box .down-content .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid #FFFFFF;
	border-radius: 20px;
	width: fit-content;
	overflow: hidden;
	background:transparent;
}

.project_banner-box .down-content .btn span{
	font-size: 12px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.2px;
	font-family: 'Franie', sans-serif;
	color: #FFFFFF;
	margin-bottom: 0;
	padding: 13px 32px;
	border-radius: 20px;
	box-shadow: 0 0 0 33px #FFFFFF;
	background:transparent;
}

.project_banner-box .down-content .btn .icon{
	padding: 12px;
	background-color: #FFFFFF;
}

.project_banner-box .down-content .btn .icon img{
	filter:invert(1);
}

.project_banner-box .down-content .list-items .item{
	display: flex;
	align-items: center;
	gap:6px;
}

.project_banner-box .content .project-logo{
	margin-bottom: 25.5px;
}

.project_banner-box .content .list-items{
	display: flex;
	flex-direction: column;
	gap: 12.5px;
}

.projects_content-box{
	text-align:center;
	margin-bottom:40px;
}

.projects-breadcrumb {
	margin-bottom: 25px;
}

.projects-breadcrumb a, .projects-breadcrumb span{
	font-size:13px;
	font-weight:200;
	line-height:1.3;
	letter-spacing:0.2px;
	color:#747474;
}

.projects-archive-header h1{
	font-size:17px;
	font-weight:600;
	color:#000000;
	letter-spacing:0.2px;
	line-height:1.7;
	margin-bottom:20px;
}

.projects-archive-description{
	color:#000000;
	font-weight:200;
	line-height:1.7;
	letter-spacing:0.2px;
	max-width:1010px;
	margin:0 auto;
	margin-bottom:15px;
}

.projects-archive-highlight{
	font-size:17px;
	letter-spacing:0.2px;
	line-height:1.7;
	margin-bottom:0;
}

.projects-archive-highlight strong{
	font-weight:300;
}

.projects-archive-filters {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:25px;
	padding:0 15px;
}

.projects-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
	row-gap:24px;
}

.projects-archive .project-item{
	width: calc(50% - 25px);
	background:#EFEFEF;
	border-radius:12px;
	padding:33px;
}

.projects-archive .project-thumb{
	margin-bottom:30px;
	display:block;
}

.projects-archive .project-thumb img{
	width:100%;
	aspect-ratio: 717 / 404;
}

.projects-archive .project-header{
	margin-bottom:20px;
}

.projects-archive .project-location{
	font-size:12px;
	font-weight:200;
	line-height:1.7;
	letter-spacing:0.2px;
	display:flex;
	align-items:center;
	gap:6px;
}

.projects-archive .project-location img {
	width: 10px;
	height: 10px;
}

.projects-archive .project-header h2{
	font-size:22px;
	font-weight:300;
	letter-spacing:0.2px;
	margin:0;
	color:#000000;
	line-height:1.3;
}

.projects-archive .project-excerpt{
	font-size:14px;
	font-weight:200;
	letter-spacing:0.2px;
	line-height:1.7;
	margin-bottom:40px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; 
	overflow: hidden;
	min-height:72px;
}

.projects-archive .projects-list{
	margin-bottom:74px;
}

.projects-filter-status {
	display: flex;
	align-items: center;
	gap: 25px;
}

.projects-filter-status button{
	padding:7px 18px;
	color:#989898;
	border:1px solid #989898;
	border-radius:12px;
	font-size:16px;
	font-weight:300;
	line-height:1.5;
	font-family: 'San Diego', sans-serif;
}

.projects-filter-status button.is-active{
	color:#CC043E;
	border-color:#CC043E;
}

.projects-filter-select {
	padding: 7px 44px 7px 20px;
	border:1px solid #989898;
	font-family: 'San Diego', sans-serif;
	border-radius:12px;
	color:#989898;
	cursor:pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('assets/img/select-arrow.svg');
	background-repeat: no-repeat;
	background-position: right 20px center; /* oku sağdan 20px içeri alır */
	background-size: 10px auto;
}

.project_detail-hero{
	position:relative;
}

.project_detail-hero .image-box img{
	object-fit:cover;
	aspect-ratio:1920/757;
}

.project_detail-hero .project_hero-media--desktop video{
	object-fit:cover;
	aspect-ratio:1920/757;
	width:100%;
}

.project_detail-hero .project_hero-media--mobile{
	display:none;
}

.project_detail-hero .content_field{
	position:absolute;
	bottom:10%;
	width:100%;
	z-index:9;
}

.project_detail-hero .content_field .logo{
	margin-bottom:25px;
}

.project_detail-hero .content_field .logo img{
	max-width:150px;
}

.project_detail-hero .content_field-hero{
	padding-bottom:26px;
	border-bottom:1px solid #ffffff;
	margin-bottom:20px;
}

.project_detail-hero .content_field span{
	font-size:16px;
	color:#ffffff;
	font-weight:300;
	line-height:1.3;
	letter-spacing:0.2px;
}

.project_detail-hero .add_materiel-box{
	color:#ffffff;
	display:flex;
	flex-direction:column;
	gap:10px;
}

.project_detail-hero .add_materiel-box .mateiel-item{
	display:flex;
	align-items:center;
	gap:7px;
}

.project_detail-hero .materiel_text{
	font-size:14px;
	font-weight:200;
	letter-spacing:0.4px;
	line-height:1.7;
}

.project_info-box {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.project_info-box .head_content{
	margin-bottom:22px;
}

.project_info-box .head_content span{
	font-size:22px;
	color:#CC043E;
	font-family: 'San Diego', sans-serif;
	line-height:1.3;
	font-weight:300;
	margin-bottom:20px;
	display:inline-block;
}

.project_info-box .head_content .desc p{
	font-size:16px;
	font-weight:200;
	color:#000000;
	margin:0;
	max-width:830px;
	margin:0 auto;
}

.project_info-box .bottom_content {
	display: flex;
	align-items: center;
	gap: 30px;
}

.project_info-box .bottom_content .info_materiel-box{
	display:flex;
	align-items:center;
	gap:15px;
	flex-wrap:wrap;
	width:50%;
}

.project_info-box .bottom_content .info_materiel-item{
	background:#FDF4F7;
	border-radius:10px;
	padding:22px 17px;
	display:flex;
	flex-direction:column;
	gap:6px;
	align-items:center;
	width:calc(33% - 10px);
}

.project_info-box .bottom_content .info_materiel-item img{
	max-width:40px;
}

.project_info-box .text_box {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.project_info-box .text_box .info{
	color:#CC043E;
	font-size:18px;
	font-weight:200;
	letter-spacing:0.2px;
}

.project_info-box .text_box .info_name{
	font-size:12px;
	letter-spacing:0.2px;
}

.project_info-box .bottom_text{
	width:50%;
}

.project_info-box .bottom_text p{
	margin:0;
	font-weight:200;
	font-size:16px;
	line-height:1.7;
	letter-spacing:0.2px;
	text-align:start;
}

.project_detail_tabs-section{
	margin:40px 0;
}

.project_detail_tabs-title{
	font-size:17px;
	font-weight:600;
	line-height:1.3;
	letter-spacing:0.2px;
	margin-bottom:20px;
	text-align:center;
}

.project_detail_tabs-section .tab-menu-box {
	display: flex;
	align-items: center;
	gap: 17px;
	justify-content: center;
	margin-bottom:35px;
}

.project_detail_tabs-section .inner-tab-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom:30px;
}

.project_detail_tabs-section .tab-menu-box .tab-menu-item{
	background:#6E6E6E;
	border-color:#6E6E6E;
}

.project_detail_tabs-section .tab-menu-box .tab-menu-item span{
	color:#6E6E6E;
}

.project_detail_tabs-section .tab-menu-box .tab-menu-item.is-active{
	background:#CC043E;
	border-color:#CC043E;
}

.project_detail_tabs-section .tab-menu-box .tab-menu-item.is-active span{
	color:CC043E;
}

.project_detail_tabs-section .tab-menu-box .tab-menu-item .icon{
	opacity:0;
}

.tab-layout-main-image-with-thumbs, .project_detail_tabs-box .inner-tab-panels, .inner-tab-panel .inner-tab-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px;
	max-width: 1460px;
	margin: 0 auto;
}

.project_detail_tabs-section .inner-tab-menu-item{
	padding: 7px 30px;
	border: 1px solid #989898;
	color: #989898;
	border-radius: 5px;
}

.project_detail_tabs-section .inner-tab-menu-item.is-active{
	border-color:#CC043E;
	color:#CC043E;
}

.project_detail_tabs-section .gallery-grid{
	display: flex;
	flex-wrap: wrap;
	column-gap: 6.5px;
	row-gap: 9px;
}

.project_detail_tabs-section .gallery-grid .gallery-item{
	padding: 16px 18px;
	background: #EFEFEF;
	border-radius: 12px;
	width:calc(33.33% - 5px);
}

.project_detail_tabs-section .gallery-grid .gallery-item a{
	display: block;
	text-decoration: none;
	color: inherit;
	outline: none;
}

.project_detail_tabs-section .gallery-grid .gallery-item a:focus-visible{
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.project_detail_tabs-section .gallery-grid .gallery-item img{
	width:100%;
	height:auto;
	object-fit:cover;
	aspect-ratio: 466 / 321;
	transition:all 0.3s ease-in;
}

.project_detail_tabs-section .gallery-grid .gallery-item img:hover{
	scale:1.1;
	border-radius:12px;
}

.project_detail_tabs-section .location-top{
	display:flex;
	align-items:center;
	gap:30px;
	justify-content:space-between;
	margin-bottom:40px;
	padding:0 30px;
}

.project_detail_tabs-section .location-top .project-title{
	color:#000000;
	font-size:18px;
	font-weight:300;
	line-height:1.3;
	letter-spacing:0.2px;
	margin-bottom:25px;
}

.project_detail_tabs-section .location-top .location-phone{
	display:flex;
	align-items:center;
	gap:12px;
	padding-bottom:25px;
	border-bottom:0.5px solid #707070;
	margin-bottom:25px;
}

.project_detail_tabs-section .location-top .location-phone img{
	width:21px;
	height:21px;
}

.project_detail_tabs-section .location-top .location-phone .phone-link{
	font-weight:200;
	line-height:1.3;
	font-size:16px;
	letter-spacing:0.2px;
}

.project_detail_tabs-section .location-top .location-name{
	font-size:18px;
	font-weight:300;
	letter-spacing:0.2px;
	line-height:1.3;
	margin-bottom:22px;
}

.project_detail_tabs-section .location-top .location-address{
	display:flex;
	align-items:start;
	gap:12px;
	margin-bottom:25px;
}

.project_detail_tabs-section .location-top .location-address img{
	width:20px;
	height:25px;
}

.project_detail_tabs-section .location-top .location-address .location-desc{
	font-size:16px;
	font-weight:200;
	line-height:1.3;
	letter-spacing:0.2px;
}

.project_detail_tabs-section .location-top .location-image {
	width: 45%;
}

.project_detail_tabs-section .location-top .location-image img{
	border-radius:13px;
	aspect-ratio:567/378;
	object-fit:cover;
	width:100%;
}

.project_detail_tabs-section .location-top .location-action-link span{
	background:#ffffff;
}

.project_detail-location{
	margin-bottom:58px;
}

.project_detail-location .project_location-box{
	display:flex;
	align-items:end;
	position:relative;
	color:#ffffff;
	gap:30px;
}

.project_detail-location .project_location-box:before{
	content:"";
	background:#CC043E;
	width:100%;
	height:75%;
	left:0;
	bottom:0;
	position:absolute;
	z-index:-1;
}

.project_detail-location .content{
	max-width:640px;
	padding:30px 20px;
}

.project_detail-location .content h3{
	font-size:17px;
	font-weight:600;
	line-height:1.3;
	letter-spacing:0.2px;
	margin-bottom:21px;
}

.project_detail-location .content p{
	margin-bottom:0;
	font-size:18px;
	font-family: 'San Diego', sans-serif;
	font-weight:200;
	line-height:1.3;
	letter-spacing:0.2px;
}

.project_detail-hero .project_hero-media{
	position: relative;
	overflow: hidden;
}

.project_detail-hero .project_hero-media::before{
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.20) 100%);
	pointer-events: none;
	z-index: 1;
}

.project_detail-hero .project_hero-video,
.project_detail-hero .project_hero-image{
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-banner-img.mobile-img{
	display:none;
}

.project-banner-img.desktop-img{
	display:block;
	width:100%;
}