@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 STİLLERİ (MODERN İNŞAAT) ----------------------*/

/* Ana Header Kapsayıcısı */
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); /* İnce beyaz çizgi */
    transition: all 0.4s ease;
}

/* İç Alan (Flex Yapı) */
#header .alan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px; /* Biraz daha yüksek ve heybetli */
    padding-right: 40px; /* Sağdan boşluk */
}

/* --- SOL GRUP --- */
#header .sol-grup {
    display: flex;
    align-items: center;
    flex: 1;
}

/* Menü Butonu (Sol Baştaki Kare) */
#header .menu-kutu {
    width: 90px; /* Header yüksekliğiyle aynı */
    height: 90px;
    background-color: #C5A073; /* Nacaroğlu Altın Rengi */
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 35px;
    transition: all 0.3s ease;
    text-decoration: none;
}

#header .menu-kutu:hover {
    background-color: #1A1A1A; /* Hoverda antrasit olsun */
}

/* Linkler (Sol ve Sağ Navigasyon Ortak) */
#header .sol-nav a,
#header .sag-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600; /* Biraz kalın */
    letter-spacing: 2px; /* Harf aralığı geniş */
    margin-right: 30px;
    position: relative;
    opacity: 0.9;
    transition: all 0.3s ease;
    font-family: 'Manrope', sans-serif; /* Modern font */
}

/* Aktif veya Hover Durumu */
#header .sol-nav a:hover, #header .sol-nav a.active,
#header .sag-nav a:hover {
    color: #C5A073; /* Altın rengi */
    opacity: 1;
}

/* --- ORTA (LOGO) --- */
#header .logo {
    flex: 0; /* Logoyu tam ortada tutmak için genişlemesin */
    text-align: center;
    margin: 0 20px;
}

#header .logo img {
    height: 55px; /* Logo boyutu */
    width: auto;
    /* Eğer logon siyahsa beyaza çevirmek için: filter: brightness(0) invert(1); */
}

/* --- SAĞ GRUP --- */
#header .sag-grup {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

/* Satış Ofisi Butonu (Özel) */
#header .btn-satis {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    padding: 10px 25px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
}

#header .btn-satis:hover {
    background: #C5A073;
    border-color: #C5A073;
    color: #fff;
}

/* Dil Seçici */
#header .dil {
    position: relative;
    margin-left: 10px;
}

#header .dil .current {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    opacity: 0.8;
    transition: 0.3s;
}

#header .dil .current:hover {
    color: #C5A073;
}

#header .dil .acilan {
    display: none; /* JS ile açılır */
    position: absolute;
    top: 100%; right: 0;
    background: #1A1A1A;
    padding: 10px;
    min-width: 40px;
    text-align: center;
}


/*------------------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:65%;
	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);
}


/*------------------ NACAROĞLU HERO SLIDER STİLLERİ ----------------------*/

/* Ana Section */
#anasayfa-hero {
	width: 100%;
	height: 100vh; /* Tam ekran yüksekliği */
	position: relative;
	overflow: hidden;
	background: #111;
}

/* Swiper Ayarları */
#anasayfa-hero .swiper, 
#anasayfa-hero .swiper-slide {
	width: 100%;
	height: 100%;
}

/* Arkaplan Resmi (Katman1) */
#anasayfa-hero .katman1 {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	/* Ken Burns Efekti (Resim yavaşça büyür) */
	transform: scale(1);
	transition: transform 8s ease-in-out;
}

/* Aktif slaytta resim büyüsün */
#anasayfa-hero .swiper-slide-active .katman1 {
	transform: scale(1.1);
}

/* Karartma Overlay (Lüks Görünüm için Degrade) */
#anasayfa-hero .hero-overlay {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	/* Soldan sağa koyu, sağ taraf biraz daha şeffaf */
	background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
	z-index: 1;
}

#anasayfa-hero .container {
	position: relative;
	z-index: 2; /* Yazılar overlay'in üstünde */
}

/* --- İÇERİK STİLLERİ --- */

/* Üst Başlık */
#anasayfa-hero .sub-title {
	display: block;
	font-size: 14px;
	letter-spacing: 5px; /* Geniş harf aralığı */
	color: #C5A073; /* Altın Rengi */
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
	opacity: 0; /* JS ile animasyon gelecek */
}

/* Ana Başlık */
#anasayfa-hero .main-title {
	font-family: 'Playfair Display', serif; /* Tırnaklı Lüks Font */
	font-size: 80px; /* Çok büyük */
	line-height: 1.1;
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px;
	opacity: 0;
}

#anasayfa-hero .gold-text {
	color: transparent;
	-webkit-text-stroke: 1px #C5A073; /* Sadece kenar çizgili altın yazı */
	/* Veya içi dolu istiyorsan direkt color: #C5A073 yapabilirsin */
}

/* Açıklama */
#anasayfa-hero .desc {
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	color: rgba(255,255,255,0.8);
	max-width: 600px;
	line-height: 1.7;
	margin-bottom: 45px;
	font-weight: 300;
	opacity: 0;
    border-left: 3px solid #C5A073; /* Solunda altın çizgi */
    padding-left: 20px;
}

/* Buton Grubu */
#anasayfa-hero .btn-group {
	opacity: 0;
}

/* Özel Şeffaf Buton */
#anasayfa-hero .btn-hero-outline {
	display: inline-block;
	padding: 15px 40px;
	border: 1px solid rgba(255,255,255,0.3);
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.4s ease;
	background: transparent;
}

#anasayfa-hero .btn-hero-outline:hover {
	background: #C5A073;
	border-color: #C5A073;
	color: #fff;
	padding-left: 50px; /* Hoverda sağa kayma hissi */
}

/* --- SLIDER KONTROLLERİ --- */
#anasayfa-hero .swiper-nav-box {
	position: absolute;
	bottom: 50px;
	right: 100px; /* Sağ altta konumlanmış */
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 20px;
}

#anasayfa-hero .hero-prev, 
#anasayfa-hero .hero-next {
	position: static; /* Varsayılanı ez */
	width: 50px; height: 50px;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	transition: 0.3s;
	cursor: pointer;
}

#anasayfa-hero .hero-prev:after, 
#anasayfa-hero .hero-next:after {
	display: none; /* Swiper'ın default ikonlarını gizle */
}

#anasayfa-hero .hero-prev:hover, 
#anasayfa-hero .hero-next:hover {
	background: #C5A073;
	border-color: #C5A073;
}

/*------------------ KURUMSAL ÖZET STİLLERİ ----------------------*/

#kurumsal-ozet {
	padding: 120px 0;
	background-color: #F9F9F9; /* Çok açık gri zemin, beyazdan ayrışsın */
	position: relative;
	overflow: hidden;
}

/* --- SOL TARAF (GÖRSEL) --- */
#kurumsal-ozet .about-img-box {
	position: relative;
	z-index: 1;
	padding-right: 30px; /* Sağ taraftan içerik bineceği için boşluk */
}

/* Ana Görsel */
#kurumsal-ozet .main-img {
	width: 100%;
	height: 600px; /* Dikey mimari görsel */
	object-fit: cover;
	border-radius: 4px;
	box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Dekoratif Çerçeve (Arkada) */
#kurumsal-ozet .decor-frame {
	position: absolute;
	top: -30px; left: -30px;
	width: 60%;
	height: 80%;
	border: 5px solid #E0E0E0; /* Silik gri çerçeve */
	z-index: -1;
	transition: 0.4s;
}

#kurumsal-ozet .about-img-box:hover .decor-frame {
	top: -20px; left: -20px; /* Hoverda hareket etsin */
	border-color: #C5A073; /* Rengi altına dönsün */
}

/* Tecrübe Rozeti (Yüzen Kutu) */
#kurumsal-ozet .exp-badge {
	position: absolute;
	bottom: 50px;
	left: -40px; /* Dışarı taşsın */
	background-color: #C5A073; /* Altın Rengi */
	color: #fff;
	padding: 30px 25px;
	text-align: center;
	box-shadow: 0 15px 30px rgba(197, 160, 115, 0.4);
	z-index: 2;
}

#kurumsal-ozet .exp-badge .year {
	display: block;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	font-family: 'Playfair Display', serif;
}

#kurumsal-ozet .exp-badge .text {
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 5px;
	display: block;
}

/* --- SAĞ TARAF (İÇERİK) --- */
#kurumsal-ozet .about-content-box {
	background: #fff;
	padding: 60px;
	margin-left: -80px; /* Görselin üzerine binsin (Overlap) */
	position: relative;
	z-index: 2;
	box-shadow: 0 10px 40px rgba(0,0,0,0.05);
	border-left: 5px solid #C5A073; /* Solunda altın çizgi */
}

/* Başlıklar */
#kurumsal-ozet .sub-head {
	font-size: 13px;
	letter-spacing: 3px;
	color: #888;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}

#kurumsal-ozet .section-title {
	font-family: 'Playfair Display', serif;
	font-size: 42px;
	color: #1A1A1A;
	line-height: 1.2;
	margin-bottom: 30px;
}

#kurumsal-ozet .gold-text {
	color: #C5A073;
	font-style: italic; /* Biraz zariflik katalım */
}

/* Metinler */
#kurumsal-ozet .intro-text {
	font-size: 18px;
	font-weight: 500;
	color: #1A1A1A;
	margin-bottom: 20px;
	line-height: 1.6;
}

#kurumsal-ozet .desc-text {
	font-size: 15px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 40px;
}

/* Alt Kısım (İmza ve Buton) */
#kurumsal-ozet .about-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #eee;
	padding-top: 30px;
}

/* İmza Bloğu */
#kurumsal-ozet .signature-block {
	display: flex;
	align-items: center;
	gap: 15px;
}

#kurumsal-ozet .signature-img {
	height: 50px;
	opacity: 0.7;
}

#kurumsal-ozet .name-info {
	display: flex;
	flex-direction: column;
}

#kurumsal-ozet .name-info .name {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 16px;
	color: #1A1A1A;
}

#kurumsal-ozet .name-info .title {
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}

/* Buton */
#kurumsal-ozet .btn-text-gold {
	color: #C5A073;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: 0.3s;
}

#kurumsal-ozet .btn-text-gold:hover {
	color: #1A1A1A;
	gap: 15px; /* Ok sağa kaysın */
}

/*------------------ İSTATİSTİKLER (PARALLAX) STİLLERİ ----------------------*/

#istatistikler {
	position: relative;
	padding: 100px 0;
	background-attachment: fixed; /* Parallax'ın kalbi: Resim sabit kalır */
	background-color: #111;
	overflow: hidden;
}

/* Arkaplan Resmi */
#istatistikler .parallax-bg {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background-size: cover;
	background-position: center;
	background-attachment: fixed; /* Destekleyen tarayıcılar için */
	z-index: 0;
}

/* Koyu Filtre (Yazıların okunması için) */
#istatistikler .overlay {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background: rgba(26, 26, 26, 0.85); /* %85 Koyu Antrasit */
	z-index: 1;
}

#istatistikler .z-2 {
	position: relative;
	z-index: 2;
}

/* Sayaç Kutusu (Glassmorphism) */
#istatistikler .counter-box {
	background: rgba(255, 255, 255, 0.05); /* Çok şeffaf beyaz */
	backdrop-filter: blur(10px); /* Buzlu cam efekti */
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1); /* İnce beyaz çerçeve */
	padding: 40px 20px;
	text-align: center;
	transition: transform 0.3s ease, background 0.3s;
}

#istatistikler .counter-box:hover {
	transform: translateY(-10px); /* Hoverda yukarı çıksın */
	background: rgba(255, 255, 255, 0.08);
	border-color: #C5A073; /* Hoverda çerçeve altın rengi olsun */
}

/* İkon */
#istatistikler .icon-box {
	font-size: 48px;
	color: #C5A073; /* Altın Rengi */
	margin-bottom: 20px;
}

/* Sayı Grubu */
#istatistikler .count-wrap {
	display: flex;
	justify-content: center;
	align-items: baseline;
	color: #fff;
	font-family: 'Playfair Display', serif; /* Sayılar tırnaklı ve şık */
	font-weight: 700;
	margin-bottom: 10px;
}

#istatistikler .counter {
	font-size: 56px;
	line-height: 1;
}

#istatistikler .plus {
	font-size: 24px;
	margin-left: 5px;
	color: #C5A073;
}

/* Etiket */
#istatistikler .label {
	font-family: 'Manrope', sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
	font-weight: 600;
}

/*------------------ PROJELER VİTRİNİ STİLLERİ ----------------------*/

#projeler {
	padding: 120px 0;
	background-color: #fff;
}

/* Başlıklar */
#projeler .sub-head {
	display: block;
	font-size: 13px;
	letter-spacing: 2px;
	color: #999;
	font-weight: 600;
	margin-bottom: 10px;
}

#projeler .section-title {
	font-family: 'Playfair Display', serif;
	font-size: 42px;
	color: #1A1A1A;
	line-height: 1.2;
}

#projeler .gold-text {
	color: #C5A073;
	font-style: italic;
}

/* --- FİLTRE BUTONLARI --- */
#projeler .portfolio-filters {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

#projeler .portfolio-filters li {
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #666;
	margin-left: 10px;
	transition: all 0.3s ease;
	border: 1px solid transparent;
	font-family: 'Manrope', sans-serif;
	letter-spacing: 1px;
}

#projeler .portfolio-filters li:hover,
#projeler .portfolio-filters li.filter-active {
	color: #C5A073;
	border-color: #C5A073;
}

#projeler .portfolio-filters li:first-child {
	margin-left: 0;
}

/* --- PROJE KARTI --- */
#projeler .portfolio-item {
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

#projeler .portfolio-wrap {
	position: relative;
	overflow: hidden;
	z-index: 1;
	/* Kartın boyutu sabit ve düzgün olsun */
	height: 400px; 
}

#projeler .portfolio-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.6s;
}

/* Hoverda Resim Zoom */
#projeler .portfolio-wrap:hover img {
	transform: scale(1.1);
}

/* --- HOVER BİLGİ ALANI (OVERLAY) --- */
#projeler .portfolio-info {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(26, 26, 26, 0.85); /* Koyu Antrasit Filtre */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	opacity: 0; /* Başlangıçta gizli */
	transition: all 0.4s ease;
	padding: 20px;
}

/* Hoverda görünür yap */
#projeler .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
}

#projeler .portfolio-info h4 {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
	transform: translateY(20px); /* Aşağıdan yukarı gelsin */
	transition: 0.4s;
}

#projeler .portfolio-info p {
	color: #C5A073;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	transform: translateY(20px);
	transition: 0.4s;
	transition-delay: 0.1s; /* Gecikmeli gelsin */
}

/* Hoverda yazılar yukarı kayarak yerine otursun */
#projeler .portfolio-wrap:hover .portfolio-info h4,
#projeler .portfolio-wrap:hover .portfolio-info p {
	transform: translateY(0);
}

/* İncele Butonu */
#projeler .btn-project {
	display: inline-block;
	border: 1px solid rgba(255,255,255,0.4);
	color: #fff;
	padding: 10px 25px;
	font-size: 12px;
	text-decoration: none;
	transition: 0.3s;
	transform: translateY(20px);
	transition-delay: 0.2s;
}

#projeler .portfolio-wrap:hover .btn-project {
	transform: translateY(0);
}

#projeler .btn-project:hover {
	background: #C5A073;
	border-color: #C5A073;
	color: #fff;
}

/* Alt Buton (Tüm Projeler) */
#projeler .btn-custom-dark {
	background: #1A1A1A;
	color: #fff;
	padding: 15px 40px;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-block;
	transition: 0.3s;
}

#projeler .btn-custom-dark:hover {
	background: #C5A073;
	color: #fff;
}

/*------------------ NEDEN BİZ (DEĞERLERİMİZ) STİLLERİ ----------------------*/

#neden-biz {
	padding: 120px 0;
	background-color: #111; /* Koyu Antrasit Zemin */
	color: #fff;
}

/* Başlıklar */
#neden-biz .sub-head {
	display: block;
	font-size: 13px;
	letter-spacing: 2px;
	color: #C5A073; /* Altın */
	font-weight: 600;
	margin-bottom: 10px;
}

#neden-biz .section-title {
	font-family: 'Playfair Display', serif;
	font-size: 42px;
	color: #fff;
	margin-bottom: 20px;
}

#neden-biz .section-desc {
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	max-width: 600px;
	margin: 0 auto;
}

#neden-biz .gold-text {
	color: #C5A073;
	font-style: italic;
}

/* --- ÖZELLİK KUTUSU --- */
#neden-biz .feature-box {
	background: rgba(255, 255, 255, 0.02); /* Çok hafif dolgu */
	border: 1px solid rgba(255, 255, 255, 0.1); /* Silik gri çerçeve */
	padding: 40px 30px;
	height: 100%; /* Eşit yükseklik */
	position: relative;
	transition: all 0.4s ease;
	overflow: hidden; /* Çizgi animasyonu için */
}

/* Hover Efekti: Kutu Yükselsin ve Çerçeve Rengi Değişsin */
#neden-biz .feature-box:hover {
	transform: translateY(-10px);
	border-color: #C5A073;
	background: rgba(26, 26, 26, 0.8);
	box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* İkon Alanı */
#neden-biz .icon-wrapper {
	width: 70px;
	height: 70px;
	background: #1A1A1A;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%; /* Yuvarlak ikon kutusu */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	transition: 0.4s;
}

#neden-biz .icon-wrapper i {
	font-size: 32px;
	color: #fff;
	transition: 0.4s;
}

/* Hoverda İkon Değişimi */
#neden-biz .feature-box:hover .icon-wrapper {
	background: #C5A073;
	border-color: #C5A073;
}

#neden-biz .feature-box:hover .icon-wrapper i {
	color: #111; /* İkon siyah olsun */
	transform: rotateY(180deg); /* Kendi etrafında dönsün */
}

/* Başlık ve Açıklama */
#neden-biz .f-title {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

#neden-biz .f-desc {
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.7;
	margin-bottom: 0;
}

/* Alt Çizgi Animasyonu */
#neden-biz .hover-line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #C5A073;
	transition: width 0.4s ease;
}

#neden-biz .feature-box:hover .hover-line {
	width: 100%; /* Hoverda çizgi uzasın */
}

/*------------------ HABERLER (BLOG SLIDER) STİLLERİ ----------------------*/

#haberler {
	padding: 120px 0;
	background-color: #F9F9F9; /* Açık Gri Zemin */
}

/* Başlıklar */
#haberler .sub-head {
	display: block;
	font-size: 13px;
	letter-spacing: 2px;
	color: #999;
	font-weight: 600;
	margin-bottom: 10px;
}

#haberler .section-title {
	font-family: 'Playfair Display', serif;
	font-size: 42px;
	color: #1A1A1A;
	line-height: 1.2;
}

#haberler .gold-text {
	color: #C5A073;
	font-style: italic;
}

/* --- NAVİGASYON BUTONLARI --- */
#haberler .news-nav {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
}

#haberler .news-prev, 
#haberler .news-next {
	width: 50px; height: 50px;
	background: #fff;
	border: 1px solid #eee;
	color: #1A1A1A;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s;
	font-size: 20px;
}

#haberler .news-prev:hover, 
#haberler .news-next:hover {
	background: #C5A073;
	border-color: #C5A073;
	color: #fff;
}

/* --- HABER KARTI --- */
#haberler .news-card {
	background: #fff;
	border: 1px solid #f0f0f0;
	transition: all 0.4s ease;
	height: 100%;
}

#haberler .news-card:hover {
	box-shadow: 0 15px 30px rgba(0,0,0,0.05);
	transform: translateY(-5px);
}

/* Görsel Alanı */
#haberler .news-img-box {
	position: relative;
	height: 240px;
	overflow: hidden;
}

#haberler .news-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

#haberler .news-card:hover .news-img-box img {
	transform: scale(1.1); /* Zoom Efekti */
}

/* Tarih Rozeti */
#haberler .date-badge {
	position: absolute;
	top: 20px; left: 20px;
	background: #C5A073;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	z-index: 2;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

#haberler .date-badge .day {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	font-family: 'Playfair Display', serif;
}

#haberler .date-badge .month {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 2px;
}

/* İçerik Alanı */
#haberler .news-content {
	padding: 30px;
}

#haberler .meta-info {
	display: flex;
	gap: 15px;
	font-size: 12px;
	color: #999;
	margin-bottom: 15px;
}

#haberler .meta-info i {
	color: #C5A073;
	margin-right: 5px;
}

/* Kart Başlığı */
#haberler .n-title {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 15px;
	font-weight: 600;
}

#haberler .n-title a {
	color: #1A1A1A;
	text-decoration: none;
	transition: 0.3s;
}

#haberler .news-card:hover .n-title a {
	color: #C5A073;
}

/* Açıklama */
#haberler .n-desc {
	font-size: 14px;
	color: #666;
	line-height: 1.7;
	margin-bottom: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* Max 3 satır */
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Devamını Oku */
#haberler .read-more {
	font-size: 12px;
	font-weight: 700;
	color: #1A1A1A;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: 0.3s;
	display: flex;
	align-items: center;
	gap: 5px;
}

#haberler .read-more:hover {
	color: #C5A073;
	gap: 10px; /* Ok sağa kaysın */
}


/*------------------ FOOTER STİLLERİ ----------------------*/

#footer {
	background-color: #111;
	color: #fff;
	font-family: 'Manrope', sans-serif;
	position: relative;
    z-index: 10;
}

/* --- FOOTER TOP (WIDGETLAR) --- */
#footer .footer-top {
	padding: 80px 0 50px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Marka Alanı */
#footer .footer-logo img {
	height: 40px;
	margin-bottom: 25px;
}

#footer .footer-desc {
	font-size: 14px;
	line-height: 1.8;
	color: #999;
	margin-bottom: 25px;
	padding-right: 20px;
}

/* Sosyal Medya İkonları */
#footer .social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 18px;
	text-decoration: none;
	transition: 0.3s;
}

#footer .social-links a:hover {
	background: #C5A073; /* Altın Rengi */
	color: #fff;
	transform: translateY(-3px);
}

/* Başlıklar */
#footer .widget-title {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 25px;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 10px;
}

#footer .widget-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: #C5A073;
}

/* Link Listeleri */
#footer .footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

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

#footer .footer-links a {
	color: #999;
	text-decoration: none;
	font-size: 14px;
	transition: 0.3s;
	display: inline-block;
}

#footer .footer-links a:hover {
	color: #C5A073;
	padding-left: 5px; /* Hoverda sağa kayma */
}

/* Proje Listesi Özel */
#footer .project-list span {
	display: block;
	font-size: 11px;
	color: #666;
	margin-top: 2px;
}

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

#footer .footer-contact li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	color: #999;
	font-size: 14px;
}

#footer .footer-contact i {
	font-size: 20px;
	color: #C5A073;
	margin-right: 15px;
	margin-top: 2px;
}

#footer .footer-contact a {
	color: #999;
	text-decoration: none;
	transition: 0.3s;
}

#footer .footer-contact a:hover {
	color: #C5A073;
}

/* --- FOOTER BOTTOM (COPYRIGHT) --- */
#footer .footer-bottom {
	padding: 25px 0;
	background-color: #0b0b0b; /* Bir ton daha koyu */
	font-size: 13px;
}

#footer .copyright {
	margin: 0;
	color: #777;
}

#footer .copyright strong {
	color: #fff;
}

#footer .footer-legal a {
	color: #777;
	text-decoration: none;
	transition: 0.3s;
}

#footer .footer-legal a:hover {
	color: #C5A073;
}

#footer .footer-legal .sep {
	margin: 0 10px;
	color: #444;
}

/* --- YUKARI ÇIK BUTONU --- */
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 45px;
	height: 45px;
	background: #C5A073;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	z-index: 99;
	font-size: 20px;
	transition: 0.3s;
	opacity: 0; /* Başlangıçta gizli */
	visibility: hidden;
}

.back-to-top:hover {
	background: #fff;
	color: #111;
}

.back-to-top.active {
	opacity: 1;
	visibility: visible;
}


/*------------------ SAYFA BAŞLIĞI (PAGE HEADER) ----------------------*/
#page-header {
    position: relative;
    padding: 200px 0 100px 0; /* Navbar şeffaf olduğu için üstten pay bıraktık */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Parallax hissi */
}

#page-header .overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(17, 17, 17, 0.85); /* Koyu filtre */
}

#page-header .container {
    position: relative;
    z-index: 2;
}

#page-header .page-title {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

#page-header .breadcrumb {
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

#page-header .breadcrumb li {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#page-header .breadcrumb li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

#page-header .breadcrumb li a:hover {
    color: #C5A073;
}

#page-header .breadcrumb li::after {
    content: '/';
    margin-left: 10px;
    color: rgba(255,255,255,0.4);
}

#page-header .breadcrumb li:last-child::after {
    display: none;
}

#page-header .breadcrumb li.active {
    color: #C5A073;
}

/*------------------ KURUMSAL HİKAYE ----------------------*/
#kurumsal-intro {
    padding: 120px 0;
    background-color: #fff;
}

#kurumsal-intro .highlight-text {
    font-size: 20px;
    font-weight: 500;
    color: #1A1A1A;
    font-family: 'Playfair Display', serif;
    margin-bottom: 25px;
    line-height: 1.6;
    border-left: 4px solid #C5A073;
    padding-left: 20px;
}

#kurumsal-intro .text-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 15px;
}

/* İmza Alanı */
#kurumsal-intro .sig-img {
    height: 60px;
    opacity: 0.8;
}

#kurumsal-intro .ceo-info h5 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin: 0;
    color: #1A1A1A;
}

#kurumsal-intro .ceo-info span {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
}

/* Görsel Kolaj */
#kurumsal-intro .about-collage {
    position: relative;
    height: 550px;
}

#kurumsal-intro .about-collage img {
    position: absolute;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

#kurumsal-intro .about-collage .img-1 {
    width: 70%;
    height: 80%;
    top: 0;
    left: 0;
    z-index: 2;
}

#kurumsal-intro .about-collage .img-2 {
    width: 55%;
    height: 50%;
    bottom: 0;
    right: 0;
    z-index: 3;
    border: 10px solid #fff; /* Beyaz çerçeve ile ayır */
}

#kurumsal-intro .about-collage .gold-box {
    position: absolute;
    width: 40%;
    height: 40%;
    top: -30px;
    right: 20px;
    border: 5px solid #C5A073;
    z-index: 1;
}

/*------------------ MİSYON VİZYON ----------------------*/
#misyon-vizyon .mv-box {
    padding: 80px 60px;
    height: 100%;
    transition: 0.3s;
}

#misyon-vizyon .dark-bg {
    background-color: #1A1A1A;
    color: #fff;
}

#misyon-vizyon .gold-bg {
    background-color: #C5A073;
    color: #fff;
}

#misyon-vizyon .icon {
    font-size: 48px;
    margin-bottom: 25px;
}

#misyon-vizyon h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

#misyon-vizyon p {
    font-size: 15px;
    line-height: 1.8;
    opacity: 0.9;
    margin: 0;
}

/* Hover Efekti */
#misyon-vizyon .mv-box:hover {
    transform: translateY(-5px);
}

/*------------------ TARİHÇE (TIMELINE) ----------------------*/
#tarihce {
    padding: 120px 0;
    background-color: #F9F9F9;
}

#tarihce .timeline-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 50px;
}

/* Dikey Çizgi */
#tarihce .timeline-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #ddd;
}

#tarihce .timeline-item {
    position: relative;
    margin-bottom: 60px;
}

#tarihce .timeline-item:last-child {
    margin-bottom: 0;
}

/* Yıl Noktası */
#tarihce .timeline-item::after {
    content: '';
    position: absolute;
    left: -56px; /* Çizginin üzerine denk getir */
    top: 0;
    width: 14px;
    height: 14px;
    background: #C5A073;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #C5A073;
    transition: 0.3s;
}

#tarihce .timeline-item:hover::after {
    background: #1A1A1A;
    box-shadow: 0 0 0 3px rgba(197, 160, 115, 0.3);
}

#tarihce .year {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #C5A073;
    line-height: 1;
    margin-bottom: 15px;
}

#tarihce .content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#tarihce .content p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}


/*------------------ PROJELER SAYFASI STİLLERİ ----------------------*/

#projeler-page-content {
    padding: 100px 0;
    background-color: #fff;
}

/* --- FİLTRE BUTONLARI --- */
.project-filter-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.project-filter-nav li {
    padding: 12px 30px;
    border: 1px solid #eee;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.project-filter-nav li:hover,
.project-filter-nav li.active {
    background-color: #1A1A1A; /* Koyu Antrasit */
    color: #fff;
    border-color: #1A1A1A;
}

/* --- PROJE KARTI (CARD) --- */
.p-card {
    background: #fff;
    transition: transform 0.4s ease;
}

.p-card:hover {
    transform: translateY(-10px);
}

/* Görsel Alanı */
.p-card .p-img {
    position: relative;
    overflow: hidden;
    height: 300px;
    border-radius: 4px;
}

.p-card .p-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.p-card:hover .p-img img {
    transform: scale(1.1); /* Zoom */
}

/* Durum Rozeti (Sağ Üst) */
.p-card .status-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 30px;
    color: #fff;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.p-card .status-badge.completed {
    background-color: #1A1A1A; /* Siyah: Tamamlanan */
}

.p-card .status-badge.continuing {
    background-color: #C5A073; /* Altın: Devam Eden */
}

/* Overlay ve Buton */
.p-card .p-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(26, 26, 26, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
    z-index: 1;
}

.p-card:hover .p-overlay {
    opacity: 1;
}

.p-card .btn-detail {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-decoration: none;
    transform: scale(0);
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.p-card:hover .btn-detail {
    transform: scale(1);
}

.p-card .btn-detail:hover {
    background: #C5A073;
    color: #fff;
}

/* Bilgi Alanı */
.p-card .p-info {
    padding: 25px 10px;
    text-align: center;
}

.p-card .p-cat {
    display: block;
    font-size: 11px;
    color: #C5A073;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.p-card .p-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.p-card .p-title a {
    color: #1A1A1A;
    text-decoration: none;
    transition: 0.3s;
}

.p-card .p-title a:hover {
    color: #C5A073;
}

.p-card .p-loc {
    font-size: 14px;
    color: #999;
}

.p-card .p-loc i {
    color: #C5A073;
    margin-right: 5px;
}

/* --- PAGINATION (SAYFALAMA) --- */
.pagination-custom {
    display: inline-flex;
    gap: 10px;
}

.pagination-custom .page-link {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    color: #1A1A1A;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    background: transparent;
}

.pagination-custom .page-link:hover,
.pagination-custom .page-link.active {
    background-color: #1A1A1A;
    color: #fff;
    border-color: #1A1A1A;
}


/*------------------ HABERLER SAYFASI STİLLERİ ----------------------*/

#haberler-page {
    padding: 100px 0;
    background-color: #fcfcfc;
}

/* Kart Yapısı */
.blog-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    transition: all 0.4s ease;
    height: 100%; /* Kartların boyunu eşitle */
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transform: translateY(-5px);
    border-color: #fff;
}

/* Görsel Alanı */
.blog-card .blog-img {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.blog-card .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-card:hover .blog-img img {
    transform: scale(1.1); /* Zoom efekti */
}

/* Tarih Rozeti */
.blog-card .date-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #C5A073; /* Altın Rengi */
    color: #fff;
    padding: 8px 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 2;
}

.blog-card .date-badge .day {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Playfair Display', serif;
}

.blog-card .date-badge .month {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 2px;
}

/* İçerik Gövdesi */
.blog-card .blog-body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Meta Bilgileri (Yazar, Kategori) */
.blog-card .meta {
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
}

.blog-card .meta i {
    color: #C5A073;
    margin-right: 4px;
}

/* Başlık */
.blog-card .b-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 600;
}

.blog-card .b-title a {
    color: #1A1A1A;
    text-decoration: none;
    transition: 0.3s;
}

.blog-card:hover .b-title a {
    color: #C5A073;
}

/* Açıklama */
.blog-card .b-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
    flex-grow: 1; /* Butonu en alta itmek için */
}

/* Devamını Oku Butonu */
.blog-card .btn-read {
    font-size: 12px;
    font-weight: 700;
    color: #1A1A1A;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
    align-self: flex-start; /* Sola yasla */
}

.blog-card .btn-read:hover {
    color: #C5A073;
    gap: 10px;
}

/*------------------ HABER DETAY SAYFASI STİLLERİ ----------------------*/

#haber-detay-page {
    padding: 100px 0;
    background-color: #fcfcfc;
}

/* --- MAKALE ALANI --- */
.blog-detail-wrapper {
    background: #fff;
    border: 1px solid #eee;
    padding: 0;
    overflow: hidden; /* Taşmaları gizle */
}

/* Kapak Resmi */
.detail-img-box {
    position: relative;
    width: 100%;
    height: 450px;
}

.detail-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Tarih Rozeti (Ortak Stil) */
.detail-img-box .date-badge {
    position: absolute;
    bottom: 0; left: 0;
    background: #C5A073;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
}

.detail-img-box .date-badge .day {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Playfair Display', serif;
}

/* İçerik Metni */
.detail-content {
    padding: 40px;
}

.detail-content .meta-info {
    display: flex;
    gap: 20px;
    color: #999;
    font-size: 13px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
}

.detail-content .meta-info i {
    color: #C5A073;
    margin-right: 5px;
}

.detail-content .article-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #1A1A1A;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.detail-content .lead-text {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 1.8;
    margin-bottom: 25px;
}

.detail-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

.detail-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #1A1A1A;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* Alıntı (Blockquote) */
.detail-content blockquote {
    background: #FDFBF7; /* Açık krem */
    border-left: 5px solid #C5A073;
    padding: 30px;
    margin: 30px 0;
    position: relative;
}

.detail-content blockquote i {
    font-size: 30px;
    color: #C5A073;
    opacity: 0.3;
    position: absolute;
    top: 20px; left: 20px;
}

.detail-content blockquote p {
    font-size: 18px;
    font-style: italic;
    color: #1A1A1A;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.detail-content blockquote cite {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

/* Liste */
.article-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.article-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #555;
}

.article-list li::before {
    content: '\f00c'; /* Check icon (FontAwesome/LineAwesome kodu değişebilir) */
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #C5A073;
}

/* Makale Altı (Footer) */
.article-footer {
    padding: 20px 40px;
    background: #f9f9f9;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.article-footer .tags span,
.article-footer .share-buttons span {
    font-weight: 700;
    color: #1A1A1A;
    margin-right: 10px;
}

.article-footer .tags a {
    color: #666;
    background: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid #ddd;
    text-decoration: none;
    margin-right: 5px;
    transition: 0.3s;
}

.article-footer .tags a:hover {
    background: #C5A073;
    border-color: #C5A073;
    color: #fff;
}

.article-footer .share-buttons a {
    width: 35px; height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #1A1A1A;
    border-radius: 50%;
    margin-left: 5px;
    transition: 0.3s;
    text-decoration: none;
    border: 1px solid #eee;
}

.article-footer .share-buttons a:hover {
    background: #C5A073;
    color: #fff;
    border-color: #C5A073;
}

/* --- NAVİGASYON (Önceki/Sonraki) --- */
.post-navigation {
    display: flex;
    justify-content: space-between;
}

.post-navigation a {
    background: #fff;
    padding: 20px;
    width: 48%;
    border: 1px solid #eee;
    text-decoration: none;
    transition: 0.3s;
}

.post-navigation a:hover {
    border-color: #C5A073;
    transform: translateY(-3px);
}

.post-navigation .nav-label {
    display: block;
    font-size: 11px;
    color: #999;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.post-navigation .nav-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #1A1A1A;
    font-family: 'Playfair Display', serif;
}

/* --- SIDEBAR WIDGETLARI --- */
.sidebar-wrapper {
    padding-left: 20px;
}

.sidebar-widget {
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

.sidebar-widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.sidebar-widget .widget-title::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 40px; height: 2px;
    background: #C5A073;
}

/* Arama Widget */
.search-widget form {
    position: relative;
}

.search-widget input {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding: 0 50px 0 20px;
    background: #fcfcfc;
    transition: 0.3s;
}

.search-widget input:focus {
    border-color: #C5A073;
    background: #fff;
    outline: none;
}

.search-widget button {
    position: absolute;
    right: 0; top: 0;
    width: 50px; height: 50px;
    border: none;
    background: transparent;
    color: #C5A073;
    font-size: 20px;
    cursor: pointer;
}

/* Kategori Widget */
.category-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-widget li {
    border-bottom: 1px solid #f5f5f5;
}

.category-widget li:last-child {
    border-bottom: none;
}

.category-widget a {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    color: #666;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

.category-widget a span {
    color: #ccc;
}

.category-widget a:hover {
    color: #C5A073;
    padding-left: 5px;
}

/* Son Haberler Widget */
.recent-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.recent-post-item:last-child {
    margin-bottom: 0;
}

.recent-post-item .rp-img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    margin-right: 15px;
}

.recent-post-item .rp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-post-item h6 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.recent-post-item h6 a {
    color: #1A1A1A;
    text-decoration: none;
    transition: 0.3s;
}

.recent-post-item h6 a:hover {
    color: #C5A073;
}

.recent-post-item .date {
    font-size: 11px;
    color: #999;
}

/* Banner Widget */
.banner-widget {
    padding: 0;
    border: none;
}

.banner-content {
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    color: #fff;
}

.banner-content::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(17, 17, 17, 0.6);
}

.banner-content h5, .banner-content a {
    position: relative;
    z-index: 1;
}

.banner-content h5 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.banner-content .btn-banner {
    padding: 10px 25px;
    background: #C5A073;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    transition: 0.3s;
}

.banner-content .btn-banner:hover {
    background: #fff;
    color: #1A1A1A;
}

/*------------------ İLETİŞİM SAYFASI STİLLERİ ----------------------*/

/* --- İLETİŞİM KARTLARI --- */
#contact-info {
    padding: 100px 0;
    background-color: #fcfcfc;
}

.contact-card {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #f0f0f0;
    transition: all 0.4s ease;
    height: 100%;
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    border-color: #fff;
}

.contact-card .icon-box {
    width: 80px;
    height: 80px;
    background: #FDFBF7; /* Açık krem */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
    font-size: 32px;
    color: #C5A073;
    transition: 0.3s;
}

.contact-card:hover .icon-box {
    background: #C5A073;
    color: #fff;
}

.contact-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1A1A1A;
}

.contact-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.contact-card .link-text {
    color: #C5A073;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.contact-card .link-text.phone {
    font-size: 18px; /* Telefon numarası büyük olsun */
    color: #1A1A1A;
}

.contact-card .link-text:hover {
    color: #1A1A1A;
}

/* --- FORM VE HARİTA BÖLÜMÜ --- */
#contact-form-section {
    padding-bottom: 100px;
}

.form-wrapper {
    padding: 60px;
}

.form-wrapper .sub-title {
    font-size: 12px;
    letter-spacing: 2px;
    color: #999;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.form-wrapper .form-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #1A1A1A;
}

.form-wrapper .gold-text {
    color: #C5A073;
    font-style: italic;
}

/* Form Alanları */
.contact-form .form-group {
    position: relative;
}

.contact-form .form-control,
.contact-form .form-select {
    height: 55px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding-left: 20px; /* İkon için pay */
    padding-right: 45px;
    font-size: 14px;
    border-radius: 0; /* Köşeli tasarım */
    transition: 0.3s;
}

.contact-form textarea.form-control {
    height: auto;
    padding-top: 15px;
}

/* Input Focus Efekti */
.contact-form .form-control:focus,
.contact-form .form-select:focus {
    background-color: #fff;
    border-color: #C5A073;
    box-shadow: none;
}

/* İkonlar */
.contact-form .form-group i {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #ccc;
    pointer-events: none; /* Tıklamayı engelle */
    transition: 0.3s;
}

.contact-form .form-control:focus + i {
    color: #C5A073;
}

/* Gönder Butonu */
.btn-submit {
    width: 100%;
    padding: 15px;
    background: #1A1A1A;
    color: #fff;
    border: none;
    font-weight: 700;
    letter-spacing: 2px;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-submit:hover {
    background: #C5A073;
}

/* Harita Alanı */
.map-wrapper {
    min-height: 500px; /* Form ile eşitlenmesi için */
    width: 100%;
}

.map-wrapper iframe {
    /* Haritayı gri tonlamalı (Siyah-Beyaz) yapmak için filtre */
    filter: grayscale(100%) invert(0%); /* Lüks görünüm */
    transition: 0.5s;
}

/* Hoverda harita renkli olsun istersen: */
/* .map-wrapper:hover iframe { filter: grayscale(0%); } */
