 
.custom-zoom-in:before {
    content: "+";
       color:#afd135;
}

.custom-zoom-in, .custom-zoom-out {
    background-color: #afd135;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    margin: 5px 15px;
    transition: color 0.3s, background-color 0.3s;
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 15px;
    height: 32px;
    width: 32px;
}

.custom-zoom-in:before, .custom-zoom-out:before {
    font-family: "FontAwesome";
    width: 100%;
    line-height: 34px;
    transition: -webkit-text-stroke 0.3s;
    -webkit-text-stroke: 1px #fff;
}
.custom-zoom-out:before {
    content: "-";
    color:#afd135;
}

.custom-zoom-in:before, .custom-zoom-out:before {
    font-family: "FontAwesome";
    width: 100%;
    line-height: 34px;
    transition: -webkit-text-stroke 0.3s;
    -webkit-text-stroke: 1px #fff;
}
.infoBox:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}


#map {
    height: 100%;
    width: 100%;
    margin: 0;
    z-index: 990;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.375rem;
    overflow-y: auto; /* Dikey kaydırma çubuğu etkinleştir */
    max-height: 560px!important; /* İstediğiniz yüksekliği ayarlayın */
}

.list-group-flush,.card-body  {
    max-height: 560px!important; /* İçeriğin maksimum yüksekliği */
    height: 560px!important; /* İçeriğin yüksekliği */
    overflow-y: scroll!important; /* Dikey scroll çubuğunu her daim görünür yap */
}
#map-container {
    position: relative;
    top: 0;
    left: 0;
    height: 660px;
    width: 100%;
   
    margin-bottom: 60px;
}

.infoBox { border-radius: 3px; }

.map-box {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    position: relative;
    left: -62px;
}

.map-box h4 {
    margin: 0;
    padding: 0;
}

.map-box h4 a {
    padding: 0px;
    font-size: 17px;
    line-height: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}

.map-box h4 a:hover { color: #66676b; }

.map-box p {
    padding: 0;
    line-height: 25px;
    margin: 2px 0 0 0;
    font-size: 14px;
}

.map-box ul.listing-details {
    padding: 0;
    font-size: 14px;
    display: none;
}

.map-box .listing-title {
    padding: 22px;
    padding-top: 20px;
}


.map-box .listing-img-content {
    padding: 18px 22px;
}


.map-box .listing-img-content span {
    font-size: 21px;
}

.map-box .listing-img-content .listing-price i {
    font-size: 15px;
    margin: 0;
}


.infoBox > img {
    position: absolute !important;
    right: 0px;
    top: 0px;
}


.map-box .listing-img-container:before {
    background: linear-gradient(to bottom, transparent 50%, #2f2f2f);
}

.map-box .listing-img-container:after {
    background: linear-gradient(to bottom, transparent 50%, #66676b);
}

#geoLocation:hover, #mapnav-buttons a:hover, #scrollEnabling.enabled, #scrollEnabling:hover, #streetView:hover, .cluster div, .custom-zoom-in:hover, .custom-zoom-out:hover, .infoBox-close:hover, .listing-carousel.owl-theme .owl-controls .owl-next:after, .listing-carousel.owl-theme .owl-controls .owl-prev:before, .listing-carousel.owl-theme.outer .owl-controls .owl-next:hover::after, .listing-carousel.owl-theme.outer .owl-controls .owl-prev:hover::before, .slick-next:after, .slick-prev:after {
    background-color: #afd135;
}
.cluster div {
    text-align: center;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 50%;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    background-color: #afd135;
}
