/* BEF Google Harita Konum — Ön yüz stilleri */

.befgh-section {
	margin: 40px 0 20px;
	clear: both;
}

.befgh-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	font-size: 22px;
	line-height: 1.3;
}

.befgh-pin-ico {
	color: #e91e63;
	flex-shrink: 0;
}

.befgh-card {
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.09);
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.befgh-map {
	width: 100%;
	background: #eef1f4;
	position: relative;
}

/* Yükleniyor göstergesi */
.befgh-loading {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.befgh-spinner {
	width: 36px;
	height: 36px;
	border: 3px solid rgba(0, 0, 0, 0.12);
	border-top-color: #e91e63;
	border-radius: 50%;
	animation: befgh-spin 0.8s linear infinite;
}

@keyframes befgh-spin {
	to {
		transform: rotate(360deg);
	}
}

.befgh-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
	padding: 14px 18px;
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.befgh-address {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #4a5056;
	font-size: 15px;
	line-height: 1.4;
	min-width: 0;
}

.befgh-address svg {
	color: #e91e63;
	flex-shrink: 0;
}

.befgh-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.befgh-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 18px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none !important;
	border: 1px solid rgba(0, 0, 0, 0.12);
	color: #333 !important;
	background: #fff;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.befgh-btn:hover {
	background: #f5f5f5;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.befgh-btn-primary {
	background: #e91e63;
	border-color: #e91e63;
	color: #fff !important;
}

.befgh-btn-primary:hover {
	background: #d81558;
	color: #fff !important;
}

/* Mesafe butonu (button etiketi olarak) */
button.befgh-btn {
	cursor: pointer;
	font-family: inherit;
}

.befgh-distance-result {
	display: none;
	padding: 10px 18px 14px;
	font-size: 14.5px;
	color: #1f2933;
	background: #fff;
}

.befgh-distance-result.befgh-distance-visible {
	display: block;
}

.befgh-distance-result strong {
	color: #e91e63;
	font-size: 16px;
}

.befgh-distance-result.befgh-distance-error {
	color: #b32d2e;
}

/* İletişim çubuğu: fiyat + telefon + WhatsApp + sosyal medya */
.befgh-contact {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	padding: 12px 18px 16px;
	border-top: 1px dashed rgba(0, 0, 0, 0.08);
	background: #fff;
}

.befgh-price-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border-radius: 50px;
	background: rgba(233, 30, 99, 0.09);
	color: #e91e63;
	font-weight: 700;
	font-size: 14px;
}

.befgh-contact-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 15px;
	border-radius: 50px;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none !important;
	border: 1px solid rgba(0, 0, 0, 0.12);
	color: #333 !important;
	background: #fff;
	transition: all 0.2s ease;
}

.befgh-contact-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.befgh-contact-phone {
	border-color: #2271b1;
	color: #2271b1 !important;
}

.befgh-contact-wa {
	background: #25d366;
	border-color: #25d366;
	color: #fff !important;
}

.befgh-contact-wa:hover {
	background: #1fb958;
}

.befgh-contact-soc img {
	width: 18px;
	height: 18px;
	border-radius: 4px;
	display: block;
}

.befgh-contact-person {
	background: #f6f7f9;
	border-color: transparent;
	cursor: default;
}

.befgh-contact-mail {
	border-color: rgba(15, 118, 110, 0.4);
	color: #0f766e !important;
}

/* Puan (yıldız) satırı */
.befgh-rating {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.befgh-rating-base,
.befgh-rating-fill {
	display: inline-flex;
	color: #d8dce1;
}

.befgh-rating-base svg,
.befgh-rating-fill svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	fill: currentColor;
}

.befgh-rating-fill {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	white-space: nowrap;
	pointer-events: none;
}

.befgh-rating-val {
	font-size: 13px;
	font-weight: 800;
	color: #1f2933;
}

/* Küçük sürüm (dizin kartları) */
.befgh-rating-sm {
	padding: 0;
	border: 0;
	background: transparent;
	gap: 5px;
}

.befgh-rating-sm .befgh-rating-fill {
	left: 0;
}

.befgh-rating-sm .befgh-rating-base svg,
.befgh-rating-sm .befgh-rating-fill svg {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
}

.befgh-rating-sm .befgh-rating-val {
	font-size: 12px;
}

/* Çalışma saatleri kartı */
.befgh-hours-card {
	margin-top: 18px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 14px;
	padding: 18px 20px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.befgh-hours-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	font-size: 16px;
	color: #1f2933;
}

.befgh-hours-title svg {
	color: #e91e63;
	flex-shrink: 0;
}

.befgh-hours-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.befgh-hours-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.07);
	font-size: 14px;
	color: #4b5563;
}

.befgh-hours-list li:last-child {
	border-bottom: 0;
}

.befgh-hours-list li strong {
	color: #1f2933;
	font-weight: 700;
}

.befgh-hours-today {
	background: rgba(233, 30, 99, 0.06);
	border-radius: 8px;
}

.befgh-hours-today span::after {
	content: " •";
	color: #e91e63;
	font-weight: 800;
}

.befgh-hours-off {
	color: #b32d2e !important;
}

/* QR kutusu */
.befgh-qr-box {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 18px;
	background: #fff;
	border-top: 1px dashed rgba(0, 0, 0, 0.08);
}

.befgh-qr-box img {
	width: 130px;
	height: 130px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 6px;
	background: #fff;
}

.befgh-qr-box p {
	margin: 0;
	color: #6b7280;
	font-size: 13.5px;
}

/* Hava durumu şeridi */
.befgh-weather {
	display: none;
	gap: 18px;
	flex-wrap: wrap;
	padding: 10px 18px;
	background: linear-gradient(135deg, #eef6ff, #f7fbff);
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 13.5px;
	color: #33475b;
}

.befgh-weather.befgh-weather-on {
	display: flex;
}

.befgh-weather-day em {
	font-style: normal;
	font-weight: 700;
	margin-right: 3px;
}

.befgh-weather-day strong {
	color: #e91e63;
}

/* Ziyaretçi puanlama */
.befgh-vrate {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	padding: 12px 18px;
	background: #fff;
	border-top: 1px dashed rgba(0, 0, 0, 0.08);
}

.befgh-vrate-label {
	font-weight: 700;
	font-size: 13.5px;
	color: #1f2933;
}

.befgh-vrate-star {
	background: none;
	border: 0;
	padding: 2px;
	cursor: pointer;
	color: #d8dce1;
	line-height: 1;
	transition: transform 0.12s ease, color 0.12s ease;
}

.befgh-vrate-star:hover {
	transform: scale(1.2);
}

.befgh-vrate-star.befgh-vrate-on {
	color: #f5b301;
}

.befgh-vrate-locked .befgh-vrate-star {
	cursor: default;
}

.befgh-vrate-locked .befgh-vrate-star:hover {
	transform: none;
}

.befgh-vrate-info {
	font-size: 12.5px;
	color: #6b7280;
}

/* Mesaj formu */
.befgh-cform-wrap {
	padding: 12px 18px 16px;
	background: #fff;
	border-top: 1px dashed rgba(0, 0, 0, 0.08);
}

.befgh-cform-toggle {
	cursor: pointer;
}

.befgh-cform {
	margin-top: 14px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.befgh-cform-grid,
.befgh-submit-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 10px;
}

.befgh-cform input,
.befgh-cform textarea,
.befgh-submit-form input,
.befgh-submit-form select,
.befgh-submit-form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 14px;
	border: 1px solid #d7dbe0;
	border-radius: 10px;
	background: #fafbfc;
	font-size: 14px;
	font-family: inherit;
}

.befgh-cform input:focus,
.befgh-cform textarea:focus,
.befgh-submit-form input:focus,
.befgh-submit-form select:focus,
.befgh-submit-form textarea:focus {
	outline: none;
	border-color: #e91e63;
	box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.12);
	background: #fff;
}

.befgh-cform-consent {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 12.5px;
	color: #6b7280;
	line-height: 1.45;
	cursor: pointer;
}

.befgh-cform-consent input {
	width: auto !important;
	margin-top: 2px;
	accent-color: #e91e63;
}

.befgh-cform button[type="submit"],
.befgh-submit-form button[type="submit"] {
	align-self: flex-start;
	cursor: pointer;
}

.befgh-cform-status {
	font-size: 13px;
	font-weight: 600;
}

.befgh-ok {
	color: #0f766e;
}

.befgh-err {
	color: #b32d2e;
}

/* Bal küpü (bot tuzağı) */
.befgh-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	opacity: 0;
}

/* Ön yüz ilan gönderme */
.befgh-submit {
	max-width: 760px;
	margin: 20px auto;
}

.befgh-submit-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 16px;
	padding: 22px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
}

.befgh-submit .befgh-search-row {
	display: flex;
	gap: 8px;
}

.befgh-submit .befgh-search-input {
	flex: 1;
}

.befgh-submit-map {
	width: 100%;
	height: 320px;
	border-radius: 12px;
	background: #eef1f4;
	border: 1px solid rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.befgh-submit-sec {
	margin: 10px 0 0;
	padding-bottom: 6px;
	border-bottom: 2px solid rgba(233, 30, 99, 0.15);
	font-size: 15px;
	color: #1f2933;
}

.befgh-submit-grid-3 {
	grid-template-columns: 90px 1fr 1fr;
}

.befgh-submit-file {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 13px;
	color: #6b7280;
}

.befgh-submit-file input[type="file"] {
	padding: 10px;
	border: 2px dashed #d7dbe0;
	border-radius: 10px;
	background: #fafbfc;
	cursor: pointer;
}

@media (max-width: 600px) {
	.befgh-submit-grid-3 {
		grid-template-columns: 1fr;
	}
}

/* Özellik kutuları */
.befgh-features {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.befgh-feature {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 12px;
	padding: 16px 18px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.befgh-feature:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.09);
}

.befgh-feature-title {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 6px;
	font-size: 15px;
	color: #1f2933;
}

.befgh-feature-title svg {
	color: #e91e63;
	flex-shrink: 0;
}

.befgh-feature-body {
	margin: 0;
	font-size: 13.5px;
	color: #4b5563;
	line-height: 1.55;
}

/* Bilgi penceresi iletişim satırları */
.befgh-iw-contact {
	margin-bottom: 4px;
}

.befgh-iw-contact a {
	color: #2271b1;
	font-weight: 600;
	text-decoration: none;
}

/* Bilgi penceresi */
.befgh-iw {
	font-size: 13px;
	line-height: 1.5;
	max-width: 240px;
	padding: 2px 4px;
}

.befgh-iw strong {
	display: block;
	font-size: 14px;
	margin-bottom: 2px;
}

.befgh-iw-address {
	color: #5f6368;
	margin-bottom: 6px;
}

.befgh-iw a {
	color: #e91e63;
	font-weight: 600;
	text-decoration: none;
}

.befgh-mobile-nav {
	display: none;
}

@media (max-width: 760px) {
	body.befgh-has-mobile-nav {
		padding-bottom: 74px;
	}

	.befgh-mobile-nav {
		position: fixed;
		left: 10px;
		right: 10px;
		bottom: 10px;
		z-index: 99998;
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 4px;
		padding: 7px;
		border: 1px solid rgba(226, 232, 240, .95);
		border-radius: 18px;
		background: rgba(255, 255, 255, .96);
		box-shadow: 0 12px 34px rgba(15, 23, 42, .18);
		-webkit-backdrop-filter: blur(12px);
		backdrop-filter: blur(12px);
	}

	.befgh-mobile-nav a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 3px;
		min-width: 0;
		min-height: 48px;
		border-radius: 13px;
		color: #475569;
		text-decoration: none !important;
		font-size: 10.5px;
		font-weight: 700;
		line-height: 1.1;
	}

	.befgh-mobile-nav a:hover,
	.befgh-mobile-nav a:focus {
		background: #fce7f1;
		color: #e91e63;
		outline: none;
	}

	.befgh-mobile-nav svg {
		flex: 0 0 auto;
	}
}

/* Mobil */
@media (max-width: 600px) {
	.befgh-bar {
		flex-direction: column;
		align-items: flex-start;
	}

	.befgh-actions {
		width: 100%;
	}

	.befgh-btn {
		flex: 1;
		justify-content: center;
	}
}
