@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px !important;
  }
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 1000;
  padding: 9px;
  border: 1px solid #ccc;
  width: auto;
  margin-top: 126px;
  width: 100px;
  margin-left: -22px !important;
}

.dropdown.open .dropdown-menu {
  display: block;
}

.paradrop-wrapper {
  min-width: 110px;
}

.paradrop-display {
  background-color: white;
  border-radius: 5px;

  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }

  header .is-menu-opened-hide {
    display: none !important;
  }
}
/* Masaüstünde gizle */
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

/* Mobilde şık görünüm */
@media (max-width: 767px) {
  .mobile-only {
    display: flex;
    gap: 15px;
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    background: #f9f9f9;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .mobile-only .paradrop-display {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    padding: 8px 12px;
  }

  .mobile-only #selectedLanguage {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    padding: 8px 12px;
  }

  .mobile-only .dropdown-menu {
    position: static;
    border-radius: 5px;
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
  }

  .mobile-only .dropdown-item {
    padding: 8px 10px;
    font-size: 14px;
  }

  .dropdown {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #ccc;
  }
}

/* Oklar mobilde görünür */
.scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    color: #333;
}

.scroll-arrow-left {
    left: 5px;
}

.scroll-arrow-right {
    right: 5px;
}

/* Scroll alanı */
#transferTabScroller::-webkit-scrollbar {
    display: none;
}

#transferTabScroller {
    scrollbar-width: none;
}

/* Aktif seçim rengi */
#transferTabScroller input[type="radio"]:checked+* {
    background-color: #0d6efd !important;
    color: #fff !important;
    border-color: #0d6efd !important;
}

    .etiket-wrapper {
        display: flex;
        gap: 8px;
        margin-top: 10px;
    }

    .etiket-badge {
        padding: 5px 10px;
        border-radius: 4px;
        color: white;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        display: inline-block;
    }

    .etiket-badge-1 {
        background-color: #f8b400;
        /* Sarı */
    }

    .etiket-badge-2 {
        background-color: #00a8cc;
        /* Mavi */
    }

    .book-btn.info {
        background-color: #28a745;
        /* Yeşil */
        border: none;
        color: #fff;
    }
    .section-slider-nav.-prev {
  left: 0px !important;
}    
.section-slider-nav.-next {
  right: 0px !important;
}       
.buttonozel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
background: linear-gradient(135deg, #051036, #0c2857);
  border: none;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.buttonozel .icon-arrow-top-right {
  margin-left: 0.75rem; /* ml-15 yerine bu değer */
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.buttonozel:hover {
  background: linear-gradient(135deg, #6673f5, #a3a8fd);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.buttonozel:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.buttonozel:hover .icon-arrow-top-right {
  transform: translateX(4px);
}
.cardImage__content > img {
    width: 80%;
    height: 80%;
    -o-object-fit: cover !important;
    object-fit: cover;
    border-radius: inherit;
}
