.header-logo img,
.header-logo svg,
.footer-logo img,
.footer-logo svg {
	width: auto !important;
	height: auto !important;
	max-width: min(100%, 300px);
	max-height: 40px;
	aspect-ratio: 15 / 2;
	object-fit: contain;
	display: block;
}

@media (max-width: 991.98px) {
	#header .header-logo img,
	#header .header-logo svg {
		max-width: min(100%, 240px);
		max-height: 28px;
	}
}

.footer-logo {
	display: inline-block;
	background: #fff;
	padding: 10px 18px;
	border-radius: 8px;
	line-height: 0;
}

#header .header-body {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.18);
}

html.sticky-header-active #header.header-effect-shrink .header-body {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.18);
}

:root {
	--primary: #C1272D;
	--primary-100: #A81F24;
	--primary-200: #9B1D22;
	--primary-300: #8E1B20;
	--primary--100: #D42F35;
	--primary--200: #DB3D42;
	--primary--300: #E24B50;
	--primary-rgba-0: rgba(193, 39, 45, 0);
	--primary-rgba-10: rgba(193, 39, 45, 0.1);
	--primary-rgba-20: rgba(193, 39, 45, 0.2);
	--primary-rgba-30: rgba(193, 39, 45, 0.3);
	--primary-rgba-40: rgba(193, 39, 45, 0.4);
	--primary-rgba-50: rgba(193, 39, 45, 0.5);
	--primary-rgba-60: rgba(193, 39, 45, 0.6);
	--primary-rgba-70: rgba(193, 39, 45, 0.7);
	--primary-rgba-80: rgba(193, 39, 45, 0.8);
	--primary-rgba-90: rgba(193, 39, 45, 0.9);
	--primary-inverse: #FFF;
}

.altay-neden-biz {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.altay-neden-biz::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(18, 18, 18, 0.55);
}

.altay-neden-biz .container {
	position: relative;
	z-index: 1;
}

.altay-glass-panel {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 12px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

@media (prefers-reduced-transparency: reduce) {
	.altay-glass-panel {
		background: #fff;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}
}

.altay-map {
	border: 0;
	width: 100%;
	border-radius: 4px;
}

.altay-map-sm {
	height: 190px;
}

.altay-map-lg {
	height: 360px;
}

.altay-square-media {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	display: block;
	min-width: 0;
}

.altay-square-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.altay-about-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.altay-about-grid > .altay-square-media {
	width: 100%;
	max-width: 100%;
}

#hakkimizda {
	overflow-x: clip;
}

#hakkimizda > .row {
	margin-left: 0;
	margin-right: 0;
}

#hakkimizda > .row > [class*="col-"] {
	min-width: 0;
}

@media (max-width: 991.98px) {
	.altay-about-grid {
		gap: 12px;
		width: min(100%, 300px);
		margin-inline: auto;
		padding: 0 4px;
	}

	#hakkimizda > .row > [class*="col-"]:first-child {
		padding-left: 12px;
		padding-right: 12px;
	}

	.altay-about-grid .box-shadow-4 {
		box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
	}
}

@media (max-width: 767.98px) {
	#header .header-top .header-column.justify-content-between {
		justify-content: center !important;
	}

	#header .header-top .header-column > .header-row {
		justify-content: center;
		width: 100%;
	}

	#header .header-top .header-column > .header-row > .d-flex.align-items-center {
		justify-content: center;
		flex-wrap: wrap;
		gap: 0.15rem 0.5rem;
		text-align: center;
	}

	#header .header-top .header-column > .header-row > .d-flex.align-items-center span {
		display: inline !important;
	}

	#header .header-top .header-column > .header-row > .d-flex.align-items-center a {
		margin-left: 0 !important;
	}
}
