/* :root — Halı yıkama paleti + Canvas beauty override */
:root {
	--primary: #1a6b3a;
	--primary-dark: #0f4726;
	--primary-light: #e8f5ee;
	--accent: #f0a500;
	--text: #2c2c2c;
	--font-head: 'Playfair Display', serif;
	--font-body: 'Nunito Sans', sans-serif;
	--themecolor: #1a6b3a;
	--color1: #0f4726;
	--color2: #e8f5ee;
	--color3: #f0a500;
	--color4: #1a6b3a;
	--font1: 'Playfair Display', serif;
	--font2: 'Nunito Sans', sans-serif;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-body), system-ui, sans-serif !important;
	color: var(--text);
	background: #fff;
}

h1, h2, h3, h4, h5, h6,
.font-primary,
.font-head {
	font-family: var(--font-head), Georgia, serif !important;
}

/* Header override — sticky top */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1040;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
	transition: padding 0.35s ease, box-shadow 0.35s ease;
}

.site-header.header-compact {
	padding-top: 0.35rem !important;
	padding-bottom: 0.35rem !important;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}

.site-header .navbar-brand img {
	max-height: 56px;
	width: auto;
	transition: max-height 0.35s ease;
}

.site-header.header-compact .navbar-brand img {
	max-height: 44px;
}

.site-header .nav-link {
	color: var(--text) !important;
	font-weight: 600;
	font-size: 0.95rem;
	padding: 0.5rem 0.75rem !important;
}

.site-header .nav-link:hover {
	color: var(--primary) !important;
}

.site-header .btn-tel {
	background: var(--primary);
	color: #fff !important;
	border-radius: 50px;
	padding: 0.45rem 1rem !important;
	font-weight: 700;
}

.site-header .btn-tel:hover {
	background: var(--primary-dark);
	color: #fff !important;
}

.site-header .social a {
	color: var(--primary);
	font-size: 1.15rem;
	margin-left: 0.35rem;
}

.site-header .social a:hover {
	color: var(--accent);
}

/* Hero — Swiper */
.hero-swiper {
	height: 100vh;
	min-height: 420px;
}

.hero-swiper .swiper-slide {
	position: relative;
	background: var(--primary-dark);
}

.hero-swiper .slide-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

.hero-swiper .slide-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, rgba(15, 71, 38, 0.92) 0%, rgba(26, 107, 58, 0.45) 45%, rgba(26, 107, 58, 0.1) 100%);
}

.hero-swiper .slide-inner {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	padding-top: 88px;
}

.hero-swiper .tag-pill {
	display: inline-block;
	background: rgba(240, 165, 0, 0.95);
	color: #1a1a1a;
	font-weight: 800;
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 0.35rem 0.85rem;
	border-radius: 4px;
	margin-bottom: 1rem;
}

.hero-swiper h1,
.hero-swiper h2.hero-slide-title {
	font-size: clamp(2rem, 5vw, 3.25rem);
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 1rem;
}

.hero-swiper p.lead {
	max-width: 560px;
	font-size: 1.1rem;
	opacity: 0.95;
}

.hero-swiper .btn-hero-primary {
	background: var(--accent);
	color: #1a1a1a;
	font-weight: 800;
	border: 0;
	border-radius: 50px;
	padding: 0.65rem 1.5rem;
}

.hero-swiper .btn-hero-primary:hover {
	filter: brightness(1.05);
	color: #111;
}

.hero-swiper .btn-hero-outline {
	border: 2px solid #fff;
	color: #fff;
	font-weight: 700;
	border-radius: 50px;
	padding: 0.6rem 1.4rem;
	background: transparent;
}

.hero-swiper .btn-hero-outline:hover {
	background: #fff;
	color: var(--primary-dark);
}

.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
	color: #fff;
}

.hero-swiper .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.45;
}

.hero-swiper .swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--accent);
}

/* Özellik bar */
.features-bar {
	background: var(--primary);
	color: #fff;
	padding: 1rem 0;
}

.features-bar .feat-item {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	font-weight: 700;
	font-size: 0.95rem;
	justify-content: center;
	text-align: center;
}

.features-bar .feat-item i {
	font-size: 1.35rem;
	color: var(--accent);
}

/* Service cards */
#hizmetler {
	padding: 4.5rem 0;
}

.section-title {
	margin-bottom: 2.5rem;
}

.section-title h2 {
	color: var(--primary-dark);
	font-weight: 700;
}

.section-title .line {
	width: 60px;
	height: 4px;
	background: var(--accent);
	border-radius: 2px;
	margin-top: 0.75rem;
}

.service-card {
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	padding: 1.75rem;
	height: 100%;
	background: #fff;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	border-left: 4px solid transparent;
	position: relative;
	overflow: hidden;
}

.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 16px 40px rgba(26, 107, 58, 0.12);
	border-left-color: var(--primary);
}

.service-card .icon-wrap {
	width: 56px;
	height: 56px;
	border-radius: 12px;
	background: var(--primary-light);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.service-card .icon-wrap img {
	width: 32px;
	height: 32px;
}

.service-card h3 {
	font-size: 1.25rem;
	color: var(--primary-dark);
	margin-bottom: 0.5rem;
}

.service-card .badge-pref {
	position: absolute;
	top: 12px;
	right: 12px;
	background: var(--accent);
	color: #1a1a1a;
	font-size: 0.7rem;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0.25rem 0.5rem;
	border-radius: 4px;
}

.service-card ul {
	padding-left: 1.1rem;
	margin: 0;
	font-size: 0.92rem;
	color: #555;
}

/* Process section */
#surec {
	background: var(--primary-dark);
	color: #fff;
	padding: 4rem 0;
}

#surec .step-num {
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--accent);
	line-height: 1;
	margin-bottom: 0.35rem;
}

#surec .step-card {
	text-align: center;
	padding: 1rem;
}

#surec .step-card i {
	font-size: 2rem;
	color: var(--accent);
	margin-bottom: 0.75rem;
}

/* Gallery grid */
#galeri {
	padding: 4.5rem 0;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 12px;
}

.gallery-grid a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 4/3;
}

.gallery-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.gallery-grid a:hover img {
	transform: scale(1.06);
}

.gallery-placeholder {
	border: 2px dashed #ccc;
	border-radius: 12px;
	padding: 3rem;
	text-align: center;
	color: #888;
}

/* Price table */
#fiyatlar {
	background: var(--primary-dark);
	color: #fff;
	padding: 4.5rem 0;
}

#fiyatlar .price-table {
	background: rgba(255, 255, 255, 0.06);
	border-radius: 12px;
	overflow: hidden;
}

#fiyatlar .price-table th,
#fiyatlar .price-table td {
	padding: 1rem 1.25rem;
	border-color: rgba(255, 255, 255, 0.12);
}

#fiyatlar .price-feature {
	background: #fff;
	color: var(--text);
	border-radius: 12px;
	padding: 1.25rem;
	height: 100%;
	border: 1px solid #eee;
}

#fiyatlar .price-feature i {
	color: var(--primary);
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

/* About */
#hakkimizda {
	padding: 4.5rem 0;
}

#hakkimizda .about-visual {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

#hakkimizda .about-visual img {
	width: 100%;
	height: auto;
	display: block;
}

#hakkimizda .badge-years {
	position: absolute;
	bottom: 16px;
	left: 16px;
	background: var(--accent);
	color: #111;
	font-weight: 800;
	padding: 0.75rem 1rem;
	border-radius: 10px;
	font-size: 0.95rem;
}

#hakkimizda .stat-box {
	background: var(--primary-light);
	border-radius: 10px;
	padding: 1rem;
	text-align: center;
	margin-top: 12px;
}

#hakkimizda .stat-box strong {
	display: block;
	font-size: 1.5rem;
	color: var(--primary-dark);
}

/* Contact */
#iletisim {
	background: #f4f6f5;
	padding: 4.5rem 0;
}

#iletisim .contact-card {
	background: #fff;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	height: 100%;
}

#iletisim .contact-form-wrap {
	background: #fff;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

#iletisim .map-wrap {
	border-radius: 12px;
	overflow: hidden;
	min-height: 320px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

#iletisim .map-wrap iframe {
	width: 100%;
	height: 100%;
	min-height: 320px;
	border: 0;
}

/* Footer */
.site-footer {
	background: var(--primary-dark);
	color: rgba(255, 255, 255, 0.88);
	padding: 3rem 0 1.5rem;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer a:hover {
	text-decoration: underline;
	color: var(--accent);
}

.site-footer .footer-title {
	font-weight: 700;
	color: #fff;
	margin-bottom: 1rem;
	font-size: 1.1rem;
}

/* WhatsApp floating */
.whatsapp-btn {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 9999;
	background: #25d366;
	color: #fff !important;
	border-radius: 50px;
	padding: 13px 20px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 14px;
	box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
	text-decoration: none;
	animation: waPulse 2.5s infinite;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-btn:hover {
	transform: scale(1.05);
	color: #fff !important;
}

.whatsapp-btn i {
	font-size: 22px;
}

@keyframes waPulse {
	0%, 100% {
		box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
	}
	50% {
		box-shadow: 0 4px 32px rgba(37, 211, 102, 0.75);
	}
}

@media (max-width: 768px) {
	.whatsapp-btn {
		border-radius: 50%;
		padding: 14px;
		width: 52px;
		height: 52px;
		justify-content: center;
	}

	.whatsapp-btn span {
		display: none;
	}
}

/* Scroll-top — WA üstünde */
#scroll-top {
	position: fixed;
	bottom: 84px;
	right: 24px;
	z-index: 9998;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 0;
	background: var(--primary);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 16px rgba(26, 107, 58, 0.35);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.2s ease;
}

#scroll-top.visible {
	opacity: 1;
	visibility: visible;
}

#scroll-top:hover {
	transform: translateY(-3px);
	background: var(--primary-dark);
}

/* Servis kartı WA */
.service-wa-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #e8f5ee;
	color: #1a6b3a;
	border: 1px solid #c3e6cb;
	border-radius: 50px;
	padding: 7px 16px;
	font-size: 13px;
	font-weight: 600;
	margin-top: 14px;
	transition: all 0.25s ease;
	text-decoration: none;
}

.service-wa-btn:hover {
	background: #25d366;
	color: #fff;
	border-color: #25d366;
}

.service-wa-btn i {
	font-size: 15px;
}

/* Admin panel (isteğe bağlı ortak yardımcı sınıflar) */
.admin-body {
	font-family: var(--font-body), system-ui, sans-serif;
}

/* Responsive */
@media (max-width: 991px) {
	.hero-swiper .slide-inner {
		padding-top: 100px;
	}

	.features-bar .feat-item {
		font-size: 0.85rem;
		margin-bottom: 0.5rem;
	}
}

@media (max-width: 575px) {
	.hero-swiper h1,
	.hero-swiper h2.hero-slide-title {
		font-size: 1.75rem;
	}
}
