.kurumsal-banner {
    position: relative;
    background-color: #F69930; 
    overflow: hidden;
    width: 100vw;
    height: 100%;
    margin-top: -205px;
    
}
.base-hakkimizda1{
    background-color: #ededed;
}
.banner-wrapper {
  position: relative;
  width: 100%;
  min-height: 250px; 
  height: 100vh; 
  max-height: 550px;
  background-color: #F69930;
  overflow: hidden;
}

.banner-img,
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4); /* Örnek: siyah yarı saydam overlay */
}
.kurumsal-sayfa-logo-slogan {
    background-color: #F5F3F3;
    width: 100%;

}
.kurumsal-sayfa-wrapper {
  max-width: 1060px;
  margin: 0 auto;
  min-height: 110px;
  height: auto;
  width: 100%;
  display: flex;
  
  align-items: center; 
}
.k-sayfa-logo-baslik-ortala {
   display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
  height: 100%;
}

.kurumsal-logo-wrapper {
   display: flex;
  align-items: center;
  gap: 8px;
}

.kurumsal-logo-wrapper img {
    width: 63.29px;
    height: 29.82px;
    
}
.kurumsal_sayfa-baslik {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    color: #939393;
    margin: 0;
    margin-top: -5px;
}
.slogan1-content-wrapper{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  
}
.slogan1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.slogan1 span {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #939393;
    
}

.kurumsal-sayfa-hakkimizda {
    background-color: #FFFFFF;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
}
.k-sayfa-hakkimizda-wrapper {
    max-width: 1500px; 
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 0;
    margin-right: 0;
    margin-left: auto;
}
.deneyim-text {
    display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  }
.row-wrapper {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
 padding-left: 0;
  box-sizing: border-box;
}

.kurumsal-hakkimizda-logo-baslik-header {
    display: flex; 
    align-items: center;
    gap: 6px; 
    padding-top: 35px;
    padding-bottom: 35px;
    
}
.kurumsal-hakkimizda-logo {
    width: 45px;
    height: 21px;
    color: #939393;
}
.kurumsal-hakkimizda-baslik {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #939393;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    margin-top: -6px;
}
.kurumsal-h-slogan1 {
    width: 100%;
    max-width: 563px;
    height: 100%;
    max-height: 87;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 96px;
    color: #343434;
    line-height: 57px;
    letter-spacing: -3%;
}
.kurumsal-h-slogan2-wrapper {
    padding-top: 35px;
}
.kurumsal-h-slogan2 {
    width: 100%;
    max-width: 599px;
    height: 100%;
    max-height: 179px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 43px;
    color: #343434;
    line-height: 47px;
    letter-spacing: -0.03em;
}
.kurumsal-h-slogan3-wrapper {
    padding-top: 30px;
}
.kurumsal-h-slogan3 {
    width: 100%;
    max-width: 563px;
    height: 100%;
    max-height: 288px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #B1B1B1;
    line-height: 32px;
    letter-spacing: 0%;
}
.logo-wrapper-ucgen {
  position: relative;
  width: 78px;               /* ✅ Arka logonun boyutuna eşit */
  height: 78px;
  max-width: 100%;
   justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-left: 12px;
}

.ucgen-logo {
  width: 78px;
  height: 78px;
}

.arka-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ust-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;               /* ✅ Net boyut */
  height: 19px;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.k-hakkimizda-img {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 860px;
    /* height: 100%;
    max-height: 663px; */
    padding: 0;
    margin-left: auto;
}
.k-hakkimizda-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.k-hakkimde-bolum2-wrapper {
    height: auto;
    margin-top: 130px;
    overflow: hidden;
}

.k-hakkimzida-bolum-2 {
    width: 100%;
    padding-top: 60px;
}
.k-degerlerimiz-baslik {
    width: 100%;
    max-width: 425px;
    height: 100%;
    max-height: 72px;
    padding-left: 10px;
}
.k-degerlerimiz-baslik h2 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 73px;
    color: #F69930;
    line-height: 57px;
    letter-spacing: -0.03em;
}
.k-haakimizda2-menu-baslik {
    width: 100%;
    max-width: 210px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400; 
    font-size: 26px;
    color: #343434;
    line-height: 37px;
    letter-spacing: -0.03em;
    padding: 0;
    margin: 0;
}
.k-haakimizda2-menu-baslik-aktif{
    color: #F69930;
}
.feature-item-m-p-sifir {
    margin-top: 0;
    padding: 0;
}
.feature-item {
    width: 100%;
    max-width: 210px;
    height: 100%;
    margin-top: 40px;
}
.feature-item h3 {
    margin: 0 !important;
    padding: 0 !important;
}
.feature-item p {
    width: 100%;
    max-width: 166px;
    font-family: 'DM Sans';
    font-weight: 300;
    font-size: 14px;
    color: #939393;
    line-height: 17px;
    letter-spacing: -0.03em;
}

.feature-divider {
    width: 166px; 
    height: 2px;
    opacity: 1; 
    border-radius: 2px;
    background-color: #D9D9D9; 
    border: none; 
    margin: 0;
    padding: 0;
    margin-top: 0 !important;
    margin-bottom: 10px;
}

.feature-divider--active {
    background-color: #F69930; /* sadece bu sarı olur */
}
.pictures-wrapper {
    clear: both;
    margin-top: 110px;
    margin-bottom: 90px;
}

.image-card {
    width: 100%;
    max-width: 520px;
    aspect-ratio: 520 / 377;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
    opacity: 1;
}
.image-card.color-orange {
    margin-left: auto;
    margin-right: 0;
}
.image-card.color-gray {
    margin-right: auto;
    margin-left: 0;
}
.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.overlay {
    position: absolute;
    inset: 0; 
    width: 100%;
    height: 100%;
    z-index: 1; 
    background-color: rgba(52, 52, 52, 0.9); 
    transition: background-color 0.3s ease;
}
.image-card:hover .overlay {
    background-color: rgba(246, 153, 48, 0.95);
}

.card-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px;
}
.card-content .text-area {
    max-width: 414px; 
    max-height: 219px; 
    overflow: hidden;
    color: #FFFFFF;
    
    text-align: left;
}
.card-content .text-area p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #FFFFFF; 
    margin: 0;
}
.card-content .card-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600; 
    font-size: 26px;
    line-height: 37px; 
    letter-spacing: -0.03em; 
    color: #FFFFFF;
    text-align: left;
    margin: 0 0 5px 0;
}

/* Yönetim Kurulu Bölümü */
.yonetim-kurulu
{
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}
.yonetim-kurulu-wrapper {
      background-color: #343434;
      padding-bottom: 60px;
    }

    .row-yonetim-wrapper {
      max-width: 1100px;
      margin: 0 auto;
     padding: 0;
     padding-left: 25px;
    }

    .yonetim-picture-wrapper{
      width: 100%;
      max-width: 500px;
      padding: 0;
      padding-right: 15px;
    }

    .yonetim-mesaj-wrapper1 {
      width: 100%;
      max-width: 550px;
      padding: 0;
      padding-left: 30px;
    }

    .yonetim-img-container{
      width: 100%;
    }
    .yonetim-mesaj-content {
      width: 100%;
      max-width: 550px;
    }

    .yonetim-mesaj-divider {
      width: 100%;
      max-width: 460px;
      height: 2px;
      background-color: #414141;
      border: none;
      margin: 10px 0;
    }

    
/* 1. ANA BAŞLIK */
.yonetim-mesaj-baslik {
  
    width: 100%;
      max-width: 540px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 73px;
    line-height: 69px;
    letter-spacing: -0.03em;
    color: #D9D9D9;
    margin-top: 0;
    margin-bottom: 30px;
}

/* 2. MESAJ METNİ */
.yonetim-mesaj-text {
  width: 100%;
  max-width: 540px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #B1B1B1;
    margin-bottom: 40px;
}

/* 3. AD SOYAD */
.yonetim-imza-isim {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
    color:#B1B1B1;
    margin-top: 0;
    margin-bottom: 0; 

}

/* 4. UNVAN METNİ */
.yonetim-imza-unvan {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #B1B1B1;
    margin-top: 0;
    margin-bottom: 10px;
}

/* 5. & 7. ÇİZGİ (Divider) */
.yonetim-mesaj-divider {
     width: 100%;
    max-width: 460px;
    height: 2px;
    border: none;
    background-color: #414141;
    border-radius: 2px;
    opacity: 1;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* 6. E-POSTA METNİ */
.yonetim-imza-email {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #B1B1B1;
    margin-top: 0;
    margin-bottom: 0;
}

/*EKİP KART*/
/* Ana kart */
.ekip-uyeleri-wrapper {
  margin-bottom: 70px;
}

.row-ekip-wrapper {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.ekip-card {
  width: 340px;
  height: 419px;
  border-radius: 20px;
  border: 2px solid #ccc;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.ekip-card:hover {
  transform: translateY(-5px);
}

/* Resim alanı */
.ekip-card-image-placeholder {
  width: 340px;
  height: 307px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* Resmin kendisi */
.ekip-card-image {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Resmin tamamı görünür */
  display: block;
}

.ekip-card-info {
  padding: 15px;
}

.ekip-uyesi-isim {
 font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0;
  color: #B1B1B1;
  transition: color 0.3s ease;
  margin-bottom: 0;
}

.ekip-uyesi-unvan {
   font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  color: #B1B1B1;
}
.ekip-uyeleri-row .col:first-child .ekip-uyesi-isim {
  color: #F69930;
}
.ekip-card:hover .ekip-uyesi-isim {
  color: #F69930;
}

/* Sertifikalar */
/* Genel container */
.row-wrapper {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* Arka plan */
.sertifika-bolumu {
  background-color: #fff;
}

/* Üst başlık satırı */
.k-sertifika-logo-slogan {
  margin-bottom: 60px;
}

/* Logo ve başlık */
.sertifika-logo {
  width: 53px;
  height: 20px;
}

.k-sertifika-logo-area {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sertifika-baslik {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #939393;
  line-height: 1;
  margin-top: -2px;
}

/* Slogan */
.slogan-wrapper {
  max-width: 425px;
  height: 73px;
  display: flex;
  align-items: center;
}

.sertifika-slogan {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: -0.51px;
  color: #939393;
  margin-bottom: 0;
}

/* Kartlar */
.k-sertifika-kartlar {
  padding-bottom: 100px;
}

.sertifika-kart {
  width: 160px;
  height: 120px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sertifika-kart:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.kart-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* Etiket */
.sertifika-etiket-wrapper {
  width: 130px;
  height: 51px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sertifika-etiket {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #343434;
  margin: 0;
}
@media (max-width: 992px) {
    .logo-wrapper-ucgen {
        margin: 0;
    }
    .slogan1-content-wrapper {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .slogan1 {
    justify-content: flex-start;
  }

  .slogan1 span {
    text-align: left;
   
  }
  .k-sayfa-logo-baslik-ortala{
    padding-left: 15px;
    padding-top: 15px;
   }
}

@media (max-width: 768px) {
  .banner-wrapper {
    height: 400px; 
  }
  .kurumsal-sayfa-wrapper {
    height: auto;
    max-height: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 15px;
  }
   .k-sayfa-logo-baslik-ortala {
    padding-left: 10px;
    padding-top: 15px;
   }
   .slogan1 {
    padding-top: 15px;
    max-width: 100%;
    justify-content: flex-start;

   }
   .slogan1 span{
    font-size: 14px;
    max-width: 100%;
    justify-content: flex-start;
    text-align: left;
    padding-left: 0px;
   }
  
    .kurumsal-h-slogan1 {
    font-size: 48px;       
    line-height: 1.2;       
    max-height: none;       
    word-break: break-word; 
  }
  .kurumsal-h-slogan2 {
    font-size: 32px;  
    margin-bottom: 15px;
  }
  .kurumsal-h-slogan3{
    font-size: 20px ;
    margin-bottom: 50px;
    height: 100%;
  }
   .k-hakkimizda-img {
    margin-top: 20px;
    order: 2;
  }
  .k-sayfa-hakkimizda-wrapper{
     display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-bottom: 15px;
  }
  .k-degerlerimiz-baslik h2{
    font-size: 58px;
  }
  .ucgen-logo,
  .logo-wrapper-ucgen {
    width: 48px;
    height: 48px;
    margin: 0;
  }

  .arka-logo {
    width: 48px;
    height: 48px;
  }

  .ust-logo {
    width: 18px;   /* Orantılı küçültme */
    height: auto;
  }

}

@media (max-width: 768px) {
  .row-yonetim-wrapper{
    padding-left: 15px;
  }
   .yonetim-img-container img {
    width: 100%;
    height: auto;
    max-height: 400px; 
    object-fit: contain;
    border-radius: 15px;
  }
  .yonetim-mesaj-wrapper1{
    padding-left: 0;
  }
  .yonetim-mesaj-baslik{
    font-size: 52px;
    padding-top: 20px;
  }
  .kurumsal-hakkimizda-logo-baslik-header{
    
    padding-top: 20px;
  }
  .k-sertifika-logo-slogan > [class^="col-"] {
    margin-bottom: 15px;
  }

  
  .k-sertifika-logo-slogan > [class^="col-"]:last-child {
    margin-bottom: 0;
  }
  .kurumsal-h-slogan2-wrapper{
    padding-top: 20px;
  }
   .row-cols-1 {
    padding-left: 10px;
  }
  .deneyim-text,
  .basari-text{
    font-size: 28px;
  }
  .tamamlanan,
  .projeler {
    display: block;
  }
  .card-content {
    padding: 10px;
  }
}




.breadcrumb-overlay {
  position: absolute;
  top: 220px;
  left: 50%;
  transform: translateX(-50%);
  width: 1060px;
  z-index: 3;
  text-align: left;

  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1; /* 100% */
  letter-spacing: 0;
  color: white;
}

.breadcrumb-nav {
  font-size: 16px;
  color: white;
  font-weight: 500;
}

.breadcrumb-nav a {
  color: white;
  text-decoration: none;
  margin: 0 5px;
}

.breadcrumb-nav a:hover {
  text-decoration: underline;
}
.breadcrumb-nav span {
  color: #F69930;
}


@media (max-width: 1060px) {
  .breadcrumb-overlay {
    width: 90%;
    top: 220px;
    left: 0;
    transform: none;
    text-align: left;
  }

  .breadcrumb-nav {
    font-size: 16px;
  }
}


/* 576px altında daha sıkı aralık */
@media (max-width: 576px) {
  .breadcrumb-overlay {
    top: 220px;
    
    width: calc(100% - 32px);
  }

  .breadcrumb-nav {
    font-size: 15px;
  }
}


.banner-wrapper {
  position: relative;
  overflow: hidden; /* Taşmaları engellemek için */
}

.banner-bant-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 910px;
  height: 110px;
  object-fit: contain;
  z-index: 2;
  margin: 0;
  padding: 0;
}


@media (max-width: 1060px) {
  .banner-bant-img {
    width: 100%;
    height: auto;
    max-width: 400px;
    
  }
}