/* Instagram + Google reviews (home) */

/*
 * Ana menü alt ok: designesia.js <a> sonrasına boş <span> ekler; tema Font Awesome ile doldurur.
 * header.php FA @font-face src:local('') yüzünden kutu görünür — saf CSS üçgen ok.
 */
/* bundle.min.css: #mainmenu>li...:after { content:"\f107"; font-family:FontAwesome } — font yok → tofu kutu */
#mainmenu li.menu-item-has-children > a.menu-item::after,
#mainmenu > li.menu-item-has-children > a.menu-item::after {
	content: none !important;
	display: none !important;
	font-family: system-ui, sans-serif !important;
	border: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
}
header #mainmenu li > a.menu-item + span,
header #mainmenu li > a + span {
	display: inline-block !important;
	width: 0 !important;
	height: 0 !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 0 3px 7px !important;
	padding: 0 !important;
	vertical-align: middle !important;
	border-left: 4px solid transparent !important;
	border-right: 4px solid transparent !important;
	border-top: 6px solid currentColor !important;
	border-bottom: 0 !important;
	background: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: visible !important;
	box-shadow: none !important;
}
header #mainmenu li > a + span::before,
header #mainmenu li > a + span::after {
	content: none !important;
	display: none !important;
	border: none !important;
	box-shadow: none !important;
	font-family: system-ui, sans-serif !important;
}
header #mainmenu li > a + span.active {
	transform: rotate(180deg);
	margin-bottom: 5px;
	margin-top: 0;
}

/* 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;
}

/* Üst Google yorum grid — ana sayfada testimonials ile çakışmayı önle */
.google-reviews-section.py-5 {
	display: none !important;
}

/* Instagram blok: site renk değişkenleri (header :root ile uyumlu) */
.section-instagram-home {
	background-color: #f8fafc;
	padding: 60px 0;
}
.section-instagram-home .subtitle {
	color: var(--primary-color, #234982) !important;
	background: rgba(35, 73, 130, 0.12);
	background: color-mix(in srgb, var(--primary-color, #234982) 14%, #ffffff);
	border: 1px solid rgba(35, 73, 130, 0.22);
	display: inline-block;
	padding: 6px 14px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 0.85rem;
	letter-spacing: 0.02em;
}
.section-instagram-home h2 {
	color: var(--title-font-color, #0a2540) !important;
}
.section-instagram-home .lead,
.section-instagram-home p {
	color: var(--body-font-color, #7b8893) !important;
}
.section-instagram-home #ig-placeholder span {
	color: var(--body-font-color, #7b8893) !important;
}

/* Footer: tam beyaz arka plan; gövde metni koyu ( .id-color-2 tema rengini korur ) */
footer.footer-light,
footer.footer-light > .container,
footer.footer-light .subfooter,
footer.footer-light .subfooter .container,
.footer-light .subfooter {
	background-color: #ffffff !important;
	background-image: none !important;
}
footer.footer-light .subfooter {
	border-top-color: rgba(0, 0, 0, 0.08) !important;
}
footer.footer-light {
	color: #333333 !important;
}
footer.footer-light .widget ul li a {
	color: #333333 !important;
}
footer.footer-light .widget ul li a:hover {
	color: #0a2540 !important;
}
