.tfiy{font-size:240%;}
.tkus{margin-left:2px;font-size:67%}
.tbir{top:-2px;left:1px;font-size:54%}
/*Footer CSS (inline style)*/
footer .footer-link,
  footer .btn-social {
    background-color: #000;
    color: #fff !important;
    font-weight: 600;
    padding: 0.5rem 0.9rem;
    display: inline-block;
    border-radius: 0.375rem;
    margin: 0.3rem;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  footer .footer-link:hover,
  footer .btn-social:hover {
    background-color: #222;
    color: #ffc107 !important;
    text-decoration: none;
  }
  footer .footer-section h2, 
  footer .footer-section h2 {
    font-weight: 700;
    margin-bottom: 1rem;
  }
  footer .subscribe-input .form-control {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
  }
  footer .subscribe-input .btn {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
  }
.input-info{color: #1f2937!important;}

/*Gelen form fiyat css*/
/*.clr{color:#444444}
.blk{display:block}.zonx #totals table .oprice{color:#ff0000;text-decoration:line-through}
.zonx #totals table .oprice .clr{color:#444444}*/


/* Ana form kutusu */
.ag {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1f2937 ; /* Koyu gri yazı */
}

/* Başlık */
.rag-title {
  font-weight: 600;
  color: #1f2937; /* Koyu mavi-gri */
  margin-bottom: 6px;
  font-size: 1rem;
}

/* Butonlar (azaltma artırma) */
.plmn a.amn,
.plmn a.apl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #4f46e5; /* Canlı indigo / mor ton */
  border-radius: 6px;
  font-size: 1.2rem;
  color: white;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 6px rgb(79 70 229 / 0.4);
  border: none;
}

.plmn a.amn:hover,
.plmn a.apl:hover {
  background: #4338ca; /* Daha koyu mor */
  box-shadow: 0 3px 10px rgb(67 56 202 / 0.6);
}

/* Sayı */
.plmn .mxs {
  min-width: 28px;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #111827; /* Çok koyu gri */
  user-select: none;
}

/* Arka plan */
.plmn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 130px;
  margin: 0 auto;
  background: #f3f4f6; /* Çok açık gri-mavi ton */
  border: 1px solid #e5e7eb; /* Açık gri border */
  border-radius: 10px;
  padding: 6px 10px;
  box-sizing: border-box;
}

/* Responsive */
@media (max-width: 576px) {
  .ag {
    width: 100%;
    float: none;
    padding: 0;
  }
  .plmn {
    width: 110px;
    gap: 0.3rem;
    padding: 5px 8px;
  }
  .plmn a.amn,
  .plmn a.apl {
    width: 28px;
    height: 28px;
    font-size: 1rem;
  }
  .plmn .mxs {
    min-width: 22px;
    font-size: 1rem;
  }
}

/*turkey tour service karusel ve tur bilgi bolumu icin */
.price-box .price-desc {
  background: linear-gradient(135deg, #fff4ce, #ffe6a7);
  border: 2px solid #ffc107;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
  transition: all 0.3s ease-in-out;
}

.price-box .price-desc:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(255, 193, 7, 0.5);
}

.price-box .price-value {
  color: #c62828;
  font-size: 1.75rem;
  font-weight: 700;
}



.price-box .price-label {
  font-weight: 600;
  color: #f57c00;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*indirimli bolum listesi icin*/
.hover-scale {
  transition: transform 0.3s ease-in-out;
}
.hover-scale:hover {
  transform: scale(1.02);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}
/*card animasyon */
 .card-img-top {
    transition: transform 0.3s ease;
  }

  /* Hoverda animasyonlu büyüyüp küçülme */
  .card-img-top:hover {
    animation: pulseScale 1.2s ease-in-out infinite;
    transform-origin: center center;
    z-index: 2;
  }

  @keyframes pulseScale {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
  }
/*Sticky Buttonlar Alt Sag taraf ust uste*/
  .sticky-footer {
    position: fixed;
    bottom: 36px;
    right: 36px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .sticky-footer .btn {
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  }

  .sticky-footer .btn:hover,
  .sticky-footer .btn:focus {
    transform: scale(1.1);
  }

  @media (max-width: 576px) {
    .sticky-footer {
      right: 36px;
      bottom: 36px;
    }

    .sticky-footer .btn {
      width: 44px;
      height: 44px;
      font-size: 18px;
    }
  }
/*Sticky Buttonlar sayfanın en altında yan yana*/
    .fixed-button-group {
      position: fixed;
      bottom: 0px; /* Footer yüksekliği kadar yukarda */
      left: 0;
      width: 100%;
      padding: 0 1rem;
      z-index: 1050;
      background: rgba(255, 255, 255, 0.95);
      box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
    }
    footer.fixed-footer {
      height: 30px;
      line-height: 60px; /* Vertikal ortalamak için */
    }