﻿/* OrkuN Dogal Rulo Cim - Sprint 1 visual layer */

:root {
	--orkun-forest: #1e4a36;
	--orkun-forest-deep: #133326;
	--orkun-grass: #74b816;
	--orkun-soil: #8c5a3c;
	--orkun-cream: #faf7f0;
	--orkun-mist: #f1f6f2;
	--orkun-ink: #1c241f;
	--orkun-muted: #5c6b62;
	--orkun-card-radius: 20px;
}

html {
	scrollbar-gutter: auto;
	overflow-y: auto;
}

#header {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 1000 !important;
	box-sizing: border-box !important;
}

body {
	font-family: "Sora", "Open Sans", sans-serif;
	color: var(--orkun-ink);
	background: linear-gradient(180deg, #f8fbf8 0%, #ffffff 18%, #ffffff 100%);
	padding-top: 75px;
	margin: 0;
	line-height: 1.45;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.02em;
}

/* Global compact text rhythm */
p {
	margin-bottom: 0.9em;
	line-height: 1.52;
}

li {
	line-height: 1.42;
}

.orkun-intro .orkun-lead,
.orkun-section-header p,
.orkun-home-showcase-head p,
.orkun-home-card p,
.orkun-home-project-copy p,
.orkun-home-testimonial-carousel .testimonial-item p,
.orkun-clean-page-hero p,
.orkun-review-banner p,
.orkun-service-hero p,
.orkun-blog-card .post-item-description,
.orkun-project-card p {
	line-height: 1.52 !important;
}

#header #header-wrap {
	border-bottom: 1px solid rgba(30, 74, 54, 0.12);
	backdrop-filter: blur(8px);
}



#mainMenu nav > ul > li > a {
	font-weight: 600;
	letter-spacing: 0.02em;
}

.orkun-intro {
	position: relative;
	padding: 65px 0 80px;
	background:
		radial-gradient(circle at 12% 12%, rgba(116, 184, 22, 0.13), transparent 30%),
		radial-gradient(circle at 85% 25%, rgba(30, 74, 54, 0.12), transparent 33%),
		var(--orkun-cream);
	border-top: 1px solid rgba(30, 74, 54, 0.07);
	border-bottom: 1px solid rgba(30, 74, 54, 0.1);
}

.orkun-badge {
	display: inline-block;
	padding: 7px 16px;
	border-radius: 999px;
	background: rgba(30, 74, 54, 0.11);
	color: var(--orkun-forest-deep);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#logo img {
	height: 45px;
	width: auto;
	max-width: min(100%, 280px);
	display: block;
}

#header #header-wrap {
	background-color: rgba(255, 255, 255, 0.96) !important;
	backdrop-filter: blur(8px);
	box-shadow: 0 10px 30px rgba(18, 49, 34, 0.08);
	padding: 0 !important;
	width: 100%;
	box-sizing: border-box;
}

#header #header-wrap .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 15px;
	box-sizing: border-box;
	width: 100%;
}

#header.header-transparent + * {
	margin-top: 0;
}

#mainMenu.light nav > ul > li > a,
#mainMenu nav > ul > li > a,
#header .header-extras .p-dropdown a,
#header #mainMenu-trigger button {
	color: #173c29 !important;
	opacity: 1 !important;
	font-weight: 700;
	letter-spacing: 0.03em;
}

#mainMenu {
	margin-left: auto;
}

#mainMenu > .container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

#mainMenu nav > ul {
	display: flex;
	align-items: center;
	gap: 2px;
}

#mainMenu nav > ul > li > a {
	position: relative;
	padding: 8px 12px !important;
	font-size: 13px;
	border-radius: 999px;
	transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

#mainMenu nav > ul > li > a::after {
	content: '';
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 8px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, #74b816, #2f7f53);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .22s ease;
}

#mainMenu.light nav > ul > li:hover > a,
#mainMenu.light nav > ul > li:focus > a,
#mainMenu.light nav > ul > li.current > a,
#mainMenu nav > ul > li:hover > a {
	color: #2f7f53 !important;
	background: rgba(47, 127, 83, 0.08);
	transform: translateY(-1px);
}

#mainMenu.light nav > ul > li:hover > a::after,
#mainMenu.light nav > ul > li.current > a::after,
#mainMenu nav > ul > li:hover > a::after {
	transform: scaleX(1);
}

#mainMenu .dropdown-menu {
	background: #ffffff;
	border: 1px solid rgba(23, 60, 41, 0.08);
	box-shadow: 0 18px 45px rgba(14, 33, 22, 0.12);
}

#mainMenu .dropdown-menu li a {
	color: #173c29 !important;
	font-weight: 600;
}

.orkun-menu-cta-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.orkun-menu-phone,
.orkun-menu-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.orkun-menu-phone {
	color: #173c29 !important;
	background: #f4f8f4;
	border: 1px solid rgba(19, 51, 38, 0.1);
}

.orkun-menu-cta {
	color: #fff !important;
	background: linear-gradient(90deg, #74b816, #2f7f53);
	box-shadow: 0 14px 24px rgba(47, 127, 83, 0.22);
}

.orkun-menu-cta.orkun-menu-cta-secondary {
	color: #173c29 !important;
	background: #f4f8f4;
	border: 1px solid rgba(19, 51, 38, 0.14);
	box-shadow: none;
}

.orkun-menu-cta.orkun-menu-cta-secondary:hover {
	background: #eaf3ea;
}

.orkun-menu-phone:hover,
.orkun-menu-cta:hover {
	transform: translateY(-1px);
}

#mainMenu-trigger .lines,
#mainMenu-trigger .lines::before,
#mainMenu-trigger .lines::after {
	background-color: #173c29 !important;
}

@media (max-width: 991px) {
	body {
		padding-top: 84px;
	}

	#header #header-wrap .container {
		padding: 10px 12px;
		min-height: 84px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#header #header-wrap #logo,
	#header #logo {
		position: relative !important;
		left: auto !important;
		right: auto !important;
		float: none !important;
		width: auto !important;
		max-width: calc(100% - 44px);
		height: 64px !important;
		line-height: 64px !important;
		text-align: left !important;
		margin: 0 !important;
		padding: 0 !important;
		display: flex;
		align-items: center;
	}

	#header #header-wrap #logo > a,
	#header #logo > a {
		display: flex !important;
		align-items: center;
		height: 64px;
	}

	#header #header-wrap #logo a > img,
	#header #header-wrap #logo img,
	#logo img {
		height: auto !important;
		width: clamp(180px, 58vw, 250px) !important;
		max-width: 100% !important;
		min-width: 180px;
	}

	#header #mainMenu-trigger {
		position: absolute;
		right: 8px;
		top: 50%;
		transform: translateY(-50%);
		height: auto;
		z-index: 5;
	}

	.orkun-menu-cta-wrap {
		display: none;
	}
}

@media (max-width: 420px) {
	body {
		padding-top: 78px;
	}

	#header #header-wrap .container {
		min-height: 78px;
		padding: 8px 10px;
	}

	#header #header-wrap #logo,
	#header #logo {
		height: 58px !important;
		line-height: 58px !important;
		max-width: calc(100% - 40px);
	}

	#header #header-wrap #logo a > img,
	#header #header-wrap #logo img,
	#logo img {
		width: clamp(165px, 62vw, 205px) !important;
		min-width: 165px;
	}
}

#footer .footer-content {
	padding: 30px 0 16px !important;
}

#footer .widget {
	margin-bottom: 12px !important;
}

#footer .widget > h4 {
	margin-bottom: 14px !important;
}

#footer .list-icon li {
	margin-bottom: 6px;
	line-height: 1.4;
}

#footer .post-thumbnail-entry {
	margin-bottom: 8px;
	padding-bottom: 6px;
}

#footer .copyright-content {
	min-height: auto !important;
	padding: 10px 0 !important;
}

#footer .copyright-text {
	padding-top: 0;
	margin: 0;
}

.orkun-intro h1 {
	margin: 16px 0 8px;
	font-size: 58px;
	line-height: 0.95;
	color: var(--orkun-forest-deep);
}

.orkun-intro .orkun-lead {
	font-size: 17px;
	max-width: 680px;
	color: var(--orkun-muted);
}

.orkun-chip-list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.orkun-chip {
	padding: 9px 14px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(30, 74, 54, 0.15);
	font-size: 12px;
	font-weight: 600;
	color: var(--orkun-forest-deep);
}

.orkun-stats {
	margin-top: 26px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.orkun-stat-card {
	background: #ffffff;
	border: 1px solid rgba(30, 74, 54, 0.12);
	border-radius: var(--orkun-card-radius);
	padding: 18px;
	box-shadow: 0 14px 30px rgba(15, 34, 25, 0.06);
}

.orkun-stat-card strong {
	display: block;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	color: var(--orkun-forest);
	font-family: "Sora", sans-serif;
}

.orkun-stat-card span {
	font-size: 13px;
	color: var(--orkun-muted);
	font-weight: 500;
}

.orkun-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 34px;
}

.orkun-feature {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbf7 100%);
	border: 1px solid rgba(30, 74, 54, 0.12);
	border-radius: var(--orkun-card-radius);
	padding: 20px;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.orkun-feature:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 36px rgba(19, 51, 38, 0.12);
}

.orkun-feature i {
	font-size: 30px;
	color: var(--orkun-grass);
}

.orkun-feature h3 {
	margin: 14px 0 8px;
	font-size: 30px;
	color: var(--orkun-forest-deep);
}

.orkun-feature p {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: var(--orkun-muted);
}

.orkun-keyword-zone {
	padding: 26px 0 14px;
}

.orkun-keyword-wrap {
	background: linear-gradient(180deg, #ffffff 0%, #f5faf5 100%);
	border: 1px solid rgba(30, 74, 54, 0.12);
	border-radius: 20px;
	padding: 22px 24px;
	box-shadow: 0 12px 26px rgba(16, 43, 30, 0.07);
}

.orkun-keyword-wrap h2 {
	margin: 0 0 10px;
	font-size: 36px;
	line-height: 1.05;
	color: var(--orkun-forest-deep);
}

.orkun-keyword-wrap p {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.65;
	color: var(--orkun-muted);
}

.orkun-keyword-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 6px;
}

.orkun-keyword-links a {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	border: 1px solid rgba(30, 74, 54, 0.18);
	background: #ffffff;
	color: var(--orkun-forest-deep);
	text-decoration: none;
	transition: all .2s ease;
}

.orkun-keyword-links a:hover {
	background: var(--orkun-forest);
	border-color: var(--orkun-forest);
	color: #ffffff;
}

.orkun-section {
	padding: 80px 0;
}

.orkun-section-header {
	margin-bottom: 26px;
}

.orkun-section-header h2 {
	margin: 8px 0;
	font-size: 50px;
	color: var(--orkun-forest-deep);
}

.orkun-section-header p {
	margin: 0;
	font-size: 15px;
	color: var(--orkun-muted);
}

.orkun-home-showcase {
	position: relative;
	padding: 74px 0;
}

.orkun-home-showcase-alt {
	background:
		radial-gradient(circle at 12% 18%, rgba(116, 184, 22, 0.1), transparent 28%),
		radial-gradient(circle at 86% 20%, rgba(19, 51, 38, 0.08), transparent 32%),
		linear-gradient(180deg, #f8fbf8 0%, #ffffff 100%);
	border-top: 1px solid rgba(30, 74, 54, 0.08);
	border-bottom: 1px solid rgba(30, 74, 54, 0.08);
}

.orkun-home-showcase-head {
	max-width: 780px;
	margin: 0 auto 34px;
	text-align: center;
}

.orkun-home-showcase-head .orkun-badge {
	margin-bottom: 12px;
}

.orkun-home-showcase-head h2 {
	margin: 0 0 12px;
	font-size: 52px;
	line-height: 0.98;
	color: var(--orkun-forest-deep);
}

.orkun-home-showcase-head p {
	margin: 0;
	font-size: 15px;
	line-height: 1.85;
	color: var(--orkun-muted);
}

.orkun-home-service-row > div {
	margin-bottom: 24px;
}

@media (min-width: 768px) {
	.orkun-home-service-row > .col-md-4,
	.orkun-home-service-row > .col-sm-6 {
		float: left;
		width: 33.333333% !important;
		clear: none !important;
	}

	.orkun-home-service-row > .col-md-4:nth-child(3n+1),
	.orkun-home-service-row > .col-sm-6:nth-child(3n+1) {
		clear: left !important;
	}
}

.orkun-home-card {
	position: relative;
	background: #ffffff;
	border-radius: 22px;
	border: 1px solid rgba(30, 74, 54, 0.12);
	overflow: hidden;
	box-shadow: 0 18px 34px rgba(18, 46, 33, 0.08);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
	height: 100%;
}

.orkun-home-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #74b816 0%, #2f7f53 60%, rgba(47, 127, 83, 0) 100%);
	z-index: 2;
}

.orkun-home-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 42px rgba(18, 46, 33, 0.12);
	border-color: rgba(47, 127, 83, 0.22);
}

.orkun-home-card-media {
	display: block;
	overflow: hidden;
}

.orkun-home-card-media img {
	width: 100%;
	height: 236px;
	object-fit: cover;
	transition: transform .35s ease;
}

.orkun-home-card:hover .orkun-home-card-media img {
	transform: scale(1.04);
}

.orkun-home-card-content {
	padding: 18px 18px 20px;
}

.orkun-home-card-kicker {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #2f7f53;
}

.orkun-home-card h3,
.orkun-home-card h2 {
	margin: 0 0 10px;
	font-size: 31px;
	line-height: 1.08;
	color: var(--orkun-forest);
}

.orkun-home-card h3 a,
.orkun-home-card h2 a {
	color: inherit;
}

.orkun-home-card p {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.8;
	color: var(--orkun-muted);
	min-height: 76px;
}

.orkun-home-card-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--orkun-forest-deep);
}

.orkun-home-project-stage {
	position: relative;
	border-radius: 26px;
	overflow: hidden;
	border: 1px solid rgba(30, 74, 54, 0.12);
	box-shadow: 0 24px 48px rgba(18, 46, 33, 0.12);
	background: #ffffff;
	padding: 12px;
}

.orkun-home-project-stage .carousel {
	margin-bottom: 0;
	border-radius: 20px;
	overflow: hidden;
	background: #edf4ee;
}

.orkun-home-project-stage .carousel a,
.orkun-home-project-stage .carousel img {
	display: block;
	width: 100%;
	border-radius: 18px;
}

.orkun-home-project-stage .carousel img {
	height: 430px;
	object-fit: cover;
}

.orkun-home-project-copy {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbf7 100%);
	border: 1px solid rgba(30, 74, 54, 0.12);
	border-radius: 24px;
	padding: 28px;
	box-shadow: 0 18px 34px rgba(18, 46, 33, 0.08);
	margin-top: 10px;
}

.orkun-home-project-copy h3 {
	margin: 0 0 12px;
	font-size: 42px;
	line-height: 0.98;
	color: var(--orkun-forest-deep);
}

.orkun-home-project-copy p {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.85;
	color: var(--orkun-muted);
}

.orkun-home-project-points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 22px;
}

.orkun-home-project-points span {
	display: inline-flex;
	align-items: center;
	padding: 9px 14px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(30, 74, 54, 0.14);
	font-size: 12px;
	font-weight: 700;
	color: var(--orkun-forest-deep);
}

.orkun-home-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 999px;
	background: linear-gradient(90deg, #74b816, #2f7f53);
	box-shadow: 0 16px 28px rgba(47, 127, 83, 0.2);
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: transform .2s ease, box-shadow .2s ease;
}

.orkun-home-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 34px rgba(47, 127, 83, 0.24);
}

.orkun-home-blog-carousel .owl-stage-outer {
	padding: 6px 0 12px;
}

.orkun-home-product-carousel .owl-stage-outer,
.orkun-home-reference-carousel .owl-stage-outer,
.orkun-home-testimonial-carousel .owl-stage-outer {
	padding: 6px 0 12px;
}

.orkun-home-product-card {
	max-width: 520px;
	margin: 0 auto;
}

.orkun-home-product-card .product-image {
	margin-bottom: 0;
	background: #edf4ee;
}

.orkun-home-product-card .product-overlay a {
	border-radius: 999px;
	padding: 10px 18px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: rgba(19, 51, 38, 0.84);
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.orkun-home-product-card .product-hot {
	border-radius: 999px !important;
	width: auto !important;
	min-width: 86px;
	padding: 0 14px;
	background: linear-gradient(90deg, #74b816, #2f7f53);
	box-shadow: 0 14px 24px rgba(47, 127, 83, 0.22);
}

.orkun-home-product-card .product-title h3 {
	margin-bottom: 10px;
}

.orkun-home-reference-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 158px;
	padding: 24px;
	background: #ffffff;
	border: 1px solid rgba(30, 74, 54, 0.12);
	border-radius: 22px;
	box-shadow: 0 18px 34px rgba(18, 46, 33, 0.08);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.orkun-home-reference-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 42px rgba(18, 46, 33, 0.12);
	border-color: rgba(47, 127, 83, 0.22);
}

.orkun-home-reference-card img {
	max-width: 100%;
	max-height: 72px;
	object-fit: contain;
	filter: saturate(0.92);
	transition: transform .22s ease, filter .22s ease;
}

.orkun-home-reference-card:hover img {
	transform: scale(1.03);
	filter: saturate(1);
}

.orkun-home-testimonial-shell {
	max-width: 920px;
	margin: 0 auto;
	padding: 34px 32px;
	border-radius: 26px;
	background: linear-gradient(135deg, #133326 0%, #1f5d41 55%, #2f7f53 100%);
	box-shadow: 0 24px 48px rgba(12, 33, 24, 0.22);
	position: relative;
	overflow: hidden;
}

.orkun-home-testimonial-shell::before,
.orkun-home-testimonial-shell::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	background: rgba(255, 255, 255, 0.08);
}

.orkun-home-testimonial-shell::before {
	width: 220px;
	height: 220px;
	top: -80px;
	right: -70px;
}

.orkun-home-testimonial-shell::after {
	width: 160px;
	height: 160px;
	left: -40px;
	bottom: -60px;
}

.orkun-home-testimonial-carousel {
	position: relative;
	z-index: 1;
}

.orkun-home-testimonial-carousel .testimonial-item {
	background: transparent;
	box-shadow: none;
	padding: 0;
	color: #ffffff;
}

.orkun-home-testimonial-carousel .testimonial-item img {
	width: 92px;
	height: 92px;
	object-fit: cover;
	border: 4px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 14px 24px rgba(7, 21, 15, 0.18);
}

.orkun-home-testimonial-carousel .testimonial-item p {
	font-size: 18px;
	line-height: 1.9;
	max-width: 760px;
	margin: 18px auto 14px;
	color: rgba(255, 255, 255, 0.94);
}

.orkun-home-testimonial-carousel .testimonial-item span {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #dcefdc;
}

.orkun-clean-page-hero {
	padding: 26px 0 18px;
	border-top: 1px solid rgba(30, 74, 54, 0.08);
	background:
		radial-gradient(circle at 14% 22%, rgba(116, 184, 22, 0.13), transparent 34%),
		radial-gradient(circle at 86% 18%, rgba(19, 51, 38, 0.11), transparent 36%),
		linear-gradient(180deg, #f6faf6 0%, #ffffff 100%);
}

.orkun-clean-page-hero h1 {
	margin-bottom: 6px;
}

.orkun-clean-page-hero p {
	max-width: 820px;
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: var(--orkun-muted);
}

.orkun-project-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.orkun-project-card {
	background: #ffffff;
	border-radius: var(--orkun-card-radius);
	overflow: hidden;
	border: 1px solid rgba(30, 74, 54, 0.13);
	box-shadow: 0 14px 30px rgba(13, 41, 28, 0.06);
}

.orkun-project-card img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.orkun-project-card .content {
	padding: 16px 18px 18px;
}

.orkun-project-card h3 {
	margin: 0 0 8px;
	font-size: 28px;
	color: var(--orkun-forest);
}

.orkun-project-card p {
	margin: 0;
	color: var(--orkun-muted);
	font-size: 14px;
	line-height: 1.7;
}

.orkun-review-banner {
	background: linear-gradient(110deg, var(--orkun-forest-deep), #1b5f42 55%, #2f7f53 100%);
	border-radius: 26px;
	padding: 36px;
	color: #ffffff;
	box-shadow: 0 24px 44px rgba(7, 28, 19, 0.28);
}

.orkun-review-banner h2 {
	margin: 8px 0;
	font-size: 48px;
	color: #ffffff;
}

.orkun-review-banner p {
	margin: 0;
	max-width: 760px;
	line-height: 1.8;
}

.orkun-cta-group {
	margin-top: 22px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.btn-orkun-primary,
.btn-orkun-secondary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-radius: 999px;
	padding: 12px 20px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.btn-orkun-primary {
	background: #ffffff;
	color: var(--orkun-forest-deep);
}

.btn-orkun-primary:hover {
	color: var(--orkun-forest-deep);
	transform: translateY(-1px);
}

.btn-orkun-secondary {
	background: rgba(255, 255, 255, 0.11);
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: #ffffff;
}

.btn-orkun-secondary:hover {
	color: #ffffff;
	border-color: #ffffff;
}

.orkun-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.65s ease, transform 0.65s ease;
}

.orkun-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 991px) {
	.orkun-intro {
		padding: 48px 0 58px;
	}

	.orkun-intro h1 {
		font-size: 42px;
	}

	.orkun-stats,
	.orkun-feature-grid,
	.orkun-project-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.orkun-section-header h2,
	.orkun-home-showcase-head h2,

	.orkun-seo-region-block {
		background: linear-gradient(180deg, #f8fbf8 0%, #ffffff 100%);
		border-top: 1px solid rgba(30, 74, 54, 0.08);
		border-bottom: 1px solid rgba(30, 74, 54, 0.08);
	}

	.orkun-seo-region-text {
		max-width: 980px;
		margin: 14px auto 18px;
		text-align: center;
		line-height: 1.85;
		color: var(--orkun-muted);
	}

	.orkun-seo-tag-cloud {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		padding-bottom: 6px;
	}

	.orkun-seo-tag-cloud span {
		display: inline-block;
		padding: 8px 13px;
		border-radius: 999px;
		border: 1px solid rgba(30, 74, 54, 0.15);
		background: #ffffff;
		font-size: 12px;
		font-weight: 600;
		color: var(--orkun-forest-deep);
	}
	.orkun-review-banner h2 {
		font-size: 40px;
	}

	.orkun-home-showcase {
		padding: 60px 0;
	}

	.orkun-home-testimonial-shell {
		padding: 28px 24px;
	}

	.orkun-home-project-stage .carousel img {
		height: 360px;
	}

	.orkun-home-project-copy {
		padding: 24px;
	}

	.orkun-home-project-copy h3 {
		font-size: 34px;
	}
}

@media (max-width: 680px) {
	.orkun-intro h1 {
		font-size: 34px;
	}

	.orkun-stats,
	.orkun-feature-grid,
	.orkun-project-cards {
		grid-template-columns: 1fr;
	}

	.orkun-review-banner {
		padding: 26px 20px;
	}

	.orkun-section {
		padding: 58px 0;
	}

	.orkun-section-header h2,
	.orkun-home-showcase-head h2,
	.orkun-review-banner h2 {
		font-size: 32px;
	}

	.orkun-home-showcase-head {
		margin-bottom: 26px;
	}

	.orkun-home-card-content,
	.orkun-home-project-copy {
		padding: 18px;
	}

	.orkun-home-card h3,
	.orkun-home-card h2 {
		font-size: 27px;
	}

	.orkun-home-project-copy h3 {
		font-size: 30px;
	}

	.orkun-home-project-stage {
		padding: 8px;
	}

	.orkun-home-project-stage .carousel img {
		height: 260px;
	}

	.orkun-home-reference-card {
		min-height: 136px;
		padding: 18px;
	}

	.orkun-home-testimonial-shell {
		padding: 22px 18px;
	}

	.orkun-home-testimonial-carousel .testimonial-item p {
		font-size: 16px;
	}
}

.orkun-service-hero {
	padding: 22px 0 16px;
	background:
		radial-gradient(circle at 18% 22%, rgba(116, 184, 22, 0.15), transparent 34%),
		radial-gradient(circle at 84% 18%, rgba(19, 51, 38, 0.12), transparent 36%),
		var(--orkun-mist);
	border-bottom: 1px solid rgba(30, 74, 54, 0.12);
	position: relative;
}

.orkun-service-hero::before {
	content: '';
	display: block;
	width: 86px;
	height: 4px;
	border-radius: 999px;
	margin-bottom: 14px;
	background: linear-gradient(90deg, #74b816 0%, #2f7f53 65%, rgba(47, 127, 83, 0) 100%);
	box-shadow: 0 6px 18px rgba(116, 184, 22, 0.18);
}

.orkun-service-hero h1 {
	margin: 0 0 4px;
	font-size: 40px;
	line-height: 0.98;
	letter-spacing: 0.01em;
	color: var(--orkun-forest-deep);
}

.orkun-service-hero p {
	max-width: 760px;
	margin: 0;
	color: var(--orkun-muted);
	font-size: 15px;
	line-height: 1.75;
}

.orkun-breadcrumb {
	display: none;
}

.orkun-breadcrumb ul li,
.orkun-breadcrumb ul li a {
	color: var(--orkun-forest-deep);
	font-weight: 600;
	font-size: 12px;
}

.orkun-service-inline-stats {
	margin-top: 12px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.orkun-service-inline-stats > div {
	background: #ffffff;
	border: 1px solid rgba(30, 74, 54, 0.15);
	border-radius: 16px;
	padding: 12px 14px;
}

.orkun-service-inline-stats strong {
	display: block;
	font-family: "Sora", sans-serif;
	font-size: 26px;
	color: var(--orkun-forest);
}

.orkun-service-inline-stats span {
	color: var(--orkun-muted);
	font-size: 13px;
	font-weight: 500;
}

.orkun-service-list-wrap {
	padding: 66px 0 78px;
}

.orkun-project-hero {
	padding-bottom: 24px;
}

.orkun-project-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.orkun-blog-hero {
	padding-bottom: 24px;
}

.orkun-blog-wrap {
	padding: 62px 0 70px;
}

.orkun-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 24px;
}

.orkun-blog-card {
	margin: 0;
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid rgba(30, 74, 54, 0.14);
	box-shadow: 0 18px 34px rgba(20, 45, 31, 0.08);
	background: #ffffff;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
	position: relative;
}

.orkun-blog-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #74b816 0%, #2f7f53 60%, rgba(47, 127, 83, 0) 100%);
	z-index: 2;
}

.orkun-blog-card .post-image img {
	width: 100%;
	height: 236px;
	object-fit: cover;
	transition: transform .35s ease;
}

.orkun-blog-card .post-item-description {
	padding: 18px 18px 20px;
}

.orkun-blog-card h2 {
	font-size: 31px;
	line-height: 1.08;
	margin: 10px 0 8px;
}

.orkun-blog-card p {
	color: var(--orkun-muted);
	font-size: 14px;
	line-height: 1.8;
	min-height: 72px;
}

.orkun-blog-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 42px rgba(20, 45, 31, 0.12);
	border-color: rgba(47, 127, 83, 0.22);
}

.orkun-blog-card:hover .post-image img {
	transform: scale(1.04);
}

.orkun-pagination ul li a,
.orkun-pagination ul li span {
	border-radius: 10px;
}

.orkun-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.orkun-service-card {
	background: #ffffff;
	border: 1px solid rgba(30, 74, 54, 0.12);
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 18px 34px rgba(18, 46, 33, 0.08);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
	position: relative;
}

.orkun-service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #74b816 0%, #2f7f53 60%, rgba(47, 127, 83, 0) 100%);
	z-index: 2;
}

.orkun-service-card .image img {
	width: 100%;
	height: 236px;
	object-fit: cover;
	transition: transform .35s ease;
}

.orkun-service-card .content {
	padding: 18px 18px 20px;
}

.orkun-service-card h3 {
	margin: 0 0 10px;
	font-size: 31px;
	line-height: 1.08;
	color: var(--orkun-forest);
}

.orkun-service-card p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.8;
	color: var(--orkun-muted);
}

.orkun-service-card .read-more {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: var(--orkun-forest-deep);
}

.orkun-service-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 42px rgba(18, 46, 33, 0.12);
	border-color: rgba(47, 127, 83, 0.22);
}

.orkun-service-card:hover .image img {
	transform: scale(1.04);
}

.orkun-project-card {
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid rgba(30, 74, 54, 0.12);
	background: #ffffff;
	box-shadow: 0 18px 34px rgba(18, 46, 33, 0.08);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
	position: relative;
}

.orkun-project-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #74b816 0%, #2f7f53 60%, rgba(47, 127, 83, 0) 100%);
	z-index: 2;
}

.orkun-project-card img {
	transition: transform .35s ease;
}

.orkun-project-card .content {
	padding: 18px 18px 20px;
}

.orkun-project-card .content h3 {
	margin: 0 0 8px;
	font-size: 31px;
	line-height: 1.08;
}

.orkun-project-card .content p {
	line-height: 1.8;
	color: var(--orkun-muted);
}

.orkun-project-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 42px rgba(18, 46, 33, 0.12);
	border-color: rgba(47, 127, 83, 0.22);
}

.orkun-project-card:hover img {
	transform: scale(1.04);
}

.orkun-service-detail-hero {
	padding: 34px 0 24px;
}

.orkun-service-detail-wrap {
	padding: 56px 0 72px;
}

.orkun-service-detail-card {
	background: #ffffff;
	border: 1px solid rgba(30, 74, 54, 0.12);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 16px 28px rgba(15, 37, 27, 0.08);
	margin-bottom: 26px;
}

.orkun-service-detail-card .post-image img {
	width: 100%;
	max-height: 430px;
	object-fit: cover;
}

.orkun-service-detail-card .post-item-description {
	padding: 24px;
}

.orkun-service-detail-card .post-item-description h2 {
	font-size: 44px;
	color: var(--orkun-forest-deep);
}

.orkun-offer-box {
	border: 1px solid rgba(30, 74, 54, 0.12);
	border-radius: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbf7 100%);
	padding: 22px;
	margin-bottom: 28px;
}

.orkun-offer-box .form-control {
	border-radius: 12px;
	border-color: rgba(30, 74, 54, 0.2);
}

.orkun-offer-box .btn-gfort {
	border-radius: 999px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.orkun-related-services {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.orkun-related-services .related-card {
	border: 1px solid rgba(30, 74, 54, 0.12);
	border-radius: 16px;
	overflow: hidden;
	background: #ffffff;
}

.orkun-related-services .related-card img {
	width: 100%;
	object-fit: cover;
}

.orkun-related-services .related-card h3 {
	margin: 0;
	padding: 12px;
	font-size: 25px;
	color: var(--orkun-forest);
}

@media (max-width: 991px) {
	.orkun-service-hero {
		padding: 20px 0 16px;
	}
	.orkun-service-hero::before {
		width: 72px;
		margin-bottom: 12px;
	}
	.orkun-service-hero h1 {
		font-size: 32px;
	}

	.orkun-service-grid,
	.orkun-project-grid,
	.orkun-blog-grid,
	.orkun-related-services {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.orkun-service-inline-stats {
		grid-template-columns: 1fr;
	}

	.orkun-service-detail-card .post-item-description h2 {
		font-size: 36px;
	}
}

@media (max-width: 680px) {
	.orkun-service-hero {
		padding: 16px 0 14px;
	}
	.orkun-service-hero::before {
		width: 58px;
		height: 3px;
		margin-bottom: 10px;
	}

	.orkun-service-hero h1 {
		font-size: 27px;
	}

	.orkun-service-grid,
	.orkun-project-grid,
	.orkun-blog-grid,
	.orkun-related-services {
		grid-template-columns: 1fr;
	}

	.orkun-service-detail-card .post-item-description,
	.orkun-offer-box {
		padding: 16px;
	}
}
/* ================================================
   TEKLÄ°F AL SEKSÄ°YONU
================================================ */
.orkun-teklif-section {
	padding: 90px 0;
	background:
		linear-gradient(100deg, rgba(13, 23, 16, 0.62) 0%, rgba(18, 31, 22, 0.42) 34%, rgba(26, 40, 29, 0.14) 58%, rgba(255, 255, 255, 0.02) 100%),
		url('../trex/assets/img/brand/orkun-offer-bg.jpg') 64% 26% / cover no-repeat;
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(30, 74, 54, 0.08);
	border-bottom: 1px solid rgba(30, 74, 54, 0.08);
}
.orkun-teklif-section::before {
	content: '';
	position: absolute;
	top: -120px; right: -120px;
	width: 420px; height: 420px;
	border-radius: 50%;
	background: rgba(255, 244, 197, 0.14);
	pointer-events: none;
}
.orkun-teklif-section::after {
	content: '';
	position: absolute;
	bottom: -80px; left: -80px;
	width: 320px; height: 320px;
	border-radius: 50%;
	background: rgba(122, 215, 200, 0.10);
	pointer-events: none;
}
.orkun-teklif-wrap {
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	gap: 64px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.orkun-teklif-info {
	padding-top: 42px;
	max-width: 520px;
}

.orkun-teklif-form-wrap {
	display: flex;
	justify-content: flex-end;
	padding-top: 52px;
}
.orkun-teklif-info h2 {
	color: #ffffff;
	font-size: 34px;
	line-height: 1.22;
	margin: 12px 0 14px;
	text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}
.orkun-teklif-info > p {
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.85;
	margin-bottom: 22px;
	text-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}
.orkun-teklif-badge {
	background: rgba(255, 255, 255, 0.14) !important;
	color: #ffffff !important;
	backdrop-filter: blur(8px);
}
.orkun-teklif-list {
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
}
.orkun-teklif-list li {
	color: #ffffff;
	padding: 9px 0;
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 14px;
	text-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}
.orkun-teklif-list li:last-child { border-bottom: none; }
.orkun-teklif-list li .fa {
	color: #a8e063;
	font-size: 15px;
	flex-shrink: 0;
}

/* Form KartÄ± */
.orkun-teklif-form-box {
	background: rgba(255, 255, 255, 0.74);
	backdrop-filter: blur(14px) saturate(135%);
	border-radius: 24px;
	padding: 28px 24px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	box-shadow: 0 30px 70px rgba(10, 16, 12, 0.2);
	max-width: 520px;
	width: 100%;
	transform: translate(38px, 22px);
}
.orkun-teklif-form-box h3 {
	color: var(--orkun-forest-deep);
	font-size: 17px;
	margin: 0 0 14px;
	display: flex;
	align-items: center;
}
.otf-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 12px;
}
.otf-calc-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 8px;
	margin-bottom: 12px;
}
.otf-input {
	width: 100%;
	border: 1.5px solid rgba(23, 60, 41, 0.12);
	background: rgba(255, 255, 255, 0.78);
	border-radius: 10px;
	padding: 10px 13px;
	font-size: 12.5px;
	color: #222;
	margin-bottom: 10px;
	transition: border-color .2s, background .2s;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}
.otf-input:focus {
	outline: none;
	border-color: var(--orkun-forest-deep);
	background: rgba(255, 255, 255, 0.92);
}
.otf-row .otf-input,
.otf-calc-row .otf-input { margin-bottom: 0; }
.otf-textarea {
	resize: vertical;
	min-height: 70px;
	height: auto;
}
.otf-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	color: var(--orkun-forest-deep);
	margin-bottom: 5px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.otf-result {
	background: rgba(240, 249, 243, 0.78);
	border: 1.5px solid rgba(195, 230, 205, 0.85);
	border-radius: 10px;
	padding: 10px 12px;
	font-weight: 700;
	font-size: 11.5px;
	color: var(--orkun-forest-deep);
	height: 42px;
	display: flex;
	align-items: center;
	gap: 3px;
}
.otf-submit {
	width: 100%;
	background: linear-gradient(90deg, #113223 0%, #2f7f53 48%, #7dbd32 100%);
	background-size: 180% 180%;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 14px;
	padding: 13px 14px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 16px 34px rgba(26, 80, 49, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.22);
	cursor: pointer;
	transition: opacity .2s, transform .15s, box-shadow .2s ease, background-position .25s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-top: 4px;
}
.otf-submit:hover {
	opacity: 0.96;
	transform: translateY(-2px);
	box-shadow: 0 20px 42px rgba(26, 80, 49, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.28);
	background-position: 100% 50%;
}

/* Responsive */
@media (max-width: 960px) {
	.orkun-teklif-wrap { grid-template-columns: 1fr; gap: 44px; }
	.orkun-teklif-info { padding-top: 0; max-width: none; }
	.orkun-teklif-info h2 { font-size: 26px; }
	.orkun-teklif-form-box { padding: 26px 20px; max-width: 100%; }
	.orkun-teklif-form-wrap { padding-top: 0; }
	.orkun-teklif-form-box { transform: none; }
	.orkun-teklif-section {
		background:
			linear-gradient(180deg, rgba(13, 23, 16, 0.48) 0%, rgba(18, 31, 22, 0.22) 100%),
			url('../trex/assets/img/brand/orkun-offer-bg.jpg') 68% 20% / cover no-repeat;
	}
}
@media (max-width: 580px) {
	.otf-row { grid-template-columns: 1fr; }
	.otf-calc-row { grid-template-columns: 1fr 1fr; }
	.orkun-teklif-section { padding: 60px 0; }
	#logo img {
		height: 42px;
		max-width: min(100%, 210px);
	}
}

@media (max-width: 991px) {
	#header #header-wrap .container {
		gap: 10px;
	}
	#mainMenu > .container {
		display: block;
	}
	.orkun-menu-cta-wrap {
		display: none;
	}
	#mainMenu nav > ul {
		display: block;
	}
	#mainMenu nav > ul > li > a {
		padding: 12px 0 !important;
		border-radius: 0;
		background: transparent !important;
		transform: none !important;
	}
	#mainMenu nav > ul > li > a::after {
		display: none;
	}
}
