.slide-item {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 450px
}

 .item{
	 -webkit-box-shadow: 0 8px 7px -5px rgba(0, 0, 0, 0.05);
	 box-shadow: 0 8px 7px -5px rgba(0, 0, 0, 0.05);
	 margin-bottom: 15px;
	 border-radius: 20px;
	 padding: 12px;

}
.social-icons li a {
color: #fff !important;
}

.social-icons li:hover a {
	background: #fff;
	color: #1aa9e1 !important;
}

.social-icons li:hover.social-icons-twitter a {
	background: #fff;
	color: #1aa9e1;
}

.social-icons li:hover.social-icons-facebook a {
	background: #fff;
	color: #3b5a9a;
}

.social-icons li:hover.social-icons-linkedin a {
	background: #fff;
	color: #0073b2;
}
.social-icons li:hover.social-icons-instagram a {
	background: #fff;
	color: #0073b2;
}
#header .header-column .header-extra-info li{
	margin-left: 14px;
}
@media (max-width: 767px) {
	/*#header .header-nav-top.extra-btn {*/
	/*	margin-top: 5px;*/
	/*}*/
	#header .header-column .header-extra-info li{
		margin-left: 2px;
	}
	.market-login{
		font-size: 11px;
		padding: 3px;
		border-radius: 2px;
		color: #fff;
		border-color: #fff;;
	}
	.language-btn{
		font-size: 11px;
		padding: 5px;
		border-radius: 2px;
	}
	#header .header-logo img {
		width: 120px;
	}

	.mobile-social.social-icons li a {
		color: #0073b2 !important;
	}

	.mobile-social.social-icons li:hover a {
		background: #0073b2;
		color: #fff !important;
	}

	.mobile-social.social-icons li:hover.social-icons-twitter a {
		background: #1aa9e1;
		color: #fff;
	}

	.mobile-social.social-icons li:hover.social-icons-facebook a {
		background: #3b5a9a;
		color: #fff;
	}

	.mobile-social.social-icons li:hover.social-icons-linkedin a {
		background: #0073b2;
		color: #fff;
	}
	.mobile-social.social-icons li:hover.social-icons-instagram a {
		background: #0073b2;
		color: #fff;
	}

}
.header-nav-bar, .navbar {
    background: #000000 !important;
}
/* Markalar bölümündeki tüm resimleri hizalamaya zorlayan genel kod */
section img[src*="brand"], 
div[class*="brand"] img, 
.marken img {
    width: 150px !important;
    height: 110px !important;
    object-fit: contain !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 10px !important;
    background: #fff !important; /* Logoların arkasını beyaz yapar, daha düzenli durur */
    padding: 5px !important;
}