/* Kargonomi + Kolay Gelsin kesin görünürlük ve hizalama */
.three-cargo-cloud-board{
  overflow:visible!important;
}

.three-cargo-cloud-bubble[data-logo="kargonomi"],
.three-cargo-cloud-bubble[data-logo="kolaygelsin"]{
  display:flex!important;
  width:128px!important;
  height:128px!important;
  min-width:128px!important;
  min-height:128px!important;
  max-width:128px!important;
  max-height:128px!important;
  overflow:hidden!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
}

/* Kargonomi: görselin iç boşluğu yüzünden gerçek sola alma */
.three-cargo-cloud-bubble[data-logo="kargonomi"] img{
  display:block!important;
  position:relative!important;
  left:-48px!important;              /* gerçek sola kaydırma */
  top:0!important;
  width:150px!important;
  height:auto!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  transform:scale(2.05)!important;   /* %100 daha büyük */
  transform-origin:center center!important;
  margin:0!important;
  opacity:1!important;
  visibility:visible!important;
}

/* Kolay Gelsin: taşmasın, kesin görünsün */
.three-cargo-cloud-bubble[data-logo="kolaygelsin"] img{
  display:block!important;
  position:relative!important;
  left:0!important;
  top:0!important;
  width:108px!important;
  max-width:108px!important;
  max-height:52px!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
  opacity:1!important;
  visibility:visible!important;
}

/* Önceki CSS'lerden gelen gizleme / taşırma etkisini kır */
.three-cargo-cloud-bubble[data-logo="kolaygelsin"],
.three-cargo-cloud-bubble[data-logo="kolaygelsin"] *{
  opacity:1!important;
  visibility:visible!important;
}

/* Mobil */
@media(max-width:620px){
  .three-cargo-cloud-bubble[data-logo="kargonomi"],
  .three-cargo-cloud-bubble[data-logo="kolaygelsin"]{
    width:104px!important;
    height:104px!important;
    min-width:104px!important;
    min-height:104px!important;
  }

  .three-cargo-cloud-bubble[data-logo="kargonomi"] img{
    left:-38px!important;
    width:126px!important;
    transform:scale(1.85)!important;
  }

  .three-cargo-cloud-bubble[data-logo="kolaygelsin"] img{
    width:88px!important;
    max-width:88px!important;
    max-height:42px!important;
  }
}
