.slider-background {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 490px;
	top: 0;
	overflow: hidden;
}

.slider-background img {
	width: 110%;
	filter: grayscale(0.4) blur(15px) brightness(0.8);
	left: -5%;
	position: relative;
	top: 0;
	max-width: unset;
	height: 450px;
}

.slider-background:after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 370px;
	background: linear-gradient(to top, #383b50, transparent);
}

.dark-theme nav.navbar.navbar-itemsatis2 {
	background: rgb(50 52 72 / 64%);
	backdrop-filter: blur(15px);
	z-index: 4;
}

.dark-theme nav.navbar.navbar-itemsatis1 {
	background: rgb(37 39 58 / 82%);
	backdrop-filter: blur(10px);
	z-index: 5;
}

.category-content,
.faq-content {
	display: none;
}

.category-content.active,
.faq-content.active {
	display: block;
}

.search-results {
	display: none;
}

.search-results.active {
	display: block;
}

/* Mobil menü geçişleri */
.mobile-menu {
	transform: translateY(120%);
	transition: transform 0.5s ease-in-out;
}

.mobile-menu.active {
	transform: translateY(0);
}

/* Mobil overlay */
.mobile-overlay {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out;
}

.mobile-overlay.active {
	opacity: 1;
	pointer-events: all;
}

/* Scrollbar styling */
.custom-scrollbar::-webkit-scrollbar {
	width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
	background: var(--alfa-400);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
	background: var(--alfa-600);
	border-radius: 2px;
}

.faq-body h1 {
	font-size: 1.875rem; /* text-3xl */
	font-weight: 700; /* font-bold */
	color: #ffffff;
	margin-bottom: 1rem;
}

.faq-body h2 {
	font-size: 1.5rem; /* text-2xl */
	font-weight: 600;
	color: #e0e0e0;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
}

.faq-body h3,
.faq-body h4 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	color: #cccccc;
}

.faq-body p {
	margin-bottom: 1rem;
	line-height: 1.75;
	color: #cbd5e1; /* slate-300 */
}

.faq-body ul,
.faq-body ol {
	padding-left: 1.25rem;
	margin-bottom: 1rem;
}

.faq-body li {
	margin-bottom: 0.5rem;
	list-style-type: disc;
}

.faq-body ol li {
	list-style-type: decimal;
}

.faq-body a {
	color: #60a5fa; /* blue-400 */
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}

.faq-body a:hover {
	color: #93c5fd; /* blue-300 */
}

.faq-body img {
	max-width: 100%;
	height: auto !important;
	width: auto !important;
	border-radius: 0.5rem;
	margin: 1rem 0;
	box-shadow: 0 0 0 1px #334155;
	display: block;
}

.faq-body img:hover {
	border-color: #3b82f6; /* blue-500 */
	box-shadow: 0 0 0 1px #3b82f6, 0 4px 6px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

@media (max-width: 768px) {
	.faq-body img {
		max-height: 320px;
		object-fit: contain;
	}
}

.faq-body iframe {
	width: 100%;
	height: 400px;
	border: none;
	margin: 1.5rem 0;
	border-radius: 0.5rem;
	background-color: #1e293b;
}

.faq-body strong {
	font-weight: bold;
	color: #ffffff;
}

.faq-body br {
	margin-bottom: 0.75rem;
	display: block;
	content: "";
}

.category-submenu button.bg-white\/10 {
	border-left: 3px solid #3b82f6; /* blue-500 */
}

.destek-sistemi-box {
	display: flex;
	padding: 20px;
	background: linear-gradient(45deg, #464b6f, #3f4257);
	border-radius: 10px;
	flex-direction: column;
	margin: 50px 25px 25px;
}

.destek-sistemi-box:hover {
	background: linear-gradient(45deg, #373f77, #3f4257);
}

.destek-sistemi-box div {
	display: flex;
	flex-direction: row;
}

.destek-sistemi-box img {
	width: 90px;
	height: 90px;
	position: relative;
	top: -15px;
	left: -30px;
	margin-right: -10px;
}

.destek-sistemi-box .first-destek-box {
	margin-top: -20px;
	display: flex;
	margin-bottom: -5px;
}

.destek-sistemi-box p {
	color: #aeb4d9 !important;
}