/* Marka renk paleti */
:root {
	--theme-color1: #0d3a5c;
	--bg-theme-color1: var(--theme-color1);
	--border-theme-color1: var(--theme-color1);

	--theme-color2: #d4a574;
	--bg-theme-color2: var(--theme-color2);
	--border-theme-color2: var(--theme-color2);

	--gradient-1: linear-gradient(to right, rgba(13, 58, 92, 1) 0%, rgba(212, 165, 116, 0.6) 50%, rgba(13, 58, 92, 0) 100%);
	--gradient-2: linear-gradient(to right, var(--theme-color1), var(--theme-color2));
	--gradient-3: linear-gradient(to top, var(--theme-color1), var(--theme-color2));
}

/* 2) Çekirdek buton stillerini marka rengine sabitle (slider hariç - slider selector'ları daha spesifik olduğu için öncelikli olacak) */
.theme-btn.btn-style-one,
.btn-style-one {
	background: var(--bg-theme-color2) !important;
}

/* İletişim ikonları tüm satırlarda aynı arka plana sahip olsun */
.contact-details__info li {
	align-items: stretch !important;
	gap: 16px;
}

.contact-details__info li .icon {
	background: rgba(13, 58, 92, 0.85) !important;
	color: #ffffff !important;
	width: 64px;
	min-height: 56px;
	border-radius: 12px;
	flex: 0 0 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Mobilde iletişim sayfası düzeltmeleri */
@media (max-width: 768px) {
	.contact-details {
		margin-top: 60px !important;
		padding-top: 10px !important;
	}
	
	.contact-details .sec-title {
		margin-bottom: 30px !important;
		margin-top: 0 !important;
	}
	
	/* Mobilde sağ kolonu (iletişim bilgileri) üste taşı */
	.contact-details .row {
		display: flex !important;
		flex-direction: column !important;
	}
	
	.contact-details .row > .col-xl-6:last-child {
		order: -1;
		margin-bottom: 30px !important;
	}
	
	.contact-details .row > .col-xl-6:first-child {
		order: 1;
	}
	
	.contact-details__info li .icon {
		width: 48px !important;
		min-height: 48px !important;
		height: 48px !important;
		max-width: 48px !important;
		flex: 0 0 48px !important;
	}
	
	.contact-details__info li .icon[style*="width:56px"],
	.contact-details__info li .icon[style*="height:56px"] {
		width: 48px !important;
		height: 48px !important;
	}
	
	.contact-details__info li .icon span,
	.contact-details__info li .icon .lnr-icon-phone-plus,
	.contact-details__info li .icon .lnr-icon-user,
	.contact-details__info li .icon .lnr-icon-envelope1,
	.contact-details__info li .icon .lnr-icon-location {
		font-size: 18px !important;
	}
	
	.contact-details__info li .icon .fs-4 {
		font-size: 18px !important;
	}
	
	.contact-details__info li {
		gap: 12px !important;
	}
	
	.contact-details__info li .text {
		font-size: 14px;
	}
	
	.contact-details__info li .text h6 {
		font-size: 14px !important;
		margin-bottom: 4px !important;
	}
	
	/* Mobilde butonları daha da küçült */
	.contact-details .theme-btn.btn-style-one,
	.contact-details .btn-style-one {
		padding: 6px 12px !important;
		font-size: 12px !important;
	}
	
	.contact-details .btn-style-one .btn-title {
		font-size: 12px !important;
	}
}

/* Mobilde footer logo ve abone ol alanının yerini değiştir */
@media (max-width: 768px) {
	.main-footer .upper-box {
		display: flex !important;
		flex-direction: column !important;
	}
	
	.main-footer .upper-box .logo {
		order: 2;
		margin-top: 20px !important;
	}
	
	.main-footer .upper-box .subscribe-form {
		order: 1;
	}
}

/* Mobilde slider butonlarını küçült */
@media (max-width: 768px) {
	.main-slider .btn-box .theme-btn,
	.banner-section .btn-box .theme-btn,
	.banner-section-two .btn-box .theme-btn,
	.banner-section-two .content-box .btn-box .theme-btn {
		padding: 8px 16px !important;
		font-size: 13px !important;
	}
	
	.main-slider .btn-box .theme-btn .btn-title,
	.banner-section .btn-box .theme-btn .btn-title,
	.banner-section-two .btn-box .theme-btn .btn-title,
	.banner-section-two .content-box .btn-box .theme-btn .btn-title {
		font-size: 13px !important;
	}
}

@media (max-width: 480px) {
	.main-slider .btn-box .theme-btn,
	.banner-section .btn-box .theme-btn,
	.banner-section-two .btn-box .theme-btn,
	.banner-section-two .content-box .btn-box .theme-btn {
		padding: 6px 12px !important;
		font-size: 12px !important;
	}
	
	.main-slider .btn-box .theme-btn .btn-title,
	.banner-section .btn-box .theme-btn .btn-title,
	.banner-section-two .btn-box .theme-btn .btn-title,
	.banner-section-two .content-box .btn-box .theme-btn .btn-title {
		font-size: 12px !important;
	}
}

.contact-details__info li .icon span {
	color: #ffffff !important;
}

.contact-details__info li .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
}

/* Formlardaki zorunlu alan yıldızlarını ve bilgi mesajlarını markaya göre renklendir */
.contact-details .text-danger,
.contact-form .text-danger,
label .text-danger {
	color: var(--theme-color2) !important;
}

/* ============================================
   HEADER RENK GÜNCELLEMELERİ - #d4a574 (Altın/Kahverengi)
   ============================================ */

/* 1) Slider üzerinde şeffaf header */
.header-style-two {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50;
	background: transparent !important;
}

.header-style-two:before {
	display: none !important;
}

.header-style-two .header-top {
	border-top: 3px solid #d4a574 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
	background: rgba(13, 58, 92, 0.85) !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

/* Slider'daki beyaz overlay'i kaldır */
.banner-section-two .slide-item .bg-image:before,
.banner-section .slide-item .bg-image:before {
	display: none !important;
	background: none !important;
	content: none !important;
}

.header-style-two .header-top .list-style-one li,
.header-style-two .header-top .list-style-one li a,
.header-style-two .header-top .list-style-one li i,
.header-style-two .header-top .list-style-one li .fa-envelope,
.header-style-two .header-top .list-style-one li .fa-phone,
.header-style-two .header-top .list-style-one li .fa-map-marker {
	color: #ffffff !important;
}

.header-style-two .header-top .list-style-one li:hover a {
	color: #d4a574 !important;
}

.header-style-two .social-icon-one li a {
	color: #ffffff !important;
}

.header-style-two .social-icon-one li a:hover {
	color: #d4a574 !important;
}

.header-style-two .header-lower {
	background: transparent !important;
	box-shadow: none !important;
	border-bottom: none !important;
}

/* Logo kutusu için cam efekti */
/* Logo kutusu – default görünüm, cam efekti yok */
.header-style-two .header-lower .logo-box {
	padding: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-radius: 0;
}

.header-style-two .header-lower .logo img {
	max-width: 350px;
	height: auto;
}

.header-style-two .header-lower .outer-box .theme-btn.btn-style-one,
.header-style-two .header-lower .outer-box .btn-style-one {
	background: rgba(13, 58, 92, 0.85) !important;
	color: #ffffff !important;
}

.header-style-two .header-lower .outer-box .btn-style-one .btn-title {
	color: #ffffff !important;
}

.header-style-two .header-lower .outer-box .btn-style-one:before,
.header-style-two .header-lower .outer-box .btn-style-one:after {
	background-color: rgba(13, 58, 92, 0.85) !important;
}

.header-style-two .header-lower .outer-box .btn-style-one:hover {
	background: rgba(13, 58, 92, 1) !important;
}

.header-style-two .header-lower .outer-box .btn-style-one:hover:before,
.header-style-two .header-lower .outer-box .btn-style-one:hover:after {
	background-color: rgba(13, 58, 92, 1) !important;
}

.header-style-two .header-lower .main-menu .navigation>li>a {
	font-size: 17px !important;
	letter-spacing: 0.02em;
}

/* Sticky header background rengi */
.sticky-header {
	background: rgba(13, 58, 92, 0.85) !important;
}

/* ============================================
   HAKKIMIZDA BÖLÜMÜ RENK GÜNCELLEMELERİ - #d4a574
   ============================================ */

/* 0) Hakkımızda bölümü için CSS değişkenlerini override et */
.about-section-three,
.about-section {
	--bg-theme-color2: #d4a574;
	--border-theme-color2: #d4a574;
	--theme-color2: #d4a574;
}

/* 1) Hakkımızda bölümündeki buton */
.about-section-three .theme-btn.btn-style-one,
.about-section-three .btn-style-one,
.about-section .theme-btn.btn-style-one,
.about-section .btn-style-one {
	background: rgba(13, 58, 92, 0.85) !important;
	border-color: rgba(13, 58, 92, 0.85) !important;
	background-color: rgba(13, 58, 92, 0.85) !important;
	color: #ffffff !important;
}

.about-section-three .btn-style-one .btn-title,
.about-section .btn-style-one .btn-title {
	font-size: 16px !important;
}

/* İletişim formu butonu */
.contact-details .theme-btn.btn-style-one,
.contact-details .btn-style-one {
	background: rgba(13, 58, 92, 0.85) !important;
	border-color: rgba(13, 58, 92, 0.85) !important;
	background-color: rgba(13, 58, 92, 0.85) !important;
	color: #ffffff !important;
	padding: 8px 16px !important;
	font-size: 13px !important;
}

.contact-details .btn-style-one .btn-title {
	font-size: 13px !important;
	color: #ffffff !important;
}

.contact-details .btn-style-one:before,
.contact-details .btn-style-one:after {
	background-color: rgba(13, 58, 92, 0.85) !important;
	background: rgba(13, 58, 92, 0.85) !important;
}

.contact-details .btn-style-one:hover {
	background: rgba(13, 58, 92, 1) !important;
	background-color: rgba(13, 58, 92, 1) !important;
}

.contact-details .btn-style-one:hover:before,
.contact-details .btn-style-one:hover:after {
	background-color: rgba(13, 58, 92, 1) !important;
	background: rgba(13, 58, 92, 1) !important;
}

/* Son bloglar bölümü - başlığı formdan aşağıya al */
.news-section-two.pt-0,
.news-section-two {
	padding-top: 20px !important;
	margin-top: 20px !important;
}

/* Blog tarih ve arka planını kaldır */
.news-block-two .image-box .date {
	display: none !important;
}

.news-block-two .image-box .date:before {
	display: none !important;
	content: none !important;
	background: none !important;
}

/* Blog sayfasındaki tarih ve arka planını kaldır */
.news-block .image-box .date {
	display: none !important;
}

.news-block .image-box .date:before {
	display: none !important;
	content: none !important;
	background: none !important;
}

/* Blog detay sayfasındaki tarih ve arka planını kaldır */
.blog-details__date {
	display: none !important;
}

.blog-details__date .day,
.blog-details__date .month {
	display: none !important;
}

.blog-details__date:before {
	display: none !important;
	content: none !important;
	background: none !important;
}

/* Footer bültene abone ol butonu */
.main-footer .subscribe-form .theme-btn.btn-style-one,
.main-footer .subscribe-form .btn-style-one {
	background: rgba(13, 58, 92, 0.85) !important;
	border-color: rgba(13, 58, 92, 0.85) !important;
	background-color: rgba(13, 58, 92, 0.85) !important;
	color: #ffffff !important;
}

.main-footer .subscribe-form .btn-style-one .btn-title {
	font-size: 16px !important;
	color: #ffffff !important;
}

/* Footer bültene abone ol başlığı */
.main-footer .subscribe-form .title {
	color: rgba(13, 58, 92, 0.85) !important;
}

.main-footer .subscribe-form .btn-style-one:before,
.main-footer .subscribe-form .btn-style-one:after {
	background-color: rgba(13, 58, 92, 0.85) !important;
	background: rgba(13, 58, 92, 0.85) !important;
}

.main-footer .subscribe-form .btn-style-one:hover {
	background: rgba(13, 58, 92, 1) !important;
	background-color: rgba(13, 58, 92, 1) !important;
}

.main-footer .subscribe-form .btn-style-one:hover:before,
.main-footer .subscribe-form .btn-style-one:hover:after {
	background-color: rgba(13, 58, 92, 1) !important;
	background: rgba(13, 58, 92, 1) !important;
}

.about-section-three .btn-style-one:before,
.about-section-three .btn-style-one:after,
.about-section .btn-style-one:before,
.about-section .btn-style-one:after {
	background-color: rgba(13, 58, 92, 0.85) !important;
	background: rgba(13, 58, 92, 0.85) !important;
}

.about-section-three .btn-style-one:hover,
.about-section .btn-style-one:hover {
	background: rgba(13, 58, 92, 1) !important;
	background-color: rgba(13, 58, 92, 1) !important;
}

.about-section-three .btn-style-one:hover:before,
.about-section-three .btn-style-one:hover:after,
.about-section .btn-style-one:hover:before,
.about-section .btn-style-one:hover:after {
	background-color: rgba(13, 58, 92, 1) !important;
	background: rgba(13, 58, 92, 1) !important;
}

/* 2) Hakkımızda bölümündeki görsel çerçevesi - KALDIRILDI */
.about-section .image-column .image-1:before,
.about-section-three .image-column .image-1:before,
.about-section-three .image-column .inner-column .image-1:before {
	display: none !important;
	content: none !important;
}

/* 2.1) Hakkımızda bölümündeki ikinci görsel (image-2) - KALDIRILDI */
.about-section .image-column .image-2,
.about-section-three .image-column .image-2,
.about-section .image-column .inner-column .image-2,
.about-section-three .image-column .inner-column .image-2 {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	height: 0 !important;
	width: 0 !important;
	overflow: hidden !important;
}

/* Afgan Halıları Galeri Bölümü */
.afgan-gallery-section {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #e0e0e0;
}

.afgan-gallery-section h3 {
	color: #0d3a5c;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 30px;
}

.afgan-gallery-section .gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.afgan-gallery-section .gallery-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.afgan-gallery-section .gallery-item img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.afgan-gallery-section .gallery-item:hover img {
	transform: scale(1.05);
}

@media (max-width: 768px) {
	.afgan-gallery-section h3 {
		font-size: 24px;
	}
	
	.afgan-gallery-section .gallery-item img {
		height: 250px;
	}
}

/* 3) Hakkımızda bölümündeki logo - KALDIRILDI */
.about-section .logo,
.about-section-three .logo,
.about-section .content-column .logo,
.about-section-three .content-column .logo,
.about-section .inner-column .logo,
.about-section-three .inner-column .logo,
.about-section .sec-title .logo,
.about-section-three .sec-title .logo {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	height: 0 !important;
	width: 0 !important;
	overflow: hidden !important;
}

.about-section .logo img,
.about-section-three .logo img,
.about-section .content-column .logo img,
.about-section-three .content-column .logo img,
.about-section .inner-column .logo img,
.about-section-three .inner-column .logo img,
.about-section .sec-title .logo img,
.about-section-three .sec-title .logo img {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	height: 0 !important;
	width: 0 !important;
}

/* ============================================
   ÜRÜNLERİMİZ BÖLÜMÜ RENK GÜNCELLEMELERİ - #d4a574
   ============================================ */

/* 1) Ürünlerimiz başlığındaki "/" işaretinin rengi */
.sec-title .sub-title:before,
.services-section .sec-title .sub-title:before {
	color: #d4a574 !important;
}

/* 2) Ürünlerdeki yuvarlak icon alanını kaldır */
.service-block .image-box .icon-box {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

/* 4) Slider'daki butonlar - CSS değişkenlerini override et */
.main-slider,
.banner-section,
.banner-section-two {
	--bg-theme-color2: rgba(13, 58, 92, 0.85);
	--border-theme-color2: rgba(13, 58, 92, 0.85);
	--theme-color2: rgba(13, 58, 92, 0.85);
}

/* 5) Slider'daki butonlar - Tüm durumlar için (EN ÖNEMLİ - EN SONA YAZILDI) */
.main-slider .btn-box .theme-btn.btn-style-one,
.main-slider .btn-box .btn-style-one,
.main-slider .inner .btn-box .theme-btn.btn-style-one,
.main-slider .inner .btn-box .btn-style-one,
.main-slider .theme-btn.btn-style-one,
.main-slider .btn-style-one,
.banner-section .btn-box .theme-btn.btn-style-one,
.banner-section .btn-box .btn-style-one,
.banner-section-two .btn-box .theme-btn.btn-style-one,
.banner-section-two .btn-box .btn-style-one,
.banner-section-two .content-box .btn-box .theme-btn.btn-style-one,
.banner-section-two .content-box .btn-box .btn-style-one {
	background: rgba(13, 58, 92, 0.85) !important;
	border-color: rgba(13, 58, 92, 0.85) !important;
	background-color: rgba(13, 58, 92, 0.85) !important;
	color: #ffffff !important;
}

.main-slider .btn-box .btn-style-one:before,
.main-slider .btn-box .btn-style-one:after,
.main-slider .inner .btn-box .btn-style-one:before,
.main-slider .inner .btn-box .btn-style-one:after,
.main-slider .btn-style-one:before,
.main-slider .btn-style-one:after,
.banner-section .btn-box .btn-style-one:before,
.banner-section .btn-box .btn-style-one:after {
	background-color: rgba(13, 58, 92, 0.85) !important;
	background: rgba(13, 58, 92, 0.85) !important;
}

.main-slider .btn-box .btn-style-one:hover,
.main-slider .inner .btn-box .btn-style-one:hover,
.main-slider .btn-style-one:hover,
.banner-section .btn-box .btn-style-one:hover,
.banner-section-two .btn-box .btn-style-one:hover,
.banner-section-two .content-box .btn-box .btn-style-one:hover {
	background: rgba(13, 58, 92, 1) !important;
	background-color: rgba(13, 58, 92, 1) !important;
}

.main-slider .btn-box .btn-style-one:hover:before,
.main-slider .btn-box .btn-style-one:hover:after,
.main-slider .inner .btn-box .btn-style-one:hover:before,
.main-slider .inner .btn-box .btn-style-one:hover:after,
.main-slider .btn-style-one:hover:before,
.main-slider .btn-style-one:hover:after,
.banner-section .btn-box .btn-style-one:hover:before,
.banner-section .btn-box .btn-style-one:hover:after {
	background-color: rgba(13, 58, 92, 1) !important;
	background: rgba(13, 58, 92, 1) !important;
}

.main-slider .btn-box .theme-btn.btn-style-two,
.main-slider .btn-box .btn-style-two,
.main-slider .inner .btn-box .theme-btn.btn-style-two,
.main-slider .inner .btn-box .btn-style-two,
.main-slider .theme-btn.btn-style-two,
.main-slider .btn-style-two,
.banner-section .btn-box .theme-btn.btn-style-two,
.banner-section .btn-box .btn-style-two,
.banner-section-two .btn-box .theme-btn.btn-style-two,
.banner-section-two .btn-box .btn-style-two,
.banner-section-two .content-box .btn-box .theme-btn.btn-style-two,
.banner-section-two .content-box .btn-box .btn-style-two {
	border-color: rgba(13, 58, 92, 0.85) !important;
	color: #ffffff !important;
	background-color: rgba(13, 58, 92, 0.85) !important;
	background: rgba(13, 58, 92, 0.85) !important;
}

.main-slider .btn-box .btn-style-two:before,
.main-slider .inner .btn-box .btn-style-two:before,
.main-slider .btn-style-two:before,
.banner-section .btn-box .btn-style-two:before {
	background: rgba(13, 58, 92, 0.85) !important;
	background-color: rgba(13, 58, 92, 0.85) !important;
}

.main-slider .btn-box .btn-style-two,
.main-slider .inner .btn-box .btn-style-two,
.main-slider .btn-style-two,
.banner-section .btn-box .btn-style-two,
.banner-section-two .btn-box .btn-style-two,
.banner-section-two .content-box .btn-box .btn-style-two {
	background: rgba(13, 58, 92, 0.85) !important;
	background-color: rgba(13, 58, 92, 0.85) !important;
	color: #ffffff !important;
}

.main-slider .btn-box .btn-style-two:hover,
.main-slider .inner .btn-box .btn-style-two:hover,
.main-slider .btn-style-two:hover,
.banner-section .btn-box .btn-style-two:hover,
.banner-section-two .btn-box .btn-style-two:hover,
.banner-section-two .content-box .btn-box .btn-style-two:hover {
	color: #ffffff !important;
	border-color: rgba(13, 58, 92, 1) !important;
	background-color: rgba(13, 58, 92, 1) !important;
}

.main-slider .btn-box .btn-style-two .btn-title,
.main-slider .btn-style-two .btn-title,
.banner-section .btn-box .btn-style-two .btn-title,
.banner-section-two .btn-box .btn-style-two .btn-title,
.banner-section-two .content-box .btn-box .btn-style-two .btn-title {
	color: #ffffff !important;
}

.main-slider .btn-box .btn-style-two:hover:before,
.main-slider .inner .btn-box .btn-style-two:hover:before,
.main-slider .btn-style-two:hover:before,
.banner-section .btn-box .btn-style-two:hover:before {
	background: rgba(13, 58, 92, 1) !important;
	background-color: rgba(13, 58, 92, 1) !important;
}

/* Slider butonlarının tipografisi */
.banner-section-two .btn-box .theme-btn,
.banner-section-two .btn-box .btn-style-two {
	padding: 14px 30px !important;
}

.banner-section-two .btn-box .theme-btn .btn-title,
.banner-section-two .btn-box .btn-style-two .btn-title {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.btn-style-one.light:before,
.btn-style-one.light:after {
	background: var(--bg-theme-color2) !important;
}

.btn-style-two {
	border-color: var(--bg-theme-color2) !important;
	color: var(--bg-theme-color2) !important;
}

.btn-style-two:before {
	background: var(--bg-theme-color2) !important;
}

.btn-style-two:hover {
	color: #fff !important;
}

.btn-style-three {
	background: var(--bg-theme-color2) !important;
	border-color: var(--bg-theme-color2) !important;
}

.btn-style-three:before {
	background: var(--bg-theme-color2) !important;
}

.btn-style-three:hover {
	color: #fff !important;
}
.mobile-contact-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    display: none;
}

.mobile-contact-button {
    flex: 1;
    padding: 12px 8px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
    margin: 0;
    box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-top: none;
    height: 55px;
    position: relative;
    overflow: hidden;
}

.mobile-contact-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-100%);
    transition: all 0.3s ease;
}

.mobile-contact-button:hover:before,
.mobile-contact-button:active:before {
    transform: translateY(0);
}

.mobile-contact-button:hover,
.mobile-contact-button:active {
    color: white;
    transform: translateY(-3px);
}

.call-button {
    background-color: #007C91;
    background-image: linear-gradient(135deg, #005a6b, #007C91);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.whatsapp-button {
    background-color: #25D366;
    background-image: linear-gradient(135deg, #128C7E, #25D366);
}

.mobile-contact-button i {
    font-size: 18px;
    margin-right: 6px;
    margin-bottom: 0;
    display: block;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.mobile-contact-button span {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
    .mobile-contact-buttons {
        display: flex;
    }

    body {
        padding-bottom: 55px;
    }
}


@media (min-width: 769px) {
    .mobile-contact-buttons {
        display: none !important;
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preloader__content {
    text-align: center;
    width: 90%;
    max-width: 600px;
    padding: 20px;
}

.preloader__logo {
    margin-bottom: 20px;
    width: 500px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.preloader__logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.preloader__title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0;
    color: #333;
    word-wrap: break-word;
}

.preloader__spinner {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.spinner-grow {
    width: 1.5rem;
    height: 1.5rem;
    animation-delay: calc(var(--bs-spinner-animation-speed) * 0.15);
}

.spinner-grow:nth-child(2) {
    animation-delay: calc(var(--bs-spinner-animation-speed) * 0.3);
}

.spinner-grow:nth-child(3) {
    animation-delay: calc(var(--bs-spinner-animation-speed) * 0.45);
}

@media (max-width: 768px) {
    .preloader__content {
        padding: 15px;
        max-width: 300px;
    }

    .preloader__logo {
        width: 300px;
        height: 300px;
        margin-bottom: 5px;
    }

    .preloader__title {
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: 0;
        padding-top: 0;
    }

    .spinner-grow {
        width: 1.2rem;
        height: 1.2rem;
    }
}

@media (max-width: 320px) {
    .preloader__content {
        padding: 10px;
        max-width: 250px;
    }

    .preloader__logo {
        width: 250px;
        height: 250px;
        margin-bottom: 5px;
    }

    .preloader__title {
        font-size: 16px;
        margin-bottom: 12px;
        margin-top: 0;
        padding-top: 0;
    }

    .spinner-grow {
        width: 1rem;
        height: 1rem;
    }
}

@media (max-width: 768px) {
  .page-title .title {
    font-size: 58px;
    color: #ffffff;
    margin-bottom: 17px;
  }
}

/* Ürünlerimiz bölüm boşluğu */
.products-page-content {
  padding-top: 40px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .products-page-content {
    padding-top: 32px;
    padding-bottom: 56px;
  }
}

/* Sidebar butonları - İpek koleksiyonu sayfası */
.service-sidebar .service-sidebar-single-btn .theme-btn.btn-style-one,
.service-sidebar .service-sidebar-single-btn .btn-style-one {
	background: rgba(13, 58, 92, 0.85) !important;
	border-color: rgba(13, 58, 92, 0.85) !important;
	background-color: rgba(13, 58, 92, 0.85) !important;
	color: #ffffff !important;
}

.service-sidebar .service-sidebar-single-btn .btn-style-one .btn-title {
	font-size: 17px !important;
	color: #ffffff !important;
}

.service-sidebar .service-sidebar-single-btn .btn-style-one:before,
.service-sidebar .service-sidebar-single-btn .btn-style-one:after {
	background-color: rgba(13, 58, 92, 0.85) !important;
	background: rgba(13, 58, 92, 0.85) !important;
}

.service-sidebar .service-sidebar-single-btn .btn-style-one:hover {
	background: rgba(13, 58, 92, 1) !important;
	background-color: rgba(13, 58, 92, 1) !important;
}

.service-sidebar .service-sidebar-single-btn .btn-style-one:hover:before,
.service-sidebar .service-sidebar-single-btn .btn-style-one:hover:after {
	background-color: rgba(13, 58, 92, 1) !important;
	background: rgba(13, 58, 92, 1) !important;
}

/* WhatsApp butonu için özel stil (inline style'ı override etmek için) */
.service-sidebar .service-sidebar-single-btn .btn-style-one[style*="background-color: #25D366"],
.service-sidebar .service-sidebar-single-btn .btn-style-one[style*="background-color:#25D366"] {
	background: rgba(13, 58, 92, 0.85) !important;
	border-color: rgba(13, 58, 92, 0.85) !important;
	background-color: rgba(13, 58, 92, 0.85) !important;
}

.service-sidebar .service-sidebar-single-btn .btn-style-one[style*="background-color: #25D366"]:hover,
.service-sidebar .service-sidebar-single-btn .btn-style-one[style*="background-color:#25D366"]:hover {
	background: rgba(13, 58, 92, 1) !important;
	background-color: rgba(13, 58, 92, 1) !important;
}

/* İç sayfalardaki header görselinin üstündeki beyaz opacity'yi kaldır */
.page-title:before {
	display: none !important;
	background: none !important;
	content: none !important;
}

/* Mobil header logo küçült ve hamburger menü ile alanları eşitle */
@media only screen and (max-width: 1023px) {
	.main-header .logo img,
	.sticky-header .logo img {
		max-height: 55px !important;
		height: auto !important;
	}
	
	.header-style-two .header-lower .logo-box {
		padding: 15px 0 !important;
		min-width: auto !important;
	}
	
	.main-header .main-box {
		align-items: center !important;
	}
	
	.mobile-nav-toggler {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		margin-left: 15px !important;
	}
}

/* Hamburger menü büyüt */
.mobile-nav-toggler {
	font-size: 28px !important;
	line-height: 24px !important;
}

.mobile-nav-toggler .icon {
	font-size: 28px !important;
}
