/*
Theme Name: FealSoft Haber Teması
Theme URI: https://fealsoft.com
Author: FealSoft
Author URI: https://fealsoft.com
Description: FealSoft tarafından geliştirilen, çoklu haber siteleri için ultra güvenli, yüksek performanslı ve dinamik WordPress haber teması.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fealsoft
Tags: news, blog, custom-logo, custom-menu, featured-images, translation-ready, rtl-language-support
*/

/* ==========================================================================
   FealSoft — Yerel Inter @font-face (assets/fonts/inter/)
   GDPR uyumlu; harici CDN istegi yok. font-display: swap.
   ========================================================================== */

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/inter/inter-v13-latin-regular.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("assets/fonts/inter/inter-v13-latin-500.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/inter/inter-v13-latin-600.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/inter/inter-v13-latin-700.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("assets/fonts/inter/inter-v13-latin-800.woff2") format("woff2");
}

/* ==========================================================================
   FealSoft — CSS Değişkenleri (Customizer ile dinamik güncellenir)
   ========================================================================== */

:root {
	--fealsoft-primary-color: #c0392b;
	--fealsoft-secondary-color: #2c3e50;
	--primary-color: var(--fealsoft-primary-color);
	--secondary-color: var(--fealsoft-secondary-color);
	--fealsoft-text-color: #1a1a1a;
	--fealsoft-text-muted: #666666;
	--fealsoft-bg-color: #ffffff;
	--fealsoft-border-color: #e0e0e0;
	--fealsoft-container-max: 1200px;
	--fealsoft-spacing: 1rem;
	--fealsoft-font-base: "Inter", sans-serif;
	--fealsoft-font-heading: var(--fealsoft-font-base);
	--fealsoft-transition: 0.2s ease;
	--fealsoft-header-z: 1000;
	--fealsoft-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	--fealsoft-header-top-bg: #fc0f1c;
	--fealsoft-header-top-text: #ffffff;
	--fealsoft-header-bottom-bg: #e8e8e8;
	--fealsoft-header-bottom-text: #111111;
	--fealsoft-header-height: 104px;
}

/* ==========================================================================
   FealSoft — Global CSS Reset ve Tipografi (Inter)
   ========================================================================== */

*,
*::before,
*::after {
	box-sizing: border-box;
}

a,
address,
article,
b,
center,
code,
dd,
details,
div,
dl,
dt,
footer,
form,
h2,
h3,
h4,
header,
html,
i,
iframe,
img,
ins,
li,
menu,
nav,
object,
p,
q,
s,
section,
span,
strong,
td,
tr,
u,
ul,
var {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-decoration: none;
	color: inherit;
}

body {
	font-weight: 400;
	font-size: 18px;
	background-color: #f4f4f4;
	overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
textarea,
li {
	font-family: "Inter", sans-serif;
}

a {
	text-decoration: none !important;
	cursor: pointer;
}

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

/* ==========================================================================
   FealSoft — Yardımcı Sınıflar (Utilities)
   ========================================================================== */

.fealsoft-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.fealsoft-u-sr-only {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.fealsoft-u-skip-link {
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: 999999;
	padding: 0.75rem 1.25rem;
	background: var(--fealsoft-bg-color);
	color: var(--fealsoft-text-color);
	font-weight: 700;
	border-radius: 4px;
	box-shadow: var(--fealsoft-shadow);
}

.fealsoft-u-skip-link:focus {
	top: 0.5rem;
	left: 0.5rem;
}

/* ==========================================================================
   FealSoft Header — Ortak BEM Blok
   ========================================================================== */

.fealsoft-header {
	width: 100%;
	background-color: var(--fealsoft-bg-color);
	color: var(--fealsoft-text-color);
}

.fealsoft-header__branding {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.25rem;
}

.fealsoft-header__title {
	margin: 0;
	font-family: var(--fealsoft-font-heading);
	font-weight: 700;
	line-height: 1.2;
}

.fealsoft-header__title-link {
	color: inherit;
}

.fealsoft-header__title-link:hover,
.fealsoft-header__title-link:focus-visible {
	color: var(--primary-color);
}

.fealsoft-header__logo-link {
	display: inline-flex;
	line-height: 0;
}

.fealsoft-header__logo-img {
	width: auto;
	height: auto;
}

.fealsoft-header__branding--large .fealsoft-header__title {
	font-size: clamp(1.5rem, 4vw, 2.25rem);
}

.fealsoft-header__branding--large .fealsoft-header__logo-img {
	max-height: 80px;
}

.fealsoft-header__branding--compact .fealsoft-header__title {
	font-size: 1.25rem;
}

.fealsoft-header__branding--compact .fealsoft-header__logo-img {
	max-height: 48px;
}

/* Sosyal medya listesi — ortak */
.fealsoft-header__social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.375rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fealsoft-header__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.25rem 0.5rem;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
	border-radius: 4px;
	transition: background-color var(--fealsoft-transition), color var(--fealsoft-transition);
}

/* Navigasyon — ortak */
.fealsoft-header__nav-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fealsoft-header__nav-list a {
	display: block;
	padding: 0.625rem 0.875rem;
	font-weight: 500;
	color: inherit;
	border-radius: 4px;
	transition: background-color var(--fealsoft-transition), color var(--fealsoft-transition);
}

.fealsoft-header__nav-list a:hover,
.fealsoft-header__nav-list a:focus-visible {
	background-color: var(--primary-color);
	color: var(--fealsoft-bg-color);
}

.fealsoft-header__nav-list .current-menu-item > a,
.fealsoft-header__nav-list .current_page_item > a {
	background-color: var(--secondary-color);
	color: var(--fealsoft-bg-color);
}

/* Mobil menü toggle — CSS-only checkbox deseni */
.fealsoft-header__nav-toggle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.5rem;
	margin-left: auto;
	cursor: pointer;
	border: 1px solid var(--fealsoft-border-color);
	border-radius: 4px;
	background: transparent;
}

.fealsoft-header__nav-toggle-bar {
	display: block;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	border-radius: 1px;
	transition: transform var(--fealsoft-transition), opacity var(--fealsoft-transition);
}

.fealsoft-header__nav-toggle-input:checked + .fealsoft-header__nav-toggle .fealsoft-header__nav-toggle-bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.fealsoft-header__nav-toggle-input:checked + .fealsoft-header__nav-toggle .fealsoft-header__nav-toggle-bar:nth-child(2) {
	opacity: 0;
}

.fealsoft-header__nav-toggle-input:checked + .fealsoft-header__nav-toggle .fealsoft-header__nav-toggle-bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* Arama formu */
.fealsoft-search-form {
	display: flex;
	align-items: stretch;
	gap: 0;
}

.fealsoft-search-form__input {
	flex: 1 1 auto;
	min-width: 0;
	padding: 0.5rem 0.75rem;
	font-size: 0.875rem;
	border: 1px solid var(--fealsoft-border-color);
	border-right: 0;
	border-radius: 4px 0 0 4px;
	background: var(--fealsoft-bg-color);
	color: var(--fealsoft-text-color);
}

.fealsoft-search-form__input:focus-visible {
	outline: 2px solid var(--primary-color);
	outline-offset: -2px;
}

.fealsoft-search-form__submit {
	padding: 0.5rem 0.875rem;
	font-size: 0.875rem;
	font-weight: 600;
	border: 1px solid var(--primary-color);
	border-radius: 0 4px 4px 0;
	background-color: var(--primary-color);
	color: var(--fealsoft-bg-color);
	cursor: pointer;
	transition: background-color var(--fealsoft-transition);
}

.fealsoft-search-form__submit:hover,
.fealsoft-search-form__submit:focus-visible {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}

/* ==========================================================================
   FealSoft Header — Şablon 1 (referans ana sayfa header — home.css paketi)
   ========================================================================== */

body.fealsoft-header-style-1 {
	padding-top: var(--fealsoft-header-height);
}

.fealsoft-header.fealsoft-header--style-1 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: transparent;
}

/* --- Üst bölüm: top-section + red-container --- */

.fealsoft-header--style-1 .fealsoft-header__top,
.fealsoft-header--style-1 .fealsoft-header__top-section {
	background: #fc0f1c;
	width: 100%;
	height: 60px;
}

.fealsoft-header--style-1 .fealsoft-header__top-inner,
.fealsoft-header--style-1 .fealsoft-header__red-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1056px;
	width: auto;
	height: 60px;
	margin: 0 auto;
	box-sizing: border-box;
}

.fealsoft-header--style-1 .fealsoft-header__logo-wrap {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	width: 230px;
	height: 24px;
}

.fealsoft-header--style-1 .fealsoft-header__logo-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
	max-width: 230px;
}

.fealsoft-header--style-1 .fealsoft-header__logo-img {
	display: block;
	width: auto;
	max-width: 230px;
	max-height: 24px;
	height: auto;
	object-fit: contain;
}

.fealsoft-header--style-1 .fealsoft-header__logo-text {
	display: inline-block;
	font-family: "Inter", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 24px;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
}

/* --- menu-w: üst menü + arama + giriş --- */

.fealsoft-header--style-1 .fealsoft-header__menu-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	min-width: 826px;
	min-height: 32px;
	gap: 24px;
	flex: 1 1 auto;
}

.fealsoft-header--style-1 .fealsoft-header__top-menu-list,
.fealsoft-header--style-1 .fealsoft-header__top-menu-list.menu {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 28px;
	min-height: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fealsoft-header--style-1 .fealsoft-header__top-menu-list > li,
.fealsoft-header--style-1 .fealsoft-header__top-menu-list.menu > li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fealsoft-header--style-1 .fealsoft-header__top-menu-list a,
.fealsoft-header--style-1 .fealsoft-header__top-menu-list.menu a {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.fealsoft-header--style-1 .fealsoft-header__top-menu-list > li:not(:last-child) > a::after {
	content: "";
	position: absolute;
	right: 0;
	margin-right: -15px;
	top: 50%;
	transform: translateY(-50%);
	height: 15px;
	width: 1px;
	background: rgb(250 198 191 / 0.6);
}

.fealsoft-header--style-1 .fealsoft-header__top-menu-list a:hover,
.fealsoft-header--style-1 .fealsoft-header__top-menu-list a:focus-visible {
	color: #fffcfc;
}

.fealsoft-header--style-1 .fealsoft-header__search-wrap {
	position: relative;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.fealsoft-header--style-1 .fealsoft-header__login-wrap {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.fealsoft-header--style-1 .fealsoft-btn-search,
.fealsoft-header--style-1 .fealsoft-search-input-button {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	min-width: 25px;
	min-height: 25px;
	color: #ffffff;
	line-height: 0;
	flex-shrink: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

.fealsoft-header--style-1 .fealsoft-btn-search svg,
.fealsoft-header--style-1 .fealsoft-search-input-button svg {
	display: block;
	width: 25px;
	height: 25px;
	fill: #ffffff;
	transition: opacity 0.2s ease;
}

.fealsoft-header--style-1 .fealsoft-btn-search svg path,
.fealsoft-header--style-1 .fealsoft-search-input-button svg path {
	fill: #ffffff;
}

.fealsoft-header--style-1 .fealsoft-btn-search:hover svg,
.fealsoft-header--style-1 .fealsoft-btn-search:focus-visible svg,
.fealsoft-header--style-1 .fealsoft-search-input-button:hover svg,
.fealsoft-header--style-1 .fealsoft-search-input-button:focus-visible svg {
	opacity: 0.8;
}

/* --- Arama acilir panel: search-container / search-desktop-container --- */

.fealsoft-header--style-1 .fealsoft-search-container {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	min-height: 98px;
	z-index: 1001;
	margin: 0;
	padding: 24px 12px;
	background-color: #e8e8e8;
	box-shadow: 0 5px 21px -7px rgb(0 0 0 / 0.68);
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.fealsoft-header--style-1 .fealsoft-search-container.fealsoft-search-container--active {
	display: flex;
	opacity: 1;
	pointer-events: auto;
}

.fealsoft-header--style-1 .fealsoft-search-container .fealsoft-search-form {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1036px;
	height: 50px;
	margin: 0 auto;
	padding: 8px 12px;
	border: 1px solid #d1d1d1;
	border-radius: 6px;
	background: #ffffff;
	box-sizing: border-box;
}

.fealsoft-header--style-1 .fealsoft-search-container .fealsoft-search-form__input {
	flex: 1 1 auto;
	min-width: 0;
	height: 34px;
	padding: 8px 12px;
	margin: 0;
	border: none;
	border-radius: 0;
	background-color: #ffffff;
	color: #878787;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 1;
	outline: 0;
	box-sizing: border-box;
}

.fealsoft-header--style-1 .fealsoft-search-container .fealsoft-search-form__input:focus-visible {
	outline: 0;
	color: #111111;
}

.fealsoft-header--style-1 .fealsoft-search-container .fealsoft-search-form__submit {
	flex: 0 0 auto;
	height: 34px;
	padding: 0 20px;
	margin: 0;
	border: none;
	border-radius: 0 6px 6px 0;
	background-color: #fc0f1c;
	color: #ffffff;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
}

.fealsoft-header--style-1 .fealsoft-search-container .fealsoft-search-form__submit:hover,
.fealsoft-header--style-1 .fealsoft-search-container .fealsoft-search-form__submit:focus-visible {
	background-color: #e00d19;
	color: #ffffff;
}

.fealsoft-header--style-1 .fealsoft-member-login-button,
.fealsoft-header--style-1 .fealsoft-btn-login {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-shrink: 0;
	flex-grow: 0;
	width: 124px;
	max-width: 124px;
	min-width: 124px;
	height: 32px;
	padding: 10px;
	border: none;
	border-radius: 4px;
	background: #ffffff;
	color: #fc0f1c;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	box-sizing: border-box;
}

.fealsoft-header--style-1 .fealsoft-btn-login svg,
.fealsoft-header--style-1 .fealsoft-member-login-button svg {
	display: block;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.fealsoft-header--style-1 .fealsoft-btn-login svg path,
.fealsoft-header--style-1 .fealsoft-member-login-button svg path {
	fill: currentColor;
}

.fealsoft-header--style-1 .fealsoft-member-login-button:hover,
.fealsoft-header--style-1 .fealsoft-member-login-button:focus-visible,
.fealsoft-header--style-1 .fealsoft-btn-login:hover,
.fealsoft-header--style-1 .fealsoft-btn-login:focus-visible {
	color: #fc0f1c;
	text-decoration: none;
}

/* --- Alt bölüm: bottom-section + menu-container --- */

.fealsoft-header--style-1 .fealsoft-header__bottom,
.fealsoft-header--style-1 .fealsoft-header__bottom-section {
	display: flex;
	align-items: center;
	width: 100%;
	height: 44px;
	background-color: #e8e8e8;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.12);
	box-sizing: border-box;
}

.fealsoft-header--style-1 .fealsoft-header__bottom-inner,
.fealsoft-header--style-1 .fealsoft-header__menu-container,
.fealsoft-header--style-1 .fealsoft-header__bottom-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: 1056px;
	height: 44px;
	margin: 0 auto;
	padding: 10px 15px;
	box-sizing: border-box;
	flex: 0 1 1056px;
	min-width: 0;
}

.fealsoft-header--style-1 .fealsoft-header__bottom-nav {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	height: 100%;
	overflow: hidden;
}

.fealsoft-header--style-1 .fealsoft-header__bottom-menu-list,
.fealsoft-header--style-1 .fealsoft-header__bottom-menu-list.menu,
.fealsoft-header--style-1 .fealsoft-header__header-menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 0 1 auto;
	width: auto;
	max-width: 100%;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	flex-wrap: nowrap;
}

.fealsoft-header--style-1 .fealsoft-header__bottom-menu-list > li,
.fealsoft-header--style-1 .fealsoft-header__bottom-menu-list.menu > li,
.fealsoft-header--style-1 .fealsoft-header__header-menu > li {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fealsoft-header--style-1 .fealsoft-header__has-dropdown {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.fealsoft-header--style-1 .fealsoft-all-category-title,
.fealsoft-header--style-1 .fealsoft-mega-toggle {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	color: #111111;
	cursor: pointer;
	white-space: nowrap;
	-webkit-appearance: none;
	appearance: none;
}

.fealsoft-header--style-1 .fealsoft-mega-toggle__icon-wrap {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.fealsoft-header--style-1 .fealsoft-icon--menu {
	display: block;
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.fealsoft-header--style-1 .fealsoft-all-category-title:hover,
.fealsoft-header--style-1 .fealsoft-all-category-title:focus-visible,
.fealsoft-header--style-1 .fealsoft-mega-toggle:hover,
.fealsoft-header--style-1 .fealsoft-mega-toggle:focus-visible,
.fealsoft-header--style-1 .fealsoft-mega-toggle.fealsoft-mega-toggle--active,
.fealsoft-header--style-1 .fealsoft-mega-toggle:hover .fealsoft-mega-toggle__text {
	color: #fc0f1c;
	outline: none;
}

.fealsoft-header--style-1 .fealsoft-header__bottom-menu-list a,
.fealsoft-header--style-1 .fealsoft-header__bottom-menu-list.menu a,
.fealsoft-header--style-1 .fealsoft-header__bottom-menu-list a span {
	position: relative;
	display: inline-block;
	padding: 0;
	color: #111111;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.fealsoft-header--style-1 .fealsoft-header__bottom-menu-list > li:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	margin-right: -15px;
	top: 50%;
	transform: translateY(-50%);
	height: 15px;
	width: 1px;
	background: #d4d4d4;
}

.fealsoft-header--style-1 .fealsoft-header__bottom-menu-list a:hover,
.fealsoft-header--style-1 .fealsoft-header__bottom-menu-list a:focus-visible,
.fealsoft-header--style-1 .fealsoft-header__bottom-menu-list .current-menu-item > a,
.fealsoft-header--style-1 .fealsoft-header__bottom-menu-list .current_page_item > a {
	color: #fc0f1c;
	text-decoration: none;
}

/* ==========================================================================
   FealSoft Mega Menu — Açılır panel (Header Şablon 1)
   ========================================================================== */

.fealsoft-hidden {
	display: none !important;
}

.fealsoft-mega-wrapper,
.fealsoft-category-dropdown {
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 1000;
	width: 100vw;
	max-height: calc(100vh - 60px);
	overflow-y: auto;
	background: #e8e8e8;
	padding: 10px 0 30px;
	box-shadow: none;
}

.fealsoft-mega-wrapper.fealsoft-mega-wrapper--active {
	display: block;
}

.fealsoft-mega-wrapper__inner,
.fealsoft-category-dropdown__inner {
	max-width: 1056px;
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}

.fealsoft-mega-dropdown-panel {
	display: block;
	box-sizing: border-box;
}

.fealsoft-mega-dropdown-panel > .fealsoft-mega-menu-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 0 auto 24px;
	padding: 20px;
	list-style: none;
	border-bottom: 1px solid #d4d4d4;
	box-sizing: border-box;
}

.fealsoft-mega-menu-item {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fealsoft-mega-menu-link {
	display: block;
	margin-bottom: 8px;
	color: #333333;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	text-transform: uppercase;
}

.fealsoft-mega-menu-link:hover,
.fealsoft-mega-menu-link:focus-visible {
	color: #fc0f1c;
}

.fealsoft-mega-menu-sublist {
	margin: 5px 0 0;
	padding: 0 0 0 15px;
	list-style: none;
	border-left: 1px solid #cccccc;
	box-sizing: border-box;
}

.fealsoft-mega-menu-sublist .fealsoft-mega-menu-link {
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	margin-bottom: 6px;
}

.fealsoft-mega-menu-sublist .fealsoft-mega-menu-sublist .fealsoft-mega-menu-link {
	font-size: 13px;
	font-weight: 500;
}

@media (max-width: 767px) {
	.fealsoft-mega-dropdown-panel > .fealsoft-mega-menu-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
		padding: 16px;
	}
}

@media (min-width: 1025px) and (max-width: 1080px) {
	.fealsoft-header--style-1 .fealsoft-header__top-inner,
	.fealsoft-header--style-1 .fealsoft-header__red-container,
	.fealsoft-header--style-1 .fealsoft-header__bottom-inner,
	.fealsoft-header--style-1 .fealsoft-header__menu-container,
	.fealsoft-header--style-1 .fealsoft-header__bottom-header {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* ==========================================================================
   FealSoft Header — Şablon 2 (Modern Yapışkan Tek Satır)
   ========================================================================== */

.fealsoft-header--style-2.fealsoft-header--sticky {
	position: sticky;
	top: 0;
	z-index: var(--fealsoft-header-z);
	box-shadow: var(--fealsoft-shadow);
}

.fealsoft-header--style-2 .fealsoft-header__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	padding-block: 0.75rem;
}

.fealsoft-header--style-2 .fealsoft-header__branding--compact {
	flex: 0 0 auto;
}

.fealsoft-header--style-2 .fealsoft-header__nav-toggle {
	flex: 0 0 auto;
	order: 2;
	margin-left: auto;
	color: var(--fealsoft-text-color);
}

.fealsoft-header--style-2 .fealsoft-header__nav--center {
	display: none;
	width: 100%;
	order: 4;
}

.fealsoft-header--style-2 .fealsoft-header__nav-toggle-input:checked ~ .fealsoft-header__nav--center {
	display: block;
}

.fealsoft-header--style-2 .fealsoft-header__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.5rem;
	width: 100%;
	order: 5;
}

.fealsoft-header--style-2 .fealsoft-header__social--inline {
	justify-content: flex-start;
}

.fealsoft-header--style-2 .fealsoft-header__social--inline .fealsoft-header__social-link {
	color: var(--fealsoft-text-color);
	border: 1px solid var(--fealsoft-border-color);
}

.fealsoft-header--style-2 .fealsoft-header__social--inline .fealsoft-header__social-link:hover,
.fealsoft-header--style-2 .fealsoft-header__social--inline .fealsoft-header__social-link:focus-visible {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--fealsoft-bg-color);
}

.fealsoft-header--style-2 .fealsoft-header__search {
	width: 100%;
}

/* ==========================================================================
   FealSoft Header — Tablet ve Masaüstü (Mobile-First Breakpoints)
   ========================================================================== */

@media (min-width: 768px) {
	.fealsoft-header--style-2 .fealsoft-header__nav-toggle {
		display: none;
	}

	.fealsoft-header--style-2 .fealsoft-header__row {
		flex-wrap: nowrap;
		gap: 1rem;
	}

	.fealsoft-header--style-2 .fealsoft-header__nav--center {
		display: block;
		flex: 1 1 auto;
		width: auto;
		order: unset;
	}

	.fealsoft-header--style-2 .fealsoft-header__nav-list--center {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.125rem;
	}

	.fealsoft-header--style-2 .fealsoft-header__actions {
		flex: 0 0 auto;
		flex-direction: row;
		align-items: center;
		width: auto;
		order: unset;
		gap: 0.75rem;
	}

	.fealsoft-header--style-2 .fealsoft-header__search {
		width: auto;
		min-width: 180px;
	}

	.fealsoft-header--style-2 .fealsoft-header__social--inline {
		justify-content: flex-end;
	}
}

@media (min-width: 992px) {
	.fealsoft-header--style-2 .fealsoft-header__search {
		min-width: 220px;
	}
}

/* ==========================================================================
   FealSoft Main — İçerik Alanı ve Haber Kartları
   ========================================================================== */

.fealsoft-main {
	padding-block: calc(var(--fealsoft-spacing) * 2);
	min-height: 60vh;
}

.fealsoft-main__inner {
	display: grid;
	gap: calc(var(--fealsoft-spacing) * 1.5);
}

.fealsoft-post-list {
	display: grid;
	gap: calc(var(--fealsoft-spacing) * 1.5);
}

.fealsoft-post-card {
	border: 1px solid var(--fealsoft-border-color);
	border-radius: 6px;
	overflow: hidden;
	background-color: var(--fealsoft-bg-color);
	transition: box-shadow var(--fealsoft-transition);
}

.fealsoft-post-card:hover {
	box-shadow: var(--fealsoft-shadow);
}

.fealsoft-post-card__media-link {
	display: block;
	line-height: 0;
}

.fealsoft-post-card__img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.fealsoft-post-card__body {
	padding: var(--fealsoft-spacing);
}

.fealsoft-post-card__title {
	margin: 0 0 0.5rem;
	font-family: var(--fealsoft-font-heading);
	font-size: 1.25rem;
	line-height: 1.3;
}

.fealsoft-post-card__title-link {
	color: var(--fealsoft-text-color);
}

.fealsoft-post-card__title-link:hover,
.fealsoft-post-card__title-link:focus-visible {
	color: var(--primary-color);
}

.fealsoft-post-card__meta {
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
	color: var(--fealsoft-text-muted);
}

.fealsoft-post-card__category-link {
	color: var(--fealsoft-text-muted);
}

.fealsoft-post-card__category-link:hover,
.fealsoft-post-card__category-link:focus-visible {
	color: var(--primary-color);
}

.fealsoft-post-card__excerpt {
	margin: 0;
	color: var(--fealsoft-text-muted);
}

.fealsoft-post-card__read-more {
	display: inline-block;
	margin-top: 0.75rem;
	font-weight: 600;
	color: var(--primary-color);
}

.fealsoft-no-posts {
	padding: calc(var(--fealsoft-spacing) * 2);
	text-align: center;
	color: var(--fealsoft-text-muted);
}

.fealsoft-no-posts__title {
	margin: 0 0 0.5rem;
	font-family: var(--fealsoft-font-heading);
	color: var(--fealsoft-text-color);
}

.fealsoft-no-posts__text {
	margin: 0;
}

.fealsoft-pagination {
	margin-top: var(--fealsoft-spacing);
}

.fealsoft-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
}

.fealsoft-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	padding: 0.375rem 0.625rem;
	border: 1px solid var(--fealsoft-border-color);
	border-radius: 4px;
	color: var(--fealsoft-text-color);
	transition: background-color var(--fealsoft-transition), color var(--fealsoft-transition);
}

.fealsoft-pagination .page-numbers:hover,
.fealsoft-pagination .page-numbers:focus-visible,
.fealsoft-pagination .page-numbers.current {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--fealsoft-bg-color);
}

/* ==========================================================================
   FealSoft Footer
   ========================================================================== */

.fealsoft-footer {
	background-color: var(--secondary-color);
	color: var(--fealsoft-bg-color);
	padding-block: calc(var(--fealsoft-spacing) * 2);
	margin-top: calc(var(--fealsoft-spacing) * 2);
}

.fealsoft-footer__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--fealsoft-spacing);
	text-align: center;
}

.fealsoft-footer__copyright {
	margin: 0;
	font-size: 0.875rem;
}

.fealsoft-footer__social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fealsoft-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.375rem 0.625rem;
	font-size: 0.875rem;
	color: var(--fealsoft-bg-color);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	transition: background-color var(--fealsoft-transition), border-color var(--fealsoft-transition);
}

.fealsoft-footer__social-link:hover,
.fealsoft-footer__social-link:focus-visible {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

@media (min-width: 768px) {
	.fealsoft-footer__inner {
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}
}

/* ==========================================================================
   FealSoft Preloader — Tam Ekran Yükleme Katmanı
   ========================================================================== */

.fealsoft-preloader {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--fealsoft-bg-color);
	opacity: 1;
	visibility: visible;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

.fealsoft-preloader--hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.fealsoft-preloader__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

.fealsoft-preloader__logo {
	max-width: 120px;
	max-height: 120px;
	width: auto;
	height: auto;
	object-fit: contain;
	animation: fealsoft-preloader-pulse 1.2s ease-in-out infinite;
}

.fealsoft-preloader__spinner {
	display: block;
	width: 48px;
	height: 48px;
	border: 3px solid var(--fealsoft-border-color);
	border-top-color: var(--primary-color);
	border-radius: 50%;
	animation: fealsoft-preloader-spin 0.8s linear infinite;
}

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

@keyframes fealsoft-preloader-pulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.7;
		transform: scale(0.95);
	}
}
