.api{
	position: fixed;
	bottom: 10px;
	left: 15px;
	z-index: 20;
}
.api .whatsapp {
	position:relative;
    transition: all .5s ease-in-out;
    z-index: 999;
	margin-top:10px;
}

.api .whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247;
}

.api .whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .whatsapp:hover .tooltiptext {
    visibility: visible;
}

.api .telefon {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #337ab7;
}

.api .telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .telefon:hover .tooltiptext {
    visibility: visible;
}

.api .telegram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .telegram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #27A7E5;
}

.api .telegram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .telegram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .telegram:hover .tooltiptext {
    visibility: visible;
}

.api .instagram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .instagram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #fd3a67;
}

.api .instagram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .instagram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .instagram:hover .tooltiptext {
    visibility: visible;
}
.lang {
    float: left;
    width: 100%;
}

.lang img {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lang .currencyitems a {
    width: 24%;
}

.activelang {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.activelangcur {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}

.lang a {
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px;
    font-size: 16px;
    color: #9d9d9d;
    padding: 5px 15px;
    border: 1px solid #0000004d;
    border-radius: 5px;
}

.lang a selected {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang a:hover {
    color: #000;
}
.rounded-25 {
    border-radius: 25%;
}
@media only screen and (max-width: 767px){
	.api {
		position: fixed;
		bottom: 0px !important;
		left: 0 !important;
		z-index: 999 !important;
		width: 100% !important;
		display: flex;
	}
	.api div{
		flex: 1 0 0%;
	}
	.api a{
		height: 40px !important;
		line-height: 40px !important;
		font-size: 20px !important;
		border-radius:0 !important;
		width: 100% !important;
	}
	.api:hover a {
		transform: rotate(0deg) !important;
		-webkit-transform: rotate(0deg) !important;
	}
}

img.tp-img-loading {
	background-image: url('../images/loading.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px 44px;
	background-color: rgba(0, 0, 0, 0.03);
}

/* ====== Video kartı oynat ikonu ====== */
.news-page-card .news-page-media { position: relative; }
.news-page-card .news-page-media img { filter: brightness(0.82); transition: filter .3s ease; }
.news-page-card:hover .news-page-media img { filter: brightness(0.7); }
.video-play-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(0, 45, 65, 0.78);
	color: #fff;
	font-size: 20px;
	padding-left: 4px;
	z-index: 2;
	pointer-events: none;
	transition: transform .3s ease, background .3s ease;
}
.news-page-card:hover .video-play-overlay {
	background: #002D41;
	transform: translate(-50%, -50%) scale(1.1);
}

/* ====== Foto Galeri (GLightbox) 4'lü grid ====== */
.foto-galeri-grid { margin-left: -8px; margin-right: -8px; }
.foto-galeri-grid > [class*="col-"] { padding-left: 8px; padding-right: 8px; margin-bottom: 16px; }
.foto-galeri-item {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 12px;
	aspect-ratio: 4 / 3;
	background: #f3f4f6;
}
.foto-galeri-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}
.foto-galeri-item:hover img { transform: scale(1.08); }
.foto-galeri-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 28px;
	background: rgba(0, 45, 65, 0.55);
	opacity: 0;
	transition: opacity .4s ease;
}
.foto-galeri-item:hover .foto-galeri-overlay { opacity: 1; }

/* ====== Footer iletişim linkleri beyaz görünsün ====== */
footer .contact-info-bx a,
footer .contact-info-bx a:link,
footer .contact-info-bx a:visited,
footer .contact-info-bx a strong,
footer .contact-info-bx strong a { color: #fff !important; transition: opacity .3s ease; }
footer .contact-info-bx a:hover { color: #fff !important; opacity: .75; }

/* ====== Footer logosunu beyaz yap + boyutlandır ====== */
footer .footer-logo img { filter: brightness(0) invert(1); height: 48px !important; width: auto !important; max-width: 100%; }

/* ====== Header özel stilleri ====== */
.site-header .top-bar,
.header-transparent .top-bar { background: #002D41 !important; color: #fff !important; border-bottom: none !important; }
.site-header .top-bar a,
.site-header .top-bar li,
.site-header .top-bar i,
.site-header .top-bar span { color: #fff !important; }
.site-header .top-bar .topbar-social { display: flex; align-items: center; gap: 10px; margin: 0; padding: 0; list-style: none; }
.site-header .top-bar .topbar-social li { margin: 0 !important; padding: 0 !important; }
.site-header .top-bar .topbar-social a { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 14px; line-height: 1; transition: all .3s ease; }
.site-header .top-bar .topbar-social a i { transform: none !important; -webkit-transform: none !important; -ms-transform: none !important; line-height: 1 !important; margin: 0 !important; display: block; }
.site-header .top-bar .topbar-social a:hover { background: #fff; color: #002D41 !important; }
.site-header .top-bar .topbar-social a:hover i { color: #002D41 !important; }
.site-header .main-bar,
.header-transparent .main-bar { background: #fff !important; }

/* ====== Anasayfa bölüm stilleri ====== */
.projects-section { background: #fff !important; }
#videos { background: #f3f4f6; }

/* Bölüm başlıklarını ortala + altındaki çizgiyi kaldır */
.section-head { justify-content: center; text-align: center; }
.section-head > [class*="col-"] { flex: 0 0 100%; max-width: 100%; text-align: center; }
.section-head .dlab-separator { display: none !important; }

/* Proje tabları */
.project-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin: 28px 0 0; }
.project-tab {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 26px;
	border: 1px solid #e6e6e6;
	border-radius: 14px;
	background: #fff;
	color: #15161a;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.2px;
	line-height: 1.2;
	cursor: pointer;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
	transition: all .3s ease;
}
.project-tab i { font-size: 20px; color: var(--primary, #002D41); transition: color .3s ease; }
.project-tab:hover { border-color: var(--primary, #002D41); transform: translateY(-2px); }
.project-tab.active {
	background: linear-gradient(135deg, var(--primary, #002D41) 0%, var(--secondary, #000) 100%);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 16px 34px rgba(0, 45, 65, .28);
}
.project-tab.active i { color: #fff; }
@media only screen and (max-width: 575px) {
	.project-tabs { flex-direction: column; }
	.project-tab { width: 100%; }
}

/* ====== Markalarımız - iki satır zıt yönde kayan marquee ====== */
.ref-marquee .references-marquee { display: flex; flex-direction: column; gap: 14px; overflow: hidden; }
.ref-marquee .references-row { overflow: hidden; width: 100%; }
.ref-marquee .references-track { display: flex; flex-wrap: nowrap; gap: 14px; width: max-content; will-change: transform; }
.ref-marquee .references-track .items { flex: 0 0 auto; width: 180px; margin: 0; }
.ref-marquee .references-track .reference-wall-item { width: 100%; height: 90px; display: flex; align-items: center; justify-content: center; }

/* Üst satır sağa, alt satır sola */
.ref-marquee .references-row-rtl .references-track { animation: ref-scroll-right 30s linear infinite; }
.ref-marquee .references-row-ltr .references-track { animation: ref-scroll-left 30s linear infinite; }

/* Üzerine gelince durdur */
.ref-marquee .references-row:hover .references-track { animation-play-state: paused; }

@keyframes ref-scroll-left {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}
@keyframes ref-scroll-right {
	from { transform: translateX(-50%); }
	to { transform: translateX(0); }
}

/* ====== Header ana logosunu dikeyde ortala / üste yapışmasını engelle ====== */
.site-header .logo-header.logo-dark { display: flex; align-items: center; height: 80px; }
.site-header .logo-header.logo-dark a { display: flex; align-items: center; }
.site-header .logo-header.logo-dark img { width: auto !important; height: auto !important; max-height: 50px; max-width: 100%; }

/* ====== Slider başlığındaki siyah konturu kaldır ====== */
.slider-content .title {
	-webkit-text-stroke: 0 !important;
	text-stroke: 0 !important;
	paint-order: normal !important;
}

@media only screen and (max-width: 767px) {
	.ref-marquee .references-track .items { width: 140px; }
	.ref-marquee .references-track .reference-wall-item { height: 70px; }
}
