.hm-carousel,
.hm-slide {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.slick-list,
.slick-track {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.hm-carousel {
    max-width: 800px;
    margin: auto;
    margin-bottom:0px;
    text-align: center;
}
.hm-slide img {
    width: 100%;
    height: auto;
    
    
}
.hm-title {
    font-weight: bold;
    font-size: 18px;
    background: black;
    color: white;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align:left;
    text-transform:uppercase;

}

.hm-title a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.hm-title a:hover {
    color: #8bc34a;
}


.hm-image-bg {
    width: 100%;
    height: 440px; /* Sabit yükseklik */
    background-size: cover; /* Alanı doldurur, taşanı kırpar */
    background-position: center center; /* Ortalar */
    background-repeat: no-repeat;
    border-radius: 0px; /* İsteğe bağlı köşe yumuşatma */
}


.slick-dots {
    display: flex !important;
    justify-content: center !important;
    padding: 0;
    margin: 0px 0 0 0;
    list-style: none;
   
}
.slick-dots li button {
    background: black !important;
    color: white !important;
    border: 1px solid #000;
}
.slick-dots .slick-active button {
    background: #8bc34a !important;
}



/* Mobilde slick dots boyutu ve hizası */
@media (max-width: 768px) {
    
    
    .hm-image-bg {
    
    height: 350px; /* Sabit yükseklik */
   
}

    
    .slick-dots {
        
        display: flex !important;
        justify-content: center;
     
        
    }

    .slick-dots li button {
        font-size: 12px !important;
        padding: 10px 10px 10px 10px;
        
    }
}
