header {
	padding: 5px 0 !important;
}
.mainlogo {
	width: 130px;
	transition: all 0.3s ease;
}
body.fixed-header header {
	padding: 2px 0 !important;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
body.fixed-header .mainlogo {
	width: 90px !important;
}
.logo-fixed{
	width:150px;
}
.font-sign-painter{
	font-size:32px!important;
}

.sub-title-2{
	color:#333!important;
}
.slider-text{
	margin-top:25px;
	line-height:18px;
}
.slider-text p {
		line-height:14px;
		color:#000;
}

/* Tuğla Çeşitleri Section CSS */
.tugla-title {
	font-weight: 800;
	font-size: 42px;
	color: #222;
	margin-bottom: 15px;
	line-height: 1.1;
}

.tugla-divider {
	width: 40px;
	height: 3px;
	background-color: #e86238;
	margin-bottom: 20px;
}

.tugla-desc {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 30px;
}

.tugla-btn {
	display: inline-block;
	border: 1px solid #e86238;
	color: #e86238;
	padding: 10px 25px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s;
}

.tugla-btn:hover {
	background-color: #e86238;
	color: #fff;
}

.kalite-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tugla-card {
	background-color: #fff;
	border-radius: 15px;
	padding: 25px 20px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	text-align: left;
	position: relative;
	transition: all 0.3s ease;
	height: 100%;
}

.tugla-card:hover {
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	transform: translateY(-5px);
}

.tugla-img {
	text-align: center;
	margin-bottom: 20px;
}

.tugla-img img {
	max-width: 100%;
	height: auto;
}

.tugla-card h4 {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tugla-card p {
	font-size: 12px;
	color: #777;
	line-height: 1.5;
	margin-bottom: 20px;
padding-right: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tugla-arrow-btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	border: 1px solid #e86238;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #e86238;
	text-decoration: none;
	transition: all 0.3s;
}

.tugla-arrow-btn:hover {
	background-color: #e86238;
	color: #fff;
}

.tugla-slider .swiper-pagination-bullet {
	background: #ccc;
	opacity: 1;
}

.tugla-slider .swiper-pagination-bullet-active {
	background: #e86238;
}

.tugla-slider .swiper-button-next,
.tugla-slider .swiper-button-prev {
	color: #333;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.tugla-slider .swiper-button-next:after,
.tugla-slider .swiper-button-prev:after {
	font-size: 16px;
}

.swiper-pagination-bullets .swiper-pagination-bullet{
	border:1px solid transparent!important;
}

/* Slider Contact Button CSS */
.slider-iletisim-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e86238;
	color: #e86238 !important;
	background-color: transparent !important;
	padding: 10px 30px;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.slider-iletisim-btn:hover {
	background-color: #e86238 !important;
	color: #fff !important;
}

.slider-iletisim-btn::after {
	content: "\2192"; /* Right arrow */
	margin-left: 8px;
	font-size: 16px;
}
.haberler-baslik{
	padding-left:15px;
}

/* Custom Footer Styles */
.footer-social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #ddd;
	color: #e86238;
	margin-right: 10px;
	transition: all 0.3s ease;
	text-decoration: none;
}
.footer-social-icons a:hover {
	background-color: #e86238;
	color: #fff;
	border-color: #e86238;
}

.footer-links-list li {
	margin-bottom: 12px;
}
.footer-links-list li a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.3s;
	position: relative;
	padding-left: 15px;
}
.footer-links-list li a::before {
	content: "›";
	position: absolute;
	left: 0;
	top: -2px;
	color: #e86238;
	font-size: 18px;
	font-weight: bold;
}
.footer-links-list li a:hover {
	color: #e86238;
}

.footer-icon-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #e86238;
	color: #fff;
	font-size: 14px;
}