/* ================================= */
/* FONT TANIMLARI */
/* ================================= */

@font-face {
  font-family: 'RalewayLight';
  src: url('fonts/raleway.light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'RalewayLight', sans-serif !important;
}
/* ================================= */
/* RESET */
/* ================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ================================= */
/* BODY */
/* ================================= */

html, body{
  height: auto;
  overflow-x: clip;
}

header{
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 150px;

display: flex;
align-items: center;
justify-content: space-between;

padding: 0 100px;

background: transparent;

z-index: 999999;

}
/* ================================= */
/* CLEAN TRANSPARENT HEADER */
/* ============================= */

header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  padding: 0 100px;
  display: flex;
  align-items: center;
  background: transparent;
  z-index: 9999;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 125px;
}

/* ================================= */
/* SECTION */
/* ================================= */

section {
  height: auto;
  display: block;
  text-align: left;
  padding: 0;
}

/* ================================= */
/* CONTENT */
/* ================================= */

.content h1 {
  font-size: 60px;
  letter-spacing: 6px;
  font-weight: 600;
  font-family: 'RalewayLight', sans-serif;
  text-shadow: 0 2px 15px rgba(0,0,0,0.9);
}

.content p {
  margin: 30px 0;
  letter-spacing: 2px;
  font-weight: 700; /* Walkway Bold */
}

/* ================================= */
/* BUTTON */
/* ================================= */

.btn {
  padding: 12px 30px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700; /* Walkway Bold */
  transition: 0.3s ease;
}

.btn:hover {
  background: #fff;
  color: #000;
}
/* ============================= */
/* ============================= */
/* ============================= */
/* ALT NAVİGASYON (TEMİZ HİZA) */
/* ============================= */

.page-nav {
  position: fixed;
  bottom: 40px;
  left: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 200;
}

.nav-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s ease;
}

.nav-btn:hover {
  opacity: 0.6;
}

.progress-bar {
  width: 320px;
  height: 1px;
  background: rgba(255,255,255,0.3);
  position: relative;
  overflow-x: hidden;
}

.progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #ffffff;
}
/* ============================= */
/* HERO VIDEO */
/* ============================= */

.hero {
  position: relative;
  height: 100vh;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45); /* yazılar net olsun */
  z-index: 2;
}


/* Nav videonun üstünde */
.hero .page-nav {
  z-index: 4;
}
/* ============================= */
/* SOL ALT HERO YAZI TASARIMI */
/* ============================= */

.left-content {
  position: absolute;
  bottom: 160px;
  left: 80px;
  z-index: 5;
  text-align: left;
  max-width: 600px;
}

/* Büyük başlık */
.left-content h1,
.left-content h2 {
  font-family: 'RalewayLight', sans-serif;
  font-size: 45px;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 4px 12px rgba(0,0,0,0.7);
  line-height: 1.05;
  margin: 0;
}

.left-content h2 {
  margin-bottom: 45px;
}

/* Yazı arkasına hafif gölge */
.left-content h1,
.left-content h2 {
text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.7);
}
/* Şeffaf buton */
.outline-btn {
  display: inline-block;
  padding: 16px 45px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 700;     /* daha dolgun */
  font-size: 17px;
  letter-spacing: 1px;
  background: transparent;
  transition: 0.3s ease;
    font-family: 'RalewayLight', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}
/* Hover efekti */
.outline-btn:hover {
  background: #fff;
  color: #000;
}
.hero-image {
  position: absolute;
  inset: 0;
  background: url("images/iletisim.jpg") center center / cover no-repeat;
  z-index: 1;
}
/* ============================= */
/* HEADER NAVIGATION */
/* ============================= */

header {
  justify-content: space-between;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 60px;   /* biraz açtık */
}

.main-nav a {
  font-family: 'RalewayLight', sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 3px;
  text-transform: uppercase;

  color: #ffffff;              /* 🔥 eksik olan buydu */
  text-decoration: none;       /* alt çizgiyi kaldır */

  position: relative;
  transition: 0.3s ease;
}

/* Premium alt çizgi animasyonu */
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0%;
  height: 1px;
  background: #ffffff;
  transition: 0.3s ease;
}

.main-nav a:hover::after {
  width: 100%;
}
/* ============================= */
/* RESPONSIVE HEADER */
/* ============================= */

.menu-toggle {
  display: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}

/* TABLET */
@media (max-width: 1024px) {
  header {
    padding: 0 40px;
  }

  .main-nav ul {
    gap: 30px;
  }
}

/* MOBİL */
@media (max-width: 768px) {

  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: rgba(0,0,0,0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 40px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav.active {
    right: 0;
  }
}
/* ============================= */
/* DETAIL PAGE (EAA STYLE INTRO) */
/* ============================= */

.detail-page {
  background: #fff;
  color: #111;
  overflow: visible;
}

/* Beyaz header */

.header--light .main-nav a {
  color: #111 !important;
}

.header--light .menu-toggle {
  color: #111;
}

/* Hero görsel alanı */
.detail-hero {
  width: 100%;
  height: 62vh;
  min-height: 420px;
  margin-top: 150px;
  overflow: hidden;
}

.detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Intro band */
.detail-intro {
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.detail-intro__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 100px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.detail-intro__left h1 {
  font-family: 'RalewayLight', sans-serif;
  font-weight: 700;
  font-size: 44px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  color: #111;
}

.breadcrumb {
  font-family: 'RalewayLight', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.55);
}

/* Scroll Down */
.scroll-down {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-family: 'RalewayLight', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.55);
  transition: 0.2s ease;
}

.scroll-down:hover {
  color: rgba(0,0,0,0.85);
}

.scroll-down .chev {
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(0,0,0,0.45);
  border-bottom: 2px solid rgba(0,0,0,0.45);
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 2px;
  animation: sd 1.2s infinite;
}

.scroll-down .chev:nth-child(3) {
  animation-delay: .18s;
}

@keyframes sd {
  0%   { transform: rotate(45deg) translate(0,0); opacity: .35; }
  50%  { transform: rotate(45deg) translate(2px,2px); opacity: 1; }
  100% { transform: rotate(45deg) translate(0,0); opacity: .35; }
}

/* İçerik */
.detail-content {
  background: #fff;
}
.detail-page{
  height: auto !important;
  overflow: visible;
  background: #fff;
  color: #111;
}
.detail-intro{
  display: block !important;   /* global flex'i kır */
  text-align: left !important; /* ortalamayı kır */
}

.detail-intro__inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.detail-content__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 100px 120px;
  color: #111;
}

.detail-content__inner h2 {
  font-family: 'RalewayLight', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.detail-content__inner p {
  font-family: 'RalewayLight', sans-serif;
  line-height: 1.9;
  max-width: 900px;
  color: rgba(0,0,0,0.75);
}

/* Responsive */
@media (max-width: 1024px) {
  .detail-intro__inner,
  .detail-content__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .detail-intro__left h1 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .detail-hero {
    height: 52vh;
    min-height: 320px;
  }

  .detail-intro__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
.detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 6s ease;
}

.detail-hero:hover img {
  transform: scale(1);
}
.detail-hero{
  margin-top: 150px;  /* header yüksekliği */
  height: 58vh;
  min-height: 420px;
}
.detail-hero img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.detail-intro{
  height: auto !important;      /* 100vh iptal */
  min-height: auto !important;
  padding: 55px 0 50px 0;       /* Scroll Down altında bitsin */
}
.detail-intro{
  align-items: initial !important;
  justify-content: initial !important;
}
/* ============================= */
/* PROJECT META SECTION */
/* ============================= */

.project-meta {
  background: #f4f4f4;
  padding: 100px 0;
}

.project-meta__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 100px;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 120px;
}

/* SOL TARAF */
.project-meta__info {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.meta-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
}

.meta-label {
  font-family: 'RalewayLight', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #111;
}

.meta-value {
  font-family: 'RalewayLight', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0,0,0,0.7);
  line-height: 1.6;
}

/* SAĞ TARAF */
.project-meta__text {
  font-family: 'RalewayLight', sans-serif;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(0,0,0,0.75);
}

.project-meta__text p {
  margin-bottom: 35px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .project-meta__inner {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0 40px;
  }

  .meta-row {
    grid-template-columns: 100px 1fr;
  }
}
/* FIX: Project meta text alignment + layout */
.project-meta__inner{
  align-items: start;
}

.project-meta__text{
  text-align: left !important;
}

.project-meta__text p{
  text-align: left !important;
  max-width: 900px;      /* istersen 1000 yap */
  margin: 0 0 28px 0;    /* auto olmasın */
}

/* Eğer globalde section { text-align:center; } gibi bir şey varsa,
   bu bölüm için kesin iptal */
.project-meta,
.project-meta *{
  text-align: left;
}
/* ============================= */
/* PROJECT GALLERY */
/* ============================= */

.project-gallery{
  background: #fff;
  padding: 90px 0 60px;  /* alt padding arttı */
  display: block;
  position: relative;
  z-index: 1;
  padding-bottom: 140px;
}
.gallery-inner{
  max-width: 1800px;   /* 1400 yerine büyüttük */
  margin: 0 auto;
  padding: 0 40px;     /* 100px yerine 40px */
}

.gallery-title{
  font-family: 'RalewayLight', sans-serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 40px;
}

.gallery-title .muted{
  font-weight: 400;
  color: rgba(0,0,0,0.45);
}

.gallery-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.gallery-item{
  display: block;
  overflow-x: hidden;
  background: #f3f3f3;
}

.gallery-item img{
  width: 100%;
  height: 320px;     /* sabit yükseklik */
  object-fit: cover;
  display: block;
}

.gallery-item:hover img{
  transform: scale(1.08);
}

/* Responsive */
@media (max-width: 1024px){
  .gallery-inner{ padding: 0 40px; }
  .gallery-grid{ grid-template-columns: repeat(2, 1fr); }
  .gallery-item img{ height: 300px; }
}

@media (max-width: 640px){
  .gallery-grid{ grid-template-columns: 1fr; }
  .gallery-title{ font-size: 34px; }
  .gallery-item img{ height: 260px; }
}
/* ============================= */
/* LIGHTBOX */
/* ============================= */

.lightbox{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999
}

.lightbox[aria-hidden="false"]{
  display: flex;
}

.lb-stage{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lbImg{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* Close */
.lb-close{
  position: absolute;
  top: 24px;
  right: 28px;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  opacity: 0.85;
  transition: 0.2s ease;
}
.lb-close:hover{ opacity: 1; }

/* Nav */
.lb-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: none;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 46px;
  line-height: 0;
  cursor: pointer;
  opacity: 0.9;
  transition: 0.2s ease;
}
.lb-nav:hover{
  background: rgba(255,255,255,0.14);
}

.lb-prev{ left: 22px; }
.lb-next{ right: 22px; }

@media (max-width: 768px){
  .lb-nav{ width: 46px; height: 46px; font-size: 40px; }
  .lb-prev{ left: 12px; }
  .lb-next{ right: 12px; }
  .lb-close{ top: 14px; right: 16px; }
}
/* ============================= */
/* FOOTER (COMPACT + CLEAN) */
/* ============================= */

.site-footer{
  background: #ffffff;
  color: #000000;
  padding: 50px 0 25px;
  font-family: 'RalewayLight', sans-serif;
  border-top: 1px solid #eaeaea;
}

.footer-inner{
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* SOL ADRES */
.footer-col p{
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.8;
  color: #333;
}

/* TELEFON & MAİL */
.footer-col a{
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.footer-col a:hover{ opacity: 0.6; }

.footer-center a{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.footer-right a{
  font-size: 18px;
  font-weight: 500;
}

/* ALT SATIR */
.footer-bottom{
  max-width: 1800px;
  margin: 25px auto 0;
  padding: 18px 80px 0;
  border-top: 1px solid #eaeaea;
  text-align: center;
  font-size: 12.5px;
  color: #666;
  letter-spacing: 0.4px;
}

.footer-bottom a{
  color: #111;
  font-weight: 600;
  text-decoration: none;
}

.footer-bottom a:hover{ opacity: 0.6; }

/* Responsive */
@media (max-width: 900px){
  .footer-inner{
    flex-direction: column;
    gap: 25px;
  }

  .footer-bottom{
    padding: 18px 25px 0;
    margin-top: 20px;
  }
}
/* ============================= */
/* DETAIL PAGE: GALERİ + FOOTER FIX (KAPSÜLLÜ) */
/* ============================= */

/* Detay sayfasında global flex/center/100vh etkilerini iptal et */


/* Galeri: kesinlikle normal akışta kalsın */
.detail-page .project-gallery{
  background: #fff !important;
  padding: 90px 0 60px !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Grid: düzgün satır hesaplasın */
.detail-page .gallery-grid{
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

/* Görseller: sabit yükseklik + taşma yok */
.detail-page .gallery-item{
  display: block;
  overflow-x: hidden;
  background: #f3f3f3;
}

/* ============================= */
/* GALLERY FIXED RATIO SYSTEM */
/* ============================= */

.detail-page .gallery-item{
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow-x: hidden;
  background: #f3f3f3;
}

.detail-page .gallery-item img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* Galeri: kesinlikle normal akışta kalsın */
.detail-page .project-gallery{
  background: #fff !important;
  padding: 90px 0 60px !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Grid: düzgün satır hesaplasın */
.detail-page .gallery-grid{
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

/* Görseller: sabit yükseklik + taşma yok */
.detail-page .gallery-item{
  display: block;
  overflow-x: hidden;
  background: #f3f3f3;
}

/* ============================= */
/* GALLERY FIXED RATIO SYSTEM */
/* ============================= */

.detail-page .gallery-item{
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
 overflow-x: hidden;
  background: #f3f3f3;
}

.detail-page .gallery-item img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Footer: kesinlikle aşağıda ve siyah arka plan */


/* Responsive */
@media (max-width: 1024px){
  .detail-page .footer-inner{ padding-left: 40px; padding-right: 40px; }
  .detail-page .gallery-grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px){
  .detail-page .footer-inner{ flex-direction: column; gap: 30px; }
}

@media (max-width: 640px){
  .detail-page .gallery-grid{ grid-template-columns: 1fr; }
}
/* ALRU DETAIL HERO FIX */
.detail-page .detail-hero{
  margin-top: 150px;      /* header yüksekliği */
  height: 58vh !important;
  min-height: 420px !important;
  max-height: 620px !important;  /* çok uzamasın */
  overflow-x: clip;
}

.detail-page .detail-hero img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: none !important;    /* scale animasyonu varsa iptal */
}
/* HERO FULL WIDTH FIX */
body{
  margin:0;
}
.detail-page .detail-hero{
  
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
/* HERO EDGE-TO-EDGE (KESİN) */
.detail-page .detail-hero{
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 150px 0 0 0 !important;   /* header offset */
}

.detail-page .detail-hero img{
  width: 100vw !important;
  max-width: none !important;
  height: 58vh !important;
  min-height: 420px !important;
  max-height: 620px !important;
  object-fit: cover !important;
  display: block !important;

  /* Container padding varsa tamamen kırar */
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
/* INTRO BAND: Yükseklik küçült + sola hizala */
.detail-page .detail-intro{
  background: #fff;
  padding: 34px 0 28px !important;   /* beyaz alanı küçültür */
  margin: 0 !important;
}

.detail-page .detail-intro__inner{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px !important;        /* daha sola yakın */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* Başlığı sola yaklaştır + daha “editorial” duruş */
.detail-page .detail-intro__left{
  margin-left: -18px;                /* biraz sola yatık */
}

.detail-page .detail-intro__left h1{
  margin: 0 0 10px;
  font-size: 64px;                   /* istersen 58 yap */
  line-height: 1;
  letter-spacing: 1px;
}

/* Breadcrumb daha minimal */
.detail-page .breadcrumb{
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 4px;
  color: rgba(0,0,0,0.45);
  text-transform: uppercase;
}

/* Scroll down daha kompakt */
.detail-page .scroll-down{
  margin: 0;
  transform: translateY(-4px);
}

.detail-page .scroll-down span{
  font-size: 12px;
  letter-spacing: 4px;
  color: rgba(0,0,0,0.55);
  text-transform: uppercase;
}

/* Mobilde padding’i azalt */
@media (max-width: 1024px){
  .detail-page .detail-intro__inner{ padding: 0 40px !important; }
  .detail-page .detail-intro__left{ margin-left: 0; }
  .detail-page .detail-intro__left h1{ font-size: 44px; }
}
/* ============================= */
/* ALRU URLA STYLE TITLE */
/* ============================= */

.detail-page .detail-intro__left h1{
  font-size: 46px;        /* EAA dengeli boyut */
  font-weight: 600;       /* çok bold değil */
  letter-spacing: 0.5px;  /* hafif aralık */
  line-height: 1.1;
  margin: 0 0 12px;
}

/* Breadcrumb daha ince ve aralıklı */
.detail-page .breadcrumb{
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.45);
}

/* ============================= */
/* MOBIL */
/* ============================= */

@media (max-width: 1024px){
  .detail-page .detail-intro__left h1{
    font-size: 36px;
  }
}

@media (max-width: 768px){
  .detail-page .detail-intro__left h1{
    font-size: 30px;
    letter-spacing: 0.3px;
  }

  .detail-page .breadcrumb{
    font-size: 10px;
    letter-spacing: 3px;
  }
}
/* Footer Bottom */
.footer-bottom{
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
  color: #666;
  letter-spacing: 0.5px;
}

.footer-bottom a{
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.footer-bottom a:hover{
  opacity: 0.6;
}
/* ===================================== */
/* CLEAN LIGHTBOX (FINAL FIXED) */
/* ===================================== */

.lightbox{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.lightbox[aria-hidden="false"]{
  display: flex;   /* block değil FLEX olacak */
}
.lb-stage{
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lbImg{
  max-width: 90vw;
  max-height: 85vh;
  display: block;
}

.lb-strip{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
  overflow-x: hidden;
  background: rgba(0,0,0,0.75);
}

.lb-strip::-webkit-scrollbar{ display:none; }

.lb-thumb{
  width: 100px;
  height: 60px;
  flex: 0 0 auto;
  opacity: .6;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.2);
}

.lb-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}

.lb-thumb.is-active{
  opacity: 1;
  border-color: #fff;
}

.lb-prev, .lb-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 44px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}

.lb-prev{ left: 30px; }
.lb-next{ right: 30px; }

.lb-close{
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 38px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}
/* ============================= */
/* GALLERY HOVER ZOOM (SLOW & SMOOTH) */
/* ============================= */

.detail-page .gallery-item{
  overflow-x: hidden;
}

.detail-page .gallery-item img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: scale(1);
  transition: transform 1.1s cubic-bezier(.22,.61,.36,1); /* yavaş ve akıcı */
}

.detail-page .gallery-item:hover img{
  transform: scale(1.08);
}
/* ============================= */
/* LIGHTBOX CLICK FIX (Z-INDEX)  */
/* ============================= */

.lightbox { 
  position: fixed; 
}

/* Stage en altta kalsın */
.lb-stage{
  z-index: 1;
}

/* Büyük görsel stage üstünde ama kontrollerin altında */
#lbImg{
  position: relative;
  z-index: 2;
}

/* Thumb strip kontrollerden altta, sahneden üstte */
.lb-strip{
  z-index: 3;
}

/* OKLAR + KAPATMA HER ŞEYİN ÜSTÜNDE OLSUN */
.lb-nav,
.lb-close{
  z-index: 99999;
  pointer-events: auto;
}
/* ============================================================ */
/* ABOUT PAGE (index-detay.html) - Tüm stiller                 */
/* style.css dosyasının SONUNA ekle                            */
/* ============================================================ */

/* --- Genel sayfa ayarları --- */
.about-page {
  background: #fff;
  color: #111;
  overflow-x: hidden;
  height: auto;
}

.about-page main,
.about-page section {
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
  text-align: left;
}

/* ============================================================ */
/* 1. HERO (yarım ekran, yazısız)                               */
/* ============================================================ */

.about-page .detail-hero {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 150px 0 0 0 !important;
  height: 58vh !important;
  min-height: 420px !important;
  max-height: 620px !important;
  overflow-x: hidden;
}

.about-page .detail-hero img {
  width: 100vw !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* ============================================================ */
/* 2. STÜDYOMUZ - logo + dikey çizgi + metin                   */
/* ============================================================ */

.about-page .about-hero {
  background: #000;
  padding: 80px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.about-page .about-hero__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0 100px 0 300px; /* sol boşluk büyük → içeriği sağa iter */
}

/* SOL: Logo alanı */
.about-page .about-hero__left {
  flex: 0 0 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 60px;
}

.about-page .about-hero__left img {
  height: 250px;
  width: auto;
  display: block;
}

/* DİKEY ŞERİT */
.about-page .about-hero__divider {
  width: 2px;
  background: #fff;
  flex-shrink: 0;
  align-self: stretch;
}

/* SAĞ: Başlık + metin */
.about-page .about-hero__right {
  flex: 1;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-page .about-hero__right h2 {
  font-family: 'RalewayLight', sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #fff;
  margin: 0 0 18px;
  text-transform: none;
}

.about-page .about-hero__right p {
  font-family: 'RalewayLight', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9;
  color: #fff;
  max-width: 580px;
  margin: 0;
}

/* ============================================================ */
/* 3. EKİBİMİZ & TASARIM FELSEFESİ                            */
/*    Sol: resim | Sağ: başlık + paragraf x2                   */
/* ============================================================ */

.about-page .about-section {
  background: #fff;
  padding: 90px 100px;
}

.about-page .about-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

/* Sol görsel */
.about-page .about-image-wrapper {
  flex: 0 0 43%;
  max-width: 43%;
}

.about-page .about-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Sağ içerik */
.about-page .about-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 8px;
}

.about-page .about-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.about-page .about-heading {
  font-family: 'RalewayLight', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.5px;
  color: #111;
  margin: 0;
}

.about-page .about-text {
  font-family: 'RalewayLight', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(0,0,0,0.72);
  margin: 0;
}

/* ============================================================ */
/* 4. DAİRE GRAFİK (siyah zemin)                               */
/* ============================================================ */

.about-page .about-circle {
  background: #000;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 120px 40px;
}

.about-page .outer-circle {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-page .inner-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.04);
}

/* ============================================================ */
/* 5. ALT METİN BÖLÜMÜ (siyah zemin)                           */
/* ============================================================ */

.about-page .about-text-section {
  background: #000;
  padding: 90px 100px 100px;
}

.about-page .about-divider {
  width: 48px;
  height: 1px;
  background: rgba(255,255,255,0.3);
  margin: 0 auto 60px auto;
}

.about-page .about-text {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

/* about-text class'ı iki yerde kullanılıyor, section içinde override */
.about-page .about-text-section .about-text {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.about-page .about-text__heading {
  font-family: 'RalewayLight', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.about-page .about-text__body {
  font-family: 'RalewayLight', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9;
  color: #fff;
  margin: 0 0 55px;
}

.about-page .about-text__body:last-child {
  margin-bottom: 0;
}

/* ============================================================ */
/* RESPONSIVE                                                   */
/* ============================================================ */

@media (max-width: 1024px) {
  .about-page .about-hero {
    padding: 60px 40px;
  }

  .about-page .about-section {
    padding: 70px 40px;
  }

  .about-page .about-text-section {
    padding: 70px 40px 80px;
  }
}

@media (max-width: 900px) {
  .about-page .about-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .about-page .about-hero__divider {
    width: 60px;
    height: 1px;
  }

  .about-page .about-container {
    flex-direction: column;
    gap: 40px;
  }

  .about-page .about-image-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .about-page .about-hero {
    padding: 50px 24px;
  }

  .about-page .about-hero__right h2 {
    font-size: 22px;
  }

  .about-page .about-section {
    padding: 50px 24px;
  }

  .about-page .about-text-section {
    padding: 50px 24px 60px;
  }

  .about-page .about-heading {
    font-size: 18px;
  }

  .about-page .about-text__heading {
    font-size: 17px;
  }

  .about-page .detail-hero {
    height: 45vh !important;
    min-height: 280px !important;
  }
}
.about-page .about-text {
  text-align: left;
}
/* Çizgi genişliği */
.about-page .about-divider {
  width: 750px;
}

/* Metinleri beyaz yap */
.about-page .about-text__body {
  color: rgba(255,255,255,0.9);
}
/* ============================================================ */
/* İLETİŞİM SAYFASI (iletisim-detay.html)                      */
/* style.css dosyasının SONUNA ekle                            */
/* ============================================================ */

/* === İLETİŞİM BÖLÜMÜ === */
.contact-section {
  background: #000;
  padding: 100px 0;
}

.contact-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 100px 0 300px;
  display: flex;
  align-items: flex-start;
  gap: 0;
}

/* SOL: Logo */
.contact-left {
  flex: 0 0 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 60px;
  padding-top: 10px;
}

.contact-left img {
  height: 250px;
  width: auto;
  display: block;
}

/* DİKEY ŞERİT */
.contact-divider {
  width: 1px;
  background: rgba(255,255,255,0.25);
  flex-shrink: 0;
  align-self: stretch;
}

/* SAĞ: Adres + Form */
.contact-right {
  flex: 1;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Adres bilgileri */
.contact-info {
  text-align: center;
}

.contact-info p {
  font-family: 'RalewayLight', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  line-height: 2;
  margin: 0;
}

.contact-info a {
  font-family: 'RalewayLight', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: 0.2s ease;
}

.contact-info a:hover {
  color: #fff;
}

/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 580px;
  margin: 0 auto;
  width: 100%;
}

.contact-form input,
.contact-form textarea {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  font-family: 'RalewayLight', sans-serif;
  font-size: 14px;
  padding: 14px 18px;
  outline: none;
  transition: border-color 0.2s ease;
  resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255,255,255,0.4);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(255,255,255,0.7);
}

.contact-form button {
  align-self: center;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.6);
  color: #fff;
  font-family: 'RalewayLight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 50px;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-form button:hover {
  background: #fff;
  color: #000;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .contact-inner {
    padding: 0 40px;
  }
}

@media (max-width: 900px) {
  .contact-inner {
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
    gap: 40px;
  }

  .contact-divider {
    width: 60px;
    height: 1px;
    align-self: auto;
  }

  .contact-left {
    padding-right: 0;
  }

  .contact-right {
    padding-left: 0;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .contact-section {
    padding: 60px 0;
  }

  .contact-left img {
    height: 180px;
  }

  .contact-form button {
    width: 100%;
  }
}
.contact-hero {
  position: relative;
}

.contact-hero__content {
  position: absolute;
  bottom: 80px;
  left: 100px;
  z-index: 5;
  text-align: left;
}

.contact-hero__content span {
  display: block;
  font-family: 'RalewayLight', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 12px;
  text-transform: uppercase;
}

.contact-hero__content h1 {
  font-family: 'RalewayLight', sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 28px;
  letter-spacing: 1px;
}

.contact-hero__btn {
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'RalewayLight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.contact-hero__btn:hover {
  background: #fff;
  color: #000;
}
.about-hero-img {
  position: relative;
}

.about-hero__overlay {
  position: absolute;
  bottom: 80px;
  left: 100px;
  z-index: 5;
  text-align: left;
}

.about-hero__overlay span {
  display: block;
  font-family: 'RalewayLight', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 12px;
}

.about-hero__overlay h1 {
  font-family: 'RalewayLight', sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 28px;
  line-height: 1.15;
}

.about-hero__btn {
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'RalewayLight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.about-hero__btn:hover {
  background: #fff;
  color: #000;
}
.header--light .logo img {
  filter: invert(1);
}

/* ============================================================ */
/* PROJELER SAYFASI                                            */
/* style.css dosyasının SONUNA ekle                           */
/* ============================================================ */

.projeler-page {
  background: #fff;
  color: #111;
  overflow-x: hidden;
  height: auto;
}

.projeler-page header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.projeler-page .main-nav a {
  color: #111;
}

.projeler-page .main-nav a::after {
  background: #111;
}

.projeler-main {
  padding-top: 180px;
  padding-bottom: 100px;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}

/* Başlık */
.projeler-header {
  margin-bottom: 50px;
}

.projeler-breadcrumb {
  font-family: 'RalewayLight', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  color: rgba(0,0,0,0.45);
  text-transform: uppercase;
}

/* Grid */
.projeler-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

/* Proje kartı */
.proje-item {
  text-decoration: none;
  color: #111;
  display: block;
}

.proje-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow-x: hidden;
  background: #f0f0f0;
}

.proje-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 1.1s cubic-bezier(.22,.61,.36,1);
}

/* Hover karartma */
.proje-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s ease;
}

.proje-ad {
  font-family: 'RalewayLight', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.proje-item:hover .proje-img img {
  transform: scale(1.06);
}

.proje-item:hover .proje-overlay {
  background: rgba(0,0,0,0.45);
}

.proje-item:hover .proje-ad {
  opacity: 1;
  transform: translateY(0);
}

/* Alt proje adı */
.proje-info {
  padding: 14px 0 0;
}

.proje-info h3 {
  font-family: 'RalewayLight', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #111;
  margin: 0;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .projeler-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .projeler-main {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 640px) {
  .projeler-grid {
    grid-template-columns: 1fr;
  }

  .projeler-main {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 140px;
  }
}
.projeler-page .logo img {
  filter: invert(1);
}
/* ============================================================ */
/* HİZMETLER SAYFASI                                           */
/* style.css dosyasının SONUNA ekle                           */
/* ============================================================ */

.hizmetler-page {
  background: #000;
  height: auto;
  overflow-x: clip;  /* hidden yerine clip — scroll container oluşturmaz */
}



.hizmetler-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: clip;  /* hidden yerine clip */
}

.hizmetler-hero__bg {
  position: absolute;
  inset: 0;
}

.hizmetler-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hizmetler-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);
}

.hizmetler-hero__content {
  position: absolute;
  bottom: 120px;
  left: 100px;
  z-index: 5;
  text-align: left;
}

.hizmetler-hero__content h1 {
  font-family: 'RalewayLight', sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.1;
}

.hizmetler-hero__content h2 {
  font-family: 'RalewayLight', sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 36px;
  line-height: 1.1;
}

.hizmetler-hero__btn {
  display: inline-block;
  padding: 16px 48px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'RalewayLight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.hizmetler-hero__btn:hover {
  background: #fff;
  color: #000;
}

@media (max-width: 768px) {
  .hizmetler-hero__content {
    left: 40px;
    bottom: 80px;
  }

  .hizmetler-hero__content h1,
  .hizmetler-hero__content h2 {
    font-size: 42px;
  }
}
/* HİZMETLER İÇERİK */
.hizmetler-content {
  background: #000;
  padding: 100px;
}

.hizmetler-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 100px;
  max-width: 1200px;
  margin: 0 auto;
}

.hizmet-item h3 {
  font-family: 'RalewayLight', sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px;
}

.hizmet-item p {
  font-family: 'RalewayLight', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  line-height: 1.85;
  margin: 0;
}

/* HİZMETLER ALT BÖLÜM */
.hizmetler-alt {
  background: #fff;
  padding: 100px;
}

.hizmetler-alt__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
}

.hizmetler-alt__img {
  flex: 0 0 50%;
  max-width: 50%;
}

.hizmetler-alt__img img {
  width: 100%;
  height: auto;
  display: block;
}

.hizmetler-alt__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.hizmetler-alt__block h3 {
  font-family: 'RalewayLight', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #111;
  margin: 0 0 16px;
}

.hizmetler-alt__block p {
  font-family: 'RalewayLight', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,0.7);
  line-height: 1.85;
  margin: 0;
}

/* SÜREÇ BÖLÜMÜ */
.hizmetler-surec {
  background: #000;
  padding: 80px 100px;
  overflow-x: hidden;
}

.hizmetler-surec__inner {
  max-width: 900px;
  margin: 0 auto;
}

.surec-baslik {
  font-family: 'RalewayLight', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 0 60px;
  display: block;
  text-align: left;
  padding-left: 48%;
}

.surec-liste {
  position: relative;
  display: flex;
  flex-direction: column;
}

.surec-liste::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #fff;
  transform: translateX(-50%);
  z-index: 0;
}

.surec-item {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  padding: 35px 0;
  position: relative;
  z-index: 1;
}
.surec-item:first-child {
  padding-top: 0;
}

.surec-no {
  font-family: 'RalewayLight', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.35);
  letter-spacing: 1px;
  text-align: right;
  padding-right: 20px;
  padding-top: 3px;
}

.surec-cizgi {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: 0px;
  justify-self: center;
}

.surec-icerik {
  padding-left: 20px;
}

.surec-icerik h3 {
  font-family: 'RalewayLight', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 12px;
}

.surec-icerik p {
  font-family: 'RalewayLight', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  line-height: 1.85;
  margin: 0;
}

@media (max-width: 768px) {
  .hizmetler-content { padding: 60px 30px; }
  .hizmetler-grid { grid-template-columns: 1fr; gap: 50px; }
  .hizmetler-alt { padding: 60px 30px; }
  .hizmetler-alt__inner { flex-direction: column; }
  .hizmetler-alt__img { flex: 0 0 100%; max-width: 100%; }
  .hizmetler-surec { padding: 60px 30px; }
}
.hizmetler-surec {
  background: #000;
  padding: 60px 100px;
  display: block !important;
  height: auto !important;
  text-align: left !important;
}
.hizmetler-page header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
}
/* SCROLL BARI KAPATAN KISIM */
* {
  scrollbar-width: none;
}

*::-webkit-scrollbar {
  display: none;
}
/* ============================= */
/* LUXURY IMAGE TRANSITION */
/* ============================= */

body.page-exit main{
  transform: scale(1.06);
  filter: blur(10px);
  opacity: 0;
  transition: all .7s cubic-bezier(.77,0,.18,1);
}

body.page-enter main{
  transform: scale(1.06);
  filter: blur(10px);
  opacity: 0;
}

body.page-enter-active main{
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
  transition: all .9s cubic-bezier(.77,0,.18,1);
}

.hizmetler-page,
.projeler-page {
  height: auto;
  overflow-y: visible;
}

html:has(body.hizmetler-page),
html:has(body.projeler-page) {
  height: auto;
  overflow-y: visible;
}
/* HEADER HARD FIX */
html{
  overflow-y: scroll;
}

body{
  overflow-y: visible !important;
}

header{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
/* DETAIL PAGE SCROLL FIX */

.detail-page main{
  overflow: visible !important;
}
main{
overflow: visible !important;
height: auto !important;
}

.detail-page header {
  transition: transform 0.3s ease;
}
.detail-page header.hidden {
  transform: translateY(-100%);
}
header {
  transition: transform 0.3s ease;
}
header.hidden {
  transform: translateY(-100%);
}

/* BARBA WRAPPER FIX */

[data-barba="container"]{
position:relative;
}
[data-barba="wrapper"] {
  overflow: hidden;
  position: relative;
}

[data-barba="container"] {
  background: #111;
  min-height: 100vh;
  width: 100%;
}

[data-barba="wrapper"] {
  background: #111;
}

/* ============================= */
/* GALERİ HOVER EFEKTİ           */
/* ============================= */

.gallery-item {
  position: relative;
  overflow: hidden;
  display: block;
}

.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  z-index: 1;
}

.gallery-item::after {
  content: "⤢";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  font-size: 36px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}

.gallery-item:hover::before {
  background: rgba(0, 0, 0, 0.5);
}

.gallery-item:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
/* ============================= */
/* MOBİL RESPONSIVE FİX          */
/* ============================= */

@media (max-width: 768px) {

  /* HEADER */
  header {
    padding: 0 20px;
    height: 80px;
  }

  .logo img {
    height: 60px;
  }

  /* HAMBURGEr MENÜ - yazılar beyaz görünsün */
  .main-nav {
    background: rgba(0, 0, 0, 0.97) !important;
    z-index: 99999;
  }

  .main-nav a {
    color: #fff !important;
    font-size: 20px;
  }

  /* PROGRESS BAR VE BUTONLAR */
  .page-nav {
    left: 20px;
    right: 20px;
    bottom: 30px;
    width: calc(100% - 40px);
    justify-content: space-between;
  }

.nav-btn {
    font-size: 42px;
    padding: 14px;
    min-width: 50px;
    min-height: 50px;
  }

  .progress-bar {
    flex: 1;
    margin: 0 16px;
    width: auto;
  }

  /* HERO YAZI */
  .left-content {
    left: 20px;
    bottom: 120px;
    max-width: 90%;
  }

  .left-content h1 {
    font-size: 28px;
  }

  .left-content h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .outline-btn {
    padding: 12px 28px;
    font-size: 14px;
  }

  /* HAKKIMIZDA / DETAY SAYFALARI */
  .detail-intro__inner {
    padding: 30px 20px;
    flex-direction: column;
  }

  .detail-intro__left h1 {
    font-size: 28px;
  }

  .project-meta__inner {
    flex-direction: column;
    padding: 30px 20px;
  }

  .project-meta__text {
    padding: 0;
  }

  /* HAKKIMIZDA İÇERİK - sağa taşmayı düzelt */
  .about-split,
  .about-content,
  .studio-split {
    flex-direction: column !important;
    padding: 40px 20px !important;
  }

  .about-split__img,
  .about-split__text,
  .studio-split__img,
  .studio-split__text {
    width: 100% !important;
    max-width: 100% !important;
    flex: unset !important;
  }

  /* GENEL TAŞMA DÜZELTMESİ */
  section {
    overflow-x: hidden;
  }

  * {
    max-width: 100%;
  }
}