@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;
}
h1 {
	font-size:50px;
	font-weight:400;
	line-height:56px;
	margin-bottom:10px;
}
h2 {
	font-size:30px;
	font-weight:700;
	line-height:39px;
	margin-bottom:10px;
}
h3 {
	font-size:20px;
	font-weight:700;
	line-height:26px;
	margin-bottom:10px;
}
h4 {
	font-size:18px;
	font-weight:500;
	line-height:24px;
	margin-bottom:10px;
}
h5 {
	font-size:16px;
	font-weight:700;
	line-height:23px;
	margin-bottom:10px;
}
h6 {
	font-size:14px;
	font-weight:500;
	line-height:18px;
	margin-bottom:10px;
}
p {
	font-size:15px;
	font-weight:400;
	line-height:25px;
	margin-bottom:10px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: 'Roboto', sans-serif;
}


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

/* 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;
	padding:0px 30px;
	height:60px;
	border-radius:30px;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}


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

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: var(--yesil);
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	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(--yesil);
	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 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--yesil);
	margin-bottom:20px;
}
.aciklama p 
{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
	margin-bottom:20px;
}
/*------------------ HEADER STYLES ----------------------*/

:root {
    --kurumsal-kirmizi: #e31e24; /* Belirttiğin kurumsal renk */
    --koyu-gri: #333333;
    --acik-gri: #f8f9fa;
}

#header {
    position: relative;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

/* 1. Üst Bilgi Bandı (Top Bar) */
#header .top-bar {
    background: var(--kurumsal-kirmizi);
    color: #ffffff;
    padding: 10px 0;
    font-size: 13px;
}

#header .top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .top-bar a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 25px;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

#header .top-bar a:hover {
    opacity: 0.8;
}

#header .top-bar i {
    margin-right: 5px;
    font-size: 16px;
    vertical-align: middle;
}

#header .working-hours {
    font-weight: 500;
}

/* 2. Ana Header Alanı */
#header.heading .main-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    animation: slideDown 0.5s ease;
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

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

#header .alan .logo {
    margin-right: auto;
}

#header .alan .logo img {
    height: 65px; /* Laboratuvar logoları için ideal yükseklik */
    max-width: 100%;
    object-fit: contain;
}

/* 3. Menü Tasarımı */
#header .menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    grid-column-gap: 25px;
    margin: 0;
    padding: 0;
}

#header .menu .link-li {
    position: relative;
}

#header .menu .link-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 40px;
    color: var(--koyu-gri);
    text-decoration: none;
    transition: color 0.3s ease;
}

#header .menu .link-item i {
    margin-left: 5px;
    font-size: 12px;
}

/* Menü Hover Efekti (Alttan Çıkan Kırmızı Çizgi) */
#header .menu .link-item::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--kurumsal-kirmizi);
    transition: width 0.3s ease;
}

#header .menu .link-item:hover,
#header .menu .link-item.active {
    color: var(--kurumsal-kirmizi);
}

#header .menu .link-item:hover::after,
#header .menu .link-item.active::after {
    width: 100%;
}

/* 4. Açılır Menü (Dropdown) */
#header .menu .acilan {
    position: absolute;
    display: block;
    top: 120%; /* Hover öncesi biraz aşağıda başlar */
    left: 0px;
    width: 260px;
    padding: 15px 0;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    border-top: 3px solid var(--kurumsal-kirmizi);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

#header .menu .link-li:hover .acilan {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

#header .menu .acilan ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
}

#header .menu .acilan .link-item {
    width: 100%;
    line-height: 24px;
    color: var(--koyu-gri);
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid var(--acik-gri);
}

#header .menu .acilan .link-li:last-child .link-item {
    border-bottom: none;
}

#header .menu .acilan .link-item::after {
    display: none; /* Alt menüde kırmızı alt çizgiyi iptal et */
}

#header .menu .acilan .link-item:hover {
    background-color: var(--acik-gri);
    color: var(--kurumsal-kirmizi);
    padding-left: 25px; /* Menü elemanının üzerine gelince hafif sağa kayma şıklığı */
}

/* 5. Sağ Kısım - Teklif Butonu */
#header .alan .sag {
    margin-left: 30px;
}

#header .header-btn {
    display: inline-flex;
    align-items: center;
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#header .header-btn i {
    margin-left: 8px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

#header .header-btn:hover {
    background-color: #c0181d; /* Hover'da kırmızının bir ton koyusu */
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(227, 30, 36, 0.3);
}

#header .header-btn:hover i {
    transform: translateX(4px);
}


/*------------------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:#fff;
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

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

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

#mobilheader .alansag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
}
#mobilheader .btn i {
	font-size:40px;
}
#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: #000;
	border:1px solid rgba(0,0,0,0.4);
	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;
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#000;
}
#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;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}
/* ==========================================================================
   HERO ALANI (SWIPER SLIDER) STYLES
   ========================================================================== */

#hero-alan {
    position: relative;
    width: 100%;
    height: 85vh; 
    min-height: 600px;
    background-color: var(--koyu-gri);
    overflow: hidden;
}

/* --- Swiper Slider Ayarları --- */
#hero-alan .hero-slider {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
}

#hero-alan .hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
}

#hero-alan .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Slider arası geçişte hafif bir zoom animasyonu şık durur */
    animation: heroZoom 10s linear infinite alternate;
}

@keyframes heroZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.05); }
}

#hero-alan .hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.2) 100%);
}

/* Swiper Navigasyon (Oklar ve Noktalar) */
#hero-alan .hero-next,
#hero-alan .hero-prev {
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s ease;
}
#hero-alan .hero-next:hover,
#hero-alan .hero-prev:hover {
    color: var(--kurumsal-kirmizi);
}

#hero-alan .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 0.5;
}
#hero-alan .swiper-pagination-bullet-active {
    background-color: var(--kurumsal-kirmizi);
    opacity: 1;
}


/* --- Metin İçeriği (Slider'ın Üzerinde Sabit Kalır) --- */
#hero-alan .hero-content {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 5; /* Slider'ın (z-index: 1) önünde durur */
    pointer-events: none; /* Metin alanının tıklamaları engellememesi için (Örn: slider oklarına tıklanabilsin diye) */
}

/* İçerikteki butonların tıklanabilir olmasını geri açıyoruz */
#hero-alan .hero-content .container {
    pointer-events: auto; 
}

#hero-alan .hero-badge {
    display: inline-block;
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

#hero-alan .hero-title {
    font-size: 52px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#hero-alan .hero-title strong {
    font-weight: 800;
}

#hero-alan .hero-desc {
    font-size: 18px;
    color: #dddddd;
    line-height: 1.6;
    max-width: 650px;
    margin-bottom: 40px;
}

#hero-alan .hero-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

#hero-alan .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 35px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#hero-alan .btn-primary:hover {
    background-color: #c0181d;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(227, 30, 36, 0.3);
}

#hero-alan .btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#hero-alan .btn-outline i {
    margin-left: 8px;
    font-size: 20px;
    transition: transform 0.3s ease;
}

#hero-alan .btn-outline:hover {
    background-color: #ffffff;
    color: var(--koyu-gri);
    transform: translateY(-2px);
}

#hero-alan .btn-outline:hover i {
    transform: translateX(5px);
}

/* ================= RESPONSIVE AYARLAR ================= */
@media (max-width: 991px) {
    #hero-alan { height: auto; padding: 150px 0 100px 0; }
    /* Mobilde slider arka plan olarak çalışacağı için yüksekliği sabitlemek daha mantıklı olabilir veya auto bırakıp paddingle uzatabiliriz */
    #hero-alan .hero-title { font-size: 42px; }
}

@media (max-width: 767px) {
    #hero-alan .hero-title { font-size: 32px; }
    #hero-alan .hero-desc { font-size: 15px; }
    #hero-alan .hero-btns { flex-direction: column; width: 100%; }
    #hero-alan .btn-primary, #hero-alan .btn-outline { width: 100%; justify-content: center; }
    
    #hero-alan .hero-next, #hero-alan .hero-prev { display: none; } /* Mobilde ekranı işgal etmesin diye okları gizliyoruz */
}

/* ==========================================================================
   GÜVEN VE AKREDİTASYON BANDI STYLES
   ========================================================================== */

#guven-bandi {
    position: relative;
    z-index: 10;
    margin-top: -60px; /* Hero görselinin üzerine binmesini sağlar (Overlapping) */
}

#guven-bandi .guven-inner {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08); /* Yumuşak bir gölge ile havada durur */
}

#guven-bandi .guven-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: left; /* Logonun yanında metin hizalaması */
    border-right: 1px solid var(--acik-gri); /* Aralara ince ayraç çizgisi */
}

#guven-bandi .col-lg-3:last-child .guven-item {
    border-right: none;
}

#guven-bandi .guven-logo {
    height: 55px; /* Kurum logoları için standart boyut */
    width: auto;
    object-fit: contain;
    /* Logolar çok renkliyse profesyonel durması için biraz soluklaştırıp hoverda canlandırabiliriz */
    filter: grayscale(100%) opacity(0.8);
    transition: all 0.3s ease;
}

#guven-bandi .guven-item:hover .guven-logo {
    filter: grayscale(0%) opacity(1);
}

#guven-bandi .guven-icon-item i {
    font-size: 55px;
    color: var(--kurumsal-kirmizi);
}

#guven-bandi .guven-item span {
    font-size: 14px;
    font-weight: 600;
    color: var(--koyu-gri);
    line-height: 1.4;
}

/* ================= RESPONSIVE AYARLAR ================= */
@media (max-width: 991px) {
    #guven-bandi .guven-item { border-right: none; border-bottom: 1px solid var(--acik-gri); padding-bottom: 20px; }
    #guven-bandi .col-lg-3:last-child .guven-item { border-bottom: none; padding-bottom: 0; }
    #guven-bandi .guven-inner { padding: 30px 20px; }
}

@media (max-width: 767px) {
    #guven-bandi { margin-top: -40px; }
    #guven-bandi .guven-item { flex-direction: column; text-align: center; gap: 10px; }
}

/* ==========================================================================
   HİZMETLERİMİZ ALANI STYLES
   ========================================================================== */

#hizmetler-alani {
    background-color: #fff; /* Çok hafif gri bir zemin ile beyaz kartları patlatıyoruz */
    padding: 100px 0;
}

#hizmetler-alani .hz-badge {
    display: inline-block;
    color: var(--kurumsal-kirmizi);
    background-color: rgba(227, 30, 36, 0.1);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 18px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#hizmetler-alani .hz-main-title {
    font-size: 42px;
    font-weight: 400;
    color: var(--koyu-gri);
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

#hizmetler-alani .hz-main-title strong {
    font-weight: 800;
}

#hizmetler-alani .hz-main-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

/* --- Hizmet Kartları --- */
#hizmetler-alani .hz-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03); /* Çok hafif zarif bir gölge */
    transition: all 0.4s ease;
    border: 1px solid #eeeeee;
}

#hizmetler-alani .hz-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: transparent;
}

/* İkon Tasarımı */
#hizmetler-alani .hz-icon {
    width: 65px;
    height: 65px;
    background-color: rgba(227, 30, 36, 0.05); /* Kırmızının çok açık hali */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

#hizmetler-alani .hz-icon i {
    font-size: 38px;
    color: var(--kurumsal-kirmizi);
    transition: all 0.4s ease;
}

#hizmetler-alani .hz-card:hover .hz-icon {
    background-color: var(--kurumsal-kirmizi);
}

#hizmetler-alani .hz-card:hover .hz-icon i {
    color: #ffffff;
    transform: scale(1.1);
}

/* Başlık ve Metin */
#hizmetler-alani .hz-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--koyu-gri);
    margin-bottom: 15px;
    line-height: 1.4;
}

#hizmetler-alani .hz-desc {
    font-size: 15px;
    color: #777777;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1; /* Butonun her zaman en altta kalmasını sağlar */
}

/* Detay Butonu */
#hizmetler-alani .hz-link {
    font-size: 15px;
    font-weight: 600;
    color: var(--koyu-gri);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin-top: auto;
}

#hizmetler-alani .hz-link i {
    font-size: 18px;
    color: var(--kurumsal-kirmizi);
    transition: transform 0.3s ease;
}

#hizmetler-alani .hz-card:hover .hz-link {
    color: var(--kurumsal-kirmizi);
}

#hizmetler-alani .hz-card:hover .hz-link i {
    transform: translateX(5px);
}

/* Alt Çizgi Efekti (Kartın altında belirir) */
#hizmetler-alani .hz-bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: var(--kurumsal-kirmizi);
    transition: width 0.4s ease;
}

#hizmetler-alani .hz-card:hover .hz-bottom-line {
    width: 100%;
}


/* ================= RESPONSIVE AYARLAR ================= */
@media (max-width: 991px) {
    #hizmetler-alani .hz-main-title { font-size: 36px; }
    #hizmetler-alani .hz-card { padding: 30px 20px; }
}

@media (max-width: 767px) {
    #hizmetler-alani { padding: 70px 0; }
    #hizmetler-alani .hz-main-title { font-size: 28px; }
    #hizmetler-alani .hz-main-desc { font-size: 15px; }
}

/* ==========================================================================
   KISACA BİZ (HAKKIMIZDA) STYLES
   ========================================================================== */

#kisaca-biz {
    background-color: var(--acik-gri); /* Zemin hafif gri, kartlar beyaz olacak */
    padding: 100px 0;
    overflow: hidden;
}

/* --- SOL KOLON (Görsel Alanı) --- */
#kisaca-biz .kb-img-wrapper {
    position: relative;
    border-radius: 10px;
    /* Görselin arkasında çok şık duracak hafif bir çerçeve/gölge efekti */
    padding-right: 30px;
    padding-bottom: 30px;
}

#kisaca-biz .kb-img-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 80%;
    background-color: rgba(227, 30, 36, 0.05); /* Kırmızının çok açık hali */
    border-radius: 10px;
    z-index: 0;
    transition: all 0.4s ease;
}

#kisaca-biz .kb-main-img {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

#kisaca-biz .kb-img-wrapper:hover::before {
    transform: translate(-10px, -10px);
}

/* Yüzen Akreditasyon Rozeti */
#kisaca-biz .kb-experience-badge {
    position: absolute;
    bottom: 10px;
    left: -20px; /* Görselden hafif dışarı taşar */
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(227, 30, 36, 0.3);
    z-index: 2;
    animation: floatBadge 4s ease-in-out infinite;
}

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

#kisaca-biz .kb-badge-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

#kisaca-biz .kb-badge-inner i {
    font-size: 46px;
}

#kisaca-biz .kb-badge-text strong {
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 5px;
}

#kisaca-biz .kb-badge-text span {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* --- SAĞ KOLON (Metin Alanı) --- */
#kisaca-biz .kb-badge {
    display: inline-block;
    color: var(--kurumsal-kirmizi);
    background-color: rgba(227, 30, 36, 0.1);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 18px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#kisaca-biz .kb-title {
    font-size: 38px;
    font-weight: 400;
    color: var(--koyu-gri);
    line-height: 1.3;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

#kisaca-biz .kb-title strong {
    font-weight: 800;
}

#kisaca-biz .kb-desc {
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Maddeli Özellik Listesi */
#kisaca-biz .kb-features {
    list-style: none;
    padding: 0;
    margin: 30px 0 40px 0;
}

#kisaca-biz .kb-features li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

#kisaca-biz .kb-features li:last-child {
    margin-bottom: 0;
}

#kisaca-biz .kb-features i {
    font-size: 24px;
    color: var(--kurumsal-kirmizi);
    margin-top: -2px; /* İkonu metnin tam ortasına hiza atmak için ufak dokunuş */
}

#kisaca-biz .kb-features span {
    font-size: 15px;
    color: #444444;
    line-height: 1.5;
}

#kisaca-biz .kb-features strong {
    color: var(--koyu-gri);
}

/* Buton */
#kisaca-biz .kb-btn {
    display: inline-flex;
    align-items: center;
    background-color: var(--koyu-gri);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#kisaca-biz .kb-btn i {
    margin-left: 8px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

#kisaca-biz .kb-btn:hover {
    background-color: var(--kurumsal-kirmizi);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(227, 30, 36, 0.2);
}

#kisaca-biz .kb-btn:hover i {
    transform: translateX(5px);
}


/* ================= RESPONSIVE AYARLAR ================= */
@media (max-width: 991px) {
    #kisaca-biz .kb-img-wrapper { margin-bottom: 50px; padding-right: 0; padding-bottom: 0; }
    #kisaca-biz .kb-img-wrapper::before { display: none; }
    #kisaca-biz .kb-title { font-size: 32px; }
}

@media (max-width: 767px) {
    #kisaca-biz { padding: 70px 0; }
    #kisaca-biz .kb-experience-badge { left: 10px; bottom: -20px; padding: 15px 20px; }
    #kisaca-biz .kb-badge-inner i { font-size: 36px; }
    #kisaca-biz .kb-badge-text strong { font-size: 22px; }
    #kisaca-biz .kb-title { font-size: 28px; }
    #kisaca-biz .kb-features li { gap: 10px; }
}

/* ==========================================================================
   NEDEN SYS ÇEVRE? (WHY US) STYLES
   ========================================================================== */

#neden-sys {
    padding: 100px 0 120px 0;
}

/* --- SOL KOLON (Başlık Alanı) --- */
#neden-sys .ns-badge {
    display: inline-block;
    color: var(--kurumsal-kirmizi);
    background-color: rgba(227, 30, 36, 0.1);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 18px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#neden-sys .ns-title {
    font-size: 38px;
    font-weight: 400;
    color: var(--koyu-gri);
    line-height: 1.3;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

#neden-sys .ns-title strong {
    font-weight: 800;
}

#neden-sys .ns-desc {
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Tikli Liste */
#neden-sys .ns-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

#neden-sys .ns-list li {
    font-size: 15px;
    color: var(--koyu-gri);
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

#neden-sys .ns-list li i {
    color: var(--kurumsal-kirmizi);
    font-size: 18px;
    margin-right: 10px;
}

/* Buton */
#neden-sys .ns-btn {
    display: inline-flex;
    align-items: center;
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#neden-sys .ns-btn i {
    margin-left: 8px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

#neden-sys .ns-btn:hover {
    background-color: #c0181d;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(227, 30, 36, 0.3);
}

#neden-sys .ns-btn:hover i {
    transform: translateX(5px);
}


/* --- SAĞ KOLON (4'lü Kart Izgarası) --- */

/* Asimetrik görünüm için sağdaki kolonları aşağı kaydırıyoruz */
@media (min-width: 992px) {
    #neden-sys .ns-mt-custom {
        margin-top: 50px;
    }
}

#neden-sys .ns-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid #eeeeee;
    transition: all 0.4s ease;
}

#neden-sys .ns-card:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transform: translateY(-5px);
    border-color: rgba(227, 30, 36, 0.2); /* Hoverda çok hafif kırmızımsı border */
}

#neden-sys .ns-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(227, 30, 36, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

#neden-sys .ns-icon i {
    font-size: 36px;
    color: var(--kurumsal-kirmizi);
    transition: all 0.4s ease;
}

#neden-sys .ns-card:hover .ns-icon {
    background-color: var(--kurumsal-kirmizi);
}

#neden-sys .ns-card:hover .ns-icon i {
    color: #ffffff;
    transform: scale(1.1);
}

#neden-sys .ns-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--koyu-gri);
    margin-bottom: 12px;
}

#neden-sys .ns-card p {
    font-size: 14px;
    color: #777777;
    line-height: 1.6;
    margin: 0;
}


/* ================= RESPONSIVE AYARLAR ================= */
@media (max-width: 991px) {
    #neden-sys .ns-title { font-size: 32px; }
    #neden-sys .ns-cards-wrapper { margin-top: 20px; }
}

@media (max-width: 767px) {
    #neden-sys { padding: 70px 0; }
    #neden-sys .ns-title { font-size: 28px; }
    #neden-sys .ns-card { padding: 30px 20px; }
    #neden-sys .ns-btn { width: 100%; justify-content: center; }
}
/* ==========================================================================
   SIKÇA SORULAN SORULAR (SSS) STYLES
   ========================================================================== */

#sss-alani {
    background-color: #ffffff; /* Temiz beyaz zemin */
    padding: 100px 0;
	border-top:3px solid var(--kurumsal-kirmizi);
}

/* --- SOL KOLON (Başlık ve İletişim Kutusu) --- */
#sss-alani .sss-badge {
    display: inline-block;
    color: var(--kurumsal-kirmizi);
    background-color: rgba(227, 30, 36, 0.1);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 18px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#sss-alani .sss-title {
    font-size: 38px;
    font-weight: 400;
    color: var(--koyu-gri);
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

#sss-alani .sss-title strong {
    font-weight: 800;
}

#sss-alani .sss-desc {
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Destek/İletişim Kutusu */
#sss-alani .sss-contact-card {
    background-color: var(--acik-gri);
    border: 1px solid #eeeeee;
    padding: 30px;
    border-radius: 8px;
    text-align: left;
}

#sss-alani .sss-icon {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    color: var(--kurumsal-kirmizi);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

#sss-alani .sss-contact-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--koyu-gri);
    margin-bottom: 10px;
}

#sss-alani .sss-contact-card p {
    font-size: 14px;
    color: #777777;
    margin-bottom: 15px;
    line-height: 1.5;
}

#sss-alani .sss-contact-card a {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--kurumsal-kirmizi);
    text-decoration: none;
    border-bottom: 1px solid var(--kurumsal-kirmizi);
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

#sss-alani .sss-contact-card a i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

#sss-alani .sss-contact-card a:hover {
    color: var(--koyu-gri);
    border-color: var(--koyu-gri);
}

#sss-alani .sss-contact-card a:hover i {
    transform: translateX(5px);
}

/* --- SAĞ KOLON (Bootstrap Akordiyon Override) --- */

#sss-alani .sss-accordion {
    background: transparent;
}

#sss-alani .sss-accordion .accordion-item {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px !important;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}

#sss-alani .sss-accordion .accordion-item:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    border-color: #dddddd;
}

#sss-alani .sss-accordion .accordion-header {
    margin: 0;
}

/* Akordiyon Butonu (Soru Kısmı) */
#sss-alani .sss-accordion .accordion-button {
    background-color: transparent;
    color: var(--koyu-gri);
    font-size: 16px;
    font-weight: 600;
    padding: 20px 25px;
    box-shadow: none !important; /* Bootstrap'in default focus gölgesini ezer */
    outline: none !important;
    border: none;
    line-height: 1.4;
}

/* Soru Açıkken (Aktif Durum) */
#sss-alani .sss-accordion .accordion-button:not(.collapsed) {
    color: var(--kurumsal-kirmizi);
    background-color: rgba(227, 30, 36, 0.02);
    border-bottom: 1px solid #eeeeee;
}

/* Akordiyon İkonu (SVG Rengini Kurumsal Temaya Uyarlama) */
#sss-alani .sss-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3Cpolyline points='6 9 12 15 18 9'%3e%3C/polyline%3e%3C/svg%3e");
    transition: transform 0.3s ease;
}

/* Soru Açıkken İkon Rengi (Kırmızı) */
#sss-alani .sss-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e31e24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3Cpolyline points='6 9 12 15 18 9'%3e%3C/polyline%3e%3C/svg%3e");
    transform: rotate(180deg);
}

/* Akordiyon İçeriği (Cevap Kısmı) */
#sss-alani .sss-accordion .accordion-body {
    padding: 20px 25px;
    color: #666666;
    font-size: 15px;
    line-height: 1.7;
    background-color: #ffffff;
}

/* ================= RESPONSIVE AYARLAR ================= */
@media (max-width: 991px) {
    #sss-alani .sss-title { font-size: 32px; }
}

@media (max-width: 767px) {
    #sss-alani { padding: 70px 0; }
    #sss-alani .sss-title { font-size: 28px; }
    #sss-alani .sss-accordion .accordion-button { font-size: 15px; padding: 15px 20px; }
    #sss-alani .sss-accordion .accordion-body { font-size: 14px; padding: 15px 20px; }
}

/* ==========================================================================
   FOOTER (ALT BİLGİ) STYLES
   ========================================================================== */

#site-footer {
    background-color: #111111; /* Kurumsal laboratuvarlara yakışan koyu füme/siyah zemin */
    color: #ffffff;
    font-family: inherit;
}

/* --- Footer Üst Kısım --- */
#site-footer .footer-top {
    padding: 80px 0 60px 0;
}

#site-footer .ft-widget {
    margin-bottom: 0;
}

#site-footer .ft-logo {
    display: inline-block;
    margin-bottom: 25px;
}

#site-footer .ft-logo img {
    height: 70px;
    width: auto;
}

#site-footer .ft-desc {
    color: #aaaaaa;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* Sosyal Medya İkonları */
#site-footer .ft-social {
    display: flex;
    gap: 12px;
}

#site-footer .ft-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #222222;
    color: #ffffff;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#site-footer .ft-social a:hover {
    background-color: var(--kurumsal-kirmizi);
    transform: translateY(-3px);
}

/* Footer Başlıkları */
#site-footer .ft-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

/* Başlık altı şık kırmızı çizgi detayı */
#site-footer .ft-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: var(--kurumsal-kirmizi);
}

/* Footer Linkleri (Menüler) */
#site-footer .ft-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

#site-footer .ft-links li {
    margin-bottom: 12px;
}

#site-footer .ft-links li:last-child {
    margin-bottom: 0;
}

#site-footer .ft-links a {
    color: #aaaaaa;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

#site-footer .ft-links a::before {
    content: '\f105'; /* İnce sağ ok ikonu (Line Awesome) */
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin-right: 8px;
    font-size: 12px;
    color: var(--kurumsal-kirmizi);
    opacity: 1;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

#site-footer .ft-links a:hover {
    color: #ffffff;
    padding-left: 5px;
}

#site-footer .ft-links a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

/* İletişim Bilgileri Listesi */
#site-footer .ft-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

#site-footer .ft-contact li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    color: #aaaaaa;
    font-size: 15px;
    line-height: 1.6;
}

#site-footer .ft-contact li:last-child {
    margin-bottom: 0;
}

#site-footer .ft-contact i {
    color: var(--kurumsal-kirmizi);
    font-size: 24px;
    margin-top: 2px;
}

#site-footer .ft-contact-phones {
    display: flex;
    flex-direction: column;
}

#site-footer .ft-contact a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

#site-footer .ft-contact a:hover {
    color: var(--kurumsal-kirmizi);
}


/* --- Footer Alt Kısım (Copyright) --- */
#site-footer .footer-bottom {
    background-color: #080808; /* Biraz daha koyu bir zemin */
    padding: 20px 0;
    border-top: 1px solid #1a1a1a;
}

#site-footer .ft-copyright {
    margin: 0;
    color: #888888;
    font-size: 14px;
}

#site-footer .ft-legal {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

#site-footer .ft-legal a {
    color: #888888;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

#site-footer .ft-legal a:hover {
    color: var(--kurumsal-kirmizi);
}

/* ================= RESPONSIVE AYARLAR ================= */
@media (max-width: 991px) {
    #site-footer .footer-top { padding: 60px 0 30px 0; }
}

@media (max-width: 767px) {
    #site-footer { text-align: center; }
    
    /* Logoyu ve sosyal ikonları ortala */
    #site-footer .ft-logo { display: block; margin: 0 auto 20px auto; }
    #site-footer .ft-social { justify-content: center; }
    
    /* Başlık altı çizgiyi ortala */
    #site-footer .ft-title::after { left: 50%; transform: translateX(-50%); }
    
    /* Menü linklerindeki ok efektini mobilde gizleyelim ki ortalama bozulmasın */
    #site-footer .ft-links a::before { display: none; }
    #site-footer .ft-links a:hover { padding-left: 0; }
    
    /* İletişim bilgilerini ortala */
    #site-footer .ft-contact li { flex-direction: column; align-items: center; text-align: center; gap: 8px; }
    #site-footer .ft-contact i { margin-top: 0; font-size: 28px; }
    
    /* Alt Kısım */
    #site-footer .ft-legal { justify-content: center; margin-top: 15px; flex-wrap: wrap; }
}
/* ==========================================================================
   HAKKIMIZDA (KURUMSAL) SAYFASI STYLES
   ========================================================================== */

/* --- 1. HERO ALANI (Sayfa Üstü) --- */
#about-page-hero {
    background-color: var(--koyu-gri);
    background-image: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%), url('../img/sabit-hero.jpg');
    background-size: cover;
    background-position: center;
    padding: 180px 0 100px 0;
}

#about-page-hero .ap-breadcrumb {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

#about-page-hero .ap-breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

#about-page-hero .ap-breadcrumb li {
    font-size: 14px;
    font-weight: 500;
    color: #dddddd;
    display: flex;
    align-items: center;
    gap: 8px;
}

#about-page-hero .ap-breadcrumb li::after {
    content: '/';
    color: #aaaaaa;
    font-size: 12px;
}

#about-page-hero .ap-breadcrumb li:last-child::after {
    content: '';
}

#about-page-hero .ap-breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

#about-page-hero .ap-breadcrumb li a:hover,
#about-page-hero .ap-breadcrumb li.active {
    color: var(--kurumsal-kirmizi);
}

#about-page-hero .ap-main-title {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#about-page-hero .ap-main-title strong {
    font-weight: 800;
}

#about-page-hero .ap-main-desc {
    font-size: 16px;
    color: #cccccc;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}


/* --- 2. BİZ KİMİZ & DETAYLAR --- */
#about-details {
    background-color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
}

/* Sol Taraf Görsel ve Dekor */
#about-details .ap-img-box {
    position: relative;
    padding-left: 30px;
    padding-bottom: 30px;
}

#about-details .ap-img-decor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 70%;
    background-color: rgba(227, 30, 36, 0.08);
    border: 2px dashed var(--kurumsal-kirmizi);
    border-radius: 10px;
    z-index: 1;
}

#about-details .ap-experience {
    position: absolute;
    top: 30px;
    right: -20px;
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    padding: 20px 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(227, 30, 36, 0.3);
    z-index: 3;
}

#about-details .ap-experience h3 {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 5px 0;
    line-height: 1;
}

#about-details .ap-experience span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Sağ Taraf Metin */
#about-details .ap-badge {
    display: inline-block;
    color: var(--kurumsal-kirmizi);
    background-color: rgba(227, 30, 36, 0.1);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 18px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#about-details .ap-title {
    font-size: 36px;
    font-weight: 400;
    color: var(--koyu-gri);
    line-height: 1.3;
    margin-bottom: 25px;
}

#about-details .ap-title strong {
    font-weight: 800;
}

#about-details .ap-text {
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Misyon & Vizyon Kartları */
#about-details .ap-mv-card {
    background-color: var(--acik-gri);
    border: 1px solid #eeeeee;
    padding: 25px 20px;
    border-radius: 8px;
    height: 100%;
    transition: all 0.3s ease;
}

#about-details .ap-mv-card:hover {
    border-color: rgba(227, 30, 36, 0.3);
    box-shadow: 0 10px 25px rgba(0,0,0,0.03);
    transform: translateY(-5px);
}

#about-details .ap-mv-icon {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    color: var(--kurumsal-kirmizi);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

#about-details .ap-mv-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--koyu-gri);
    margin-bottom: 10px;
}

#about-details .ap-mv-card p {
    font-size: 13px;
    color: #777777;
    margin: 0;
    line-height: 1.6;
}


/* --- 3. KALİTE POLİTİKAMIZ --- */
#quality-policy {
    background-color: var(--acik-gri);
    padding: 100px 0;
}

#quality-policy .qp-badge {
    display: inline-block;
    color: var(--kurumsal-kirmizi);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

#quality-policy .qp-title {
    font-size: 36px;
    font-weight: 400;
    color: var(--koyu-gri);
    margin-bottom: 20px;
}

#quality-policy .qp-title strong {
    font-weight: 800;
}

#quality-policy .qp-desc {
    font-size: 16px;
    color: #666666;
    max-width: 700px;
    margin: 0 auto;
}

#quality-policy .qp-card {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 8px;
    height: 100%;
    text-align: center;
    border-bottom: 3px solid transparent;
    box-shadow: 0 5px 20px rgba(0,0,0,0.02);
    transition: all 0.4s ease;
}

#quality-policy .qp-card:hover {
    border-bottom-color: var(--kurumsal-kirmizi);
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.06);
}

#quality-policy .qp-card i {
    font-size: 50px;
    color: var(--kurumsal-kirmizi);
    margin-bottom: 20px;
}

#quality-policy .qp-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--koyu-gri);
    margin-bottom: 15px;
}

#quality-policy .qp-card p {
    font-size: 14px;
    color: #777777;
    line-height: 1.6;
    margin: 0;
}


/* --- 4. AKREDİTASYON BELGELERİ --- */
#accreditations {
    background-color: #ffffff;
    padding: 100px 0;
}

#accreditations .ac-title {
    font-size: 32px;
    font-weight: 400;
    color: var(--koyu-gri);
    margin-bottom: 10px;
}

#accreditations .ac-title strong {
    font-weight: 800;
}

#accreditations .ac-desc {
    font-size: 15px;
    color: #666666;
    margin: 0;
}

#accreditations .btn-outline-red {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid var(--kurumsal-kirmizi);
    color: var(--kurumsal-kirmizi);
    background-color: transparent;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

#accreditations .btn-outline-red:hover {
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
}

#accreditations .ac-cert-card {
    text-align: center;
}

#accreditations .ac-cert-img {
    background-color: var(--acik-gri);
    border: 1px solid #eeeeee;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
}

#accreditations .ac-cert-img img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.4s ease;
}

#accreditations .ac-zoom-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(227, 30, 36, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

#accreditations .ac-zoom-overlay i {
    font-size: 40px;
    color: #ffffff;
    transform: scale(0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#accreditations .ac-cert-card:hover .ac-cert-img img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

#accreditations .ac-cert-card:hover .ac-zoom-overlay {
    opacity: 1;
}

#accreditations .ac-cert-card:hover .ac-zoom-overlay i {
    transform: scale(1);
}

#accreditations .ac-cert-card h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--koyu-gri);
    line-height: 1.4;
    margin: 0;
}

/* ================= RESPONSIVE AYARLAR ================= */
@media (max-width: 991px) {
    #about-page-hero .ap-main-title { font-size: 40px; }
    #about-details .ap-img-box { margin-bottom: 40px; padding-left: 0; }
    #about-details .ap-img-decor { display: none; }
    #about-details .ap-experience { right: 10px; top: -20px; }
}

@media (max-width: 767px) {
    #about-page-hero { padding: 130px 0 60px 0; }
    #about-page-hero .ap-main-title { font-size: 32px; }
    
    #about-details .ap-title { font-size: 28px; }
    
    #quality-policy .qp-title { font-size: 28px; }
    
    #accreditations .ac-title { font-size: 26px; margin-bottom: 15px; }
    #accreditations .btn-outline-red { margin-top: 15px; width: 100%; justify-content: center; }
}

/* ==========================================================================
   HİZMET DETAY SAYFASI STYLES
   ========================================================================== */

/* --- 1. HERO ALANI (Sayfa Üstü) --- */
#sd-hero {
    background-color: var(--koyu-gri);
    background-image: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%), url('../img/sabit-hero.jpg');
    background-size: cover;
    background-position: center;
    padding: 160px 0 80px 0;
}

#sd-hero .sd-breadcrumb {
    margin-bottom: 20px;
}

#sd-hero .sd-breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

#sd-hero .sd-breadcrumb li {
    font-size: 13px;
    font-weight: 500;
    color: #dddddd;
    display: flex;
    align-items: center;
    gap: 8px;
}

#sd-hero .sd-breadcrumb li::after {
    content: '/';
    color: #aaaaaa;
    font-size: 12px;
}

#sd-hero .sd-breadcrumb li:last-child::after {
    content: '';
}

#sd-hero .sd-breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

#sd-hero .sd-breadcrumb li a:hover,
#sd-hero .sd-breadcrumb li.active {
    color: var(--kurumsal-kirmizi);
}

#sd-hero .sd-main-title {
    font-size: 46px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#sd-hero .sd-main-title strong {
    font-weight: 800;
}

#sd-hero .sd-main-desc {
    font-size: 16px;
    color: #cccccc;
    line-height: 1.7;
    max-width: 750px;
}


/* --- 2. İÇERİK ALANI (SOL KOLON) --- */
#sd-content-area {
    background-color: #ffffff;
    padding: 80px 0 100px 0;
}

#sd-content-area .sd-article {
    color: #555555;
    font-size: 16px;
    line-height: 1.8;
}

#sd-content-area .sd-featured-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

#sd-content-area .sd-article h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--koyu-gri);
    margin: 40px 0 20px 0;
    letter-spacing: -0.5px;
}

#sd-content-area .sd-article h2.mt-0 {
    margin-top: 0;
}

#sd-content-area .sd-article h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--koyu-gri);
    margin: 40px 0 20px 0;
}

#sd-content-area .sd-article p {
    margin-bottom: 20px;
}

#sd-content-area .sd-article strong {
    color: var(--koyu-gri);
}

/* Parametre Listesi (Grid Yapısı) */
#sd-content-area .sd-param-grid {
    margin-bottom: 30px;
}

#sd-content-area .sd-param-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sd-content-area .sd-param-grid ul li {
    background-color: var(--acik-gri);
    border: 1px solid #eeeeee;
    padding: 12px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--koyu-gri);
    display: flex;
    align-items: center;
}

#sd-content-area .sd-param-grid ul li i {
    color: var(--kurumsal-kirmizi);
    font-size: 18px;
    margin-right: 10px;
}

/* Standart Madde İmleri */
#sd-content-area .sd-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

#sd-content-area .sd-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}


/* Süreç İnfografiği */
#sd-content-area .sd-process {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

#sd-content-area .sd-process-step {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-top: 3px solid var(--kurumsal-kirmizi);
    padding: 25px 20px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}

#sd-content-area .sd-process-step:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

#sd-content-area .sd-step-num {
    position: absolute;
    top: -15px;
    right: 20px;
    width: 35px;
    height: 35px;
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #ffffff;
}

#sd-content-area .sd-process-step h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--koyu-gri);
    margin-bottom: 10px;
    padding-top: 10px;
}

#sd-content-area .sd-process-step p {
    font-size: 13px;
    color: #777777;
    margin: 0;
    line-height: 1.5;
}


/* --- 3. SAĞ KOLON (STICKY SIDEBAR) --- */
#sd-content-area .sd-sidebar {
    position: sticky;
    top: 120px;
}

#sd-content-area .sd-widget {
    background-color: var(--acik-gri);
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}

#sd-content-area .sd-widget-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--koyu-gri);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

/* Menü Listesi */
#sd-content-area .sd-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sd-content-area .sd-nav-list li {
    margin-bottom: 5px;
}

#sd-content-area .sd-nav-list li a {
    display: block;
    padding: 12px 15px;
    color: #555555;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    transition: all 0.3s ease;
}

#sd-content-area .sd-nav-list li a:hover {
    color: var(--kurumsal-kirmizi);
    border-color: var(--kurumsal-kirmizi);
}

#sd-content-area .sd-nav-list li.active a {
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    border-color: var(--kurumsal-kirmizi);
}

/* Dosya İndir Widget */
#sd-content-area .sd-download-widget {
    background-color: var(--koyu-gri);
    border: none;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    color: #ffffff;
}

#sd-content-area .sd-download-widget > i {
    font-size: 36px;
    color: var(--kurumsal-kirmizi);
}

#sd-content-area .sd-dl-text {
    flex-grow: 1;
}

#sd-content-area .sd-dl-text h5 {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 3px 0;
}

#sd-content-area .sd-dl-text span {
    font-size: 12px;
    color: #aaaaaa;
}

#sd-content-area .sd-dl-btn {
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.1);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
}

#sd-content-area .sd-dl-btn:hover {
    background-color: var(--kurumsal-kirmizi);
}

/* Sidebar Formu */
#sd-content-area .sd-form-widget {
    background-color: #ffffff;
}

#sd-content-area .sd-input,
#sd-content-area .sd-textarea {
    width: 100%;
    background-color: var(--acik-gri);
    border: 1px solid #eeeeee;
    color: var(--koyu-gri);
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 4px;
    outline: none;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

#sd-content-area .sd-textarea {
    resize: none;
    height: 100px;
}

#sd-content-area .sd-input:focus,
#sd-content-area .sd-textarea:focus {
    border-color: var(--kurumsal-kirmizi);
}

#sd-content-area .sd-submit-btn {
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    border: none;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#sd-content-area .sd-submit-btn:hover {
    background-color: #c0181d;
}


/* --- 4. CTA ALANI --- */
#sd-cta {
    background-color: var(--kurumsal-kirmizi);
    padding: 80px 0;
}

#sd-cta h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 15px;
}

#sd-cta h2 strong {
    font-weight: 800;
}

#sd-cta p {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 20px;
}

#sd-cta .btn-outline-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    padding: 14px 35px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

#sd-cta .btn-outline-white:hover {
    background-color: #ffffff;
    color: var(--kurumsal-kirmizi);
    transform: translateY(-3px);
}


/* ================= RESPONSIVE AYARLAR ================= */
@media (max-width: 991px) {
    #sd-hero .sd-main-title { font-size: 40px; }
    #sd-content-area .sd-sidebar { position: static; margin-top: 50px; }
}

@media (max-width: 767px) {
    #sd-hero { padding: 130px 0 40px 0; text-align: center; }
    #sd-hero .sd-breadcrumb ol { justify-content: center; }
    #sd-hero .sd-main-title { font-size: 32px; }
    
    #sd-content-area { padding: 50px 0 80px 0; }
    #sd-content-area .sd-article { font-size: 15px; }
    #sd-content-area .sd-article h2 { font-size: 24px; }
    #sd-content-area .sd-article h3 { font-size: 20px; }
    
    #sd-content-area .sd-process { grid-template-columns: 1fr; }
    
    #sd-cta { padding: 60px 0; }
    #sd-cta h2 { font-size: 28px; }
    #sd-cta p { font-size: 15px; }
}

/* ==========================================================================
   HİZMETLERİMİZ SAYFASI STYLES (TÜM HİZMETLER ZİG-ZAG)
   ========================================================================== */

/* --- 1. HERO ALANI (Sayfa Üstü) --- */
#services-hero {
    background-color: var(--koyu-gri);
    background-image: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%), url('../img/sabit-hero.jpg');
    background-size: cover;
    background-position: center;
    padding: 160px 0 80px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#services-hero .srv-breadcrumb {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

#services-hero .srv-breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

#services-hero .srv-breadcrumb li {
    font-size: 14px;
    font-weight: 500;
    color: #dddddd;
    display: flex;
    align-items: center;
    gap: 8px;
}

#services-hero .srv-breadcrumb li::after {
    content: '/';
    color: #aaaaaa;
    font-size: 12px;
}

#services-hero .srv-breadcrumb li:last-child::after {
    content: '';
}

#services-hero .srv-breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

#services-hero .srv-breadcrumb li a:hover,
#services-hero .srv-breadcrumb li.active {
    color: var(--kurumsal-kirmizi);
}

#services-hero .srv-main-title {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#services-hero .srv-main-title strong {
    font-weight: 800;
}

#services-hero .srv-main-desc {
    font-size: 16px;
    color: #cccccc;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}


/* --- 2. HİZMET LİSTESİ ALANI (ZİG-ZAG) --- */
#services-list-area {
    background-color: #ffffff;
    padding: 80px 0;
}

#services-list-area .srv-item {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--acik-gri);
}

#services-list-area .srv-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* Görsel Alanı */
#services-list-area .srv-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    aspect-ratio: 4 / 3;
}

#services-list-area .srv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

#services-list-area .srv-item:hover .srv-img img {
    transform: scale(1.05);
}

/* Görsel Üzeri İkon */
#services-list-area .srv-icon {
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    border-top-left-radius: 10px;
    box-shadow: -5px -5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

/* Metin İçeriği */
#services-list-area .srv-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--koyu-gri);
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

#services-list-area .srv-content p {
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Alt Özellikler Listesi */
#services-list-area .srv-sub-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

#services-list-area .srv-sub-list li {
    font-size: 15px;
    color: var(--koyu-gri);
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

#services-list-area .srv-sub-list li i {
    color: var(--kurumsal-kirmizi);
    font-size: 20px;
    margin-right: 12px;
}

/* Kırmızı Transparan Çerçeveli Buton */
#services-list-area .btn-outline-red {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid var(--kurumsal-kirmizi);
    color: var(--kurumsal-kirmizi);
    background-color: transparent;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

#services-list-area .btn-outline-red:hover {
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(227, 30, 36, 0.2);
}


/* --- 3. CTA ALANI (Aksiyon Çağrısı) --- */
#services-cta {
    background-color: var(--kurumsal-kirmizi);
    padding: 80px 0;
}

#services-cta h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 15px;
}

#services-cta h2 strong {
    font-weight: 800;
}

#services-cta p {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 20px;
    max-width: 700px;
    margin: 0 auto;
}

/* CTA İçi Beyaz Buton */
#services-cta .btn-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: var(--kurumsal-kirmizi);
    font-size: 16px;
    font-weight: 700;
    padding: 14px 35px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#services-cta .btn-white:hover {
    background-color: var(--koyu-gri);
    color: #ffffff;
    transform: translateY(-3px);
}

/* CTA İçi Beyaz Çerçeveli Buton */
#services-cta .btn-outline-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    padding: 12px 35px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

#services-cta .btn-outline-white:hover {
    background-color: #ffffff;
    color: var(--kurumsal-kirmizi);
    transform: translateY(-3px);
}


/* ================= RESPONSIVE AYARLAR ================= */
@media (max-width: 991px) {
    #services-hero .srv-main-title { font-size: 40px; }
    
    #services-list-area .srv-content { margin-top: 30px; }
    /* Tablette sağ ve sol paddingleri sıfırlayalım */
    #services-list-area .ps-lg-5, 
    #services-list-area .pe-lg-5 { padding-left: 0 !important; padding-right: 0 !important; }
}

@media (max-width: 767px) {
    #services-hero { padding: 130px 0 50px 0; text-align: center; }
    #services-hero .srv-breadcrumb ol { justify-content: center; }
    #services-hero .srv-main-title { font-size: 32px; }
    
    #services-list-area { padding: 60px 0; }
    #services-list-area .srv-item { margin-bottom: 50px; padding-bottom: 50px; }
    #services-list-area .srv-icon { width: 60px; height: 60px; font-size: 30px; }
    #services-list-area .srv-content h2 { font-size: 26px; }
    #services-list-area .btn-outline-red { width: 100%; justify-content: center; }
    
    #services-cta { padding: 60px 0; }
    #services-cta h2 { font-size: 28px; }
    #services-cta p { font-size: 15px; }
    #services-cta .btn-white, 
    #services-cta .btn-outline-white { width: 100%; }
}

/* ==========================================================================
   REFERANSLAR SAYFASI STYLES
   ========================================================================== */

/* --- 1. HERO ALANI (Sayfa Üstü) --- */
#ref-hero {
    background-color: var(--koyu-gri);
    background-image: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%), url('../img/sabit-hero.jpg');
    background-size: cover;
    background-position: center;
    padding: 160px 0 80px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#ref-hero .ref-breadcrumb {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

#ref-hero .ref-breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

#ref-hero .ref-breadcrumb li {
    font-size: 13px;
    font-weight: 500;
    color: #dddddd;
    display: flex;
    align-items: center;
    gap: 8px;
}

#ref-hero .ref-breadcrumb li::after {
    content: '/';
    color: #aaaaaa;
    font-size: 12px;
}

#ref-hero .ref-breadcrumb li:last-child::after {
    content: '';
}

#ref-hero .ref-breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

#ref-hero .ref-breadcrumb li a:hover,
#ref-hero .ref-breadcrumb li.active {
    color: var(--kurumsal-kirmizi);
}

#ref-hero .ref-main-title {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#ref-hero .ref-main-title strong {
    font-weight: 800;
}

#ref-hero .ref-main-desc {
    font-size: 16px;
    color: #cccccc;
    line-height: 1.7;
    max-width: 650px;
    margin: 0 auto;
}


/* --- 2. LOGO GRID VE FİLTRE ALANI --- */
#ref-grid-area {
    background-color: #ffffff;
    padding: 80px 0 100px 0;
}

/* Filtre Navigasyonu */
#ref-grid-area .ref-filter-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

#ref-grid-area .ref-filter-nav li a {
    display: inline-block;
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 22px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

#ref-grid-area .ref-filter-nav li a:hover {
    border-color: var(--kurumsal-kirmizi);
    color: var(--kurumsal-kirmizi);
}

#ref-grid-area .ref-filter-nav li.active a {
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    border-color: var(--kurumsal-kirmizi);
    box-shadow: 0 5px 15px rgba(227, 30, 36, 0.2);
}

/* Logo Kutuları */
#ref-grid-area .ref-logo-box {
    background-color: var(--acik-gri);
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px; /* Kutuların eşit yükseklikte olmasını sağlar */
    transition: all 0.4s ease;
}

#ref-grid-area .ref-logo-box img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    /* Ciddi görünüm için başlangıçta gri ve biraz soluk */
    filter: grayscale(100%) opacity(0.6);
    transition: all 0.4s ease;
}

/* Hover (Üzerine Gelme) Efekti */
#ref-grid-area .ref-logo-box:hover {
    background-color: #ffffff;
    border-color: var(--kurumsal-kirmizi);
    box-shadow: 0 10px 25px rgba(227, 30, 36, 0.08);
    transform: translateY(-5px);
}

#ref-grid-area .ref-logo-box:hover img {
    /* Hover'da kendi renklerine ve tam parlaklığa döner, hafif büyür */
    filter: grayscale(0%) opacity(1);
    transform: scale(1.08);
}

/* Daha Fazla Yükle Butonu */
#ref-grid-area .ref-load-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: var(--koyu-gri);
    text-decoration: none;
    border-bottom: 2px solid var(--kurumsal-kirmizi);
    padding-bottom: 3px;
    transition: all 0.3s ease;
}

#ref-grid-area .ref-load-more i {
    color: var(--kurumsal-kirmizi);
    transition: transform 0.3s ease;
}

#ref-grid-area .ref-load-more:hover {
    color: var(--kurumsal-kirmizi);
}

#ref-grid-area .ref-load-more:hover i {
    transform: rotate(180deg);
}


/* --- 3. CTA ALANI --- */
#ref-cta {
    background-color: var(--acik-gri);
    padding: 80px 0;
    border-top: 1px solid #eeeeee;
}

#ref-cta h2 {
    font-size: 34px;
    color: var(--koyu-gri);
    font-weight: 400;
    margin-bottom: 15px;
}

#ref-cta h2 strong {
    font-weight: 800;
}

#ref-cta p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

#ref-cta .btn-red {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 35px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#ref-cta .btn-red:hover {
    background-color: #c0181d;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(227, 30, 36, 0.3);
}


/* ================= RESPONSIVE AYARLAR ================= */
@media (max-width: 991px) {
    #ref-hero .ref-main-title { font-size: 40px; }
    #ref-grid-area .ref-logo-box { height: 140px; padding: 30px 15px; }
}

@media (max-width: 767px) {
    #ref-hero { padding: 130px 0 50px 0; text-align: center; }
    #ref-hero .ref-breadcrumb ol { justify-content: center; }
    #ref-hero .ref-main-title { font-size: 32px; }
    
    #ref-grid-area { padding: 60px 0; }
    
    /* Mobilde filtreleri yatay scroll yapılabilir hale getiriyoruz */
    #ref-grid-area .ref-filter-nav {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 15px;
        -webkit-overflow-scrolling: touch;
    }
    #ref-grid-area .ref-filter-nav li {
        flex: 0 0 auto;
    }
    
    #ref-grid-area .ref-logo-box { height: 120px; padding: 20px 10px; }
    
    #ref-cta { padding: 60px 0; }
    #ref-cta h2 { font-size: 28px; }
}

/* ==========================================================================
   BLOG / HABERLER SAYFASI STYLES (SYS ÇEVRE KURUMSAL TEMA)
   ========================================================================== */

/* --- 1. HERO ALANI (Sayfa Üstü) --- */
#sys-blog-hero {
    background-color: var(--koyu-gri);
    background-image: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%), url('../img/sabit-hero.jpg');
    background-size: cover;
    background-position: center;
    padding: 160px 0 80px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#sys-blog-hero .blg-breadcrumb {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

#sys-blog-hero .blg-breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

#sys-blog-hero .blg-breadcrumb li {
    font-size: 13px;
    font-weight: 500;
    color: #dddddd;
    display: flex;
    align-items: center;
    gap: 8px;
}

#sys-blog-hero .blg-breadcrumb li::after {
    content: '/';
    color: #aaaaaa;
    font-size: 12px;
}

#sys-blog-hero .blg-breadcrumb li:last-child::after {
    content: '';
}

#sys-blog-hero .blg-breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

#sys-blog-hero .blg-breadcrumb li a:hover,
#sys-blog-hero .blg-breadcrumb li.active {
    color: var(--kurumsal-kirmizi);
}

#sys-blog-hero .blg-main-title {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#sys-blog-hero .blg-main-title strong {
    font-weight: 800;
}

#sys-blog-hero .blg-main-desc {
    font-size: 16px;
    color: #cccccc;
    line-height: 1.7;
    max-width: 650px;
    margin: 0 auto;
}


/* --- 2. BLOG İÇERİK ALANI --- */
#sys-blog-area {
    background-color: var(--acik-gri); /* Zemin hafif gri, kartlar beyaz olacak */
    padding: 80px 0 100px 0;
}

/* Ortak Görsel Stilleri */
#sys-blog-area .blg-img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}

#sys-blog-area .blg-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

#sys-blog-area .blg-category-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

/* Öne Çıkan Kart (Featured Post) */
#sys-blog-area .blg-featured-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    border: 1px solid #eeeeee;
    transition: all 0.4s ease;
    margin-bottom: 20px;
}

#sys-blog-area .blg-featured-card:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

#sys-blog-area .blg-featured-card .blg-img-wrap {
    height: 400px;
}

#sys-blog-area .blg-featured-card:hover .blg-img-wrap img {
    transform: scale(1.05);
}

#sys-blog-area .blg-featured-card .blg-content {
    padding: 40px;
}

/* Standart Grid Kartları */
#sys-blog-area .blg-grid-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    border: 1px solid #eeeeee;
    transition: all 0.4s ease;
}

#sys-blog-area .blg-grid-card:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

#sys-blog-area .blg-grid-card .blg-img-wrap {
    aspect-ratio: 16 / 10;
}

#sys-blog-area .blg-grid-card:hover .blg-img-wrap img {
    transform: scale(1.05);
}

#sys-blog-area .blg-grid-card .blg-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Kart İçi Metin ve Linkler */
#sys-blog-area .blg-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
}

#sys-blog-area .blg-meta span {
    font-size: 13px;
    color: #888888;
    display: flex;
    align-items: center;
    gap: 5px;
}

#sys-blog-area .blg-meta i {
    color: var(--kurumsal-kirmizi);
    font-size: 16px;
}

#sys-blog-area .blg-featured-card h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

#sys-blog-area .blg-grid-card h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

#sys-blog-area .blg-content h2 a,
#sys-blog-area .blg-content h3 a {
    color: var(--koyu-gri);
    text-decoration: none;
    transition: color 0.3s ease;
}

#sys-blog-area .blg-content h2 a:hover,
#sys-blog-area .blg-content h3 a:hover {
    color: var(--kurumsal-kirmizi);
}

#sys-blog-area .blg-content p {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

#sys-blog-area .blg-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--kurumsal-kirmizi);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    align-self: flex-start;
    transition: all 0.3s ease;
}

#sys-blog-area .blg-read-more i {
    transition: transform 0.3s ease;
}

#sys-blog-area .blg-read-more:hover {
    color: #c0181d;
    border-color: #c0181d;
}

#sys-blog-area .blg-read-more:hover i {
    transform: translateX(5px);
}

/* Sayfalama */
#sys-blog-area .blg-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#sys-blog-area .blg-pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 15px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #555555;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

#sys-blog-area .blg-pagination a:hover,
#sys-blog-area .blg-pagination a.active {
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    border-color: var(--kurumsal-kirmizi);
}


/* --- 3. SAĞ KOLON (STICKY SIDEBAR) --- */
#sys-blog-area .blg-sidebar {
    position: sticky;
    top: 120px;
}

#sys-blog-area .blg-widget {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.02);
}

#sys-blog-area .blg-widget-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--koyu-gri);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

/* Arama Kutusu */
#sys-blog-area .blg-search-widget form {
    position: relative;
}

#sys-blog-area .blg-search-widget input {
    width: 100%;
    background-color: var(--acik-gri);
    border: 1px solid #eeeeee;
    padding: 14px 20px;
    padding-right: 50px;
    border-radius: 5px;
    font-size: 14px;
    color: var(--koyu-gri);
    outline: none;
    transition: border-color 0.3s ease;
}

#sys-blog-area .blg-search-widget input:focus {
    border-color: var(--kurumsal-kirmizi);
}

#sys-blog-area .blg-search-widget button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background: transparent;
    border: none;
    color: var(--kurumsal-kirmizi);
    font-size: 20px;
    cursor: pointer;
}

/* Kategoriler Listesi */
#sys-blog-area .blg-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sys-blog-area .blg-cat-list li {
    margin-bottom: 8px;
}

#sys-blog-area .blg-cat-list li:last-child { margin-bottom: 0; }

#sys-blog-area .blg-cat-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    color: #555555;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 1px dashed #eeeeee;
}

#sys-blog-area .blg-cat-list li:last-child a { border-bottom: none; }

#sys-blog-area .blg-cat-list li a span {
    background-color: var(--acik-gri);
    color: #888888;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    transition: all 0.3s ease;
}

#sys-blog-area .blg-cat-list li a:hover {
    color: var(--kurumsal-kirmizi);
    padding-left: 5px;
}

#sys-blog-area .blg-cat-list li a:hover span {
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
}

/* Popüler Yazılar */
#sys-blog-area .blg-recent-posts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#sys-blog-area .blg-recent-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

#sys-blog-area .blg-recent-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
}

#sys-blog-area .blg-recent-info h5 {
    font-size: 14px;
    color: var(--koyu-gri);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

#sys-blog-area .blg-recent-item:hover .blg-recent-info h5 {
    color: var(--kurumsal-kirmizi);
}

#sys-blog-area .blg-recent-info span {
    font-size: 12px;
    color: #888888;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* CTA Reklam Kutusu */
#sys-blog-area .blg-cta-widget {
    background-color: var(--koyu-gri);
    border: none;
    text-align: center;
    color: #ffffff;
}

#sys-blog-area .blg-cta-widget i {
    font-size: 50px;
    color: var(--kurumsal-kirmizi);
    margin-bottom: 15px;
}

#sys-blog-area .blg-cta-widget h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
}

#sys-blog-area .blg-cta-widget p {
    font-size: 14px;
    color: #bbbbbb;
    margin-bottom: 20px;
    line-height: 1.6;
}

#sys-blog-area .blg-btn-red {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
}

#sys-blog-area .blg-btn-red:hover {
    background-color: #c0181d;
}


/* ================= RESPONSIVE AYARLAR ================= */
@media (max-width: 991px) {
    #sys-blog-hero .blg-main-title { font-size: 40px; }
    #sys-blog-area .blg-featured-card .blg-img-wrap { height: 300px; }
    #sys-blog-area .blg-sidebar { position: static; margin-top: 50px; }
}

@media (max-width: 767px) {
    #sys-blog-hero { padding: 130px 0 50px 0; text-align: center; }
    #sys-blog-hero .blg-breadcrumb ol { justify-content: center; }
    #sys-blog-hero .blg-main-title { font-size: 32px; }
    
    #sys-blog-area { padding: 60px 0; }
    #sys-blog-area .blg-featured-card .blg-img-wrap { height: 250px; }
    #sys-blog-area .blg-featured-card .blg-content { padding: 25px 20px; }
    #sys-blog-area .blg-featured-card h2 { font-size: 22px; }
    
    #sys-blog-area .blg-grid-card .blg-content { padding: 20px; }
    #sys-blog-area .blg-grid-card h3 { font-size: 18px; }
}

/* ==========================================================================
   BLOG DETAY SAYFASI STYLES
   ========================================================================== */

/* --- 1. HERO ALANI (Sayfa Üstü) --- */
#bd-hero {
    background-color: var(--koyu-gri);
    background-image: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%), url('../img/sabit-hero.jpg');
    background-size: cover;
    background-position: center;
    padding: 180px 0 100px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#bd-hero .bd-breadcrumb {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

#bd-hero .bd-breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

#bd-hero .bd-breadcrumb li {
    font-size: 13px;
    font-weight: 500;
    color: #dddddd;
    display: flex;
    align-items: center;
    gap: 8px;
}

#bd-hero .bd-breadcrumb li::after {
    content: '/';
    color: #aaaaaa;
    font-size: 12px;
}

#bd-hero .bd-breadcrumb li:last-child::after {
    content: '';
}

#bd-hero .bd-breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

#bd-hero .bd-breadcrumb li a:hover,
#bd-hero .bd-breadcrumb li.active {
    color: var(--kurumsal-kirmizi);
}

#bd-hero .bd-meta-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

#bd-hero .bd-meta-top span {
    font-size: 14px;
    color: var(--kurumsal-kirmizi);
    background-color: rgba(227, 30, 36, 0.15);
    padding: 6px 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

#bd-hero .bd-meta-top span i {
    font-size: 16px;
}

#bd-hero .bd-main-title {
    font-size: 42px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.3;
    max-width: 900px;
    margin: 0 auto;
    letter-spacing: -1px;
}

#bd-hero .bd-main-title strong {
    font-weight: 800;
}


/* --- 2. İÇERİK ALANI (SOL KOLON) --- */
#bd-content-area {
    background-color: #ffffff;
    padding: 80px 0 100px 0;
}

#bd-content-area .bd-article {
    color: #555555;
    font-size: 16px;
    line-height: 1.8;
}

#bd-content-area .bd-featured-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

#bd-content-area .bd-inline-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    border: 1px solid #eeeeee;
}

#bd-content-area .bd-lead {
    font-size: 18px;
    font-weight: 500;
    color: var(--koyu-gri);
    line-height: 1.7;
    margin-bottom: 30px;
}

#bd-content-area .bd-article h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--koyu-gri);
    margin: 40px 0 20px 0;
    letter-spacing: -0.5px;
}

#bd-content-area .bd-article h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--koyu-gri);
    margin: 35px 0 15px 0;
}

#bd-content-area .bd-article p {
    margin-bottom: 20px;
}

#bd-content-area .bd-article strong {
    color: var(--koyu-gri);
}

/* Blockquote Tasarımı */
#bd-content-area .bd-blockquote {
    background-color: var(--acik-gri);
    border-left: 4px solid var(--kurumsal-kirmizi);
    padding: 30px;
    margin: 35px 0;
    border-radius: 0 8px 8px 0;
    font-size: 18px;
    font-style: italic;
    color: var(--koyu-gri);
    line-height: 1.6;
}

/* Liste Tasarımı */
#bd-content-area .bd-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

#bd-content-area .bd-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

#bd-content-area .bd-list li::before {
    content: '\f00c'; /* Check İkonu */
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--kurumsal-kirmizi);
    font-size: 16px;
}

/* Etiketler ve Paylaşım Alanı */
#bd-content-area .bd-tags-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

#bd-content-area .bd-tags {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

#bd-content-area .bd-tags span {
    font-weight: 700;
    color: var(--koyu-gri);
    margin-right: 5px;
}

#bd-content-area .bd-tags a {
    background-color: var(--acik-gri);
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#bd-content-area .bd-tags a:hover {
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
}

#bd-content-area .bd-share {
    display: flex;
    align-items: center;
    gap: 10px;
}

#bd-content-area .bd-share span {
    font-weight: 700;
    color: var(--koyu-gri);
    margin-right: 5px;
}

#bd-content-area .bd-share a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

#bd-content-area .bd-share a:hover {
    transform: translateY(-3px);
}

#bd-content-area .bd-share .facebook { background-color: #3b5998; }
#bd-content-area .bd-share .twitter { background-color: #1da1f2; }
#bd-content-area .bd-share .linkedin { background-color: #0077b5; }
#bd-content-area .bd-share .whatsapp { background-color: #25d366; }

/* Yazar Kutusu */
#bd-content-area .bd-author-box {
    display: flex;
    align-items: center;
    gap: 25px;
    background-color: var(--acik-gri);
    padding: 30px;
    border-radius: 8px;
    margin-top: 40px;
}

#bd-content-area .bd-author-img {
    width: 90px;
    height: 90px;
    min-width: 90px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

#bd-content-area .bd-author-img img {
    max-width: 60%;
}

#bd-content-area .bd-author-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--koyu-gri);
    margin-bottom: 10px;
}

#bd-content-area .bd-author-info p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 12px;
    line-height: 1.6;
}

#bd-content-area .bd-author-info a {
    font-size: 14px;
    font-weight: 700;
    color: var(--kurumsal-kirmizi);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

#bd-content-area .bd-author-info a:hover {
    color: var(--koyu-gri);
}


/* --- 3. SAĞ KOLON (STICKY SIDEBAR) --- */
#bd-content-area .bd-sidebar {
    position: sticky;
    top: 120px;
}

#bd-content-area .bd-widget {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.02);
}

#bd-content-area .bd-widget-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--koyu-gri);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

/* Arama Kutusu */
#bd-content-area .bd-search-widget form {
    position: relative;
}

#bd-content-area .bd-search-widget input {
    width: 100%;
    background-color: var(--acik-gri);
    border: 1px solid #eeeeee;
    padding: 14px 20px;
    padding-right: 50px;
    border-radius: 5px;
    font-size: 14px;
    color: var(--koyu-gri);
    outline: none;
    transition: border-color 0.3s ease;
}

#bd-content-area .bd-search-widget input:focus {
    border-color: var(--kurumsal-kirmizi);
}

#bd-content-area .bd-search-widget button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background: transparent;
    border: none;
    color: var(--kurumsal-kirmizi);
    font-size: 20px;
    cursor: pointer;
}

/* Kategoriler Listesi */
#bd-content-area .bd-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bd-content-area .bd-cat-list li {
    margin-bottom: 8px;
}

#bd-content-area .bd-cat-list li:last-child { margin-bottom: 0; }

#bd-content-area .bd-cat-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    color: #555555;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 1px dashed #eeeeee;
}

#bd-content-area .bd-cat-list li:last-child a { border-bottom: none; }

#bd-content-area .bd-cat-list li a span {
    background-color: var(--acik-gri);
    color: #888888;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    transition: all 0.3s ease;
}

#bd-content-area .bd-cat-list li a:hover {
    color: var(--kurumsal-kirmizi);
    padding-left: 5px;
}

#bd-content-area .bd-cat-list li.active a {
    color: var(--kurumsal-kirmizi);
    font-weight: 700;
}

#bd-content-area .bd-cat-list li a:hover span,
#bd-content-area .bd-cat-list li.active a span {
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
}

/* Popüler Yazılar */
#bd-content-area .bd-recent-posts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#bd-content-area .bd-recent-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

#bd-content-area .bd-recent-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
}

#bd-content-area .bd-recent-info h5 {
    font-size: 14px;
    color: var(--koyu-gri);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

#bd-content-area .bd-recent-item:hover .bd-recent-info h5 {
    color: var(--kurumsal-kirmizi);
}

#bd-content-area .bd-recent-info span {
    font-size: 12px;
    color: #888888;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* CTA Reklam Kutusu */
#bd-content-area .bd-cta-widget {
    background-color: var(--koyu-gri);
    border: none;
    text-align: center;
    color: #ffffff;
}

#bd-content-area .bd-cta-widget i {
    font-size: 50px;
    color: var(--kurumsal-kirmizi);
    margin-bottom: 15px;
}

#bd-content-area .bd-cta-widget h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
}

#bd-content-area .bd-cta-widget p {
    font-size: 14px;
    color: #bbbbbb;
    margin-bottom: 20px;
    line-height: 1.6;
}

#bd-content-area .bd-btn-red {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
}

#bd-content-area .bd-btn-red:hover {
    background-color: #c0181d;
}

/* ================= RESPONSIVE AYARLAR ================= */
@media (max-width: 991px) {
    #bd-hero .bd-main-title { font-size: 34px; }
    #bd-content-area .bd-sidebar { position: static; margin-top: 50px; }
}

@media (max-width: 767px) {
    #bd-hero { padding: 130px 0 50px 0; text-align: center; }
    #bd-hero .bd-breadcrumb ol { justify-content: center; }
    #bd-hero .bd-main-title { font-size: 28px; }
    
    #bd-content-area { padding: 50px 0; }
    #bd-content-area .bd-article h2 { font-size: 24px; }
    #bd-content-area .bd-blockquote { font-size: 16px; padding: 20px; }
    #bd-content-area .bd-tags-share { flex-direction: column; align-items: flex-start; }
    
    #bd-content-area .bd-author-box { flex-direction: column; text-align: center; }
}

/* ==========================================================================
   İLETİŞİM SAYFASI STYLES
   ========================================================================== */

/* --- 1. HERO ALANI (Sayfa Üstü) --- */
#cp-hero {
    background-color: var(--koyu-gri);
    background-image: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%), url('../img/sabit-hero.jpg');
    background-size: cover;
    background-position: center;
    padding: 160px 0 80px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#cp-hero .cp-breadcrumb {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

#cp-hero .cp-breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

#cp-hero .cp-breadcrumb li {
    font-size: 13px;
    font-weight: 500;
    color: #dddddd;
    display: flex;
    align-items: center;
    gap: 8px;
}

#cp-hero .cp-breadcrumb li::after {
    content: '/';
    color: #aaaaaa;
    font-size: 12px;
}

#cp-hero .cp-breadcrumb li:last-child::after {
    content: '';
}

#cp-hero .cp-breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

#cp-hero .cp-breadcrumb li a:hover,
#cp-hero .cp-breadcrumb li.active {
    color: var(--kurumsal-kirmizi);
}

#cp-hero .cp-main-title {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#cp-hero .cp-main-title strong {
    font-weight: 800;
}

#cp-hero .cp-main-desc {
    font-size: 16px;
    color: #cccccc;
    line-height: 1.7;
    max-width: 650px;
    margin: 0 auto;
}


/* --- 2. İÇERİK ALANI (Bilgiler ve Form) --- */
#cp-content {
    background-color: #ffffff; /* Temiz beyaz zemin */
    padding: 100px 0;
}

/* Sol Kolon: Bilgiler */
#cp-content .cp-info-wrapper {
    background-color: var(--acik-gri);
    border: 1px solid #eeeeee;
    padding: 40px;
    border-radius: 8px;
    height: 100%;
}

#cp-content .cp-section-title {
    font-size: 32px;
    font-weight: 400;
    color: var(--koyu-gri);
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

#cp-content .cp-section-title strong {
    font-weight: 800;
}

#cp-content .cp-section-desc {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 40px;
}

#cp-content .cp-info-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #dddddd;
}

#cp-content .cp-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    background-color: #ffffff;
    color: var(--kurumsal-kirmizi);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}

#cp-content .cp-info-card:hover .cp-icon {
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    transform: translateY(-3px);
}

#cp-content .cp-text h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--koyu-gri);
    margin-bottom: 8px;
}

#cp-content .cp-text p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 5px;
    line-height: 1.5;
}

#cp-content .cp-text a {
    color: #666666;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

#cp-content .cp-text a:hover {
    color: var(--kurumsal-kirmizi);
}


/* Sağ Kolon: Form Kutusu */
#cp-content .cp-form-box {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
    height: 100%;
}

#cp-content .cp-form-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--koyu-gri);
    margin-bottom: 10px;
}

#cp-content .cp-form-box p {
    font-size: 15px;
    color: #777777;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Form Elemanları */
#cp-content .cp-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--koyu-gri);
    margin-bottom: 8px;
}

#cp-content .cp-label span {
    color: var(--kurumsal-kirmizi); /* Yıldızlar kırmızı */
}

#cp-content .cp-input,
#cp-content .cp-textarea {
    width: 100%;
    background-color: var(--acik-gri);
    border: 1px solid #eeeeee;
    color: var(--koyu-gri);
    font-size: 14px;
    padding: 14px 18px;
    border-radius: 5px;
    outline: none;
    transition: all 0.3s ease;
}

#cp-content .cp-textarea {
    resize: none;
    height: 120px;
}

#cp-content .cp-input:focus,
#cp-content .cp-textarea:focus {
    border-color: var(--kurumsal-kirmizi);
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(227, 30, 36, 0.05);
}

/* Custom Select */
#cp-content .cp-select-wrapper {
    position: relative;
}

#cp-content .cp-select-wrapper select {
    appearance: none;
    cursor: pointer;
}

#cp-content .cp-select-wrapper i {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #888888;
    font-size: 16px;
}

/* Özel Checkbox (KVKK) */
#cp-content .cp-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #666666;
}

#cp-content .cp-checkbox input {
    margin-top: 3px;
    accent-color: var(--kurumsal-kirmizi);
}

#cp-content .cp-checkbox a {
    color: var(--kurumsal-kirmizi);
    text-decoration: underline;
}

/* Gönder Butonu */
#cp-content .cp-submit-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--kurumsal-kirmizi);
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

#cp-content .cp-submit-btn i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

#cp-content .cp-submit-btn:hover {
    background-color: #c0181d;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(227, 30, 36, 0.2);
}

#cp-content .cp-submit-btn:hover i {
    transform: translateX(5px) translateY(-5px);
}


/* --- 3. HARİTA ALANI --- */
#cp-map {
    position: relative;
    background-color: var(--acik-gri);
    border-top: 1px solid #eeeeee;
}

#cp-map iframe {
    display: block;
    /* Laboratuvar kurumsallığına uyum sağlaması için haritayı biraz desatüre (soluk) yapıyoruz */
    filter: grayscale(80%) contrast(1.1);
    transition: all 0.5s ease;
}

#cp-map iframe:hover {
    /* Fareyle üzerine gelince orijinal renklerine kavuşur */
    filter: grayscale(0%) contrast(1);
}


/* ================= RESPONSIVE AYARLAR ================= */
@media (max-width: 991px) {
    #cp-content .cp-info-wrapper { padding: 30px; }
    #cp-content .cp-form-box { padding: 30px; }
}

@media (max-width: 767px) {
    #cp-hero { padding: 130px 0 50px 0; text-align: center; }
    #cp-hero .cp-main-title { font-size: 32px; }
    
    #cp-content { padding: 60px 0; }
    #cp-content .cp-info-wrapper { padding: 25px 20px; }
    #cp-content .cp-section-title { font-size: 26px; }
    
    #cp-content .cp-info-card { flex-direction: column; text-align: center; align-items: center; gap: 15px; }
    
    #cp-content .cp-form-box { padding: 30px 20px; }
    #cp-content .cp-form-box h3 { font-size: 24px; text-align: center; }
    
    #cp-map iframe { height: 350px; }
}