/* SMS Reklam — kurumsal footer */

:root {
	--sms-footer-bg: #009ed6;
	--sms-footer-bottom-bg: #0088bc;
	--sms-footer-accent: #ffffff;
	--sms-footer-text: #ffffff;
}

@keyframes sms-footer-icon-float {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-3px);
	}
}

body.sms-footer-modern .footer_background {
	background: var(--sms-footer-bg) !important;
	background-image: none !important;
	box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 2;
	max-width: 100%;
	overflow-x: clip;
}

body.sms-footer-modern .footer_background .overlay-footer {
	display: none !important;
}

body.sms-footer-modern .themesflat-boxed .footer_background {
	background-image: none !important;
}

body.sms-footer-modern #footer,
body.sms-footer-modern .info-footer:not(.sms-footer-shell) {
	display: none !important;
}

/* Yatay taşmayı engelle */
body.sms-footer-modern {
	overflow-x: clip;
	max-width: 100%;
}

body.sms-footer-modern .themesflat-boxed {
	max-width: 100%;
	overflow-x: clip;
}

/* Ana footer bandı */
.info-footer.sms-footer-shell {
	background: var(--sms-footer-bg);
	color: var(--sms-footer-text);
	padding: clamp(28px, 3.2vw, 40px) clamp(16px, 3vw, 32px);
	max-width: 100%;
	overflow-x: clip;
}

.info-footer.sms-footer-shell .sms-footer-main__inner {
	max-width: 1480px;
	margin: 0 auto;
	padding: 0;
	display: grid;
	grid-template-columns: minmax(150px, 190px) minmax(0, 1.35fr) minmax(190px, 0.95fr) minmax(180px, 0.85fr) auto;
	gap: clamp(18px, 2.5vw, 36px);
	align-items: center;
}

.sms-footer-brand {
	display: flex;
	align-items: center;
}

.sms-footer-logo {
	display: inline-flex;
	max-width: 200px;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.sms-footer-logo:hover {
	opacity: 0.92;
	transform: translateY(-1px);
}

.sms-footer-logo img {
	width: 100%;
	height: auto;
	display: block;
}

.sms-footer-item {
	display: flex;
	align-items: center;
	gap: clamp(12px, 1.2vw, 16px);
	min-width: 0;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.25s ease;
}

a.sms-footer-item:hover {
	opacity: 0.92;
}

.sms-footer-icon {
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.32);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.sms-footer-item:hover .sms-footer-icon {
	transform: translateY(-3px) scale(1.05);
	background: rgba(255, 255, 255, 0.24);
	border-color: rgba(255, 255, 255, 0.55);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.sms-footer-item:hover .sms-footer-icon i {
	animation: sms-footer-icon-float 0.55s ease;
}

.sms-footer-title {
	font-family: Rubik, sans-serif;
	font-size: clamp(14px, 1vw, 16px);
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
}

.sms-footer-title--stack {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.sms-footer-title--stack a {
	font-family: Rubik, sans-serif;
	font-size: clamp(14px, 1vw, 16px);
	font-weight: 600;
	line-height: 1.45;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
	transition: opacity 0.2s ease;
}

.sms-footer-title--stack a:hover {
	opacity: 0.85;
}

.sms-footer-title--address {
	display: block;
	line-height: 1.55;
}

.sms-footer-social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
}

.sms-footer-social__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.sms-footer-social__list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.32);
	color: #fff !important;
	font-size: 17px;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.sms-footer-social__list a:hover {
	transform: translateY(-3px) scale(1.06);
	background: rgba(255, 255, 255, 0.24);
	border-color: rgba(255, 255, 255, 0.55);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.sms-footer-social__list a:hover i {
	animation: sms-footer-icon-float 0.55s ease;
}

.sms-footer-item--address .sms-footer-title {
	max-width: 100%;
}

/* Alt telif bandı */
body.sms-footer-modern #bottom.bottom,
body.sms-footer-modern .sms-footer-bottom {
	background: var(--sms-footer-bottom-bg) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	padding: 14px 0;
	max-width: 100%;
	overflow-x: clip;
}

body.sms-footer-modern .sms-footer-bottom .container {
	max-width: 1480px;
	width: 100%;
	padding-left: clamp(16px, 3vw, 32px);
	padding-right: clamp(16px, 3vw, 32px);
	box-sizing: border-box;
}

.sms-footer-bottom__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 20px;
	min-width: 0;
}

.sms-footer-bottom__spacer {
	display: block;
}

.sms-footer-bottom__agency {
	justify-self: end;
	text-align: right;
	min-width: 0;
}

.sms-footer-bottom__agency a {
	font-family: Rubik, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.92) !important;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.sms-footer-bottom__agency a:hover {
	opacity: 0.82;
}

.sms-footer-bottom__copy {
	justify-self: center;
	text-align: center;
}

.sms-footer-bottom__copy,
.sms-footer-bottom__copy span {
	font-family: Rubik, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9) !important;
}

.sms-footer-bottom__links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 18px;
	justify-self: start;
	min-width: 0;
}

.sms-footer-bottom__links a {
	font-family: Rubik, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.92) !important;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.sms-footer-bottom__links a:hover {
	opacity: 0.82;
}

body.sms-footer-modern #bottom .content-right,
body.sms-footer-modern #bottom .widget-custom-menu {
	display: none !important;
}

body.sms-footer-modern #bottom .container-inside {
	display: block;
}

body.sms-footer-modern #bottom .content-left,
body.sms-footer-modern #bottom .copyright {
	width: 100%;
}

@media (max-width: 1100px) {
	.info-footer.sms-footer-shell .sms-footer-main__inner {
		grid-template-columns: 1fr 1fr;
		align-items: start;
		row-gap: 24px;
	}

	.sms-footer-brand {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}

	.sms-footer-social {
		grid-column: 1 / -1;
		justify-content: flex-start;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.info-footer.sms-footer-shell {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.info-footer.sms-footer-shell .sms-footer-main__inner {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.sms-footer-item {
		align-items: flex-start;
	}

	.sms-footer-title--stack {
		gap: 6px;
	}

	.sms-footer-title--stack a {
		white-space: normal;
	}

	.sms-footer-social__list {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.sms-footer-bottom__inner {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.sms-footer-bottom__links,
	.sms-footer-bottom__copy,
	.sms-footer-bottom__agency {
		justify-self: start;
		text-align: left;
	}

	.sms-footer-bottom__agency {
		justify-self: start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sms-footer-item:hover .sms-footer-icon,
	.sms-footer-logo:hover {
		transform: none;
	}

	.sms-footer-item:hover .sms-footer-icon i {
		animation: none;
	}
}

/* Yukarı ok — WhatsApp ile çakışmasın, marka mavisi */
.go-top {
	bottom: 102px !important;
	background-color: #009ed6 !important;
	border-radius: 6px !important;
	box-shadow: 0 4px 14px rgba(0, 158, 214, 0.35);
}

.go-top.show {
	z-index: 999997 !important;
}

.go-top:hover {
	background-color: #0088bc !important;
}

.go-top i {
	color: #fff !important;
}

@media (max-width: 768px) {
	.go-top {
		bottom: 160px !important;
	}
}

@media (max-width: 480px) {
	.go-top {
		bottom: 145px !important;
	}
}
