/* Ä°lan kartÄ± iÃ§in Montserrat font - CSS dosyanÄ±n en Ã¼stÃ¼ne yerleÅŸtir */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

.hero-section {
    background: linear-gradient(rgba(255,255,255,0.45), rgba(255,255,255,0.95)),
                url('../assets/images/hero-bg.png') center/75% no-repeat;
    padding: 60px 0;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hero-section h1 {
    color: #484848;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.search-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Ana arama kutusu */
.main-search-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.main-search-wrapper .form-control {
    width: 100%;
    height: 46px;
    padding: 10px 50px 10px 15px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 14px;
    color: #484848;
}

.main-search-wrapper .form-control:focus {
    outline: none;
    border-color: #FF69B4;
    box-shadow: none;
}

.search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #2B6777;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.search-btn i {
    color: white;
    font-size: 16px;
}

.search-btn:hover {
    background: #235e6d;
}

/* Filtreler */
.filters-wrapper {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
}

.select-group {
    flex: 1;
}

.form-select {
    width: 100%;
    height: 52px;
    border: 1.5px solid #dee2e6;
    border-radius: 12px;
    font-size: 16px;
    color: #484848;
    background-color: #fff;
    cursor: pointer;
    appearance: none;
    background-image: url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ width=\'24\'\ height=\'24\'\ viewBox=\'0\ 0\ 24\ 24\'\ fill=\'none\'\ stroke=\'%23484848\'\ stroke-width=\'2\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'%3E%3Cpath\ d=\'M6\ 9l6\ 6\ 6-6\'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position:  right 15px;
    background-size: 16px; padding-left:15px; padding-right:15px; padding-top:12px; padding-bottom:12px
}

.form-select:first-child {
    background-color: #fff;
    color: #E31E69;
    border: 1.5px solid #E31E69;
    background-image: url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ width=\'24\'\ height=\'24\'\ viewBox=\'0\ 0\ 24\ 24\'\ fill=\'none\'\ stroke=\'%23E31E69\'\ stroke-width=\'2\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'%3E%3Cpath\ d=\'M9\ 18l6-6-6-6\'/%3E%3C/svg%3E);
    background-position:  right 15px;
    background-size: 16px
}

.form-select:focus {
    outline: none;
    border-color: #E31E69;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    border-color: #FF69B4;
    box-shadow: none;
}

.form-control {
    border: 1px solid #dee2e6;
}

/* AÃ§Ä±klama metni */
.description-text {
    font-size: 13px;
    color: #666;
    max-width: 900px;
    margin: 25px auto 0;
    line-height: 1.5;
    text-align: center;
}

/* Focus durumlarÄ± */
.main-search:focus,
.form-select:focus {
    outline: none;
    border-color: #FF69B4 !important;
}

/* Responsive ayarlar */
@media (max-width: 768px) {
    .filters-wrapper {
        flex-direction: column;
        padding: 0 15px;
    }

    .select-group {
        width: 100%;
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: #008B9B;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}


/* Button styles */
.navbar .btn-link {
    text-decoration: none;
    font-size: 14px;
    padding: 8px 16px;
}

.navbar .btn-light {
    background: white;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #484848;
}

.navbar .btn-light:hover {
    background: #f8f9fa;
}

/* Featured Listings Styles */
.featured-listings {
    background-color: #fff;
    padding: 40px 0;
}

.featured-listings h2 {
    font-size: 24px;
    color: #484848;
    font-weight: 600;
    margin-bottom: 20px;
}

.view-all {
    color: #484848;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.listings-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.listing-card {
    border: 1px solid #9CA3AF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    transition: transform 0.2s ease;
    background: #fff;
    width: 192px;
    height: 277px;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.card-header {
    position: relative;
    z-index: 2;
    padding: 0 0 8px;
    text-align: center;
}

.location-badge {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1.33;
    color: #000;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
}

.card-header .favorite-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 3;
    background: transparent;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.favorite-btn img {
    width: 24px;
    height: 24px;
    color: #4B5563;
}

.favorite-btn:hover {
    transform: scale(1.1);
    background: transparent;
}

.card-body {
    padding: 0 !important;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.img-container {
    position: relative;
    width: 160px;
    height: 108px;
    overflow: hidden;
    padding: 0;
    z-index: 1;
    margin: 0 auto 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.listing-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
    flex-grow: 1;
}

.listing-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 1.43;
    text-align: center;
    height: auto;
    overflow: visible;
    margin-top: 0;
}

.listing-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: auto;
    position: relative;
    width: 100%;
}

.listing-price strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 10px;
}

/* Hide elements that are not in the image */
.listing-details, .listing-tags, .price-per-sqm {
    display: none;
}

.featured-listings .favorite-btn {
    /* Removed conflicting styles */
}

.featured-listings .favorite-btn img {
    /* Removed conflicting styles */
}

.featured-listings .favorite-btn:hover {
    /* Removed conflicting styles */
}

/* Swiper navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    color: #484848;
    font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #f8f9fa;
}

/* Swiper Ã¶zelleÅŸtirmeleri */
.featured-swiper {
    padding: 0 50px;
    margin: 10px 0;
}

/* Yerine bunu yapıştırın */
.swiper-slide {
    width: auto; /* Genişliği Swiper hesaplasın */
    height: auto; /* Yükseklik içeriğe göre veya karta göre */
}

/* Kartın kendisinin genişliğini %100 yapalım ki slide içine otursun */
.featured-listings .listing-card {
    width: 100%;
}

/* Disabled durumu iÃ§in stil */
.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Container padding */
.featured-swiper {
    padding: 0 50px;
    margin: 10px 0;
}

/* BaÅŸlÄ±k stilleri */
.featured-listings h2 {
    font-size: 24px;
    color: #212529;
    font-weight: 500;
}

.view-all {
    color: #008B9B;
    text-decoration: none;
    font-size: 14px;
}

/* Ã–ne Ã‡Ä±kan Ä°lanlar kÄ±smÄ±ndaki sayacÄ± gizle */
.featured-listings .photo-count {
    display: none;
}



.featured-listings .listing-card:hover .card-img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.featured-listings .img-container {
    overflow: hidden;
}

.featured-listings .card-img {
    transition: transform 0.3s ease;
}

/* Sadece img container'Ä± iÃ§in yeni stil ekleyelim */
.img-container {
    padding: 0 16px;
    display: flex;
    justify-content: center;
}

.quick-links {
    background-color: #E9ECEF;
    width: 100%;
    padding: 20px 0;
}

.quick-link-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: white;
    border-radius: 8px;
    text-decoration: none;
    color: #484848;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.quick-link-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.quick-link-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) saturate(100%);
}

/* Ä°kon renkleri */
.col-md-3:nth-child(1) .quick-link-icon {
    filter: invert(60%) sepia(83%) saturate(481%) hue-rotate(140deg) brightness(92%) contrast(98%);  /* Turkuaz */
}

.col-md-3:nth-child(2) .quick-link-icon {
    filter: invert(31%) sepia(93%) saturate(1352%) hue-rotate(182deg) brightness(88%) contrast(89%);  /* Lacivert */
}

.col-md-3:nth-child(3) .quick-link-icon {
    filter: invert(55%) sepia(44%) saturate(7482%) hue-rotate(308deg) brightness(101%) contrast(101%);  /* Pembe */
}

.col-md-3:nth-child(4) .quick-link-icon {
    filter: invert(27%) sepia(67%) saturate(1011%) hue-rotate(267deg) brightness(84%) contrast(88%);  /* Mor */
}

.text-purple {
    color: #943B94;
}

@media (max-width: 768px) {
    .quick-links .col-md-3 {
        margin-bottom: 15px;
    }

    /* Ä°lan Ä°puÃ§larÄ± gizlendiÄŸinde ÅŸehir kartlarÄ±nÄ±n olduÄŸu sÃ¼tunun tam geniÅŸlikte gÃ¶rÃ¼nmesi */
    .new-listings .col-md-9 {
        width: 100%;
    }
}

.text-info {
    color: #00C1D4 !important;
}

.text-primary {
    color: #2B6777 !important;
}

.text-danger {
    color: #FF69B4 !important;
}

.text-purple {
    color: #943B94 !important;
}

.quick-link-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.new-listings {
    background-color: #fff;
    padding: 24px 0;
}

.section-header {
    margin-bottom: 16px !important;
}

.section-header h2 {
    font-size: 18px;
    color: #484848;
    margin-right: 175px;
    font-weight: 500;
}

.city-cards .row {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
}

.city-cards .col {
    padding: 0 8px;
    margin-bottom: 16px;
    z-index: 0;
}

.city-card {
    border-radius: 12px; /* Köşeleri biraz daha yumuşattık */
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Hafif gölge */
    /* Yükseklik ayarları */
    height: 320px;
    width: 100%;
}

.city-card:hover {
    transform: scale(1.02);
}

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

.city-overlay {
    /* Tüm alanı karartmak yerine sadece aşağıdan yukarı gradient verelim, daha estetik durur */
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.city-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px !important; /* İç boşluğu azalttık */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    z-index: 2;
}

/* Yazı Tipi Düzenlemeleri (Küçültme ve Estetik) */
.city-info h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px !important; /* Çok büyük olan yazıyı küçülttük */
    font-weight: 600;
    letter-spacing: 0.5px; /* Harf aralığını açarak şıklık kattık */
    margin-bottom: 5px !important;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.listing-count {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px !important; /* Rakamı küçülttük */
    font-weight: 400;
    opacity: 0.9;
    background: rgba(255,255,255,0.2); /* Rakamın arkasına hafif transparan kutu */
    padding: 2px 10px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}

.tips-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    height: 100%;
    position: relative;
    z-index: 1;
}

.tips-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?q=80&w=1000');
    background-size: cover;
    background-position: center;
    opacity: 0.05;
    z-index: 0;
}

.tips-card h4 {
    position: relative;
    z-index: 1;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #2B6777;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.tips-card p {
    position: relative;
    z-index: 1;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #6c757d;
    margin-bottom: 2rem;
}

.tips-card .btn-primary {
    position: relative;
    z-index: 1;
    background-color: #2B6777;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.tips-card .btn-primary:hover {
    background-color: #235e6d;
    transform: translateY(-2px);
}

.popular-title {
    font-size: 14px;
    color: #484848;
    font-weight: 500;
    padding: 15px 0 0;
    background-color: #fff;
}

.popular-searches {
    background-color: #E9ECEF;
    padding: 15px 0;
}

.popular-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-pill {
    background-color: #fff;
    color: #484848;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.2s ease;
    border: 1px solid #dee2e6;
}

.tag-pill:hover {
    background-color: #f8f9fa;
    color: #484848;
    text-decoration: none;
}


/* --- PROJELER BÖLÜMÜ GÜNCELLEME (Figma Style) --- */

/* Genel Bölüm Arka Planı */
.projects {
    background-color: #fff;
    padding: 50px 0;
}

/* 1. Sol Sütun - Resim Üzerindeki Badge */
.project-status-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.9);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #484848;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* 2. Orta Sütun - Proje Bilgileri Kartı */
.project-info-card {
    background-color: #F3F4F6; /* Figma'daki o hafif gri zemin */
    padding: 25px;
    border-radius: 12px;
    height: 100%; /* Sütun boyunca uzasın */
    display: flex;
    flex-direction: column;
}

.project-top-header {
    font-size: 13px;
    color: #6C757D;
    font-weight: 500;
}

.see-all-link {
    color: #484848;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.project-main-title {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

/* Beyaz Input Görünümlü Kutucuklar */
.info-white-box {
    background-color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

.box-label {
    color: #6C757D;
    font-size: 14px;
}

.box-value {
    color: #212529;
    font-weight: 600;
    font-size: 14px;
}

/* Açıklama Kutusu */
.desc-white-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    flex-grow: 1; /* Kalan boşluğu doldursun */
    cursor: pointer;
    transition: transform 0.2s;
}

.desc-white-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.desc-white-box h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #212529;
}

.desc-white-box p {
    font-size: 13px;
    line-height: 1.6;
    color: #6C757D;
    margin: 0;
    /* Metni 5 satırda sınırla */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.desc-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ADB5BD;
}

/* 3. Sağ Sütun - Modern İpuçları Kartı */
.tips-card-modern {
    background-image: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.95)),
                      url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?q=80&w=1000'); /* Arka plan resmi */
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

/* Sağ üst köşedeki ev ikonları efekti (Opsiyonel süsleme) */
.tips-card-modern::after {
    content: '\f015'; /* FontAwesome Home Icon */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 150px;
    color: rgba(0,0,0,0.03);
    z-index: 0;
    pointer-events: none;
}

.tips-content {
    position: relative;
    z-index: 1;
}

.tips-card-modern h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2B6777;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
}

.tips-card-modern p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .project-info-card,
    .tips-card-modern {
        height: auto;
        margin-bottom: 20px;
    }
}





.see-all-link {
    color: #484848;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.project-main-title {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

/* Beyaz Input Görünümlü Kutucuklar */
.info-white-box {
    background-color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

.box-label {
    color: #6C757D;
    font-size: 14px;
}

.box-value {
    color: #212529;
    font-weight: 600;
    font-size: 14px;
}

/* Açıklama Kutusu */
.desc-white-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    flex-grow: 1; /* Kalan boşluğu doldursun */
    cursor: pointer;
    transition: transform 0.2s;
}

.desc-white-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.desc-white-box h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #212529;
}

.desc-white-box p {
    font-size: 13px;
    line-height: 1.6;
    color: #6C757D;
    margin: 0;
    /* Metni 5 satırda sınırla */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.desc-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ADB5BD;
}

/* 3. Sağ Sütun - Modern İpuçları Kartı */
.tips-card-modern {
    background-image: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.95)),
                      url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?q=80&w=1000'); /* Arka plan resmi */
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

/* Sağ üst köşedeki ev ikonları efekti (Opsiyonel süsleme) */
.tips-card-modern::after {
    content: '\f015'; /* FontAwesome Home Icon */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 150px;
    color: rgba(0,0,0,0.03);
    z-index: 0;
    pointer-events: none;
}

.tips-content {
    position: relative;
    z-index: 1;
}

.tips-card-modern h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2B6777;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
}

.tips-card-modern p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}



.section-title {
    font-size: 24px;
    color: #484848;
    font-weight: 500;
    margin-bottom: 24px;
}

.project-card {
    background: #F8F9FA;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    margin-bottom: 24px;
}

.project-meta {
    padding: 16px 20px;
    border-bottom: 1px solid #E9ECEF;
    background: #F8F9FA;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-id {
    font-size: 14px;
    color: #484848;
    margin-bottom: 4px;
}

.project-status {
    font-size: 14px;
    color: #6C757D;
}

.view-all {
    color: #2B6777;
    font-size: 14px;
    text-decoration: none;
}

.project-content {
    display: flex;
    background: #F8F9FA;
    padding: 0;
    border-radius: 0 0 12px 12px;
}

.main-image-section {
    width: 45%;
    position: relative;
    background: #F8F9FA;
    border-right: 1px solid #E9ECEF;
}

.main-image-container {
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.main-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.main-image-container.zoomed {
    cursor: zoom-out;
}

.main-image-container.zoomed img {
    transform: scale(2);
    transform-origin: var(--x) var(--y);
}

.project-info-section {
    width: 55%;
    padding: 20px;
    background: #F8F9FA;
}

.thumbnails-container {
    padding: 12px;
    background: #F8F9FA;
    border-top: 1px solid #E9ECEF;
    position: relative;
}

.thumbnails {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.thumbnail {
    width: 60px;
    height: 45px;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.2s;
    object-fit: cover;
}

.thumbnail.active {
    opacity: 1;
    border: 2px solid #2B6777;
}

.project-details {
    padding: 0;
    background: #F8F9FA;
}

.project-title {
    font-size: 20px;
    color: #484848;
    font-weight: 500;
    margin-bottom: 16px;
}

.project-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 20px;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
}

.info-item {
    display: flex;
    gap: 8px;
}

.info-label {
    color: #6C757D;
    font-size: 14px;
}

.info-value {
    color: #484848;
    font-size: 14px;
    font-weight: 500;
}

.project-description {
    margin-top: 20px;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
}

.project-description h4 {
    font-size: 16px;
    color: #484848;
    font-weight: 500;
    margin-bottom: 12px;
}

.project-description p {
    font-size: 14px;
    line-height: 1.6;
    color: #6C757D;
    margin: 0;
}

.projects .favorite-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 3;
    transition: all 0.2s ease;
}

.projects .favorite-btn:hover {
    transform: scale(1.05);
    background-color: #f8f9fa;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.projects .favorite-btn.active img {
    filter: invert(27%) sepia(51%) saturate(3054%) hue-rotate(320deg) brightness(92%) contrast(95%);
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 2;
    transition: all 0.2s ease;
}

.nav-btn:hover {
    transform: translateY(-50%) scale(1.05);
    background-color: #f8f9fa;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.nav-btn.prev {
    left: 16px;
}

.nav-btn.next {
    right: 16px;
}

.virtual-tour-btn {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 2;
    color: #484848;
}

.photo-count {
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.tips-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    height: 100%;
    position: relative;
    z-index: 1;
}

.tips-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #484848;
    margin-bottom: 15px;
}

.tips-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #6C757D;
    margin-bottom: 20px;
}

.tips-card .btn-primary {
    background: #2B6777;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 6px;
    color: #fff;
}

.tips-card .btn-primary:hover {
    background: #235e6d;
}

.icon-wrapper {
    width: 40px;
    height: 40px;
    background: #E9ECEF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper i {
    color: #6C757D;
    font-size: 16px;
}

.contact-details, .help-details {
    margin-left: 12px;
}

.title {
    color: #6C757D;
    font-size: 14px;
    margin-bottom: 2px;
}

.phone, .email {
    color: #212529;
    font-size: 14px;
}

.btn-language {
    background-color: #E31E69;
    color: #FFFFFF;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
}

.btn-language:hover {
    background-color: #d41960;
}
.legal-text {
    color: #6C757D;
}

.legal-text p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

/* Reset any Bootstrap default styles that might affect the header */
.navbar-expand-lg {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Add padding to body to account for fixed header */
body {
    margin: 0;
}

html, body {
    overflow-x: hidden;
}

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

.listing-card, .project-card {
    animation: fadeIn 0.5s ease-out;
}

/* Responsive iyileÅŸtirmeler */
@media (max-width: 1600px) {
    .swiper-slide {
        width: 192px !important;
    }
}

@media (max-width: 1440px) {
    .swiper-slide {
        width: 192px !important;
    }
}

@media (max-width: 1280px) {
    .swiper-slide {
        width: 192px !important;
    }
}

@media (max-width: 1024px) {
    .swiper-slide {
        width: 192px !important;
    }
}

@media (max-width: 768px) {
    .swiper-slide {
        width: 192px !important;
    }
}

@media (max-width: 576px) {
    .swiper-slide {
        width: 192px !important;
    }
}

.zoom-btn {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
}

.zoom-btn:hover {
    transform: scale(1.1);
    background: #f8f9fa;
}

.zoom-btn i {
    color: #484848;
    font-size: 16px;
}

/* Fullscreen and Zoom Styles */
.fullscreen-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fullscreen-container.active {
    display: flex;
    opacity: 1;
}

.fullscreen-image-wrapper {
    position: relative;
    width: 90%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullscreen-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.fullscreen-image.zoomed {
    transform: scale(2);
    transform-origin: var(--x) var(--y);
    cursor: zoom-out;
}

.fullscreen-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #484848;
    z-index: 10000;
    transition: all 0.3s ease;
}

.fullscreen-close:hover {
    background: #f8f9fa;
    transform: scale(1.1);
}

.fullscreen-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #484848;
    z-index: 10000;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.fullscreen-nav:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    background: #f8f9fa;
}

.fullscreen-prev {
    left: 20px;
}

.fullscreen-next {
    right: 20px;
}

.fullscreen-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    color: #484848;
    z-index: 10000;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .hero-section h1 {
        font-size: 20px;
    }

    .main-search-wrapper .form-control {
        height: 42px;
    }

    .filters-wrapper .form-select {
        height: 48px;
    }
}

@media (max-width: 992px) {
    .hero-section {
        padding: 40px 0;
        min-height: 400px;
    }

    .hero-section h1 {
        font-size: 18px;
    }

    .search-container {
        max-width: 800px;
    }

    .filters-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .filters-wrapper .form-select {
        width: calc(50% - 6px);
        margin-bottom: 10px;
    }

    .city-cards .row {
        flex-wrap: wrap;
    }

    .city-cards .col {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 30px 0;
        min-height: 350px;
    }

    .hero-section h1 {
        font-size: 16px;
    }

    .main-search-wrapper .form-control {
        height: 40px;
        font-size: 13px;
    }

    .filters-wrapper {
        flex-direction: column;
        gap: 8px;
    }

    .filters-wrapper .form-select {
        width: 100%;
        margin-bottom: 0;
    }

    .description-text {
        font-size: 12px;
        padding: 0 15px;
    }

    .city-cards .col {
        width: 100%;
    }

    .project-content {
        flex-direction: column;
    }

    .main-image-section,
    .project-info-section {
        width: 100%;
    }

    .main-image-section {
        border-right: none;
        border-bottom: 1px solid #E9ECEF;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 20px 0;
        min-height: 300px;
    }

    .hero-section h1 {
        font-size: 14px;
    }

    .main-search-wrapper .form-control {
        height: 38px;
        font-size: 12px;
    }

    .search-btn {
        width: 36px;
        height: 36px;
    }

    .search-btn i {
        font-size: 14px;
    }

    .description-text {
        font-size: 11px;
        padding: 0 10px;
    }

    .project-meta {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .project-info-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .thumbnails {
        gap: 4px;
    }

    .thumbnail {
        width: 50px;
        height: 38px;
    }

    .nav-btn,
    .favorite-btn,
    .zoom-btn {
        width: 36px;
        height: 36px;
    }

    .virtual-tour-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
}

/* Mobile Navigation Adjustments */
@media (max-width: 768px) {
    .site-header .navbar {
        padding: 8px 0;
    }

    .site-header .btn {
        padding: 0.3rem 0.8rem;
        font-size: 12px;
    }

    .site-header .navbar-brand img {
        height: 28px;
    }

    .featured-listings h2,
    .section-title {
        font-size: 20px;
    }

    .listing-title {
        font-size: 13px;
        height: 36px;
    }

    .listing-price strong {
        font-size: 16px;
    }

    .tips-card h4 {
        font-size: 16px;
    }

    .tips-card p {
        font-size: 13px;
    }

    .tag-pill {
        padding: 6px 12px;
        font-size: 12px;
    }
}

/* Tablet Specific Adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
    .featured-listings .swiper-slide {
        width: calc(100% / 3) !important;
        /* margin-right: 12px; */ /* Ä°steÄŸe baÄŸlÄ± olarak boÅŸluk azaltÄ±labilir */
    }

    .featured-listings .listing-card {
        width: 100%; /* KartÄ±n slide geniÅŸliÄŸini doldurmasÄ±nÄ± saÄŸlar */
        /* height: auto; Ä°steÄŸe baÄŸlÄ± olarak yÃ¼kseklik ayarlanabilir */
    }

    .featured-listings .listing-card .img-container {
        width: 100%; /* Resim konteynerÄ±nÄ±n kart iÃ§indeki geniÅŸliÄŸi doldurmasÄ±nÄ± saÄŸlar */
        /* height: 120px; Ä°steÄŸe baÄŸlÄ±, orantÄ±lÄ± yÃ¼kseklik iÃ§in ayarlanabilir */
    }

    .city-cards .col {
        width: 33.333%;
    }

    .project-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Landscape Mode Adjustments */
@media (max-height: 600px) and (orientation: landscape) {
    .hero-section {
        min-height: 250px;
        padding: 20px 0;
    }

    .city-card {
        aspect-ratio: 1.5;
    }

    .main-image-section {
        height: 300px;
    }
}


/* Åehir KartlarÄ± Swiper Stilleri - Tamamen yeniden yazÄ±lmÄ±ÅŸ */
.city-carousel-container {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.city-swiper {
    padding: 0 0 30px;
    margin: 0 0 0 0;
}

.city-swiper .swiper-pagination {
    bottom: 0;
}

.city-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ccc;
    opacity: 1;
}

.city-swiper .swiper-pagination-bullet-active {
    background: #444;
}

.city-swiper .swiper-slide {
    width: 90px;
    height: 300px;
}

.city-card {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.city-card-image {
    width: 100%;
    height: 100%;
    position: relative;
}

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

.city-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 100%);
}

.city-card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* AÅŸaÄŸÄ±ya hizala */
    align-items: center; /* Yatay ortalar */
    padding-bottom: 40px; /* Alt boÅŸluk ekle */
    color: #fff;
    z-index: 2;
    text-align: center;
}

.city-card-content h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px 0;
    line-height: 1;
}

.city-card-content p {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

/* PopÃ¼ler Aramalar Carousel */
.popular-searches {
    background-color: #E9ECEF;
    padding: 15px 0;
}

.tag-carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.tags-swiper {
    padding: 0;
    margin: 0 0 0 15px;
}

.tag-slide {
    width: auto !important;
    margin-right: 8px;
}

.tags-swiper .tag-pill {
    white-space: nowrap;
    display: block;
}

/* Responsive dÃ¼zeltmeler */
@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .quick-links .col-md-3 {
        margin-bottom: 15px;
    }

    .new-listings .col-md-9 {
        width: 100%;
    }

    .new-listings .container{
        padding-right: 0;
    }

    /* Konteyner ayarları */
    .popular-searches .container {
        padding-left: 0;
        padding-right: 0;
    }

    /* Her bir etiketin (slide) ayarı */
    .tags-swiper .swiper-slide {
        /* "width: auto" sayesinde kutu, içindeki yazı kadar yer kaplar */
        width: auto !important;
        margin-right: 10px; /* Etiketler arası boşluk */
    }

    /* Etiket görünümü */
    .tag-pill {
        display: block;
        white-space: nowrap; /* Yazının alt satıra geçmesini engeller */
        font-size: 13px;
        padding: 8px 16px;
        background: #fff;
        border: 1px solid #dee2e6;
        border-radius: 50px; /* Tam yuvarlak kenarlar */
        box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    }

    .city-carousel-container {
        /* margin-right: -15px; KALDIRILDI */
    }

    .tag-carousel-container {
        padding: 10px 0;
        width: 100%;
    }

    .tag-slide .tag-pill {
        margin-right: 0;
    }
}

/* --- Mobil Görünüm Ayarları --- */
@media (max-width: 768px) {
    /* Mobilde Swiper Container Ayarı */
    .city-carousel-container {
        padding-right: 0;
        margin-right: -15px; /* Sağa yaslı taşma efekti için */
    }

    .city-swiper {
        padding-bottom: 20px;
        padding-right: 20px; /* Son kartın kenara yapışmaması için */
    }

    .city-swiper .swiper-slide {
        /* Mobilde kart genişliği ve yüksekliği */
        height: 280px;
        width: auto !important; /* Swiper'ın otomatik genişlik ayarlaması için */
    }

    .city-card {
        height: 100%;
        width: 160px; /* Mobilde kartın sabit genişliği - 2 tanesi yan yana sığar */
    }
}

@media (max-width: 374px) {
    .city-swiper .swiper-slide {
        width: 80px;
        height: 260px;
    }

    .city-card-content {
        bottom: 12px;
    }

    .city-card-content h3 {
        font-size: 14px;
    }

    .city-card-content p {
        font-size: 12px;
    }
}

/* Quick Links Carousel Styles */
.quick-links-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 5px;
}

.quick-links-swiper {
    padding: 0;
    margin: 0;
}

.quick-links-swiper .swiper-slide {
    width: auto;
    padding: 0 5px;
}

.quick-links-swiper .quick-link-card {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
}

/* Swiper iÃ§indeki yazÄ±larÄ± kÃ¼Ã§Ã¼ltÃ¼p tek satÄ±ra sÄ±ÄŸdÄ±rÄ±yoruz */
.quick-links-swiper .quick-link-card span {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Ä°kon renklerini orijinal ile aynÄ± yapÄ±yoruz */
.quick-links-swiper .swiper-slide:nth-child(1) .quick-link-icon {
    filter: invert(60%) sepia(83%) saturate(481%) hue-rotate(140deg) brightness(92%) contrast(98%);  /* Turkuaz */
}

.quick-links-swiper .swiper-slide:nth-child(2) .quick-link-icon {
    filter: invert(31%) sepia(93%) saturate(1352%) hue-rotate(182deg) brightness(88%) contrast(89%);  /* Lacivert */
}

.quick-links-swiper .swiper-slide:nth-child(3) .quick-link-icon {
    filter: invert(55%) sepia(44%) saturate(7482%) hue-rotate(308deg) brightness(101%) contrast(101%);  /* Pembe */
}

.quick-links-swiper .swiper-slide:nth-child(4) .quick-link-icon {
    filter: invert(27%) sepia(67%) saturate(1011%) hue-rotate(267deg) brightness(84%) contrast(88%);  /* Mor */
}

@media (max-width: 768px) {
  /* Konteynerın kenar boşluklarını sıfırlayalım ki tam ekran aksın */
  .quick-links .container {
      padding-left: 0;
      padding-right: 0;
  }

  .quick-links-carousel {
      margin: 0;
      padding: 10px 0; /* Üstten alttan biraz boşluk */
  }

  /* Her bir kutunun (slide) genişlik ayarı */
  .quick-links-swiper .swiper-slide {
      /* "width: auto" içeriğe göre genişler, "220px" sabit kalır.
         Kutuların eşit durması için sabit genişlik öneririm: */
      width: 240px !important;
      height: auto;
      margin-right: 15px; /* Kutular arası boşluk */
  }

  /* Kartın iç tasarımı */
  .quick-links-swiper .quick-link-card {
      width: 100%;
      margin: 0;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* Hafif gölge */
      /* Yazıların tek satıra sıkışmasını engelleyip alt satıra geçmesine izin verelim */
      white-space: normal !important;
      height: 100%; /* Hepsi eşit boyda görünsün */
      display: flex;
      align-items: center;
      justify-content: flex-start;
  }

  .quick-links-swiper .quick-link-card span {
      font-size: 13px; /* Mobilde yazı boyutu ideal */
      white-space: normal; /* Yazı uzunsa alt satıra geçsin */
  }
}

/* MasaÃ¼stÃ¼ gÃ¶rÃ¼nÃ¼mÃ¼ndeki ÅŸehir kartlarÄ± iÃ§in Ã¶zel stil */
@media (min-width: 768px) {
    /* New Listings iÃ§indeki satÄ±r ve kolon yapÄ±sÄ±nÄ± dÃ¼zenle */
    .new-listings .row {
        display: flex;
        flex-wrap: nowrap;
    }

    .new-listings .col-md-9 {
        width: 75%;
        padding-right: 20px;
        flex: 0 0 75%;
    }

    .new-listings .col-md-3 {
        width: 25%;
        flex: 0 0 25%;
        position: relative;
        z-index: 0;
    }

    /* Tips card sabit yÃ¼ksekliÄŸe sahip olmalÄ± */
    .tips-card {
        max-height: 320px;
        display: flex;
        flex-direction: column;
    }

    /* Åehir kartlarÄ±nÄ± satÄ±r iÃ§inde dÃ¼zenle */
    .city-cards .row.d-none.d-md-flex {
        display: flex;
        flex-wrap: wrap !important;
    }

    .city-cards .col {
        width: 20%;
        flex: 0 0 20%;
        padding: 0 8px;
    }

    /* Åehir kartlarÄ±nÄ±n yÃ¼ksekliÄŸini ayarla */
    .city-card {
        min-height: 300px;
        max-height: 320px;
        height: 100%;
    }

    /* Åehir kartÄ± iÃ§indeki yazÄ±lar iÃ§in responsive ayarlar */
    .city-info h3 {
        font-size: calc(1rem + 0.5vw);
        font-weight: 700;
        margin-bottom: 0.5rem;
        line-height: 1.2;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
    }

    .listing-count {
        font-size: calc(0.9rem + 0.3vw);
        font-weight: 500;
    }
}

/* FarklÄ± ekran boyutlarÄ± iÃ§in ÅŸehir kartÄ± yazÄ± ayarlarÄ± */
@media (min-width: 768px) and (max-width: 991.98px) {
    .city-info h3 {
        font-size: 1rem;
    }

    .listing-count {
        font-size: 0.9rem;
    }

    .city-info {
        padding: 1.5rem !important;
        padding-bottom: 25px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .city-info h3 {
        font-size: 1.2rem;
    }

    .listing-count {
        font-size: 1rem;
    }

    .city-info {
        padding: 1.75rem !important;
        padding-bottom: 30px !important;
    }
}

@media (min-width: 1200px) {
    .city-info h3 {
        font-size: 1.75rem;
    }
    .listing-count {
        font-size: 1rem;
    }
}

/* MasaÃ¼stÃ¼ gÃ¶rÃ¼nÃ¼mÃ¼ndeki ÅŸehir kartlarÄ± iÃ§in responsive yazÄ± stilleri */
@media (min-width: 768px) {
    /* Åehir kartlarÄ±nÄ± satÄ±r iÃ§inde dÃ¼zenle */
    .city-cards .row.d-none.d-md-flex {
        display: flex;
        flex-wrap: wrap !important;
    }

    .city-cards .col {
        width: 20%;
        flex: 0 0 20%;
        padding: 0 8px;
    }

    /* Åehir kartÄ± iÃ§indeki yazÄ±lar iÃ§in responsive ayarlar */
    .city-info h3 {
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
        max-width: 100%;
        overflow: hidden;
    }
}

.projects .favorite-btn img {
    width: 24px;
    height: 24px;
}





/* ==========================================================================
7. GALERi VE LIGHTBOX
Ä°lan detay sayfasÄ±ndaki galeri ve tam ekran resim stilleri.
========================================================================== */

.gallery-column {
    grid-column: 1 / 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 0;
    margin-bottom: 0;
}

.main-image {
    height: 400px;
    position: relative;
    margin: 0;
}

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

.favorite-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    z-index: 2;
}

/* Favori Butonu Animasyonu */
.favorite-btn.active i {
font-weight: 900;
color: #6b7280;
transform: scale(1.1);
}
.favorite-btn i {
transition: all 0.2s ease;
}

.gallery-controls {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 10px;
    z-index: 2;
}

.gallery-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.thumbnail-gallery {
    position: relative;
    background: white;
    padding: 10px 0;
    margin: 0;
}

.thumbnail-gallery img {
    width: 80px;
    height: 60px;
    border-radius: 4px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
}

.thumbnail-gallery img.active {
    border-color: var(--primary-color);
}

.thumbnail-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    border: 1px solid #eee;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.thumbnail-nav.prev { left: 6px; }
.thumbnail-nav.next { right: 6px; }

.lightbox-nav.prev { left: 30px; }
.lightbox-nav.next { right: 30px; }

.lightbox-nav.prev {
    left: 20%;
}

.thumbnails {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 40px;
    margin: 0;
    scrollbar-width: none;
}

/* Thumbnail Aktiflik Durumu */
.thumbnails img {
cursor: pointer;
opacity: 0.6;
transition: all 0.3s ease;
border: 2px solid transparent;
border-radius: 4px;
}
.thumbnails img.active, .thumbnails img:hover {
opacity: 1;
border-color: #007385;
}

.lightbox-nav.prev { left: 30px; }
.lightbox-nav.next { right: 30px; }

.lightbox-nav.next {
    right: 20%;
    left: auto;
}

.photo-count {
    position: absolute;
    right: 10px;
    bottom: -25px;
    font-size: 12px;
    color: #666;
}

/* Lightbox Modal YapÄ±sÄ± */
.lightbox-modal {
display: none;
position: fixed;
z-index: 200000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.95);
backdrop-filter: blur(5px);
flex-direction: column;
align-items: center;
justify-content: center;
}


.lightbox-modal[open] {
display: flex;
}

/* Lightbox Kapatma Butonu */
.close-lightbox {
position: absolute;
top: 20px;
right: 20px;
width: 40px;
height: 40px;
background: rgba(255,255,255,0.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 24px;
cursor: pointer;
transition: all 0.3s;
z-index: 200002;
}

.close-lightbox:hover {
background: rgba(255,255,255,0.3);
transform: rotate(90deg);
}

/* Lightbox Navigasyon OklarÄ± */
.lightbox-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(255, 255, 255, 0.1);
color: white;
border: none;
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s;
z-index: 200001;
outline: none;
}

.lightbox-nav:hover {
background: #007385;
color: #fff;
}

.lightbox-nav.prev { left: 30px; }
.lightbox-nav.next { right: 30px; }

/* Lightbox (BÃ¼yÃ¼tme) Mobil Ergonomisi */
.lightbox-content {
    max-width: 100%;
    max-height: 70vh;
    width: 100%;
}

/* Lightbox Resim Ä°Ã§eriÄŸi */
.lightbox-content {
max-width: 90%;
max-height: 80vh;
object-fit: contain;
border-radius: 4px;
box-shadow: 0 0 30px rgba(0,0,0,0.5);
animation: zoomEffect 0.3s ease-out;
}

.lightbox-caption {
position: absolute;
bottom: 30px;
color: #aaa;
font-size: 14px;
background: rgba(0,0,0,0.5);
padding: 5px 15px;
border-radius: 20px;
}

.lightbox-caption {
    bottom: 120px;
}

@media (max-width: 375px) {
    .main-image {
        height: 220px;
    }

    .thumbnails {
       padding: 0 30px;
   }

    .thumbnail-gallery {
       padding: 5px 0;
   }

   .thumbnail-gallery img {
       width: 70px;
       height: 50px;
   }


}

@media (max-width: 576px) {


  .thumbnail-gallery img {
      width: 80px;
      height: 60px;
  }

    .main-image {
        height: 250px;
    }

    .favorite-btn {
        width: 35px;
        height: 35px;
        top: 10px;
        right: 10px;
    }

    .gallery-controls {
      bottom: 10px;
      right: 10px;
  }
  .gallery-btn {
        width: 35px;
        height: 35px;
    }

}


@media (max-width: 768px) {

    .main-image { height: 300px; }

    .close-lightbox {
    top: 15px;
    right: 15px;
    background: rgba(0,0,0,0.5);
    width: 44px;
    height: 44px;
}

}


@media (max-width: 992px) {

    .gallery-column,
    .details-column,
    .agent-column,
    .tabs-sidebar-container {
        display: block !important;
        width: 100%;
        margin-bottom: 20px;
        grid-column: unset;
        grid-row: unset;
    }


}


.listing-card .listing-link-overlay {
    /* Kartı sarmalayan linkin varsayılan altı çizgisini kaldırır */
    text-decoration: none;
    /* Kartın içindeki tüm metinler için link rengi yerine varsayılan rengi kullanır */
    color: inherit;
    /* Ek olarak: Tüm kartın tıklanabilirliğini sağlamak için genellikle display: block kullanılır */
    /* display: block; */
}

/* Kart içindeki başlıklar için renk ve altı çizgi ayarı */
.listing-card .listing-title {
    /* Altı çizili görünmesini engelle */
    text-decoration: none !important;
    /* Başlık rengini varsayılan link renginden kurtar */
    color: #333; /* Veya kullandığınız asıl başlık rengi */
}

/* Fiyatın altı çizili gözükmesini engellemek için */
.listing-card .listing-price strong {
    text-decoration: none !important;
    color: #000; /* Veya kullandığınız asıl fiyat rengi */
}


/* --- GÜVENLİ ÇIKIŞ BUTONU İÇİN EK STİLLER --- */

.btn-safe-exit {
    /* İçerik Hizalama */
    display: inline-flex !important; /* Flexbox ile ikon ve yazıyı hizalar */
    align-items: center;
    justify-content: center;
    gap: 10px; /* İkon ile yazı arasındaki boşluk */
    
    /* Görünüm */
    background-color: black; /* Arka planı boşaltıp border kullanabiliriz veya mevcut rengi koruyabiliriz */
    border: 1px solid currentColor; /* Mevcut yazı rengine göre kenarlık */
    padding: 10px 20px;
    border-radius: 50px; /* Tam oval (pill) yapı */
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

/* İkonun kendisine özel ayar (Hafif hareket efekti için) */
.btn-safe-exit i {
    font-size: 1.1em;
    transition: transform 0.3s ease;
}

/* --- HOVER (ÜZERİNE GELİNCE) EFEKTLERİ --- */
.btn-safe-exit:hover {
    background-color: #ff4757; /* Çıkış olduğu için şık bir kırmızı tonu */
    color: #fff !important;    /* Yazı rengi beyaz olsun */
    border-color: #ff4757;
    box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3); /* Hafif kırmızı gölge */
}

/* Üzerine gelince ikon hafifçe sağa kaysın (Çıkış hissi verir) */
.btn-safe-exit:hover i {
    transform: translateX(4px);
}

/* --- MOBİL UYUM (Opsiyonel) --- */
@media (max-width: 768px) {
    .promo-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .btn-safe-exit {
        width: 100%; /* Mobilde tam genişlik */
    }
}