/* Minimal topbar — sağda: sosyal | mail | telefon */
:root {
	--sms-site-max: 1480px;
	--sms-site-gutter: 15px;
}

/* Mavi üst bar — tam genişlik (100vw yatay kaydırma oluşturur) */
.themesflat-top.sms-topbar-minimal {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
}

.themesflat-top.sms-topbar-minimal .container {
	max-width: var(--sms-site-max);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--sms-site-gutter);
	padding-right: var(--sms-site-gutter);
	box-sizing: border-box;
}

.sms-topbar-minimal .container-inside.sms-topbar-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	margin-left: 0 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.sms-topbar-minimal .content-left,
.sms-topbar-minimal .content-right {
	display: none !important;
}

.sms-topbar-group {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 14px;
	margin-left: auto;
}

.sms-topbar-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 12px;
}

.sms-topbar-social li {
	margin: 0 !important;
	padding: 0;
	display: inline-flex;
}

.sms-topbar-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: #fff !important;
	opacity: 0.95;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.sms-topbar-social a:hover {
	color: #fff !important;
	opacity: 1;
	transform: translateY(-1px);
}

.sms-topbar-social i {
	font-size: 16px;
	line-height: 1;
}

.sms-topbar-sep {
	color: rgba(255, 255, 255, 0.45);
	font-weight: 300;
	font-size: 14px;
	line-height: 1;
	user-select: none;
	flex-shrink: 0;
}

.sms-topbar-email,
.sms-topbar-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	white-space: nowrap;
	transition: opacity 0.2s ease;
}

.sms-topbar-email:hover,
.sms-topbar-phone:hover {
	color: #fff !important;
	opacity: 0.9;
}

.themesflat-top.sms-topbar-minimal .sms-topbar-email:hover,
.themesflat-top.sms-topbar-minimal .sms-topbar-phone:hover {
	color: #fff !important;
}

.themesflat-top.sms-topbar-minimal .sms-topbar-social a:hover {
	color: #fff !important;
	opacity: 1;
}

.sms-topbar-email i,
.sms-topbar-phone i {
	font-size: 15px;
	color: #fff !important;
	opacity: 0.95;
}

.sms-topbar-email:hover i,
.sms-topbar-phone:hover i {
	color: #fff !important;
	opacity: 1;
}

.header-01 .themesflat-top.sms-topbar-minimal .container-inside.sms-topbar-inner {
	margin-left: 0 !important;
}

@media (max-width: 991px) {
	.sms-topbar-minimal .container-inside.sms-topbar-inner {
		justify-content: center;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	.sms-topbar-group {
		justify-content: center;
		flex-wrap: wrap;
		row-gap: 8px;
		margin-left: 0;
	}

	.sms-topbar-social ul {
		gap: 10px;
	}

	.sms-topbar-email,
	.sms-topbar-phone {
		font-size: 15px;
		white-space: normal;
	}

	.sms-topbar-social i {
		font-size: 15px;
	}

}

@media (max-width: 575px) {
	.sms-topbar-group {
		flex-direction: column;
		align-items: center;
	}

	.sms-topbar-sep {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sms-topbar-social a,
	.sms-topbar-email,
	.sms-topbar-phone {
		transition: none;
	}
}

.info-footer .container {
	max-width: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.info-footer .wrap-info-item {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-sizing: border-box;
	padding: clamp(16px, 2vw, 22px) clamp(16px, 3vw, 32px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
}

.info-footer .info-item {
	flex: 0 0 auto;
	flex-grow: 0;
	max-width: none;
	margin-bottom: 0;
	justify-content: flex-start;
}

.info-footer .info-item:not(:first-child)::before {
	content: "|";
	margin-right: clamp(14px, 2vw, 24px);
	margin-left: clamp(14px, 2vw, 24px);
	color: rgba(255, 255, 255, 0.45);
	font-weight: 300;
	font-size: clamp(14px, 1.1vw, 16px);
	line-height: 1;
	flex-shrink: 0;
	align-self: center;
}

.info-footer .wrap-info {
	padding-left: 52px;
	margin-right: 0;
}

.info-footer .wrap-info .icon-info {
	width: 42px;
	height: 42px;
}

@media (max-width: 991px) {
	.info-footer .wrap-info-item {
		justify-content: center;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.info-footer .info-item:not(:first-child)::before {
		margin-left: clamp(10px, 1.5vw, 16px);
		margin-right: clamp(10px, 1.5vw, 16px);
	}

	.info-footer .wrap-info {
		padding-left: 48px;
	}
}

@media (max-width: 767px) {
	.info-footer .wrap-info-item {
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}

	.info-footer .info-item:not(:first-child)::before {
		display: none;
	}

	.info-footer .info-item {
		justify-content: center;
		width: 100%;
	}
}
