/* Modern ve responsive uçuş kartı stilleri */
.flight-card-wrapper {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  padding: 20px;
  margin-bottom: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.2s, box-shadow 0.2s;
}
.flight-card-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.flight-card-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.flight-card-list-item {
  width: 100%;
}
.flight-card {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 12px;
  box-shadow: none;
  padding: 18px 22px;
  align-items: center;
  gap: 20px;
  position: relative;
}
.flight-card-col { 
  flex: 1; 
  min-width: 200px; 
}
.airline-logo-col { 
  flex: 0 0 120px; 
  text-align: center; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flight-card-logo-circle { 
  width: 50px; 
  height: 50px; 
  background: #3554D1; 
  color: #fff; 
  border-radius: 50%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  font-size: 18px; 
  font-weight: 700; 
  margin: 0 auto;
  transition: transform 0.2s;
}
.flight-card:hover .flight-card-logo-circle {
  transform: scale(1.05);
}
.flight-card-airline-name { 
  font-size: 13px; 
  color: #777; 
  font-weight: 500; 
  margin-top: 4px; 
}
.flight-card-featured-badge { 
  background: #FFC80A; 
  color: #333; 
  font-size: 11px; 
  font-weight: 600; 
  padding: 2px 8px; 
  border-radius: 20px; 
  margin-top: 8px; 
  text-transform: uppercase; 
}
.flight-card-route { 
  display: flex; 
  align-items: center; 
  gap: 15px; 
  margin-bottom: 15px;
  padding: 10px;
  background: #f8f9fc;
  border-radius: 10px;
}
.flight-card-time-block { 
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  width: 65px; 
}
.flight-card-time { 
  font-size: 22px; 
  font-weight: 700; 
  color: #222;
}
.flight-card-airport { 
  font-size: 14px; 
  color: #666; 
  font-weight: 500;
  background: #e8edfb;
  padding: 2px 8px;
  border-radius: 4px;
  margin-top: 4px;
}
.flight-card-path { 
  flex: 1; 
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  gap: 5px; 
  min-width: 100px;
  position: relative;
}
.flight-card-duration { 
  font-size: 14px; 
  color: #3554D1; 
  font-weight: 600; 
}
.flight-card-line { 
  width: 100%; 
  display: flex; 
  align-items: center; 
  margin: 2px 0; 
}
.flight-card-dot { 
  width: 8px; 
  height: 8px; 
  border-radius: 50%; 
  background: #3554D1; 
}
.flight-card-line-bar { 
  flex: 1; 
  height: 2px; 
  background: #3554D1; 
}
.flight-card-stops-badge { 
  font-size: 12px; 
  padding: 3px 10px; 
  border-radius: 20px; 
  display: inline-block; 
  transition: all 0.2s;
}
.flight-card-stops-badge:hover {
  transform: scale(1.05);
}
.direct-flight { 
  background: rgba(36,184,100,0.15); 
  color: #24b864; 
  font-weight: 600;
  padding: 4px 12px;
}
.has-stops { 
  background: rgba(53,84,209,0.15); 
  color: #3554D1; 
  font-weight: 600;
  padding: 4px 12px;
}
.flight-card-details { 
  display: flex; 
  gap: 20px; 
  margin-top: 5px; 
  color: #666; 
  font-size: 13px; 
}
.flight-card-date i, .flight-card-number i { 
  color: #3554D1; 
}
.flight-card-price-col { 
  min-width: 180px; 
  text-align: center; 
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  justify-content: center;
  background: #f8f9fc;
  padding: 15px;
  border-radius: 10px;
}
.flight-card-price-label { 
  font-size: 13px; 
  color: #888; 
  margin-bottom: 2px;
  font-weight: 500;
}
.flight-card-price-value { 
  font-size: 26px; 
  font-weight: 700; 
  color: #3554D1; 
  line-height: 1.2;
  margin: 5px 0;
}
.flight-card-price-type { 
  font-size: 12px; 
  color: #666; 
  margin-top: 2px; 
}
.flight-card-price-select-btn-wrapper {
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
  display: flex;
  justify-content: center;
}
.highlight-select-btn {
  background: #4361ee;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 0.39em 1.05em 0.39em 0.95em;
  box-shadow: 0 1px 5px rgba(67, 97, 238, 0.06);
  transition: background 0.13s, transform 0.09s, box-shadow 0.12s;
  cursor: pointer;
  outline: none;
  min-width: 90px;
  max-width: 98vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
}
.highlight-select-btn:hover, .highlight-select-btn:focus {
  background: #2746af;
  transform: scale(1.02);
  box-shadow: 0 3px 10px rgba(67, 97, 238, 0.11);
}
.select-btn-label {
  font-size: 1em;
  font-weight: 500;
}
.select-btn-arrow {
  display: inline-flex;
  align-items: center;
  font-size: 1.15em;
  margin-left: 0.18em;
}
@media (max-width: 600px) {
  .highlight-select-btn {
    font-size: 0.97rem;
    padding: 0.45em 0.6em 0.45em 0.7em;
    min-width: 0;
    border-radius: 999px;
  }
  .flight-card-price-select-btn-wrapper {
    margin-top: 0.09rem;
    margin-bottom: 0.09rem;
  }
}
.flight-card-sold-out { 
  background: #ffdfdf; 
  color: #e74c3c; 
  padding: 8px 15px; 
  font-size: 14px; 
  font-weight: 600; 
  border-radius: 6px; 
  text-align: center; 
  width: 100%; 
  margin-top: 10px; 
}

@media (max-width: 900px) {
  .flight-card { 
    flex-direction: column; 
    padding: 15px;
    gap: 15px;
  }
  .flight-card-col, .airline-logo-col, .flight-card-price-col { 
    min-width: 100%; 
    width: 100%; 
    text-align: center;
  }
  .flight-card-price-col { 
    border-top: 1px solid #eee; 
    padding-top: 15px; 
    margin-top: 10px;
    background: transparent;
  }
  .flight-card-route { 
    margin-top: 5px;
    padding: 8px;
  }
  .flight-card-details { 
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .flight-card-path { 
    min-width: 80px;
  }
  .flight-card-time {
    font-size: 20px;
  }
  .flight-card-airport {
    font-size: 13px;
  }
  .flight-card-price-value {
    font-size: 24px;
  }
  .flight-card-wrapper {
    padding: 15px;
  }
  .flight-card-wrapper:hover {
    transform: none;
  }
}

/* Sidebar ve filtre bileşenleri için özel stilleri */
.sidebar.py-20.px-20.rounded-4.bg-white.bravo_filter {
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.sidebar .sidebar__item .form-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.sidebar .filter-item {
  margin-bottom: 15px;
}

.sidebar .item-title {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-bottom: 10px;
}

.sidebar .checkbox-list .checkbox {
  margin-bottom: 8px;
}

.sidebar .checkbox-list .checkbox label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555;
  cursor: pointer;
}

.sidebar .checkbox-list .checkbox label span {
  margin-left: 5px;
}

.sidebar .price-slider {
  margin-top: 15px;
}

.sidebar .price-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}

.sidebar .btn-apply-price-range {
  background: #3554D1;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.2s;
}

.sidebar .btn-apply-price-range:hover {
  background: #2a43a8;
}

.sidebar .btn-clear-filter {
  background: #f0f2f8;
  color: #555;
  border: 1px solid #e0e4f0;
  border-radius: 6px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.sidebar .btn-clear-filter:hover {
  background: #e5e8f0;
}

/* Bootstrap kompatlı form-check sınıfları */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: .25em;
}

.form-check-input:checked {
  background-color: #3554D1;
  border-color: #3554D1;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  background-color: #3554D1;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  background-color: #3554D1;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Sırala ve filtre bölümü için */
.flight-filters {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.filter-title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-right: 10px;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-button {
  background: #f0f2f8;
  border: 1px solid #e0e4f0;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  transition: all 0.2s;
}

.filter-button:hover, .filter-button.active {
  background: #3554D1;
  color: #fff;
  border-color: #3554D1;
}

@media (max-width: 768px) {
  .filter-group {
    flex-wrap: wrap;
  }
  
  .flight-filters {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  body .flight-card-wrapper {
    padding: 8px 2px !important;
    margin: 5px 0 !important;
    border-radius: 22px !important;
    box-shadow: 0 2px 16px 0 rgba(40,40,80,0.07) !important;
  }
  body .flight-card {
    padding: 16px 8px 12px 8px !important;
    border-radius: 22px !important;
    box-shadow: none !important;
    gap: 8px !important;
  }
  body .flight-card-col, body .airline-logo-col, body .flight-card-price-col {
    padding: 0 !important;
    margin: 0 !important;
  }
  body .flight-card-price-col {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  body .flight-card-price-select-btn-wrapper {
    margin-top: 0.3rem !important;
    margin-bottom: 0.1rem !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  body .highlight-select-btn {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1.08rem !important;
    padding: 1.1rem 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 2px 12px 0 rgba(53,84,209,0.08) !important;
  }
  body .flight-card-price-label, body .flight-card-price-type {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-size: 14px !important;
  }
  body .flight-card-price-value {
    font-size: 2rem !important;
    margin: 4px 0 4px 0 !important;
  }
  body .select-btn-label {
    font-size: 1.1em !important;
    font-weight: 700 !important;
  }
  body .airline-logo-col {
    text-align: center !important;
    margin-bottom: 8px !important;
  }
  body .flight-card-airline-logo {
    margin: 0 auto 3px auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  body .flight-card-logo-circle {
    width: 38px !important;
    height: 38px !important;
    font-size: 15px !important;
  }
  body .flight-card-airline-name {
    font-size: 13px !important;
    margin-top: 3px !important;
  }
  body .flight-card-main {
    padding: 0 !important;
  }
  body .flight-card-date, body .flight-card-alt-suggestion {
    font-size: 12px !important;
    margin: 5px 0 !important;
  }
  body .flight-card-details {
    gap: 7px !important;
  }
}
