/* BODY AYARLARI */
html {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100vw !important;
}

body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  color: #222;
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100vw !important;
  padding-top: 0; /* header ekranın üstünde başlasın */

  /* Flex ayarları */
  display: flex;             /* Flex container tanımı */
  align-items: center;       /* dikey ortalama */
  justify-content: center;   /* yatay ortalama */
  flex-direction: column;    /* üst üste dizme */
  min-height: 100vh;         /* body yüksekliği tüm ekran */
}

/* ORTAK CONTAINER */
.container {
  width: 100%;
  max-width: 1200px;        /* maksimum genişlik */
  padding-left: 3vw;        /* sol boşluk */
  padding-right: 3vw;       /* sağ boşluk */
  box-sizing: border-box;    /* padding dahil genişlik */
}


a{
  color: #fff;
  text-decoration: none;
}

.partners-baslik{
  color: #fff;
}

.header{
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  position: relative;
}

/* Overlay kaldırıldı */

.header-slogan{
  font-size: 6.3vw;
  font-weight: 600;
    margin: 0 !important;
  color: #000;
  text-shadow: none;
  z-index: 3;
  position: relative;
}

.header-slogan-yazi{
  font-size: 2.4vw;
  font-weight: 400;
  line-height: 1.6;
  color: #666 !important;
  text-shadow: none;
  z-index: 3;
  position: relative;
}


/* Hakkımızda Bölümü Stilleri */

.yatirim-tezimiz {
  margin-top: -2vw;
}

.section-title {
  font-size: 3vw;
  font-weight: 600;
  margin-bottom: -1.5vw;   /* başlık ile alt başlık arası */
}

.section-subtitle {
  font-size: 1.6vw;
  font-weight: 500;
  color: #666;
  margin-bottom: 0.3vw;   /* alt başlık ile metin arası */
  line-height: 1.4;
}


.tez-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; /* metin ve görseli kenarlara iter */
  gap: 2rem;
}

.tez-text {
  font-size: 1.1vw;
  line-height: 1.6;
  color: #1d1d1f;
  max-width: 50%;
  margin-top: 0;
  text-align: justify;     /* satırları iki yana yasla */
  word-wrap: break-word;   /* uzun kelimeleri kır */
}

.tez-text p {
  margin-bottom: 1vw;    /* paragraflar arası boşluk */
}



  .tez-image img {
    width: 15vw;
    height: auto;
    flex-shrink: 0;
    margin-top: 1.5vw; 
    margin-bottom: 0;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }


.kurucu-content {
    display: flex;
    flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 4rem;
  gap: 3rem;
}

.kurucu-text {
  max-width: 800px;
}

.kurucu-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.kurucu-text p {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

.kurucu-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.kurucu-image img {
  width: 200px;
  height: 200px;
  border-radius: 20%;
  object-fit: cover;
  border: 3px solid #f0f0f0;
}

.kurucu-image p {
  font-size: 1.1rem;
  color: #333;
  margin: 0;
  line-height: 1.3;
}

.kurucu-image p strong {
  font-weight: 600;
}




/* Hedeflerimiz Bölümü */
.hedeflerimiz-section {
  width: 100%;
  padding: 2vw 0;
  background: #fff;
  margin-top: 4.5vw;
}

/* Vizyon & Misyon */
.hedeflerimiz-baslik {
  font-size: 3vw;
  font-weight: 600;
  margin-bottom: 3vw;    /* başlık ile paragraf arası mesafe */
  text-align: center;     /* başlığı ortala */
}

.hedeflerimiz-altyazi {
  font-size: 1.1vw;
  line-height: 1.8;
  margin-bottom: 3vw;    /* paragraflar arası boşluk */
  text-align: left;       /* metni sola hizala */
  padding-left: 2vw;      /* container ile uyumlu */
}

.hedeflerimiz-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
  justify-items: center; /* ikon grubu ortalanmış */
  margin-top: 3vw;
}

.hedeflerimiz-item {
  text-align: center;
  padding: 2vw;
}

.hedeflerimiz-icon {
  width: 4vw;
  height: 4vw;
      margin-bottom: 1vw;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    }

.hedeflerimiz-item-baslik {
  font-size: 1.2vw;
  font-weight: 600;
  margin-bottom: 1vw;
  color: #222;
}

.hedeflerimiz-item-yazi {
  font-size: 1vw;
  line-height: 1.5;
  color: #666;
}

/* Motivasyonumuz */
.hedeflerimiz-motivasyon-baslik {
  font-size: 3vw;
  font-weight: 600;
  margin-top: 3vw;
  margin-bottom: 2vw; /* başlık ile ilk paragraf arası mesafe */
  text-align: center;
}

.hedeflerimiz-motivasyon-list p {
  font-size: 1.1vw;
  line-height: 1.8;
  margin-bottom: 2vw; /* her paragraf arası mesafe */
}


/* iştiraklerimiz işlemi */ 
.ortaklar-section {
  width: 95%;             /* kutu genişliği arttı */
  max-width: 1400px;      /* daha geniş limit */
  padding: 5vw 7vw;       /* sağ-sol padding azaltıldı */
  background-color: #000000;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 6vw auto;       /* ortalamak için */
  margin-left: -4.6vw;       /* sola kaydırma */
  margin-right: auto;     /* sağ otomatik */
}

/* İştirakler için özel container */
.ortaklar-section .container {
  max-width: none;        /* container sınırını kaldır */
  width: 100%;            /* tam genişlik */
  padding: 0;             /* padding kaldır */
}

.ortaklar-baslik {
  font-size: 3.5vw;
  color: #fff;
  text-align: center;
  margin-bottom: 11vw;
  margin-top: -2vw;
}

.ortaklar-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8vw;
  flex-wrap: wrap;
}

.ortak-logo {
  height: 4vw;
  width: auto;
}

.ortak-logo:nth-child(2) {
  height: 3.5vw;
}

/* Ventures Logo Button */
.ortak-logo-link {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}

.ortak-logo-link:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.ortak-logo-link:active {
  transform: scale(0.95);
}





/* Faaliyet Alanlarımız Bölümü */
.faaliyet-section {
  width: 100%;
  padding: 0; /* container zaten padding sağlıyor */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 4.5vw;
  box-sizing: border-box; /* container ile uyumlu */
}

/* Başlık - Biz Kimiz ile aynı boyut */
.faaliyet-baslik {
  font-size: 3vw;
  font-weight: 600;
  margin-bottom: -1.5vw;  /* başlık ile alt başlık arası mesafe */
  text-align: left;
  padding-left: 0;         /* container ile hizalı */
  padding-right: 0;
}

/* Alt başlık - Biz Kimiz ile aynı boyut */
.faaliyet-altbaslik {
  font-size: 1.6vw;
  font-weight: 500;
  color: #666;
  margin-bottom: 0.3vw;   /* alt başlık ile içerik arası */
  line-height: 1.4;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

/* Faaliyet grupları (2 sütun) */
.faaliyet-grup {
  display: flex;
  justify-content: space-between;
  gap: 2rem; 
  margin-top: 1vw;
  flex-wrap: wrap;  /* responsive */
  width: 100%;      /* container ile uyumlu */
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

/* Faaliyet item */
.faaliyet-item {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  margin-bottom: -1vw;
}

/* Item başlığı */
.faaliyet-item-baslik {
  font-size: 1.7vw;
  font-weight: 600;
  margin-bottom: 0.2vw;
  color: #222;
}

/* Item metni */
.faaliyet-item-yazi {
  font-size: 1.1vw;
  line-height: 1.6;  /* örnekteki gibi */
  color: #1d1d1f;
  text-align: justify; /* iki yana yasla */
  word-wrap: break-word;
  max-width: 80%; /* satır uzunluğunu azalt */
}



  /* yatırım yaklaşımımız işlemi */
  .yatirim-yaklasim {
    margin-top: 3vw;
    margin-bottom: 10vw; /* footer ile arasında mesafe artırıldı */
  }

/* Başlık */
/* Başlık */
.yatirim-yaklasim .section-title {
  font-size: 3vw;
  font-weight: 600;
  margin-bottom: 0.2vw;  /* başlık ile içerik arası daha dar */
  text-align: left;
}

/* İlk paragrafın üst boşluğunu sıfırla - kaldırıldı */

/* İçerik */
.yaklasim-content {
    display: flex;
  align-items: center; /* yazı ve resmi aynı hizaya getir */
  justify-content: space-between; /* metin ve görseli kenarlara iter */
  gap: 2rem;
}

.yaklasim-text {
  font-size: 1.1vw;      
  line-height: 1.6;       
  color: #1d1d1f;
  max-width: 50%;         
  margin-top: 0;
  text-align: justify;     /* satırları iki yana yasla */
  word-wrap: break-word;   /* uzun kelimeleri kır */
  padding-right: 1vw;    /* sağdaki görsel ile boşluk */
}

.yaklasim-text p {
  margin-bottom: 2vw;    /* paragraflar arası boşluk - Biz Kimiz ile aynı */
}

.yaklasim-image img {
  width: 15vw;
  height: auto;
  flex-shrink: 0;
  margin-top: -4vw; 
  margin-bottom: 0;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}




/* RESPONSIVE DESIGN - GENİŞ EKRANLAR */
@media only screen and (min-width: 1025px) {
  .header {
    margin-top: 0;
    padding: 4vw 6vw;
    min-height: 70vh;
  }

  .header-slogan {
    font-size: 6.3vw !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    color: #000 !important;
    margin-bottom: 2vw !important;
  }

  .header-slogan-yazi {
    font-size: 2vw !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: #666 !important;
    margin-bottom: 4vw !important;
  }
}

/* RESPONSIVE DESIGN - TABLET */
@media (max-width: 1024px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header {
    padding: 3vw 4vw;
    min-height: 60vh;
  }

  .header-slogan {
    font-size: 4.8vw !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #000 !important;
    margin-bottom: 1.5vw !important;
  }

  .header-slogan-yazi {
    font-size: 2.4vw !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: #666 !important;
    margin-bottom: 3vw !important;
  }

  .section-title {
    font-size: 2rem;
  }

  .faaliyet-baslik {
    font-size: 2rem;
  }

  .yatirim-yaklasim .section-title {
    font-size: 2rem;
  }

  .tez-content,
  .yaklasim-content {
    flex-direction: column;
    gap: 2rem;
  }

  .tez-text,
  .yaklasim-text {
    max-width: 100%;
  }

  .tez-image img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .tez-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .yaklasim-image img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
        display: block;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .kurucu-text h2 {
    font-size: 2rem;
  }

  .hedeflerimiz-group {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .faaliyet-grup {
    flex-direction: column;
  }

  .faaliyet-item {
    flex: 1 1 100%;
  }

  .ortaklar-section {
    padding: 60px 40px;
    margin-left: 0;
  }

  .ortaklar-logos {
    gap: 2rem;
  }

  .ortak-logo {
    height: 50px;
  }

  .footer-content {
        flex-direction: column;
    gap: 2rem;
  }

  .footer-links {
    gap: 2rem;
  }
}


/* RESPONSIVE DESIGN - MOBILE */
@media (max-width: 768px) {
  /* Overflow ve genişlik kontrolü */
  * {
    box-sizing: border-box;
  }

  html,
  body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 0 !important; /* mobile için sıfır hizalama */
  }

  .container {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Removed navbar related styles: .navbar, .nav-links, .menu-toggle, .mobile-menu.active .nav-links */

  .header {
    margin-top: 0 !important;
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
  }

  .header {
    padding: 2vw 3vw;
    min-height: 50vh;
  }

  /* Mobil için eşit mesafeler */
  .hedeflerimiz-section {
    margin-top: 22vw !important;
  }

  .faaliyet-section {
    margin-top: 22vw !important;
  }

  .yatirim-yaklasim {
    margin-top: 4vw !important;
  }

  .header-slogan {
    font-size: 10vw !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    color: #000 !important;
    margin-bottom: 3vw !important;
  }

  .header-slogan-yazi {
    font-size: 6.2vw !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #666 !important;
    margin-bottom: 5vw !important;
  }

  .mobile-break {
    display: inline;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .faaliyet-baslik {
    font-size: 1.8rem;
  }

  .yatirim-yaklasim .section-title {
    font-size: 1.8rem;
  }

  .section-subtitle,
  .faaliyet-altbaslik {
    font-size: 1rem;
  }

  .hedeflerimiz-baslik,
  .hedeflerimiz-motivasyon-baslik {
    font-size: 1.8rem;
  }

  .hedeflerimiz-group {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hedeflerimiz-item {
    padding: 1rem;
  }

  .kurucu-text h2 {
    font-size: 1.6rem;
  }

  .kurucu-text p {
    font-size: 1rem;
  }

  .ortaklar-section {
    padding: 40px 20px;
    border-radius: 30px;
    width: 100%;
    max-width: 100%;
    margin: 60px auto;
    overflow-x: hidden;
  }

  .ortaklar-baslik {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }

  .ortaklar-logos {
  flex-direction: column;
    gap: 1.5rem;
  }

  .ortak-logo {
    height: 40px;
  }

  .faaliyet-item-baslik {
    font-size: 1.2rem;
  }

  .faaliyet-item-yazi {
    font-size: 0.95rem;
  }

  /* Removed footer related styles: .footer-links, .footer-bottom, .footer-legal */

  /* Tüm bölümler için overflow kontrolü */
  .yatirim-tezimiz,
  .hedeflerimiz-section,
  .faaliyet-section,
  .yatirim-yaklasim,
  .kurucu-content,
  .ortaklar-section,
  .header {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Tüm içerik alanları */
  .tez-content,
  .yaklasim-content,
  .faaliyet-content,
  .hedeflerimiz-content {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* Resimler için genişlik kontrolü */
  .faaliyet-image img,
  .hedeflerimiz-image img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
  }

  /* Metinler için genişlik kontrolü */
  .tez-text,
  .yaklasim-text,
  .faaliyet-text,
  .hedeflerimiz-text,
  .kurucu-text {
    width: 100% !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  /* Başlıklar için genişlik kontrolü */
  .section-title,
  .section-subtitle,
  .ortaklar-baslik,
  .faaliyet-baslik,
  .hedeflerimiz-baslik {
    width: 100% !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
  }

  /* Making kurucu-image smaller with specific dimensions */
  .kurucu-image img {
    width: 200px !important;
    height: 200px !important;
    max-width: 200px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
  }
}

/* RESPONSIVE DESIGN - SMALL MOBILE */
@media (max-width: 480px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header {
    padding: 1.5vw 2vw;
    min-height: 40vh;
  }

  /* Küçük mobil için eşit mesafeler */
  .hedeflerimiz-section {
    margin-top: 24vw !important;
  }

  .faaliyet-section {
    margin-top: 24vw !important;
  }

  .yatirim-yaklasim {
    margin-top: 5vw !important;
  }

  /* Küçük mobil için tez-image center */
  .tez-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .header-slogan {
    font-size: 9vw !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    color: #000 !important;
    margin-bottom: 2.8vw !important;
  }

  .header-slogan-yazi {
    font-size: 5.8vw !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #666 !important;
    margin-bottom: 4.5vw !important;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .faaliyet-baslik {
    font-size: 1.5rem;
  }

  .yatirim-yaklasim .section-title {
    font-size: 1.5rem;
  }

  .tez-text,
  .yaklasim-text,
  .hedeflerimiz-altyazi,
  .hedeflerimiz-motivasyon-list p,
  .faaliyet-item-yazi {
    font-size: 0.85rem;
  }

  .hedeflerimiz-baslik,
  .hedeflerimiz-motivasyon-baslik,
  .ortaklar-baslik {
    font-size: 1.5rem;
  }

  .kurucu-text h2 {
    font-size: 1.4rem;
  }

  .kurucu-text p {
    font-size: 0.9rem;
  }

  .ortaklar-section {
    padding: 30px 15px;
    border-radius: 20px;
  }

  .faaliyet-item-baslik {
    font-size: 1.1rem;
  }

  .hedeflerimiz-item-baslik {
    font-size: 1.1rem;
  }

  .hedeflerimiz-item-yazi {
    font-size: 0.85rem;
  }

  /* Making kurucu-image even smaller on very small screens */
  .kurucu-image img {
    width: 150px !important;
    height: 150px !important;
    max-width: 150px !important;
  }
}

/* LARGE SCREENS */
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }

  .header {
    padding: 5vw 8vw;
    min-height: 80vh;
  }

  .header-slogan {
    font-size: 7.3vw !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    color: #000 !important;
    margin-bottom: 2.5vw !important;
  }

  .header-slogan-yazi {
    font-size: 1.8vw !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: #666 !important;
    margin-bottom: 5vw !important;
  }

  .section-title {
    font-size: 3rem;
  }

  .faaliyet-baslik {
    font-size: 3rem;
  }

  .yatirim-yaklasim .section-title {
    font-size: 3rem;
  }

  .tez-image img {
    width: 500px;
    border-radius: 25px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }

  .yaklasim-image img {
    width: 500px;
    border-radius: 25px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }
}
