/** Kanada Gunleri site overrides */

/* ===== Anasayfa Hero ===== */

.kg-hero {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	overflow: visible;
	margin-top: 0 !important;
	z-index: 1;
	padding: 0 !important;
}
.kg-hero .container,
.kg-hero-grid,
.kg-hero-form-wrap,
.kg-hero-form,
.kg-select-field {
	overflow: visible;
}
.home-banner.kg-hero::before {
	display: none;
}
.kg-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(12, 15, 35, 0.82) 0%,
		rgba(12, 15, 35, 0.66) 45%,
		rgba(12, 15, 35, 0.5) 100%
	);
	z-index: 1;
}
.kg-hero .container {
	position: relative;
	z-index: 2;
}
.kg-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(460px, 540px);
	align-items: center;
	gap: 40px;
	padding: 40px 0;
}
.kg-hero-content {
	max-width: 650px;
	color: #fff;
	position: relative;
}
.kg-hero-seminar-teaser {
	margin-top: 26px;
	max-width: 480px;
}
.kg-hero-seminar-card {
	display: flex;
	align-items: stretch;
	gap: 14px;
	padding: 12px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	text-decoration: none;
	transition: all 0.25s ease;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.15);
}
.kg-hero-seminar-card:hover {
	transform: translateY(-3px);
	background: rgba(255, 255, 255, 0.16);
	color: inherit;
}
.kg-hero-seminar-image {
	width: 132px;
	min-width: 132px;
	border-radius: 14px;
	overflow: hidden;
}
.kg-hero-seminar-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.kg-hero-seminar-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.kg-hero-seminar-label {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 26px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(237, 31, 52, 0.18);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 8px;
}
.kg-hero-seminar-content h2,
.kg-hero-seminar-content h3 {
	margin: 0 0 6px;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 800;
}
.kg-hero-seminar-content p {
	margin: 0 0 8px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 13.5px;
	line-height: 1.5;
}
.kg-hero-seminar-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-bottom: 6px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 12.5px;
	font-weight: 600;
}
.kg-hero-seminar-meta strong {
	color: #ffd7dc;
	font-weight: 800;
}
.kg-hero-seminar-link {
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}
.kg-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 10px 18px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: var(--blue, #ed1f34);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}
.kg-hero-content h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -0.5px;
}
.kg-hero-content > p {
	max-width: 620px;
	margin: 0 0 28px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 17px;
	line-height: 1.65;
	font-weight: 500;
}
.kg-hero-actions {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
}
.kg-primary-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 28px;
	border-radius: 999px;
	background: var(--blue, #ed1f34);
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(237, 31, 52, 0.32);
	transition: all 0.25s ease;
}
.kg-primary-btn:hover {
	transform: translateY(-2px);
	color: #fff !important;
	background: #c91828;
}
.kg-trust {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	flex-wrap: wrap;
}
.kg-trust-logo {
	width: 105px;
	height: auto;
}
.kg-hero-rating {
	padding-left: 16px;
	margin-bottom: 0 !important;
	color: rgba(255, 255, 255, 0.92);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
}
.kg-hero-rating i {
	color: var(--rating, #ff9c00);
	margin-right: 4px;
}
.kg-hero-form-wrap {
	width: 100%;
}
.kg-hero-form {
	width: 100%;
	padding: 32px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(8px);
}
.kg-hero-form h2 {
	margin: 0 0 8px;
	color: #18213a;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: -0.2px;
}
@media (min-width: 992px) {
	.kg-hero-form h2 {
		white-space: nowrap;
	}
}
.kg-hero-form > p {
	margin: 0 0 20px;
	color: #666b7a;
	font-size: 14px;
	line-height: 1.55;
}
.kg-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.kg-hero-form input {
	width: 100%;
	height: 50px;
	margin-bottom: 12px;
	padding: 0 16px;
	border: 1px solid #dce2ec;
	border-radius: 14px;
	background: #f8fafc;
	color: #18213a;
	font-size: 14px;
	outline: none;
	box-sizing: border-box;
}
.kg-select-field {
	position: relative;
	margin-bottom: 12px;
}
.kg-select-field select {
	display: block;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 40px 0 16px;
	border: 1px solid #dce2ec;
	border-radius: 14px;
	background-color: #f8fafc;
	color: #18213a;
	font-size: 14px;
	line-height: 1.25;
	outline: none;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
.kg-select-field::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
	pointer-events: none;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23697083' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center / contain no-repeat;
}
.kg-hero-form input:focus {
	border-color: var(--blue, #ed1f34);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(237, 31, 52, 0.1);
}
.kg-select-field select:focus {
	border-color: var(--blue, #ed1f34);
	background-color: #fff;
	box-shadow: 0 0 0 4px rgba(237, 31, 52, 0.1);
}
.kg-select-field:focus-within::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ed1f34' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}
.kg-select-field--custom .kg-select-native-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	opacity: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}
.kg-custom-select-trigger {
	display: block;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 40px 0 16px;
	border: 1px solid #dce2ec;
	border-radius: 14px;
	background-color: #f8fafc;
	color: #18213a;
	font-size: 14px;
	line-height: 1.25;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
}
.kg-custom-select-label.is-placeholder {
	color: #697083;
}
.kg-custom-select-trigger:focus,
.kg-custom-select-trigger.is-open {
	border-color: var(--blue, #ed1f34);
	background-color: #fff;
	box-shadow: 0 0 0 4px rgba(237, 31, 52, 0.1);
	outline: none;
}
.kg-select-field--custom:focus-within::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ed1f34' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}
.kg-custom-select-menu {
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	border: 1px solid #dce2ec;
	border-radius: 14px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
	padding: 6px 0;
	-webkit-overflow-scrolling: touch;
}
.kg-custom-select-option {
	display: block;
	width: 100%;
	padding: 10px 16px;
	border: 0;
	background: transparent;
	color: #18213a;
	font-size: 14px;
	text-align: left;
	cursor: pointer;
}
.kg-custom-select-option:hover,
.kg-custom-select-option:focus {
	background: #f8fafc;
	outline: none;
}
.kg-kvkk {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 2px 0 14px;
	color: #697083;
	font-size: 13px;
	line-height: 1.45;
	cursor: pointer;
}
.kg-kvkk input {
	width: 18px;
	height: 18px;
	min-width: 18px;
	margin: 1px 0 0;
	padding: 0;
	accent-color: var(--blue, #ed1f34);
}
.kg-kvkk a {
	color: #18213a;
	font-weight: 600;
	text-decoration: underline;
}
.kg-kvkk span {
	display: block;
}
.kg-hero-captcha {
	display: flex;
	justify-content: center;
	margin-bottom: 14px;
}
.kg-hero-captcha > div {
	margin-inline: auto;
}
.kg-hero-submit {
	width: 100%;
	height: 54px;
	border: 0;
	border-radius: 999px;
	background: var(--blue, #ed1f34);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 14px 30px rgba(237, 31, 52, 0.28);
	transition: all 0.25s ease;
}
.kg-hero-submit:hover:not(:disabled) {
	transform: translateY(-2px);
	background: #c91828;
}
.kg-hero-submit:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	box-shadow: none;
}

/* Laptop / HD (1366×768 vb.) — hero viewport içinde tam sığsın */
@media (min-width: 992px) and (max-height: 860px) {
	.kg-hero {
		min-height: calc(100svh - 125px);
		height: auto;
		max-height: none;
	}
	.kg-hero .container,
	.kg-hero-grid {
		height: auto;
	}
	.kg-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(400px, 460px);
		align-items: center;
		gap: 20px;
		padding: 12px 0;
	}
	.kg-hero-badge {
		padding: 7px 14px;
		margin-bottom: 10px;
		font-size: 13px;
		gap: 7px;
	}
	.kg-hero-content h1 {
		font-size: 30px;
		margin-bottom: 10px;
		line-height: 1.08;
		letter-spacing: -0.3px;
	}
	.kg-hero-content > p {
		font-size: 14px;
		line-height: 1.45;
		margin-bottom: 14px;
	}
	.kg-hero-actions {
		gap: 12px;
	}
	.kg-primary-btn {
		min-height: 42px;
		padding: 0 20px;
		font-size: 14px;
		box-shadow: 0 10px 22px rgba(237, 31, 52, 0.28);
	}
	.kg-trust-logo {
		width: 88px;
	}
	.kg-hero-rating {
		padding-left: 12px;
		font-size: 12px;
	}
	.kg-hero-form {
		padding: 18px 20px;
		border-radius: 20px;
	}
	.kg-hero-form h2 {
		font-size: 16px;
		margin-bottom: 4px;
		line-height: 1.15;
		letter-spacing: -0.3px;
	}
	.kg-hero-form > p {
		font-size: 12px;
		line-height: 1.35;
		margin-bottom: 10px;
	}
	.kg-form-row {
		gap: 8px;
	}
	.kg-hero-form input {
		height: 38px;
		margin-bottom: 7px;
		padding: 0 12px;
		font-size: 13px;
		border-radius: 10px;
	}
	.kg-select-field {
		margin-bottom: 7px;
	}
	.kg-select-field select {
		height: 38px;
		padding: 0 34px 0 12px;
		font-size: 13px;
		border-radius: 10px;
	}
	.kg-custom-select-trigger {
		height: 38px;
		padding: 0 34px 0 12px;
		font-size: 13px;
		border-radius: 10px;
	}
	.kg-select-field::after {
		right: 12px;
		width: 12px;
		height: 12px;
	}
	.kg-kvkk {
		font-size: 11px;
		line-height: 1.35;
		margin: 0 0 8px;
		gap: 8px;
	}
	.kg-kvkk input {
		width: 15px;
		height: 15px;
		min-width: 15px;
	}
	.kg-hero-captcha {
		margin-bottom: 8px;
		transform: scale(0.88);
		transform-origin: center top;
		height: 62px;
	}
	.kg-hero-submit {
		height: 42px;
		font-size: 14px;
		box-shadow: 0 10px 22px rgba(237, 31, 52, 0.24);
	}
	.kg-hero-seminar-teaser {
		margin-top: 14px;
		max-width: 100%;
	}
	.kg-hero-seminar-card {
		padding: 10px;
		gap: 10px;
	}
	.kg-hero-seminar-image {
		width: 108px;
		min-width: 108px;
	}
	.kg-hero-seminar-content h2,
	.kg-hero-seminar-content h3 {
		font-size: 17px;
	}
	.kg-hero-seminar-content p {
		font-size: 12px;
		margin-bottom: 6px;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) and (max-height: 860px) {
	.kg-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(400px, 460px);
		gap: 18px;
	}
	.kg-hero-content h1 {
		font-size: 28px;
	}
}

@media (max-width: 1199.98px) {
	.kg-hero-grid {
		grid-template-columns: 1fr minmax(440px, 480px);
		gap: 32px;
	}
	.kg-hero-content h1 {
		font-size: 40px;
	}
}
@media (max-width: 991.98px) {
	.kg-hero {
		min-height: auto;
	}
	.kg-hero-grid {
		grid-template-columns: 1fr;
		padding: 48px 0;
		gap: 28px;
	}
	.kg-hero-content {
		max-width: 100%;
	}
	.kg-hero-form-wrap {
		max-width: 560px;
		margin: 0 auto;
		width: 100%;
	}
	.kg-hero-seminar-teaser {
		max-width: 100%;
	}
	.kg-hero-seminar-card {
		padding: 10px;
	}
	.kg-hero-seminar-image {
		width: 110px;
		min-width: 110px;
	}
	.kg-hero-seminar-content h2,
	.kg-hero-seminar-content h3 {
		font-size: 18px;
	}
}
@media (max-width: 575.98px) {
	.kg-hero-grid {
		padding: 36px 0;
	}
	.kg-hero-content h1 {
		font-size: 30px;
	}
	.kg-hero-content > p {
		font-size: 15px;
	}
	.kg-form-row {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.kg-hero-form {
		padding: 22px;
		border-radius: 20px;
	}
	.kg-hero-seminar-card {
		flex-direction: column;
	}
	.kg-hero-seminar-image {
		width: 100%;
		min-width: 100%;
		height: 150px;
	}
}

/* ===== Anasayfa Page ===== */

/* Bölümler arası dikey boşluk — daha sıkı ritim */
.kg-anasayfa > section.section-padding,
.kg-anasayfa > section.kg-cta-section.section-padding {
	padding-top: 70px;
	padding-bottom: 70px;
}
.kg-anasayfa .section-title {
	margin-bottom: 36px;
}
.kg-anasayfa .about-us-two {
	padding-bottom: 120px;
}
.kg-anasayfa .counter-up.nmt100 {
	margin-top: -70px;
}
.kg-anasayfa .counter-up .counter_bg.kg-service-highlight {
	padding: 40px 44px;
}
.kg-anasayfa .text-center.mt-5 {
	margin-top: 2rem !important;
}
.kg-anasayfa .text-center.mt-4 {
	margin-top: 1.35rem !important;
}
.kg-anasayfa .section-title.mb30 {
	margin-bottom: 22px !important;
}
@media (max-width: 991.98px) {
	.kg-anasayfa > section.section-padding,
	.kg-anasayfa > section.kg-cta-section.section-padding {
		padding-top: 54px;
		padding-bottom: 54px;
	}
	.kg-anasayfa .section-title {
		margin-bottom: 28px;
	}
	.kg-anasayfa .about-us-two {
		padding-bottom: 88px;
	}
	.kg-anasayfa .counter-up.nmt100 {
		margin-top: -52px;
	}
}
@media (max-width: 575.98px) {
	.kg-anasayfa > section.section-padding,
	.kg-anasayfa > section.kg-cta-section.section-padding {
		padding-top: 44px;
		padding-bottom: 44px;
	}
	.kg-anasayfa .counter-up .counter_bg.kg-service-highlight {
		padding: 32px 24px;
	}
}

.kg-anasayfa .section-title span:first-child {
	color: var(--blue, #ed1f34);
}
.kg-anasayfa .section-title .kg-title-decor {
	display: block;
	width: 216px;
	max-width: min(216px, 80vw);
	height: 19px;
	margin: 8px auto 0;
	background-color: var(--blue, #ed1f34);
	-webkit-mask: url(../img/shapes/title.svg) center / contain no-repeat;
	mask: url(../img/shapes/title.svg) center / contain no-repeat;
}
.kg-anasayfa .section-title:not(.text-center) .kg-title-decor {
	margin-left: 0;
	margin-right: auto;
}
.kg-anasayfa .section-title img[src*="title.svg"] {
	display: none;
}
.kg-anasayfa .counter-up .counter_bg.kg-service-highlight {
	background: linear-gradient(135deg, #ed1f34 0%, #c9001d 100%) !important;
	border-radius: 30px;
	padding: 48px 55px;
	overflow: hidden;
	position: relative;
}
.kg-anasayfa .kg-service-highlight::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 20%, rgba(255,255,255,0.16), transparent 24%),
		radial-gradient(circle at 85% 80%, rgba(255,255,255,0.12), transparent 26%);
	pointer-events: none;
}
.kg-anasayfa .kg-highlight-item {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 10px 0;
	justify-content: flex-start !important;
	margin-bottom: 0;
	padding-left: 0;
}
.kg-anasayfa .kg-highlight-item .coicon {
	width: 76px;
	height: 76px;
	min-width: 76px;
	line-height: 1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px;
	border: 1px dashed rgba(255,255,255,0.75);
	background: rgba(255,255,255,0.10);
}
.kg-anasayfa .kg-highlight-item .coicon::before {
	display: none;
}
.kg-anasayfa .kg-highlight-item .ccontent h3 {
	margin: 0 0 5px;
	color: #fff;
	font-size: 34px;
	line-height: 1;
	font-weight: 800;
}
.kg-anasayfa .kg-highlight-item .ccontent span {
	display: block;
	color: rgba(255,255,255,0.92);
	font-size: 17px;
	font-weight: 600;
}
@media (max-width: 991.98px) {
	.kg-anasayfa .kg-service-highlight {
		padding: 38px 28px;
	}
	.kg-anasayfa .kg-service-highlight .row > [class*="col-"]:not(:last-child) .kg-highlight-item {
		margin-bottom: 18px;
	}
	.kg-anasayfa .kg-highlight-item .ccontent h3 {
		font-size: 30px;
	}
}
@media (max-width: 575.98px) {
	.kg-anasayfa .kg-service-highlight {
		border-radius: 22px;
		padding: 30px 22px;
	}
	.kg-anasayfa .kg-highlight-item {
		gap: 16px;
	}
	.kg-anasayfa .kg-highlight-item .coicon {
		width: 64px;
		height: 64px;
		min-width: 64px;
		font-size: 25px;
	}
	.kg-anasayfa .kg-highlight-item .ccontent h3 {
		font-size: 27px;
	}
	.kg-anasayfa .kg-highlight-item .ccontent span {
		font-size: 15px;
	}
}
.kg-anasayfa .category-item span {
	color: var(--blue, #ed1f34);
	background: rgba(237, 31, 52, 0.08);
}
.kg-anasayfa .about_badge2 .ab_icon {
	background: none;
	width: auto;
	height: auto;
	line-height: 1;
	border-radius: 0;
	display: inline-block;
}
.kg-anasayfa .about_badge2 .ab_icon img {
	width: 58px;
	height: 58px;
	object-fit: contain;
}
.kg-anasayfa .kg-about-content .section-title img[src*="title.svg"] {
	display: block;
}
.kg-anasayfa .kg-about-content .section-title span {
	color: #ed1f34;
	font-weight: 800;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
.kg-anasayfa .kg-about-content .section-title h2 {
	max-width: 620px;
	font-size: clamp(32px, 3vw, 46px);
	line-height: 1.15;
	font-weight: 800;
	color: #151515;
}
.kg-anasayfa .kg-about-text {
	max-width: 650px;
	margin-bottom: 28px;
	color: #5f6470;
	font-size: 16.5px;
	line-height: 1.78;
	font-weight: 500;
}
.kg-anasayfa .kg-about-features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 16px;
	margin-bottom: 30px;
}
.kg-anasayfa .kg-about-feature {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	padding: 17px 18px;
	border: 1px solid rgba(237, 31, 52, 0.14);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
	transition: all 0.25s ease;
}
.kg-anasayfa .kg-about-feature:hover {
	transform: translateY(-3px);
	border-color: rgba(237, 31, 52, 0.28);
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}
.kg-anasayfa .kg-about-feature > span {
	width: 30px;
	height: 30px;
	min-width: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(237, 31, 52, 0.10);
	color: #ed1f34;
	font-size: 17px;
}
.kg-anasayfa .kg-about-feature h4 {
	margin: 0 0 5px;
	color: #1f2430;
	font-size: 15.5px;
	line-height: 1.35;
	font-weight: 800;
}
.kg-anasayfa .kg-about-feature p {
	margin: 0;
	color: #667085;
	font-size: 13.5px;
	line-height: 1.55;
	font-weight: 500;
}
.kg-anasayfa .kg-about-btn {
	background: #ed1f34 !important;
	border-color: #ed1f34 !important;
	color: #fff !important;
	box-shadow: 0 14px 30px rgba(237, 31, 52, 0.25);
}
.kg-anasayfa .kg-about-btn:hover {
	background: #d9001e !important;
	border-color: #d9001e !important;
	color: #fff !important;
	transform: translateY(-2px);
}
@media (max-width: 991.98px) {
	.kg-anasayfa .kg-about-content {
		margin-top: 40px;
	}
	.kg-anasayfa .kg-about-features {
		grid-template-columns: 1fr;
	}
	.kg-anasayfa .kg-about-text {
		font-size: 16px;
	}
}
@media (max-width: 575.98px) {
	.kg-anasayfa .kg-about-feature {
		padding: 15px;
	}
	.kg-anasayfa .kg-about-content .section-title h2 {
		font-size: 30px;
	}
}
.kg-anasayfa .kg-services-section .section-title {
	margin-bottom: 42px;
}
.kg-anasayfa .kg-services-section .section-title h2 {
	font-size: clamp(22px, 2.1vw, 30px);
	line-height: 1.2;
}
@media (min-width: 992px) {
	.kg-anasayfa .kg-services-section .section-title h2 {
		white-space: nowrap;
	}
}
.kg-anasayfa .kg-services-section .row > [class*="col-"] {
	display: flex;
}
.kg-anasayfa .kg-service-area {
	position: relative;
}
.kg-anasayfa .kg-service-card {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 285px;
	padding: 26px 22px 22px;
	border-radius: 22px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(237, 31, 52, 0.10);
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
	text-decoration: none;
	color: inherit;
	transition: all 0.30s ease;
}
.kg-anasayfa .kg-service-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--card-bg);
	background-size: cover;
	background-position: center;
	opacity: 0;
	transform: scale(1.05);
	transition: all 0.35s ease;
}
.kg-anasayfa .kg-service-card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(17, 24, 39, 0.12) 0%,
		rgba(17, 24, 39, 0.72) 100%
	);
	opacity: 0;
	transition: all 0.35s ease;
	z-index: 1;
}
.kg-anasayfa .kg-service-card-content {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.kg-anasayfa .kg-service-card-icon {
	width: 64px;
	height: 64px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	background: rgba(237, 31, 52, 0.09);
	color: #ed1f34;
	font-size: 30px;
	margin-bottom: 18px;
	transition: all 0.30s ease;
}
.kg-anasayfa .kg-service-card-icon .fa-solid {
	font-size: 28px;
	line-height: 1;
}
.kg-anasayfa .kg-service-card h3 {
	margin: 0 0 12px;
	color: #1b1f2a;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 800;
	transition: all 0.30s ease;
}
.kg-anasayfa .kg-service-card p {
	margin: 0 0 18px;
	color: #666f7f;
	font-size: 15px;
	line-height: 1.65;
	transition: all 0.30s ease;
}
.kg-anasayfa .kg-service-card-link {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #ed1f34;
	font-size: 14px;
	font-weight: 800;
	transition: all 0.30s ease;
}
.kg-anasayfa .kg-service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
	border-color: rgba(237, 31, 52, 0.20);
	color: inherit;
}
.kg-anasayfa .kg-service-card:hover::before {
	opacity: 1;
	transform: scale(1);
}
.kg-anasayfa .kg-service-card:hover .kg-service-card-overlay {
	opacity: 1;
}
.kg-anasayfa .kg-service-card:hover .kg-service-card-icon {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}
.kg-anasayfa .kg-service-card:hover h3,
.kg-anasayfa .kg-service-card:hover p,
.kg-anasayfa .kg-service-card:hover .kg-service-card-link {
	color: #fff;
}
@media (max-width: 991.98px) {
	.kg-anasayfa .kg-service-card {
		min-height: 260px;
	}
	.kg-anasayfa .kg-service-card h3 {
		font-size: 21px;
	}
}
@media (max-width: 575.98px) {
	.kg-anasayfa .kg-service-card {
		min-height: auto;
		padding: 22px 18px;
	}
	.kg-anasayfa .kg-service-card-icon {
		width: 56px;
		height: 56px;
		font-size: 26px;
	}
	.kg-anasayfa .kg-service-card h3 {
		font-size: 20px;
	}
	.kg-anasayfa .kg-service-card p {
		font-size: 14px;
	}
}
.kg-anasayfa .kg-services-section .kg-services-ref {
	margin-top: 28px;
}
.kg-anasayfa .kg-services-section .kg-services-ref .client_slider2 {
	padding: 28px 50px;
	margin-bottom: 0;
}
.kg-anasayfa .kg-services-section .kg-services-ref .client_slider2 span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
}
.kg-anasayfa .kg-services-section .kg-services-ref .client_slider2 img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 88px;
	margin: 0 auto;
	object-fit: contain;
}
@media (max-width: 767px) {
	.kg-anasayfa .kg-services-section .kg-services-ref .client_slider2 {
		padding: 20px 36px;
	}
	.kg-anasayfa .kg-services-section .kg-services-ref .client_slider2 span {
		min-height: 72px;
	}
	.kg-anasayfa .kg-services-section .kg-services-ref .client_slider2 img {
		max-height: 64px;
	}
	.kg-anasayfa .kg-services-section .kg-services-ref .client_slider2 .owl-nav button.owl-prev {
		left: -8px;
	}
	.kg-anasayfa .kg-services-section .kg-services-ref .client_slider2 .owl-nav button.owl-next {
		right: -8px;
	}
}

/* Kanada Günleri 2026 — seminer davet bölümü */
.kg-anasayfa .kg-seminar-invite {
	position: relative;
	background: #f7f9fc;
	overflow: hidden;
}
.kg-anasayfa .kg-seminar-card {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 0.95fr;
	gap: 36px;
	padding: 54px;
	border-radius: 34px;
	background:
		radial-gradient(circle at 10% 10%, rgba(237, 31, 52, 0.10), transparent 28%),
		radial-gradient(circle at 90% 90%, rgba(237, 31, 52, 0.08), transparent 30%),
		#fff;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(237, 31, 52, 0.10);
	overflow: hidden;
}
.kg-anasayfa .kg-seminar-card::before {
	content: "";
	position: absolute;
	top: -80px;
	right: -80px;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	background: rgba(237, 31, 52, 0.08);
	pointer-events: none;
}
.kg-anasayfa .kg-event-label {
	display: inline-flex;
	align-items: center;
	margin-bottom: 16px;
	color: #ed1f34;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.kg-anasayfa .kg-seminar-left h2 {
	max-width: 620px;
	margin: 0 0 18px;
	color: #111827;
	font-size: clamp(36px, 4vw, 58px);
	line-height: 1.08;
	font-weight: 900;
	letter-spacing: -1.2px;
}
.kg-anasayfa .kg-event-intro {
	max-width: 620px;
	margin: 0 0 26px;
	color: #4b5563;
	font-size: 17px;
	line-height: 1.75;
	font-weight: 500;
}
.kg-anasayfa .kg-event-info {
	display: grid;
	gap: 12px;
	margin-bottom: 24px;
}
.kg-anasayfa .kg-event-info div {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #1f2937;
	font-size: 15.5px;
	font-weight: 700;
}
.kg-anasayfa .kg-event-info i {
	width: 38px;
	height: 38px;
	min-width: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(237, 31, 52, 0.10);
	color: #ed1f34;
	font-size: 20px;
}
.kg-anasayfa .kg-event-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}
.kg-anasayfa .kg-event-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 15px;
	border-radius: 999px;
	background: #fff5f6;
	color: #ed1f34;
	font-size: 14px;
	font-weight: 800;
	border: 1px solid rgba(237, 31, 52, 0.16);
}
.kg-anasayfa .kg-event-cta {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}
.kg-anasayfa .kg-event-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 56px;
	padding: 0 30px;
	border-radius: 999px;
	background: #ed1f34;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 16px 34px rgba(237, 31, 52, 0.28);
	transition: all 0.25s ease;
}
.kg-anasayfa .kg-event-btn:hover {
	color: #fff;
	background: #d9001e;
	transform: translateY(-2px);
}
.kg-anasayfa .kg-event-cta small {
	color: #111827;
	font-size: 14px;
	font-weight: 800;
}
.kg-anasayfa .kg-seminar-right {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 18px;
}
.kg-anasayfa .kg-benefit-box,
.kg-anasayfa .kg-roads-box {
	padding: 28px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(237, 31, 52, 0.12);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}
.kg-anasayfa .kg-benefit-box h3,
.kg-anasayfa .kg-roads-box h3 {
	margin: 0 0 14px;
	color: #111827;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 900;
}
.kg-anasayfa .kg-benefit-box p {
	margin: 0 0 18px;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.65;
	font-weight: 500;
}
.kg-anasayfa .kg-benefit-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 11px;
}
.kg-anasayfa .kg-benefit-box li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #374151;
	font-size: 14.5px;
	line-height: 1.5;
	font-weight: 600;
}
.kg-anasayfa .kg-benefit-box li i {
	color: #ed1f34;
	font-size: 20px;
	margin-top: 1px;
	flex-shrink: 0;
}
.kg-anasayfa .kg-road-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.kg-anasayfa .kg-road-list span {
	display: inline-flex;
	align-items: center;
	padding: 9px 13px;
	border-radius: 12px;
	background: #f8fafc;
	color: #374151;
	font-size: 13.5px;
	font-weight: 700;
	border: 1px solid rgba(15, 23, 42, 0.07);
}
@media (max-width: 991.98px) {
	.kg-anasayfa .kg-seminar-card {
		grid-template-columns: 1fr;
		padding: 38px 28px;
	}
	.kg-anasayfa .kg-seminar-left h2 {
		font-size: 38px;
	}
}
@media (max-width: 575.98px) {
	.kg-anasayfa .kg-seminar-card {
		padding: 30px 22px;
		border-radius: 24px;
	}
	.kg-anasayfa .kg-seminar-left h2 {
		font-size: 31px;
	}
	.kg-anasayfa .kg-event-info div {
		align-items: flex-start;
	}
	.kg-anasayfa .kg-benefit-box,
	.kg-anasayfa .kg-roads-box {
		padding: 22px;
		border-radius: 20px;
	}
	.kg-anasayfa .kg-event-cta {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Alt CTA bandı */
.kg-anasayfa .kg-cta-section {
	background-color: var(--gray, #f7f8fa);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

/* Kanada Başvuru Süreci */
.kg-anasayfa .kg-process-section {
	position: relative;
	background: #fff;
	overflow: hidden;
}
.kg-anasayfa .kg-process-wrapper {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin-top: 36px;
}
.kg-anasayfa .kg-process-wrapper::before {
	content: "";
	position: absolute;
	top: 70px;
	left: 12%;
	right: 12%;
	height: 2px;
	border-top: 2px dashed rgba(237, 31, 52, 0.2);
	z-index: 0;
}
.kg-anasayfa .kg-process-card {
	position: relative;
	z-index: 1;
	min-height: 265px;
	padding: 34px 24px 30px;
	border-radius: 24px;
	background: #fff;
	text-align: center;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
	border: 1px solid rgba(237, 31, 52, 0.08);
	transition: all 0.25s ease;
}
.kg-anasayfa .kg-process-card:hover {
	transform: translateY(-8px);
	border-color: rgba(237, 31, 52, 0.28);
	box-shadow: 0 24px 55px rgba(237, 31, 52, 0.12);
}
.kg-anasayfa .kg-process-number {
	position: absolute;
	top: 18px;
	right: 22px;
	color: rgba(237, 31, 52, 0.14);
	font-size: 42px;
	line-height: 1;
	font-weight: 900;
}
.kg-anasayfa .kg-process-icon {
	width: 82px;
	height: 82px;
	margin: 0 auto 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(237, 31, 52, 0.09);
	color: #ed1f34;
	font-size: 38px;
	border: 1px dashed rgba(237, 31, 52, 0.35);
}
.kg-anasayfa .kg-process-card h3 {
	margin: 0 0 12px;
	color: #151515;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 800;
}
.kg-anasayfa .kg-process-card p {
	margin: 0;
	color: #5f6470;
	font-size: 15px;
	line-height: 1.65;
	font-weight: 500;
}
.kg-anasayfa .kg-process-btn {
	background: #ed1f34 !important;
	border-color: #ed1f34 !important;
	color: #fff !important;
	box-shadow: 0 14px 30px rgba(237, 31, 52, 0.25);
}
.kg-anasayfa .kg-process-btn:hover {
	background: #d9001e !important;
	border-color: #d9001e !important;
	color: #fff !important;
	transform: translateY(-2px);
}
@media (max-width: 1199.98px) {
	.kg-anasayfa .kg-process-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.kg-anasayfa .kg-process-wrapper::before {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.kg-anasayfa .kg-process-wrapper {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 28px;
	}
	.kg-anasayfa .kg-process-card {
		min-height: auto;
		padding: 30px 22px;
	}
	.kg-anasayfa .kg-process-icon {
		width: 72px;
		height: 72px;
		font-size: 32px;
	}
	.kg-anasayfa .kg-process-number {
		font-size: 36px;
	}
}

/* Başarı Hikayeleri — testimonial kartları */
.kg-anasayfa .testimonial2_item .tes_tdes h4 {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 1.3;
}
.kg-anasayfa .kg-testimonial-cat {
	display: inline-block;
	margin-top: 2px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(237, 31, 52, 0.1);
	color: #ed1f34 !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}
.kg-anasayfa .kg-testimonial-text {
	margin-bottom: 18px;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.7;
}
.kg-anasayfa .testimonial2_item {
	min-height: 100%;
}
@media (max-width: 767.98px) {
	.kg-anasayfa .testimonials-two .testimonial2_slider .owl-nav {
		position: static;
		margin-top: 20px;
		text-align: center;
	}
	.kg-anasayfa .testimonial2_item {
		padding: 28px 24px 30px;
	}
	.kg-anasayfa .kg-testimonial-text {
		font-size: 14px;
		line-height: 1.65;
	}
}

/* Video bölümü — yükseklik orijinal temada h2 padding’inden geliyordu; anasayfada h3 kullanıldığı için ayrıca tanımlanır */
.kg-anasayfa .kg-video-section .video_area {
	min-height: 320px;
	display: flex;
	align-items: center;
	overflow: visible;
	background-position: center;
	background-repeat: no-repeat;
}

.kg-anasayfa .kg-video-section .video_area > .row {
	width: 100%;
	margin: 0;
	align-items: center;
}

.kg-anasayfa .kg-video-section .video_area h3 {
	display: block;
	margin: 0;
	padding: 100px 0;
	font-size: 92px;
	font-weight: 700;
	line-height: 1.05;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(225, 225, 225, 0.85);
}

@media (max-width: 991.98px) {
	.kg-anasayfa .kg-video-section .video_area {
		min-height: 260px;
		overflow: hidden;
	}

	.kg-anasayfa .kg-video-section .video_area h3 {
		font-size: 64px;
		padding: 80px 0;
	}

	.kg-anasayfa .kg-video-section .marrow_shape {
		right: 14px;
		bottom: 10px;
		width: 46px;
	}
}

@media (max-width: 767.98px) {
	.kg-anasayfa .kg-video-section .video_area {
		min-height: 220px;
	}

	.kg-anasayfa .kg-video-section .video_area h3 {
		font-size: 42px;
		padding: 70px 0 40px;
	}

	.kg-anasayfa .kg-video-section .vplay_btn {
		margin-bottom: 48px;
	}
}

@media (max-width: 575.98px) {
	.kg-anasayfa .kg-video-section .video_area h3 {
		font-size: 34px;
		padding: 56px 16px 24px;
	}

	.kg-anasayfa .kg-video-section .marrow_shape {
		display: none;
	}
}

/* ===== Inner page banner (main-banner) ===== */

.main-banner {
	padding: 88px 0 62px !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	display: flex;
	align-items: center;
	min-height: 0;
}
.main-banner > .container {
	padding-top: 0 !important;
	width: 100%;
}
.main-banner .mbanner_content {
	padding-top: 0 !important;
}
.main-banner .mbanner_content h1,
.main-banner .mbanner_content h2 {
	margin-bottom: 14px;
	font-size: 36px;
	line-height: 1.2;
}
.main-banner .blshape {
	top: 18%;
}
.main-banner .brshape {
	bottom: 18%;
}

@media (max-width: 991.98px) {
	.main-banner {
		padding: 56px 0 40px !important;
	}
	.main-banner .mbanner_content h1,
	.main-banner .mbanner_content h2 {
		font-size: 30px;
	}
}

@media (max-width: 575.98px) {
	.main-banner {
		padding: 44px 0 32px !important;
	}
	.main-banner .mbanner_content h1,
	.main-banner .mbanner_content h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}
}

/* ===== Hakkımızda Page ===== */

.kg-hakkimizda .kg-about-body {
	margin-bottom: 24px;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.75;
}
.kg-hakkimizda .kg-about-body p:last-child {
	margin-bottom: 0;
}

/* Kurumsal kimlik / resmî şirket doğrulama */
.kg-hakkimizda .kg-corporate-section {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(ellipse 70% 55% at 8% 12%, rgba(237, 31, 52, 0.07), transparent 55%),
		radial-gradient(ellipse 55% 50% at 92% 88%, rgba(24, 33, 58, 0.06), transparent 50%),
		linear-gradient(180deg, #f6f8fc 0%, #eef2f7 100%);
}
.kg-hakkimizda .kg-corporate-section .section-title {
	margin-bottom: 42px;
}
.kg-hakkimizda .kg-corporate-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
	gap: 40px 48px;
	align-items: start;
}
.kg-hakkimizda .kg-corporate-copy {
	max-width: 680px;
}
.kg-hakkimizda .kg-corporate-lead {
	margin: 0 0 18px;
	color: #1f2430;
	font-size: 18px;
	line-height: 1.72;
	font-weight: 600;
}
.kg-hakkimizda .kg-corporate-copy > p {
	margin: 0 0 16px;
	color: #4b5563;
	font-size: 15.5px;
	line-height: 1.78;
	font-weight: 500;
}
.kg-hakkimizda .kg-corporate-note {
	margin-top: 8px;
	padding-top: 18px;
	border-top: 1px solid rgba(24, 33, 58, 0.1);
	color: #5f6470;
	font-size: 14.5px;
}
.kg-hakkimizda .kg-corporate-note a {
	display: inline-block;
	margin-top: 8px;
	color: #ed1f34;
	font-weight: 700;
	text-decoration: none;
}
.kg-hakkimizda .kg-corporate-note a:hover {
	text-decoration: underline;
}
.kg-hakkimizda .kg-corporate-verify {
	position: sticky;
	top: 100px;
	padding: 32px 30px 28px;
	border-radius: 24px;
	background:
		linear-gradient(165deg, rgba(24, 33, 58, 0.97) 0%, rgba(18, 24, 42, 0.98) 100%);
	color: #fff;
	box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
}
.kg-hakkimizda .kg-corporate-verify-top {
	margin-bottom: 24px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.kg-hakkimizda .kg-corporate-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: #ffb4ba;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.55px;
	text-transform: uppercase;
}
.kg-hakkimizda .kg-corporate-badge i {
	font-size: 18px;
	color: #ed1f34;
}
.kg-hakkimizda .kg-corporate-verify h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: -0.3px;
}
.kg-hakkimizda .kg-corporate-verify-top > p {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	font-weight: 500;
}
.kg-hakkimizda .kg-corporate-meta {
	display: grid;
	gap: 16px;
	margin: 0 0 22px;
}
.kg-hakkimizda .kg-corporate-meta div {
	margin: 0;
}
.kg-hakkimizda .kg-corporate-meta dt {
	margin: 0 0 4px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.35px;
	text-transform: uppercase;
}
.kg-hakkimizda .kg-corporate-meta dd {
	margin: 0;
	color: #fff;
	font-size: 15.5px;
	font-weight: 700;
	line-height: 1.4;
}
.kg-hakkimizda .kg-corporate-meta code {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 8px;
	background: rgba(237, 31, 52, 0.18);
	color: #ffd5d8;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.4px;
}
.kg-hakkimizda .kg-corporate-search {
	margin-bottom: 22px;
	padding: 14px 16px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.kg-hakkimizda .kg-corporate-search p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13.5px;
	line-height: 1.6;
	font-weight: 500;
}
.kg-hakkimizda .kg-corporate-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 52px;
	padding: 14px 20px;
	border-radius: 14px;
	background: #ed1f34;
	color: #fff !important;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none !important;
	transition: background 0.25s ease, transform 0.25s ease;
}
.kg-hakkimizda .kg-corporate-btn:hover {
	background: #d9001e;
	color: #fff !important;
	transform: translateY(-2px);
}
.kg-hakkimizda .kg-corporate-btn i {
	font-size: 18px;
}
@media (max-width: 991.98px) {
	.kg-hakkimizda .kg-corporate-panel {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.kg-hakkimizda .kg-corporate-verify {
		position: static;
	}
	.kg-hakkimizda .kg-corporate-lead {
		font-size: 17px;
	}
}
@media (max-width: 575.98px) {
	.kg-hakkimizda .kg-corporate-verify {
		padding: 26px 22px 24px;
		border-radius: 20px;
	}
	.kg-hakkimizda .kg-corporate-verify h3 {
		font-size: 19px;
	}
	.kg-hakkimizda .kg-corporate-copy > p {
		font-size: 15px;
	}
}

/* ===== Contact page form ===== */

.contact-form .kg-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.contact-form .kg-form-row input {
	width: 100%;
	margin-bottom: 25px;
}
.contact-form .kg-kvkk {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 20px;
	color: #697083;
	font-size: 13px;
	line-height: 1.45;
	cursor: pointer;
}
.contact-form .kg-kvkk input[type="checkbox"] {
	width: 18px !important;
	height: 18px !important;
	min-width: 18px;
	margin: 1px 0 0 !important;
	padding: 0 !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 4px;
	background: #fff !important;
	accent-color: var(--blue, #ed1f34);
	flex-shrink: 0;
	appearance: auto;
	-webkit-appearance: auto;
}
.contact-form .kg-kvkk a {
	color: #18213a;
	font-weight: 600;
	text-decoration: underline;
}
.contact-form .kg-kvkk-modal-trigger,
.kg-hero-form .kg-kvkk-modal-trigger {
	display: inline;
	padding: 0;
	border: 0;
	background: none;
	color: #18213a;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
}
.contact-form .kg-kvkk-modal-trigger:hover,
.contact-form .kg-kvkk-modal-trigger:focus,
.kg-hero-form .kg-kvkk-modal-trigger:hover,
.kg-hero-form .kg-kvkk-modal-trigger:focus {
	color: var(--blue, #ed1f34);
	outline: none;
}
.contact-form .kg-kvkk span {
	display: block;
}
.kg-cnt-form-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
	margin-top: 4px;
}
.kg-cnt-captcha {
	flex: 1 1 260px;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}
.kg-cnt-captcha .h-captcha {
	margin-bottom: 0 !important;
	transform-origin: left top;
}
.kg-cnt-submit-wrap {
	flex: 0 0 auto;
}
.kg-cnt-submit-wrap .fbtn {
	margin: 0;
	white-space: nowrap;
}

/* İletişim formu: HD ekranlarda captcha + buton küçült, çakışma önle */
@media (min-width: 1200px) {
	.iletisim-page-form .kg-cnt-form-actions {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.iletisim-page-form .kg-cnt-captcha {
		flex: 0 0 auto;
		height: 66px;
		max-width: 258px;
	}
	.iletisim-page-form .kg-cnt-captcha .h-captcha {
		transform: scale(0.85);
	}
	.iletisim-page-form .kg-cnt-submit-wrap .fbtn {
		height: 42px;
		line-height: 40px;
		padding: 0 22px;
		font-size: 14px;
	}
}
.kg-kvkk-modal-body {
	font-size: 15px;
	line-height: 1.7;
	color: #374151;
}
.kg-kvkk-modal-body ul,
.kg-kvkk-modal-body ol {
	margin: 0 0 1rem;
	padding-left: 1.4rem;
	list-style-position: outside;
}
.kg-kvkk-modal-body ul {
	list-style-type: disc;
}
.kg-kvkk-modal-body ol {
	list-style-type: decimal;
}
.kg-kvkk-modal-body li {
	margin: 0 0 0.4rem;
	padding-left: 0.15rem;
}
.kg-kvkk-modal-body li:last-child {
	margin-bottom: 0;
}
.kg-kvkk-modal-body ul ul,
.kg-kvkk-modal-body ol ol,
.kg-kvkk-modal-body ul ol,
.kg-kvkk-modal-body ol ul {
	margin-top: 0.35rem;
	margin-bottom: 0;
}
.kg-kvkk-modal-body h2,
.kg-kvkk-modal-body h3,
.kg-kvkk-modal-body h4 {
	margin-top: 1.25rem;
	margin-bottom: 0.75rem;
	font-size: 1.1rem;
}
.kg-kvkk-modal-body p:last-child {
	margin-bottom: 0;
}

@media (max-width: 575.98px) {
	.contact-form .kg-form-row {
		grid-template-columns: 1fr;
	}
	.kg-cnt-submit-wrap .fbtn {
		width: 100%;
	}
}

/* ===== Randevu Al page ===== */

.kg-randevu-form-section {
	background: #f8fafc;
}
.kg-randevu-al .kg-process-section {
	background: #fff;
}
.kg-randevu-seo-section {
	background: #f4f6f9;
}

.kg-randevu-side-lead {
	margin: 0 0 18px;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.7;
}
.kg-randevu-benefits {
	display: grid;
	gap: 16px;
	margin-bottom: 28px;
}
.kg-randevu-benefit {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 18px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(237, 31, 52, 0.08);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.kg-randevu-benefit-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 12px;
	background: rgba(237, 31, 52, 0.08);
	color: var(--blue, #ed1f34);
	font-size: 22px;
}
.kg-randevu-benefit h3 {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 700;
	color: #18213a;
}
.kg-randevu-benefit p {
	margin: 0;
	color: #697083;
	font-size: 14px;
	line-height: 1.55;
}
.kg-randevu-contact {
	margin-top: 8px;
}
.kg-randevu-form select {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	padding: 14px 18px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	color: #18213a;
	font-size: 15px;
}
.kg-randevu-note-wrap {
	margin-bottom: 20px;
}
.kg-randevu-note-label {
	display: block;
	margin-bottom: 8px;
	color: #18213a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}
.kg-randevu-form .kg-randevu-note {
	display: block;
	width: 100%;
	min-height: 120px;
	margin-bottom: 0 !important;
	padding: 14px 16px;
	border: 1px solid #cbd5e1 !important;
	border-radius: 10px;
	background: #fff !important;
	color: #18213a;
	font-size: 15px;
	line-height: 1.55;
	resize: vertical;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.kg-randevu-form .kg-randevu-note:focus {
	outline: none;
	border-color: var(--blue, #ed1f34) !important;
	box-shadow: 0 0 0 3px rgba(237, 31, 52, 0.12);
}
.kg-randevu-form .kg-cnt-form-actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
	margin-top: 4px;
}
.kg-randevu-form .kg-cnt-captcha {
	flex: 0 0 auto;
	width: 100%;
	max-width: 303px;
	height: 78px;
	overflow: hidden;
	margin: 0;
}
.kg-randevu-form .kg-cnt-captcha .h-captcha {
	margin: 0 !important;
	transform-origin: left top;
}
.kg-randevu-form .kg-cnt-submit-wrap {
	width: 100%;
}
.kg-randevu-form .kg-cnt-submit-wrap .fbtn {
	width: 100%;
	margin: 0;
	white-space: normal;
	text-align: center;
}
.kg-randevu-seo {
	max-width: 860px;
	margin: 0 auto;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.75;
}
.kg-randevu-seo h2 {
	margin: 0 0 12px;
	color: #18213a;
	font-size: 24px;
	font-weight: 700;
}
.kg-randevu-seo h2:not(:first-child) {
	margin-top: 28px;
}
.kg-randevu-seo p:last-child {
	margin-bottom: 0;
}

/* ===== Header ===== */

.mobilgizle { display: inline-flex; }

/* Header z-index 10000+ — Bootstrap modal (1055) üstünde görünsün */
.modal-backdrop {
	z-index: 10090 !important;
}
.modal {
	z-index: 10100 !important;
}

/* Keep header and dropdowns above all page content */
#navigation,
#navigation header,
#navigation .main-header,
#navigation .navbar,
#navigation .navbar-collapse {
	position: relative;
	z-index: 10000;
	overflow: visible !important;
}
#navigation .dropdown,
#navigation .nav-item.dropdown,
#navigation .navbar-nav,
#navigation .navbar-collapse,
#navigation .navbar .container-fluid,
#navigation .hdr-container {
	overflow: visible !important;
}

#navigation { margin-bottom: 0 !important; padding-bottom: 0 !important; }
#navigation .main-header {
	margin-bottom: 0 !important;
	padding: 8px 0 !important;
}
#navigation .navbar-nav {
	margin-bottom: 0 !important;
}
#navigation .hdr-bs-nav .navbar-collapse {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
#navigation .hdr-menu-col,
#navigation .header_right,
#navigation .hdr-bs-nav { overflow: visible; }
section.home-banner--flush,
section.home-banner.home-banner--flush,
section.kg-hero--flush,
section.kg-hero.kg-hero--flush,
section.home-banner.kg-hero,
#navigation + .home-banner,
#navigation + .kg-hero,
#navigation + section.home-banner,
#navigation + section.kg-hero,
#popup_searchbox + section.kg-hero,
#popup_searchbox + section.home-banner,
#popup_searchbox + .kg-anasayfa,
#navigation ~ section.home-banner.kg-hero--flush,
#navigation ~ section.home-banner.kg-hero,
header#navigation ~ section.home-banner.kg-hero--flush {
	margin-top: 0 !important;
}

.kg-anasayfa {
	margin-top: 0;
	padding-top: 0;
}

/* Hero/slider below header menus */
.hero,
.hero-area,
.slider,
.slider-area,
.banner,
.banner-area,
.home-banner,
.swiper,
.swiper-container,
.owl-carousel,
.rev_slider_wrapper {
	position: relative;
	z-index: 1;
}

#navigation .header-top { padding: 8px 0; }
#navigation .hdr-container {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}
#navigation .hdr-top-left { gap: 6px 20px; }
#navigation .hdr-top-item { margin-bottom: 0; font-size: 13px; line-height: 1.4; }
#navigation .hdr-top-item i { padding-right: 6px; }
#navigation .hdr-top-item a,
#navigation .hdr-top-item span { color: var(--white); }
#navigation .hdr-top-address { max-width: 100%; }
#navigation .hdr-top-social {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
	gap: 4px; margin: 0; padding: 0; list-style: none;
}
#navigation .hdr-top-social li { display: inline-block; border-left: 1px solid rgba(255,255,255,.35); }
#navigation .hdr-top-social li:first-child { border-left: 0; }
#navigation .hdr-top-social li a { display: block; padding: 6px 12px; color: var(--white); }

/* HEADER NAVBAR FIXES */
#navigation .navbar,
#navigation .hdr-bs-nav { flex-wrap: nowrap; }
#navigation .hdr-main-row { width: 100%; }
#navigation .hdr-logo-col { flex-shrink: 0; }
#navigation .hdr-menu-col { min-width: 0; overflow: visible; flex: 1 1 auto; }
#navigation .hdr-actions-col { flex-shrink: 0; margin-left: auto; padding-left: 16px; }
#navigation .hdr-nav-search-item {
	margin-left: 8px;
	margin-right: 6px;
	padding-left: 0;
	flex-shrink: 0;
}
#navigation .hdr-nav-search-item .nav-link,
#navigation .hdr-nav-search-item .search_btn {
	padding: 0;
	margin: 0;
}
#navigation .header_right { gap: 12px !important; }
#navigation .hdr-search-action,
#navigation .hdr-nav-search-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: static;
	background: #f3f4f6;
	border: 1px solid #e2e5ea;
	color: var(--title);
	box-shadow: 0 1px 2px rgba(29, 29, 27, 0.06);
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
#navigation .hdr-search-action:hover,
#navigation .hdr-search-action:focus,
#navigation .hdr-nav-search-btn:hover,
#navigation .hdr-nav-search-btn:focus {
	background: #fff1f2;
	border-color: rgba(229, 46, 56, 0.28);
	color: var(--blue);
	box-shadow: 0 2px 6px rgba(229, 46, 56, 0.12);
}
#navigation .hdr-contact-action { flex-shrink: 0; }
#navigation .hdr-bs-nav { width: 100%; }
#navigation #main-menu.hdr-bs-nav { padding-right: 0; }
#navigation #main-menu.hdr-bs-nav > .navbar-collapse > .navbar-nav > .nav-item {
	display: flex; align-items: center; padding: 0; margin: 0;
}
#navigation .navbar-nav { flex-wrap: nowrap; align-items: center; }
#navigation .navbar-nav .nav-item { white-space: nowrap; position: relative; }
#navigation .navbar-nav .nav-link {
	white-space: nowrap; font-size: 14px; padding-left: 6px; padding-right: 6px;
	color: var(--title); font-weight: 600;
}
#navigation .navbar-nav .nav-link:hover,
#navigation .navbar-nav .nav-link:focus { color: var(--blue); }
#navigation .navbar-nav .dropdown-toggle::after { vertical-align: 0.15em; margin-left: 0.25em; }
#navigation .btn-consult {
	background: var(--blue); color: var(--white); font-weight: 600;
	border-radius: 999px; border: 0; white-space: nowrap;
	padding-left: 22px; padding-right: 22px;
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
}
#navigation .btn-consult i { font-size: 17px; line-height: 1; }
#navigation .btn-consult:hover { background: var(--title); color: var(--white); }
#navigation .hdr-nav-search { display: flex; align-items: center; }
#navigation .hdr-nav-search-btn,
#navigation .hdr-search-action {
	width: 42px; height: 42px; line-height: 1; font-size: 20px;
}

/* Eski tema dropdown kurallarını devre dışı bırak */
#navigation #main-menu.hdr-bs-nav ul li ul,
#navigation #main-menu.hdr-bs-nav ul li ul li ul {
	opacity: 1 !important; visibility: visible !important;
	left: auto; top: auto; width: auto; padding: 0; box-shadow: none;
}
#navigation #main-menu.hdr-bs-nav .dropdown-menu {
	background: var(--white) !important;
	box-shadow: 0 12px 32px rgba(0,0,0,.12) !important;
	border: 0 !important;
	border-top: 3px solid var(--blue) !important;
	border-radius: 8px !important;
	list-style: none !important;
	text-align: left !important;
	padding: 10px 0 !important;
	margin: 0 !important;
	min-width: 260px !important;
	z-index: 10050 !important;
}
#navigation #main-menu.hdr-bs-nav .dropdown-menu > li {
	display: block !important;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}
#navigation .dropdown-menu .dropdown-header,
#navigation #main-menu.hdr-bs-nav .dropdown-menu li.dropdown-header {
	display: block !important;
	width: 100%;
	clear: both;
	position: relative;
	padding: 12px 16px 6px 16px !important;
	margin: 10px 0 4px 0;
	font-size: 11px !important;
	line-height: 1.2 !important;
	font-weight: 700 !important;
	text-align: left !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em;
	color: #ed1f34 !important;
	white-space: nowrap;
}
#navigation #main-menu.hdr-bs-nav .dropdown-menu li.dropdown-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 16px;
	right: 16px;
	height: 2px;
	border-radius: 2px;
	background: linear-gradient(90deg, #ed1f34 0%, rgba(237, 31, 52, 0.35) 45%, rgba(237, 31, 52, 0.08) 100%);
}
#navigation #main-menu.hdr-bs-nav .dropdown-menu li.dropdown-header:first-child::before {
	display: none;
}
#navigation #main-menu.hdr-bs-nav .dropdown-menu li.dropdown-header:first-child {
	margin-top: 4px;
	padding-top: 8px;
}
#navigation .dropdown-menu .dropdown-divider {
	margin: 6px 16px 2px 16px !important;
	opacity: 0.1;
}
#navigation .dropdown-menu .dropdown-item {
	padding: 8px 16px !important;
	line-height: 1.35 !important;
	white-space: nowrap;
}
#navigation #main-menu.hdr-bs-nav .dropdown-menu .dropdown-item,
#navigation #main-menu.hdr-bs-nav ul li ul li a.dropdown-item {
	opacity: 1 !important; visibility: visible !important;
	text-transform: none !important; font-size: 14px !important;
	font-weight: 500 !important; color: var(--body) !important;
	border-radius: 0 !important;
}
#navigation #main-menu.hdr-bs-nav .dropdown-menu .dropdown-item:hover,
#navigation #main-menu.hdr-bs-nav ul li ul li a.dropdown-item:hover {
	background-color: var(--blue) !important; color: var(--white) !important;
}

/* Third-level dropdown */
#navigation .dropdown-submenu { position: relative !important; }
#navigation .dropdown-submenu > .dropdown-menu {
	position: absolute !important;
	top: 0 !important; left: 100% !important; right: auto !important;
	margin-top: 0 !important; margin-left: 0 !important;
	display: none !important; min-width: 260px !important;
	transform: none !important;
	z-index: 10060 !important;
}
#navigation .dropdown-submenu:hover > .dropdown-menu,
#navigation .dropdown-submenu:focus-within > .dropdown-menu {
	display: block !important;
}
#navigation .dropdown-submenu > .dropdown-item {
	position: relative;
	padding-right: 30px !important;
}
#navigation .dropdown-submenu > .dropdown-item::after {
	content: "›"; position: absolute; right: 12px; top: 50%;
	transform: translateY(-50%); font-size: 18px; line-height: 1;
	float: none; margin-left: 0;
}

/* Mobile & tablet header */
@media (max-width: 1199.98px) {
	#navigation {
		position: relative;
		z-index: 9999;
	}

	#navigation .main-header {
		position: relative;
		min-height: 92px;
		display: flex;
		align-items: center;
		padding: 12px 0 !important;
	}

	#navigation .hdr-main-row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}

	#navigation .hdr-logo-col {
		order: 1;
		flex-shrink: 0;
		display: flex;
		align-items: center;
	}

	#navigation .hdr-actions-col {
		order: 2;
		margin-left: auto;
		flex-shrink: 0;
	}

	#navigation .hdr-menu-col {
		order: 3;
		flex: 0 0 100%;
		width: 100%;
		min-width: 0;
		min-height: 0;
		position: relative;
		padding: 0;
	}

	#navigation .site-logo,
	#navigation .site-logo a {
		display: flex;
		align-items: center;
	}

	#navigation .site-logo img,
	#navigation .navbar-brand img {
		max-width: 150px !important;
		width: auto !important;
		height: auto !important;
	}

	#navigation .header_right,
	#navigation .hdr-actions {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-left: auto;
	}

	#navigation .hdr-search-action,
	#navigation .hdr-nav-search-btn,
	#navigation .search_btn {
		width: 46px;
		height: 46px;
		min-width: 46px;
		line-height: 1;
		border-radius: 50%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
	}

	#navigation .btn-consult,
	#navigation .hdr-contact-action {
		min-height: 46px;
		padding: 0 18px !important;
		border-radius: 999px;
		font-size: 15px;
		font-weight: 800;
		white-space: nowrap;
	}

	#navigation .kg-mobile-menu-btn {
		height: 46px;
		min-width: 92px;
		padding: 0 14px !important;
		border-radius: 999px;
		background: #ed1f34 !important;
		color: #fff !important;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 9px;
		box-shadow: 0 10px 24px rgba(237, 31, 52, 0.24);
	}

	#navigation .kg-mobile-menu-btn .navbar-toggler-icon {
		display: none;
	}

	#navigation .kg-menu-lines {
		width: 20px;
		display: inline-flex;
		flex-direction: column;
		gap: 4px;
		flex-shrink: 0;
	}

	#navigation .kg-menu-lines span {
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 99px;
		background: #fff;
	}

	#navigation .kg-menu-text {
		color: #fff;
		font-size: 14px;
		font-weight: 800;
		line-height: 1;
	}

	#navigation .kg-mobile-menu-btn:focus,
	#navigation .kg-mobile-menu-btn:hover {
		background: #d9001e !important;
		color: #fff !important;
	}

	#navigation .kg-mobile-menu-btn:focus {
		box-shadow: 0 10px 24px rgba(237, 31, 52, 0.32);
	}

	#navigation .hdr-bs-nav {
		width: 100%;
		min-height: 0;
	}

	#navigation #hdrNavbarCollapse {
		position: absolute;
		left: 15px;
		right: 15px;
		top: 0;
		z-index: 10000;
		padding: 18px;
		border-radius: 18px;
		background: #fff;
		box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
	}

	#navigation .navbar-collapse .navbar-nav {
		align-items: flex-start !important;
		flex-wrap: wrap;
		width: 100%;
	}

	#navigation .navbar-collapse .nav-item {
		width: 100%;
		white-space: normal;
	}

	#navigation .navbar-collapse .nav-link {
		width: 100%;
		padding: 12px 4px !important;
		color: #111827;
		font-size: 15px;
		font-weight: 700;
		border-bottom: 1px solid rgba(15, 23, 42, 0.06);
		white-space: normal;
	}

	#navigation .navbar-collapse .dropdown-menu {
		position: static !important;
		width: 100%;
		border: 0;
		box-shadow: none;
		padding: 6px 0 8px 12px;
		margin: 0;
	}

	#navigation .navbar-collapse .dropdown-item {
		white-space: normal;
		padding: 9px 8px !important;
		font-size: 14px;
	}
}

@media (max-width: 575.98px) {
	#navigation .site-logo img,
	#navigation .navbar-brand img {
		max-width: 132px !important;
	}

	#navigation .btn-consult,
	#navigation .hdr-contact-action {
		min-height: 42px;
		padding: 0 14px !important;
		font-size: 14px;
	}

	#navigation .hdr-search-action,
	#navigation .hdr-nav-search-btn,
	#navigation .search_btn {
		width: 42px;
		height: 42px;
		min-width: 42px;
	}

	#navigation .kg-mobile-menu-btn {
		min-width: 46px;
		width: 46px;
		height: 46px;
		padding: 0 !important;
		border-radius: 50%;
	}

	#navigation .kg-menu-text {
		display: none;
	}

	#navigation .kg-menu-lines {
		width: 19px;
	}

	#navigation .header-top {
		font-size: 12px;
	}

	#navigation .hdr-top-social {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	#navigation .hdr-container { max-width: 1320px; padding-left: 16px; padding-right: 16px; }
	#navigation .main-header {
		position: relative;
		min-height: 0;
		display: block;
		padding: 10px 0 !important;
		overflow: visible;
	}
	#navigation .hdr-main-row {
		display: flex; flex-wrap: nowrap; align-items: center; gap: 28px;
	}
	#navigation .hdr-menu-col { border-top: 0; padding-top: 0; padding-right: 12px; flex: 1 1 auto; order: 0; width: auto; min-width: 0; }
	#navigation .hdr-logo-col,
	#navigation .hdr-actions-col { order: 0; }
	#navigation .hdr-actions-col { padding-left: 20px; margin-left: auto; }
	#navigation .hdr-nav-search-item { margin-left: 10px; margin-right: 8px; }
	#navigation .hdr-menu-col .navbar-nav { padding-right: 4px; }
	#navigation .site-logo img,
	#navigation .navbar-brand img { max-width: 165px; width: 165px; height: auto; }
	#navigation .navbar-nav { gap: 4px; }
	#navigation #hdrNavbarCollapse {
		display: flex !important; height: auto !important;
		visibility: visible !important; overflow: visible !important;
		position: static;
		left: auto;
		right: auto;
		top: auto;
		padding: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}
	#navigation .nav-item.dropdown > .dropdown-menu {
		position: absolute !important; top: 100% !important; left: auto !important;
		display: none !important; overflow: visible !important; max-height: none;
	}
	#navigation .nav-item.dropdown:hover > .dropdown-menu,
	#navigation .nav-item.dropdown:focus-within > .dropdown-menu {
		display: block !important;
	}
	#navigation .header_right .search_btn,
	#navigation .header_right .hdr-search-action {
		width: 42px; height: 42px; line-height: 1; font-size: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1300px) {
	#navigation .navbar-nav .nav-link { font-size: 13px; padding-left: 5px; padding-right: 5px; }
	#navigation .hdr-nav-search-item { margin-left: 6px; margin-right: 6px; }
	#navigation .hdr-actions-col { padding-left: 16px; }
	#navigation .btn-consult { padding-left: 16px; padding-right: 16px; }
	#navigation .site-logo img,
	#navigation .navbar-brand img { max-width: 145px; width: 145px; }
}

@media (max-width: 991.98px) {
	#navigation .navbar-nav { flex-wrap: wrap; align-items: flex-start; }
	#navigation .nav-item.dropdown > .dropdown-menu {
		position: static !important; float: none !important;
		box-shadow: none !important; border: 0 !important;
		border-left: 3px solid var(--blue) !important; border-radius: 0 !important;
		margin: 0 0 8px 12px !important; padding: 4px 0 !important;
		min-width: 0 !important; display: none !important;
	}
	#navigation .nav-item.dropdown > .dropdown-menu.show { display: block !important; }
	#navigation .dropdown-submenu > .dropdown-menu {
		position: static !important; display: none !important;
		margin-left: 15px; border: 0; box-shadow: none;
		left: auto !important; top: auto !important;
	}
	#navigation .dropdown-submenu.show > .dropdown-menu { display: block !important; }
	#navigation .dropdown-submenu > .dropdown-item::after { content: " +"; font-weight: 800; }
}

@media only screen and (max-width: 600px) {
	.mobilgizle { display: none !important; }
	#navigation .hdr-top-address { display: none; }
}

/* ===== Footer ===== */

.form-check .form-check-input { opacity: 1; }
.kg-footer {
	position: relative;
	background: #f7f9fc;
	padding: 70px 0 0;
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0,0.06);
}
.kg-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(circle at 12% 20%, rgba(237,31,52,0.06), transparent 22%),
		radial-gradient(circle at 85% 75%, rgba(237,31,52,0.05), transparent 26%);
	pointer-events: none;
}
.kg-footer .container {
	position: relative;
	z-index: 2;
}
.kg-footer-main {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1.1fr 1fr 1.25fr;
	gap: 42px;
	padding-bottom: 50px;
}
.kg-footer-col h3 {
	margin: 0 0 22px;
	color: #111827;
	font-size: 21px;
	font-weight: 800;
}
.kg-footer-col h3::after {
	content: "";
	display: block;
	width: 58px;
	height: 8px;
	margin-top: 13px;
	background: url(../img/shapes/title.svg) no-repeat left center / contain;
}
.kg-footer-about img {
	max-width: 165px;
	height: auto;
	margin-bottom: 18px;
}
.kg-footer-col p {
	color: #4b5563;
	font-size: 15px;
	line-height: 1.75;
	margin-bottom: 16px;
}
.kg-footer-contact p {
	margin: 0 0 8px;
}
.kg-footer-contact strong {
	color: #ed1f34;
	font-weight: 700;
}
.kg-footer-contact a {
	color: #374151;
	text-decoration: none;
}
.kg-footer-contact a:hover {
	color: #ed1f34;
}
.kg-footer-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.kg-footer-col ul li {
	margin-bottom: 11px;
}
.kg-footer-col ul li a {
	color: #374151;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.2s ease;
}
.kg-footer-col ul li a:hover {
	color: #ed1f34;
	padding-left: 4px;
}
.kg-footer-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 28px;
	border-radius: 999px;
	background: #ed1f34;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(237,31,52,0.22);
	transition: all 0.25s ease;
}
.kg-footer-btn:hover {
	color: #fff;
	background: #d9001e;
	transform: translateY(-2px);
}
.kg-footer-social {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 24px;
}
.kg-footer-social span {
	color: #111827;
	font-weight: 700;
	flex: 0 0 100%;
}
.kg-footer-social a {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #111827;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(0,0,0,0.08);
	transition: all 0.25s ease;
}
.kg-footer-social a:hover {
	background: #ed1f34;
	color: #fff;
}
.kg-footer-bottom {
	border-top: 1px solid rgba(0,0,0,0.08);
	padding: 20px 0;
}
.kg-footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}
.kg-footer-bottom p {
	margin: 0;
	color: #6b7280;
	font-size: 14px;
}
.kg-footer-credit {
	color: #9ca3af !important;
}
.kg-footer-credit a {
	color: inherit;
	text-decoration: none;
}
.kg-footer-credit a:hover {
	text-decoration: underline;
}
@media (max-width: 1199.98px) {
	.kg-footer-main {
		grid-template-columns: repeat(3, 1fr);
	}
	.kg-footer-about {
		grid-column: 1 / -1;
	}
	.kg-footer-cta {
		grid-column: 1 / -1;
	}
}
@media (max-width: 767.98px) {
	.kg-footer {
		padding-top: 45px;
	}
	.kg-footer-main {
		grid-template-columns: 1fr;
		gap: 30px;
		padding-bottom: 35px;
	}
	.kg-footer-col h3 {
		margin-bottom: 16px;
	}
	.kg-footer-about img {
		max-width: 145px;
	}
	.kg-footer-bottom-inner {
		flex-direction: column;
		text-align: center;
	}
}

/* ===== Floating & Mobile Contact ===== */

.kg-mobile-contact-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(12px);
	box-shadow: 0 -12px 32px rgba(15, 23, 42, 0.12);
}

.kg-mobile-contact-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	max-width: 520px;
	margin: 0 auto;
}

.kg-mobile-contact-btn {
	min-height: 52px;
	border-radius: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
}

.kg-mobile-contact-btn:hover {
	color: #fff;
}

.kg-mobile-contact-btn i {
	font-size: 20px;
}

.kg-mobile-whatsapp {
	background: linear-gradient(135deg, #25d366 0%, #0cae55 100%);
}

.kg-mobile-call {
	background: linear-gradient(135deg, #ed1f34 0%, #d9001e 100%);
}

.mobilgoster {
	display: none;
}

.masaustugoster {
	display: block;
}

@media (max-width: 991.98px) {
	.mobilgoster {
		display: block;
	}

	.masaustugoster {
		display: none;
	}

	body {
		padding-bottom: calc(108px + env(safe-area-inset-bottom, 0px));
	}

	.kg-footer-bottom {
		padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
	}

	.kg-footer-credit {
		font-size: 13px;
		line-height: 1.5;
	}
}

@media (min-width: 992px) {
	.mobilgoster {
		display: none !important;
	}

	.masaustugoster {
		display: block;
	}

	/* Desktop Floating WhatsApp */
	.kg-floating-whatsapp {
		position: fixed;
		right: 28px;
		bottom: 112px;
		z-index: 9997;
	}

	.kg-floating-whatsapp a {
		position: relative;
		display: inline-flex;
		align-items: center;
		gap: 12px;
		min-height: 62px;
		padding: 10px 20px 10px 10px;
		border-radius: 999px;
		background: linear-gradient(135deg, #25d366 0%, #0fa958 100%);
		color: #fff;
		text-decoration: none;
		box-shadow:
			0 18px 40px rgba(37, 211, 102, 0.34),
			0 0 0 0 rgba(37, 211, 102, 0.45);
		animation: kgWhatsFloat 3s ease-in-out infinite, kgWhatsPulse 2.2s infinite;
		overflow: visible;
		transition: all 0.25s ease;
	}

	.kg-floating-whatsapp a:hover {
		transform: translateY(-5px) scale(1.03);
		color: #fff;
		background: linear-gradient(135deg, #28e070 0%, #0ba04f 100%);
		box-shadow:
			0 24px 52px rgba(37, 211, 102, 0.45),
			0 0 0 8px rgba(37, 211, 102, 0.12);
		animation: none;
	}

	.kg-floating-whatsapp a::before {
		content: "";
		position: absolute;
		inset: -7px;
		border-radius: 999px;
		border: 1px solid rgba(37, 211, 102, 0.40);
		animation: kgWhatsRing 2.2s ease-out infinite;
		pointer-events: none;
	}

	.kg-floating-whatsapp-icon {
		position: relative;
		width: 46px;
		height: 46px;
		min-width: 46px;
		border-radius: 50%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		background: rgba(255, 255, 255, 0.20);
		color: #fff;
		font-size: 25px;
	}

	.kg-floating-whatsapp-icon::after {
		content: "";
		position: absolute;
		right: 2px;
		top: 3px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #fff;
		border: 2px solid #25d366;
	}

	.kg-floating-whatsapp-text {
		display: flex;
		flex-direction: column;
		line-height: 1.15;
	}

	.kg-floating-whatsapp-text strong {
		font-size: 16px;
		font-weight: 900;
		letter-spacing: -0.2px;
	}

	.kg-floating-whatsapp-text small {
		margin-top: 3px;
		font-size: 12px;
		font-weight: 700;
		opacity: 0.95;
	}

	@keyframes kgWhatsFloat {
		0%, 100% {
			transform: translateY(0);
		}
		50% {
			transform: translateY(-5px);
		}
	}

	@keyframes kgWhatsPulse {
		0% {
			box-shadow:
				0 18px 40px rgba(37, 211, 102, 0.34),
				0 0 0 0 rgba(37, 211, 102, 0.42);
		}
		70% {
			box-shadow:
				0 18px 40px rgba(37, 211, 102, 0.34),
				0 0 0 16px rgba(37, 211, 102, 0);
		}
		100% {
			box-shadow:
				0 18px 40px rgba(37, 211, 102, 0.34),
				0 0 0 0 rgba(37, 211, 102, 0);
		}
	}

	@keyframes kgWhatsRing {
		0% {
			transform: scale(0.92);
			opacity: 0.75;
		}
		100% {
			transform: scale(1.12);
			opacity: 0;
		}
	}

	/* Scroll to top — below WhatsApp widget */
	.progress-wrap {
		right: 34px !important;
		bottom: 34px !important;
		z-index: 9998 !important;
	}
}

@media (max-width: 380px) {
	.kg-mobile-contact-btn {
		font-size: 14px;
		min-height: 48px;
	}

	.kg-mobile-contact-btn i {
		font-size: 18px;
	}
}

/* ===== Offcanvas Spacing Optimization ===== */
.offcanvas__wrapper {
	padding: 20px 22px;
}
.offcanvas__top {
	margin-bottom: 12px;
}
.mobile-menu .mean-bar {
	margin-bottom: 16px !important;
}
.sidebar_contact_info .scinof {
	margin-bottom: 20px;
}
.sidebar_contact_info ul {
	margin-top: 14px;
}
.sidebar_contact_info li {
	margin-bottom: 8px;
}

/* ===== Arama Kartları ===== */
.arama-result-card {
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.arama-result-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.1);
}
.arama-result-card__link {
	color: inherit;
}
.arama-result-card__media {
	width: 100%;
	max-height: 220px;
	overflow: hidden;
}
.arama-result-card__media img {
	width: 100%;
	height: 100%;
	min-height: 180px;
	object-fit: cover;
	display: block;
}
@media (min-width: 768px) {
	.arama-result-card__media {
		width: 220px;
		max-height: none;
	}
}

/* ===== Başarı Hikayeleri Videolar ===== */
.kg-success-videos.section-padding {
	padding: 25px 0;
}
.kg-success-videos .section-title {
	margin-bottom: 22px;
}
.kg-success-videos-toolbar {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 22px;
	border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}
.kg-success-tabs {
	border-bottom: 0;
	gap: 6px;
	flex-wrap: wrap;
}
.kg-success-tabs .nav-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 0;
	border-radius: 12px 12px 0 0;
	padding: 12px 18px;
	font-weight: 700;
	color: #64748b;
	background: transparent;
}
.kg-success-tabs .nav-link:hover {
	color: #0f172a;
}
.kg-success-tabs .nav-link.active {
	color: #ed1f34;
	background: #fff;
	box-shadow: inset 0 -3px 0 #ed1f34;
}
.kg-success-tab-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 7px;
	border-radius: 999px;
	background: rgba(237, 31, 52, 0.12);
	color: #ed1f34;
	font-size: 12px;
	font-weight: 800;
}
.kg-success-channel-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 999px;
	background: #ff0000;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	margin-bottom: 8px;
}
.kg-success-channel-link:hover {
	color: #fff !important;
	background: #cc0000;
}
.kg-success-tab-content {
	padding-top: 4px;
}
.kg-success-videos-section {
	margin-top: 26px;
}
.kg-success-videos-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}
.kg-success-videos-head h2 {
	margin: 0;
	font-size: 28px;
}
.kg-success-videos-head a {
	font-weight: 700;
}
.kg-success-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.kg-success-grid--shorts {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}
.kg-success-card {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0;
	cursor: pointer;
	text-decoration: none;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 18px;
	overflow: hidden;
	color: #0f172a;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.kg-success-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.15);
	color: #0f172a;
}
.kg-success-thumb-wrap {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.kg-success-thumb-wrap--short {
	aspect-ratio: 9 / 16;
}
.kg-success-thumb-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.kg-success-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: rgba(237, 31, 52, 0.92);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 1;
	pointer-events: none;
}
.kg-success-play i {
	color: #fff !important;
	font-size: 1.15em;
}
.kg-success-thumb-wrap--short .kg-success-play {
	width: 46px;
	height: 46px;
	font-size: 20px;
}
.kg-success-card-foot {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 12px 14px;
}
.kg-success-title {
	display: block;
	flex: 1;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}
.kg-success-yt-link {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 0, 0, 0.1);
	color: #ff0000 !important;
	font-size: 18px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.kg-success-yt-link:hover {
	background: #ff0000;
	color: #fff !important;
	transform: scale(1.05);
}
.kg-success-empty {
	grid-column: 1/-1;
	padding: 20px;
	border-radius: 14px;
	background: #f8fafc;
	border: 1px dashed rgba(15, 23, 42, 0.18);
}
.kg-success-modal .modal-content {
	border: 0;
	border-radius: 18px;
	overflow: hidden;
}
.kg-success-modal .modal-header,
.kg-success-modal .modal-footer {
	border-color: rgba(15, 23, 42, 0.08);
}
.kg-success-modal .modal-dialog {
	max-width: min(920px, calc(100vw - 24px));
}
.kg-success-modal--short .modal-dialog {
	max-width: min(420px, calc(100vw - 24px));
}
.kg-success-modal__frame {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	background: #000;
}
.kg-success-modal--short .kg-success-modal__frame {
	padding-bottom: 177.78%;
}
.kg-success-modal__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.kg-success-modal-yt {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #ff0000 !important;
	font-weight: 700;
	text-decoration: none;
}
.kg-success-modal-yt:hover {
	color: #cc0000 !important;
}
@media (max-width: 1199.98px) {
	.kg-success-grid--shorts {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
@media (max-width: 991.98px) {
	.kg-success-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.kg-success-grid--shorts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width: 575.98px) {
	.kg-success-grid {
		grid-template-columns: 1fr;
	}
	.kg-success-grid--shorts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.kg-success-videos-toolbar {
		flex-direction: column;
		align-items: stretch;
	}
	.kg-success-channel-link {
		justify-content: center;
		margin-bottom: 0;
	}
	.kg-success-videos-head {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* ===== Kategori ===== */

.blog.section-padding .row > [class*="col-"] {
	display: flex;
}
.blog.section-padding .blog_item.cat_grid_item {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.blog.section-padding .blog_item.cat_grid_item .blog_content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}
.blog.section-padding .blog_item.cat_grid_item .blog_content h3 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 3.2em;
}
.blog.section-padding .blog_item.cat_grid_item .cat_grid_lead {
	flex: 1 1 auto;
	min-height: 72px;
	margin: 0 0 14px;
}
.blog.section-padding .blog_item.cat_grid_item .blog_btn {
	margin-top: auto;
}
.cat_grid_item .blog_img img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.cat_grid_lead {
	margin: 0 0 14px;
	color: var(--body, #535353);
	font-size: 15px;
	line-height: 1.55;
}
.cat_detail_img {
	margin-bottom: 32px;
	border-radius: 16px;
	overflow: hidden;
	max-height: 440px;
}
.cat_detail_img img {
	display: block;
	width: 100%;
	max-height: 440px;
	object-fit: cover;
}
.cat_detail_content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding-left: 0;
}
.cat_detail_content .section-title {
	margin-bottom: 28px;
	width: 100%;
	max-width: none;
}
.cat_detail_content .section-title span {
	display: block;
	width: 100%;
	max-width: none;
	text-transform: none;
	font-size: 16px;
	line-height: 1.75;
	color: var(--body, #535353);
	font-weight: 500;
}
.cat_detail_content .section-title h2 {
	width: 100%;
	max-width: none;
	margin-top: 10px;
}
.cat_detail_lead {
	font-size: 17px;
	line-height: 1.7;
	color: var(--body, #535353);
	margin-bottom: 28px;
}
.cat_body_toc {
	margin-bottom: 32px;
	padding: 24px 28px;
	border: 1px solid var(--dc, #f0f0f0);
	border-radius: 14px;
	background: #fafafa;
}
.cat_body_toc h3 {
	font-size: 18px;
	margin: 0 0 16px;
	color: var(--title, #1d1d1b);
}
.cat_body_toc ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.cat_body_toc li {
	margin: 0;
}
.cat_body_toc li.cat_toc_h3 {
	padding-left: 16px;
}
.cat_body_toc a {
	display: block;
	padding: 11px 16px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #ececec;
	color: var(--title, #1d1d1b);
	font-weight: 500;
	text-decoration: none;
	transition: .2s;
}
.cat_body_toc a:hover {
	border-color: var(--blue, #ed1f34);
	color: var(--blue, #ed1f34);
}
.cat_body {
	font-size: 16px;
	line-height: 1.75;
	color: var(--body, #535353);
	width: 100%;
}
.cat_body > :first-child {
	margin-top: 0;
}
.cat_body h2,
.cat_body h3 {
	margin-top: 2.2rem;
	margin-bottom: 1rem;
	color: var(--title, #1d1d1b);
	scroll-margin-top: 110px;
}
.cat_body p {
	margin-bottom: 1.1rem;
}
section.blog.section-padding:has(+ section.cat_detail_section) {
	padding-bottom: 48px;
}
.about-us.cat_detail_section {
	padding-top: 56px;
	padding-bottom: 56px;
	background: var(--gray, #f6f7f9);
}
.cat_detail_frame {
	margin-top: 8px;
	border: 1px solid #dce3eb;
	border-radius: 16px;
	padding: 44px 36px 32px;
	background: #fff;
	box-shadow: 0 4px 24px rgba(29, 29, 27, 0.05);
}
.cat_detail_frame .cat_detail_tags {
	margin-top: 36px;
	margin-bottom: 0;
	padding: 28px 30px;
}
.cat_detail_frame .cat_detail_tags .widget-title {
	margin-bottom: 20px;
}
section.cat_faq_section {
	padding-bottom: 56px;
}

/* ===== Makale ===== */
.blog-details .entry-content .article-entry-title {
	margin-bottom: 28px;
	text-align: left;
}
.blog-details .entry-content .article-entry-title h2 {
	margin: 0;
	color: var(--title, #1d1d1b);
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.2;
	font-weight: 700;
}
.blog-details .entry-content .article-entry-title img {
	display: block;
	margin-top: 8px;
	max-width: 216px;
	width: 100%;
	height: auto;
}

/* ===== Merkezi arka plan, harita, form modal ===== */
[data-bg] {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.kg-bg-testimonials-2 {
	background-image: url('../img/bg/testimonials-2.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.kg-bg-cta {
	background-image: url('../img/bg/cta_bg.svg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.google-map iframe,
iframe.kg-map-iframe {
	border: 0;
	width: 100%;
	height: 450px;
}

.form-result-modal-msg {
	font-weight: 700;
	margin: 0;
}

.form-result-modal-msg--error {
	color: #c0392b;
}

.form-result-modal-msg--success {
	color: #27ae60;
}

.kg-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.about_badge2 .kg-about-badge-label {
	font-size: 18px;
	margin-top: 17px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 26px;
}

.test_badge .kg-rating-score {
	color: var(--white);
	font-size: 60px;
	margin: 0;
}

.sidebar_contact_info .kg-offcanvas-heading {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}

.sidebar_contact_info .kg-offcanvas-social-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 16px;
}

.ppcontent .pp-title {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 1px;
	line-height: 25px;
	display: block;
	font-weight: 600;
}
