.base-hakkimizda-section{
background-color: #FFFFFF;
z-index: 10;
}
.base-hakkimizda-wrapper{
background-color: #FFFFFF;
}
.section-divider-kurumsal{
  bottom: 3px;
  padding: 0;
}
  .ana_satir {
    width: 1060px;
    height: 715px;
    min-height: 715px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    
  }

.ozel-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0px; 
  justify-content: flex-start; 
   height: 140px;
   width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
.ust_satir{
  display: flex;
  flex-wrap: wrap;
  gap: 0px; 
  justify-content: flex-start; 
   height: 140px;
   width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding-bottom: 30px;
}
  .sektor-deneyim {
    flex: 0 0 510px;
    max-width: 510px;
    
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    height: 140px;
    gap: 12px;

    padding-left: 0;
    padding-right: 0px;
    margin-left: 0;
    margin-right: 0;
  

  border-right: 2px solid rgba(217, 217, 217, 1);
  border-bottom: 2px solid rgba(217, 217, 217, 1);
  border-radius: 2px;
  }
  
 

.hakkimizda-content {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}


.alan-1 {
  flex: 0 0 390px;
  max-width: 390px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.alan-2 {
  flex: 0 0 330px;
  max-width: 330px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.alan-3 {
  flex: 0 0 340px;
  max-width: 340px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.deneyim-yil,
.deneyim-text,
.people-logo {
  
  height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
}


/*Biten Projeler */

.biten-projeler {
    flex: 0 0 510px;
    max-width: 510px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;  
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  
  border-bottom: 2px solid rgba(217, 217, 217, 1);
  }

.people-logo img {
  width: 100%;
  max-width: 71px;
  height: 71px;
  object-fit: contain;
}

.deneyim-yil {
 
 font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-style: normal; /* "Medium" font-style değil, ağırlık tanımıdır */
  font-size: 100px;
  line-height: 32px;
  letter-spacing: 0px;
  color: rgba(246, 153, 48, 1);
}

.deneyim-text {
   font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-style: normal; /* "Light" font-style değil, ağırlık tanımıdır */
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0;
  color: rgba(147, 147, 147, 1);
}


.logo-wrapper {
  position: relative;
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-left: 12px;
}


.arka-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.ust-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: auto;
  object-fit: contain;
}

.basari-yil,
.basari-text{
   height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.basari-yil {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 100px;
  line-height: 32px;
  letter-spacing: 0px;
  color: rgba(246, 153, 48, 1);
}

.basari-text {
 font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  color: rgba(147, 147, 147, 1);

  display: block;              /* ✅ Flex değil, normal blok */
  text-align: left;          /* ✅ Ortala */
  white-space: normal;         /* ✅ Satır kırılmasına izin ver */
  word-break: break-word;      /* ✅ Uzun kelimeleri kır */
  overflow-wrap: break-word;   /* ✅ Ekstra güvenlik */
  padding: 0 10px;             /* ✅ Mobilde kenar boşluğu */
  height: 100%;
  max-height: 100px;    

}

/*Memnuniyet*/
.menmnuniyet {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  
  padding-left: 0;
  padding-right: 0;
  border-right: 2px solid rgba(217, 217, 217, 1);
  
}

.memnuniyet-logo {
  flex-shrink: 0;
}

.memnuniyet-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
  
}

.memnuniyet-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* alt hizalama */
  flex: 1;
  min-width: 0;
  padding-top: 40px;
}

.memnuniyet-oran {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 32px;
  letter-spacing: 0px;
  color: rgba(246, 153, 48, 1);
}

.memnuniyet-aciklama {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  color: rgba(147, 147, 147, 1);
}

/*Çalışan Bölüm*/
.calisan-sayisi {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  
  padding-left: 20px;

  border-right: 2px solid rgba(217, 217, 217, 1);
  
}

.calisan-logo {
  flex-shrink: 0;
}

.calisan-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.calisan-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
  padding-top: 40px;
}

.calisan-oran {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 32px;
  letter-spacing: 0px;
  color: rgba(246, 153, 48, 1);
}

.calisan-aciklama {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  color: rgba(147, 147, 147, 1);
}

/*Kalite Bölümü*/
.kalite {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  
}

.kalite-logo {
  flex-shrink: 0;
}

.kalite-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.kalite-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
  padding-top: 40px;
}

.kalite-oran {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 32px;
  letter-spacing: 0px;
  color: rgba(246, 153, 48, 1);
}

.kalite-aciklama {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  color: rgba(147, 147, 147, 1);
}


@media (max-width: 1200px) {
  .ana_satir {
    display: block;
    height: auto;
    min-height: auto;
    padding-left: 15px;
  }
 
  .ozel-row {
    flex-direction: column;
    height: auto;
    gap: 24px;
  }
.ust_satir
{
flex-direction: column;
    height: auto;
    gap: 24px;
}
  .sektor-deneyim,
  .biten-projeler {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    height: auto;
    margin-bottom: 24px; 
    padding-top: 20px;
    padding-bottom: 20px;
    
    border-right: none;
  }

  .people-logo,
  .ucgen-logo {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
  }

  .people-logo img,
  .arka-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .logo-wrapper {
    width: 48px;
    height: 48px;
    margin: 0;
  }

  .ust-logo {
    width: 40%;
  }

 .deneyim-yil,
.basari-yil {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 32px;
  letter-spacing: 0px;
  color: rgba(246, 153, 48, 1);
}


  .deneyim-text,
.basari-text {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0;
  color: rgba(147, 147, 147, 1);
}


  /*Alt BÖlüm*/
  .alan-1,
  .alan-2,
  .alan-3 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 2px solid rgba(217, 217, 217, 1);
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-right: none;
  }
  .memnuniyet-logo,
  .calisan-logo,
  .kalite-logo {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .memnuniyet-icon,
  .calisan-icon,
  .kalite-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .deneyim-text,
  .basari-text{
    font-size: 28px;
  }
  .tamamlanan,
  .projeler {
    display: block;
  }
}
 


