.en-cok-satan{
  background-color: #2db346;
  color: #fff;
  border-radius: 5px;
  padding: 2px 16px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 10px;
}

@media only screen and (max-width: 768px) {
  .mobile-button-container {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    padding: 10px;
    background-color: #f5f9ff;
  }

  .year-button {
    flex: 1;
    padding: 8px 4px;
    font-size: 12px;
    background-color: #007BFF; /* Koyu Mavi */
    color: white;
    border: none; /* Çerçeve yok */
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.2;
    transition: background-color 0.3s ease;
    cursor: pointer;
  }

  .year-button:hover {
    background-color: #3399FF; /* Daha açık mavi hover */
  }
}

@media only screen and (min-width: 769px) {
  .paket-kart {
    display: block !important;
  }
  .mobile-button-container {
    display: none;
  }
}
.year-button.active {
  background-color: #66B2FF !important; /* Açık mavi aktif buton */
  color: white;
  border: none; /* Siyah çerçeve kaldırıldı */
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .hide-mobil {
    display: none !important;
  }
}
.pad-3{
  padding:3px;
}


/* Genel default değer (fallback) */
.feedback {
  top: 25%;
}
.feedback2 {
  top: 50%;
}

/* Küçük ekran yükseklikleri için özel ayarlar */
@media (min-height: 400px) and (max-height: 420px) {
  .feedback {
    top: 20%;
  }
  .feedback2 {
    top: 65%;
  }
}

@media (min-height: 420px) and (max-height: 440px) {
  .feedback {
    top: 21%;
  }
  .feedback2 {
    top: 64%;
  }
}

@media (min-height: 440px) and (max-height: 460px) {
  .feedback {
    top: 22%;
  }
  .feedback2 {
    top: 64%;
  }
}

/* 460px - 500px arasında aynı */
@media (min-height: 460px) and (max-height: 500px) {
  .feedback {
    top: 25%;
  }
  .feedback2 {
    top: 65%;
  }
}

/* 500px - 520px */
@media (min-height: 500px) and (max-height: 520px) {
  .feedback2 {
    top: 60%;
  }
}

/* 520px - 560px */
@media (min-height: 520px) and (max-height: 560px) {
  .feedback2 {
    top: 61%;
  }
}

/* 560px - 580px */
@media (min-height: 560px) and (max-height: 580px) {
  .feedback2 {
    top: 60%;
  }
}

/* 580px - 620px */
@media (min-height: 580px) and (max-height: 620px) {
  .feedback2 {
    top: 58%;
  }
}

/* 620px - 680px */
@media (min-height: 620px) and (max-height: 680px) {
  .feedback2 {
    top: 56%;
  }
}

/* 620px - 680px */
@media (min-height: 680px) and (max-height: 700px) {
  .feedback2 {
    top: 53%;
  }
}

/* 700px - 900px */
@media (min-height: 700px) and (max-height: 900px) {
  .feedback2 {
    top: 50%;
  }
}

/* 900px üzeri */
@media (min-height: 900px) {
  .feedback2 {
    top: 45%;
  }
}


.feedback {
  position: fixed; /* ekran konumuna sabitlemek için */
  right: 30px; /* sağa yaslamak için */

  transform: rotate(270deg) translateY(-50%);
  transform-origin: right top; /* dönüş eksenini ayarlamak için */
  font-weight: bold;
  font-size: 18px;
  background-color: #ff6600;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  border-color: #46b8da;
}

#mybutton {
position: fixed;
bottom: 55%;
left: -60px;
z-index : 999;
}

.feedback2 {
  position: fixed;         /* Ekrana sabitleme */
  right: 30px;                /* Sağ kenara yaslama */

  transform: rotate(270deg) translateY(-50%);
  transform-origin: right top; /* Dönme noktası ayarı */

  font-weight: bold;
  font-size: 18px;
  background-color: #2db346;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  border-color: #46b8da;
}

#mybutton2 {
position: fixed;
bottom: 33.5%;
left: -41px;
z-index : 999;
}

/* Butonları gizlemek için */
#mybutton, #mybutton2 {
    display: none; /* Varsayılan olarak gizle */
}

@media (min-width: 576px) {
    /* Mobilde gizlenmesi, masaüstünde görünmesi için */
    #mybutton, #mybutton2 {
        display: inline-block; /* Yalnızca masaüstünde göster */
    }
}

/* Mobilde butonların alt kısmına yerleşmesi için hemen ara ve e-imza satın al */
.fixed-buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background-color: transparent;
    z-index: 9999;
}

.fixed-buttons .btn {
    width: 48%; /* Butonlar arası boşluk olmaması için */
}
