/*!
Theme Name: sadefaultgercek
Theme URI: http://underscores.me/
Author: sadefault
Author URI: https://www.cansalih.com/
Description: sadefault theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sadefault
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sadefault is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* ═══════════════════════════════════════════════
   Header – İki kademeli modern menü
   ═══════════════════════════════════════════════ */

.site-header {
	width: 100%;
	z-index: 100;
}

/* ── Üst Bar (Top Bar) ── */
.sa-topbar {
	font-size: 0.8125rem;
	line-height: 1;
}

.sa-topbar a {
	text-decoration: none;
}

/* ── Ana Header ── */
.sa-header-main {
	transition: box-shadow 0.3s ease;
}

.sa-header-main.sa-sticky-active {
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

/* Logo */
.sa-logo-link {
	text-decoration: none;
}

.sa-site-title {
	margin: 0;
}

.sa-site-title a {
	text-decoration: none;
	color: inherit;
}

/* ── Masaüstü Navigasyon ── */
.sa-nav-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sa-nav-menu a {
	text-decoration: none;
}

/* Dropdown listesi */
.sa-dropdown,
.sa-dropdown-sub {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

/* Dropdown açılma – hover (JS tarafından yönetilir, burada fallback) */
.sa-nav-item:hover > .sa-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.sa-dropdown-item:hover > .sa-dropdown-sub {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/* ── Mobil Menü ── */
.sa-mobile-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sa-mobile-nav-list a {
	text-decoration: none;
}

.sa-mobile-submenu {
	list-style: none;
	margin: 0;
}

.sa-mobile-has-children {
	display: flex;
	align-items: center;
}

.sa-mobile-has-children .sa-mobile-link {
	flex: 1;
}

/* Mobil toggle buton */
.sa-mobile-toggle {
	border: none;
	background: transparent;
	cursor: pointer;
}

.sa-mobile-toggle:hover,
.sa-mobile-toggle:focus {
	background: rgba(0, 0, 0, 0.05);
}

/* ── WooCommerce Header İkonları ── */
.sa-woo-btn {
	text-decoration: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Contact Form 7 (İletişim sayfası)
--------------------------------------------------------------*/
.contact-form-wrapper .wpcf7-form p,
.site-main .wpcf7-form p {
	margin-bottom: 1rem;
}

.contact-form-wrapper .wpcf7-form label,
.site-main .wpcf7-form label {
	display: block;
	font-size: 0.875rem;
	color: var(--sadefault-text);
	margin-bottom: 0.25rem;
}

.contact-form-wrapper .wpcf7-form input[type="text"],
.contact-form-wrapper .wpcf7-form input[type="email"],
.contact-form-wrapper .wpcf7-form input[type="tel"],
.contact-form-wrapper .wpcf7-form input[type="url"],
.contact-form-wrapper .wpcf7-form textarea,
.site-main .wpcf7-form input[type="text"],
.site-main .wpcf7-form input[type="email"],
.site-main .wpcf7-form input[type="tel"],
.site-main .wpcf7-form input[type="url"],
.site-main .wpcf7-form textarea {
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--sadefault-text);
	background-color: var(--sadefault-bg-card);
	border: 1px solid var(--sadefault-border);
	border-radius: 0.375rem;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-form-wrapper .wpcf7-form input:focus,
.contact-form-wrapper .wpcf7-form textarea:focus,
.site-main .wpcf7-form input:focus,
.site-main .wpcf7-form textarea:focus {
	outline: 0;
	border-color: var(--sadefault-primary);
	box-shadow: 0 0 0 2px var(--sadefault-primary);
}
@supports (background: color-mix(in srgb, red, transparent)) {
	.contact-form-wrapper .wpcf7-form input:focus,
	.contact-form-wrapper .wpcf7-form textarea:focus,
	.site-main .wpcf7-form input:focus,
	.site-main .wpcf7-form textarea:focus {
		box-shadow: 0 0 0 2px color-mix(in srgb, var(--sadefault-primary) 20%, transparent);
	}
}

.contact-form-wrapper .wpcf7-form textarea,
.site-main .wpcf7-form textarea {
	min-height: 8rem;
	resize: vertical;
}

.contact-form-wrapper .wpcf7-form .wpcf7-submit,
.site-main .wpcf7-form .wpcf7-submit {
	display: inline-block;
	padding: 0.5rem 1.5rem;
	font-size: 1rem;
	font-weight: 500;
	color: var(--sadefault-white);
	background-color: var(--sadefault-primary);
	border: 0;
	border-radius: 0.375rem;
	cursor: pointer;
	transition: background-color 0.2s;
}

.contact-form-wrapper .wpcf7-form .wpcf7-submit:hover,
.site-main .wpcf7-form .wpcf7-submit:hover {
	background-color: var(--sadefault-primary-hover);
}

.contact-form-wrapper .wpcf7-form .wpcf7-not-valid-tip,
.site-main .wpcf7-form .wpcf7-not-valid-tip {
	font-size: 0.8125rem;
	color: var(--sadefault-error);
	margin-top: 0.25rem;
}

.contact-form-wrapper .wpcf7-form .wpcf7-form-control.wpcf7-not-valid,
.site-main .wpcf7-form .wpcf7-form-control.wpcf7-not-valid {
	border-color: var(--sadefault-error);
}

/* Videolar sayfası – filtre butonları (palet) */
.video-container .video-filter-btn {
	background-color: var(--sadefault-bg-light);
}
.video-container .video-filter-btn:hover {
	background-color: var(--sadefault-border);
}

/* Galeri sayfası – filtre butonları (palet) */
.gallery-container .gallery-filter-btn {
	background-color: var(--sadefault-bg-light);
}
.gallery-container .gallery-filter-btn:hover {
	background-color: var(--sadefault-border);
}

/* Ekip sayfası – sosyal ikonlar (palet) */
.team-social-link {
	background-color: transparent;
	border: 2px solid var(--sadefault-primary);
	color: var(--sadefault-primary);
}
.team-social-link:hover {
	background-color: var(--sadefault-primary);
	color: var(--sadefault-white);
	transform: scale(1.08);
}

/* Ekip sayfası – overlay üzerindeki ikonlar (Layout 2, koyu zemin) */
.team-social-link-overlay {
	border-color: var(--sadefault-white);
	color: var(--sadefault-white);
	background-color: transparent;
}
.team-social-link-overlay:hover {
	background-color: var(--sadefault-white);
	color: var(--sadefault-primary);
	transform: scale(1.08);
}

/* Ana sayfa (blog listesi) – palet */
.site-main h2 a:hover,
.site-main h3 a:hover {
	color: var(--sadefault-primary);
}
.home-empty-cta:hover {
	background-color: var(--sadefault-primary-hover);
}

/* Sidebar – palet */
.sidebar-card {
	border: 1px solid var(--sadefault-border);
}

/* Sidebar arama – input-group yapısı (palet) */
.input-group {
	display: flex;
	align-items: center;
}
.input-group .input {
	min-height: 50px;
	flex: 1;
	min-width: 0;
	max-width: none;
	padding: 0 1rem;
	color: var(--sadefault-heading);
	font-size: 15px;
	border: 1px solid var(--sadefault-primary);
	border-radius: 6px 0 0 6px;
	border-right: none;
	background-color: var(--sadefault-bg-card);
}
.input-group .input::placeholder {
	color: var(--sadefault-muted);
}
.input-group .input:focus,
.input-group .input:focus-visible {
	border-color: var(--sadefault-primary);
	outline: none;
}
.input-group .button--submit {
	min-height: 50px;
	padding: 0.5em 1em;
	border: none;
	border-radius: 0 6px 6px 0;
	background-color: var(--sadefault-primary);
	color: var(--sadefault-white);
	font-size: 15px;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
}
.input-group .button--submit:hover {
	background-color: var(--sadefault-primary-hover);
}
.sidebar-post-link:hover {
	color: var(--sadefault-primary);
}
.sidebar-cat-link:hover {
	background-color: var(--sadefault-primary-hover) !important;
	color: var(--sadefault-white) !important;
}
.sidebar-tag-link:hover {
	background-color: var(--sadefault-border);
	color: var(--sadefault-heading);
}

/* Arama / Arşiv kart başlık linki */
.card-title-link:hover {
	color: var(--sadefault-primary);
}

/* 404 – Geri Dön butonu hover */
.btn-404-secondary:hover {
	background-color: var(--sadefault-bg-light);
	border-color: var(--sadefault-primary);
	color: var(--sadefault-primary);
}

/* Arama boş state – Ana Sayfaya Dön hover */
.search-empty-cta:hover {
	background-color: var(--sadefault-primary);
	color: var(--sadefault-white);
}

/* Single post – entry content typography (palet) */
.single-entry-content,
.single .entry-content {
	color: var(--sadefault-text);
}
.single-entry-content h2,
.single-entry-content h3,
.single-entry-content h4,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4 {
	color: var(--sadefault-heading);
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
.single-entry-content a,
.single .entry-content a {
	color: var(--sadefault-primary);
}
.single-entry-content a:hover,
.single .entry-content a:hover {
	color: var(--sadefault-primary-hover);
}
.single-entry-content blockquote,
.single .entry-content blockquote {
	border-left-color: var(--sadefault-primary);
	background-color: var(--sadefault-bg-light);
	color: var(--sadefault-text);
}
.single-entry-content table,
.single .entry-content table {
	border-color: var(--sadefault-border);
}
.single-entry-content th,
.single-entry-content td,
.single .entry-content th,
.single .entry-content td {
	border-color: var(--sadefault-border);
	color: var(--sadefault-text);
}
.single-entry-content code,
.single .entry-content code {
	background-color: var(--sadefault-bg-light);
	color: var(--sadefault-heading);
	border-color: var(--sadefault-border);
}
.single-entry-content pre,
.single .entry-content pre {
	background-color: var(--sadefault-bg-light);
	border-color: var(--sadefault-border);
	color: var(--sadefault-text);
}
.single-page-links {
	border-color: var(--sadefault-border);
	color: var(--sadefault-text);
}
.single-page-link-item {
	background-color: var(--sadefault-bg-light);
	color: var(--sadefault-primary);
}
.single-page-link-item:hover {
	background-color: var(--sadefault-primary);
	color: var(--sadefault-white);
}
.single-tag-link:hover,
.single-author-link:hover,
.single-author-posts-link:hover {
	color: var(--sadefault-primary);
}
.single-nav-link:hover {
	color: var(--sadefault-primary);
	border-color: var(--sadefault-primary);
}

/* Sosyal paylaşım butonları (single post) */
.single-share-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}
.single-share-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	padding: 0.5rem 0.875rem;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.15s ease;
}
.single-share-btn:hover,
.single-share-btn:focus {
	opacity: 0.9;
	transform: translateY(-1px);
	color: inherit;
}
.single-share-btn:visited {
	color: inherit;
}
.single-share-btn i {
	font-size: 1rem;
}
.single-share-twitter,
.single-share-twitter:hover,
.single-share-twitter:focus,
.single-share-twitter:visited {
	background-color: #0f1419;
	color: #fff;
}
.single-share-linkedin,
.single-share-linkedin:hover,
.single-share-linkedin:focus,
.single-share-linkedin:visited {
	background-color: #0a66c2;
	color: #fff;
}
.single-share-facebook,
.single-share-facebook:hover,
.single-share-facebook:focus,
.single-share-facebook:visited {
	background-color: #1877f2;
	color: #fff;
}
.single-share-whatsapp,
.single-share-whatsapp:hover,
.single-share-whatsapp:focus,
.single-share-whatsapp:visited {
	background-color: #128C7E;
	color: #fff;
}

/* İlgili yazılar (single post) */
.single-related-title:hover {
	color: var(--sadefault-primary);
}

/* Yorumlar – palet + form butonu */
#comments .comment-reply-title {
	color: var(--sadefault-heading);
}
#comments .comment-form-label {
	color: var(--sadefault-heading);
}
#comments .comment-form .required {
	color: var(--sadefault-error);
}
#comments .comment-form-input {
	background-color: var(--sadefault-bg-card);
	border: 1px solid var(--sadefault-border);
	color: var(--sadefault-heading);
}
#comments .comment-form-input::placeholder {
	color: var(--sadefault-muted);
}
#comments .comment-form-input:focus {
	border-color: var(--sadefault-primary);
	outline: none;
	box-shadow: 0 0 0 2px var(--sadefault-secondary);
}
#comments .comment-form-submit {
	background-color: var(--sadefault-primary);
	color: var(--sadefault-white);
	min-height: 48px;
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
}
#comments .comment-form-submit:hover {
	background-color: var(--sadefault-primary-hover);
	color: var(--sadefault-white);
}
#comments .comment-reply-link {
	color: var(--sadefault-primary);
}
#comments .comment-reply-link:hover {
	color: var(--sadefault-primary-hover);
}
#comments .comment-edit-link {
	color: var(--sadefault-muted);
}
#comments .comment-edit-link:hover {
	color: var(--sadefault-heading);
}
#comments .comment-content a {
	color: var(--sadefault-primary);
}
#comments .comment-content a:hover {
	color: var(--sadefault-primary-hover);
}
#comments .comment-navigation a {
	color: var(--sadefault-primary);
}
#comments .comment-navigation a:hover {
	color: var(--sadefault-primary-hover);
}

/* Sayfalama (home, archive, search – tek stil, hepsinde geçerli) */
.site-main .navigation.pagination {
	margin-top: 2.5rem;
	margin-bottom: 0;
}
.site-main .navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
	align-items: center;
}
.site-main .navigation.pagination .nav-links .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	padding: 0.5rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid var(--sadefault-border);
	border-radius: 0.375rem;
	background-color: var(--sadefault-bg-card);
	color: var(--sadefault-heading);
	transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}
.site-main .navigation.pagination .nav-links a.page-numbers:hover {
	background-color: var(--sadefault-primary);
	color: var(--sadefault-white);
	border-color: var(--sadefault-primary);
}
.site-main .navigation.pagination .nav-links .page-numbers.current {
	background-color: var(--sadefault-primary);
	color: var(--sadefault-white);
	border-color: var(--sadefault-primary);
}
.site-main .navigation.pagination .nav-links .page-numbers.dots {
	border: none;
	background: transparent;
	min-width: auto;
	padding: 0 0.25rem;
}

/* Yukarı çık butonu – palet */
.scroll-to-top-btn:hover {
	background-color: var(--sadefault-primary-hover) !important;
	color: var(--sadefault-white) !important;
}

/* Footer – Redux renk paleti (dinamik renkler)
--------------------------------------------- */
.site-footer {
	color: var(--sadefault-text, #475569);
	border-top: 1px solid var(--sadefault-border, #e2e8f0);
}

.site-footer .footer-logo-link {
	color: var(--sadefault-heading, #0f172a);
}

.site-footer .footer-logo-link:hover {
	color: var(--sadefault-link, #2563eb);
}

.site-footer .footer-desc {
	color: var(--sadefault-muted, #64748b);
}

.site-footer .footer-menu-title {
	font-family: var(--sadefault-heading-font, "Segoe UI", system-ui, sans-serif);
	font-size: 1.125rem;
	line-height: 1.35;
	color: var(--sadefault-heading, #0f172a);
}

.site-footer .footer-nav-link {
	color: var(--sadefault-text, #475569);
}

.site-footer .footer-nav-link:hover {
	color: var(--sadefault-link, #2563eb);
}

.site-footer .footer-bar {
	background: var(--sadefault-bg-light, #f8fafc);
}

.site-footer .footer-copyright {
	color: var(--sadefault-muted, #64748b);
}

.site-footer .footer-bar a {
	color: var(--sadefault-muted, #64748b);
}

.site-footer .footer-bar a:hover {
	color: var(--sadefault-link, #2563eb);
}

.site-footer .footer-social-link {
	color: var(--sadefault-muted, #64748b);
	transition: color 0.2s ease;
}

.site-footer .footer-social-link:hover {
	color: var(--sadefault-primary, #2563eb);
}

/* Footer açıklama altı butonları (Adres tarifi / Telefon) */
.footer-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.footer-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
	color: var(--sadefault-white, #fff);
	background: var(--sadefault-primary, #2563eb);
	border-radius: 6px;
	transition: background 0.2s ease, color 0.2s ease;
}

.footer-btn:hover {
	background: var(--sadefault-primary-hover, #1d4ed8);
	color: var(--sadefault-white, #fff);
}

.footer-btn i {
	font-size: 0.9em;
}

/* Footer iletişim bilgileri (sağ sütun) */
.site-footer .footer-contact-list {
	color: var(--sadefault-text, #475569);
}

.site-footer .footer-contact-list i {
	color: var(--sadefault-primary, #2563eb);
}

/*--------------------------------------------------------------
# Homepage Sections
--------------------------------------------------------------*/

/* ── Hero ── */
.sa-hero-btn:hover {
	filter: brightness(1.1);
	transform: translateY(-1px);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

/* ── Banner / Slider ── */
.sa-slider {
	position: relative;
}

.sa-slider-body {
	position: relative;
	min-height: 260px;
}

.sa-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.8s ease;
}

.sa-slide.sa-slide-active {
	opacity: 1;
	pointer-events: auto;
}

.sa-slider-prev,
.sa-slider-next {
	border: 1px solid #e5e7eb;
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.sa-slider-prev:hover,
.sa-slider-next:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
	border-color: #d1d5db;
}

/* Pill-style active dot */
.sa-slider-dot {
	cursor: pointer;
	border: none;
	padding: 0;
}

/* ── View All Button ── */
.sa-viewall-btn:hover {
	background-color: var(--sadefault-heading);
	color: var(--sadefault-white) !important;
	border-color: var(--sadefault-heading) !important;
}

/* ── Product Card ── */
.sa-product-card:hover h3 {
	color: var(--sadefault-primary);
}

/* ── Hizmetler (Minimal) ── */
.sa-hizmet-card {
	transition: opacity 0.3s ease;
}

.sa-hizmet-card:hover {
	opacity: 0.85;
}

/* ── Category Carousel ── */
.sa-cat-slider {
	cursor: grab;
}

.sa-cat-slider:active {
	cursor: grabbing;
}

.sa-cat-track {
	-webkit-user-select: none;
	user-select: none;
}

.sa-cat-card {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.sa-cat-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.sa-cat-card img {
	-webkit-user-drag: none;
	user-drag: none;
}

.sa-cat-dot {
	cursor: pointer;
	border: none;
	padding: 0;
}

/* ── Blog Cards ── */
.sa-blog-card .group-hover\:scale-105 {
	will-change: transform;
}

.sa-blog-card h3 a:hover {
	color: var(--sadefault-primary);
}

/* ── Smooth Section Reveal (optional scroll animation) ── */
@keyframes sa-fade-up {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.sa-animate-in {
	animation: sa-fade-up 0.6s ease both;
}