/* Bauen theme integration for CMS3W */
@import url('../../app/libraries/bauen/css/plugins.css');
@import url('../../app/libraries/bauen/css/style.css');

/* CMS compatibility overrides */
/* Cookie alert: #bauen-main dışında; gizle + alttan fixed (kesik / layout kayması olmasın) */
.cookiealert {
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	margin: 0 !important;
	border-radius: 0 !important;
	z-index: 99999 !important;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	color: #ecf0f1;
	background: #212327;
	border: none;
	padding: 12px 16px;
}

.cookiealert.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
	transition-delay: 1000ms;
}

.cookiealert .acceptcookies {
	margin-left: 10px;
	vertical-align: baseline;
}

#basket-modal {
	z-index: 100000;
	display: none;
	position: fixed;
	inset: 0;
}

#basket-modal.show {
	display: block;
	background: rgba(0,0,0,0.5);
}

.bauen-custom-block .box-intro,
.bauen-custom-block .eflab-news-section,
.bauen-custom-block .eflab-product-section {
	display: none;
}

/* Dekoratif çizgiler tıklamayı engellemesin */
.content-lines-wrapper,
.content-lines-inner,
.content-lines {
	pointer-events: none !important;
	z-index: 0;
}

/* Footer üstü yatay menü */
.footer-toplinks {
	position: relative;
	z-index: 5;
	background: #1f1f1f;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	padding: 18px 0;
}

.footer-toplinks a {
	pointer-events: auto;
	cursor: pointer;
	position: relative;
	z-index: 6;
}

.main-footer {
	position: relative;
	z-index: 5;
}

.footer-toplinks-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-toplinks-list li {
	margin: 0;
	padding: 0;
}

.footer-toplinks-list a {
	color: #999;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-toplinks-list a:hover {
	color: #b19777;
}

/* Gizlilik / KVKK modal */
#policy-page-modal .policy-modal-content {
	background: #272727;
	color: #ccc;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 0;
}

#policy-page-modal .modal-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 1rem 1.25rem;
}

#policy-page-modal .modal-title {
	color: #b19777;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}

#policy-page-modal .btn-close-policy {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #999;
	width: 36px;
	height: 36px;
	line-height: 34px;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
}

#policy-page-modal .btn-close-policy:hover {
	border-color: #b19777;
	color: #b19777;
}

#policy-page-modal .modal-body {
	padding: 1.5rem 1.25rem 2rem;
	max-height: 70vh;
	overflow-y: auto;
	font-size: 14px;
	line-height: 1.7;
	color: #bbb;
}

#policy-page-modal .modal-body h5,
#policy-page-modal .modal-body h6 {
	color: #fff;
	margin-top: 1.25rem;
}

#policy-page-modal .modal-body a {
	color: #b19777;
}

#policy-page-modal .modal-dialog {
	z-index: 100050;
}

#policy-page-modal {
	z-index: 100050;
}

.modal-backdrop {
	z-index: 100040;
}

/* Footer – tema renkleri (Bootstrap list-group ezilsin) */
.main-footer.dark {
	background: #272727 !important;
	color: #fff;
}

.main-footer .fotcont ul,
.main-footer .fotcont li,
.main-footer .fotcont .list-group-item {
	list-style: none !important;
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: none !important;
	color: #999 !important;
	font-size: 15px;
	line-height: 1.7;
}

.main-footer .fotcont a,
.main-footer .fotcont .list-group-item a {
	color: #999 !important;
	text-decoration: none;
	background: transparent !important;
}

.main-footer .fotcont a:hover,
.main-footer .fotcont .list-group-item a:hover {
	color: #b19777 !important;
}

.main-footer .fotcont .list-group-item i,
.main-footer .fotcont i {
	color: #b19777;
	margin-right: 8px;
}

.main-footer .fothead h6 {
	color: #b19777 !important;
}

.main-footer .sub-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.main-footer .sub-footer p {
	color: #999 !important;
}

.main-footer .abot .social-icon {
	text-align: right;
}

.main-footer .abot .social-icon span {
	display: inline-block;
	margin: 0 2px !important;
}

.main-footer .abot .social-icon a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #323232;
	color: #999 !important;
	border-radius: 100%;
	background: transparent !important;
	transition: all 0.4s;
}

.main-footer .abot .social-icon a:hover {
	border-color: #b19777;
	color: #b19777 !important;
}

@media (max-width: 767px) {
	.footer-toplinks-list {
		gap: 10px 18px;
	}

	.main-footer .abot .social-icon {
		text-align: center;
		margin-top: 15px;
	}

	.main-footer .sub-footer .text-left {
		text-align: center;
	}
}

#bauen-aside .bauen-footer ul li {
	display: inline-block;
}

#bauen-aside .bauen-member-links {
	margin-top: 15px;
	padding: 0;
	list-style: none;
}

.banner-caption-text p {
	color: #fff;
	font-size: 18px;
	line-height: 1.8em;
}

.section-padding {
	padding: 60px 0;
}

.contact ul.address li,
.contact ul.social li {
	list-style: none;
	margin-bottom: 8px;
}

/* Hero üst boşluk düzeltmeleri */
html,
body,
#inner-wrap,
#outer-wrap {
	margin: 0 !important;
	padding: 0 !important;
}

/*
 * CMS 3WTURK footeri (body sonu) — spacer div'leri gizle, lisans logosu görünsün.
 */
html#outer-wrap,
body#inner-wrap {
	background-color: #272727 !important;
}

body#inner-wrap {
	display: flow-root;
	overflow-x: hidden;
}

body#inner-wrap > div[style*="visibility:hidden"],
body#inner-wrap > div[style*="visibility:visible"]:has(> small:only-child:empty) {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
}

body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="3wturk.com"]),
body#inner-wrap > div[style*="visibility:visible"]:has(img[alt*="3WTURK"]),
body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="prosigma.net"]) {
	clear: both;
	display: block !important;
	text-align: center;
	margin: 0 !important;
	height: auto !important;
	overflow: visible !important;
	visibility: visible !important;
	background: transparent;
	border: none;
	line-height: 0;
	font-size: 0;
}

body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="3wturk.com"]),
body#inner-wrap > div[style*="visibility:visible"]:has(img[alt*="3WTURK"]) {
	padding: 18px 15px 0;
	border-top: 1px solid #3a3a3a;
}

body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="prosigma.net"]) {
	padding: 0 15px 18px;
}

body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="prosigma.net"]) small {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="3wturk.com"]) img,
body#inner-wrap > div[style*="visibility:visible"]:has(img[alt*="3WTURK"]) img,
body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="prosigma.net"]) img {
	max-height: 28px;
	width: auto;
	opacity: 0.55;
	transition: opacity 0.3s ease;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
}

body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="3wturk.com"]) a:hover img,
body#inner-wrap > div[style*="visibility:visible"]:has(img[alt*="3WTURK"]) a:hover img,
body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="prosigma.net"]) a:hover img {
	opacity: 1;
}

#bauen-main {
	margin: 0 !important;
	padding: 0 !important;
	float: right;
	position: relative;
	top: 0 !important;
}

#bauen-main .content-wrapper {
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
}

#bauen-main .d-none,
#bauen-main .logo_top,
#bauen-main .logo_bottom,
#bauen-main .logo_nextto {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
}

#bauen-main .header.slider-fade,
.header.slider-fade {
	position: relative;
	top: 0;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 100vh;
	min-height: 100dvh;
	height: 100vh;
	height: 100dvh;
	background-color: #272727;
	overflow: hidden;
}

.slider-fade .owl-carousel.owl-theme {
	display: block !important;
	height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0 !important;
}

.slider-fade .owl-carousel,
.slider-fade .owl-stage-outer,
.slider-fade .owl-stage,
.slider-fade .owl-item {
	height: 100% !important;
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0 !important;
}

.slider-fade .owl-item .item,
.slider-fade .item.bg-img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

/* Owl default top spacing / stage clearfix boşluğu olmasın */
.slider-fade .owl-stage:after {
	display: none !important;
	height: 0 !important;
	content: none !important;
}

/* Tema data-overlay ::before'u kapat — gerçek katman kullanıyoruz */
.slider-fade .item[data-overlay-dark]::before {
	content: none !important;
	display: none !important;
	opacity: 0 !important;
	background: none !important;
}

/*
 * Overlay: tam alan kaplar (kesik yok)
 * alt yoğun → yukarı doğru açılır
 */
.slider-fade .item .slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	/* Siyah overlay: alt yoğun → yukarı doğru uzun ve yavaş soluklaşır */
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.1) 12%,
		rgba(0, 0, 0, 0.22) 30%,
		rgba(0, 0, 0, 0.38) 50%,
		rgba(0, 0, 0, 0.55) 68%,
		rgba(0, 0, 0, 0.72) 85%,
		rgba(0, 0, 0, 0.85) 100%
	);
}

.slider-fade .item .caption,
.slider-fade .item .v-middle.caption {
	z-index: 2 !important;
}

/* Nav butonları overlay üstünde */
.header.slider-fade .owl-nav,
.header.slider-fade .owl-dots,
.slider-fade .owl-carousel .owl-nav {
	z-index: 30 !important;
	position: absolute !important;
}

.header.slider-fade .hero-corner,
.header.slider-fade .hero-corner3 {
	z-index: 31;
	opacity: 1;
	visibility: visible;
	pointer-events: none;
}

.slider-fade .item .caption h1,
.slider-fade .item .caption h1 a,
.slider-fade .banner-caption-text,
.slider-fade .banner-caption-text p {
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.services .item {
	padding: 60px 15px;
}

.services .item p {
	min-height: 7.2em;
	margin-bottom: 0;
}

.services .item h5 {
	letter-spacing: 1px;
}
.services .item .service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
	color: #b19777;
	font-size: 36px;
	line-height: 1;
	font-style: normal;
	font-weight: normal;
}

.services .item .service-icon:before {
	line-height: 1;
}

.services .item .service-icon i {
	display: block;
	line-height: 1;
}

.services .item:hover .service-icon {
	color: #c9ad8a;
}

.bauen-custom-block > div:first-child {
	margin: 0;
	padding: 0;
}

/* Logo: sadece görsel, doğal boyut; menü dikey ortalı */
#bauen-aside {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#bauen-aside .bauen-logo {
	margin-bottom: 0;
	flex-shrink: 0;
}

#bauen-aside .bauen-logo h2 {
	display: none;
}

#bauen-aside .bauen-logo .logo-img {
	width: auto;
	max-width: 180px;
	height: auto;
	margin-bottom: 0;
}

.bauen-sidebar-search {
	flex-shrink: 0;
	margin: 30px 0 25px;
	padding: 0 5px;
}

.bauen-sidebar-search form {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #3a3a3a;
}

.bauen-sidebar-search-input {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	background: transparent;
	border: none;
	color: #999;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 0;
}

.bauen-sidebar-search-input:focus {
	outline: none;
	color: #fff;
}

.bauen-sidebar-search-input::placeholder {
	color: #666;
}

.bauen-sidebar-search-btn {
	flex-shrink: 0;
	background: transparent;
	border: none;
	color: #b19777;
	font-size: 16px;
	line-height: 1;
	padding: 10px 0 10px 12px;
	cursor: pointer;
	transition: color 0.3s ease;
}

.bauen-sidebar-search-btn:hover {
	color: #fff;
}

#bauen-aside .bauen-main-menu {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 0;
}

#bauen-aside .bauen-footer {
	flex-shrink: 0;
	margin-top: 0;
}

/* Mobil offcanvas menü: flex ortalama menüyü aşağı iter */
@media (max-width: 768px) {
	#bauen-aside {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		top: 0 !important;
		bottom: 0 !important;
		height: 100vh;
		height: 100dvh;
		max-height: 100dvh;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding-top: 70px;
		padding-bottom: 30px;
	}

	#bauen-aside .bauen-logo {
		margin-bottom: 25px;
	}

	#bauen-aside .bauen-main-menu {
		flex: 0 0 auto;
		display: block;
		justify-content: flex-start;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.bauen-sidebar-search {
		flex-shrink: 0;
		margin: 0 0 20px;
	}

	#bauen-aside .bauen-footer {
		flex-shrink: 0;
		margin-top: auto;
		padding-top: 15px;
	}

	body.offcanvason {
		overflow: hidden !important;
		touch-action: none;
	}

	body.offcanvason #bauen-aside {
		top: 0 !important;
		bottom: 0 !important;
		height: 100vh;
		height: 100dvh;
		max-height: 100dvh;
		z-index: 10001;
	}

	body.offcanvason .bauen-nav-toggle {
		z-index: 10002;
	}
}

.bauen-projects-carousel.owl-carousel,
.bauen-blog .owl-carousel {
	display: block !important;
}

/* Projeler / Blog – figure + cover (Owl img kurallarını ezer) */
.projects .item .position-re,
.bauen-projects-carousel .item .position-re,
.bauen-blog .item .position-re {
	overflow: hidden;
}

.projects .item figure,
.bauen-projects-carousel .item figure {
	position: relative;
	display: block;
	width: 100%;
	height: 280px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #1a1a1a;
}

.bauen-blog .item figure {
	position: relative;
	display: block;
	width: 100%;
	height: 320px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #1a1a1a;
}

.projects .item figure > a,
.bauen-projects-carousel .item figure > a,
.bauen-blog .item figure > a {
	display: block;
	width: 100%;
	height: 100%;
}

.projects .item figure img,
.bauen-projects-carousel .item figure img,
.projects .owl-carousel .owl-item figure img,
.bauen-blog .item figure img,
.bauen-blog .owl-carousel .owl-item figure img {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: center center !important;
	display: block !important;
}

/* object-fit utility classes (from catalog-default.css) */
.fit-fill {
	object-fit: fill;
}

.fit-contain {
	object-fit: contain;
}

.fit-cover {
	object-fit: cover !important;
}

.fit-scale-down {
	object-fit: scale-down;
}

.fit-none {
	object-fit: none;
}

/* Article / project detail — kapak (içerik kolonu genişliğinde) */
.bauen-article-detail .bauen-article-cover {
	position: relative;
	margin: 0 0 30px;
	padding: 0;
	overflow: hidden;
	background: #1a1a1a;
}

.bauen-article-detail .bauen-article-cover-img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
	object-fit: cover;
	object-position: center center;
}

/* Detay görselleri: alttan yukarı gradient overlay (kapak + galeri) */
.bauen-article-detail .bauen-article-cover::after,
.bauen-project-gallery .gallery-box .gallery-img::after,
.bauen-project-gallery figure.gallery-box .gallery-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.08) 18%,
		rgba(0, 0, 0, 0.2) 38%,
		rgba(0, 0, 0, 0.42) 58%,
		rgba(0, 0, 0, 0.62) 78%,
		rgba(0, 0, 0, 0.78) 100%
	);
	transition: opacity 0.35s ease;
}

/* Kategori banner header (üst, tam genişlik) */
#bauen-main .banner-header.banner-img {
	z-index: 2 !important;
	position: relative;
	height: 40vh;
	min-height: 280px;
	background-size: cover;
	background-position: center center;
}

.bauen-article-detail .section-title2 {
	margin-bottom: 0;
}

.bauen-article-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
	margin-bottom: 30px;
}

.bauen-article-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
}

.bauen-article-share-label {
	color: #999;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.bauen-article-detail .bauen-article-share .social-icon {
	display: flex;
	align-items: center;
	gap: 10px;
}

.bauen-article-detail .social-icon a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-right: 0;
	border: 1px solid #3a3a3a;
	color: #999;
	text-decoration: none;
	transition: all 0.3s ease;
}

.bauen-article-detail .social-icon a:hover {
	color: #fff;
	border-color: #b19777;
	background: #b19777;
}

.bauen-article-detail .social-icon a i {
	font-size: 14px;
	line-height: 1;
}

.bauen-article-detail .social-icon a i.fab {
	font-family: "Font Awesome 6 Brands";
}

.bauen-article-detail .social-icon a i.fas {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
}

.bauen-article-detail .bauen-article-body p,
.bauen-article-detail .bauen-article-body,
.bauen-article-detail .col-lg-8 {
	color: #999;
}

.bauen-article-detail .bauen-article-body p:last-child {
	margin-bottom: 0;
}

.bauen-article-side p {
	margin-bottom: 12px;
	color: #999;
}

.bauen-project-gallery {
	display: flex;
	flex-wrap: wrap;
}

.bauen-project-gallery .gallery-item {
	margin-bottom: 30px;
	padding-top: 0;
}

.bauen-project-gallery .gallery-box,
.bauen-project-gallery figure.gallery-box {
	display: block;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.bauen-project-gallery .gallery-box .gallery-img,
.bauen-project-gallery figure.gallery-box .gallery-img {
	position: relative;
	display: block;
	width: 100%;
	height: 320px;
	overflow: hidden;
	background: #1a1a1a;
}

.bauen-project-gallery .gallery-box .gallery-img::after,
.bauen-project-gallery figure.gallery-box .gallery-img::after {
	pointer-events: none;
	z-index: 2;
}

.bauen-project-gallery .gallery-box:hover .gallery-img::after,
.bauen-project-gallery figure.gallery-box:hover .gallery-img::after {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.05) 0%,
		rgba(0, 0, 0, 0.15) 18%,
		rgba(0, 0, 0, 0.32) 38%,
		rgba(0, 0, 0, 0.55) 58%,
		rgba(0, 0, 0, 0.72) 78%,
		rgba(0, 0, 0, 0.88) 100%
	);
}

.bauen-project-gallery .gallery-box .gallery-img img,
.bauen-project-gallery .gallery-box .gallery-img > img,
.bauen-project-gallery figure.gallery-box .gallery-img img {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: center center !important;
	display: block !important;
	z-index: 1;
}

.bauen-project-gallery .img-zoom {
	display: block;
}

@media (max-width: 767px) {
	.bauen-project-gallery .gallery-box .gallery-img,
	.bauen-project-gallery figure.gallery-box .gallery-img {
		height: 240px;
	}
}

/* İletişim sayfası */
.bauen-contact-page {
	padding-top: 60px;
	padding-bottom: 90px;
}

.bauen-contact-page .section-title {
	margin-bottom: 15px;
}

.bauen-contact-header-row {
	margin-bottom: 40px;
}

.bauen-contact-intro {
	color: #999;
	font-size: 15px;
	line-height: 1.85em;
	max-width: 720px;
	margin-bottom: 0;
}

.bauen-contact-main-row {
	align-items: flex-start;
}

.bauen-contact-info-col {
	margin-bottom: 40px;
}

.bauen-contact-form-col {
	margin-bottom: 20px;
	padding-top: 30px;
}

@media (min-width: 992px) {
	.bauen-contact-form-col {
		padding-top: 0;
		padding-left: 30px;
		border-left: 1px solid #3a3a3a;
	}
}

.bauen-contact-info-card {
	height: 100%;
	padding: 30px;
	border: 1px solid #3a3a3a;
	background: rgba(255, 255, 255, 0.02);
}

.bauen-contact-info-title,
.bauen-contact-form-title {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 25px;
}

.bauen-contact-form-title {
	margin-bottom: 30px;
}

.bauen-contact-details {
	margin: 0;
	padding: 0;
}

.bauen-contact-detail-item {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 18px;
	list-style: none;
}

.bauen-contact-detail-label {
	color: #b19777;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.bauen-contact-detail-value,
.bauen-contact-detail-value a {
	color: #999;
	font-size: 15px;
	line-height: 1.6em;
	text-decoration: none;
}

.bauen-contact-detail-value a:hover {
	color: #b19777;
}

.bauen-contact-address {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid #3a3a3a;
}

.bauen-contact-address-title,
.bauen-contact-map-title {
	color: #b19777;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 12px;
	font-weight: 400;
}

.bauen-contact-address-text {
	color: #999;
	font-size: 15px;
	line-height: 1.85em;
	margin: 0;
}

.bauen-contact-map-wrap {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid #3a3a3a;
}

.bauen-contact-map {
	overflow: hidden;
}

.bauen-contact-map iframe {
	display: block;
	width: 100% !important;
	height: 260px !important;
	max-width: 100%;
	border: 0;
	filter: grayscale(100%);
}

.bauen-contact-intro,
.bauen-contact-details li {
	color: #999;
	font-size: 15px;
	line-height: 1.85em;
}

.bauen-contact-details {
	margin: 0;
	padding: 0;
}

.bauen-contact-details li {
	margin-bottom: 12px;
	list-style: none;
}

.bauen-contact-details strong {
	color: #b19777;
	font-weight: 400;
}

.bauen-contact-details a {
	color: #999;
	text-decoration: none;
}

.bauen-contact-details a:hover {
	color: #b19777;
}

.bauen-contact-form .bauen-form-control {
	display: block;
	width: 100%;
	padding: 12px 15px;
	margin-bottom: 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid #3a3a3a;
	color: #fff;
	font-size: 15px;
	line-height: 1.5em;
	border-radius: 0;
}

.bauen-contact-form .bauen-form-control:focus {
	outline: none;
	border-bottom-color: #b19777;
	box-shadow: none;
	background: transparent;
	color: #fff;
}

.bauen-contact-form .bauen-form-control::placeholder {
	color: #666;
}

.bauen-contact-form .form-group {
	margin-bottom: 20px;
}

.bauen-contact-captcha label {
	display: block;
	color: #999;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.bauen-contact-captcha-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.bauen-contact-captcha-row img {
	display: block;
	width: 100px;
	height: auto;
	max-height: 28px;
	border: 1px solid #3a3a3a;
}

.bauen-contact-captcha-input {
	width: 120px !important;
	max-width: 120px;
	flex: 0 0 auto;
	padding: 8px 10px !important;
	font-size: 14px;
}

.bauen-contact-submit {
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	background: #b19777;
	color: #fff;
	border: none;
	padding: 13px 30px;
	font-size: 16px;
	letter-spacing: 3px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.bauen-contact-submit:hover {
	background: #323232;
	color: #fff;
}

.bauen-contact-form .alert {
	margin-bottom: 20px;
}

.bauen-contact-notes {
	color: #999;
	margin-bottom: 20px;
}

/* block_contact.html (harita / bilgi) */
.bauen-contact-page .contact .list-unstyled li,
#contact.contact .list-unstyled li {
	color: #999;
	margin-bottom: 10px;
}

#contact.contact .list-unstyled i {
	color: #b19777;
	margin-right: 8px;
}

.bauen-category-header .section-title2 {
	margin-bottom: 15px;
}

.bauen-category-breadcrumb .breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0 0 10px;
}

.bauen-category-breadcrumb .breadcrumb li,
.bauen-category-breadcrumb .breadcrumb a {
	color: #999;
	font-size: 14px;
}

.bauen-category-breadcrumb .breadcrumb a:hover {
	color: #b19777;
}

.bauen-category-desc,
.bauen-category-desc p {
	color: #999;
	margin-bottom: 0;
}

/* Kategori açıklama sayfası (Hakkımızda vb.) */
.bauen-category-desc {
	padding-top: 0;
}

.bauen-category-desc .row > .bauen-category-desc-text:first-child:last-child {
	flex: 0 0 100%;
	max-width: 100%;
}

.bauen-category-desc .bauen-category-body p {
	color: #999;
	font-size: 15px;
	line-height: 1.85em;
	margin-bottom: 20px;
}

.bauen-category-desc .bauen-category-body p:last-child {
	margin-bottom: 0;
}

.bauen-category-files-list {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}

.bauen-category-files-list li {
	margin-bottom: 10px;
}

.bauen-category-files-list a {
	color: #b19777;
	text-decoration: none;
	font-size: 15px;
	transition: color 0.3s ease;
}

.bauen-category-files-list a:hover {
	color: #fff;
}

.bauen-category-gallery {
	margin-top: 30px;
}

/* İçerik liste sayfası (projeler, blog vb. – grid) */
.bauen-articles-list,
.bauen-blog-list {
	padding-top: 0;
}

.bauen-articles-list-grid > [class*="col-"],
.bauen-blog-list-grid > [class*="col-"] {
	margin-bottom: 30px;
}

.bauen-articles-list .item .con .bauen-article-date,
.bauen-blog-list .item .con p {
	color: #999;
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 8px;
	margin-bottom: 0;
}

.bauen-articles-nav,
.bauen-blog-nav {
	padding-bottom: 60px;
}

.bauen-articles-nav .page-pagination,
.bauen-blog-nav .page-pagination {
	margin-top: 0;
}

.bauen-articles-nav .page-pagination ul,
.bauen-blog-nav .page-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.bauen-articles-nav .page-pagination ul li a,
.bauen-articles-nav .page-pagination ul li span,
.bauen-articles-nav .page-pagination .navigator .btn,
.bauen-blog-nav .page-pagination ul li a,
.bauen-blog-nav .page-pagination ul li span,
.bauen-blog-nav .page-pagination .navigator .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	margin: 4px;
	background: #323232;
	border: 1px solid #3a3a3a;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease;
}

.bauen-articles-nav .page-pagination ul li.active a,
.bauen-articles-nav .page-pagination ul li a:hover,
.bauen-articles-nav .page-pagination .navigator .btn:hover,
.bauen-blog-nav .page-pagination ul li.active a,
.bauen-blog-nav .page-pagination ul li a:hover,
.bauen-blog-nav .page-pagination .navigator .btn:hover {
	background: #b19777;
	border-color: #b19777;
	color: #fff;
}

.bauen-articles-nav .page-pagination .navigator .btn.text-danger,
.bauen-blog-nav .page-pagination .navigator .btn.text-danger {
	background: #b19777;
	border-color: #b19777;
	color: #fff;
}

/* Arama sonuçları */
.bauen-search-page {
	padding-top: 60px;
	padding-bottom: 90px;
}

.bauen-search-header {
	margin-bottom: 30px;
}

.bauen-search-header .section-title {
	margin-bottom: 12px;
}

.bauen-search-query-label {
	color: #999;
	font-size: 15px;
	margin: 0;
}

.bauen-search-query {
	color: #fff;
	font-weight: 400;
}

.bauen-search-meta {
	color: #b19777;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.bauen-search-results {
	display: flex;
	flex-wrap: wrap;
}

.bauen-search-item {
	margin-bottom: 30px;
	height: calc(100% - 30px);
}

.bauen-search-item-media figure {
	position: relative;
	display: block;
	width: 100%;
	height: 240px;
	margin: 0;
	overflow: hidden;
	background: #1a1a1a;
}

.bauen-search-item-media figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.4s ease;
}

.bauen-search-item:hover .bauen-search-item-media figure img {
	transform: scale(1.05);
}

.bauen-search-item-body h5 {
	margin-bottom: 12px;
}

.bauen-search-item-body h5 a {
	color: #fff;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.4;
}

.bauen-search-item-body h5 a:hover {
	color: #b19777;
}

.bauen-search-item-desc {
	color: #999;
	font-size: 14px;
	line-height: 1.75em;
	margin-bottom: 0;
}

.bauen-search-highlight,
.bauen-search-page .bauen-search-highlight {
	color: #b19777;
	font-weight: inherit;
}

.bauen-search-empty {
	padding: 30px;
	border: 1px solid #3a3a3a;
	background: rgba(255, 255, 255, 0.02);
}

.bauen-search-empty p {
	color: #999;
	margin: 0;
	font-size: 15px;
	line-height: 1.75em;
}

.bauen-search-nav .page-pagination {
	justify-content: center;
}

.bauen-search-nav .page-pagination ul li a,
.bauen-search-nav .page-pagination ul li span,
.bauen-search-nav .page-pagination .navigator .btn {
	background: transparent;
	border: 1px solid #3a3a3a;
	color: #999;
}

.bauen-search-nav .page-pagination ul li.active a,
.bauen-search-nav .page-pagination ul li a:hover,
.bauen-search-nav .page-pagination .navigator .btn:hover {
	background: #b19777;
	border-color: #b19777;
	color: #fff;
}

