﻿/*-----------------------------------------------------------------------------------

	Theme Name: Canvas
	Theme URI: http://themes.semicolonweb.com/html/canvas
	Description: The Multi-Purpose Template
	Author: SemiColonWeb
	Author URI: http://themeforest.net/user/semicolonweb
	Version: 6.1.4

-----------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------

	- Basic
	- Typography
	- Basic Layout Styles
	- Helper Classes
	- Sections
	- Columns & Grids
	- Header
		- Logo
		- Primary Menu
		- Mega Menu
		- Sticky Header
	- Page Title
	- Content
	- Blog
	- Shortcodes
		- Process Steps
		- Social Icons
	- Go To Top
	- Footer
	- Stretched Layout
	- Page Transitions

---------------------------------------------------------------- */


/* ----------------------------------------------------------------
	Scrollbar Gizle
-----------------------------------------------------------------*/

html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}

html, body, * {
	-ms-overflow-style: none !important;
	scrollbar-width: none !important;
}

/* ----------------------------------------------------------------
	Bootstrap Adjustments
-----------------------------------------------------------------*/


@media (min-width: 1440px) {
	.container { max-width: 1320px; }
}


/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #555;
	font-family: 'Lato', sans-serif;
	width: 100%;
	overflow-x: hidden;
	height: 100%;
}

/* Scrollbar'Ä± gizle */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none;
}

html,
body {
	-ms-overflow-style: none;
	scrollbar-width: none;
}




dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
	background: #1362ab;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #1362ab; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #1362ab; /* Safari */
	color: #FFF;
	text-shadow: none;
}

:active,
:focus { outline: none !important; }


/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/


body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #555;
	font-family: 'Lato', sans-serif;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	overflow-x: clip;
}

a {
	text-decoration: none !important;
	color: #1f5d99;
}

a:hover { color: #222; }

a img { border: none; }

img { max-width: 100%; }

iframe {
	width: 100%;
	border: 0 !important;
	overflow: hidden !important;
}


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Poppins', sans-serif;
}

h5,
h6 { margin-bottom: 20px; }

h1 { font-size: 36px; }

h2 { font-size: 30px; }

h3 { font-size: 1.5rem; }

h4 { font-size: 18px; }

h5 { font-size: 0.875rem; }

h6 { font-size: 12px; }

h4 { font-weight: 600; }

h5,
h6 { font-weight: bold; }

@media (max-width: 767.98px) {

	h1 {
		font-size: 1.75rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.25rem;
	}

	h4 {
		font-size: 1rem;
	}

}

h1 > span:not(.nocolor):not(.badge),
h2 > span:not(.nocolor):not(.badge),
h3 > span:not(.nocolor):not(.badge),
h4 > span:not(.nocolor):not(.badge),
h5 > span:not(.nocolor):not(.badge),
h6 > span:not(.nocolor):not(.badge) 


pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 6px; }

small { font-family: 'Lato', sans-serif; }


@media (max-width: 1200px) {
	.display-1 {
		font-size: calc( 1.725rem + 5.7vw );
	}
	.display-2 {
		font-size: calc( 1.675rem + 5.1vw );
	}
	.display-3 {
		font-size: calc( 1.575rem + 3.9vw );
	}
	.display-4 {
		font-size: calc( 1.475rem + 2.7vw );
	}
}


/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/

#wrapper {
	position: relative;
	float: none;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	overflow: visible;
	box-shadow: none;
	min-height: 100vh;
	max-height: none;
}

/* Anasayfa iÃ§in padding kaldÄ±r (slider navbar'Ä±n altÄ±nda olmalÄ±) */
body.home-page #wrapper {
	padding-top: 0 !important;
}

@media (max-width: 991px) {
	#wrapper {
		box-shadow: none;
	}
	#footer,
	footer,
	#copyrights {
		margin-bottom: 0 !important;
	}
}

/* SADECE MOBÄ°LDE navbar iÃ§in boÅŸluk */
@media (max-width: 1199.98px) {
	#wrapper {
		padding-top: 79px;
	}
	
	body.home-page #wrapper {
		padding-top: 0 !important;
	}
	
	.corporate-hero,
	.service-detail-hero,
	.documents-hero,
	.career-hero,
	.contact-page-hero,
	#page-title,
	.page-title {
		margin-top: -79px !important;
	}
	
	/* Mobile'da slider yÃ¼ksekliÄŸini artÄ±r */
	.corporate-hero,
	.service-detail-hero,
	.documents-hero,
	.career-hero,
	.contact-page-hero {
		height: 280px !important;
		min-height: 280px !important;
	}
	
	/* Mobile'da slider iÃ§eriÄŸini ortala */
	.hero-content,
	.service-detail-hero-content,
	.documents-hero-content,
	.career-hero-content,
	.contact-page-hero-content {
		padding-top: 50px !important;
	}
	
	/* Mobile'da baÅŸlÄ±k ve yazÄ± boyutlarÄ±nÄ± kÃ¼Ã§Ã¼lt */
	.hero-content h1,
	.service-detail-hero-content h1,
	.documents-hero-content h1,
	.career-hero-content h1,
	.contact-page-hero-content h1 {
		font-size: 28px !important;
		line-height: 1.2 !important;
	}
	
	.hero-content p,
	.service-detail-hero-content p,
	.documents-hero-content p,
	.career-hero-content p,
	.contact-page-hero-content p {
		font-size: 14px !important;
		line-height: 1.6 !important;
	}
}

/* Desktop'ta hero section yÃ¼ksekliÄŸini artÄ±r ve yazÄ±larÄ± ortala */
@media (min-width: 1200px) {
	/* TÃ¼m hero section'lar */
	.corporate-hero,
	.service-detail-hero,
	.documents-hero,
	.career-hero,
	.contact-page-hero {
		height: 320px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
	
	/* TÃ¼m hero content'ler - ortalanmÄ±ÅŸ */
	.hero-content,
	.service-detail-hero-content,
	.documents-hero-content,
	.career-hero-content,
	.contact-page-hero-content {
		position: relative !important;
		z-index: 10 !important;
		text-align: center !important;
		padding-top: 70px !important;
	}
	
	/* Blog detay ve Duyurular hero content - sol yaslÄ± */
}

@media (min-width: 1200px) {
	body:not(.stretched) #wrapper {
		max-width: 1200px;
	}
}

@media (min-width: 1440px) {
	body:not(.stretched) #wrapper {
		max-width: 1440px;
	}
}

.inline-block {
	display: inline-block !important;
	float: none !important;
}

.col-mb-30 {
	margin-bottom: -30px;
}

.col-mb-30 > .col,
.col-mb-30 > [class*="col-"] {
	padding-bottom: 30px;
}

/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/


.section {
	position: relative;
	width: 100%;
	margin: 60px 0;
	padding: 60px 0;
	background-color: #F9F9F9;
	overflow: hidden;
}

.section .container { z-index: 2; }


/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/


.postcontent,
.sidebar {
	position: relative;
}


/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/

#header {
	position: relative;
	background-color: #FFF;
	border-bottom: 1px solid #F5F5F5;
}

#header-wrap {
	position: relative;
	background-color: #FFF;
	width: 100%;
}

.home-mobile-menu-close {
	display: none;
}

.header-wrap-clone {
	display: none;
}

/* Active menÃ¼ altÄ± Ã§izgi - anasayfa dÄ±ÅŸÄ± */
#header .menu-container > .menu-item.current > .menu-link {
  position: relative;
}

/* Anasayfa iÃ§in aktif menÃ¼ Ã§izgisi - transparent header */
body.home-page #header:not(.sticky-header):not(.sticky-header-shrink) .menu-container > .menu-item.current > .menu-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 56px;
  height: 1.5px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

/* Anasayfa iÃ§in aktif menÃ¼ Ã§izgisi - scrolled header */
body.home-page #header.sticky-header .menu-container > .menu-item.current > .menu-link::after,
body.home-page #header.sticky-header-shrink .menu-container > .menu-item.current > .menu-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 56px;
  height: 1.5px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #5aa8ff 0%, #1362ab 55%, #78b8ff 100%);
  box-shadow: 0 0 6px rgba(19, 98, 171, 0.14);
}

body:not(.home-page) #header .menu-container > .menu-item.current > .menu-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 56px;
  height: 1.5px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #5aa8ff 0%, #1362ab 55%, #78b8ff 100%);
  box-shadow: 0 0 6px rgba(19, 98, 171, 0.14);
}

@media (min-width: 992px) {
  #header-wrap,
  #header.sticky-header #header-wrap,
  #header.sticky-header-shrink #header-wrap {
    height: 78px !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
  }

  #header .container,
  #header .header-row,
  #header.sticky-header .container,
  #header.sticky-header .header-row,
  #header.sticky-header-shrink .container,
  #header.sticky-header-shrink .header-row {
    height: 78px !important;
    min-height: 78px !important;
  }

  #header #logo,
  #header.sticky-header #logo,
  #header.sticky-header-shrink #logo {
    height: 78px !important;
    display: flex;
    align-items: center;
  }

  #header #logo img,
  #header.sticky-header #logo img,
  #header.sticky-header-shrink #logo img {
    height: 44px !important;
    max-height: 44px !important;
    width: auto !important;
  }

  #header .menu-container > .menu-item > .menu-link,
  #header.sticky-header .menu-container > .menu-item > .menu-link,
  #header.sticky-header-shrink .menu-container > .menu-item > .menu-link {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }

  .header-wrap-clone,
  .sticky-header .header-wrap-clone {
    height: calc(78px + 1px) !important;
  }
}

.header-row {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 992px) {

	#header-wrap {
		position: fixed;
		height: auto;
		z-index: 299;
		box-shadow: 0 0 0 rgba(0,0,0,0.1);
		transition: height .2s ease 0s, background-color .3s ease 0s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: left, top, transform;
	}

	div + #header-wrap,
	.no-sticky #header-wrap,
	[data-sticky-offset]:not([data-sticky-offset="full"]):not(.sticky-header) #header-wrap,
	body:not(.stretched) #header:not(.sticky-header) #header-wrap {
		position: absolute;
	}

	.header-wrap-clone {
		display: block;
		height: calc( 60px + 1px );
	}

	.header-size-sm .header-wrap-clone {
		height: calc( 60px + 1px );
	}

	.header-size-md .header-wrap-clone {
		height: calc( 80px + 1px );
	}

	.header-size-lg .header-wrap-clone {
		height: calc( 120px + 1px );
	}

	.header-row {
		position: initial;
	}

	#header.transparent-header,
	#header.transparent-header:not(.sticky-header) #header-wrap {
		background: transparent;
		border-bottom: 1px solid transparent;
		z-index: 299;
	}

	#header.full-header:not(.transparent-header) { border-bottom-color: transparent; }

	.stretched .full-header #header-wrap > .container {
		width: 100%;
		max-width: none;
		padding: 0 30px;
	}

	#header.transparent-header.full-header #header-wrap {
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	#slider + #header.transparent-header.full-header #header-wrap {
		border-top: 1px solid rgba(0,0,0,0.1);
		border-bottom: none;
	}

	/* ----------------------------------------------------------------
		Sticky Header
	-----------------------------------------------------------------*/

	#logo img {
		-webkit-transition: height .4s ease, padding .4s ease, margin .4s ease, opacity .3s ease;
		transition: height .4s ease, padding .4s ease, margin .4s ease, opacity .3s ease;
	}

	#logo img { max-height: 100%; }

	.sub-menu-container,
	.mega-menu-content {
		transition: none;
	}

	.sticky-header #header-wrap {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #FFF;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
	}

	.sticky-header.full-header #header-wrap {
		border-bottom: 1px solid #EEE;
	}

	.sticky-header.semi-transparent { background-color: transparent; }

	.semi-transparent.sticky-header #header-wrap { background-color: rgba(255,255,255,0.8) }

}

@media (max-width: 1199.98px) {

	.sticky-header #header-wrap {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 299;
		background-color: #FFF;
		border-bottom: 1px solid #EEE;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}

	.sticky-header .header-wrap-clone {
		display: block;
	}

	.sticky-header .menu-container {
		max-height: 60vh;
		margin: 1rem 0;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	body:not(.primary-menu-open) .dark.transparent-header-responsive,
	body:not(.primary-menu-open) .transparent-header-responsive {
		background-color: transparent;
		border: none;
	}

	body:not(.primary-menu-open) .semi-transparent.transparent-header-responsive {
		background-color: rgba(255,255,255,0.8);
		z-index: 1;
	}

	

	body.home-page.primary-menu-open #header.home-transparent-header #header-wrap {
		border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
		box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14) !important;
		-webkit-backdrop-filter: blur(14px);
		backdrop-filter: blur(14px);
	}

	body.home-page.primary-menu-open #header .menu-container,
	body.home-page.primary-menu-open #header .sub-menu-container,
	body.home-page.primary-menu-open #header .mega-menu-content {
		background: transparent;
	}

	body.home-page.primary-menu-open #header .menu-container > .menu-item > .menu-link {
		color: #14233f !important;
		text-shadow: none;
	}

	/* Aktif (current) menÃ¼ item'Ä± mobilde mavi + alt Ã§izgi */
	body.home-page.primary-menu-open #header .menu-container > .menu-item.current > .menu-link {
		color: #1362ab !important;
		text-shadow: none;
		position: relative;
	}

	body.home-page.primary-menu-open #header:not(.sticky-header):not(.sticky-header-shrink) .menu-container > .menu-item.current > .menu-link::after,
	body.home-page.primary-menu-open #header .menu-container > .menu-item.current > .menu-link::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 12px;
		width: 56px;
		height: 1.5px;
		border-radius: 999px;
		transform: translateX(-50%);
		background: linear-gradient(90deg, #5aa8ff 0%, #1362ab 55%, #78b8ff 100%) !important;
		box-shadow: 0 0 6px rgba(19, 98, 171, 0.14) !important;
	}

	body.home-page.primary-menu-open #header .sub-menu-container .menu-item > .menu-link {
		color: #526072 !important;
		text-shadow: none;
	}

	body.home-page.primary-menu-open #logo a.standard-logo,
	body.home-page.primary-menu-open #logo a.retina-logo {
		display: none !important;
	}

	body.home-page.primary-menu-open #logo a.menu-open-logo {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	body.home-page.primary-menu-open #logo a.menu-open-logo img {
		height: 30px !important;
		max-height: 30px !important;
		width: auto;
	}

	body.home-page.primary-menu-open #header .menu-item .sub-menu-trigger {
		color: #14233f;
	}

	body.home-page.primary-menu-open #primary-menu-trigger .svg-trigger path {
		stroke: #14233f;
	}

}


/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/


#logo {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	margin-right: auto;
	max-height: 100%;
	overflow: visible !important;
}

#logo a {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	line-height: 0;
}

#logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: 100px;
	opacity: 1 !important;
	visibility: visible !important;
}

.header-size-sm #header-wrap #logo img {
	height: 60px;
}

.header-size-md #header-wrap #logo img {
	height: 80px;
}

.header-size-lg #header-wrap #logo img {
	height: 120px;
}

#logo a.standard-logo {
	display: -ms-flexbox;
	display: flex;
}

#logo a.retina-logo { display: none; }

#logo a.menu-open-logo { display: none; }

@media (min-width: 992px) {

	.full-header #logo {
		padding-right: 30px;
		position: relative;
		border-right: 0;
	}

	.full-header #logo::after {
		content: "";
		position: absolute;
		top: 14px;
		bottom: 14px;
		right: 0;
		width: 1px;
	
	}

	#header.transparent-header.full-header #logo::after { background: rgba(0,0,0,0.1); }

	.sticky-header-shrink #header-wrap #logo img {
		height: 60px;
	}

}


/* ----------------------------------------------------------------
	Retina Logo
-----------------------------------------------------------------*/


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	#logo a.standard-logo { display: none; }

	#logo a.retina-logo {
		display: -ms-flexbox;
		display: flex;
	}

}


/* ----------------------------------------------------------------
	Header Right Area
-----------------------------------------------------------------*/


.header-extras {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.header-extras li {
	display: -ms-flexbox;
	display: flex;
	margin-left: 1.25rem;
	overflow: hidden;
	list-style: none;
}

.header-extras li:first-child { margin-left: 0; }

.header-extras li .he-text {
	padding-left: 10px;
	font-weight: bold;
	font-size: 0.875rem;
}

.header-extras li .he-text span {
	display: block;
	font-weight: 400;
	color: #1362ab;
}


/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/

.primary-menu {
	display: -ms-flexbox;
	display: flex;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
}

.primary-menu + .primary-menu {
	border-top: 1px solid #EEE;
}

#primary-menu-trigger {
	display: -ms-flex;
	display: flex;
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
	cursor: pointer;
	font-size: 0.875rem;
	width: 50px;
	height: 50px;
	line-height: 50px;
	justify-content: center;
	align-items: center;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

body.home-page:not(.primary-menu-open) #header.home-transparent-header #primary-menu-trigger .svg-trigger path {
	stroke: #FFF;
}

.svg-trigger {
	width: 30px;
	height: 30px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.svg-trigger path {
	fill: none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke: #333;
	stroke-width: 5;
	stroke-linecap:round;
}

.svg-trigger path:nth-child(1) { stroke-dasharray: 40 160; }

.svg-trigger path:nth-child(2) {
	stroke-dasharray: 40 142;
	transform-origin: 50%;
	transition: transform 400ms;
}

.svg-trigger path:nth-child(3) {
	stroke-dasharray: 40 85;
	transform-origin: 50%;
	transition: transform 400ms, stroke-dashoffset 400ms;
}

.primary-menu-open .svg-trigger { transform: rotate(45deg); }

.primary-menu-open .svg-trigger path:nth-child(1),
.primary-menu-open .svg-trigger path:nth-child(3) { stroke-dashoffset: -64px; }

.primary-menu-open .svg-trigger path:nth-child(2) { transform: rotate(90deg); }

.menu-container {
	display: none;
	list-style: none;
	margin: 0;
	width: 100%;
}

.menu-item {
	position: relative;
}

.menu-item:not(:first-child) {
	border-top: 1px solid #EEE;
}

.menu-link {
	display: block;
	line-height: 22px;
	padding: 14px 5px;
	color: #10233F;
	font-weight: 700;
	font-size: 0.8125rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.menu-link span {
	display: none;
}

.menu-link i {
	position: relative;
	top: -1px;
	font-size: 0.875rem;
	width: 16px;
	text-align: center;
	margin-right: 6px;
	vertical-align: top;
}

.menu-item:hover > .menu-link,
.menu-item.current > .menu-link {
	color: #1362ab;
}

.menu-item.sub-menu > .menu-link > div { }

.sub-menu-container,
.mega-menu-content {
	position: relative;
	padding-left: 15px;
	border-top: 1px solid #EEE;
	list-style: none;
	margin-bottom: 0;
}

.sub-menu-container .menu-item:not(:first-child) {
	border-top: 1px solid #EEE;
}

.sub-menu-container .menu-item > .menu-link {
	position: relative;
	padding: 11px 5px;
	font-size: 0.75rem;
	font-weight: 400;
	color: #666;
	letter-spacing: 0;
	font-family: 'Lato', sans-serif;
}

.sub-menu-container .menu-item:hover > .menu-link {
	font-weight: 700;
}

.sub-menu-container .menu-link div {
	position: relative;
}

.menu-item .sub-menu-trigger {
	display: block;
	position: absolute;
	cursor: pointer;
	outline: none;
	border: none;
	background: none;
	padding: 0;
	top: 9px;
	right: 0;
	width: 32px;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	text-align: center;
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}

.menu-link div > i.icon-angle-down {
	display: none;
}

.sub-menu-container .sub-menu-trigger {
	font-size: 10px;
}

.sub-menu-container .menu-item .sub-menu-trigger {
	top: 6px;
}

/* HomeHeader mobil alt menÃ¼ aÃ§Ä±k durumu */
.sub-menu-trigger.sub-menu-open {
	transform: rotate(90deg);
}


/* ----------------------------------------------------------------
	Mega Menu
-----------------------------------------------------------------*/

.mega-menu:not(.mega-menu-full) .mega-menu-content .container {
	max-width: none;
}

.mega-menu-content {
	padding-left: 0;
}

@media (max-width: 1199.98px) {

	.primary-menu {
		max-width: 100%;
	}

	.primary-menu > .container {
		max-width: none;
		padding: 0;
	}

	.mega-menu-content .sub-menu-container {
		border-top: 1px solid #EEE;
	}

	.mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
		display: block !important;
	}

	.mega-menu-content .mega-menu-column {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
	}

	.mega-menu-column .widget {
		padding: 30px 0;
	}

}

.mega-menu-content .mega-menu-column:first-child {
	border-top: 0;
}

/* Off Canvas Menu
-----------------------------------------------------------------*/

@media (max-width: 1199.98px) {

	#header:not(.sticky-header) .mobile-menu-off-canvas .menu-container {
		position: fixed;
		display: block;
		z-index: 499;
		width: 280px;
		height: 100%;
		height: calc(100vh);
		max-height: none !important;
		margin: 0 !important;
		left: 0 !important;
		top: 0 !important;
		padding: 35px 25px 60px !important;
		background-color: #FFF;
		border-right: 1px solid #EEE !important;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate(-280px,0);
		-o-transform: translate(-280px,0);
		transform: translate(-280px,0);
		-webkit-backface-visibility: hidden;
		transform-style: preserve-3d;
	}

	#header:not(.sticky-header) .mobile-menu-off-canvas.from-right .menu-container {
		left: auto !important;
		right: 0;
		border-right: 0 !important;
		border-left: 1px solid #EEE !important;
		-webkit-transform: translate(280px,0);
		-o-transform: translate(280px,0);
		transform: translate(280px,0);
	}

	#header:not(.sticky-header) .mobile-menu-off-canvas .menu-container {
		-webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease !important;
		-o-transition: -o-transform .3s ease-in-out, opacity .2s ease !important;
		transition: transform .3s ease-in-out, opacity .2s ease !important;
	}

	#header:not(.sticky-header) .mobile-menu-off-canvas .menu-container.d-block {
		-webkit-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}

	.primary-menu.mobile-menu-off-canvas.from-right .menu-container {
		left: auto !important;
		right: 0 !important;
		width: min(320px, 86vw);
		height: 100vh !important;
		padding: 86px 24px 32px !important;
		background: #FFF !important;
		border-right: 0 !important;
		border-left: 1px solid rgba(15, 23, 42, 0.08) !important;
		box-shadow: -24px 0 60px rgba(15, 23, 42, 0.18);
		-webkit-transform: translate(100%,0) !important;
		-o-transform: translate(100%,0) !important;
		transform: translate(100%,0) !important;
	}

	.primary-menu.mobile-menu-off-canvas.from-right .menu-container.d-block {
		-webkit-transform: translate(0,0) !important;
		-o-transform: translate(0,0) !important;
		transform: translate(0,0) !important;
	}

	body.primary-menu-open #primary-menu-trigger {
		position: fixed;
		top: 18px;
		right: 18px;
		z-index: 700;
		width: 44px;
		height: 44px;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.92);
		box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
	}

	body.primary-menu-open #primary-menu-trigger .svg-trigger {
		width: 44px !important;
		height: 44px !important;
		margin-top: 4px;
		margin-bottom: 0;
	}

	body.primary-menu-open #primary-menu-trigger .svg-trigger path {
		stroke: #14233f !important;
		stroke-width: 4.5;
	}

	body.home-page.primary-menu-open #header .primary-menu.mobile-menu-off-canvas .menu-container,
	body.home-page.primary-menu-open #header .primary-menu.mobile-menu-off-canvas .sub-menu-container,
	body.home-page.primary-menu-open #header .primary-menu.mobile-menu-off-canvas .mega-menu-content {
		background: #FFF !important;
	}

	body.home-page #header .primary-menu.home-mobile-menu.from-right .menu-container {
		position: fixed !important;
		display: block !important;
		top: 0 !important;
		right: 0 !important;
		left: auto !important;
		z-index: 600 !important;
		width: min(320px, 86vw) !important;
		height: 100vh !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 86px 24px 32px !important;
		background: #FFF !important;
		border-left: 1px solid rgba(15, 23, 42, 0.08) !important;
		border-right: 0 !important;
		box-shadow: -24px 0 60px rgba(15, 23, 42, 0.18) !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate(100%,0) !important;
		-o-transform: translate(100%,0) !important;
		transform: translate(100%,0) !important;
		-webkit-transition: -webkit-transform .25s ease-in-out, opacity .2s ease !important;
		-o-transition: -o-transform .25s ease-in-out, opacity .2s ease !important;
		transition: transform .25s ease-in-out, opacity .2s ease !important;
	}

	body.home-page #header .primary-menu.home-mobile-menu.from-right .menu-container.d-block {
		-webkit-transform: translate(0,0) !important;
		-o-transform: translate(0,0) !important;
		transform: translate(0,0) !important;
	}

	body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .menu-container > .menu-item.current > .menu-link {
		color: #1362ab !important;
	}

	body.home-page #header .primary-menu.home-mobile-menu .home-mobile-menu-close {
		position: absolute;
		top: 18px;
		right: 18px;
		z-index: 5;
		width: 44px;
		height: 44px;
		border: 0;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.94);
		box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		cursor: pointer;
		font-size: 0;
		color: transparent;
	}

	body.home-page #header .primary-menu.home-mobile-menu .home-mobile-menu-close::before,
	body.home-page #header .primary-menu.home-mobile-menu .home-mobile-menu-close::after {
		content: "";
		position: absolute;
		width: 18px;
		height: 2px;
		border-radius: 999px;
		background: #14233f;
	}

	body.home-page #header .primary-menu.home-mobile-menu .home-mobile-menu-close::before {
		transform: rotate(45deg);
	}

	body.home-page #header .primary-menu.home-mobile-menu .home-mobile-menu-close::after {
		transform: rotate(-45deg);
	}

	body.home-page.primary-menu-open #header #logo,
	body.home-page.primary-menu-open #header .home-logo-wrapper,
	body.home-page.primary-menu-open #header #logo a {
		background: transparent !important;
		z-index: 10001 !important;
	}

	body.home-page.primary-menu-open #header,
	body.home-page.primary-menu-open #header.home-transparent-header,
	body.home-page.primary-menu-open #header #header-wrap,
	body.home-page.primary-menu-open #header .container,
	body.home-page.primary-menu-open #header .header-row {
		background: transparent !important;
		background-color: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	body.home-page.primary-menu-open #header #logo img,
	body.home-page.primary-menu-open #header .home-logo-wrapper img {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		position: relative !important;
		z-index: 10002 !important;
	}

	body.home-page.primary-menu-open #primary-menu-trigger {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}

	body.dark.home-page.primary-menu-open #primary-menu-trigger,
	html.theme-dark body.home-page.primary-menu-open #primary-menu-trigger {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}

	body.home-page #header .primary-menu.home-mobile-menu .menu-container > .menu-item.current > .home-current-link {
		color: #1362ab !important;
		position: relative;
	}

	body.home-page #header .primary-menu.home-mobile-menu .menu-container > .menu-item:first-of-type {
		border-top: 0 !important;
	}

	body.home-page #header .primary-menu.home-mobile-menu .menu-container > .menu-item.current > .home-current-link::after {
		content: "";
		position: absolute;
		left: 5px !important;
		bottom: 12px;
		width: 56px;
		height: 1.5px;
		border-radius: 999px;
		transform: none !important;
		background: linear-gradient(90deg, #5aa8ff 0%, #1362ab 55%, #78b8ff 100%) !important;
		box-shadow: 0 0 6px rgba(19, 98, 171, 0.14) !important;
	}

	body.home-page #header .primary-menu.home-mobile-menu.home-mobile-menu-dark .menu-container,
	body.home-page #header .primary-menu.home-mobile-menu.home-mobile-menu-dark .sub-menu-container,
	body.home-page #header .primary-menu.home-mobile-menu.home-mobile-menu-dark .mega-menu-content {
		background: rgba(8, 15, 24, 0.98) !important;
		border-color: rgba(111, 163, 255, 0.16) !important;
		box-shadow: 0 18px 34px rgba(0, 0, 0, 0.36) !important;
	}

	body.home-page #header .primary-menu.home-mobile-menu.home-mobile-menu-dark .menu-container > .menu-item > .menu-link,
	body.home-page #header .primary-menu.home-mobile-menu.home-mobile-menu-dark .sub-menu-container .menu-item > .menu-link {
		
		text-shadow: none !important;
	}

	body.home-page #header .primary-menu.home-mobile-menu.home-mobile-menu-dark .menu-item .sub-menu-trigger {
		color: #ffffff !important;
		stroke: #ffffff !important;
	}

	body.home-page #header .primary-menu.home-mobile-menu.home-mobile-menu-dark .home-mobile-menu-close {
		background: #1362ab !important;
		box-shadow: 0 12px 28px rgba(19, 98, 171, 0.38) !important;
	}

	body.home-page #header .primary-menu.home-mobile-menu.home-mobile-menu-dark .home-mobile-menu-close::before,
	body.home-page #header .primary-menu.home-mobile-menu.home-mobile-menu-dark .home-mobile-menu-close::after {
		background: #ffffff !important;
	}

}

@media (min-width: 1200px) {

	.primary-menu {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	.primary-menu + .primary-menu {
		border-top: 0;
	}

	#primary-menu-trigger {
		display: none;
		opacity: 0;
		pointer-events: none;
		z-index: 0;
	}

	.menu-container:not(.mobile-primary-menu) {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
	}

	.full-header .primary-menu .menu-container {
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
	}

	.transparent-header.full-header .primary-menu .menu-container { border-right-color: transparent; }

	.mega-menu { position: inherit; }

	.menu-container > .menu-item:not(:first-child) {
		margin-left: 2px;
	}

	.menu-item:not(:first-child) {
		border-top: 0;
	}

	.menu-item.menu-item-important .menu-link > div::after {
		content: '';
		display: inline-block;
		position: relative;
		top: -5px;
		left: 5px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #dc3545;
	}

	.menu-link {
		padding: 39px 15px;
		-webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
	}

	.header-size-sm .menu-container > .menu-item > .menu-link {
		padding-top: 19px;
		padding-bottom: 19px;
	}

	.header-size-md .menu-container > .menu-item > .menu-link {
		padding-top: 29px;
		padding-bottom: 29px;
	}

	.header-size-lg .menu-container > .menu-item > .menu-link {
		padding-top: 49px;
		padding-bottom: 49px;
	}

	.sticky-header-shrink .menu-container > .menu-item > .menu-link {
		padding-top: 19px;
		padding-bottom: 19px;
	}

	.with-arrows .menu-container > .menu-item > .menu-link div > i.icon-angle-down {
		display: inline-block;
	}

	.sub-menu-container,
	.mega-menu-content {
		position: absolute;
		visibility: hidden;
		width: 220px;
		background-color: #FFF;
		box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
		border: 1px solid #EEE;
		z-index: 9998;
		top: 100%;
		left: 0;
		padding: 0;
		margin-top: 0 !important;
	}

	.sub-menu-container::before,
	.mega-menu-content::before {
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		right: -1px;
		height: 3px;
		background: linear-gradient(90deg, #1362ab 0%, #5aa8ff 48%, #1362ab 100%);
		box-shadow: 0 0 16px rgba(19, 98, 171, 0.32);
		pointer-events: none;
	}

	.sub-menu-container::after,
	.mega-menu-content::after {
		content: "";
		position: absolute;
		top: -1px;
		left: 16px;
		width: 54px;
		height: 3px;
		background: rgba(255, 255, 255, 0.78);
		filter: blur(3px);
		pointer-events: none;
	}

	.menu-container > .menu-item:not(.mega-menu) .sub-menu-container { padding: 10px; }

	

	.primary-menu:not(.on-click) .menu-item.mega-menu .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
		margin-top: 0;
		z-index: auto;
	}

	.primary-menu:not(.on-click) .menu-item.mega-menu:hover > .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
		pointer-events: auto;
	}

	.primary-menu:not(.on-click) .menu-item:hover > .sub-menu-container,
	.primary-menu:not(.on-click) .menu-item:hover > .mega-menu-content {
		opacity: 1 !important;
		visibility: visible !important;
		margin-top: 0 !important;
		z-index: 9998 !important;
		pointer-events: auto !important;
	}

	/* sub-menu iÃ§indeki itemlar hover'da gÃ¶rÃ¼nsÃ¼n */
	.primary-menu:not(.on-click) .menu-item:hover > .sub-menu-container > *,
	.primary-menu:not(.on-click) .menu-item:hover > .mega-menu-content > * {
		display: block !important;
	}

	.primary-menu:not(.on-click) .menu-item:not(:hover) > .sub-menu-container > *,
	.primary-menu:not(.on-click) .menu-item:not(:hover) > .mega-menu-content > * {
		display: none;
		opacity: 0;
	}

	.primary-menu:not(.on-click) .menu-item.mega-menu .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) > * {
		display: block;
	}

	.sub-menu-container .sub-menu-container {
		list-style: none;
		top: -2px !important;
		left: 100%;
	}

	.sub-menu-container.menu-pos-invert,
	.mega-menu-content.menu-pos-invert {
		left: auto;
		right: 0;
	}

	.sub-menu-container .sub-menu-container.menu-pos-invert {
		right: 100%;
	}

	.sub-menu-container .menu-item:not(:first-child) {
		border-top: 0;
	}

	.sub-menu-container .menu-item > .menu-link {
		padding: 10px 15px;
		font-weight: 700;
		border: 0;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.sub-menu-container .menu-item > .menu-link i { vertical-align: middle; }

	.sub-menu-container .menu-item:hover > .menu-link {
		background-color: #F9F9F9;
		padding-left: 18px;
		color: #1362ab;
	}

	.menu-link div > i.icon-angle-down {
		top: 0;
		font-size: 0.875rem;
		margin: 0 0 0 5px;
	}

	.sub-menu-container .menu-link div > i.icon-angle-down,
	.side-header .primary-menu:not(.on-click) .menu-link i.icon-angle-down {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		font-size: 0.875rem;
		line-height: 1;
		margin: 0;
		transform: translateY(-50%) rotate(-90deg);
	}

	.menu-item .sub-menu-trigger,
	.side-header .on-click .sub-menu-container .menu-link i.icon-angle-down:last-child {
		display: none;
	}

	/* ----------------------------------------------------------------
		Mega Menu
	-----------------------------------------------------------------*/

	.mega-menu:not(.mega-menu-full) .mega-menu-content .container {
		max-width: none;
		padding: 0 15px !important;
		margin: 0 auto !important;
	}

	.mega-menu-content {
		margin: 0;
		width: 100%;
		max-width: none;
		left: 50%;
		transform: translateX(-50%);
	}

	.mega-menu-full .mega-menu-content {
		width: 100%;
		left: 0;
		transform: none;
	}

	.mega-menu-small {
		position: relative;
	}

	.mega-menu-small .mega-menu-content {
		left: 0;
		width: 400px;
		transform: none;
	}

	.sub-menu-container .mega-menu {
		position: relative;
	}

	.sub-menu-container .mega-menu-small .mega-menu-content {
		top: 0;
		left: 100%;
	}

	.sub-menu-container .mega-menu-small .mega-menu-content.menu-pos-invert {
		left: auto;
		right: 100%;
	}

	.mega-menu-content.mega-menu-style-2 {
		padding: 0 10px;
	}

	.mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
		position: relative;
		display: block !important;
		visibility: visible !important;
		top: 0 !important;
		left: 0;
		width: auto;
		min-width: inherit;
		height: auto !important;
		list-style: none;
		border: 0;
		box-shadow: none;
		background-color: transparent;
		opacity: 1 !important;
		z-index: auto;
	}

	.mega-menu-content .sub-menu-container.mega-menu-dropdown {
		padding: 0.75rem;
	}

	.mega-menu-column {
		display: block !important;
		padding-left: 0;
		padding-right: 0;
	}

	.sub-menu-container.mega-menu-column:not(:first-child) {
		border-left: 1px solid #F2F2F2;
	}

	.mega-menu-style-2 .mega-menu-column {
		padding: 30px 20px;
	}

	.mega-menu-style-2 .mega-menu-title:not(:first-child) {
		margin-top: 20px;
	}

	.mega-menu-style-2 .mega-menu-title > .menu-link {
		font-size: 0.8125rem;
		font-weight: 700;
		font-family: 'Poppins', sans-serif;
		letter-spacing: 1px;
		text-transform: uppercase !important;
		margin-bottom: 15px;
		color: #444;
		padding: 0 !important;
		line-height: 1.3 !important;
	}

	.mega-menu-style-2 .mega-menu-title:hover > .menu-link {
		background-color: transparent;
	}

	.mega-menu-style-2 .mega-menu-title > .menu-link:hover {
		color: #1362ab;
	}

	.mega-menu-style-2 .sub-menu-container:not(.mega-menu-dropdown) .menu-item {
		border: 0;
	}

	.mega-menu-style-2 .sub-menu-container .menu-link {
		padding-left: 5px;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.mega-menu-style-2 .sub-menu-container .menu-item:hover > .menu-link { padding-left: 12px; }

	/* Sub-Menu On-Click Dropdown */
	.on-click .sub-menu-container,
	.on-click .mega-menu-content {
		display: none;
		visibility: visible;
	}

	.on-click .menu-item:not(.mega-menu-small) .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
		display: block;
	}

}

/* ----------------------------------------------------------------
	Header Misc
-----------------------------------------------------------------*/

.header-misc {
	position: initial;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.header-misc-element,
.header-misc-icon {
	margin: 0 8px;
}

.header-misc-icon > a {
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	font-size: 1.125rem;
	line-height: 20px;
	text-align: center;
	color: #333;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

@media (min-width: 992px) {
	.header-misc:not([class*="order-"]) {
		-ms-flex-order: 13;
		order: 13;
	}
}

/* ----------------------------------------------------------------
	One Page
-----------------------------------------------------------------*/

.one-page-arrow {
	position: absolute;
	z-index: 3;
	bottom: 20px;
	left: 50%;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	font-size: 32px;
	text-align: center;
	color: #222;
}


/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/


#content {
	position: relative;
	background-color: #FFF;
}

#content p { line-height: 1.8; }

.content-wrap {
	position: relative;
	overflow: visible;
}

#content .container { position: relative; }

.grid-container,
.grid-inner {
	position: relative;
	overflow: hidden;
}

.grid-inner {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

body:not(.device-touch) .grid-container {
	-webkit-transition: height .4s ease;
	-o-transition: height .4s ease;
	transition: height .4s ease;
}


/* ----------------------------------------------------------------
/* ----------------------------------------------------------------
	Process Steps
-----------------------------------------------------------------*/

.process-steps {
	margin: 0 0 40px;
	list-style: none;
}

.process-steps li {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.process-steps li .i-circled { margin-bottom: 0 !important; }

.process-steps li .i-bordered { background-color: #FFF; }

.process-steps li h5 {
	margin: 15px 0 0 0;
	font-size: 1rem;
	font-weight: 300;
}

.process-steps li.active h5,
.process-steps li.ui-tabs-active h5 {
	font-weight: 600;
	color: #1362ab;
}

.process-steps li.active a,
.process-steps li.ui-tabs-active a {
	background-color: #1362ab !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-color: #1362ab !important;
}

@media (min-width: 992px) {

	.process-steps li::before,
	.process-steps li::after {
		content: '';
		position: absolute;
		top: 30px;
		left: 0;
		margin-left: -26px;
		width: 50%;
		border-top: 1px dashed #DDD;
	}

	.process-steps li::after {
		left: auto;
		right: 0;
		margin: 0 -26px 0 0;
	}

	.process-steps li:first-child::before,
	.process-steps li:last-child::after { display: none; }

}


/* ----------------------------------------------------------------
	Alerts
-----------------------------------------------------------------*/


.style-msg,
.style-msg2 {
	position: relative;
	display: block;
	color: #444;
	border-left: 4px solid rgba(0,0,0,0.1);
	margin-bottom: 20px;
}

.style-msg2 { border-left: 4px solid rgba(0,0,0,0.2); }

.successmsg {
	background: #d4edda;
	color: #155724;
}

.errormsg {
	background: #f8d7da;
	color: #721c24;
}

.infomsg {
	background: #d1ecf1;
	color: #0c5460;
}

.alertmsg {
	background: #fff3cd;
	color: #856404;
}

.style-msg .sb-msg,
.style-msg2 .msgtitle,
.style-msg2 .sb-msg {
	display: block;
	padding: 15px;
	border-left: 1px solid rgba(255,255,255,0.5);
	font-size: 1rem;
}

.style-msg2 .msgtitle {
	background: rgba(0,0,0,0.15);
	border-top: none;
	border-bottom: none;
	font-weight: bold;
}

.style-msg-light .sb-msg,
.style-msg-light .msgtitle {
	color: #FFF;
}

.style-msg2 .sb-msg { font-weight: normal; }

.style-msg2 ol,
.style-msg2 ul { margin: 0 0 0 30px; }

.style-msg2 ol { list-style-type: decimal; }

.style-msg2 ul { list-style-type: disc; }

.alert i,
.sb-msg i,
.msgtitle i {
	position: relative;
	top: 1px;
	font-size: 0.875rem;
	width: 14px;
	text-align: center;
	margin-right: 5px;
}

.style-msg .close {
	position: absolute;
	top: 10px;
	left: auto;
	right: 10px;
}


/* ----------------------------------------------------------------
/* ----------------------------------------------------------------
	Social Icons
-----------------------------------------------------------------*/


.social-icon {
	margin: 0 5px 5px 0;
	width: 40px;
	height: 40px;
	font-size: 1.25rem;
	line-height: 38px !important;
	color: #555;
	text-shadow: none;
	border: 1px solid #AAA;
	border-radius: 3px;
	overflow: hidden;
}

.d-flex > .social-icon,
.d-sm-flex > .social-icon,
.d-md-flex > .social-icon,
.d-lg-flex > .social-icon,
.d-xl-flex > .social-icon {
	float: none;
	margin-bottom: 0px;
}


/* Social Icons - Rounded
-----------------------------------------------------------------*/

.si-rounded { border-radius: 50%; }

/* Social Icons - Borderless
-----------------------------------------------------------------*/

.si-borderless { border-color: transparent !important; }

/* Social Icons - Light
-----------------------------------------------------------------*/

.si-light {
	background-color: rgba(0,0,0,0.05);
	color: #666 !important;
	border-color: transparent;
}

/* Social Icons - Colored
-----------------------------------------------------------------*/

.si-colored { border-color: transparent !important; }

.si-colored i { color: #FFF; }

/* Social Icons - Large
-----------------------------------------------------------------*/

.social-icon.si-large {
	margin: 0 10px 10px 0;
	width: 56px;
	height: 56px;
	font-size: 30px;
	line-height: 54px !important;
}

/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icon.si-small {
	width: 32px;
	height: 32px;
	font-size: 0.875rem;
	line-height: 30px !important;
}

.social-icon i {
	display: block;
	position: relative;
}

body:not(.device-touch) .social-icon i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.social-icon i:last-child { color: #FFF !important; }

.social-icon:hover i:first-child { margin-top: -38px; }

.social-icon.si-large:hover i:first-child { margin-top: -54px; }

.social-icon.si-small:hover i:first-child { margin-top: -30px; }

.social-icon:hover {
	color: #555;
	border-color: transparent;
}

.si-colored.social-icon { border-color: transparent; }

.si-facebook:hover,
.si-colored.si-facebook { background-color: #3B5998 !important; }

.si-twitter:hover,
.si-colored.si-twitter { background-color: #00ACEE !important; }

.si-instagram:hover,
.si-colored.si-instagram { background-color: #8A3AB9 !important; }

.si-youtube:hover,
.si-colored.si-youtube { background-color: #C4302B !important; }

.si-linkedin:hover,
.si-colored.si-linkedin { background-color: #0E76A8 !important; }

/* ----------------------------------------------------------------
/* ----------------------------------------------------------------
/* ----------------------------------------------------------------
/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/


#gotoTop {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	z-index: 599;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	font-size: 1.25rem;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #1362ab; }


/* ----------------------------------------------------------------
/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/


#footer {
	position: relative;
	background-color: #EEE;
	border-top: 0;
}

#footer .footer-widgets-wrap {
	position: relative;
	padding: 80px 0;
}

#copyrights {
	padding: 0px 0;
	background-color: #DDD;
	font-size: 0.875rem;
	line-height: 1.8;
}

#copyrights i.footer-icon {
	position: relative;
	top: 1px;
	font-size: 0.875rem;
	width: 14px;
	text-align: center;
	margin-right: 3px;
}

.copyright-links a {
	display: inline-block;
	margin: 0 3px;
	color: #333;
	border-bottom: 1px dotted #444;
}

.copyright-links a:hover {
	color: #555;
	border-bottom: 1px solid #666;
}

.copyrights-menu { margin-bottom: 10px; }

.copyrights-menu a {
	font-size: 0.875rem;
	margin: 0 10px;
	border-bottom: 0 !important;
}

#copyrights a:first-child { margin-left: 0; }

#copyrights.text-right a:last-child { margin-right: 0; }

.footer-logo {
	display: block;
	margin-bottom: 30px;
}


/* ----------------------------------------------------------------
/* ----------------------------------------------------------------
	Stretched Layout
-----------------------------------------------------------------*/


.stretched #wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none;
}


/* ----------------------------------------------------------------
	Shape Dividers
-----------------------------------------------------------------*/


.shape-divider {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.shape-divider[data-position="bottom"] {
	top: auto;
	bottom: -1px;
}

.shape-divider[data-front="true"] {
	z-index: 4;
}

.shape-divider svg {
	position: relative;
	width: 100%;
	width: calc( 100% + 1.3px );
	height: 50px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}

.shape-divider[data-position="bottom"],
.shape-divider[data-flip-vertical="true"] {
	transform: rotate(180deg);
}

.shape-divider[data-position="bottom"][data-flip-vertical="true"] {
	transform: rotate(0deg);
}

.shape-divider[data-flip="true"] svg {
	transform: translateX(-50%) rotateY(180deg);
}

.shape-divider-fill {
	fill: #FFF;
	transform-origin: center;
	transform: rotateY(0deg);
}


/* ----------------------------------------------------------------
	Logo Spacing
-----------------------------------------------------------------*/

.mx-auto.center.clearfix[style*="max-width: 900px"] {
	margin-bottom: 60px !important;
}

/*sonradna eklediÄŸim css kodlarÄ±*/

.references-section {
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent;

}

.references-track {
	display: flex;
	align-items: center;
	gap: 30px;
	width: max-content;
	animation: referencesScroll 120s linear infinite;
}

.references-slider:hover .references-track {
	animation-play-state: paused;
}

.reference-item {
	flex: 0 0 auto;
	width: 205px;
	height: 118px;
	padding: 8px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reference-item img {
	width: 150px;
	height: 70px;
	object-fit: contain;
	object-position: center;
	filter: none;        /* renkli */
	opacity: 1;          /* solukluk yok */
	transition: all 0.35s ease;
}

.reference-item img:hover {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.05);
}

@keyframes referencesScroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@media (max-width: 768px) {
	.references-slider {
		padding: 25px 15px 20px;
	}

	.references-title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.reference-item {
		width: 118px;
		height: 68px;
	}

	.reference-item img {
		width: 92px;
		height: 40px;
	}

	.references-track {
		gap: 18px;
	}
}

/*hakkÄ±mda kÄ±smÄ±*/

.contact-modern-wrap {
	display: flex;
	gap: 50px;
	align-items: flex-start;
	margin-left: 12px !important;
	margin-right: 15px !important;
	margin-top: 20px;
	
	padding: 40px;
	border-radius: 14px;
	
}

.contact-info-area {
	flex: 0 0 35%;
	max-width: 35%;
	padding-left: 0;
	border-left: 1px solid #e5e5e5;
  transition-delay: 0.18s;
}

.contact-info-block {
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid #ececec;
	margin-left: 15px;
}

.contact-info-block:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.contact-info-slide {
  opacity: 0;
  transform: translateX(-34px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.contact-info-area.show .contact-info-slide {
  opacity: 1;
  transform: translateX(0);
}

.contact-info-area.show .contact-info-slide:nth-child(1) {
  transition-delay: 0.18s;
}

.contact-info-area.show .contact-info-slide:nth-child(2) {
  transition-delay: 0.28s;
}

.contact-info-area.show .contact-info-slide:nth-child(3) {
  transition-delay: 0.38s;
}

.contact-info-area.show .contact-info-slide:nth-child(4) {
  transition-delay: 0.48s;
}

.contact-info-block h4 {
	font-weight: 700;
	letter-spacing: 1.5px;
	color: #111;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.contact-info-block p {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	font-size: 17px;
	line-height: 1.7;
	color: #333;
}

.contact-info-block p i {
	flex-shrink: 0;
	margin-top: 6px;
	color: #1362ab;
	font-size: 22px;
	line-height: 1;
}

.contact-info-block p a,
.contact-info-block p span {
	flex: 1;
	min-width: 0;
}

.contact-info-block a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
	word-break: normal;
	overflow-wrap: break-word;
	white-space: normal;
}

.contact-info-block a:hover {
	color: #1362ab;
}

.contact-social-list {
	display: flex;
	gap: 16px;
	align-items: center;
}

.contact-social-list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #f7f7f7;
	color: #1362ab;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.contact-social-list a:hover {
	background: #1362ab;
	color: #fff;
	transform: translateY(-2px);
}

.tp-bgimg,
.tp-bgimg.defaultimg,
.tp-bgimg.defaultimg::before {
	pointer-events: none !important;
}

@media (max-width: 1200px) {
	.contact-modern-wrap {
		flex-direction: column;
		gap: 40px;
		padding: 25px;
	}

	.contact-info-area {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.contact-info-area {
		padding-left: 0;
		border-left: none;
		border-top: 1px solid #e5e5e5;
		padding-top: 30px;
	}

	.contact-info-block {
		margin-left: 0;
	}

	.contact-info-slide {
		transform: translateY(26px);
	}

	.contact-info-area.show .contact-info-slide {
		transform: translateY(0);
	}
}


/* =========================
   CHAT BOX
========================= */

.wp-chat-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 280px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  z-index: 9999;
  animation: fadeUp .4s ease;
  display: none; /* ilk aÃ§Ä±lÄ±ÅŸta kapalÄ± */
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px) scale(.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.wp-chat-header {
  background: #f5f7fa;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  min-height: 54px;
  border-bottom: 1px solid #e8edf3;
}

.wp-chat-header img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
}

.wp-chat-header-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.wp-chat-header strong {
  font-size: 13px;
  font-weight: 700;
  color: #243040;
}

.wp-chat-status {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #64748b;
  margin-top: 2px;
}

.wp-close {
  margin-left: auto;
  background: none;
  border: none;
  color: #64748b;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: 0.25s ease;
}

.wp-close:hover {
  color: #1362ab;
  transform: rotate(90deg);
}

.wp-chat-body {
  padding: 14px 14px 10px;
  font-size: 13px;
  color: #475569;
  line-height: 1.5;
  background: #fff;
}

.wp-chat-body p {
  margin: 0 0 8px;
}

.wp-chat-btn {
  display: block;
  background: linear-gradient(135deg, #1362ab, #1f7ed6);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: .3s;
}

.wp-chat-btn:hover {
  background: linear-gradient(135deg, #0f4f8a, #1362ab);
}

.online-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  display: inline-block;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6); }
  70% { box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* =========================
   DÄ°NAMÄ°K TOGGLE BUTTON
========================= */

.wp-chat-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  min-width: 58px;
  height: 58px;
  padding: 0 16px;
  background: linear-gradient(135deg, #1362ab, #1f7ed6);
  color: #fff;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(19, 98, 171, 0.28);
  transition: 0.3s ease;
  z-index: 9999;
  user-select: none;
  animation: floatToggle 2.4s ease-in-out infinite;
}

.wp-chat-toggle:hover {
  transform: scale(1.07);
  box-shadow: 0 12px 28px rgba(19, 98, 171, 0.34);
}

.wp-toggle-icon {
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wp-toggle-text {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  display: none;
}

.wp-chat-toggle.has-text {
  padding: 0 18px;
}

.wp-chat-toggle.has-text .wp-toggle-text {
  display: inline;
}

@keyframes floatToggle {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

@media (max-width: 575.98px) {
  .wp-chat-box {
    width: calc(100% - 24px);
    right: 12px;
    bottom: 12px;
  }

  .wp-chat-toggle {
    right: 12px;
    bottom: 12px;
  }

  .wp-toggle-text {
    font-size: 12px;
  }
}

/* =========================
   PAGE LOADER
========================= */

.page-loader {
	position: fixed;
	inset: 0;
	background: rgba(255, 255, 255, 0.96);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	transition: opacity 0.45s ease, visibility 0.45s ease;
}

.page-loader.hide {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.loader-inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader-logo {
	width: 180px;
	max-width: 70vw;
	height: auto;
	animation: logoBounce 1.8s ease-in-out infinite;
}

@keyframes logoBounce {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-14px);
	}
	100% {
		transform: translateY(0);
	}
}
#logo {
  display: flex;
  align-items: center;
}

#logo a {
  display: flex;
  align-items: center;
}

#logo img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
  transition: none;
}

#logo a:hover img,
#logo img:hover {
  transform: none !important;
  scale: 1 !important;
  animation: none !important;
}

.standard-logo {
  display: block !important;
}

.retina-logo {
  display: none !important;
}

#header-wrap #logo img,
.sticky-header #logo img,
#header.transparent-header #logo img {
  content: none !important;
  opacity: 1 !important;
}

@media (min-width: 992px) {
  body.home-page #header #header-wrap,
  body.home-page #header .container,
  body.home-page #header .header-row,
  body:not(.home-page) #header #header-wrap,
  body:not(.home-page) #header .container,
  body:not(.home-page) #header .header-row,
  body:not(.home-page) #header.sticky-header #header-wrap,
  body:not(.home-page) #header.sticky-header .container,
  body:not(.home-page) #header.sticky-header .header-row,
  body:not(.home-page) #header.sticky-header-shrink #header-wrap,
  body:not(.home-page) #header.sticky-header-shrink .container,
  body:not(.home-page) #header.sticky-header-shrink .header-row {
    min-height: 78px;
  }

  body.home-page #header.home-transparent-header #logo img {
    width: 112px !important;
    height: 44px !important;
    max-height: none !important;
    object-fit: cover;
    filter: brightness(0) invert(1);
  }

  body.home-page #header.sticky-header #logo img,
  body.home-page #header.sticky-header-shrink #logo img,
  body:not(.home-page) #header #logo img,
  body:not(.home-page) #header.transparent-header #logo img,
  body:not(.home-page) #header.sticky-header #logo img,
  body:not(.home-page) #header.sticky-header-shrink #logo img,
  #header:not(.home-transparent-header) #logo img,
  #header.sticky-header #logo img,
  #header.sticky-header-shrink #logo img {
    width: auto !important;
    height: 44px !important;
    max-height: 60px !important;
    filter: none !important;
  }

  body.home-page #header .menu-container > .menu-item > .menu-link,
  body.home-page #header.sticky-header .menu-container > .menu-item > .menu-link,
  body.home-page #header.sticky-header-shrink .menu-container > .menu-item > .menu-link,
  body:not(.home-page) #header .menu-container > .menu-item > .menu-link,
  body:not(.home-page) #header.sticky-header .menu-container > .menu-item > .menu-link,
  body:not(.home-page) #header.sticky-header-shrink .menu-container > .menu-item > .menu-link,
  #header:not(.home-transparent-header) .menu-container > .menu-item > .menu-link,
  #header.sticky-header .menu-container > .menu-item > .menu-link,
  #header.sticky-header-shrink .menu-container > .menu-item > .menu-link {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }

  body.home-page .header-wrap-clone {
    height: 70px;
  }

  body:not(.home-page) .header-wrap-clone {
    height: 78px !important;
  }
}

@media (max-width: 1199.98px) {
  #header #logo,
  #header #logo img,
  #header #header-wrap #logo,
  #header #header-wrap #logo img,
  #header.sticky-header #logo,
  #header.sticky-header #logo img,
  #header.sticky-header-shrink #logo,
  #header.sticky-header-shrink #logo img {
    
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  /* Hamburger menÃ¼ butonunu gÃ¶rÃ¼nÃ¼r ve tÄ±klanabilir yap */
  body.home-page:not(.primary-menu-open) #header #primary-menu-trigger,
  body.home-page:not(.primary-menu-open) #header.home-transparent-header #primary-menu-trigger {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 999 !important;
    
  }
  
  body.home-page:not(.primary-menu-open) #header #primary-menu-trigger .svg-trigger,
  body.home-page:not(.primary-menu-open) #header.home-transparent-header #primary-menu-trigger .svg-trigger {
    
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.home-page.primary-menu-open #header #primary-menu-trigger,
  body.home-page.primary-menu-open #header.home-transparent-header #primary-menu-trigger {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  
  /* Mobile logo boyutu - navbar yÃ¼ksekliÄŸini etkilemeden */
  #header #logo img,
  #header #header-wrap #logo img,
  #header.sticky-header #logo img,
  #header.sticky-header-shrink #logo img {
    height: 30px !important;
    width: auto !important;
    max-width: none !important;
  }

  body.dark:not(.home-page) #header #logo img,
  body.dark:not(.home-page) #header #header-wrap #logo img,
  body.dark:not(.home-page) #header.sticky-header #logo img,
  body.dark:not(.home-page) #header.sticky-header-shrink #logo img,
  html.theme-dark body:not(.home-page) #header #logo img,
  html.theme-dark body:not(.home-page) #header #header-wrap #logo img,
  html.theme-dark body:not(.home-page) #header.sticky-header #logo img,
  html.theme-dark body:not(.home-page) #header.sticky-header-shrink #logo img {
    height: 65px !important;
    max-height: 65px !important;
    width: auto !important;
    max-width: none !important;
  }

  body.dark.home-page #header.sticky-header #logo img,
  body.dark.home-page #header.sticky-header-shrink #logo img,
  body.dark.home-page #header #header-wrap #logo.home-logo-wrapper img,
  body.dark.home-page #header.sticky-header #header-wrap #logo.home-logo-wrapper img,
  body.dark.home-page #header.sticky-header-shrink #header-wrap #logo.home-logo-wrapper img,
  body.dark.home-page #header.home-transparent-header #logo img,
  html.theme-dark body.home-page #header.sticky-header #logo img,
  html.theme-dark body.home-page #header.sticky-header-shrink #logo img,
  html.theme-dark body.home-page #header #header-wrap #logo.home-logo-wrapper img,
  html.theme-dark body.home-page #header.sticky-header #header-wrap #logo.home-logo-wrapper img,
  html.theme-dark body.home-page #header.sticky-header-shrink #header-wrap #logo.home-logo-wrapper img,
  html.theme-dark body.home-page #header.home-transparent-header #logo img {
    height: 65px !important;
    max-height: 65px !important;
    min-height: 65px !important;
    width: auto !important;
    max-width: none !important;
  }
  
  /* Navbar container yÃ¼ksekliÄŸini sabit tut - menÃ¼ aÃ§Ä±ldÄ±ÄŸÄ±nda kÃ¼Ã§Ã¼lmesin */
  @media (max-width: 1199.98px) {
    #header-wrap,
    #header .container,
    #header .header-row {
      min-height: 60px !important;
    }
    
    #header #logo {
      min-height: 60px !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
    }
  }
  

  body.home-page #logo {
    overflow: visible;
  }

  body.home-page #header.home-transparent-header #logo img,
  body.home-page.primary-menu-open #logo a.menu-open-logo img {
    width: auto !important;
    height: 30px !important;
    max-width: none !important;
    filter: none !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  /* HomeHeader iÃ§in Ã¶zel logo boyutu */
  body.home-page #header.home-transparent-header .home-logo-wrapper img {
    width: auto !important;
    height: 65px !important;
    max-height: 65px !important;
    min-height: 65px !important;
    max-width: none !important;
    filter: none !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  body.home-page #header.home-transparent-header #logo {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.home-page #header:not(.home-transparent-header) #logo img {
    width: auto !important;
    height: 52px !important;
    max-height: 52px !important;
    max-width: none !important;
    filter: none !important;
  }
}

/* HOME HERO SLIDER
-------------------------------------------------------------- */

.custom-slider {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Sol akÄ±ÅŸ alanÄ± */
.slider-left {
  position: relative;
  flex-shrink: 0;
  width: 420px;
  height: 100vh;
  overflow: hidden;
}

.slider-track {
  display: flex;
  flex-direction: column;
  animation: scrollUp 12s linear infinite;
}

.slide-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25vh;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.45);
}

.slide-box span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 2px;
}

/* Sol kutu gÃ¶rselleri */
.box1 {
  background-image: url("/images/yeniekledigimfotolar/slider/Maden-1.webp");
}

.box2 {
  background-image: url("/images/yeniekledigimfotolar/slider/%C3%A7evre.webp");
}

.box3 {
  background-image: url("/images/yeniekledigimfotolar/slider/Blog%20i%C3%A7in.webp");
}

.box4 {
  background-image: url("/images/yeniekledigimfotolar/hizmetler/ana%20sayfa%20harita.webp");
}

/* SaÄŸ hero alanÄ± */
.slider-right {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 100vh;
  background-image: url("/images/yeniekledigimfotolar/slider/right.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.28),
    rgba(0, 0, 0, 0.18)
  );
}

.slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(680px, calc(100% - 120px));
  max-width: 680px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.slider-content h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-shadow:
    0 3px 8px rgba(0, 0, 0, 0.6),
    0 10px 25px rgba(0, 0, 0, 0.5);
}

.slider-title-accent {
  display: inline-block;
  color: #fff;
  filter: drop-shadow(0 4px 10px rgba(255, 255, 255, 0.18));
}

.slider-content p {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.45);
  margin-left: auto;
  margin-right: auto;
}

.slider-cta-group {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.slider-cta-note {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: rgba(255, 255, 255, 0.82);
  text-transform: uppercase;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.slider-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  padding: 15px 34px;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.slider-btn::before {
  content: "";
  position: absolute;
  inset: -35% auto -35% -42%;
  width: 38%;
  background: linear-gradient(
    115deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.12) 30%,
    rgba(255,255,255,0.70) 50%,
    rgba(255,255,255,0.14) 70%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-24deg);
  animation: fides-btn-sheen 2.8s ease-in-out infinite;
  pointer-events: none;
}

.slider-btn:hover {
  background: #184A7A;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.slider-btn-library {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
  text-decoration: none !important;
  padding: 11px 20px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.slider-btn-library i {
  font-size: 15px;
  transition: transform 0.3s ease;
}

.slider-btn-library:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.slider-btn-library:hover i {
  transform: translateX(4px);
}

.slider-title-cursor {
  display: inline-block;
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.95);
  animation: blink 0.8s infinite;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

/* HOME HERO SLIDER - RESPONSIVE
-------------------------------------------------------------- */

@media (min-width: 992px) and (max-width: 1199.98px) {
  .custom-slider {
    display: flex;
    height: 100svh;
    min-height: 100svh;
    overflow: hidden;
  }

  .slider-left {
    display: block;
    width: clamp(340px, 38vw, 420px);
    height: 100svh;
  }

  .slide-box {
    height: 25svh;
  }

  .slide-box span {
    font-size: clamp(28px, 3.4vw, 38px);
  }

  .slider-right {
    flex: 1;
    min-width: 0;
    height: 100svh;
  }

  .slider-content {
    width: min(620px, calc(100% - 72px));
  }

  .slider-content h1 {
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.12;
  }
}

@media (max-width: 991.98px) {
  .custom-slider {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100svh;
    min-height: 100svh;
    overflow-x: clip;
  }

  .slider-left {
    display: none;
  }

  .slider-right {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100svh;
    background-position: center center;
  }

  .overlay {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.42),
      rgba(0, 0, 0, 0.26)
    );
  }

  .slider-right .overlay {
    background: none !important;
  }

  .slider-content {
    top: 50%;
    left: 24px;
    right: 24px;
    max-width: none;
    width: auto;
    text-align: center;
    transform: translateY(-50%);
  }

  .slider-content h1 {
    margin-bottom: 18px;
    font-size: clamp(2.5rem, 10vw, 3.5rem);
    line-height: 1.08;
  }

  .slider-content p {
    max-width: 32rem;
    font-size: 16px;
    line-height: 1.8;
  }

  .slider-btn {
    padding: 14px 30px;
    font-size: 15px;
  }

  .slider-cta-group {
    gap: 10px;
  }

  .slider-cta-note {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}

@media (max-width: 575.98px) {
  .slider-content {
    left: 18px;
    right: 18px;
  }

  .slider-content h1 {
    font-size: clamp(2.2rem, 11vw, 3.1rem);
  }

  .slider-content p {
    font-size: 15px;
    line-height: 1.75;
  }

  .slider-btn {
    padding: 13px 26px;
    font-size: 14px;
  }

  .slider-cta-group {
    margin-top: 6px;
  }

  .slider-cta-note {
    font-size: 11px;
    line-height: 1.5;
  }

  .slider-btn {
    width: 100%;
    text-align: center;
  }
}

.fides-about-hero {
  padding: 40px 0 70px;
  background: #ffffff;
}

.fides-about-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

/* ÃœST BAÅLIK */
.fides-about-top-content {
  text-align: center;
  margin-bottom: 36px;
}

.fides-about-top-content h1 {
  font-size: clamp(1.2rem, 3vw, 4rem);
  line-height: 1.0;
  margin: 0;
  font-weight: 700;
  color: #0f172a;
}

.fides-about-top-content h1 span {
  color: #2563eb;
  display: block;
}

/* HARÄ°TA BÃ–LÃœMÃœ */
.fides-map-section {
  margin-bottom: 30px;
}

.fides-map-title {
   display: block;           /* inline-block â†’ block */
  width: fit-content;       /* sadece yazÄ± kadar geniÅŸlik */
  margin: 0 auto 20px;      /* ORTALAMA BURADA */

  padding: 10px 18px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4f91;
  font-size: 14px;
  font-weight: 700;
}

/* HARÄ°TA KUTU Ä°Ã‡Ä°NDE DEÄÄ°L */
.fides-map-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.fides-map-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.fides-map-wrap:hover img {
  transform: scale(1.02);
}

/* HARÄ°TA ÃœZERÄ° YAZI */
.fides-map-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.68);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.fides-map-wrap:hover .fides-map-overlay {
  opacity: 1;
}

.fides-map-overlay-content {
  max-width: 850px;
  text-align: center;
  color: #fff;
  transform: translateY(18px);
  transition: transform 0.35s ease;
}

.fides-map-wrap:hover .fides-map-overlay-content {
  transform: translateY(0);
}

.fides-map-overlay-content p {
  margin: 0 0 18px;
  font-size: 1.08rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.95);
}

.fides-map-overlay-content p:last-child {
  margin-bottom: 0;
}

/* ALT KUTULAR */

.fides-map-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px; /* daha sÄ±kÄ± */
}

/* KART */
.fides-map-info-box {
  padding: 16px;
  border-radius: 16px;

  background: #fff;
  border: 1.5px solid #1f5d99;

  transition: all 0.25s ease;
}

/* hover */
.fides-map-info-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(31, 93, 153, 0.12);
}

/* ÃœST KISIM (ikon + baÅŸlÄ±k) */
.fides-box-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

/* ikon */
.fides-info-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eef5fd;
  color: #1f5d99;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
  flex-shrink: 0;
}

/* baÅŸlÄ±k */
.fides-map-info-box h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: #0f172a;
}

/* aÃ§Ä±klama */
.fides-map-info-box p {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* TABLET */
@media (max-width: 991px) {
  .fides-map-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fides-map-overlay {
    padding: 24px;
  }

  .fides-map-overlay-content p {
    font-size: 1rem;
    line-height: 1.8;
  }
}

/* MOBÄ°L */
@media (max-width: 640px) {
  .fides-about-hero {
    padding: 60px 0;
  }

  .fides-about-top-content {
    margin-bottom: 28px;
  }

  .fides-map-title {
    font-size: 12px;
    padding: 8px 14px;
  }

  .fides-map-wrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .fides-map-overlay {
    padding: 14px;
  }

  .fides-map-overlay-content {
    max-width: none;
    text-align: left;
  }

  .fides-map-overlay-content p {
    margin-bottom: 12px;
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .fides-map-info-grid {
    grid-template-columns: 1fr;
  }
  .fides-map-info-box {
    padding: 18px 16px;
  }
}

/* =========================
   HOME MAP SHOWCASE
========================= */

.fides-about-hero-legacy {
  display: none !important;
}

.fides-about-hero-new {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 58px 0 84px;
  
  overflow: hidden;
}

.fides-about-hero-new::before,
.fides-about-hero-new::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
}

.fides-about-hero-new::before {
  top: 110px;
  left: -90px;
  width: 260px;
  height: 260px;
  background: rgba(38, 120, 214, 0.10);
}

.fides-about-hero-new::after {
  right: -100px;
  bottom: 80px;
  width: 300px;
  height: 300px;
  background: rgba(96, 183, 255, 0.10);
}

.fides-about-hero-new .fides-about-container {
  position: relative;
  z-index: 1;
  width: min(1500px, 96%);
  margin: 0 auto;
}

.fides-about-hero-new .fides-about-top-content {
  max-width: 920px;
  margin: 0 auto 38px;
  text-align: center;
}

.fides-about-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  background: rgba(19, 98, 171, 0.08);
  border: 1px solid rgba(19, 98, 171, 0.12);
  color: #16579c;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}

.fides-about-hero-new .fides-about-top-content h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #0f2240;
}

.fides-about-top-content h2 span {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 12px;
    line-height: 1;
    vertical-align: middle;

  

    /* border glow */
    border: 1px solid rgba(255, 255, 255, 0.35);

    color: #2b4f85;

    overflow: hidden;
}

/* IÅIK GEÃ‡Ä°ÅÄ° */
.fides-about-top-content h2 span::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -45%;
    width: 35%;
    height: 180%;
    transform: skewX(-22deg);

    background: linear-gradient(
        115deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.15) 25%,
        rgba(255,255,255,0.75) 50%,
        rgba(255,255,255,0.18) 75%,
        rgba(255,255,255,0) 100%
    );

    animation: textSheen 3.5s ease-in-out infinite;
}

/* hoverda biraz premium olsun */
.fides-about-top-content h2 span:hover {
    transform: translateY(-2px);
}

/* animasyon */
@keyframes textSheen {
    0% {
        left: -45%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    45% {
        left: 130%;
        opacity: 0;
    }
    100% {
        left: 130%;
        opacity: 0;
    }
}

.fides-about-hero-new .fides-map-showcase {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 240px;
  gap: 22px;
  align-items: center;
}

.fides-about-hero-new .fides-map-stat-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.fides-about-hero-new .fides-map-stat {
  position: relative;
  display: block;
  min-height: 168px;
  padding: 20px 20px 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(19, 98, 171, 0.12);
  box-shadow: 0 22px 44px rgba(29, 79, 145, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}

.fides-about-hero-new .fides-map-stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f4c97 0%, #4ea4ff 100%);
}

.fides-about-hero-new .fides-map-stat:hover {
  transform: translateY(-6px);
  border-color: rgba(19, 98, 171, 0.24);
  box-shadow: 0 28px 50px rgba(29, 79, 145, 0.16);
}

.fides-about-hero-new .fides-map-stat-icon {
  position: absolute;
  top: -2px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  color: rgba(31, 93, 153, 0.14);
  font-size: 46px;
  line-height: 1;
  pointer-events: none;
  text-shadow: none;
  z-index: 0;
}

.fides-about-hero-new .fides-map-stat-icon i {
  position: relative;
  z-index: 1;
}

.fides-about-hero-new .fides-map-stat:nth-child(2) .fides-map-stat-icon {
  color: rgba(41, 112, 186, 0.22);
}

.fides-about-hero-new .fides-map-stat:nth-child(3) .fides-map-stat-icon {
  color: rgba(16, 76, 151, 0.18);
}

.fides-about-hero-new .fides-map-stat-copy {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding-right: 0;
}

.fides-about-hero-new .fides-map-stat-copy h4 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 78%;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 800;
  color: #163058;
}

.fides-about-hero-new .fides-map-stat-copy span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6480a3;
}

.fides-about-hero-new .fides-map-stat-copy strong {
  display: block;
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
  color: #163058;
}

.fides-about-hero-new .fides-map-stat-copy p {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  padding-top: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #667a95;
}

.fides-about-hero-new .fides-map-stage {
  position: relative;
  align-self: center;
  padding: 0;
  border: 0;
  background: none;
  overflow: visible;
}

.fides-about-hero-new .fides-map-stage img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(15, 45, 80, 0.06));
}

@media (max-width: 1320px) {
  .fides-about-hero-new .fides-map-showcase {
    grid-template-columns: 220px minmax(0, 1fr) 220px;
  }
}

@media (max-width: 991px) {
  .fides-about-hero-new {
    padding: 54px 0 70px;
  }

  .fides-about-hero-new .fides-map-showcase {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .fides-about-hero-new .fides-map-stage {
    order: -1;
  }

  .fides-about-hero-new .fides-map-stat-column {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .fides-about-hero-new .fides-map-stat {
    min-height: 100%;
  }

  .fides-about-hero-new .fides-map-stat-copy {
    min-height: 0;
  }

}

@media (max-width: 767px) {
  .fides-about-hero-new {
    padding: 46px 0 58px;
  }

  .fides-about-hero-new .fides-about-container {
    width: min(94%, 100%);
  }

  .fides-about-eyebrow {
    min-height: 44px;
    padding: 0 18px;
    font-size: 12px;
  }

  .fides-about-hero-new .fides-about-top-content {
    margin-bottom: 28px;
  }

  .fides-about-hero-new .fides-map-stage {
    width: 100%;
  }

  .fides-about-hero-new .fides-map-stat-column {
    grid-template-columns: 1fr;
  }

  .fides-about-hero-new .fides-map-stat {
    border-radius: 22px;
  }

  .fides-about-hero-new .fides-map-stat-icon {
    top: 2px;
    right: 8px;
    width: 58px;
    height: 58px;
    font-size: 40px;
  }

  .fides-about-hero-new .fides-map-stat-copy h4 {
    font-size: 20px;
    max-width: 76%;
  }

  .fides-about-hero-new .fides-map-stat-copy p {
    margin-top: 16px;
    padding-top: 0;
  }
}

/* =========================
   harita animasyonu
========================= */
.fade-up {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* SAÄDAN GELEN */
.fade-right {
  opacity: 0;
  transform: translateX(80px);
  transition: all 0.7s ease;
}

.fade-top-left {
  opacity: 0;
  transform: translate3d(-60px, -40px, 0);
  transition: all 0.7s ease;
}

.fade-top-right {
  opacity: 0;
  transform: translate3d(60px, -40px, 0);
  transition: all 0.7s ease;
}

/* SOLDAN GELEN */
.fade-left {
  opacity: 0;
  transform: translateX(-80px);
  transition: all 0.7s ease;
}

/* AKTÄ°F OLUNCA */
.fade-right.show,
.fade-left.show,
.fade-top-left.show,
.fade-top-right.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* 1 ve 2. kolon â†’ saÄŸdan */
.fides-map-info-grid > div:nth-child(4n+1),
.fides-map-info-grid > div:nth-child(4n+2) {
  opacity: 0;
  transform: translateX(80px);
}

/* 3 ve 4. kolon â†’ soldan */
.fides-map-info-grid > div:nth-child(4n+3),
.fides-map-info-grid > div:nth-child(4n+4) {
  opacity: 0;
  transform: translateX(-80px);
}

/* aktif olunca */
.fides-map-info-grid > div.show {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.7s ease;
}

/* =========================
   HÄ°ZMET AKIÅI BÃ–LÃœMÃœ
=========================*/

.services-flow-section {
  position: relative;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 138px 0 130px;

  background-color: #5478a0;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.2), transparent 24%),
    radial-gradient(circle at 84% 70%, rgba(20, 33, 61, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(73, 108, 148, 0.92), rgba(92, 128, 170, 0.88)),
    url("/images/yeniekledigimfotolar/hizmetler/hizmetarazi.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto, auto, cover, cover;
}

.services-flow-section::before,
.services-flow-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 124px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 0;
}

.services-flow-section::before {
  top: -1px;
  background-image: url("/images/waves/services-wave-top.svg");
}

.services-flow-section::after {
  bottom: -1px;
  background-image: url("/images/waves/services-wave-bottom.svg");
}

.services-flow-section .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.services-flow-section .services-full,
.services-flow-header,
.services-flow-slider {
  position: relative;
  z-index: 1;
}

.services-flow-header {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 34px;
  padding: 0 24px;
}

.services-flow-header h2 {
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

	

.services-flow-header p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.services-flow-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px 0 14px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.services-full {
  padding-left: 0;
  padding-right: 0;
}

.services-flow-track {
  display: flex;
  align-items: stretch;
  gap: 22px;
  width: max-content;
  min-width: 100%;
  padding: 0 28px;
  will-change: transform;
}

.services-flow-card-link {
  display: flex;
  text-decoration: none;
  color: inherit;
  flex: 0 0 auto;
}

.services-flow-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 272px;
  width: 272px;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(11, 29, 54, 0.18);
  backdrop-filter: blur(8px);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.services-flow-card:hover {
  transform: translate(-10px, -7px);
  box-shadow: 0 28px 58px rgba(11, 29, 54, 0.22);
}

.services-flow-image {
  width: 100%;
  height: 148px;
  overflow: hidden;
}

.services-flow-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.services-flow-card:hover .services-flow-image img {
  transform: scale(1.06);
}

.services-flow-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 14px 16px 16px;
}

.services-flow-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: #eaf2fb;
  color: #4773a6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.services-flow-content h3 {
  font-size: 16px;
  font-weight: 800;
  color: #16213e;
  margin-bottom: 6px;
  text-transform: uppercase;
  line-height: 1.28;
  min-height: 38px;
}

.services-flow-content p {
  font-size: 12px;
  line-height: 1.45;
  color: #55637a;
  margin-bottom: 8px;
  min-height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services-flow-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-flow-content ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 4px;
  font-size: 12px;
  color: #49617e;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.services-flow-content ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: -1px;
  color: #5b93d3;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.4;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.services-flow-slider.is-dragging {
  cursor: grabbing;
}

.services-flow-slider.is-dragging .services-flow-card-link {
  pointer-events: none;
}

@media (max-width: 991px) {
  .services-full {
    padding-left: 0;
    padding-right: 0;
  }

  .services-flow-section {
    margin: 60px calc(50% - 50vw) 76px;
    padding: 130px 0 152px;
  }

  .services-flow-section::before,
  .services-flow-section::after {
    height: 96px;
  }

  .services-flow-header h2 {
    font-size: 40px;
  }

  .services-flow-card {
    flex: 0 0 300px;
    width: 300px;
  }

  .services-flow-image {
    height: 200px;
  }

  .services-flow-content {
    padding: 26px;
  }

  .services-flow-content h3 {
    font-size: 21px;
    min-height: 56px;
  }
}

@media (max-width: 767px) {
  .services-flow-section {
    margin: 44px calc(50% - 50vw) 18px;
    padding: 106px 0 68px;
  }

  .services-flow-section::before,
  .services-flow-section::after {
    height: 78px;
  }

  .services-flow-header {
    margin-bottom: 28px;
    padding: 0 18px;
  }

  .services-flow-header h2 {
    font-size: 32px;
  }

  .services-flow-header p {
    font-size: 15px;
  }

  .services-flow-track {
    gap: 18px;
    padding: 0 16px;
  }

  .services-full {
    padding-left: 0;
    padding-right: 0;
  }

  .services-flow-card {
    flex: 0 0 268px;
    width: 268px;
    border-radius: 22px;
  }

  .services-flow-image {
    height: 188px;
  }

  .services-flow-icon {
    width: 62px;
    height: 62px;
    font-size: 26px;
    border-radius: 18px;
  }

  .services-flow-content {
    padding: 16px 16px 18px;
  }

  .services-flow-content h3 {
    font-size: 17px;
    min-height: auto;
  }

  .services-flow-content p,
  .services-flow-content ul li {
    font-size: 13px;
  }

  .services-flow-content p {
    min-height: 56px;
    -webkit-line-clamp: 3;
  }
}


.work-with-us-section {
  position: relative;
  width: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: url("/images/yeniekledigimfotolar/sayfasliders/iletisim-sayfasi.webp") center center / cover no-repeat;
  background-attachment: fixed;
}

.work-with-us-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 33, 61, 0.58) 0%,
    rgba(20, 33, 61, 0.48) 35%,
    rgba(20, 33, 61, 0.62) 100%
  );
  z-index: 1;
}

.work-with-us-container {
  position: relative;
  z-index: 2;
}

.work-with-us-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 42px 20px;
}

.work-with-us-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.work-with-us-content h2 {
  margin: 0 0 16px;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.work-with-us-content p {
  max-width: 760px;
  margin: 0 auto 24px;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  text-transform: none;
  letter-spacing: 0;
}

.work-with-us-actions {
   display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* ortak buton hissi */
.work-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 210px;
    height: 56px;
    padding: 0 24px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* parlak kayan yansÄ±ma */
.work-btn::before {
    content: "";
    position: absolute;
    top: -30%;
    left: -45%;
    width: 34%;
    height: 160%;
    pointer-events: none;
    transform: skewX(-22deg);
    background: linear-gradient(
        115deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.08) 25%,
        rgba(255, 255, 255, 0.55) 50%,
        rgba(255, 255, 255, 0.10) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    opacity: 0.95;
    animation: workBtnSheen 3.2s ease-in-out infinite;
    z-index: 1;
}

.work-btn i,
.work-btn span {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
}

/* yazÄ± ve ikon Ã¼stte kalsÄ±n */
.work-btn > * {
    position: relative;
    z-index: 2;
}

/* hover hissi */
.work-btn:hover {
    transform: translateY(-2px);
}
.work-btn-primary {
    background: rgba(255, 255, 255, 0.92);
    color: rgb(46, 95, 153);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

/* beyaz butonda hafif daha temiz gÃ¶lge */
.work-btn-primary:hover {
    color: rgb(46, 95, 153);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}



.work-btn-outline {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.40);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.work-btn-outline:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.20);
}

/* kayan Ä±ÅŸÄ±k animasyonu */
@keyframes workBtnSheen {
    0% {
        left: -45%;
        opacity: 0;
    }
    10% {
        opacity: 0.9;
    }
    45% {
        left: 120%;
        opacity: 0;
    }
    100% {
        left: 120%;
        opacity: 0;
    }
}

.work-btn i {
  font-size: 18px;
}

.work-btn-primary {
  background: #ffffff;
  color: #2e5f97;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.work-btn-primary:hover {
  transform: translateY(-3px);
  color: #234c7a;
  background: #f8fbff;
}

.work-btn-outline {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.work-btn-outline:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

@media (max-width: 991px) {
  .work-with-us-section {
    min-height: 340px;
    background-attachment: scroll;
  }

  .work-with-us-content h2 {
    font-size: 36px;
  }

  .work-with-us-content p {
    font-size: 17px;
  }

  .work-btn {
    min-width: 180px;
    height: 52px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .work-with-us-section {
    min-height: 300px;
  }

  .work-with-us-content {
    padding: 30px 16px;
  }

  .work-with-us-badge {
    font-size: 12px;
    padding: 8px 16px;
    margin-bottom: 16px;
  }

  .work-with-us-content h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .work-with-us-content p {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 20px;
  }

  .work-with-us-actions {
    gap: 12px;
  }

  .work-btn {
    width: 100%;
    min-width: unset;
    font-size: 15px;
    height: 48px;
    border-radius: 12px;
  }
}

.project-request-area {
  width: 100%;
  transition-delay: 0.05s;
}



.project-request-head {
  margin-bottom: 28px;
}

.project-request-head h3 {
  margin: 0 0 10px;
  line-height: 1.1;
  font-weight: 800;
  color: #12213d;
  text-transform: uppercase;
}

.project-request-head p {
  margin: 0;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.7;
  color: #66758c;
}

.project-request-form {
  width: 100%;
}

.project-request-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 28px;
}

.project-field {
  display: flex;
  flex-direction: column;
}

.project-field-full {
  grid-column: 1 / -1;
}

.project-field label {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #1a2b49;
}

.project-field label span {
  color: #2b6cb0;
}

.project-field input,
.project-field textarea {
  width: 100%;
  border: 1.5px solid #ccd8e6;
  border-radius: 16px;
  background: #ffffff;
  padding: 18px 22px;
  font-size: 16px;
  color: #22324d;
  outline: none;
  transition: all 0.25s ease;
}

.project-field input {
  height: 64px;
}

.project-field textarea {
  min-height: 180px;
  resize: vertical;
  padding-top: 20px;
}

.project-field input::placeholder,
.project-field textarea::placeholder {
  color: #93a3bb;
}

.project-field input:focus,
.project-field textarea:focus {
  border-color: #4f86c6;
  box-shadow: 0 0 0 4px rgba(79, 134, 198, 0.10);
}

.project-request-btn {
  width: 100%;
  margin-top: 6px;
  height: 52px;
  border: none;
  border-radius: 18px;
  background: #1f5d99;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 22px rgba(43, 108, 176, 0.18);
}

.project-request-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(43, 108, 176, 0.24);
}

.project-request-btn i {
  font-size: 18px;
}

.project-request-note {
  margin: 18px 0 0;
  text-align: center;
  font-size: 14px;
  color: #6f8097;
}

@media (max-width: 991px) {
  .project-request-box {
    padding: 34px 28px 30px;
  }

  .project-request-head h3 {
    font-size: 34px;
  }

  .project-request-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .project-field-full {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .project-request-box {
    border-radius: 22px;
    padding: 28px 20px 24px;
  }

  .project-request-head h3 {
    font-size: 28px;
  }

  .project-request-head p {
    font-size: 15px;
  }

  .project-field input,
  .project-field textarea {
    font-size: 15px;
    border-radius: 14px;
    padding: 16px 18px;
  }

  .project-field input {
    height: 58px;
  }

  .project-request-btn {
    height: 62px;
    font-size: 16px;
    border-radius: 15px;
  }
}



.fides-home-footer-main {
  --fides-footer-muted: #ffffff;
  padding: 26px 0 18px;
}

.fides-footer-left {
  padding-right: 28px;
}

.fides-footer-logo {
  display: block;
  width: 132px;
  margin: 10px 0 14px;
}

.fides-footer-title {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.fides-footer-nav-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100%;
  padding-top: 48px;
}

.fides-footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.fides-footer-nav a {
  color: var(--fides-footer-muted) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.fides-footer-nav a:hover {
  color: rgba(255, 255, 255, 0.78);
}

.fides-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 42px;
  padding-left: 24px;
}

.fides-footer-contact .fides-footer-title {
  margin-bottom: 8px;
}

.fides-footer-contact-block p,
.fides-footer-contact-block a:not(.social-icon) {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--fides-footer-muted);
}

.fides-footer-contact-block a:not(.social-icon):hover {
  color: #ffffff;
}

.fides-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fides-footer-socials .social-icon {
  float: none;
  margin: 0;
}

#footer .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: none;
  width: 32px;
  height: 32px;
  margin: 0 7px 0 0;
  overflow: hidden;
  background: transparent !important;
  border: 0 !important;
  border-radius: 6px;
  line-height: 1 !important;
  vertical-align: middle;
  transition: background-color .2s ease, transform .2s ease;
}

#footer .social-icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  line-height: 1 !important;
  transition: color .2s ease, opacity .2s ease;
}

#footer .social-icon i:last-child {
  display: none;
}

#footer .social-icon:hover i:first-child {
  margin-top: 0 !important;
  color: #ffffff !important;
  opacity: 1;
}

#footer .si-facebook i:first-child {
  color: #3B5998 !important;
}

#footer .si-facebook:hover {
  background-color: #3B5998 !important;
}

#footer .si-twitter i:first-child {
  color: #00ACEE !important;
}

#footer .si-twitter:hover {
  background-color: #00ACEE !important;
}

#footer .si-instagram i:first-child {
  color: #8A3AB9 !important;
}

#footer .si-instagram:hover {
  background-color: #8A3AB9 !important;
}

#footer .si-youtube i:first-child {
  color: #C4302B !important;
}

#footer .si-youtube:hover {
  background-color: #C4302B !important;
}

#footer .si-linkedin i:first-child {
  color: #0E76A8 !important;
}

#footer .si-linkedin:hover {
  background-color: #0E76A8 !important;
}

#footer .copyrights-menu {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  text-align: center !important;
}

#footer .copyrights-menu a {
  color: #fff;
  margin: 0 5px;
}

#footer .copyrights-menu a:hover {
  color: rgba(255, 255, 255, 0.78);
}

#footer a.social-icon.si-borderless.si-facebook i:first-child {
  color: #3B5998;
}

#footer a.social-icon.si-borderless.si-twitter i:first-child {
  color: #00ACEE;
}

#footer a.social-icon.si-borderless.si-instagram i:first-child {
  color: #8A3AB9;
}

#footer a.social-icon.si-borderless.si-youtube i:first-child {
  color: #C4302B;
}

#footer a.social-icon.si-borderless.si-linkedin i:first-child {
  color: #0E76A8;
}

.fides-footer-why {
  color: #fff;
  max-width: 420px;
  margin-top: -24px;
}

.fides-footer-why h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.fides-footer-slogan {
  font-size: 18px;
  font-weight: 600;
  color: var(--fides-footer-muted);
  margin-bottom: 8px;
  text-align: justify;
}

.fides-footer-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--fides-footer-muted);
  margin-bottom: 12px;
  text-align: justify;
}

.fides-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fides-footer-list li {
  font-size: 14px;
  color: var(--fides-footer-muted);
  margin-bottom: 4px;
  text-align: justify;
}

@media (min-width: 992px) {
  .fides-home-footer-main {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fides-home-footer-main .row {
    align-items: center;
  }

  .fides-footer-nav-wrap,
  .fides-footer-contact {
    padding-top: 0;
  }

  .fides-footer-why {
    margin-top: 0;
    transform: translateY(-28px);
  }
}

@media (max-width: 991.98px) {
  .fides-home-footer-main {
    padding: 24px 0 18px;
  }

  .fides-footer-left,
  .fides-footer-contact {
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .fides-footer-nav-wrap {
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 18px;
    text-align: left;
  }

  .fides-footer-nav {
    align-items: flex-start;
  }

  .fides-footer-contact {
    padding-top: 18px;
    padding-left: 0;
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .fides-home-footer-main {
    padding: 28px 0 14px;
  }

  .fides-home-footer-main .row {
    row-gap: 28px;
  }

  .fides-footer-left,
  .fides-footer-nav-wrap,
  .fides-footer-contact {
    padding-left: 8px;
    padding-right: 8px;
    align-items: flex-start;
    text-align: left;
  }

  .fides-footer-logo {
    width: 150px;
    margin: 0 0 18px;
  }

  .fides-footer-why {
    gap: 12px;
  }

  .fides-footer-why h4,
  .fides-footer-title,
  .fides-footer-nav a,
  .fides-footer-contact-block,
  .fides-footer-contact-block p,
  .fides-footer-contact-block a:not(.social-icon) {
    text-align: left;
  }

  .fides-footer-list {
    display: grid;
    gap: 8px;
  }

  .fides-footer-nav-wrap {
    padding-top: 0;
  }

  .fides-footer-nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }

  .fides-footer-nav a {
    display: inline-flex;
    align-items: center;
    margin: 0 10px 10px 0;
  }

  .fides-footer-nav a:not(:last-child)::after {
    content: "/";
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.4);
  }

  .fides-footer-contact {
    padding-top: 0;
    gap: 22px;
  }

  .fides-footer-contact-block {
    width: 100%;
  }

  .fides-footer-socials {
    justify-content: flex-start;
  }

  #copyrights {
    padding: 12px 0 18px;
  }

  #copyrights .container {
    font-size: 13px;
    line-height: 1.6;
  }
}


.corporate-about-right .corporate-mini-card {
  border: 1.5px solid rgba(19, 98, 171, 0.26);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.corporate-about-right .corporate-mini-card:hover {
  border-color: rgba(19, 98, 171, 0.42);
  box-shadow: 0 22px 46px rgba(19, 98, 171, 0.1);
}

.values-grid .value-card {
  border: 1.5px solid rgba(19, 98, 171, 0.26);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.values-grid .value-card:hover {
  border-color: rgba(19, 98, 171, 0.42);
  box-shadow: 0 22px 46px rgba(19, 98, 171, 0.1);
}

.corporate-about-right .corporate-mini-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #13213d;
  letter-spacing: -0.02em;
}

.corporate-about-right .corporate-mini-title > span {
  position: relative;
  display: inline-block;
  transform: translateY(4px);
}

.corporate-about-right .corporate-mini-title .typed-cursor {
  margin-left: 2px;
  color: #456b99;
}

.corporate-about-right .corporate-mini-title .typed-cursor.is-hidden {
  display: none;
}

.corporate-about-right .corporate-mini-title .card-icon {
  color: #456b99;
  font-size: 18px;
  flex-shrink: 0;
}

.corporate-about-right .corporate-mini-title.is-typed-complete .card-icon,
.corporate-about-right .corporate-mini-title .is-typed-text {
  color: #12233a;
}

.corporate-about-right .corporate-mini-title .is-typed-text {
  overflow: hidden;
}

.corporate-about-right .corporate-mini-title .is-typed-text::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: transparent;
  background: linear-gradient(
    90deg,
    rgba(18, 35, 58, 0) 0%,
    rgba(18, 35, 58, 0) 24%,
    rgba(96, 162, 240, 0.28) 40%,
    rgba(255, 255, 255, 0.95) 50%,
    rgba(96, 162, 240, 0.32) 60%,
    rgba(18, 35, 58, 0) 76%,
    rgba(18, 35, 58, 0) 100%
  );
  background-size: 220% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  animation: corporateTitleShimmer 1.9s linear infinite;
  pointer-events: none;
}

.corporate-about-right .corporate-mini-card p {
  margin: 0;
  color: #6e7d92;
  line-height: 1.7;
}

.corporate-about-left .corporate-title-glow,
.corporate-values-header h2 span {
  position: relative;
  display: inline-block;
  color: #1f2d44;
}

.corporate-about-left .corporate-title-glow::after,
.corporate-values-header h2 span::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: transparent;
  background: linear-gradient(
    90deg,
    rgba(90, 168, 255, 0) 0%,
    rgba(90, 168, 255, 0) 22%,
    rgba(111, 188, 255, 0.55) 38%,
    rgba(162, 214, 255, 0.95) 50%,
    rgba(79, 143, 214, 0.58) 62%,
    rgba(90, 168, 255, 0) 78%,
    rgba(90, 168, 255, 0) 100%
  );
  background-size: 220% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  animation: corporateTitleShimmer 1.9s linear infinite;
  pointer-events: none;
}

@keyframes corporateTitleShimmer {
  0% {
    background-position: 140% 50%;
  }

  100% {
    background-position: -40% 50%;
  }
}


/* ===== MOBÄ°L MENÃœ AÃ‡IKKEN SOL Ä°Ã‡ERÄ°K DARALMASI ENGELLENÄ°YOR ===== */
@media (max-width: 1199.98px) {
  /* MenÃ¼ aÃ§Ä±lÄ±nca body layout deÄŸiÅŸmesin */
  body.primary-menu-open {
    overflow-y: scroll !important; /* scrollbar her zaman gÃ¶rÃ¼nsÃ¼n, layout kaymasÄ±n */
  }
  
  /* MenÃ¼ arkasÄ±ndaki iÃ§erik mevcut scroll pozisyonunda kalsÄ±n */
  body.primary-menu-open #wrapper {
    position: relative !important;
    width: 100% !important;
    overflow: visible !important;
  }

  body:not(.home-page) #header .menu-container.d-block,
  body:not(.home-page).primary-menu-open #header .menu-container {
    padding-top: 85px !important;
  }
}
@media (max-width: 1199.98px) {
  #header .primary-menu.mobile-menu-off-canvas.from-right .menu-container {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: min(320px, 86vw) !important;
    height: 100vh !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 86px 24px 32px !important;
    transform: translateX(100%) !important;
    transition: transform .25s ease-in-out !important;
  }

  #header .primary-menu.mobile-menu-off-canvas.from-right .menu-container.d-block {
    transform: translateX(0) !important;
  }
}

@media (max-width: 1199.98px) {

  /* HEADER SCROLL OLMAMIÅKEN */
  body.home-page.primary-menu-open #header.home-transparent-header {
    background: transparent !important;
  }

  /* HEADER SCROLL OLDUKTAN SONRA */
  body.home-page.primary-menu-open #header.sticky-header,
  body.home-page.primary-menu-open #header.sticky-header #header-wrap,
  body.home-page.primary-menu-open #header.sticky-header .container,
  body.home-page.primary-menu-open #header.sticky-header .header-row {
    background: #fff !important;
    background-color: #fff !important;
  }

  /* MenÃ¼ paneli */
  /* MenÃ¼ paneli - sadece light mode */
body.home-page.primary-menu-open:not(.dark)
  #header
  .primary-menu.home-mobile-menu.from-right
  .menu-container {
  background: #fff !important;
  background-color: #fff !important;
  z-index: 100000 !important;
}
}
@media (max-width: 1199.98px) {
  body.dark.home-page.primary-menu-open #header .primary-menu.home-mobile-menu.from-right .menu-container,
  html.theme-dark body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu.from-right .menu-container {
    background: rgba(8, 15, 24, 0.98) !important;
    background-color: rgba(8, 15, 24, 0.98) !important;
    border-left-color: rgba(111, 163, 255, 0.16) !important;
  }
  body.dark.home-page.primary-menu-open #header,
body.dark.home-page.primary-menu-open #header #header-wrap,
body.dark.home-page.primary-menu-open #header .container,
body.dark.home-page.primary-menu-open #header .header-row,
html.theme-dark body.home-page.primary-menu-open #header,
html.theme-dark body.home-page.primary-menu-open #header #header-wrap,
html.theme-dark body.home-page.primary-menu-open #header .container,
html.theme-dark body.home-page.primary-menu-open #header .header-row {
  background: transparent !important;
  background-color: transparent !important;
}

  body.dark.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .menu-link,
  html.theme-dark body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .menu-link {
    color: #fff !important;
  }

  body.dark.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .menu-item {
    border-color: rgba(255,255,255,0.12) !important;
  }

  body.dark.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .sub-menu-trigger,
  html.theme-dark body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .sub-menu-trigger {
    color: #fff !important;
  }
}
@media (max-width: 1199.98px) {
  body.dark.home-page.primary-menu-open
    #header
    .primary-menu.home-mobile-menu
    .menu-item.current
    > .menu-link {
    color: #2f80ed !important;
  }
}

@media (max-width: 575.98px) {
  .slider-btn-library {
    width: 92%;
    justify-content: center;
    padding: 11px 16px;
    font-size: 11.5px;
    white-space: nowrap;
  }
}

@media (max-width: 1199.98px) {
  body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .kutuphane-btn-item {
    border: 0 !important;
    background: transparent !important;
  }

  body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .kutuphane-nav-btn,
  body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .kutuphane-nav-btn.kutuphane-nav-btn--transparent {
    min-width: 230px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: linear-gradient(135deg, #1054a0 0%, #1a6fd4 58%, #3a8de8 100%) !important;
    border: 1px solid rgba(19, 98, 171, 0.28) !important;
    color: #ffffff !important;
    opacity: 1 !important;
    text-indent: 0 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    box-shadow: 0 12px 26px rgba(19, 98, 171, 0.22), inset 0 1px 0 rgba(255,255,255,0.18) !important;
  }

  body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .kutuphane-nav-btn span,
  body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .kutuphane-nav-btn i {
    display: inline-flex !important;
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-indent: 0 !important;
  }
}
/* Fides mobile menu control overrides */
@media (max-width: 1199.98px) {
  body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .theme-toggle-item,
  body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .language-switcher {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .fides-theme-button,
  body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .fides-language-button {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border: 2px solid rgba(19, 98, 171, 0.55) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #1362ab !important;
    opacity: 1 !important;
    box-shadow: 0 10px 24px rgba(16, 42, 78, 0.14) !important;
  }


  body.home-page.primary-menu-open:not(.dark) #header .primary-menu.home-mobile-menu .theme-toggle-item,
  html:not(.theme-dark) body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .theme-toggle-item {
    position: relative !important;
    left: -10px !important;
  }

  body.home-page.primary-menu-open:not(.dark) #header .primary-menu.home-mobile-menu .language-switcher,
  html:not(.theme-dark) body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .language-switcher {
    position: relative !important;
    left: -10px !important;
  }
  body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .fides-theme-button i {
    color: #1362ab !important;
    opacity: 1 !important;
  }

  body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .language-switcher {
    margin-top: 10px !important;
    transform: translate(-10px, -7px);
  }

  body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .fides-language-button {
    position: relative !important;
    overflow: hidden !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }


  body.dark.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .theme-toggle-item,
  html.theme-dark body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .theme-toggle-item {
    position: relative !important;
    left: -22px !important;
    top: -18px !important;
    margin-right: -8px !important;
    transform: none !important;
  }

  body.dark.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .language-switcher,
  html.theme-dark body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .language-switcher {
    position: relative !important;
    left: -20px !important;
    top: -25px !important;
    margin-left: 0 !important;
    transform: none !important;
  }
  body.home-page.primary-menu-open #header .primary-menu.home-mobile-menu .fides-language-button::before {
    content: attr(data-label);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1362ab !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    opacity: 1 !important;
  }
}


/* React owns mobile submenu visibility; legacy hover/init must not flash it open */
@media (max-width: 1199.98px) {
  body.primary-menu-open #header .primary-menu.home-mobile-menu .menu-item.sub-menu:not(.submenu-react-open) > .sub-menu-container {
    display: none !important;
  }

  body.primary-menu-open #header .primary-menu.home-mobile-menu .menu-item.sub-menu.submenu-react-open > .sub-menu-container {
    display: block !important;
  }
}
/* Mobile active menu underline starts from the link text left edge */
@media (max-width: 1199.98px) {
  body.primary-menu-open #header .primary-menu.home-mobile-menu .menu-container > .menu-item.current > .menu-link::after,
  body.primary-menu-open #header .primary-menu.home-mobile-menu .menu-container > .menu-item.current > .home-current-link::after {
    left: 5px !important;
    right: auto !important;
    bottom: 12px !important;
    width: 56px !important;
    transform: none !important;
    transform-origin: left center !important;
    transition: none !important;
    animation: none !important;
  }
}
/* Keep mobile menu controls identical on home and inner pages */
@media (max-width: 1199.98px) {
  body.primary-menu-open #header .primary-menu.home-mobile-menu .theme-toggle-item,
  body.primary-menu-open #header .primary-menu.home-mobile-menu .language-switcher {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.primary-menu-open #header .primary-menu.home-mobile-menu .fides-theme-button,
  body.primary-menu-open #header .primary-menu.home-mobile-menu .fides-language-button {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border: 2px solid rgba(19, 98, 171, 0.55) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #1362ab !important;
    opacity: 1 !important;
    box-shadow: 0 10px 24px rgba(16, 42, 78, 0.14) !important;
  }

  body.primary-menu-open #header .primary-menu.home-mobile-menu .fides-theme-button i {
    color: #1362ab !important;
    opacity: 1 !important;
  }

  body.primary-menu-open:not(.dark) #header .primary-menu.home-mobile-menu .theme-toggle-item,
  html:not(.theme-dark) body.primary-menu-open #header .primary-menu.home-mobile-menu .theme-toggle-item {
    position: relative !important;
    left: -10px !important;
  }

  body.primary-menu-open:not(.dark) #header .primary-menu.home-mobile-menu .language-switcher,
  html:not(.theme-dark) body.primary-menu-open #header .primary-menu.home-mobile-menu .language-switcher {
    position: relative !important;
    left: -10px !important;
    margin-top: 10px !important;
    transform: translate(-10px, -7px) !important;
  }

  body.primary-menu-open #header .primary-menu.home-mobile-menu .fides-language-button {
    position: relative !important;
    overflow: hidden !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  body.primary-menu-open #header .primary-menu.home-mobile-menu .fides-language-button::before {
    content: attr(data-label);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1362ab !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    opacity: 1 !important;
  }
}
/* Mobile active menu underline: keep it under the text on every page */
@media (max-width: 1199.98px) {
  #header .primary-menu.home-mobile-menu .menu-container > .menu-item > .menu-link {
    width: auto !important;
    min-width: 0 !important;
  }

  #header .primary-menu.home-mobile-menu .menu-container > .menu-item.current > .menu-link::after,
  body:not(.home-page) #header .primary-menu.home-mobile-menu .menu-container > .menu-item.current > .menu-link::after,
  body.primary-menu-open #header .primary-menu.home-mobile-menu .menu-container > .menu-item.current > .menu-link::after,
  body.primary-menu-open #header .primary-menu.home-mobile-menu .menu-container > .menu-item.current > .home-current-link::after {
    left: 5px !important;
    right: auto !important;
    bottom: 12px !important;
    width: 84px !important;
    transform: none !important;
    transform-origin: left center !important;
    transition: none !important;
    animation: none !important;
  }
}