@charset "UTF-8";
/**
 * Custom Animations - Rotating Images on Circle Path
 */

:root {
	--color-primary: var(--color-3);
	/* Vibrant Orange #ff8533 */
	--color-primary-hover: #e57220;
	/* Darker Orange */
	--color-dark-navy: #111b3d;
	/* Deep Theme Dark Blue */
	--color-text-dark: #2f2f2f;
	/* Dark Charcoal */
	--color-text-muted: #5e5e5e;
	/* Muted Grey */
	--color-white: #ffffff;
	--color-white-translucent: rgba(255, 255, 255, 0.9);
}


/* Rotating Orbit Container */
.rotating-orbit-container {
	position: relative;
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 60px 0;
}

/* Circle Path Border - Perfect Circle 350x350 */
.orbit-path {
	position: absolute;
	width: 350px;
	height: 350px;
	border: 2px solid rgba(133, 133, 133, 0.3);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Orbit Items (images and dots) */
.orbit-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transition: transform 0.1s linear;
}

/* Image styling */
.orbit-item.image {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	background: #fff;
}

.orbit-item.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Dot styling */
.orbit-item.dot {
	width: 12px;
	height: 12px;
	background: #858585;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Center Content (optional) */
.orbit-center {
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 20px;
	display: none;
}

.orbit-center h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--color-3);
	margin-bottom: 10px;
}

.orbit-center p {
	font-size: 16px;
	color: var(--color-2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.rotating-orbit-container {
		height: 300px;
	}

	.orbit-path {
		width: 280px;
		height: 280px;
	}

	.orbit-item.image {
		width: 120px;
		height: 120px;
		border-width: 3px;
	}

	.orbit-item.dot {
		width: 8px;
		height: 8px;
	}
}

@media (max-width: 480px) {
	.rotating-orbit-container {
		height: 250px;
	}

	.orbit-path {
		width: 220px;
		height: 220px;
	}

	.orbit-item.image {
		width: 90px;
		height: 90px;
	}
}

/* Slayt Okları Ortaya ve Kenarlara Hizalama */
.slide-arrows {
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	right: 50px !important;
	width: 100% !important;
	display: flex !important;
	justify-content: space-between !important;
	padding: 0 30px !important;
	z-index: 10 !important;
}

@media (max-width: 768px) {
	.slide-arrows {
		padding: 0 10px !important;
		right: 0 !important;
		width: auto !important;
		padding: 0 !important;
		bottom: 10px !important;
		top: auto !important;
		transform: translateY(0%) !important;
	}
}

/* Slider Sağ Alt İletişim Butonu */
.slider-contact-btn {
	position: absolute;
	bottom: 50px;
	right: 50px;
	z-index: 50;
	display: flex;
	align-items: center;
	gap: 30px;
	background: hsl(214.81deg 87.1% 18.24% / 85%);
	color: #fff !important;
	padding: 0 24px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none !important;
	box-shadow: 0 8px 20px rgba(211, 21, 43, 0.4);
	animation: contactPulse 2.5s infinite, slideInRight 1s ease-out;
	transition: all 0.3s ease;
	line-height: 58px;
}

.slider-contact-btn:hover {
	background: #7ea7e0;
	color: #fff;
	transform: translateY(-5px);
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.slider-contact-btn img {
	animation: phoneRing 3s infinite ease-in-out;
}

@keyframes contactPulse {
	0% {
		box-shadow: 0 0 0 0 rgba(6, 40, 87, 0.6);
	}

	70% {
		box-shadow: 0 0 0 15px rgba(6, 40, 87, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(6, 40, 87, 0);
	}
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes phoneRing {

	0%,
	20%,
	40%,
	100% {
		transform: rotate(0deg);
	}

	10%,
	30% {
		transform: rotate(15deg);
	}

	15%,
	35% {
		transform: rotate(-15deg);
	}
}

@media (max-width: 768px) {
	.slider-contact-btn {
		bottom: 20px;
		right: 20px;
		padding: 10px 18px;
		font-size: 14px;
	}

	.slider-contact-btn span {
		display: none;
		/* Hide text on mobile, just show icon */
	}

	.slider-contact-btn {
		border-radius: 50%;
		padding: 12px;
	}
}

/* ==========================================================================
   KURUMSAL SAYFASI ÖZEL STİLLERİ (BİZ KİMİZ, YAKLAŞIMIMIZ, UZMANLIK)
   ========================================================================== */

.p-t-80 {
	padding-top: 80px;
}

.p-b-80 {
	padding-bottom: 80px;
}

/* Genel Bölüm Başlıkları */
.section-title {
	margin-bottom: 30px;
}

.section-title span.sub-title {
	display: block;
	font-size: 30px;
	font-weight: 300;
	color: var(--color-1);
	letter-spacing: 1px;
	margin-bottom: 5px;
}

h3.heading-title,
.section-title h2 {
	font-size: 48px;
	font-weight: 800;
	color: var(--color-3);
	margin: 0;
	line-height: 1.2;
}

h3.heading-title {
	font-size: 36px;
}

.dynamic-section .section-title h2 {
	font-size: 36px;
}

.section-title.light h2 {
	color: #fff;
}

p.lead-text {
	font-size: 24px;
	font-weight: 600;
	color: var(--color-2);
	margin-bottom: 25px;
	line-height: 1.6;
}

.content-wrapper {
	overflow: hidden;
}

/* 1. Alt Sayfa Üst Kısımları (Ortak Arkaplan Deseni) */
.faaliyet-hero,
.galeri-page-section,
.blog-list-section,
.kurumsal,
.projeler-header-section,
.proje-detay-section {}

.home-page .biz-kimiz-section {
	padding: 100px 0;
	background-image: none;
	background-color: transparent;

	p.lead-text {
		font-weight: 300;
	}
}

.biz-kimiz-section p {
	color: var(--color-1);
	margin-bottom: 20px;
}

.feature-box-list ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.feature-box-list ul li {
	background-color: #111b3d;
	color: #fff;
	padding: 16px 25px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	box-shadow: 0 10px 30px rgba(17, 27, 61, 0.1);
	transition: transform 0.3s ease;
}

.feature-box-list ul li:hover {
	transform: translateX(10px);
}

.feature-box-list ul li::before {
	content: "\f00c";
	font-family: "FontAwesome";
	color: #7ea7e0;
	font-size: 22px;
}

/* ==========================================================================
   DİNAMİK İÇERİK BÖLÜMLERİ (Koyu ve Açık Tema Alternatifli)
   ========================================================================== */
.dynamic-section.dark-theme {
	background-color: #111b3d;
	color: #fff;
}

.dynamic-section.light-theme {
	background-color: #fff;
}

.dynamic-section p {
	font-size: 21px;
}

.dynamic-section.dark-theme p {
	color: #fff;
}

.dynamic-section.light-theme p {
	color: var(--color-1);
}

/* Dinamik Bölümler İçin Standart UL Stilleri */
.dynamic-section ul {
	list-style: none;
	padding: 0;
	margin: 25px 0;
}

.dynamic-section ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 3px;
	font-weight: 600;
}

.dynamic-section.dark-theme ul li {
	color: #fff;
}

.dynamic-section.light-theme ul li {
	color: var(--color-1);
}

.dynamic-section ul li::before {
	content: "\2022";
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 20px;
	line-height: 1;
}

.dynamic-section.dark-theme ul li::before {
	color: #fff;
}

.dynamic-section.light-theme ul li::before {
	color: #111;
}

/* Görsel Kapsayıcılar */
.image-wrapper {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.image-wrapper img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	border-radius: 12px;
}

@media (max-width: 991px) {
	.section-title h2 {
		font-size: 32px;
	}

	.p-t-80 {
		padding-top: 50px;
	}

	.p-b-80 {
		padding-bottom: 50px;
	}

	.image-wrapper {
		margin-bottom: 30px;
	}
}


.faaliyet-item {
	position: relative;
	display: block;
	width: 100%;
	height: 540px;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none !important;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.faaliyet-item .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 90px);
	transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 12px 12px 0 0;
	overflow: hidden;
}

.faaliyet-item:hover .image {
	height: 100%;
	border-radius: 12px;
}

.faaliyet-item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.faaliyet-item:hover .image img {
	transform: scale(1.05);
}

.faaliyet-item .image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(17, 27, 61, 0.9) 0%, rgba(17, 27, 61, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
	opacity: 0;
	transition: opacity 0.5s ease;
}

.faaliyet-item:hover .image::after {
	opacity: 1;
}

.faaliyet-item .info-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 63px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 2;
	padding: 0 30px;
}

.faaliyet-item:hover .info-content {
	height: 100%;
}

.faaliyet-item .title {
	font-size: 24px;
	font-weight: 800;
	color: var(--color-1);
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	transition: color 0.3s ease, transform 0.5s ease;
	padding-top: 30px;
}

.faaliyet-item:hover .title {
	color: #fff;
	transform: translateY(-10px);
	font-size: 24px;
	padding: 0;
}

.faaliyet-item .description {
	font-size: 19px;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	margin-top: 10px;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	max-height: 0;
	overflow: hidden;
	line-height: 1.2;
}

.faaliyet-item:hover .description {
	opacity: 1;
	transform: translateY(0);
	max-height: 150px;
}

.faaliyet-item .btn-wrap {
	margin-top: 25px;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0.1s;
	display: flex;
	align-items: center;
	gap: 5px;
}

.faaliyet-item:hover .btn-wrap {
	opacity: 1;
	transform: translateY(0);
}

/* ==========================================================================
   NEDEN TECHO İNŞAAT? BÖLÜMÜ
   ========================================================================== */
.neden-techo-section {
	background-color: #f5f5f5;
	position: relative;
	overflow: hidden;
	padding: 100px 0;
}

.neden-techo-section .image-grid-wrapper {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

.neden-techo-section .main-img {
	width: 100%;
	display: block;
	border-radius: 10px;
}

/* Kesişen Grid Çizgileri (Arka plan ile aynı renk) */
.neden-techo-section .grid-line {
	position: absolute;
	background-color: #f5f5f5;
	z-index: 2;
}

.neden-techo-section .grid-line.vertical {
	top: 0;
	bottom: 0;
	left: 50%;
	width: 15px;
	transform: translateX(-50%);
	z-index: 99;
}

.neden-techo-section .grid-line.horizontal {
	left: 0;
	right: 0;
	top: 50%;
	height: 15px;
	transform: translateY(-50%);
	z-index: 99;
}

/* İkon Linkleri */
.neden-techo-section .grid-item-link {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width: 50%;
	height: 50%;
	z-index: 5;
	transition: background-color 0.3s ease;
}

.neden-techo-section .grid-item-link:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.neden-techo-section .grid-item-link .icon-img {
	width: 38px;
	margin-bottom: 12px;
	filter: brightness(0) invert(1);
	/* İkonları bembeyaz yapar */
}

.neden-techo-section .grid-item-link .link-text {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Sağ Üst (Video) */
.neden-techo-section .video-link {
	top: 0;
	right: 0;
}

/* Sol Alt (PDF) */
.neden-techo-section .pdf-link {
	bottom: 0;
	left: 0;
}

/* Text styles */
.neden-techo-content {
	font-size: 21px;
	font-weight: 300;
}

.sub-heading {
	font-size: 30px;
	color: var(--color-1);
	font-weight: 300;
	letter-spacing: 0px;
	margin-bottom: 10px;
}

.neden-techo-content .main-heading {
	font-size: 44px;
	font-weight: 800;
	color: var(--color-3);
	/* Koyu mavi */
	margin-bottom: 25px;
	line-height: 1.2;
}

.neden-techo-content .description-text {
	font-size: 18px;
	color: #555;
	line-height: 1.8;
	margin-bottom: 30px;
	font-weight: 300;
}

.simple-bullet-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-bullet-list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
	font-size: 16px;
	color: #222;
	font-weight: 600;
}

.simple-bullet-list li::before {
	content: "\2022";
	position: absolute;
	left: 0;
	top: 0;
	color: #222;
	font-size: 20px;
	line-height: 1.3;
}

/* ==========================================================================
   HİZMETLERİMİZ BÖLÜMÜ
   ========================================================================== */
.hizmetler-section {
	background-color: #fafafa;
	position: relative;
	overflow: hidden;
}

.hizmetler-section .left-pane {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 80px 50px 80px 15px !important;
	background-image: url('../images/hizmetler-bg.png');
	/* Arka plan deseni */
	background-position: left top;
	background-repeat: no-repeat;
}

.hizmetler-section .content-wrapper {
	max-width: 650px;
	width: 100%;
}

.hizmetler-section .heading-title {
	font-size: 36px;
	font-weight: 800;
	color: var(--color-3);
	/* Koyu mavi */
	margin-bottom: 20px;
}

.hizmetler-section .description-text {
	font-size: 21px;
	margin-bottom: 40px;
	font-weight: 300;
}

/* Tabs */
.hizmet-tabs .nav-link {
	display: flex;
	align-items: center;
	padding: 8px 0;
	margin-bottom: 5px;
	border-radius: 0;
	background: transparent !important;
	color: #444;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
}

.hizmet-tabs .nav-link .number {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-3);
	border-radius: 4px;
	font-size: 18px;
	font-weight: 500;
	color: var(--color-3);
	margin-right: 15px;
	transition: all 0.3s ease;
}

.hizmet-tabs .nav-link .title {
	font-size: 24px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.hizmet-tabs .nav-link.active .number,
.hizmet-tabs .nav-link:hover .number {
	background-color: var(--color-3);
	color: #fff;
}

.hizmet-tabs .nav-link.active .title,
.hizmet-tabs .nav-link:hover .title {
	color: var(--color-3);
}

/* Right Pane - Tab Content */
@media (min-width: 992px) {
	.hizmetler-section .right-pane {
		position: relative;
		/* Height is determined by flex stretch from the left pane */
	}

	.hizmetler-section .tab-content {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.hizmetler-section .tab-pane {
		height: 100%;
	}

	.hizmet-image-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
	}

	li.has-mega-menu {
		position: static !important;
	}
}

.hizmet-image-wrapper .main-bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

/* Koyu Mavi Overlay Kutu */
.hizmet-image-wrapper .info-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(17, 27, 61, 0.92);
	/* Koyu lacivert yarı saydam */
	padding: 40px 60px;
	display: flex;
	align-items: flex-start;
}

.hizmet-image-wrapper .info-overlay .big-number {
	font-size: 70px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin-top: -5px;
}

.hizmet-image-wrapper .info-overlay .info-text {
	flex: 1;
	border-left: 2px solid rgba(255, 255, 255, 0.3);
	margin-left: 30px;
	padding-left: 30px;
	color: #fff;
}

.hizmet-image-wrapper .info-overlay h4 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}

.hizmet-image-wrapper .info-overlay p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 25px;
	font-weight: 300;
}

/* Beyaz Kenarlıklı Buton */
.hizmet-image-wrapper .btn.outline-white {
	display: inline-block;
	padding: 4px 25px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 4px;
	transition: all 0.3s ease;
	text-decoration: none;
	background: transparent;
}

.hizmet-image-wrapper .btn.outline-white:hover {
	background-color: #fff;
	color: var(--color-3);
	border-color: #fff;
}

@media (max-width: 1200px) {
	.hizmetler-section .description-text {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.hizmet-tabs .nav-link .title {
		font-size: 20px;
	}

	.hizmet-tabs .nav-link {
		margin: 0;
	}
}

@media (max-width: 991px) {
	.hizmetler-section .right-pane {
		position: relative;
	}

	.hizmetler-section .tab-content,
	.hizmetler-section .tab-pane {
		height: auto;
	}

	.hizmet-image-wrapper {
		position: relative;
		min-height: 500px;
		height: 100%;
		width: 100%;
	}

	.hizmetler-section .left-pane {
		padding: 40px 15px !important;
		justify-content: flex-start;
	}

	.hizmetler-section .info-overlay {
		padding: 30px 20px;
		flex-direction: column;
	}

	.hizmetler-section .info-overlay .big-number {
		margin-bottom: 20px;
		font-size: 30px;
		width: 100%;
		border-bottom: 1px solid #fff;
		padding-bottom: 15px;
	}

	.hizmet-image-wrapper .info-overlay .info-text {
		padding-left: 0;
		border: 0;
		margin-left: 0;
	}
}

.referanslar-section {
	padding: 100px 0;
	background: #f5f5f5;
	overflow: hidden;
}

.referanslar-logo-section {
	margin: 0 auto;
	overflow: hidden;
	padding: 80px 0;
}

/* ==========================================================================
   FOOTER REVISIONS
   ========================================================================== */
.footer-top-bar {
	background-color: var(--color-3);
	padding: 60px 0;
}

.footer-icon {
	max-width: 25px;
	filter: brightness(0) invert(1);
}

.address-text {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
}

.phone-text {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.email-text {
	font-size: 21px;
	font-weight: 600;
}

.footer-bottom-bar {
	background-color: #fff;
	padding: 25px 0;
	font-size: 15px;
	color: var(--color-1);
	letter-spacing: 0.4px;
}

.footer-bottom-links a {
	color: var(--color-1);
	font-size: 16px;
	text-decoration: none;
	font-weight: 400;
}

.footer-bullet {
	color: var(--color-3);
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle;
}

.copyright-logo {
	max-height: 25px;
}

/* ==========================================================================
   FAALİYET / ÜRETİME GÜÇ KATAN YAPILAR SAYFASI
   ========================================================================== */

/* Hero Butonları */
.faaliyet-hero .hero-buttons button,
.faaliyet-hero .hero-buttons a {
	border-radius: 4px;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
	border-radius: 10px;
	color: var(--color-1);
}

.btn-outline-light-custom {
	color: var(--color-3);
	border: 2px solid #dddddd;
	background-color: transparent;
}

.btn-outline-light-custom img {
	margin-left: 10px;
	transition: all 0.3s ease;
}

.btn-outline-light-custom:hover {
	background-color: var(--color-3);
	color: #fff !important;
}

.btn-outline-dark-custom {
	color: var(--color-3);
	border: 2px solid var(--color-3);
	background-color: transparent;
}

.btn-outline-dark-custom:hover {
	background-color: var(--color-3);
	color: #fff;
}

.btn-outline-dark-custom img {
	margin-left: 10px;
	transition: all 0.3s ease;
}

.btn-outline-dark-custom:hover img {
	filter: brightness(0) invert(1);
}

/* Mühendislik Süreci Grid */
.muhendislik-sureci .surec-box {
	background-color: #f5f5f5;
	padding: 40px 30px;
	border-radius: 15px;
	text-align: center;
	height: 100%;
	transition: all 0.3s ease;
	border: 1px solid transparent;
	font-size: 16px;
}

.muhendislik-bg .surec-box {
	color: var(--color-1);
}

.muhendislik-sureci .surec-box:hover {
	background-color: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	border-color: #eee;
	transform: translateY(-5px);
}

.muhendislik-sureci .icon-box {
	width: 80px;
	height: 80px;
	background-color: var(--color-3);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
	transition: all 0.3s ease;
}

.muhendislik-sureci .surec-box:hover .icon-box {
	transform: scale(1.1);
}

.muhendislik-sureci .icon-box img {
	filter: brightness(0) invert(1);
}

.muhendislik-sureci .title {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-3);
	margin-bottom: 15px;
}

.muhendislik-sureci .desc {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

/* SSS Accordion */
.sss-accordion .accordion-item {
	background: transparent;
}

.sss-accordion .accordion-button {
	background-color: #f6f6f6;
	color: var(--color-4);
	font-weight: 600;
	font-size: 21px;
	padding: 24px 25px;
	border-radius: 6px !important;
	box-shadow: none !important;
}

.sss-accordion .accordion-button:not(.collapsed) {
	background-color: var(--color-3);
	color: #fff;
}

.sss-accordion .accordion-button::after {}

.sss-accordion .accordion-button:not(.collapsed)::after {
	filter: brightness(0) invert(1);
}

.sss-accordion .accordion-body {
	background-color: #fff;
	border: 0;
	border-top: 0;
	border-radius: 0 0 6px 6px;
	padding: 25px;
	color: #555;
	line-height: 1.7;
	margin-bottom: 10px;
}

/* CTA Section */
.muhendislik-bg,
.cta-section {
	background-size: cover;
	background-position: center;
	position: relative;
}

.muhendislik-bg {
	background-image: url("../images/muhendislik-bg.jpg");
	padding: 100px 0 !important;
	color: #fff;
}

.muhendislik-bg h3.heading-title {
	color: #fff;
}

.cta-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(17, 27, 61, 0.85);
	/* var(--color-3) ile uyumlu lacivert overlay */
	z-index: 1;
}

.btn-outline-white-custom {
	color: var(--color-1);
	border: 2px solid #fff;
	background-color: #fff;
	padding: 12px 25px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	border-radius: 10px;
	transition: all 0.3s ease;
}

.btn-outline-white-custom:hover {
	background-color: #fff;
	color: var(--color-3);
}

.btn-outline-white-custom img {
	margin-left: 15px;
	transition: all 0.3s ease;
}

/* ==========================================================================
   MEGA MENU STYLES (NEW PREMIUM DARK TOPOGRAPHIC DESIGN)
   ========================================================================== */
.header {
	transition: background-color 0.4s ease;
}

/* Full-width Mega Menu Wrapper */
.mega-menu-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: calc(100vh - 100px);
	/* Full height below the header */
	min-height: 500px;
	overflow-y: auto;
	background-image: url('../images/neden-biz-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(15px);
	transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		visibility 0.4s;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);

	/* Flex centering both vertically and horizontally */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
}

/* Show Mega Menu when active-mega class is added */
li.has-mega-menu.active-mega .mega-menu-wrapper {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

/* Grid Layout & Container */
.mega-menu-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	justify-content: center;
	/* Center the columns horizontally */
	max-width: 1300px;
	/* Centered bounding box */
	margin: 0 auto;
	width: 100%;
}

.mega-menu-col {
	margin-bottom: 35px;
}

/* Category Title: 18px and Semibold */
.mega-category-title {
	font-size: 18px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	color: var(--color-primary);
	/* Orange #ff8533 */
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}

/* Links List */
.mega-links-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mega-links-list li {
	margin-bottom: 12px;
}

/* Sub-service Links: 18px and Medium */
.mega-links-list li a {
	display: inline-flex;
	align-items: center;
	font-size: 18px !important;
	font-weight: 500 !important;
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	transition: all 0.3s ease;
	padding-left: 0;
}

.mega-links-list li a:hover {
	color: #ffffff;
	padding-left: 8px;
}

/* Custom Orange Icon: menu-arrow.png */
.mega-arrow {
	width: 14px;
	height: 14px;
	margin-right: 12px;
	transition: transform 0.3s ease, filter 0.3s ease;
}

.mega-links-list li a:hover .mega-arrow {
	transform: translate(3px, -3px);
}

/* ==========================================================================
   STANDARD SUBMENU DROPDOWN STYLE
   ========================================================================== */
.site-menu li {
	position: relative;
}

.site-menu li .submenu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 260px;
	background-image: linear-gradient(rgba(13, 20, 38, 0.97), rgba(13, 20, 38, 0.97)), url('../images/neden-biz-bg.jpg');
	background-size: cover;
	background-position: center;
	border-top: 2px solid var(--color-primary);
	list-style: none;
	padding: 15px 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	border-radius: 0 0 4px 4px;
}

.site-menu li:hover .submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-menu li .submenu li {
	margin: 0;
}

.site-menu li .submenu li a {
	display: block;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease;
	text-decoration: none;
	text-align: left;
}

.site-menu li .submenu li a:hover {
	color: var(--color-primary);
	background-color: rgba(255, 255, 255, 0.02);
	padding-left: 30px;
}

/* Responsive Customization */
@media (max-width: 991px) {
	.mega-menu-wrapper {
		position: relative;
		top: 0;
		height: auto;
		min-height: 0;
		max-height: none;
		display: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		padding: 20px;
		background: rgba(13, 20, 38, 0.95);
	}

	li.has-mega-menu.active-mega .mega-menu-wrapper {
		display: block;
	}

	.mega-menu-col {
		margin-bottom: 25px;
	}

	.mega-category-title {
		font-size: 16px !important;
		margin-bottom: 12px;
	}

	.mega-links-list li a {
		font-size: 16px !important;
	}

	.site-menu li .submenu {
		position: relative;
		top: 0;
		width: 100%;
		display: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		padding: 10px 0;
		background: rgba(13, 20, 38, 0.95);
	}

	.site-menu li:hover .submenu {
		display: block;
	}
}

.btn-outline-white-custom:hover img {}

/* ==========================================================================
   TEKLİF TALEP FORMU SAYFASI
   ========================================================================== */

.teklif-section {
	position: relative;
	min-height: 100vh;
	background-image: url('../images/teklif-bg.jpg');
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 150px 0 100px;
}

.teklif-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(13, 20, 38, 0.15);
	/* Dark overlay matching design */
	z-index: 0;
}

.teklif-header h1 {
	letter-spacing: 1px;
}

.teklif-form-container {
	max-width: 650px;
	width: 100%;
}

.teklif-input {
	background-color: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	border-radius: 4px !important;
	color: #fff !important;
	padding: 5px 20px !important;
	font-size: 15px !important;
	font-weight: 300;
	box-shadow: none !important;
	transition: all 0.3s ease;
}

.teklif-input::placeholder {
	color: #fff !important;
	opacity: 1;
}

.teklif-input:focus {
	border-color: #fff !important;
	background-color: rgba(255, 255, 255, 0.05) !important;
}

/* Custom Select styling */
select.teklif-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
	background-repeat: no-repeat !important;
	background-position: right 15px center !important;
	background-size: 16px !important;
}

select.teklif-select option {
	background-color: var(--color-3);
	color: #fff;
	padding: 10px;
}

/* Custom Checkbox */
.teklif-checkbox {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.4);
	width: 18px;
	height: 18px;
	border-radius: 3px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	position: relative;
	outline: none;
	box-shadow: none !important;
	flex-shrink: 0;
}

.teklif-checkbox:checked {
	background-color: transparent;
	border-color: #fff;
}

.teklif-checkbox:checked::after {
	content: '\f00c';
	font-family: "FontAwesome";
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Bootstrap Filestyle overrides */
.btn-dosya-yukle {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	color: #fff !important;
	text-decoration: underline !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	box-shadow: none !important;
}

.btn-dosya-yukle:hover {
	color: rgba(255, 255, 255, 0.8) !important;
}

.bootstrap-filestyle .badge {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #fff !important;
	font-weight: normal;
	margin-left: 10px;
	padding: 5px 10px;
}

/* Submit Button */
.btn-teklif-submit {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	padding: 8px 30px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.btn-teklif-submit:hover {
	background: #fff;
	color: var(--color-3);
	border-color: #fff;
}

.teklif-desc {
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	line-height: 1.6;
}

.teklif-form-title {
	font-size: 18px;
}

.teklif-upload-text {
	color: #fff;
	font-size: 13px;
}

.teklif-kvkk-text {
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
	cursor: pointer;
}

/* ==========================================================================
   İLETİŞİM SAYFASI ÖZEL STİLLERİ
   ========================================================================== */

.iletisim-info-box {
	background-color: rgb(36 55 80 / 90%);
	/* Dark blue */
	border-radius: 6px;
	padding: 40px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.03);
	color: #fff;
	height: calc(100% - 80px);
}

.iletisim-info-box h5 {
	font-size: 24px;
	font-weight: 800;
}

.iletisim-info-row .info-label {
	width: 100px;
	flex-shrink: 0;
	font-weight: 300;
}

.iletisim-info-row .info-value {
	font-weight: 600;
}

.iletisim-info-row .info-value a {
	color: #fff;
	text-decoration: underline !important;
	text-underline-offset: 8px;
}

.btn-outline-map {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 500;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 24px;
	flex: 1;
}

.btn-outline-map:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
	color: #fff;
}

/* ==========================================================================
   PROJELER LİSTESİ ÖZEL STİLLERİ
   ========================================================================== */

.proje-filter-nav {
	margin-bottom: 20px;
}

.proje-filter-btn {
	background-color: #f5f5f5;
	color: #444;
	border-radius: 8px;
	padding: 0px 24px;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease;
	border: 1px solid transparent;
	line-height: 40px;
}

.proje-filter-btn:hover,
.proje-filter-btn.active {
	background-color: var(--color-3);
	/* Dark blue */
	color: #fff;
	box-shadow: 0 4px 10px rgba(17, 27, 61, 0.2);
}

.proje-horizontal-card {
	background-color: var(--color-3);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	min-height: 400px;
}

.proje-card-left {
	flex: 0 0 50%;
	max-width: 50%;
}

.proje-card-right {
	flex: 1;
	overflow: hidden;
}

.proje-card-right img {
	transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.proje-horizontal-card:hover .proje-card-right img {
	transform: scale(1.08);
}

.fw-300 {
	font-weight: 300 !important;
}

.btn-proje-detay {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 500;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	padding: 8px 24px;
}

.btn-proje-detay:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
	color: #fff;
}

.proje-bottom-cta {
	position: relative;
	background-image: url('../images/teklif-bg.jpg');
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	margin-top: 0;
}

@media (max-width: 991px) {
	.proje-card-left {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.proje-card-right {
		min-height: 300px;
	}
}

/* ==========================================================================
   PROJE DETAY SAYFASI ÖZEL STİLLERİ
   ========================================================================== */

.proje-ozet-content p,
.proje-ozet-content li {
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 0;
	font-size: 18px;
	color: var(--color-1);
	font-weight: 400;
}

.proje-ozet-content p:last-child,
.proje-ozet-content li:last-child {
	border-bottom: none;
}

.proje-ozet-content strong,
.proje-ozet-content b {
	font-weight: 700;
	display: inline-block;
	min-width: 120px;
	color: #222;
}

.proje-aciklama-box,
.proje-ozet-box {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: rgba(149, 157, 165, 0.3) 0px 12px 48px 0px;
	margin-bottom: 40px;
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	padding: 80px;
	min-height: 410px;
}

.proje-aciklama-content p {
	margin-bottom: 20px;
}

.proje-galeri-carousel .owl-nav {
	position: absolute;
	top: -60px;
	right: 0;
	margin: 0 !important;
}

.proje-galeri-carousel .owl-nav button {
	background: transparent !important;
	width: 40px;
	height: 40px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	opacity: 0.5;
	transition: all 0.3s ease;
}

.proje-galeri-carousel .owl-nav button:hover {
	opacity: 1;
}

.proje-galeri-carousel .owl-dots {
	margin-top: 30px !important;
}

/* Galeri Hover Efektleri */
.galeri-item {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	display: block;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.4s ease;
}

.galeri-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.galeri-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(36, 55, 80, 0.5);
	/* Koyu lacivert overlay */
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 1;
}

.galeri-item::before {
	content: '\f00e';
	/* fa-search-plus */
	font-family: 'Font Awesome 5 Free', 'FontAwesome', sans-serif;
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.5);
	color: #fff;
	font-size: 36px;
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	z-index: 2;
}

.galeri-item:hover {
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
	transform: translateY(-8px);
}

.galeri-item:hover img {
	transform: scale(1.1);
}

.galeri-item:hover::after {
	opacity: 1;
}

.galeri-item:hover::before {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.proje-galeri-carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

/* ==========================================================================
   BLOG / BASIN SAYFASI KART STİLLERİ
   ========================================================================== */

.modern-blog-card {
	background: #fff;
	transition: all 0.4s ease;
}

.blog-image-wrapper {
	border-radius: 8px;
	overflow: hidden;
}

.blog-image-wrapper img {
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blog-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(36, 55, 80, 0.5);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 1;
}

.blog-overlay i {
	color: #fff;
	font-size: 32px;
	transform: scale(0.5);
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modern-blog-card:hover .blog-image-wrapper img {
	transform: scale(1.08);
}

.modern-blog-card:hover .blog-overlay {
	opacity: 1;
}

.modern-blog-card:hover .blog-overlay i {
	opacity: 1;
	transform: scale(1);
}

.blog-title a {
	color: var(--color-3);
	font-size: 30px;
	font-weight: 700;
	transition: opacity 0.3s ease;
	display: block;
	line-height: 1.3;
}

.blog-title a:hover {
	opacity: 0.8;
}

.blog-desc {
	font-size: 18px;
	line-height: 1.6;
	color: var(--color-1);
}

.btn-blog-detay {
	background: #fff;
	border: 1px solid #e0e0e0;
	color: var(--color-1);
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	padding: 3px 16px;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
}

.btn-blog-detay:hover {
	background: var(--color-3);
	border-color: var(--color-3);
	color: #fff;
}

/* ==========================================================================
   GALERİ SAYFASI KART STİLLERİ
   ========================================================================== */

.modern-galeri-card {
	transition: all 0.4s ease;
}

.modern-galeri-card .image-wrapper {
	transition: all 0.4s ease;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.modern-galeri-card .image-wrapper img {
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modern-galeri-card .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(36, 55, 80, 0.6);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 1;
}

.modern-galeri-card .overlay i {
	color: #fff;
	transform: scale(0.5);
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modern-galeri-card:hover .image-wrapper {
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
	transform: translateY(-8px);
}

.modern-galeri-card:hover .image-wrapper img {
	transform: scale(1.08);
}

.modern-galeri-card:hover .overlay {
	opacity: 1;
}

.modern-galeri-card:hover .overlay i {
	opacity: 1;
	transform: scale(1);
}

.modern-galeri-card .card-title {
	transition: color 0.3s ease;
}

.modern-galeri-card:hover .card-title {
	color: var(--color-3) !important;
}

/* ==========================================================================
   HEADER MENÜ DESKTOP OPTİMİZASYONU (Aşağı Kaymayı Önleme)
   ========================================================================== */

/* Büyük-Orta Ekranlar (1200px - 1400px arası) */
@media (max-width: 1400px) and (min-width: 1200px) {
	.site-navbar-wrap.v2 .site-navbar .site-navigation .site-menu>li>a {
		font-size: 14px;
		margin: 0 10px;
	}
}

/* Küçük Desktop Ekranlar (992px - 1199px arası) */
@media (max-width: 1199px) and (min-width: 992px) {
	.site-navbar-wrap.v2 .site-navbar .site-navigation .site-menu>li>a {
		font-size: 13px;
		margin: 0 6px;
	}

	/* Navbar'da menüye daha fazla alan açmak için kolon genişliklerini ezebiliriz */
	.site-navbar .row>.col-lg-3 {
		width: 15%;
	}

	.site-navbar .row>.col-lg-9 {
		width: 85%;
	}
}

/* Mobil Menü Mega Menü Fix (Accordion oklarının üst üste binmesini engeller) */
.site-mobile-menu .has-mega-menu {
	position: relative;
}

/* ==========================================================================
   MOBİL MENÜ YENİDEN TASARIMI (Modern, Glassmorphism, Animasyonlu)
   ========================================================================== */

/* 1. Arkaplan ve Genel Görünüm (Glassmorphism) */
.site-mobile-menu {
	background: var(--color-3);
	/* Çok koyu lacivert şeffaf */
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5) !important;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* 2. Sayfa Kararma (Overlay) Efekti */
body::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	opacity: 0;
	visibility: hidden;
	z-index: 900;
	/* Header z-index'i genellikle 1000 olduğu için menü altında kalması için düşürüldü */
	transition: all 0.5s ease;
}

body.offcanvas-menu::after {
	opacity: 1;
	visibility: visible;
}

/* 3. Menü Header ve Kapatma Butonu */
.site-mobile-menu .site-mobile-menu-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding: 15px 20px !important;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size: 24px !important;
	color: rgba(255, 255, 255, 0.7) !important;
	transition: all 0.4s ease !important;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
	color: #fff !important;
	transform: rotate(90deg);
}

/* 4. Menü Elemanları Tipografi ve Çizgiler */
.site-mobile-menu .site-mobile-menu-body {
	padding: 30px 20px !important;
}

.site-mobile-menu .site-nav-wrap>li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.site-mobile-menu .site-nav-wrap>li:last-child {
	border-bottom: none;
}

.site-mobile-menu .site-nav-wrap>li>a {
	font-size: 18px !important;
	font-weight: 400 !important;
	padding: 15px 0 !important;
	color: rgba(255, 255, 255, 1) !important;
	transition: color 0.3s ease, padding-left 0.3s ease;
}

.site-mobile-menu .site-nav-wrap>li>a:hover {
	color: #fff !important;
	padding-left: 10px !important;
}

/* Alt Menü Elemanları */
.site-mobile-menu .site-nav-wrap>li>ul {
	background: rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	margin-bottom: 15px;
	padding: 10px 0 !important;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
	font-size: 15px !important;
	color: rgba(255, 255, 255, 0.9) !important;
	padding: 10px 20px !important;
	transition: color 0.3s ease, padding-left 0.3s ease;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a:hover {
	color: var(--color-2) !important;
	padding-left: 25px !important;
}

/* 5. Şık Accordion (Açılır-Kapanır) Oku */
.site-mobile-menu .site-nav-wrap .arrow-collapse {
	background-color: transparent !important;
	color: rgba(255, 255, 255, 0.5) !important;
	border: 1px solid rgba(255, 255, 255, 0.1);
	width: 32px !important;
	height: 32px !important;
	top: 10px !important;
	transition: all 0.3s ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	font-size: 16px !important;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
	background-color: var(--color-2) !important;
	color: #fff !important;
	border-color: var(--color-2);
}

/* 6. Kademeli Giriş (Staggered Slide-In) Animasyonu */
.site-mobile-menu .site-nav-wrap>li {
	opacity: 0;
	transform: translateX(30px);
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body.offcanvas-menu .site-mobile-menu .site-nav-wrap>li {
	opacity: 1;
	transform: translateX(0);
}

/* Tek Tek Geliş Gecikmeleri (Delays) */
body.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(1) {
	transition-delay: 0.1s;
}

body.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(2) {
	transition-delay: 0.15s;
}

body.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(3) {
	transition-delay: 0.2s;
}

body.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(4) {
	transition-delay: 0.25s;
}

body.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(5) {
	transition-delay: 0.3s;
}

body.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(6) {
	transition-delay: 0.35s;
}

body.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(7) {
	transition-delay: 0.4s;
}

body.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(8) {
	transition-delay: 0.45s;
}

body.offcanvas-menu .site-mobile-menu .site-nav-wrap>li:nth-child(9) {
	transition-delay: 0.5s;
}

/* ==========================================================================
   HOMEPAGE HERO SLIDER CUSTOM STYLING (PIXEL-PERFECT & ANIMATIC)
   ========================================================================== */

/* 0. Slide Material Image Cover */
.slide-photo .slide-img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
}

/* 1. Alignment & Width Controls */
.slide-container {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	text-align: left !important;
	height: 100%;
	position: relative;
}

.slide-content {
	text-align: left !important;
	max-width: 750px !important;
	width: 100% !important;
	margin: 0 !important;
	padding-left: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start;
}

/* 2. Slogan (Heading) Typography */
.slide-content .heading {
	display: block !important;
	font-family: 'Archivo', sans-serif !important;
	font-size: 48px !important;
	font-weight: 800 !important;
	color: var(--color-white) !important;
	line-height: 1.15 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	margin-bottom: 20px !important;
	transform: none !important;
	opacity: 0 !important;
	visibility: visible !important;
	transition: none !important;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
}

/* 3. Alt Slogan (Text) Typography */
.slide-content .text {
	display: block !important;
	font-family: 'Archivo', sans-serif !important;
	font-size: 21px !important;
	font-weight: 500 !important;
	color: var(--color-white-translucent) !important;
	line-height: 1.65 !important;
	letter-spacing: 0 !important;
	padding: 0 !important;
	margin-bottom: 35px !important;
	text-align: left !important;
	max-width: 580px !important;
	transform: none !important;
	opacity: 0 !important;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

/* 4. Slide Action Buttons Layout */
.slide-buttons {
	display: flex !important;
	gap: 20px !important;
	align-items: center !important;
	width: 100% !important;
	margin-top: 10px !important;
	opacity: 0 !important;
}

.btn-slider-primary,
.btn-slider-secondary {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 15px !important;
	padding: 0 36px !important;
	font-family: 'Archivo', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	border-radius: 50px !important;
	text-decoration: none !important;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
	cursor: pointer !important;
	line-height: 56px;
	position: relative !important;
	overflow: hidden !important;
}

.btn-slider-primary span,
.btn-slider-secondary span {
	position: relative !important;
	z-index: 2 !important;
}

.btn-arrow {
	width: 18px !important;
	height: 18px !important;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
	position: relative !important;
	z-index: 2 !important;
}

.btn-slider-primary {
	background-color: var(--color-primary) !important;
	color: var(--color-white) !important;
	border: none !important;
	box-shadow: 0 6px 20px rgba(255, 133, 51, 0.3) !important;
}

.btn-slider-primary:hover {
	background-color: var(--color-primary-hover) !important;
	color: var(--color-white) !important;
	transform: translateY(-5px) !important;
	box-shadow: 0 12px 25px rgba(255, 133, 51, 0.45) !important;
}

.btn-slider-primary:hover .btn-arrow {
	transform: translate(3px, -3px) !important;
}

.btn-slider-secondary {
	background-color: transparent !important;
	color: var(--color-white) !important;
	border: 1px solid #fff;
	line-height: 54px;
}

.btn-slider-secondary:hover {
	background-color: var(--color-white) !important;
	color: var(--color-dark-navy) !important;
	border-color: var(--color-white) !important;
	transform: translateY(-5px) !important;
	box-shadow: 0 12px 25px rgba(255, 255, 255, 0.25) !important;
}

.btn-slider-secondary:hover .btn-arrow {
	color: var(--color-dark-navy) !important;
	transform: translate(3px, -3px) !important;
}

/* 5. GPU-Accelerated Staggered Transitions */
.js-slide-item .slide-content .heading,
.js-slide-item .slide-content .text,
.js-slide-item .slide-content .slide-buttons {
	transform: translateY(30px) !important;
	opacity: 0 !important;
	transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.js-slide-item.is-active .slide-content .heading {
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition-delay: 0.15s !important;
}

.js-slide-item.is-active .slide-content .text {
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition-delay: 0.3s !important;
}

.js-slide-item.is-active .slide-content .slide-buttons {
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition-delay: 0.45s !important;
}

/* 6. Circular Slider Navigation Arrows */
.slide-arrows-container {
	position: absolute !important;
	bottom: 15px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 100% !important;
	z-index: 50 !important;
	pointer-events: none !important;
	display: block !important;
}

.slide-arrows {
	display: flex !important;
	justify-content: flex-end !important;
	gap: 15px !important;
	pointer-events: auto !important;
	padding-right: 15px !important;
	position: relative !important;
}

.slide-arrows button.prev,
.slide-arrows button.next {
	background-color: transparent !important;
	background-image: none !important;
	border: 2px solid var(--color-white) !important;
	width: 54px !important;
	height: 54px !important;
	border-radius: 50% !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: var(--color-white) !important;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
	cursor: pointer !important;
	padding: 0 !important;
	outline: none !important;
	position: relative !important;
}

.slide-arrows button svg {
	width: 30px !important;
	height: 30px !important;
	stroke-width: 2px !important;
	transition: transform 0.3s ease !important;
}

.slide-arrows button.prev:hover,
.slide-arrows button.next:hover {
	background-color: var(--color-white) !important;
	border-color: var(--color-white) !important;
	color: var(--color-dark-navy) !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
	transform: scale(1.05) !important;
}

.slide-arrows button.prev:hover svg {
	transform: translateX(-2px);
}

.slide-arrows button.next:hover svg {
	transform: translateX(2px);
}

/* 7. Responsive Adjustments */
@media (max-width: 991px) {
	.slide-content {
		max-width: 600px !important;
	}

	.slide-content .heading {
		font-size: 48px !important;
		margin-bottom: 20px !important;
	}

	.slide-content .text {
		font-size: 17px !important;
		margin-bottom: 30px !important;
		max-width: 100% !important;
	}

	.slide-arrows-container {
		bottom: 50px !important;
		max-width: 720px !important;
	}

	.slide-arrows button.prev,
	.slide-arrows button.next {
		width: 48px !important;
		height: 48px !important;
	}
}

@media (max-width: 767px) {
	.slide-container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.slide-content {
		max-width: 100% !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.slide-content .heading {
		font-size: 29px !important;
		line-height: 1.2 !important;
		margin-bottom: 15px !important;
	}

	.slide-content .text {
		font-size: 15px !important;
		margin-bottom: 25px !important;
		line-height: 1.5 !important;
		max-width: 100% !important;
		display: none !important;
	}

	.slide-buttons {
		flex-direction: column !important;
		gap: 12px !important;
		width: 100% !important;
		align-items: stretch !important;
	}

	.premium-outline-btn,
	.btn-slider-primary,
	.btn-slider-secondary {
		width: 100% !important;

	}

	.slide-arrows-container {
		bottom: 30px !important;
		left: 0 !important;
		transform: none !important;
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 20px !important;
	}

	.slide-arrows {
		justify-content: center !important;
		padding-right: 0 !important;
	}
}

/* ==========================================================================
   ABOUT & STATS SECTION (REDESIGNED)
   ========================================================================== */
.about-stats-section {
	background-color: var(--color-primary);
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

/* White Card Container */
.about-card {
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
	margin-bottom: 75px;
}

/* Content Area inside the Card */
.about-content {
	padding: 60px;
}

.about-content .sub-heading {
	color: var(--color-primary);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 12px;
}

.about-content .main-heading {
	color: var(--color-primary);
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 0;
}

.about-content h1.main-heading {
	font-size: 48px;
	font-weight: 800;
}

.about-content .desc {
	color: var(--color-text-dark);
	font-size: 22px;
	margin-bottom: 35px;
}

/* Premium Pill Butonlar - Yükseklik tabanlı, dikey padding YOK */
.about-btn,
.detail-btn {
	background-color: #f2f2f2;
	color: var(--color-text-dark);
	padding: 0 40px;
	border-radius: 50px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid transparent;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-btn .arrow-icon,
.detail-btn .arrow-icon {
	font-size: 16px;
	line-height: 1;
	transition: transform 0.3s ease;
}

.about-btn:hover,
.detail-btn:hover {
	background-color: #fff;
	color: var(--color-primary);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgb(255 133 51 / 20%);
	border-color: var(--color-primary);
}

.about-btn:hover .arrow-icon,
.detail-btn:hover .arrow-icon {
	transform: translate(3px, -3px);
}

.about-btn .arrow,
.detail-btn .arrow {
	transition: transform 0.3s ease;
}

.about-btn:hover .arrow,
.detail-btn:hover .arrow {
	transform: translate(3px, -3px);
}

/* Image collage section styling */
.about-image-pane {
	height: 100%;
	min-height: 480px;
	position: relative;
}

.content-page .about-image-pane img {
	border-radius: 20px;
}

.about-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Statistics Grid Section */
.stats-row {
	margin: 0;

}

.content-page .stats-row {
	background-color: var(--color-primary);
	padding: 30px 0;
	border-radius: 20px;
}

.stat-item {
	padding: 10px 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	transition: transform 0.3s ease;
}

.stat-item:hover {
	transform: translateY(-5px);
}

.stats-row div:last-child .stat-item {
	border-right: none;
	/* No line after the last item */
}

.stat-number {
	font-size: 56px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.1;
	display: block;
	margin-bottom: 12px;
}

.stat-title {
	font-size: 18px;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
}

.stat-desc {
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	margin: 0;
	font-weight: 400;
}

/* ==========================================================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================================================== */
@media (max-width: 1199px) {
	.about-content {
		padding: 45px;
	}

	.about-content .main-heading {
		font-size: 28px;
	}

	.stat-number {
		font-size: 46px;
	}
}

@media (max-width: 991px) {
	.about-card {
		margin-bottom: 50px;
	}

	.stat-item {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		padding: 30px 15px;
		text-align: center;
	}

	.stats-row div:last-child .stat-item {
		border-bottom: none;
	}
}

@media (max-width: 575px) {
	.about-stats-section {
		padding: 60px 0;
	}

	.about-content {
		padding: 35px 25px;
	}

	.about-content .main-heading {
		font-size: 24px;
	}

	.stat-number {
		font-size: 40px;
	}
}

/* ==========================================================================
   FAALİYET ALANLARI TABS SECTION
   ========================================================================== */
.faaliyet-alanlari-tabs-section {
	padding: 70px 0;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}

.services-tabs-container {
	position: relative;
}

/* Left Curved Grey Panel */
.services-left-panel {
	background-color: #f5f5f5;
	border-radius: 0 350px 350px 0;
	padding: 60px 100px 60px 60px;
	min-height: 520px;
	display: block;
	/* Use block layout so the row stretches properly inside position: relative */
	position: relative;
}

.services-left-panel .row {
	min-height: 400px;
}

/* Vertical Tab List */
.services-tab-list {
	gap: 15px;
	width: 100%;
}

.services-tab-list .nav-link {
	background-color: #ffffff !important;
	color: #7a7a7a;
	border: none !important;
	border-radius: 12px !important;
	padding: 16px 24px !important;
	text-align: left !important;
	font-weight: 700;
	font-size: 18px;
	display: flex;
	align-items: center;
	gap: 15px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
	text-transform: uppercase;
}

.services-tab-list .nav-link .number {
	font-size: 18px;
	font-weight: 800;
	color: #b5b5b5;
	transition: color 0.3s ease;
}

/* Active tab state */
.services-tab-list .nav-link.active {
	background-color: var(--color-primary) !important;
	color: #ffffff !important;
	transform: translateX(10px);
	box-shadow: 0 10px 25px rgba(255, 133, 51, 0.3);
}

.services-tab-list .nav-link.active .number {
	color: #ffffff;
}

/* Hover state for inactive tabs */
.services-tab-list .nav-link:not(.active):hover {
	background-color: #fafafa !important;
	color: var(--color-primary);
	transform: translateX(5px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

/* Dairesel Resim Maskesi - .services-tabs-container'a göre konumlanır */
.services-circular-image-wrapper {
	width: 380px;
	height: 380px;
	border-radius: 50%;
	border: none;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	position: absolute;
	/* xl: col-xl-7 = 58.33% - merkezi tam kolon sınırında */
	left: calc(50% - 285px);
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background-color: #f5f5f5;
}

.services-circular-image-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.services-circular-image-item.active {
	opacity: 1;
	visibility: visible;
	position: relative;
}

.services-circular-image-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Sağ İçerik Alanı */
.services-right-content {
	padding-left: 50px;
	padding-right: 6%;
}

/* Unified premium outline buttons style is defined below in the projects section */

/* Content Pane Header */
.services-content-panes .sub-title {
	color: var(--color-primary);
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 12px;
}

.services-content-panes .main-title {
	color: var(--color-dark-navy);
	font-weight: 800;
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.services-content-panes .description {
	color: var(--color-1);
	max-width: 520px;
}


/* Navigasyon Ok Butonları - Marka renkleri */
.nav-arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ffffff;
	font-size: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	padding: 0;
	outline: none;
	border: none;
}

/* Geri oku: sade gri */
.nav-arrow.prev-arrow.disabled {
	border: 2px solid #d8d8d8;
	color: #b5b5b5;
}

/* İleri oku: aktif turuncu */
.nav-arrow.prev-arrow,
.nav-arrow.next-arrow {
	border: 2px solid var(--color-primary);
	color: var(--color-primary);
}

.nav-arrow.prev-arrow:hover,
.nav-arrow.next-arrow:hover {
	background-color: var(--color-primary);
	color: #ffffff;
	border-color: var(--color-primary);
	box-shadow: 0 6px 15px rgba(255, 133, 51, 0.2);
}

/* Responsive Styles */
@media (max-width: 1399px) {
	.services-left-panel {
		border-radius: 0 250px 250px 0;
		padding: 50px 100px 50px 40px;
		min-height: 520px;
	}

	/* xl breakpoint aynı, sadece boyut küçülüyor */
	.services-circular-image-wrapper {
		width: 320px;
		height: 320px;
		left: calc(50% - 233px);
	}
}

@media (max-width: 1199px) {
	.services-left-panel {
		border-radius: 0 180px 180px 0;
		padding: 40px 80px 40px 30px;
		min-height: 460px;
	}

	/* lg: col-lg-8 = 66.67% */
	.services-circular-image-wrapper {
		width: 400px;
		height: 400px;
		left: calc(100% - 441px);
		top: 238px;
	}

	.services-right-content {
		padding-left: 30px;
	}

	.services-content-panes .main-title {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.services-left-panel {
		border-radius: 40px;
		padding: 40px;
		min-height: auto;
	}

	/* 991px altında d-none d-lg-block ile zaten gizleniyor */
	.services-right-content {
		padding-left: 0;
		padding-right: 0;
		margin-top: 40px;
	}
}

@media (max-width: 575px) {
	.services-left-panel {
		padding: 30px 20px;
		border-radius: 24px;
	}

	.services-tab-list .nav-link {
		padding: 12px 18px !important;
		font-size: 14px;
	}

	/* Dairesel resim d-none d-lg-block ile mobilde zaten gizli */
	.services-content-panes .main-title {
		font-size: 20px;
	}
}

/* ==========================================================================
   GENEL STANDART BAŞLIK SİSTEMİ (Standard Section Headings)
   ========================================================================== */
.default-heading {
	margin-bottom: 25px;
}

.default-heading h2,
.makina-hero .hero-subtitle,
.default-heading .sub-title {
	display: block;
	color: var(--color-primary);
	/* Vibrant Orange */
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.default-heading h3 {
	color: var(--color-4);
	font-size: 34px;
	font-weight: 800;
	margin-bottom: 15px;
	line-height: 1.25;
	letter-spacing: -0.5px;
}

.default-heading .description {
	color: var(--color-text-muted);
	font-size: 21px;
	font-weight: 300;
}

@media (max-width: 768px) {
	.default-heading h3 {
		font-size: 28px;
	}

	.default-heading .sub-title {
		font-size: 13px;
	}

	.default-heading .description {
		font-size: 14px;
	}

	.services-right-content {
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 0px;
	}
}

@media (max-width: 1400px) {
	.default-heading h3 {
		font-size: 24px;
	}

	.about-content h1.main-heading {
		font-size: 28px;
	}

	.about-content .main-heading {
		font-size: 21px;
	}
}

/* ==========================================================================
   PROJELERİMİZ BÖLÜMÜ VE BUTON STİLLERİ
   ========================================================================== */
.anasayfa-projeler-section {
	padding: 80px 0;
	background-color: #fafafa;
	position: relative;
}

.anasayfa-projeler-section .default-heading .description {
	max-width: 850px;
}

/* Tüm Projeler ve Hizmetler Ortak Premium Outline Butonu */
.premium-outline-btn {
	border: 1.5px solid rgba(255, 133, 51, 0.4);
	color: var(--color-text-dark);
	background-color: var(--color-white);
	padding: 0 35px;
	font-weight: 400;
	font-size: 16px;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-decoration: none !important;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.premium-outline-btn img {
	height: 12px;
	width: auto;
	transition: filter 0.3s ease, transform 0.3s ease;
}

.premium-outline-btn:hover {
	background-color: var(--color-primary);
	color: #ffffff;
	border-color: var(--color-primary);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(255, 133, 51, 0.25);
}

.premium-outline-btn:hover img {
	filter: brightness(0) invert(1);
	transform: translate(3px, -3px);
}

/* Proje Kartı Tasarımı */
.project-card {
	height: 480px;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project-card .project-image-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.project-card .project-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project-card .project-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(17, 27, 61, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
	pointer-events: none;
	transition: opacity 0.4s ease;
	z-index: 1;
}

.project-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.project-card:hover .project-img {
	transform: scale(1.08);
}

/* Kart Altındaki Bilgi Kutusu (White box) */
.project-info-box {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background-color: var(--color-white);
	border-radius: 12px;
	padding: 20px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	text-decoration: none !important;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
	z-index: 2;
}

.project-info-box .project-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-1);
	line-height: 1.4;
	letter-spacing: -0.2px;
	transition: color 0.4s ease;
}

.project-info-box .project-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	transition: transform 0.4s ease;
}

.project-info-box .project-arrow img {
	width: 12px;
	height: 12px;
	transition: filter 0.4s ease;
}

/* Proje Kartı Hover Durumu */
.project-card:hover .project-info-box {
	background-color: var(--color-primary);
	box-shadow: 0 10px 30px rgba(255, 133, 51, 0.35);
}

.project-card:hover .project-info-box .project-title {
	color: var(--color-white);
}

.project-card:hover .project-info-box .project-arrow {
	transform: translate(3px, -3px);
}

.project-card:hover .project-info-box .project-arrow img {
	filter: brightness(0) invert(1);
	/* İkonu Beyaz Yapar */
}

/* Mobil / Tablet Uyumluluk */
@media (max-width: 991px) {
	.anasayfa-projeler-section {
		padding: 60px 0;
	}

	.project-card {
		height: 380px;
	}

	.project-info-box {
		bottom: 15px;
		left: 15px;
		right: 15px;
		padding: 15px 20px;
	}

	.project-info-box .project-title {
		font-size: 13px;
	}
}

/* Reset Owl Carousel default button styling & style the nav container */
.projects-carousel .owl-nav {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 40px;
}

.projects-carousel .owl-nav button.owl-prev,
.projects-carousel .owl-nav button.owl-next {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	position: relative;
}

.projects-carousel .owl-nav button.owl-prev:hover,
.projects-carousel .owl-nav button.owl-next:hover {
	background: transparent !important;
}

/* ==========================================================================
   BİZE ULAŞIN (CTA) BÖLÜMÜ
   ========================================================================== */
.bize-ulasin-section {
	position: relative;
	background-image: url('../images/bize-ulasin-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 110px 0;
	overflow: hidden;
}

/* Dark Tint Overlay */



.bize-ulasin-section .relative-row {
	position: relative;
	z-index: 2;
}

.bize-ulasin-section .bize-ulasin-content {
	padding-right: 15px;
}

.bize-ulasin-section .main-heading {
	font-size: 42px;
	font-weight: 800;
	color: var(--color-white);
	line-height: 1.25;
	margin-bottom: 22px;
	letter-spacing: -0.5px;
}

.bize-ulasin-section .description {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.7;
	font-weight: 300;
	margin-bottom: 35px;
	max-width: 720px;
}

.bize-ulasin-section .action-buttons {
	display: flex;
	gap: 20px;
}

/* Right side features list */
.bize-ulasin-section .features-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-left: 50px;
}

.bize-ulasin-section .features-list li {
	font-size: 22px;
	font-weight: 700;
	color: var(--color-white);
	display: flex;
	align-items: center;
	gap: 15px;
	letter-spacing: 0.5px;
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	margin-bottom: 15px;
}

.bize-ulasin-section .features-list li:hover {
	transform: translateX(10px);
}

.bize-ulasin-section .features-list li::before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: var(--color-primary);
	/* Brand vibrant orange dot */
	border-radius: 2px;
	display: inline-block;
	flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
	.bize-ulasin-section .features-list {
		padding-left: 20px;
	}

	.bize-ulasin-section .main-heading {
		font-size: 34px;
	}

	.bize-ulasin-section .features-list li {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.bize-ulasin-section {
		padding: 80px 0;
	}

	.bize-ulasin-section .features-list {
		padding-left: 0;
		margin-top: 50px;
		gap: 18px;
	}

	.bize-ulasin-section .main-heading {
		font-size: 28px;
	}

	.bize-ulasin-section .description {
		font-size: 16px;
		margin-bottom: 25px;
	}
}

@media (max-width: 575px) {
	.bize-ulasin-section .action-buttons {
		flex-direction: column;
		width: 100%;
		gap: 15px;
	}

	.bize-ulasin-section .action-buttons .btn-slider-primary,
	.bize-ulasin-section .action-buttons .btn-slider-secondary {
		width: 100% !important;
		display: flex !important;
	}
}

/* ==========================================================================
   MODERN PREMIUM FOOTER BÖLÜMÜ
   ========================================================================== */
footer {
	background-color: #fcfcfd;
	padding-top: 80px;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	position: relative;
}

.footer-main-row {
	padding-bottom: 70px;
}

/* Sol Kart: İletişim Detayları */
.footer-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 35px 25px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.04);
	transition: all 0.3s ease;
}

.footer-card:hover {
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
}

.footer-brand-logo {
	max-height: 48px;
	width: auto;
	display: inline-block;
}

.footer-card-divider {
	height: 1px;
	background-color: #f1f2f5;
	margin: 22px 0;
	width: 100%;
}

.footer-card-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 6px;
}

.footer-card-item .icon-wrap {
	color: var(--color-primary);
	font-size: 20px;
	margin-bottom: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.footer-card-item:hover .icon-wrap {
	transform: scale(1.1);
}

.footer-card-item .info-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.footer-card-item .info-wrap .label {
	font-size: 11px;
	font-weight: 600;
	color: #a1a5b7;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.footer-card-item .info-wrap .value {
	font-size: 14px;
	font-weight: 700;
	color: #181c32;
	line-height: 1.45;
	text-decoration: none !important;
	transition: color 0.2s ease;
}

.footer-card-item .info-wrap a.value:hover {
	color: var(--color-primary);
}

/* Sosyal Medya İkonları */
.footer-social-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 0;
}

.footer-social-icons li {
	margin: 0 !important;
}

.footer-social-icons li a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #f1f2f5;
	color: #5e6278;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	text-decoration: none !important;
}

.footer-social-icons li a:hover {
	background-color: var(--color-primary);
	color: #ffffff;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(255, 133, 51, 0.2);
}

/* Sütun Başlıkları */
.footer-column-title {
	font-size: 15px;
	font-weight: 700;
	color: var(--color-primary);
	margin-bottom: 20px;
	letter-spacing: -0.2px;
	text-transform: uppercase;
}

/* Hizmet Listeleri */
.footer-links-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer-links-list li {
	font-size: 13.5px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer-links-list li a {
	color: #5e6278;
	text-decoration: none;
	transition: color 0.25s ease;
}

.footer-links-list li a:hover {
	color: var(--color-primary);
}

.footer-links-list li:hover {
	transform: translateX(5px);
}

.footer-links-list li::before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #b5b5c3;
	border-radius: 1px;
	display: inline-block;
	flex-shrink: 0;
	transition: background-color 0.25s ease;
}

.footer-links-list li:hover::before {
	background-color: var(--color-primary);
}

/* Hızlı Linkler Sütunu (Sağdaki Kurumsal vb.) */
.footer-quick-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-left: 20px;
}

.footer-quick-links li a {
	font-size: 15px;
	font-weight: 700;
	color: var(--color-primary);
	text-decoration: none;
	transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	display: inline-block;
}

.footer-quick-links li a:hover {
	color: var(--color-primary-hover);
	transform: translateX(6px);
}

/* Alt Bar / Copyright Kısmı */
.footer-bottom-bar {
	background-color: #ffffff;
	border-top: 1px solid #f1f2f5;
	padding: 25px 0;
}

.footer-bottom-bar .copyright-text {
	font-size: 13px;
	color: #7e8299;
	font-weight: 500;
	margin: 0;
}

.footer-bottom-links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.footer-bottom-links li {
	margin: 0 !important;
	display: flex;
	align-items: center;
}

.footer-bottom-links li a {
	color: #7e8299;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-bottom-links li a:hover {
	color: var(--color-primary);
}

.footer-bottom-links li:not(:last-child)::after {
	content: '|';
	color: #e4e6ef;
	margin-left: 15px;
	font-size: 12px;
	font-weight: 300;
}

.copyright-logo {
	max-height: 24px;
	width: auto;
}

/* Mobil / Responsive Düzenlemeler */
@media (max-width: 991px) {
	footer {
		padding-top: 50px;
	}

	.footer-main-row {
		padding-bottom: 40px;
	}

	.footer-card {
		margin-bottom: 40px;
	}

	.footer-quick-links {
		padding-left: 0;
		margin-top: 10px;
	}

	.footer-bottom-bar {
		padding: 20px 0;
	}

	.footer-bottom-links {
		margin: 15px 0 !important;
	}
}

/* ==========================================================================
   NEDEN BİZ BÖLÜMÜ
   ========================================================================== */
.neden-biz-section {
	position: relative;
	padding: 90px 0;
	background-color: transparent;
	overflow: hidden;
}

.neden-biz-wrapper {
	position: relative;
	background-image: url('../images/neden-biz-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 24px;
	padding: 70px 60px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	z-index: 1;
}

/* Sol Grid Bölümü */
.features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
}

.features-grid .grid-item {
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
}

/* Yatay ve Dikey Çizgiler (Artı şeklinde ayrım) */
.features-grid .grid-item:nth-child(1),
.features-grid .grid-item:nth-child(2) {
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.features-grid .grid-item:nth-child(1),
.features-grid .grid-item:nth-child(3) {
	border-right: 1px solid rgba(255, 255, 255, 1);
}

/* İkon ve Metin Stilleri */
.feature-icon-wrap {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.feature-icon-img {
	max-height: 48px;
	width: auto;
}

.feature-svg-icon {
	width: 48px;
	height: 48px;
	color: var(--color-primary);
	stroke-width: 2.2;
}

.feature-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-primary);
	margin-bottom: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	transition: text-shadow 0.3s ease;
}

.feature-desc {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1.5;
	margin: 0;
	max-width: 250px;
}

/* Hover Efektleri */
.features-grid .grid-item:hover {
	background-color: rgba(255, 255, 255, 0.03);
}

.features-grid .grid-item:hover .feature-icon-wrap {
	transform: scale(1.15) translateY(-5px);
}

.features-grid .grid-item:hover .feature-title {
	text-shadow: 0 0 10px rgba(255, 133, 51, 0.3);
}

/* Sağ Blok Metin ve Butonlar */
.neden-biz-content .sub-title {
	color: var(--color-primary);
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 10px;
	display: block;
}

.neden-biz-content .main-title {
	font-size: 36px;
	font-weight: 700;
	color: var(--color-white);
	margin-bottom: 25px;
	letter-spacing: -0.5px;
}

.neden-biz-content .description {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 35px;
}

/* Responsive Düzenlemeler */
@media (max-width: 1199px) {
	.neden-biz-wrapper {
		padding: 50px 40px;
	}

	.neden-biz-content .main-title {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	.neden-biz-wrapper {
		padding: 40px 25px;
		border-radius: 20px;
	}

	.neden-biz-content {
		padding-left: 0 !important;
	}

	.neden-biz-content .main-title {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.features-grid {
		grid-template-columns: 1fr;
	}

	.features-grid .grid-item {
		padding: 30px 15px;
		border-right: none !important;
	}

	.features-grid .grid-item:not(:last-child) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
	}
}

/* ==========================================================================
   MAKİNA PARKİ VE HERO ÖZEL STİLLERİ (SIFIR INLINE STİL)
   ========================================================================== */

/* Hero Section */
.makina-hero {
	position: relative;
	background-image: url('../images/makine-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 120px 0;
	min-height: 520px;
	display: flex;
	align-items: center;
	color: #ffffff;
}

.makina-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.2) 100%);
	z-index: 1;
}

.makina-hero .container-fluid {
	position: relative;
	z-index: 2;
}


.makina-hero .hero-desc h3,
.makina-hero .hero-title {
	font-size: 42px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 25px;
	letter-spacing: -0.5px;
	color: #fff;
}

.makina-hero .hero-desc {}

.makina-hero .hero-desc p {
	font-size: 18px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 20px;
}

.makina-hero .hero-desc p:last-child {
	margin-bottom: 0;
}

/* Machine Park Intro Section */
.makina-parki-section {
	background-color: #fff;
	padding: 80px 0;
}

.makina-intro-wrapper {
	margin-bottom: 60px;
}

.makina-intro-wrapper .sub-title {
	color: #ff6a00;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 12px;
	display: block;
}

.makina-intro-wrapper .main-title {
	font-size: 32px;
	font-weight: 800;
	color: #111b3d;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.makina-intro-wrapper .description {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 1.8;
	max-width: 1100px;
	font-weight: 400;
}

/* Machine Card Layout */
.machine-card {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: rgba(149, 157, 165, 0.3) 0px 12px 48px 0px;
	margin-bottom: 50px;
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	border: none;
	min-height: 600px;
}

.machine-card:hover {
	/*	transform: translateY(-8px);
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);*/
}

.machine-card-content {
	padding: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.machine-card-content .default-heading {
	margin-bottom: 0;
}

.machine-card-content .default-heading h3 {
	font-size: 30px;
}

.machine-card-title {
	font-size: 32px;
	font-weight: 800;
	color: #111b3d;
	text-transform: uppercase;
	margin-bottom: 25px;
	letter-spacing: -0.5px;
}

.machine-card-desc {
	font-size: 16px;
	color: #5e5e5e;
	line-height: 1.7;
	margin-bottom: 30px;
}

.machine-card-desc strong {
	font-size: 21px;
	font-weight: 700;
	color: var(--color-4);
}

.machine-card-desc ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.machine-card-desc ul li {
	font-size: 18px;
	color: var(--color-2);
	font-weight: 500;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	transition: transform 0.2s ease, color 0.2s ease;
}

.machine-card-desc ul li:hover {
	transform: translateX(6px);
	color: #ff6a00;
}

.machine-card-desc ul li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #ff6a00;
	border-radius: 50%;
	margin-right: 15px;
	flex-shrink: 0;
}

.machine-card-desc ul li:last-child {
	margin-bottom: 0;
}

/* Machine Slider Column */
.machine-slider-col {
	position: relative;
	min-height: 450px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.machine-slider-wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	flex-grow: 1;
}

.machine-slider {
	height: 100%;
}

.machine-slide-item {
	height: 100%;
	min-height: 450px;
	overflow: hidden;
}

.machine-slide-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Slider Controls */
.machine-slider .owl-nav {
	position: absolute;
	top: 30px;
	right: 30px;
	display: flex;
	gap: 12px;
	z-index: 10;
	margin: 0 !important;
}

.machine-slider .owl-nav button.owl-prev,
.machine-slider .owl-nav button.owl-next {
	width: 46px;
	height: 46px;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.25) !important;
	backdrop-filter: blur(8px) !important;
	-webkit-backdrop-filter: blur(8px) !important;
	border: 1px solid rgba(255, 255, 255, 0.4) !important;
	color: #ffffff !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.machine-slider .owl-nav button.owl-prev:hover,
.machine-slider .owl-nav button.owl-next:hover {
	background: #ff6a00 !important;
	border-color: #ff6a00 !important;
	color: #ffffff !important;
	transform: scale(1.08) !important;
	box-shadow: 0 6px 20px rgba(255, 106, 0, 0.45) !important;
}

.machine-slider .owl-nav button.owl-prev.disabled,
.machine-slider .owl-nav button.owl-next.disabled {
	opacity: 0.45 !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.machine-slider .owl-nav button .nav-arrow {
	width: auto !important;
	height: auto !important;
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: inherit !important;
	display: inline-flex !important;
	padding: 0 !important;
}

.machine-slider .owl-nav button.owl-prev i,
.machine-slider .owl-nav button.owl-next i {
	font-size: 20px !important;
	line-height: 1 !important;
}

/* Ensure Carousel and Slides occupy full height */
.machine-slider,
.machine-slider .owl-stage-outer,
.machine-slider .owl-stage,
.machine-slider .owl-item,
.machine-slider .machine-slide-item {
	height: 100% !important;
}

/* Responsive Styles */
@media (max-width: 1199px) {
	.machine-card-content {
		padding: 40px;
	}

	.machine-card-title {
		font-size: 28px;
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.makina-hero {
		padding: 80px 0;
		min-height: 400px;
	}

	.makina-hero .hero-title {
		font-size: 32px;
	}

	.makina-hero .hero-desc p {
		font-size: 16px;
	}

	.machine-card .row {
		flex-direction: column-reverse;
	}

	.machine-slider-col {
		min-height: 350px;
	}

	.machine-slider-wrapper {
		position: relative;
		min-height: 350px;
	}

	.machine-slide-item {
		min-height: 350px;
	}

	.machine-card-content {
		padding: 35px 25px;
	}

	.machine-slider .owl-nav {
		top: 20px;
		right: 20px;
	}
}

/* ==========================================================================
   BLOG LISTING SECTION & MODERN CARDS
   ========================================================================== */

.blog-list-section {
	background-color: #f8fafc !important;
	padding-top: 100px;
	padding-bottom: 100px;
}

.modern-blog-card {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: rgba(149, 157, 165, 0.25) 0px 12px 48px 0px;
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	height: 100%;
}

.modern-blog-card:hover {
	transform: translateY(-8px);
	box-shadow: rgba(149, 157, 165, 0.35) 0px 20px 60px 0px;
}

.blog-image-wrapper {
	position: relative;
	display: block;
	aspect-ratio: 800 / 400;
	overflow: hidden;
}

.blog-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modern-blog-card:hover .blog-image-wrapper img {
	transform: scale(1.06);
}

.blog-overlay {
	position: absolute;
	inset: 0;
	background: rgba(17, 27, 61, 0.45);
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.4s ease;
}

.blog-image-wrapper:hover .blog-overlay {
	opacity: 1;
}

.blog-overlay i {
	color: #ffffff;
	font-size: 26px;
	transform: scale(0.8);
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-image-wrapper:hover .blog-overlay i {
	transform: scale(1);
}

.blog-content {
	padding: 35px 40px 40px 40px;
}

.blog-title {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.blog-title a {
	color: var(--color-primary);
	text-decoration: none;
	transition: color 0.3s ease;
}

.blog-title a:hover {
	color: var(--color-primary-hover, #e57220);
}

.blog-desc {
	font-size: 16px;
	color: var(--color-2, #5e5e5e);
	line-height: 1.7;
	margin-bottom: 25px;
	font-weight: 400;
}

.btn-blog-detay {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1.5px solid var(--color-primary);
	color: var(--color-primary) !important;
	background: transparent;
	padding: 12px 30px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 100px;
	text-decoration: none !important;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	cursor: pointer;
}

.btn-blog-detay:hover {
	background: var(--color-primary);
	color: #ffffff !important;
	box-shadow: 0 8px 20px rgba(255, 133, 51, 0.35);
}

.detay-arrow {
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	transition: transform 0.3s ease;
	display: inline-block;
}

.btn-blog-detay:hover .detay-arrow {
	transform: translate(3px, -3px);
}

@media (max-width: 768px) {
	.blog-content {
		padding: 25px 25px 30px 25px;
	}

	.blog-title {
		font-size: 20px;
	}

	.btn-blog-detay {
		padding: 10px 24px;
		font-size: 14px;
	}
}

/* ==========================================================================
   CONTACT PAGE (İLETİŞİM) PREMİUM STYLES
   ========================================================================== */

.contact-page-section {
	background-color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
}

.contact-main-title {
	font-size: 38px;
	font-weight: 800;
	line-height: 1.25;
	color: #111b3d;
	margin-top: 10px;
	margin-bottom: 25px;
	letter-spacing: -0.5px;
}

.contact-intro-text {
	font-size: 16px;
	color: #5e5e5e;
	line-height: 1.7;
	margin-bottom: 35px;
}

/* Contact Details Cards */
.contact-detail-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 25px 25px;
	border: none;
	box-shadow: rgba(149, 157, 165, 0.12) 0px 8px 24px 0px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-detail-card:hover {
	transform: translateY(-3px);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 12px 32px 0px;
}

.contact-card-icon {
	font-size: 24px;
	color: var(--color-primary);
	margin-right: 20px;
	flex-shrink: 0;
	width: auto;
	height: auto;
	background: transparent !important;
	border-radius: 0;
}

.contact-card-info {
	flex-grow: 1;
}

.contact-link {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-1);
	text-decoration: none !important;
	transition: color 0.3s ease;
}

.contact-link:hover {
	color: var(--color-primary);
}

.contact-address-text {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-1);
	line-height: 1.6;
}

/* Form Styles */
.contact-form-wrapper {
	background: #ffffff;
}

.contact-form-title {
	font-size: 22px;
	font-weight: 800;
	color: var(--color-primary);
	letter-spacing: 1.5px;
}

.contact-input {
	height: auto;
	padding: 16px 22px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 12px;
	border: 1.5px solid var(--color-primary);
	/* Distinct orange border as in mockup! */
	color: #111b3d;
	background: #ffffff;
	transition: all 0.3s ease;
	outline: none !important;
	box-shadow: none !important;
}

.contact-input:focus {
	border-color: var(--color-primary-hover);
	background: #ffffff;
	box-shadow: 0 0 10px rgba(255, 106, 0, 0.15) !important;
}

textarea.contact-input {
	resize: none;
}

.contact-checkbox {
	width: 20px;
	height: 20px;
	border-radius: 6px;
	border: 1.5px solid #e2e8f0;
	cursor: pointer;
	accent-color: var(--color-primary);
	transition: all 0.2s ease;
	margin-top: 2px !important;
	flex-shrink: 0;
}

.contact-checkbox:checked {
	border-color: var(--color-primary);
}

.contact-kvkk-text {
	font-size: 13px;
	color: #64748b;
	line-height: 1.5;
	font-weight: 500;
	cursor: pointer;
}

/* Premium Buttons */
.premium-solid-btn {
	background-color: var(--color-primary) !important;
	border: 2px solid var(--color-primary) !important;
	color: #ffffff !important;
	border-radius: 100px !important;
	padding: 0 35px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 52px !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 15px !important;
	transition: all 0.3s ease !important;
	box-shadow: 0 6px 15px rgba(255, 133, 51, 0.25) !important;
	cursor: pointer;
}

.premium-solid-btn:hover {
	background-color: var(--color-primary-hover) !important;
	border-color: var(--color-primary-hover) !important;
	color: #ffffff !important;
	box-shadow: 0 8px 20px rgba(255, 133, 51, 0.4) !important;
	transform: translateY(-2px) !important;
}

.premium-solid-btn img {
	transition: transform 0.3s ease !important;
}

.premium-solid-btn:hover img {
	transform: translate(3px, -3px) !important;
}

.btn-yol-tarifi {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1.5px solid var(--color-primary);
	color: var(--color-primary) !important;
	background: transparent;
	padding: 14px 34px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 100px;
	text-decoration: none !important;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	cursor: pointer;
}

.btn-yol-tarifi:hover {
	background: var(--color-primary);
	color: #ffffff !important;
	box-shadow: 0 8px 20px rgba(255, 106, 0, 0.35);
}

.btn-contact-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--color-primary);
	color: #ffffff !important;
	border: 1.5px solid var(--color-primary);
	padding: 14px 38px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 100px;
	text-decoration: none !important;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(255, 106, 0, 0.25);
}

.btn-contact-submit:hover {
	background: var(--color-primary-hover, #e57220);
	border-color: var(--color-primary-hover, #e57220);
	transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(255, 106, 0, 0.4);
}

.btn-arrow {
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	transition: transform 0.3s ease;
	display: inline-block;
}

.btn-yol-tarifi:hover .btn-arrow,
.btn-contact-submit:hover .btn-arrow {
	transform: translate(3px, -3px);
}

/* Map Section */
.contact-map-section {
	overflow: hidden;
	background-color: #ffffff;
}

.contact-map-container {
	position: relative;
	width: 100%;
}

.contact-map-container iframe {
	width: 100% !important;
	height: 550px !important;
	border: 0 !important;
	display: block;
}

@media (max-width: 991px) {
	.contact-main-title {
		font-size: 30px;
	}

	.btn-yol-tarifi,
	.btn-contact-submit {
		width: 100%;
		padding: 14px 24px;
	}

	.contact-info-wrapper {
		padding-right: 0 !important;
	}
}

@media (max-width: 768px) {
	.contact-detail-card {
		padding: 18px 20px;
	}

	.contact-card-icon {
		font-size: 20px;
		margin-right: 15px;
	}

	.contact-link {
		font-size: 16px;
	}

	.contact-address-text {
		font-size: 14px;
	}

	.contact-map-container iframe {
		height: 400px !important;
	}
}