/* Sonbahar — footer düzeni */

.sonbahar-footer .sonbahar-footer-area {
	padding-top: 80px;
	padding-bottom: 50px;
}

.sonbahar-footer-row {
	row-gap: 40px;
}

.sonbahar-footer-logo {
	margin-bottom: 22px;
}

.sonbahar-footer-logo img {
	max-width: 220px;
	height: auto;
	filter: brightness(0) invert(1);
}

.sonbahar-footer-desc {
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 0;
	max-width: 340px;
}

.sonbahar-footer-social {
	margin-top: 24px;
}

.sonbahar-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 16px;
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.sonbahar-footer-social a:not(:last-child) {
	margin-right: 10px;
}

.sonbahar-footer-social a:hover {
	background: #00baee;
	color: #fff;
	transform: translateY(-2px);
}

.sonbahar-footer .footer-widget .title {
	margin-bottom: 28px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

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

.sonbahar-footer-menu li {
	margin: 0;
}

.sonbahar-footer-menu li:not(:first-child) {
	margin-top: 14px;
}

.sonbahar-footer-menu li a {
	color: rgba(255, 255, 255, 0.85);
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	transition: color 0.2s ease, padding-left 0.2s ease;
}

.sonbahar-footer-menu li a:hover {
	color: #ffd57f;
	padding-left: 4px;
}

.sonbahar-footer-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sonbahar-footer-contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 15px;
	line-height: 1.6;
}

.sonbahar-footer-contact-list li:not(:first-child) {
	margin-top: 18px;
}

.sonbahar-footer-contact-list li i {
	flex-shrink: 0;
	width: 18px;
	margin-top: 3px;
	color: #00baee;
	font-size: 16px;
}

.sonbahar-footer-contact-list a {
	color: rgba(255, 255, 255, 0.9);
	transition: color 0.2s ease;
}

.sonbahar-footer-contact-list a:hover {
	color: #ffd57f;
}

.sonbahar-footer-sep {
	margin: 0 6px;
	opacity: 0.5;
}

.sonbahar-footer .copyright-area {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sonbahar-footer .copyright p {
	color: rgba(255, 255, 255, 0.65);
	font-size: 14px;
	margin: 0;
}

@media (max-width: 991px) {
	.sonbahar-footer .sonbahar-footer-area {
		padding-top: 60px;
	}

	.sonbahar-footer-desc {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.sonbahar-footer .sonbahar-footer-area {
		padding-top: 50px;
		padding-bottom: 30px;
	}

	.sonbahar-footer-row {
		row-gap: 32px;
	}
}
