.kesfet-container{
    position:relative;
    max-width:1300px;
    margin:20px auto;
    min-height:600px;
    overflow:hidden;
}
.kesfet-left{
    position:relative;
    width:30%;
    float:left;
    background:transparent;
    min-height:500px;
    overflow:hidden;
}
.kesfet-left h1{
    font-size: 25px;
    color: #222;
    font-weight: 600;
}
.kesfet-left p{
    font-size: 15px;
    line-height: 1;
    color: #666;
}
.kesfet-left span{
    font-size: 13px;
    float:left;
    margin-top:30px;
    line-height: 1.6;
    color: #666;
}

.is-panel{
    width:100%;
    background:#fff;
    min-height:100px;
    margin:10px auto;
    overflow:hidden;
    border-radius: var(--radius, 12px);
    transition: transform .2s ease, background .2s ease;
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 7px 9px;
}
.is-panel-resim{
    width:100px;
    background:transparent;
    height:100px;
    float:left;
    border-radius:15px;
    margin:15px;
    overflow:hidden;
    object-fit: cover;
}
.is-panel-text{
    width:220px;
    background:transparent;
    height:100px;
    float:left;
    margin:15px 0px;
    overflow:hidden;
}
.is-panel-text-ba{
    width:100%;
    background:transparent;
    min-height:20px;
    margin-bottom:0px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #222;
    font-weight: 600;
}
.is-panel-text-yil{
    width:100%;
    background:transparent;
    min-height:20px;
    margin-bottom:0px;
    overflow:hidden;
    font-size: 12px;
    color: #666;
    font-weight: 400;
}
.is-panel-text-kat{
    width:100%;
    background:transparent;
    min-height:20px;
    margin-bottom:0px;
    overflow:hidden;
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

/* HARİTA ALANI DÜZELTMELERİ */
.map-section{
    position:relative;
    width:69%;
    float:right;
    background:transparent;
    height: 650px; /* DÜZELTİLDİ: min-height yerine net yükseklik verildi */
    overflow:hidden;
}

.map-filter-bar {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    height: 40px;
}

#kesfetMap {
    width: 100%;
    height: calc(100% - 52px); /* DÜZELTİLDİ: Filtre barının yüksekliği düşülerek tam yerleşmesi sağlandı */
    border-radius: 12px;
    position: relative;
    z-index: 1;
}

.leaflet-popup {
    background: #fff;
    border-radius: 15px;
}

#kesfetMap .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

#kesfetMap .leaflet-container {
    width: 100%;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

#kesfetMap .leaflet-popup-content-wrapper {
    border-radius: 14px;
}

#kesfetMap .leaflet-popup-tip {
    background: #ffffff;
}

.kesfet-gizle {display:block;}
.kesfet-gizle2 {display:none;}

@media(max-width:768px){
    .kesfet-gizle {display:none;}
    .kesfet-gizle2 {display:block;}
    .kesfet-left{width:100%; float:none; margin:10px 0;}
    .map-section { width: 100%; float:none; height:450px; margin-bottom:20px;}
    #kesfetMap { width: 100%; height: calc(100% - 52px);}
    .kesfet-container {width:96%; margin:15px auto;}
}