/* Header — marka değişkenleri brand.css'ten gelir */

:root {
	--gorbit-text-muted: #6b7c8f;
	--gorbit-header-height: 88px;
	--gorbit-header-z: 10000;
}

/* Enfold varsayılan header gizle */
.gorbit-custom-shell #header {
	display: none !important;
}

/*
 * Enfold'un kendi sticky header'ı için layout.min.css'te #main'e uyguladığı telafi boşluğu
 * (.html_header_top.html_header_sticky #main { padding-top: 88px; }) — bizim custom header
 * zaten position:fixed ile içeriğin üzerine biniyor, bu yüzden bu boşluk artık gereksiz ve
 * transparan header'ın altında içerikle header arasında boş (body arka planını gösteren)
 * bir aralık oluşturuyor.
 */
.gorbit-custom-shell.html_header_top.html_header_sticky #main {
	padding-top: 0 !important;
}

.gorbit-header-shell {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: var(--gorbit-header-z);
	margin: 0;
	padding: 0;
	padding-top: env(safe-area-inset-top, 0px);
}

.gorbit-header {
	background: transparent;
	transition: background 0.3s ease, box-shadow 0.3s ease;
}

.gorbit-header__bar {
	width: 100%;
	position: relative;
	transition: background 0.3s ease, box-shadow 0.3s ease;
}

.gorbit-header__inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 32px;
	height: var(--gorbit-header-height);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.gorbit-header__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
	margin-left: auto;
	position: relative;
	z-index: 4;
}

.gorbit-header__menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.gorbit-header-shell:not(.is-scrolled):not(.is-mobile-open):not(.gorbit-header--solid) .gorbit-header__bar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gorbit-header-shell:not(.is-scrolled):not(.is-mobile-open):not(.gorbit-header--solid) .gorbit-header__logo,
.gorbit-header-shell:not(.is-scrolled):not(.is-mobile-open):not(.gorbit-header--solid) .gorbit-header__menu a,
.gorbit-header-shell:not(.is-scrolled):not(.is-mobile-open):not(.gorbit-header--solid) .gorbit-header__lang,
.gorbit-header-shell:not(.is-scrolled):not(.is-mobile-open):not(.gorbit-header--solid) .gorbit-header__toggle {
	color: #fff;
}

.gorbit-header-shell:not(.is-scrolled):not(.is-mobile-open):not(.gorbit-header--solid) .gorbit-header__logo small {
	color: rgba(255, 255, 255, 0.75);
}

.gorbit-header-shell:not(.is-scrolled):not(.is-mobile-open):not(.gorbit-header--solid) .gorbit-header__lang {
	border-color: rgba(255, 255, 255, 0.35);
}

.gorbit-header-shell:not(.is-scrolled):not(.is-mobile-open):not(.gorbit-header--solid) .gorbit-header__cta {
	background: var(--gorbit-gold);
	color: var(--gorbit-navy-dark);
}

/* İç sayfalar — beyaz header, koyu linkler */
.gorbit-header-shell.gorbit-header--solid {
	background: #fff;
	box-shadow: 0 4px 24px rgba(12, 45, 74, 0.08);
}

.gorbit-header-shell.gorbit-header--solid .gorbit-header,
.gorbit-header-shell.gorbit-header--solid .gorbit-header__bar {
	background: #fff;
}

.gorbit-header-shell.gorbit-header--solid .gorbit-header__logo,
.gorbit-header-shell.gorbit-header--solid .gorbit-header__menu a,
.gorbit-header-shell.gorbit-header--solid .gorbit-header__lang,
.gorbit-header-shell.gorbit-header--solid .gorbit-header__toggle {
	color: var(--gorbit-primary);
}

.gorbit-header-shell.gorbit-header--solid .gorbit-header__lang {
	border-color: #d8e0e8;
}

.gorbit-header-shell.gorbit-header--solid .gorbit-header__cta {
	background: var(--gorbit-primary);
	color: #fff;
}

.gorbit-header-shell.gorbit-header--solid .gorbit-header__cta:hover {
	background: #0a2540;
}

.gorbit-header-shell.gorbit-header--solid .gorbit-header__logo-img--light {
	display: none;
}

.gorbit-header-shell.gorbit-header--solid .gorbit-header__logo-img--dark {
	display: block;
}

/* Scroll sonrası beyaz sticky */
.gorbit-header-shell.is-scrolled,
.gorbit-header-shell.is-mobile-open {
	background: #fff;
	box-shadow: 0 4px 24px rgba(12, 45, 74, 0.08);
}

.gorbit-header-shell.is-scrolled .gorbit-header,
.gorbit-header-shell.is-mobile-open .gorbit-header {
	background: #fff;
}

.gorbit-header-shell.is-scrolled .gorbit-header__bar,
.gorbit-header-shell.is-mobile-open .gorbit-header__bar {
	background: #fff;
}

.gorbit-header-shell.is-scrolled .gorbit-header__logo,
.gorbit-header-shell.is-scrolled .gorbit-header__menu a,
.gorbit-header-shell.is-scrolled .gorbit-header__lang,
.gorbit-header-shell.is-scrolled .gorbit-header__toggle,
.gorbit-header-shell.is-mobile-open .gorbit-header__logo,
.gorbit-header-shell.is-mobile-open .gorbit-header__toggle {
	color: var(--gorbit-primary);
}

.gorbit-header-shell.is-scrolled .gorbit-header__logo small {
	color: var(--gorbit-text-muted);
}

.gorbit-header-shell.is-scrolled .gorbit-header__lang {
	border-color: #d8e0e8;
}

.gorbit-header-shell.is-scrolled .gorbit-header__cta {
	background: var(--gorbit-primary);
	color: #fff;
}

/* Logo */
.gorbit-header__logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	flex-shrink: 0;
	position: relative;
	z-index: 4;
}

.gorbit-header__logo-img {
	display: block;
	height: 44px;
	width: auto;
}

.gorbit-header__logo-img--dark {
	display: none;
}

.gorbit-header-shell.is-scrolled .gorbit-header__logo-img--light {
	display: none;
}

.gorbit-header-shell.is-scrolled .gorbit-header__logo-img--dark,
.gorbit-header-shell.is-mobile-open .gorbit-header__logo-img--light {
	display: none;
}

.gorbit-header-shell.is-scrolled .gorbit-header__logo-img--dark,
.gorbit-header-shell.is-mobile-open .gorbit-header__logo-img--dark {
	display: block;
}

/* Nav — desktop ortada */
.gorbit-header__nav {
	flex: 1;
	min-width: 0;
}

.gorbit-header__nav[hidden] {
	display: none !important;
}

.gorbit-header__nav-tools {
	display: none !important;
}

.gorbit-header__menu a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.92rem;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s, opacity 0.2s;
}

.gorbit-header__menu a.is-current {
	font-weight: 700;
}

.gorbit-header-shell:not(.is-scrolled):not(.is-mobile-open):not(.gorbit-header--solid) .gorbit-header__menu a.is-current {
	color: #fff;
}

.gorbit-header-shell:not(.is-scrolled):not(.is-mobile-open):not(.gorbit-header--solid) .gorbit-header__menu a:hover {
	color: var(--gorbit-gold, #ad945a);
	opacity: 1;
}

.gorbit-header__menu-item {
	position: static;
}

.gorbit-header__actions-desktop {
	display: flex;
	align-items: center;
	gap: 16px;
}

.gorbit-header__lang {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	background: transparent;
	border: 1px solid;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s;
}

.gorbit-header__cta {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s, transform 0.2s;
}

.gorbit-header__cta:hover {
	background: var(--gorbit-gold-hover);
	transform: translateY(-1px);
}

.gorbit-header-shell.is-scrolled .gorbit-header__cta:hover {
	background: #0a2540;
}

.gorbit-header__toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
}

.gorbit-header__toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: currentColor;
	margin: 0 auto;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.gorbit-header-shell.is-mobile-open .gorbit-header__toggle span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.gorbit-header-shell.is-mobile-open .gorbit-header__toggle span:nth-child(2) {
	opacity: 0;
}

.gorbit-header-shell.is-mobile-open .gorbit-header__toggle span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* Mega menu */
.gorbit-megamenu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding: 16px 32px 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
	pointer-events: none;
}

.gorbit-megamenu::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	height: 12px;
}

.gorbit-header__menu-item.has-megamenu:hover .gorbit-megamenu,
.gorbit-header__menu-item.has-megamenu.is-open .gorbit-megamenu,
.gorbit-header-shell.is-megamenu-open .gorbit-header__menu-item.has-megamenu.is-open .gorbit-megamenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.gorbit-header-shell.is-megamenu-open {
	z-index: calc(var(--gorbit-header-z) + 1);
}

.gorbit-megamenu__panel {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(12, 45, 74, 0.15);
}

@media (min-width: 993px) {
	.gorbit-megamenu {
		position: fixed;
		left: 0;
		right: 0;
		top: var(--gorbit-header-height);
		width: 100%;
		padding: 0 32px;
		z-index: 5;
		box-sizing: border-box;
	}

	.gorbit-megamenu::before {
		height: 20px;
		left: 32px;
		right: 32px;
	}

	.gorbit-custom-shell.admin-bar .gorbit-megamenu {
		top: calc(32px + var(--gorbit-header-height));
	}

	.gorbit-megamenu__panel {
		width: 100%;
		max-width: 1320px;
		margin: 0 auto;
		border-radius: 16px;
		box-shadow: 0 24px 48px rgba(12, 45, 74, 0.12);
		max-height: calc(100vh - var(--gorbit-header-height, 88px) - 28px);
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	.gorbit-megamenu__grid {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 20px 32px 16px;
		gap: 16px 32px;
		overflow-y: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		flex: 1 1 auto;
		min-height: 0;
		scrollbar-width: thin;
		scrollbar-color: rgba(1, 66, 106, 0.35) transparent;
	}

	.gorbit-megamenu__grid::-webkit-scrollbar {
		width: 8px;
	}

	.gorbit-megamenu__grid::-webkit-scrollbar-thumb {
		background: rgba(1, 66, 106, 0.28);
		border-radius: 8px;
	}

	.gorbit-megamenu__footer {
		padding: 12px 24px;
		border-radius: 0 0 16px 16px;
		flex-shrink: 0;
	}

	.gorbit-header__menu-item.gorbit-nav-about {
		position: relative;
		align-self: stretch;
	}

	.gorbit-header__menu-item.gorbit-nav-about > a {
		height: 100%;
	}

	.gorbit-megamenu--about {
		position: absolute;
		left: 0;
		right: auto;
		top: 50px !important;
		width: 300px;
		padding: 0;
		z-index: 5;
	}

	.gorbit-megamenu--about::before {
		left: 0;
		right: 0;
	}

	.gorbit-megamenu--about .gorbit-megamenu__panel {
		width: 240px;
		max-width: 240px;
		margin: 0;
	}

	.gorbit-megamenu--about .gorbit-megamenu__grid {
		grid-template-columns: 1fr;
		width: 100%;
		padding: 12px 8px;
		gap: 0;
	}

	.gorbit-megamenu--about .gorbit-megamenu__col {
		width: 100%;
	}
}

.gorbit-megamenu__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: start;
	gap: 16px 32px;
	padding: 28px 24px 20px;
}

.gorbit-megamenu__col {
	min-width: 0;
	text-align: left;
}

.gorbit-megamenu__title {
	margin: 0 0 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(173, 149, 90, 0.6);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--gorbit-primary);
	text-transform: uppercase;
	text-align: left;
}

.gorbit-megamenu__title a {
	color: inherit;
	text-decoration: none;
}

.gorbit-megamenu__body {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.gorbit-megamenu__subgroup + .gorbit-megamenu__subgroup {
	padding-top: 10px;
	border-top: 1px dashed rgba(173, 149, 90, 0.35);
}

.gorbit-megamenu__subtitle {
	margin: 0 0 6px;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: var(--gorbit-text-muted);
	text-transform: none;
}

.gorbit-megamenu__subtitle a {
	color: inherit;
	text-decoration: none;
}

.gorbit-megamenu__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gorbit-megamenu__list li + li {
	margin-top: 0;
}

.gorbit-megamenu__list a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1px;
	padding: 2px 0;
	text-decoration: none;
	text-align: left;
	white-space: normal;
	color: var(--gorbit-navy) !important;
}

.gorbit-megamenu__list a:hover .gorbit-megamenu__item-title {
	color: #1a5a8a;
}

.gorbit-megamenu__item-title {
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.25;
	transition: color 0.2s;
}

.gorbit-megamenu__item-desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 0.72rem;
	font-weight: 400;
	color: var(--gorbit-text-muted);
	line-height: 1.3;
}

.gorbit-megamenu__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 24px;
	background: var(--gorbit-navy);
}

.gorbit-megamenu__badges {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.gorbit-megamenu__badges-label {
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.7);
	margin-right: 4px;
}

.gorbit-badge {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 4px;
	font-size: 0.62rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.04em;
}

.gorbit-megamenu__reviews {
	display: flex;
	gap: 20px;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.85);
}

.gorbit-megamenu__reviews strong {
	color: #f5c842;
}


.gorbit-custom-shell.admin-bar .gorbit-header-shell {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.gorbit-custom-shell.admin-bar .gorbit-header-shell:not(.is-scrolled):not(.is-mobile-open) {
		top: 46px;
	}

	/* Scroll sonrası admin bar kaybolur — header tam üste yapışsın */
	.gorbit-custom-shell.admin-bar .gorbit-header-shell.is-scrolled,
	.gorbit-custom-shell.admin-bar .gorbit-header-shell.is-mobile-open {
		top: 0 !important;
	}
}

@media (min-width: 993px) {
	.gorbit-header__nav {
		position: absolute;
		inset: 0 auto auto 0;
		left: 0;
		right: 0;
		top: 0;
		z-index: 2;
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: var(--gorbit-header-height);
		transform: none;
		pointer-events: none;
	}

	.gorbit-header-shell.is-megamenu-open .gorbit-header__nav {
		z-index: 5;
	}

	.gorbit-header__nav .gorbit-header__menu {
		position: relative;
		z-index: 3;
		max-width: 100%;
		padding: 0 clamp(200px, 18vw, 280px) 0 clamp(160px, 14vw, 220px);
		box-sizing: border-box;
		gap: clamp(12px, 1.6vw, 28px);
	}

	.gorbit-header__nav .gorbit-header__menu {
		pointer-events: auto;
	}
}

@media (max-width: 1200px) {
	.gorbit-header__inner {
		padding: 0 20px;
		gap: 16px;
	}

	.gorbit-header__menu {
		gap: 16px;
	}

	@media (min-width: 993px) {
		.gorbit-header__nav .gorbit-header__menu {
			padding: 0 clamp(170px, 20vw, 240px) 0 clamp(140px, 16vw, 190px);
			gap: 12px;
		}

		.gorbit-megamenu {
			padding: 0 20px;
		}

		.gorbit-megamenu::before {
			left: 20px;
			right: 20px;
		}
	}

	.gorbit-megamenu__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 992px) {
	:root {
		--gorbit-header-height: 72px;
	}

	.gorbit-header__bar {
		position: relative;
		z-index: 4;
	}

	.gorbit-header__inner {
		position: relative;
		justify-content: flex-end;
	}

	.gorbit-header__logo {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.gorbit-header__actions-desktop {
		display: none;
	}

	.gorbit-header__nav {
		display: none !important;
		position: fixed;
		top: calc(env(safe-area-inset-top, 0px) + var(--gorbit-header-height));
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 3;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 24px;
		background: #fff;
		transform: none;
		width: auto;
		height: auto;
		pointer-events: auto;
	}

	.gorbit-header-shell.is-mobile-open .gorbit-header__nav {
		display: block !important;
	}

	.gorbit-header-shell.is-mobile-open .gorbit-header__nav-tools {
		display: flex !important;
		flex-direction: row;
		align-items: center;
		gap: 12px;
		padding-bottom: 20px;
		margin-bottom: 8px;
		border-bottom: 1px solid #e2e8f0;
	}

	.gorbit-header-shell.is-mobile-open .gorbit-header__nav-tools .gorbit-header__lang {
		justify-content: flex-start;
		flex: 0 0 auto;
		width: fit-content;
		padding: 10px 16px;
		color: var(--gorbit-primary) !important;
		border-color: #d8e0e8;
	}

	.gorbit-header__cta--mobile {
		display: inline-flex;
		justify-content: center;
		flex: 1 1 auto;
		width: auto;
		margin-top: 0;
		background: var(--gorbit-primary);
		color: #fff !important;
	}

	.gorbit-header__cta--mobile:hover {
		background: #0a2540;
	}

	.gorbit-header-shell.is-mobile-open .gorbit-header__menu {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		width: 100%;
	}

	.gorbit-header-shell.is-mobile-open .gorbit-header__menu-item {
		width: 100%;
		border-bottom: 1px solid #e8eef3;
	}

	.gorbit-header-shell.is-mobile-open .gorbit-header__menu-item:last-child {
		border-bottom: none;
	}

	.gorbit-header-shell.is-mobile-open .gorbit-header__menu a {
		color: var(--gorbit-primary) !important;
		padding: 16px 10px;
		width: 100%;
		font-size: 1rem;
		font-weight: 600;
	}

	.gorbit-header__menu-item.has-megamenu > a {
		justify-content: space-between;
	}

	.gorbit-header__menu-item.has-megamenu > a .gorbit-header__chevron {
		transition: transform 0.2s ease;
	}

	.gorbit-header__menu-item.has-megamenu.is-open > a .gorbit-header__chevron {
		transform: rotate(180deg);
	}

	.gorbit-megamenu {
		position: static;
		padding: 0;
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: auto;
		display: none;
	}

	.gorbit-megamenu::before {
		display: none;
	}

	.gorbit-header__menu-item.has-megamenu.is-open .gorbit-megamenu {
		display: block;
	}

	.gorbit-megamenu__panel {
		margin: 0 0 12px;
		border: 1px solid rgba(1, 66, 106, 0.08);
		border-radius: 16px;
		box-shadow: 0 8px 24px rgba(1, 66, 106, 0.08);
		overflow: hidden;
		background: linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
		max-height: min(70vh, 520px);
		display: flex;
		flex-direction: column;
	}

	.gorbit-megamenu__grid {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 14px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		flex: 1 1 auto;
		min-height: 0;
	}

	.gorbit-megamenu__title {
		margin-bottom: 10px;
		padding-left: 2px;
		font-size: 0.68rem;
	}

	.gorbit-megamenu__list {
		gap: 8px;
	}

	.gorbit-megamenu__list a {
		position: relative;
		padding: 14px 34px 14px 16px;
		border-radius: 12px;
		background: #fff;
		border: 1px solid rgba(1, 66, 106, 0.08);
		box-shadow: 0 1px 3px rgba(12, 45, 74, 0.05);
		transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
	}

	.gorbit-megamenu__list a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 14px;
		width: 7px;
		height: 7px;
		margin-top: -5px;
		border-top: 2px solid var(--gorbit-gold);
		border-right: 2px solid var(--gorbit-gold);
		transform: rotate(45deg);
		opacity: 0.75;
	}

	.gorbit-megamenu__list a:hover,
	.gorbit-megamenu__list a:active {
		background: var(--gorbit-gold-soft);
		border-color: rgba(173, 149, 90, 0.45);
		transform: translateX(2px);
	}

	.gorbit-megamenu__item-title {
		font-size: 0.88rem;
	}

	.gorbit-megamenu__item-desc {
		-webkit-line-clamp: 2;
	}

	.gorbit-megamenu__footer {
		display: none;
	}

	.gorbit-header__toggle {
		display: flex;
		color: inherit;
	}
}

html.gorbit-mobile-nav-open {
	overflow: hidden;
}
