/* Sineklik Home - Footer & layout */

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

/* Eski bos tema footer ve sayfa ici tekrar eden iletisim */
footer#footer .upper-footer,
footer#footer .lower-footer,
#iletisim {
	display: none !important;
}

body.sh-improved .topbar {
	display: block !important;
	background: #14261a;
	color: #fff;
	font-size: 0.82rem;
	border-bottom: 2px solid #25b15f;
}

body.sh-improved .topbar a {
	color: #fff !important;
	text-decoration: none;
}

body.sh-improved .topbar a:hover {
	color: #f4ce26 !important;
}

body.sh-improved .topbar-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	align-items: center;
}

body.sh-improved .topbar-email span,
body.sh-improved .topbar-phone span {
	margin-left: 0.35rem;
}

.navbar.navbar-fixed-top.with-topbar {
	padding-top: 0;
}

/* ---- Header logo (HTML) ---- */
#logo {
	min-height: 52px;
	z-index: 1001;
	position: relative;
}

.sh-header-logo {
	display: inline-flex !important;
	align-items: center;
	gap: 12px;
	text-decoration: none !important;
}

.sh-header-logo__mark {
	width: 44px;
	height: 44px;
	border-radius: 11px;
	background: linear-gradient(135deg, #2ec46f, #1a8f4e);
	color: #fff;
	font-weight: 800;
	font-size: 0.95rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 4px 14px rgba(37, 177, 95, 0.3);
	border: 2px solid rgba(244, 206, 38, 0.85);
}

.sh-header-logo__text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.sh-header-logo__text strong {
	font-size: 1.05rem;
	font-weight: 800;
	color: #14261a !important;
	letter-spacing: -0.02em;
}

.sh-header-logo__text small {
	font-size: 0.62rem;
	font-weight: 700;
	color: #25b15f !important;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-top: 2px;
}

body.transparent-navigation #logo .sh-header-logo,
.transparent-navigation #logo .sh-header-logo {
	display: inline-flex !important;
}

body.transparent-navigation .navbar.navbar-default .menubar,
body.sh-improved .navbar.navbar-default .menubar {
	background: rgba(255, 255, 255, 0.98) !important;
	backdrop-filter: blur(8px);
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
	padding-top: 8px;
	padding-bottom: 8px;
}

#logo .fixed-logo,
#logo .nav-logo {
	display: none !important;
}

@media (max-width: 767px) {
	.sh-header-logo__mark {
		width: 38px;
		height: 38px;
		font-size: 0.85rem;
	}

	.sh-header-logo__text strong {
		font-size: 0.92rem;
	}

	.sh-header-logo__text small {
		font-size: 0.55rem;
	}
}

/* ---- Custom footer ---- */
.sh-footer {
	position: relative;
	background: linear-gradient(165deg, #0f1f14 0%, #14261a 45%, #0d1812 100%);
	color: #dce8df;
	padding: 0 0 28px;
	margin-top: 0;
	overflow: hidden;
}

.sh-footer__top-accent {
	height: 4px;
	background: linear-gradient(90deg, #25b15f 0%, #f4ce26 50%, #25b15f 100%);
}

.sh-footer .container {
	max-width: 1200px;
}

.sh-footer h2,
.sh-footer h3 {
	color: #fff;
	margin: 0 0 14px;
	font-weight: 700;
}

.sh-footer h2 {
	font-size: 1.65rem;
	letter-spacing: -0.02em;
}

.sh-footer h3 {
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #f4ce26;
}

.sh-footer__grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr 1fr;
	gap: 22px;
	padding: 48px 0 36px;
}

.sh-footer__brand {
	padding-right: 12px;
}

.sh-footer__brand h2 {
	margin-top: 0;
}

.sh-footer__lead {
	color: #b8c9bc;
	line-height: 1.75;
	margin: 0 0 18px;
	font-size: 0.95rem;
}

.sh-footer__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
}

.sh-footer__badges span {
	background: rgba(37, 177, 95, 0.14);
	border: 1px solid rgba(37, 177, 95, 0.28);
	color: #8fd9a8;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 6px 10px;
	border-radius: 999px;
}

.sh-footer__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.sh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	border: 0;
	cursor: pointer;
}

.sh-btn:hover {
	transform: translateY(-1px);
}

.sh-btn--primary {
	background: #f4ce26;
	color: #14261a !important;
	box-shadow: 0 6px 20px rgba(244, 206, 38, 0.28);
}

.sh-btn--primary:hover {
	background: #e5bf1a;
}

.sh-btn--whatsapp {
	background: #25d366;
	color: #fff !important;
}

.sh-btn--whatsapp:hover {
	background: #1fb855;
}

.sh-btn--ghost {
	background: transparent;
	color: #fff !important;
	border: 1.5px solid rgba(255, 255, 255, 0.28);
}

.sh-btn--ghost:hover {
	border-color: #f4ce26;
	color: #f4ce26 !important;
}

.sh-btn--block {
	width: 100%;
	margin-top: 16px;
	background: #f4ce26;
	color: #14261a !important;
}

.sh-footer__card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	padding: 22px 20px;
}

.sh-footer__card--highlight {
	background: linear-gradient(160deg, rgba(37, 177, 95, 0.16) 0%, rgba(255, 255, 255, 0.03) 100%);
	border-color: rgba(37, 177, 95, 0.22);
}

.sh-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sh-contact-list li {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}

.sh-contact-list li:last-child {
	margin-bottom: 0;
}

.sh-contact-list__icon {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: rgba(244, 206, 38, 0.12);
	color: #f4ce26;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 0.95rem;
}

.sh-contact-list strong {
	display: block;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #8fa896;
	margin-bottom: 3px;
}

.sh-contact-list a {
	color: #fff !important;
	text-decoration: none;
	font-weight: 600;
}

.sh-contact-list a:hover {
	color: #f4ce26 !important;
}

.sh-contact-list span {
	color: #d2e0d6;
	font-size: 0.92rem;
	line-height: 1.5;
}

.sh-service-list,
.sh-why-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sh-service-list li {
	padding: 9px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	color: #d2e0d6;
	font-size: 0.9rem;
	position: relative;
	padding-left: 18px;
}

.sh-area-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 10px;
}

.sh-area-list li {
	font-size: 0.88rem;
	color: #d7e6da;
	padding-left: 14px;
	position: relative;
}

.sh-area-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #25b15f;
}

.sh-area-note {
	margin: 14px 0 0;
	font-size: 0.78rem;
	color: #8fd9a8;
	line-height: 1.5;
}

.sh-footer__seo-block {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 14px;
	padding: 24px 26px;
	margin-bottom: 22px;
}

.sh-footer__seo-block h3 {
	margin-top: 0;
}

.sh-footer__seo-block p {
	margin: 0;
	color: #b8c9bc;
	line-height: 1.8;
	font-size: 0.92rem;
}

.sh-footer__highlights {
	max-width: 420px;
	margin-bottom: 28px;
}

.sh-service-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #25b15f;
	transform: translateY(-50%);
}

.sh-service-list li:last-child {
	border-bottom: 0;
}

.sh-why-list li {
	color: #d2e0d6;
	font-size: 0.9rem;
	margin-bottom: 10px;
	line-height: 1.5;
}

.sh-why-list strong {
	color: #f4ce26;
}

/* Form alani */
.sh-footer__form-wrap {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 28px;
	align-items: start;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	padding: 28px;
	margin-bottom: 28px;
}

.sh-footer__form-intro p {
	color: #b8c9bc;
	margin: 0;
	line-height: 1.7;
	font-size: 0.94rem;
}

.sh-footer__form .wpcf7 form p {
	margin-bottom: 12px;
}

.sh-footer__form input,
.sh-footer__form textarea {
	width: 100% !important;
	background: #fff !important;
	color: #14261a !important;
	-webkit-text-fill-color: #14261a !important;
	border: 0 !important;
	border-radius: 8px !important;
	padding: 12px 14px !important;
	font-size: 0.92rem !important;
}

.sh-footer__form input::placeholder,
.sh-footer__form textarea::placeholder {
	color: #6b7280 !important;
	opacity: 1 !important;
}

.sh-footer__form .wpcf7-not-valid-tip {
	color: #ffb4b4 !important;
	font-size: 0.85rem;
	margin-top: 6px;
}

.sh-footer__form .wpcf7-response-output {
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.35) !important;
	margin-top: 12px !important;
}

.sh-footer__form input[type="submit"] {
	width: auto !important;
	background: #25b15f !important;
	color: #fff !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 12px 24px !important;
	cursor: pointer;
}

.sh-footer__form input[type="submit"]:hover {
	background: #1e9a52 !important;
}

.sh-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}

.sh-footer__bottom p {
	margin: 0;
	color: #7f9586;
	font-size: 0.82rem;
}

.sh-footer__tagline {
	color: #25b15f !important;
	font-weight: 600;
}

/* Tema footer gizlendi, bosluk kalmasin */
footer#footer {
	display: none !important;
}

/* Mobil bar */
.sh-mobile-bar {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

.sh-mobile-bar__call,
.sh-mobile-bar__wa {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
	font-weight: 700;
	font-size: 0.88rem;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.sh-mobile-bar__call {
	background: #f4ce26;
	color: #14261a !important;
}

.sh-mobile-bar__wa {
	background: #25d366;
	color: #fff !important;
}

/* Responsive */
@media (max-width: 991px) {
	.sh-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.sh-footer__brand {
		grid-column: 1 / -1;
	}

	.sh-footer__form-wrap {
		grid-template-columns: 1fr;
	}

	.sh-footer__highlights {
		max-width: none;
	}

	body.sh-improved .topbar-contact {
		gap: 0.75rem 1rem;
	}

	.sh-header-logo__text strong {
		font-size: 0.98rem;
	}
}

@media (max-width: 767px) {
	.sh-footer {
		padding-bottom: 18px;
	}

	.sh-footer__grid {
		grid-template-columns: 1fr;
		gap: 16px;
		padding-top: 32px;
	}

	.sh-footer__actions {
		flex-direction: column;
	}

	.sh-btn {
		width: 100%;
	}

	.sh-footer__form-wrap {
		padding: 20px 16px;
	}

	.sh-mobile-bar {
		display: flex;
	}

	body.sh-improved {
		padding-bottom: 52px;
	}

	.sh-footer__seo-block {
		padding: 18px 16px;
	}

	.sh-area-list {
		grid-template-columns: 1fr;
	}

	.sh-footer__bottom {
		flex-direction: column;
		text-align: center;
	}
}
