@media (min-width: 992px) {
	.footer {
		background: #111;
		padding-top: 64px;
		padding-bottom: 24px;
		color: #fff;
	}

	.footer footer.container {
		max-width: 1360px;
	}

	.footer .footer-top {
		padding-bottom: 10px;
	}

	.footer .logo {
		display: flex;
		align-items: flex-start;
	}

	.footer .footer-logo-link {
		display: inline-flex;
		align-items: center;
		text-decoration: none;
		color: #fff;
	}

	.footer .logo img {
		display: block;
		max-width: 140px;
		height: auto;
	}

	.footer .site-title {
		font-size: 26px;
		line-height: 1.1;
		font-weight: 700;
		letter-spacing: -0.02em;
		color: #fff;
	}

	.footer .menu {
		min-width: 0;
	}

	.footer p.head {
		position: relative;
		margin: 0 0 20px;
		padding-bottom: 12px;
		font-size: 13px;
		line-height: 1.2;
		font-weight: 700;
		letter-spacing: 0.12em;
		color: rgba(255, 255, 255, 0.92);
	}

	.footer p.head::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 42px;
		height: 1px;
		background: rgba(255, 255, 255, 0.34);
	}

	.footer .footer-menu,
	.footer .footer-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.footer .footer-menu li,
	.footer .menu .menu-item {
		margin: 0;
		padding: 0;
	}

	.footer .footer-menu li + li {
		margin-top: 10px;
	}

	.footer .menu li a,
	.footer .menu li a:link,
	.footer .menu li a:visited {
		display: inline-block;
		font-size: 14px;
		line-height: 1.5;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.78);
		text-decoration: none;
		transition: color 0.2s ease, opacity 0.2s ease;
	}

	.footer .menu li a:hover,
	.footer .menu li.current-menu-item > a,
	.footer .menu li.current-menu-ancestor > a {
		color: #fff;
	}

	.footer .socials {
		margin-top: 18px;
	}

	.footer .socials .icons {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 14px;
	}

	.footer .socials .icons::before,
	.footer .socials .icons::after {
		content: "";
		display: block;
		flex: 1 1 0;
		height: 1px;
		background: rgba(255, 255, 255, 0.14);
	}

	.footer .socials .icons a {
		flex: 0 0 auto;
		width: 42px;
		height: 42px;
		border-radius: 999px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		background: rgba(255, 255, 255, 0.04);
		border: 1px solid rgba(255, 255, 255, 0.08);
		transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
	}

	.footer .socials .icons a:hover {
		transform: translateY(-1px);
		background: rgba(255, 255, 255, 0.08);
		border-color: rgba(255, 255, 255, 0.16);
	}

	.footer .socials .icons img {
		width: 18px;
		height: 18px;
		display: block;
	}

	.footer .copyright {
		margin-top: 18px;
		padding-top: 20px;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.footer .copyright .copyright-inner {
		width: 100%;
		min-height: 42px;
	}

	.footer .copyright .copyright-text,
	.footer .copyright .copyright-text * {
		color: rgba(255, 255, 255, 0.72) !important;
		letter-spacing: 0.01em;
	}

	.footer .copyright .copyright-text {
		font-size: 13px;
		line-height: 1.6;
		font-weight: 400;
		margin: 0;
	}

	.footer .copyright .copyright-text a,
	.footer .copyright .copyright-text a:link,
	.footer .copyright .copyright-text a:visited,
	.footer .copyright .copyright-text a:hover,
	.footer .copyright .copyright-text a:focus {
		color: #fff !important;
		font-weight: 600 !important;
		text-decoration: none;
	}

	.footer .payment-icons {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 8px;
	}

	.footer .payment-icons img,
	.footer .payment-icons .img-fluid {
		display: block;
		width: auto;
		height: 28px;
		max-width: 52px;
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.04);
	}
}











.agossa-footer-top-icons-area {
	background: #f7f7f5;
	border-top: 1px solid #ecebe7;
	border-bottom: 1px solid #ecebe7;
}

.agossa-footer-top-icons-slider {
	position: relative;
}

.agossa-footer-top-icons-track {
	display: grid;
	width: 100%;
}

.agossa-footer-top-icon-card {
	min-height: 118px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 24px 16px 18px;
	position: relative;
	background: transparent;
}

.agossa-footer-top-icon-card:not(:last-child) {
	border-right: 1px solid #e8e6e2;
}

.agossa-footer-top-icon-symbol {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}

.agossa-footer-top-icon-image {
	max-width: 50px;
	max-height: 50px;
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
}

.agossa-footer-top-icon-text {
	font-size: 14px;
	line-height: 1.5;
	color: #3f3f46;
}

.agossa-footer-top-icon-text strong,
.agossa-footer-top-icon-text b {
	font-weight: 700;
	color: #111;
}

.agossa-footer-top-icons-dots {
	display: none;
}

.agossa-footer-top-icons-count-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.agossa-footer-top-icons-count-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.agossa-footer-top-icons-count-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.agossa-footer-top-icons-count-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.agossa-footer-top-icons-count-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.agossa-footer-top-icons-count-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr));
}

.agossa-footer-top-icons-count-9 {
	grid-template-columns: repeat(9, minmax(0, 1fr));
}
















.agossa-footer-feature-panels-area {
	background: #fff;
}

.agossa-footer-feature-panels {
	display: flex;
	width: 100%;
	min-height: 300px;
	overflow: hidden;
}

.agossa-footer-feature-panel {
	position: relative;
	display: block;
	flex: 1 1 0%;
	min-width: 0;
	min-height: 300px;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	transition:
		flex-grow 0.45s ease,
		transform 0.35s ease;
}

.agossa-footer-feature-panel:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

/* Varsayılan: hepsi dar */
.agossa-footer-feature-panels .agossa-footer-feature-panel {
	flex-grow: 1;
}

/* Aktif olan net şekilde geniş */
.agossa-footer-feature-panels .agossa-footer-feature-panel.is-active {
	flex-grow: 2.8;
}

.agossa-footer-feature-panel-media {
	position: absolute;
	inset: 0;
}

.agossa-footer-feature-panel-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1);
	transition: transform 0.6s ease;
}


.agossa-footer-feature-panel-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			to top,
			rgba(0, 0, 0, 0.62) 0%,
			rgba(0, 0, 0, 0.34) 28%,
			rgba(0, 0, 0, 0.10) 56%,
			rgba(0, 0, 0, 0.02) 100%
		);
	z-index: 1;
}

.agossa-footer-feature-panel-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 28px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	text-align: center;
	pointer-events: none;
}

.agossa-footer-feature-panel-title {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #fff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}