/* Font Awesome Brands (CDN uyumlu) */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Font Awesome Solid (CDN uyumlu) */
@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* İkon sınıfları */
.fa-brands {
  font-family: 'Font Awesome 5 Brands';
}
.fa-solid, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* Genel metin */
body {
  font-family: Arial, sans-serif;
  font-size: 18px;
  padding: 20px;
}

/* Spinner */
.spinner-border {
  border-width: .15em;
}

/* Skeleton yükleme efekti */
.skeleton {
  display: inline-block;
  height: 1em;
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 37%, #e0e0e0 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.4s ease infinite;
  border-radius: 4px;
}

@keyframes skeleton-loading {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

/* Footer */
.footer-link {
  color: #555;
  transition: color 0.25s ease;
  text-decoration: none;
  font-weight: 500;
}
.footer-link:hover,
.footer-link:focus-visible {
  color: #0d6efd;
  text-decoration: underline;
  outline-offset: 2px;
  outline: 2px solid #0d6efd;
  border-radius: 4px;
}
.footer-section-title {
  font-weight: 700;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  color: #212529;
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #f1f3f5;
  color: #555;
  font-size: 1.3rem;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.08);
  border: 1px solid transparent;
}
.social-icon:last-child {
  margin-right: 0;
}
.social-icon:hover,
.social-icon:focus-visible {
  color: var(--social-color);
  background-color: transparent;
  box-shadow: 0 0 12px var(--social-color);
  transform: scale(1.1);
  outline-offset: 3px;
  outline: 3px solid var(--social-color);
}
.footer-bottom {
  border-top: 1px solid #dee2e6;
  margin-top: 3rem;
  padding-top: 1rem;
  font-size: 0.875rem;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  .footer-col {
    margin-bottom: 2.5rem;
  }
}

        .hover-card { transition: transform 0.2s ease, box-shadow 0.2s ease; }
        .hover-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.15); }
        .img-hover { transition: transform 0.3s ease; }
        .hover-card:hover .img-hover { transform: scale(1.05); }
        .card-img-top { height: 200px; object-fit: cover; width: 100%; }

/*whatsapp, Contact*/
.fixed-contact-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.fixed-contact-buttons .btn {
  position: relative;
  background-color: #25d366;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  overflow: visible;
}

.fixed-contact-buttons .btn.contact {
  background-color: #007bff;
}

.fixed-contact-buttons .btn.buy-now {
  background-color: #dc3545;
}

.fixed-contact-buttons .btn:hover {
  background-color: #1ebe57;
  transform: scale(1.15);
  z-index: 10000;
}

.fixed-contact-buttons .btn-label {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background-color: rgba(0,0,0,0.75);
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
}

.fixed-contact-buttons .btn:hover .btn-label {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.fixed-contact-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
  max-width: calc(100vw - 20px); /* Sağdan taşmayı önler */
  pointer-events: auto;
}

@media (max-width: 600px) {
  .fixed-contact-buttons {
    bottom: 50px;
    right: 50px;
    gap: 30px;
    max-width: calc(100vw - 10px); /* Sağdan taşmayı önler */
  }
  .fixed-contact-buttons .btn {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  .fixed-contact-buttons .btn-label {
    display: none; /* Küçük ekranda metni gizle */
  }
}

/*Tour Info*/
.tour-info-box {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    color: #212121;
}

/* Başlık */
.tour-info-box h2 {
    color: #1565c0;
}

/* Yıldızlar */
.stars i {
    color: #ff9800; /* Turuncu yıldız */
    font-size: 1.3rem;
}

/* Puan */
.rating-score {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1565c0;
}

/* Görüntüleme */
.view-icon {
    color: #1565c0;
}
.view-count {
    font-weight: 600;
    color: #212121;
}

/* Fiyat alanı */
.price-section {
    text-align: center;
    margin: 1.5rem 0;
}
.price-label {
    font-size: 1rem;
    color: #424242;
    display: block;
}
.price-amount {
    font-size: 2.2rem;
    font-weight: 900;
    color: #2e7d32; /* Koyu yeşil */
    display: block;
    margin: 0.3rem 0;
}
.per-person {
    font-size: 0.9rem;
    color: #616161;
}

/* Günler */
.available-days {
    font-size: 1rem;
    margin-top: 0.5rem;
}

/* Buton */
.btn-cta {
    background: linear-gradient(90deg, #1565c0, #0d47a1);
    color: #fff !important;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 1rem;
    border-radius: 0.75rem;
    border: none;
    transition: all 0.3s ease;
    text-align: center;
}
.btn-cta:hover {
    background: linear-gradient(90deg, #0d47a1, #08306b);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}
.btn-cta:focus {
    outline: 3px solid #ff9800; /* Turuncu odak rengi */
    outline-offset: 3px;
}

/* Mobil uyum */
@media (max-width: 576px) {
    .price-amount {
        font-size: 1.8rem;
    }
    .btn-cta {
        font-size: 1.1rem;
        padding: 0.8rem;
    }
}
