/* Ödeme kanalları eski sade görünüm */
.three-payment-channels{
  background:#f5f8fc!important;
  padding:42px 0 54px!important;
  overflow:hidden!important;
  color:#07152d!important;
  border-top:1px solid rgba(219,228,239,.6)!important;
}

.three-payment-inner{
  width:min(1180px,calc(100% - 48px))!important;
  margin:0 auto!important;
}

.three-payment-inner h2{
  margin:0 0 24px!important;
  color:#07152d!important;
  font-size:clamp(25px,2.4vw,36px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
  font-weight:950!important;
}

.three-payment-cloud{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:34px 42px!important;
  max-width:1160px!important;
  min-height:260px!important;
  position:relative!important;
}

.three-payment-bubble{
  width:128px!important;
  height:128px!important;
  min-width:128px!important;
  min-height:128px!important;
  border-radius:999px!important;
  background:radial-gradient(circle at 32% 24%,#ffffff 0%,#ffffff 42%,#f3f7ff 100%)!important;
  box-shadow:0 20px 42px rgba(15,23,42,.10), inset 0 1px 0 rgba(255,255,255,1)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:15px!important;
  overflow:hidden!important;
  animation:threePaymentFloat 6.4s ease-in-out infinite!important;
}

.three-payment-bubble:nth-child(2n){
  animation-duration:7.2s!important;
  animation-delay:-1.2s!important;
}

.three-payment-bubble:nth-child(3n){
  animation-duration:5.8s!important;
  animation-delay:-.7s!important;
}

.three-payment-bubble:nth-child(4n){
  animation-duration:8.1s!important;
  animation-delay:-1.9s!important;
}

@keyframes threePaymentFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}

.three-payment-bubble img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:108px!important;
  max-height:66px!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0!important;
  border:0!important;
  box-shadow:none!important;
  transform:none!important;
  background:none!important;
}

/* küçük kalanlar biraz büyük */
.three-payment-bubble[data-logo="iyzico"] img{max-width:112px!important;max-height:66px!important}
.three-payment-bubble[data-logo="paytr"] img{max-width:106px!important;max-height:72px!important}
.three-payment-bubble[data-logo="papara"] img{max-width:112px!important;max-height:66px!important}
.three-payment-bubble[data-logo="param"] img{max-width:112px!important;max-height:78px!important}
.three-payment-bubble[data-logo="paynet"] img{max-width:112px!important;max-height:66px!important}
.three-payment-bubble[data-logo="esnekpos"] img{max-width:112px!important;max-height:70px!important}
.three-payment-bubble[data-logo="bkm"] img{max-width:106px!important;max-height:72px!important}
.three-payment-bubble[data-logo="sipay"] img{max-width:114px!important;max-height:70px!important}
.three-payment-bubble[data-logo="paratika"] img{max-width:112px!important;max-height:68px!important}

.three-payment-bubble[data-logo="isbank"] img{max-width:112px!important;max-height:74px!important}
.three-payment-bubble[data-logo="ziraat"] img{max-width:112px!important;max-height:74px!important}
.three-payment-bubble[data-logo="akbank"] img{max-width:116px!important;max-height:66px!important}
.three-payment-bubble[data-logo="garanti"] img{max-width:116px!important;max-height:66px!important}
.three-payment-bubble[data-logo="yapikredi"] img{max-width:114px!important;max-height:72px!important}
.three-payment-bubble[data-logo="vakifbank"] img{max-width:114px!important;max-height:68px!important}
.three-payment-bubble[data-logo="halkbank"] img{max-width:114px!important;max-height:68px!important}
.three-payment-bubble[data-logo="qnb"] img{max-width:112px!important;max-height:68px!important}
.three-payment-bubble[data-logo="denizbank"] img{max-width:116px!important;max-height:68px!important}
.three-payment-bubble[data-logo="teb"] img{max-width:114px!important;max-height:72px!important}
.three-payment-bubble[data-logo="kuveytturk"] img{max-width:116px!important;max-height:66px!important}
.three-payment-bubble[data-logo="albaraka"] img{max-width:116px!important;max-height:66px!important}
.three-payment-bubble[data-logo="turkiyefinans"] img{max-width:116px!important;max-height:66px!important}
.three-payment-bubble[data-logo="sekerbank"] img{max-width:114px!important;max-height:66px!important}
.three-payment-bubble[data-logo="ing"] img{max-width:96px!important;max-height:76px!important}

@media(max-width:760px){
  .three-payment-channels{
    padding:34px 0 42px!important;
  }

  .three-payment-inner{
    width:calc(100% - 30px)!important;
  }

  .three-payment-cloud{
    gap:20px 22px!important;
    min-height:auto!important;
  }

  .three-payment-bubble{
    width:104px!important;
    height:104px!important;
    min-width:104px!important;
    min-height:104px!important;
    padding:12px!important;
  }

  .three-payment-bubble img{
    max-width:84px!important;
    max-height:50px!important;
  }
}
