/* Trend kartları için */
.trend-image {
    height: 250px !important;
    overflow: hidden;
}

.trend-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Blog kartları için */
.trend-item .trend-image {
    height: 250px !important;
    overflow: hidden;
}

.trend-item .trend-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Galeri kartları için */
.card {
    height: 300px !important;
    overflow: hidden;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Instagram resimleri için */
.insta-image {
    height: 200px !important;
    overflow: hidden;
}

.insta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Partner logoları için */
.partner-item {
    height: 150px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* About us bölümündeki resimler için */
.about_us__ot img {
    height: 200px !important;
    width: auto;
    object-fit: cover;
} 

/* Trend kartları için */
.trend-image {
    height: 250px !important;
    overflow: hidden;
}

.trend-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Blog kartları için */
.trend-item .trend-image {
    height: 250px !important;
    overflow: hidden;
}

.trend-item .trend-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Galeri kartları için */
.card {
    height: 300px !important;
    overflow: hidden;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Instagram resimleri için */
.insta-image {
    height: 200px !important;
    overflow: hidden;
}

.insta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Partner logoları için */
.partner-item {
    height: 150px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* About us bölümündeki resimler için */
.about_us__ot img {
    height: 200px !important;
    width: auto;
    object-fit: cover;
}

/* About us resimleri için */
.about-image {
    height: 200px !important;
    overflow: hidden;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== FİLTRELEME ALANI STİLLERİ ===== */

/* Ana filtreleme konteyner */
.list-sidebar {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    border: 1px solid #e9ecef;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
    backdrop-filter: blur(10px);
}

/* Filtreleme başlıkları */
.list-sidebar h3 {
    color: #2c3e50 !important;
    font-weight: 700 !important;
    font-size: 1.4rem !important;
    margin-bottom: 1.5rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 3px solid #3498db !important;
    position: relative;
}

.list-sidebar h3::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2980b9);
    border-radius: 2px;
}

/* Checkbox konteynerleri */
.sidebar-category1 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-category1 li {
    margin-bottom: 0.8rem;
    transition: all 0.3s ease;
}

/* Checkbox stilleri */
.custom-checkbox {
    position: relative;
    display: block;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #495057;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.custom-checkbox label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: width 0.3s ease;
    z-index: 0;
}

.custom-checkbox label:hover {
    border-color: #3498db;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.2);
}

.custom-checkbox input[type="checkbox"]:checked + label {
    border-color: #3498db;

    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
}

.custom-checkbox input[type="checkbox"]:checked + label::before {
    width: 100%;
}

.custom-checkbox input[type="checkbox"]:checked + label span {
    background: rgba(255,255,255,0.2);
    color: white;
}

.custom-checkbox input[type="checkbox"]:checked + label span.count {
    background: rgba(255,255,255,0.85);
    color: #2980b9;
}

.custom-checkbox input[type="checkbox"]:checked + label a,
.custom-checkbox input[type="checkbox"]:checked + label strong {
    color: #fff;
}

.custom-checkbox label * {
    position: relative;
    z-index: 2;
}

/* Sayı badge'leri */
.custom-checkbox label span.count {
    background: #f8f9fa;
    color: #6c757d;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    min-width: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

/* Fiyat slider alanı */
.range-slider {
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    border: 2px solid #e9ecef;
    margin-top: 1rem;
}

.range-slider p {
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 1rem;
}

/* Fiyat değerleri */
.price-range .min-value,
.price-range .max-value {
    background: linear-gradient(135deg, #3498db, #2980b9) !important;
    color: white !important;
    font-weight: 600 !important;
    border-radius: 20px !important;
    padding: 8px 12px !important;
    font-size: 0.9rem !important;
    box-shadow: 0 3px 10px rgba(52, 152, 219, 0.3) !important;
}

/* Slider track */
.ui-slider-horizontal {
    height: 8px !important;
    background: #e9ecef !important;
    border-radius: 10px !important;
    border: none !important;
    margin: 20px 0 !important;
}

/* Slider range */
.ui-slider-range {
    background: linear-gradient(90deg, #3498db, #2980b9) !important;
    border-radius: 10px !important;
    height: 100% !important;
}

/* Slider handle */
.ui-slider-handle {
    width: 24px !important;
    height: 24px !important;
    background: linear-gradient(135deg, #ffffff, #f8f9fa) !important;
    border: 3px solid #3498db !important;
    border-radius: 50% !important;
    top: -8px !important;
    cursor: pointer !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2) !important;
    transition: all 0.3s ease !important;
}

.ui-slider-handle:hover {
    transform: scale(1.2);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4) !important;
}

.ui-slider-handle:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3) !important;
}

/* Öne çıkan turlar bölümü */
.sidebar-destination .trend-item1 {
    margin-bottom: 1rem;
}

.sidebar-destination .trend-image {
    border-radius: 15px !important;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.sidebar-destination .trend-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.sidebar-destination .trend-content {
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.9), rgba(41, 128, 185, 0.9));
    backdrop-filter: blur(10px);
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
    .list-sidebar {
        margin-top: 2rem;
        border-radius: 15px !important;
    }
    
    .custom-checkbox label {
        padding: 10px 12px;
        font-size: 0.9rem;
    }
    
    .range-slider {
        padding: 15px;
    }
}

/* Animasyonlar */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sidebar-item {
    animation: fadeInUp 0.6s ease forwards;
}

.sidebar-item:nth-child(1) { animation-delay: 0.1s; }
.sidebar-item:nth-child(2) { animation-delay: 0.2s; }
.sidebar-item:nth-child(3) { animation-delay: 0.3s; }
.sidebar-item:nth-child(4) { animation-delay: 0.4s; } 