/* ======================================================================
   DEĞİŞKENLER
====================================================================== */
:root {
  --brand: #fcce58;
  --ink: #0b1320;

  --gap: 28px;
  --radius: 26px;

  --shadow:   0 18px 40px rgba(2, 6, 23, .12);
  --shadow-h: 0 24px 56px rgba(2, 6, 23, .16);

  /* Tipografi: Exo 2 Medium */
  --font-sans: "Exo 2", system-ui, -apple-system, "Segoe UI",
               Roboto, Arial, "Noto Sans", sans-serif;

  /* Ek: bazı bloklar bu değişkenleri bekliyor */
  --rad: 22px;
}

/* ======================================================================
   GLOBAL KÜÇÜK DÜZELTMELER
====================================================================== */
*,
*::before,
*::after { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
  overflow-x: hidden; /* 100vw hilesinde sağa scroll olmasın */
  font-family: var(--font-sans);
  font-weight: 500; /* Exo 2 Medium */
}

/* Aynı elementte hem bg-dark hem text-primary varsa gizle */
.bg-dark.text-primary { display: none !important; }
/* ======================================================================
   WHATSAPP SABİT BUTON (DÜZELTİLDİ + SVG FIX + ÇOKLU NUMARA MENÜ STİLİ)
====================================================================== */
.whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 16px;
  border-radius: 999px;

  background: #25D366;
  color: #fff;
  text-decoration: none;

  font-weight: 800;
  letter-spacing: .2px;

  box-shadow: 0 12px 30px rgba(3, 27, 3, .25);
  transition: transform .15s ease, box-shadow .15s ease;

  cursor: pointer;
  font-family: var(--font-sans);
}

/* Hover */
.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(3, 27, 3, .28);
}

/* === SVG FIX === */
.whatsapp-float svg {
  width: 22px !important;
  height: 22px !important;
  flex-shrink: 0;
  display: block;
}
/* ======================================================================
   HERO (Video + Overlay + Metin) — konsolide & güvenli
====================================================================== */
.hero {
  position: relative;
  isolation: isolate;

  width: 100vw;
  max-width: 100vw;
  margin-left:  calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  min-height: 100vh;
  overflow: hidden;

  color: #fff;
  font-family: var(--font-sans);
.hero h1{
 position:relative;
 top:316px;
}

}
.hero > .hero-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.80);
    color-interpolation-filters: initial;

  object-fit: cover;
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;


}
/* alternatif overlay elemanı kullananlar için */
.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background: linear-gradient(
    180deg,
    rgba(2, 6, 23, .45) 0%,
    rgba(2, 6, 23, .25) 35%,
    rgba(2, 6, 23, .45) 100%
  );
}

/* Metin alanı – dikey ortalı, sola hizalı */
.hero .hero-overlay {
  position: absolute !important;
  z-index: 2 !important;
  color: #fff;

  left: clamp(16px, 6vw, 120px) !important;
  top: 50% !important;
  transform: translateY(80%) !important;

  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;

  max-width: min(920px, 92vw) !important;
  text-align: top !important;
  font-family: var(--font-sans);
}


.hero-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;

  padding: 8px 12px;
  border-radius: 999px;

  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);

  width: auto !important;
  height: auto !important;
  text-transform: none;
  letter-spacing: normal;
  font-family: var(--font-sans);
}

.hero-title {
  margin: 0;
  font-weight: 800;
  font-size: clamp(28px, 4.6vw, 52px);
  line-height: 1.1;
  letter-spacing: -.02em;
  max-width: 28ch;
  font-family: var(--font-sans);
}

.hero-text {
  margin: 0;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.6;
  max-width: 62ch;
  opacity: .96;
  font-family: var(--font-sans);
}

/* CTA altta ortada */
.hero .hero-ctas {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 2;
  font-family: var(--font-sans);
}

@media (max-width: 768px) {
  .hero .hero-overlay {
    top: calc(var(--nav-h, 80px) + 76px) !important;
  }
}
@media (max-width: 640px) {
  .hero { min-height: 60vh; }
  .hero .hero-overlay { bottom: 18px; }
}

/* ========== About Split (Hakkımızda) ========== */
.about-split{
  display: grid;
  gap: clamp(16px, 4vw, 32px);
  grid-template-columns: 1.08fr 1fr;     /* metin : görsel oranı */
  align-items: center;
  max-width: 1200px;
  margin: clamp(28px, 5vw, 56px) auto;
  padding: 0 clamp(16px, 4vw, 24px);
}
@media (max-width: 900px){
  .about-split{ grid-template-columns: 1fr; }
}

/* tipografi */
.about-eyebrow{
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: .2px;
  font-size: clamp(16px, 1.4vw, 20px);
  color: #111;
  opacity: .95;
  font-family: var(--font-sans);
}

.about-title{
  margin: 0 0 12px;
  font-weight: 800;
  letter-spacing: -.01em;
  font-size: clamp(40px, 4.2vw, 64px);  /* büyütülmüş başlık */
  line-height: 1.08;
  color: #0b1320;
  font-family: var(--font-sans);
}

.about-text p{
  margin: 0 0 14px;
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.7;
  color: #475569;
  max-width: 62ch;
  font-family: var(--font-sans);
}

/* görsel kutusu */
.about-media{
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(2,6,23,.12);
}
.about-media img{
  display: block;
  width: 100%;
  height: auto;
}

/* ——— “İnceleyiniz” butonu (animasyonlu) ——— */
.btn-about{
  --ink:#0b1320;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 12px 20px;
  border-radius: 12px;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: transparent;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .2px;
  overflow: hidden;
  transition: color .25s ease, border-color .25s ease, transform .15s ease;
  margin-top: 10px;
  font-family: var(--font-sans);
}

/* soldan sağa siyah dolgu */
.btn-about::after{
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ink);
  transform: translateX(-100%);
  transition: transform .35s ease;
  z-index: 0;
}
.btn-about:hover{
  color: #fff;
  border-color: var(--ink);
  transform: translateY(-1px);
}
.btn-about:hover::after{ transform: translateX(0); }
.btn-about > span{ position: relative; z-index: 1; }
.btn-about:active{ transform: translateY(0); }

.btn-about:focus-visible{
  outline: 3px solid #2563eb;
  outline-offset: 2px;
}

/* mobil ince ayar */
@media (max-width: 640px){
  .about-title{ font-size: clamp(32px, 8vw, 44px); }
  .about-text p{ font-size: 15px; }
}

/* ——— Dış blok ——— */
.about-block{
  max-width: 1200px;
  margin: clamp(28px,5vw,64px) auto;
  padding: 0 clamp(16px,4vw,24px);
  font-family: var(--font-sans);
}

/* ——— 2 kolon grid ——— */
.about-grid{
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(18px,4vw,40px);
  align-items: center;
}
@media (max-width: 900px){
  .about-grid{ grid-template-columns: 1fr; }
}

/* ——— Metin tarafı ——— */
.about-text{ font-family: var(--font-sans); }

.about-eyebrow{
  margin: 0 0 10px;
  font: 700 clamp(14px,1.3vw,16px)/1 var(--font-sans);
  color: #111; opacity: .9;
}

.about-title{
  /* serif'i kesin olarak kapatıyoruz */
  font-family: var(--font-sans) !important;
  margin: 0 0 12px;
  font-weight: 900;
  letter-spacing: -.02em;
  font-size: clamp(40px, 4.6vw, 72px);  /* büyük, sans-serif, kalın */
  line-height: 1.08;
  color: var(--ink);
}

.about-text p{
  margin: 0 0 14px;
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.7;
  color: #475569;
  max-width: 62ch;       /* satır uzunluğu konforlu */
}

/* ——— Görsel ——— */
.about-media{
  position: relative;
  border-radius: var(--rad);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.about-media img{
  display: block;
  width: 100%;
  height: auto;
}

/* ——— “İnceleyiniz” butonu (animasyonlu) ——— */
.btn-about{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 12px 20px;
  border-radius: 12px;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: transparent;
  text-decoration: none;
  font: 700 15px/1 var(--font-sans);
  letter-spacing: .2px;
  overflow: hidden;
  transition: color .25s ease, border-color .25s ease, transform .15s ease;
  margin-top: 12px;
}
.btn-about::after{
  content:"";
  position:absolute; inset:0;
  background: var(--ink);        /* siyah dolgu */
  transform: translateX(-100%);
  transition: transform .35s ease;
  z-index:0;
}
.btn-about:hover{
  color:#fff; border-color: var(--ink);
  transform: translateY(-1px);
}
.btn-about:hover::after{ transform: translateX(0); }
.btn-about > span{ position:relative; z-index:1; }
.btn-about:active{ transform: translateY(0); }
.btn-about:focus-visible{ outline:3px solid #2563eb; outline-offset:2px; }

/* ——— Mobile ince ayar ——— */
@media (max-width: 640px){
  .about-title{ font-size: clamp(32px, 8vw, 44px); }
  .about-text p{ font-size: 15px; }
}

/* ===========================
   HAKKIMIZDA BLOĞU DÜZELTMELERİ
=========================== */

/* Grid oranı ve hizalama (sol tarafı biraz genişlet) */
.about-grid{
  grid-template-columns: 1.2fr 1fr;   /* önce 1.05fr idi */
  align-items: start;                 /* metin üstten başlasın */
}

/* Metin kolonuna üst-alt rahatlık ve max genişlik */
.about-text{
  max-width: 680px;
}

/* Eyebrow (Hakkımızda) – daha net ve biraz büyük */
.about-eyebrow{
  color: #4b5563 !important;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 20px);
  margin: 0 0 12px;
}

/* Başlık – serif’i kapat, renk siyah, kalın, büyük */
.about-title{
  font-family: var(--font-sans) !important;
  color: #0b1320 !important;          /* sarıya dönen temayı ez */
  font-weight: 900;
  letter-spacing: -.02em;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.08;
  margin: 0 0 14px;
}

/* Paragraflar – okunaklı gri ve rahat satır aralığı */
.about-text p{
  color: #475569 !important;
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.7;
  margin: 0 0 14px;
}

/* Butonla metin arasına biraz mesafe */
.btn-about{ margin-top: 14px; }

/* Görseli oval + gölge (zorlayıcı) */
.about-media{
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 40px rgba(2,6,23,.12) !important;
}
.about-media img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Mobilde tek sütun */
@media (max-width: 900px){
  .about-grid{ grid-template-columns: 1fr; }
}

/* Mobil tipografi rahat kalsın */
@media (max-width: 640px){
  .about-title{ font-size: clamp(32px, 8vw, 44px); }
  .about-text p{ font-size: 15px; }
}

/* ========== SLIDER: güvenli, çakışma az, responsive ========== */
/* Hepsini life- prefiksi ile izole ettik */
.life-wrap *, .life-wrap *::before, .life-wrap *::after { box-sizing: border-box; }

/* Dış sarmalayıcı */
.life-wrap{
  max-width: 1480px;
  margin: 0 auto;
  padding: 16px 24px;
  font-family: var(--font-sans);
}

/* Başlık + açıklama (opsiyonel) */
.life-intro{ text-align:center; margin:0 0 24px; font-family: var(--font-sans); }
.life-intro h2{
  margin:0 0 10px;
  font-family: var(--font-sans);
  font-weight:800;
  font-size:48px;
  line-height:1.06;
  color:#0b1320;
}
.life-intro p{
  margin:0 auto;
  max-width:860px;
  font-size:18px;
  line-height:1.6;
  color:#4b5563;
  opacity:.95;
  font-family: var(--font-sans);
}

/* Görüntü alanı ve hat */
.life-viewport{ overflow:hidden; }
.life-track{
  display:flex;
  gap:28px;
  will-change: transform;
  transition: transform .45s ease;
}

/* Kart */
.life-card{
  position:relative;
  display:block;
  flex:0 0 auto;                    /* yan yana dizilsin */
  width: calc((100% - 56px) / 3);   /* 3 kart + 2 gap (2*28=56) */
  height:420px;                     /* sabit yükseklik (aspect-ratio yok) */
  color:#fff; text-decoration:none;
  border-radius:28px !important;    /* temadaki img border-radius gibi şeyleri ezer */
  overflow:hidden;
  box-shadow:0 18px 40px rgba(2,6,23,.12);
  transition: transform .25s ease, box-shadow .25s ease;
  isolation:isolate;
  font-family: var(--font-sans);
}
.life-card:hover{ transform: translateY(-2px); box-shadow:0 24px 56px rgba(2,6,23,.16); }

/* Görsel + gölgelendirme */
.life-media{
  position:absolute; left:0; top:0; width:100%; height:100%;
  object-fit:cover; object-position:center;
  filter:saturate(.98);
}
.life-shade{
  position:absolute; left:0; top:0; right:0; bottom:0;
  z-index:1; pointer-events:none;
  background:linear-gradient(180deg,
      rgba(2,6,23,.14) 0%,
      rgba(2,6,23,.22) 40%,
      rgba(2,6,23,.55) 100%);
}

/* Kart içeriği */
.life-info{
  position:absolute; z-index:2;
  left:24px; bottom:24px;
  font-family: var(--font-sans);
}
.life-title{
  margin:0 0 14px;
  /* shorthand yerine ayrı ayrı yazarak aileyi sabitliyoruz */
  font-weight: 900;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing:-.01em;
  text-shadow:0 2px 14px rgba(0,0,0,.35);
  font-family: var(--font-sans);
}
.life-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 20px;
  border-radius:12px;
  font-weight:800;
  border:2px solid rgba(255,255,255,.75);
  background:rgba(255,255,255,.06);
  backdrop-filter: saturate(140%) blur(1.5px);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
  font-family: var(--font-sans);
}
.life-card:hover .life-btn{
  background:rgba(255,255,255,.12); border-color:#fff; transform:translateY(-1px);
}

/* Navigasyon okları */
.life-nav{ display:flex; justify-content:center; gap:14px; margin-top:18px; }
.life-arrow{
  width:56px; height:56px; border-radius:999px; border:none; cursor:pointer;
  display:grid; place-items:center;
  font-size:30px; line-height:1;
  background:#fff; color:#0b1320;
  box-shadow:0 10px 28px rgba(2,6,23,.16);
  transition: transform .2s ease, background .2s ease;
  font-family: var(--font-sans);
}
.life-arrow:hover{ transform:scale(1.06); }
.life-arrow[disabled]{ opacity:.45; cursor:not-allowed; transform:none; }

/* ===== Breakpoint’ler: 3 → 2 → 1 kolon ===== */
@media (max-width:1200px){
  .life-card{ height:380px; }
  .life-title{ font-size:34px; }
}
@media (max-width:1024px){
  .life-card{ width: calc((100% - 28px) / 2); }  /* 2 kolon */
}
@media (max-width:640px){
  .life-intro h2{ font-size:36px; }
  .life-intro p{ font-size:16px; }
  .life-track{ gap:16px; }
  .life-card{
    width:100% !important;            /* 1 kolon */
    height:320px;
    border-radius:22px !important;
  }
  .life-title{ font-size:28px; }
}
.sub-header.bg-dark {
    background: rgba(0, 0, 0, 0.35) !important;  /* Siyah transparan */
    backdrop-filter: blur(4px);                 /* Hafif blur efekti (isteğe bağlı) */
}
