/* Instagram + Google reviews (home) */

/* Ana sayfa hero slider: <picture> + img (WebP kaynak dosya varsa) */
.section-dark .swiper-inner.swiper-inner--hero {
	position: relative;
	overflow: hidden;
}
.section-dark .swiper-inner.swiper-inner--hero .hero-slide-picture {
	position: absolute;
	inset: 0;
	z-index: 0;
	margin: 0;
	line-height: 0;
}
.section-dark .swiper-inner.swiper-inner--hero .hero-slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.section-dark .swiper-inner.swiper-inner--hero > .sw-overlay {
	z-index: 1;
}
.section-dark .swiper-inner.swiper-inner--hero > .sw-caption {
	position: relative;
	z-index: 2;
}
/* Ana sayfa hizmet kartları: boyut ipucu (CLS / LCP yardımı) */
.bloglist .post-image img.lazy {
	aspect-ratio: 870 / 450;
}
.section-social-muted {
	background-color: #f8fafc;
	padding: 60px 0;
}
.section-google-reviews {
	background-color: #f8fafc;
	padding: 60px 0;
	border-radius: 30px;
	margin: 20px 0;
}
.google-rating-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	padding: 12px 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(10, 37, 64, 0.08);
	margin-top: 8px;
}
.google-rating-badge .rating-score {
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--title-font-color, #0a2540);
}
.google-rating-badge .review-count {
	color: var(--body-font-color, #7b8893);
	font-size: 0.95rem;
}
.google-rating-badge--elevated {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid rgba(10, 37, 64, 0.08);
	box-shadow: 0 8px 26px rgba(10, 37, 64, 0.08);
}
.google-rating-link {
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.google-rating-link:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(10, 37, 64, 0.12);
}
.google-link-hint {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	background: #0a2540;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.rating-stars-inline {
	display: inline-flex;
	gap: 2px;
	align-items: center;
}
.rating-stars-inline .star-char {
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	font-family: Arial, "Segoe UI Symbol", sans-serif;
}
.rating-stars-inline .star-char.is-active {
	color: #f59e0b;
}
.rating-stars-inline .star-char.is-inactive {
	color: #d1d5db;
}
.de-rating-ext {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
}
.review-rating-pill {
	display: inline-flex;
	align-items: center;
	margin-left: 8px;
	padding: 3px 10px;
	border-radius: 999px;
	background: #eef6ff;
	color: #0a2540;
	font-size: 12px;
	font-weight: 700;
	border: 1px solid rgba(10, 37, 64, 0.1);
}
.custom-review-card {
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	height: 100%;
	box-shadow: 0 2px 14px rgba(10, 37, 64, 0.06);
	border: 1px solid rgba(10, 37, 64, 0.06);
}
.custom-review-card .review-header {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 16px;
	position: relative;
}
.custom-review-card .reviewer-pic {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.custom-review-card .reviewer-info {
	flex: 1;
	min-width: 0;
}
.custom-review-card .reviewer-name {
	margin: 0 0 4px;
	font-size: 1rem;
	font-weight: 600;
}
.custom-review-card .g-icon {
	margin-left: auto;
	flex-shrink: 0;
	opacity: 0.85;
}
.custom-review-card .review-body p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--body-font-color, #7b8893);
}
#custom-google-reviews .owl-stage-outer {
	padding-bottom: 8px;
}
