@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('all.min.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('intlTelInput.css');
@import url('aos.css');


a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

ol,ul {
	padding:0px;
	margin:0px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: "Inter", sans-serif;
}


:root {
  --anarenk: #002456;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --sari: #EDCF2E;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 30px);	
}

.swiper {
	position:relative;
	overflow:hidden;
}

.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	padding:0px 20px;
	height:48px;
	border-radius:16px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 19.6px; /* 140% */
	text-align: center;
}
.btn i {
	font-size: 22px;
}


.btn-sari {
	background:var(--sari);
	border:1px solid var(--sari);
	color:var(--anarenk);
}
.btn-sari:hover {
	background:var(--anarenk);
	border:1px solid var(--sari);
	color:var(--sari);
}

.btn-ana {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-ana:hover {
	background:var(--sari);
	border:1px solid var(--sari);
	color:var(--anarenk);
}
.btn-outline-ana {
	background:transparent;
	border:1px solid var(--anarenk);
	color:var(--anarenk);
}
.btn-outline-ana:hover {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}


/*------------------header----------------------*/

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: var(--anarenk);
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	color: var(--stackbros-in-shuttle-gray, #576071);
	font-family: Inter;
	font-size: var(--font-size-16, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--line-height-24, 24px); /* 150% */
	opacity: 1;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--anarenk);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	color: #002456;
	font-family: var(--font-family-Font-1, Inter);
	font-size: var(--font-size-32, 32px);
	font-style: normal;
	font-weight: var(--font-weight-600, 600);
	line-height: var(--line-height-41_6, 41.6px); /* 130% */
	margin-bottom:20px;
}
.aciklama p 
{
	color: var(--stackbros-in-shuttle-gray, #576071);
	font-family: Inter;
	font-size: var(--font-size-16, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--line-height-24, 24px); /* 150% */
	opacity: 1;
	margin-bottom:20px;
}
/*------------------header----------------------*/

#header {
	position:relative;
	z-index:999;
	transition:all 0.3s ease;
	background:var(--anarenk);
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:var(--anarenk);
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
}
#header .alan {
	display:flex;
	align-items:center;
	padding:10px 0px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:76px;
}

#header .menu {
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
}
#header .menu .link-item:hover {
    color: var(--sari);
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:300px;
	padding:10px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgb(237 207 46 / 63%);
	border-top:5px solid var(--anarenk);
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
	border-bottom: solid 1px #002456;
    margin: 1px 0px;
}
#header .menu .acilan .link-item:hover {
    color: var(--sari);
}

#header .alan .sag a {
	position:relative;
	display:inline-flex;
	align-items:center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-left:20px;
}
#header .alan .sag a i {
	font-size: 24px;
}

#header .arama {
	position:absolute;
	top:100%;
	right:0px;
	background:var(--krem);
	padding:0px;
	overflow:hidden;
	height:0px;
	transition:all 0.3s ease;
}
#header .arama.active {
	padding:20px;
	height:auto;
}
#header .arama .form-control {
	background:transparent;
	border-radius:0px;
	border:0px;
	border-bottom:2px solid var(--siyah);
	color:var(--siyah);
    height: 36px;
    line-height: 36px;
}
#header .arama .form-control:focus {
	background:transparent !important;
	border-radius:0px !important;
	border:0px !important;
	border-bottom:2px solid var(--siyah) !important;
	color:var(--siyah) !important;
}
#header .arama .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--siyah);
  opacity: 1; /* Firefox */
}
#header .arama .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--siyah);
}
#header .arama .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--siyah);
}
#header .arama .btn {
	position:absolute;
	top:20px;
	right:20px;
	width:36px;
	height:36px;
	font-size:20px;
	color:var(--siyah);
	border-radius:9px;
	padding:0px;
	justify-content:center;
}
#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 20px;
	height:100%;
}
#header .dil .default {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	grid-gap:5px;
	width:80px;
	height:40px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	border-radius: 16px;
	border: var(--stroke-weight-1, 1px) solid rgba(255, 255, 255, 0.18);
	text-transform:uppercase;
}
#header .dil .default img {
	height:10px;
}
#header .dil .default i {
	color:#fff;
	font-size:16px;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 40px);
	width:80px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:80px;
	height:40px;
	border-radius: 16px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#header .dil:hover .acilan {
	display:block;
}


/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:65px;
	padding:0px 5px;
	background:var(--anarenk);
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--anarenk);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--anarenk);
}

#mobilheader .alansol {
	width:30%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#mobilheader .alanorta {
	width:40%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

#mobilheader .alansag {
	width:30%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
}
#mobilheader .btn i {
	font-size:40px;
	color:#fff;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:100%;
}

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
	height:100%;
}
#mobilheader .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	border:1px solid #fff;
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:20px;
}

#mobilheader .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#mobilheader .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#mobilheader .dil:hover .acilan {
	display:block;
}


/*------------------mobilmenu----------------------*/


#mobilmenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:1000;
	background: #fff;
	transform: translateX(-100%);
	transition:all 0.3s ease;
}

#mobilmenu .ust {
	display:flex;
	align-items:center;
	width:100%;
	height:65px;
	padding:10px;
	background:var(--anarenk);
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#fff;
}
#mobilmenu .menu {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 0px;
}
#mobilmenu .menu ul {
	display: flex!important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
}
#mobilmenu .menu .link-li {
	position:relative;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
	border-bottom:1px solid rgba(51, 51, 51, 0.1);
	padding:5px 40px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
	border-bottom:0px solid rgba(51, 51, 51, 0.1);
}
#mobilmenu .menu .link-li.hover:before {
    position:absolute;
	content:"\f105";
	top:5px;
	right:0px;
	width:30px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#000;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
#mobilmenu .menu .link-item {
	font-size:14px;
	line-height:32px;
	font-weight:500;
	color:rgb(0, 0, 0);
	letter-spacing:1.8px;
}
#mobilmenu .menu .acilan {
	display:none;
	width: 100%;
}
#mobilmenu .menu .link-li:hover .acilan {
	display:block;
}
#mobilmenu .menu .acilan ul {
	width: 100%;
}

#mobilmenu .menu .acilan ul .link-li {
    min-height: 32px;
}
#mobilmenu .menu .acilan ul .link-item {
	font-size:14px;
	line-height:32px;
	color:rgb(51, 51, 51, 0.6);
}

#mobilmenu .arama {
	position:relative;
}
#mobilmenu .arama .form-control {
	border:1px solid var(--anarenk);
}
#mobilmenu .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:46px;
	height:46px;
	font-size:20px;
	color:#000;
	border-radius:9px;
	padding:0px;
	justify-content:center;
}

#mobilmenu .butonlar {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .butonlar a {
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:32px;
	color:rgb(0, 0, 0);
	letter-spacing:1.2px;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:rgb(0, 0, 0);
	margin-right:5px;
}
.sosyal2 {
    display:flex;
    align-items:center;
    column-gap:25px;
    text-align:center;
    margin-top:20px;
}
.sosyal2 a{
    color:white;
    font-size:20px;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}


/*------------------slider----------------------*/

#slider {
	position: relative;
	background: var(--anarenk);
	padding: 0;
	overflow: hidden;
}
#slider .swiper.slider {
	width: 100%;
	max-width: 100%;
}
#slider .swiper-slide {
	height: auto;
}
#slider .item {
	position: relative;
	width: 100%;
	min-height: 100vh;
}
#slider .item .anaresim {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	object-fit: cover;
	display: block;
}
#slider .slider-youtube-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	overflow: hidden;
}
#slider .slider-youtube-iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	min-width: 177.78vh;
	height: 56.25vw;
	min-height: 100vh;
	transform: translate(-50%, -50%);
	border: 0;
	pointer-events: none;
}
#slider .slider-youtube-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: auto;
	cursor: default;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	padding:72px;
	z-index:5;
	background:rgba(0, 36, 86, 0.6);
	border-radius:12px;
}
#slider .item .bilgi .yazi1 {
	color: #FFF;
	font-size: 72px;
	font-style: normal;
	font-weight: 600;
	line-height: 93.6px; /* 130% */
	text-transform: uppercase;
	margin-bottom:22px;
}
#slider .item .bilgi .yazi2 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom:22px;
}
#slider .slider-button-prev ,
#slider .slider-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:30px;
	color:#002456;
	border:3px solid #002456;
	z-index:10;
}
#slider .slider-button-prev:hover ,
#slider .slider-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#slider .slider-button-next 
{
	right:6%;
	bottom:20%;
}
#slider .slider-button-prev 
{
	right:11%;
	bottom:20%;
}
#slider .bizeulasin {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	grid-gap:15px;
	padding:24px;
	border-radius: 12px;
	background: rgba(0, 36, 86, 0.4);
}
#slider .bizeulasin img {
	height:130px;
}
#slider .bizeulasin span {
	color: var(--64-b-9-ee, #64B9EE);
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 140% */
}
#slider .alt {
	padding:24px 0px;
	display:flex;
	align-items:center;
}
#slider .alt .yorum {
	display:flex;
	align-items:center;
	grid-gap:20px;
	margin-right:auto;
}
#slider .alt .yorum img {
	height:48px;
}
#slider .alt .yorum div small {
	display:block;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	text-transform: uppercase;
}
#slider .alt .yorum div b {
	display:block;
	color: #EDCF2E;
	font-size: var(--font-size-20, 20px);
	font-style: normal;
	font-weight: var(--font-weight-600, 600);
	line-height: var(--line-height-28, 28px); /* 140% */
}
.wp {
	display:flex;
	align-items:center;
	grid-gap:20px;
}
.wp img {
	height:48px;
}
.wp div small {
	display:block;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	text-transform: uppercase;
}
.wp div b {
	display:block;
	color: #31D153;
	font-size: var(--font-size-20, 20px);
	font-style: normal;
	font-weight: var(--font-weight-600, 600);
	line-height: var(--line-height-28, 28px); /* 140% */
}

/*------------------hakkimizda----------------------*/

#hakkimizda {
	position:relative;
	padding:120px 0px;
	z-index:20;
}
#hakkimizda:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:40%;
	background:rgba(100, 185, 238, 0.3);
	z-index:-1;
}
#hakkimizda .yazi1 {
	color: var(--64-b-9-ee, #64B9EE);
	font-size: 72px;
	font-style: normal;
	font-weight: 600;
	line-height: 93.6px; /* 130% */
	margin-bottom:75px;
}
#hakkimizda .alan1 {
	padding:70px 25px;
	border-radius: 12px 0px 12px 12px;
	background: #F6F9FC;
}
#hakkimizda .yazi2 {
	color: #121519;
	font-size: var(--font-size-16, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--line-height-22_4, 22.4px);
	margin-bottom:25px;
}
#hakkimizda .yazi3 {
	color: #121519;
	font-size: var(--font-size-16, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--line-height-22_4, 22.4px);
	margin-bottom:25px;
}
#hakkimizda .resim {
	width:100%;
	border-radius: 12px 12px 12px 0px;
}

/*------------------tedaviler----------------------*/

#tedaviler {
	position:relative;
	padding:50px 0px;
	background:rgba(100, 185, 238, 0.3);
	z-index:20;
}
#tedaviler .ust {
	display:flex;
	align-items:center;
	margin-bottom:30px;
}
#tedaviler .ust .baslik {
	color: #002456;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 130% */
	margin-right:auto;
}
#tedaviler .ust .butonlar {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#tedaviler .ust .butonlar div {
	display: flex;
	align-items:center;
	justify-content:center;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	border: var(--stroke-weight-1, 1px) solid #002456;
	font-size:18px;
	color:var(--anarenk);
}

.tedaviitem {
	position:relative;
	display:block;
}
.tedaviitem .resim {
	width:100%;
	object-fit:cover;
	object-position:center;
	border-radius: 12px;
}
.tedaviitem.b1 .resim {
	aspect-ratio:488/700;
}
.tedaviitem.b2 .resim {
	aspect-ratio:784/238;
}
.tedaviitem.b3 .resim {
	aspect-ratio:380/285;
}
.tedaviitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius:12px;
	padding:24px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:flex-start;
}
.tedaviitem .bilgi .adi {
	display:flex;
	align-items:center;
	justify-content:center;
	height:48px;
	padding:0px 24px;
	background: #FFF;
	color: #002456;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 14px; /* 100% */
	border-radius:8px;
}

/*------------------deneyim----------------------*/

#deneyim {
	position:relative;
	padding:50px 0px;
	z-index:20;
}
#deneyim .yazi1 {
	color: var(--002456, #002456);
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 130% */
	margin-bottom:26px;
}
#deneyim .yazi2 {
	color: #576071;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom:58px;
}
#deneyim .alan1 {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	border-radius: 12px;
	padding:63px;
	background:rgba(100, 185, 238, 0.3);
}
#deneyim .alan1 .sol {
	width:60%;
	display:flex;
	flex-direction:column;
	grid-gap:40px;
}
#deneyim .alan1 .sol .text1 {
	color: #576071;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	text-transform: uppercase;
}
#deneyim .alan1 .sol .text2 {
	color: var(--002456, #002456);
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 41.6px; /* 130% */
}
#deneyim .alan1 .sag {
	width:40%;
	display:flex;
	flex-direction:column;
	grid-gap:20px;
}
#deneyim .alan1 .sag img {
	width:calc(100% + 120px);
}
#deneyim .alan2 {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	border-radius: 12px;
	padding:0px 13px 0px 63px;
	background:rgba(246, 249, 252, 1);
	margin-bottom:42px;
}
#deneyim .alan2 .sol {
	width:50%;
	display:flex;
	flex-direction:column;
}
#deneyim .alan2 .sol .text1 {
	color: #576071;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	text-transform: uppercase;
	margin-bottom:40px;
}
#deneyim .alan2 .sol .text2 {
	color: var(--64-b-9-ee, #64B9EE);
	font-size: 72px;
	font-style: normal;
	font-weight: 600;
	line-height: 93.6px; /* 130% */
}
#deneyim .alan2 .sol .text3 {
	color: var(--64-b-9-ee, #64B9EE);
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 41.6px; /* 130% */
}
#deneyim .alan2 .sol .text4 {
	color: #576071;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	margin-bottom:20px;
}
#deneyim .alan2 .sag {
	width:50%;
	display:flex;
	flex-direction:column;
	grid-gap:20px;
}
#deneyim .alan2 .sag img {
	width:100%;
	margin-top:-30px;
}
#deneyim .alan3 {
	border-radius: 12px;
	padding:55px;
	border: 1px solid #E3E9EF;
}
#deneyim .alan3 .text1 {
	color: #121519;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 41.6px; /* 130% */
	margin-bottom:11px;
}
#deneyim .alan3 .text2 {
	color: #576071;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	margin-bottom:22px;
}
#deneyim .alan3 .ebulten {
	position:relative;
}
#deneyim .alan3 .ebulten .form-control {
	border-radius: 16px;
	height:55px;
	border: var(--stroke-weight-1, 1px) solid #D7DDE2;
}
#deneyim .alan3 .ebulten .btn {
	position:absolute;
	top:5px;
	right:5px;
	height:45px;
}

/*------------------yorumlar----------------------*/

#yorumlar {
	position:relative;
	padding:50px 0px;
	z-index:20;
}
#yorumlar .ust {
	display:flex;
	align-items:center;
	margin-bottom:50px;
}
#yorumlar .ust .baslik {
	color: #002456;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 130% */
	margin-right:auto;
}
#yorumlar .ust .butonlar {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#yorumlar .ust .butonlar div {
	display: flex;
	align-items:center;
	justify-content:center;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	border: var(--stroke-weight-1, 1px) solid #002456;
	font-size:18px;
	color:var(--anarenk);
}
#yorumlar .alt {
	display: flex;
	align-items:center;
	justify-content:center;
	grid-gap:20px;
	margin-top:40px;
}
#yorumlar .alt .yildiz {
	padding:10px 22px;
	border-radius: 8px;
	background: #002456;
	font-size:16px;
	color:rgba(237, 207, 46, 1);
}
#yorumlar .alt .yazi  {
	color: var(--002456, #002456);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 140% */
}
#yorumlar .alt img  {
	height:81px;
}

.yorumitem {
	display:flex;
	flex-direction:column;
	grid-gap:20px;
	padding:38px;
	border-radius: 24px;
	background: #F6F9FC;
}
.yorumitem .profil {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.yorumitem .profil img {
	width:60px;
	height:60px;
	border-radius:50%;
	object-fit:cover;
}
.yorumitem .profil .adi {
	width:calc(100% - 60px);
	padding-left:10px;
}
.yorumitem .profil .adi b {
	color: #121519;
	font-size: var(--font-size-20, 20px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--line-height-28, 28px); /* 140% */
	margin-bottom:10px;
}
.yorumitem .profil .adi .yildiz {
	font-size:16px;
	color:rgba(237, 207, 46, 1);
}
.yorumitem .yorum {
	color: #576071;
	font-size: var(--font-size-16, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--line-height-24, 24px); /* 150% */
}

/*------------------videolar----------------------*/

#videolar {
	position:relative;
	z-index:20;
}
#videolar .item {
	position:relative;
	z-index:20;
}
#videolar .item .resim {
	width:100%;
	aspect-ratio:1920/900;
	object-fit:cover;
	object-position:center;
}
#videolar .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:100px 0px;
	background:rgba(0, 36, 86, 0.6);
	display:flex;
	align-items:center;
}
#videolar .item .bilgi .butonlar {
	display:flex;
	align-items:center;
	grid-gap:10px;
	margin-bottom:30px;
}
#videolar .item .bilgi .butonlar div {
	display: flex;
	align-items:center;
	justify-content:center;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	border: 1px solid #fff;
	font-size:18px;
	color:#fff;
}
#videolar .item .bilgi .yazi1 {
	color: #EDCF2E;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 41px; /* 128.125% */
	margin-bottom:20px;
}
#videolar .item .bilgi .yazi2 {
	color: #FFF;
	font-size: var(--font-size-16, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--line-height-22_4, 22.4px); /* 140% */
	margin-bottom:30px;
}
#videolar .item .bilgi .doktor {
	padding:38px;
	border-radius: 12px;
	background: #FFF;
}
#videolar .item .bilgi .doktor .res {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	margin-bottom:20px;
}
#videolar .item .bilgi .doktor .alt {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
#videolar .item .bilgi .doktor .alt .icon {
	width:50px;
}
#videolar .item .bilgi .doktor .alt .icon img {
	width:100%;
}
#videolar .item .bilgi .doktor .alt .adi {
	width:calc(100% - 50px);
	padding-right:10px;
	color: var(--002456, #002456);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.4px; /* 140% */
}

/*------------------bloglar----------------------*/

#bloglar {
	position:relative;
	padding:50px 0px;
	z-index:20;
}
#bloglar .ust {
	display:flex;
	align-items:center;
	margin-bottom:50px;
}
#bloglar .ust .baslik {
	color: #002456;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 130% */
	margin-right:auto;
}

.blogitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:10px;
}
.blogitem .resim {
	width:100%;
	object-fit:cover;
	object-position:center;
	border-radius:12px;
}
.blogitem .adi {
	color: #434A57;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 33.6px; /* 140% */
}
.blogitem .desc {
	color: #576071;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}


/*------------------insta----------------------*/

#insta {
	position:relative;
	padding:40px 0px;
	z-index:20;
}
#insta:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:30%;
	background:#002456;
	z-index:-1;
}
#insta .resim {
	position:relative;
	display:block;
}
#insta .resim img {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	border-radius:12px;
}
#insta .yazi {
	color: #121519;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 130% */
	margin-bottom:10px;
}
#insta .git {
	color: var(--002456, #002456);
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 130% */
}
/*------------------footer----------------------*/

#footer {
	position:relative;
	z-index:20;
	background: #002456;
}
#footer .ust {
	position:relative;
	z-index:20;
	padding:40px 0px;
}
#footer .menubas {
	display:block;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.4px; /* 140% */
	text-transform: uppercase;
	margin-bottom:10px;
}
#footer .menulink {
	display:block;
	color: rgba(255, 255, 255, 0.90);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom:5px;
}
#footer .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.06);
	padding:12px 22px;
	margin-bottom:10px;
}
#footer .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:24px;
	height:24px;
	font-size:20px;
	color:#fff;
}
#footer .bilgi .adi {
	width:calc(100% - 24px);
	padding-left:13px;
	color: rgba(255, 255, 255, 0.90);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */	
}
#footer .alt {
	display:flex;
	align-items:center;
	padding:15px 0px;
	border-top: var(--stroke-weight-1, 1px) solid rgba(255, 255, 255, 0.13);
}
#footer .alt .logo {
	margin-right:auto;
}
#footer .alt .logo img {
	height:30px;
}
#footer .alt .fav {
	color: rgba(255, 255, 255, 0.90);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

#footer .altust {
	display:flex;
	align-items:center;
	padding:15px 0px;
}

#footer .altustmenu {
	display:flex;
	align-items:center;
	grid-gap:20px;
	margin-right:auto;
}

#footer .altustmenu a {
	color: rgba(255, 255, 255, 0.50);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
}

#footer .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 20px;
	height:100%;
}
#footer .dil .default {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	grid-gap:5px;
	width:80px;
	height:40px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	border-radius: 16px;
	border: var(--stroke-weight-1, 1px) solid rgba(255, 255, 255, 0.18);
	text-transform:uppercase;
}
#footer .dil .default img {
	height:10px;
}
#footer .dil .default i {
	color:#fff;
	font-size:16px;
}

#footer .dil .acilan {
	position:absolute;
	bottom:100%;
	right:calc(50% - 40px);
	width:80px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#footer .dil .acilan .default {
	width:80px;
	height:40px;
	border-radius: 16px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#footer .dil:hover .acilan {
	display:block;
}

/*------------------tedavidetay----------------------*/

#tedavidetay .ust {
	position:relative;
	background: #002456;
	padding:40px 0px 0px 0px;
}

#tedavidetay .ust .baslik {
	color: #FFF;
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: 83.2px; /* 130% */
	margin-bottom:30px;
}
#tedavidetay .ust .desc {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
	margin-bottom:30px;
}
#tedavidetay .ust .wp {
	margin-bottom:30px;
}
#tedavidetay .ust .anaresim {
	width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 400px;
}
#tedavidetay .alt {
	position:relative;
	padding:40px 0px 40px 0px;
}

#tedavidetay .sagform {
	position:relative;
	border-radius: 36px;
	background: #D1EAFA;
	padding:24px;
}
#tedavidetay .sagform .ust {
	margin-bottom:33px;
	color: #576071;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 36.4px; /* 130% */
	background:transparent;
	padding:0px;
}
#tedavidetay .sagform .form-control {
	height:56px;
	border-radius: 18px;
	border: var(--stroke-weight-1, 1px) solid rgba(87, 96, 113, 0.25);
	background: #D1EAFA;
}
#tedavidetay .sagform textarea.form-control {
	height:150px;
}
#tedavidetay .btn {
	max-width:50%;
}
#tedavidetay .tell {
	display:flex;
	align-items:center;
	justify-content:center;
	color: #576071;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 21px; /* 150% */
	margin-left:auto;
	grid-gap:10px;
}
#tedavidetay .tell i {
	font-size: 22px;
}

/*------------------saglikturizm----------------------*/

#saglikturizm  {
	position:relative;
	z-index:20;
}
#saglikturizm .bolum1 {
	position:relative;
	padding:40px 0px;
	z-index:20;
}
#saglikturizm .bolum2 {
	position:relative;
	padding:40px 0px;
	z-index:20;
}
#saglikturizm .bolum1:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:50%;
	background:#002456;
	z-index:-1;
}
#saglikturizm .bolum1 .baslik {
	color: #FFF;
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: 83.2px; /* 130% */
	text-align:center;
	margin-bottom:32px;
}
#saglikturizm .bolum1 .desc {
	color: #64B9EE;
	text-align: center;
	font-family: var(--font-family-Font-1, Inter);
	font-size: var(--line-height-18, 18px);
	font-style: normal;
	font-weight: var(--font-weight-400, 400);
	line-height: var(--line-height-27, 27px); /* 150% */
	margin-bottom:32px;
}
#saglikturizm .bolum1 .resim {
	position:relative;
	margin-bottom:32px;
}
#saglikturizm .bolum1 .resim .res {
	width:100%;
}
#saglikturizm .bolum1 .resim .google {
	position:absolute;
	top:0px;
	left:0px;
	padding:15px;
	border-radius:0px 0px 12px 0px;
	background:#002456;
}
#saglikturizm .bolum1 .resim .google img {
	height:40px;
}
#saglikturizm .bolum1 .resim .yorum {
	position:absolute;
	bottom:0px;
	right:0px;
	padding:15px;
	border-radius:12px 0px 0px 0px;
	background:#fff;
	display:flex;
	flex-wrap:wrap;
	grid-gap:10px;
}
#saglikturizm .bolum1 .resim .yorum img {
	height:40px;
}
#saglikturizm .bolum1 .resim .yorum div small {
	display:block;
	color: #002456;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	text-transform: uppercase;
}
#saglikturizm .bolum1 .resim .yorum div b {
	display:block;
	color: #EDCF2E;
	font-size: var(--font-size-20, 20px);
	font-style: normal;
	font-weight: var(--font-weight-600, 600);
	line-height: var(--line-height-28, 22px); /* 140% */
}

.ozellik {
	position:relative;
	display:block;
}
.ozellik .ozellikust {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:15px;
}
.ozellik .ozellikust .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:42px;
	height:42px;
	border-radius: 12px;
	background: #002456;
	font-size:30px;
	color:#fff;
}
.ozellik .ozellikust .adi {
	width:calc(100% - 42px);
	padding-left:10px;
	color: #121519;
	font-size: var(--font-size-20, 20px);
	font-weight: var(--font-weight-600, 600);
	line-height: var(--line-height-28, 28px); /* 140% */
}
.ozellik .ozellikalt {
	color: #576071;
	font-size: var(--font-size-14, 14px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--line-height-21, 21px); /* 150% */
}

.servisitem {
	position:relative;
	display:block;
	margin-bottom:30px;
}
.servisitem .res {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	border-radius: 18px;
}
.servisitem .dikeyortala {
	padding:40px;
	border-radius: 18px;
	background: #F6F9FC;
}

.startitem {
	position:relative;
	display:block;
	margin-bottom:30px;
}
.startitem .res {
	width:100%;
	border-radius: 18px;
}
.startitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius: 18px;
	padding:20px 70px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	background:rgba(18, 21, 25, 0.25);
}
.startitem .bilgi .adi {
	color: #FFF;
	font-size: var(--opacity-40, 40px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--line-height-52, 52px); /* 130% */
	margin-bottom:30px;
}

.sssitem {
	position:relative;
	display:block;
	margin-bottom:30px;
}
.sssitem .res {
	width:100%;
	border-radius:18px;
	margin-bottom:10px;
}
.sssitem .yazi1 {
	color: #121519;
	font-size: var(--font-size-20, 20px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--line-height-28, 28px); /* 140% */
	margin-bottom:10px;
}
.sssitem .yazi2 {
	color: #576071;
	font-size: var(--font-size-16, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--line-height-24, 24px); /* 150% */
	margin-bottom:10px;
}
.sssitem .yazi3 {
	color: #002456;
	font-size: var(--opacity-40, 40px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--line-height-52, 52px); /* 130% */
	margin-bottom:10px;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}



/*------------------bread----------------------*/

#bread  {
	position:relative;
	z-index:20;
	padding:40px 0px;
	background: #002456;
}
#bread .ust {
	position:relative;
	z-index:20;
	padding-bottom:30px;
	border-bottom: var(--stroke-weight-1, 1px) solid var(--stackbros-in-mystic, #E3E9EF);
}
#bread .ust .baslik {
	color: #FFF;
	font-size: var(--font-size-64, 64px);
	font-style: normal;
	font-weight: var(--font-weight-500, 500);
	line-height: var(--line-height-83_2, 83.2px); /* 130% */
	text-transform: uppercase;
}
#bread .ust .desc {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: var(--line-height-24, 24px); /* 150% */
}
#bread .kategori {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	grid-gap:10px;
	margin-top:30px;
}
#bread .kategori span {
	color: #EDCF2E;
	font-size: var(--font-size-16, 16px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--line-height-22_4, 22.4px); /* 140% */
}
#bread .kategori a {
	display:flex;
	align-items:center;
	height:48px;
	border-radius:24px;
	padding:0px 25px;
	border:1px solid #fff;
	color: #64B9EE;
	font-size: var(--font-size-14, 14px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--line-height-19_6, 19.6px); /* 140% */
}
#bread .kategori a.active {
	color: #002456;
	background:#fff;
}

/*------------------404----------------------*/

.bread-404 {
	padding: 32px 0;
}

#sayfa404 {
	padding: 50px 0 100px;
	position: relative;
	z-index: 20;
	overflow: hidden;
	background: linear-gradient(160deg, var(--krem, #fcfcf9) 0%, rgba(0, 36, 86, 0.04) 50%, rgba(237, 207, 46, 0.06) 100%);
}

/* Dekoratif arka plan blokları */
.sayfa404-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.sayfa404-blob {
	position: absolute;
	border-radius: 50%;
	opacity: 0.5;
	filter: blur(60px);
}
.sayfa404-blob-1 {
	width: 320px;
	height: 320px;
	background: linear-gradient(135deg, var(--anarenk) 0%, transparent 70%);
	top: -120px;
	right: -80px;
	opacity: 0.08;
}
.sayfa404-blob-2 {
	width: 280px;
	height: 280px;
	background: linear-gradient(135deg, var(--sari) 0%, transparent 70%);
	bottom: -80px;
	left: -60px;
	opacity: 0.1;
}
.sayfa404-blob-3 {
	width: 180px;
	height: 180px;
	background: var(--anarenk);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.03;
}

/* Büyük 404 numarası - gradient metin */
.sayfa404-numara-wrap {
	position: relative;
	margin-bottom: 0.5rem;
}
.sayfa404-numara {
	display: inline-block;
	font-size: clamp(100px, 22vw, 180px);
	font-weight: 800;
	line-height: 0.9;
	letter-spacing: -0.02em;
	background: linear-gradient(135deg, var(--anarenk) 0%, rgba(0, 36, 86, 0.5) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	opacity: 0.95;
}

/* Diş ikonu - marka vurgusu */
.sayfa404-icon {
	font-size: 2.5rem;
	color: var(--sari);
	margin-bottom: 1rem;
	opacity: 0.9;
}
.sayfa404-icon i {
	display: inline-block;
	animation: sayfa404-icon-pulse 2s ease-in-out infinite;
}
@keyframes sayfa404-icon-pulse {
	0%, 100% { transform: scale(1); opacity: 0.9; }
	50% { transform: scale(1.05); opacity: 1; }
}

.sayfa404-baslik {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 700;
	color: var(--anarenk);
	margin-bottom: 1rem;
	line-height: 1.3;
}
.sayfa404-aciklama {
	color: #555;
	font-size: 1.05rem;
	line-height: 1.65;
	margin-bottom: 2rem;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

/* Ana CTA butonu */
.sayfa404-cta {
	margin-bottom: 2.25rem;
}
.btn-ana-404 {
	padding: 16px 32px;
	font-size: 1rem;
	box-shadow: 0 4px 20px rgba(0, 36, 86, 0.2);
}
.btn-ana-404:hover {
	box-shadow: 0 6px 28px rgba(0, 36, 86, 0.3);
	transform: translateY(-2px);
}

/* Popüler sayfalar linkleri */
.sayfa404-linkler {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem 1rem;
}
.sayfa404-linkler-baslik {
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--gri, #9D9E9D);
	width: 100%;
	margin-bottom: 0.25rem;
}
.sayfa404-linkler-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem 0.75rem;
}
.sayfa404-linkler-list a {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--anarenk);
	background: #fff;
	border: 1px solid rgba(0, 36, 86, 0.15);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.sayfa404-linkler-list a:hover {
	background: var(--anarenk);
	color: #fff;
	border-color: var(--anarenk);
	box-shadow: 0 4px 16px rgba(0, 36, 86, 0.25);
	transform: translateY(-1px);
}

/*------------------ Teşekkürler sayfası ----------------------*/
.bread-tesekkurler {
	padding: 32px 0;
}

#sayfatesekkurler {
	padding: 50px 0 100px;
	position: relative;
	z-index: 20;
	overflow: hidden;
	background: linear-gradient(160deg, #f0fdf4 0%, rgba(0, 36, 86, 0.03) 40%, rgba(34, 197, 94, 0.08) 100%);
}

.sayfatesekkurler-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.sayfatesekkurler-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(60px);
}
.sayfatesekkurler-blob-1 {
	width: 320px;
	height: 320px;
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.35) 0%, transparent 70%);
	top: -120px;
	right: -80px;
	opacity: 0.2;
}
.sayfatesekkurler-blob-2 {
	width: 280px;
	height: 280px;
	background: linear-gradient(135deg, var(--sari, #edcf2e) 0%, transparent 70%);
	bottom: -80px;
	left: -60px;
	opacity: 0.12;
}
.sayfatesekkurler-blob-3 {
	width: 200px;
	height: 200px;
	background: linear-gradient(135deg, var(--anarenk) 0%, transparent 70%);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.06;
}

/* Başarı check ikonu - animasyonlu daire içinde tik */
.sayfatesekkurler-icon-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}
.sayfatesekkurler-check {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	box-shadow: 0 8px 32px rgba(34, 197, 94, 0.4);
	animation: sayfatesekkurler-pop 0.6s ease-out;
}
.sayfatesekkurler-check i {
	animation: sayfatesekkurler-tick 0.4s ease-out 0.3s both;
}
@keyframes sayfatesekkurler-pop {
	0% { transform: scale(0); opacity: 0; }
	60% { transform: scale(1.1); }
	100% { transform: scale(1); opacity: 1; }
}
@keyframes sayfatesekkurler-tick {
	0% { transform: scale(0); opacity: 0; }
	100% { transform: scale(1); opacity: 1; }
}

.sayfatesekkurler-icon {
	font-size: 1.75rem;
	color: var(--anarenk);
	margin-bottom: 0.75rem;
	opacity: 0.85;
}
.sayfatesekkurler-icon i {
	display: inline-block;
	animation: sayfa404-icon-pulse 2s ease-in-out infinite;
}

.sayfatesekkurler-baslik {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	color: var(--anarenk);
	margin-bottom: 1rem;
	line-height: 1.3;
}
.sayfatesekkurler-aciklama {
	color: #555;
	font-size: 1.05rem;
	line-height: 1.65;
	margin-bottom: 2rem;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

.sayfatesekkurler-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.75rem 1rem;
	margin-bottom: 2.25rem;
}
.sayfatesekkurler-btn {
	padding: 14px 28px;
	font-size: 1rem;
}
.sayfatesekkurler-btn:hover {
	transform: translateY(-2px);
}

.sayfatesekkurler-linkler {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem 1rem;
}
.sayfatesekkurler-linkler-baslik {
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--gri, #9D9E9D);
	width: 100%;
	margin-bottom: 0.25rem;
}
.sayfatesekkurler-linkler-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem 0.75rem;
}
.sayfatesekkurler-linkler-list a {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--anarenk);
	background: #fff;
	border: 1px solid rgba(0, 36, 86, 0.12);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.sayfatesekkurler-linkler-list a:hover {
	background: var(--anarenk);
	color: #fff;
	border-color: var(--anarenk);
	box-shadow: 0 4px 16px rgba(0, 36, 86, 0.25);
	transform: translateY(-1px);
}

/*------------------bloglarpage----------------------*/

#bloglarpage  {
	position:relative;
	z-index:20;
	padding:30px 0px;
}

/*------------------videoitem----------------------*/

.videoitem  {
	position:relative;
	display:block;
}
.videoitem .resim {
	width:100%;
	object-fit:cover;
	object-position:center;
	border-radius:15px;
}
.videoitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius:12px;
	display:flex;
	align-items:flex-end;
	padding:20px;
	background: linear-gradient(270deg, rgba(0, 36, 86, 0.56) 100%, rgba(0, 36, 86, 0.19) 100%);
}
.videoitem .bilgi .adi {
	width:calc(100% - 60px);
	margin-right:auto;
	color: #EDCF2E;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 33.6px; /* 140% */
}
.videoitem .bilgi .play {
	display:flex;
	align-items:center;
	justify-content:center;
	width:48px;
	height:48px;
	border-radius:50%;
	background:var(--sari);
	font-size:24px;
	color:#000;
}

/*------------------iletisimpage----------------------*/

#iletisimpage  {
	position:relative;
	z-index:20;
}
#iletisimpage  .bolum1 {
	position:relative;
	z-index:20;
	padding:40px 0px;
}
#iletisimpage  .bolum1 .bilgibas {
	color: #002456;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 33.6px; /* 140% */
	margin-bottom:20px;
}
#iletisimpage  .bolum1 .bilgiic {
	color: #576071;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px; /* 150% */
}

#iletisimpage .bolum2 {
	position:relative;
	z-index:20;
	border-radius: 36px;
	background: #D1EAFA;
	padding:25px;
}
#iletisimpage .form {
}
#iletisimpage .form .formbas {
	color: #576071;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 130% */
	margin-bottom:20px;
}
#iletisimpage .form-control {
	height:48px;
}
#iletisimpage textarea.form-control {
	height:148px;
}
#iletisimpage .bolum3 {
	margin-top:-50px;
}
#iletisimpage .bolum3 iframe {
	width:100%;
	height:400px;
}

#anasayfa-iletisim {
	padding: 60px 0 80px;
	background: linear-gradient(180deg, #fff 0%, rgba(209, 234, 250, 0.25) 100%);
}
#anasayfa-iletisim .anasayfa-iletisim-yazi {
	color: #576071;
	font-size: 16px;
	line-height: 1.7;
}
#anasayfa-iletisim .anasayfa-iletisim-overtitle {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(0, 36, 86, 0.06);
	color: #002456;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 10px;
    width: 215px;
}
#anasayfa-iletisim .anasayfa-iletisim-baslik {
	color: #002456;
	font-size: clamp(1.6rem, 3vw, 2.1rem);
	font-weight: 700;
	margin-bottom: 18px;
}
#anasayfa-iletisim .anasayfa-iletisim-yazi p {
	margin-bottom: 12px;
}
#anasayfa-iletisim .anasayfa-iletisim-list {
	list-style: none;
	padding: 0;
	margin: 8px 0 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px 18px;
	font-size: 14px;
	color: #3c4758;
}
#anasayfa-iletisim .anasayfa-iletisim-list li::before {
	content: "•";
	color: var(--sari, #EDCF2E);
	margin-right: 6px;
}
#anasayfa-iletisim .form {
	border-radius: 36px;
	background: #D1EAFA;
	padding: 40px 32px;
}
#anasayfa-iletisim .form .formbas {
	color: #002456;
	text-align: center;
	font-size: clamp(1.5rem, 3vw, 2.5rem);
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 24px;
}
#anasayfa-iletisim .form-control {
	height: 48px;
}
#anasayfa-iletisim textarea.form-control {
	height: 120px;
	resize: vertical;
}

/* Breadcrumb (navigasyon) - id="bread" altında, hiyerarşi + Schema uyumlu */
#bread .breadcrumb-nav {
	margin-bottom: 12px;
}
.breadcrumb-nav ol {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0px;
	font-size: 14px;
	color: var(--gri, #9D9E9D);
}
.breadcrumb-nav li:not(:last-child)::after {
	content: "\203A";
	margin-left: 6px;
	color: var(--gri, #9D9E9D);
	font-weight: 600;
}
.breadcrumb-nav a {
	color: var(--anarenk, #002456);
}
.breadcrumb-nav a:hover {
	color: var(--sari, #EDCF2E);
}
.breadcrumb-nav span {
	color: var(--krem, #1f1f1f);
	font-weight: 500;
}