/*!
Theme Name: ListBnB
Theme URI: https://wp.aqlova.com/listbnb/
Author: theme_pure
Author URI: https://themeforest.net/user/theme_pure
Description: Listbnb a Largest Classified Listing Marketplace offers perfect WordPress Ads classified Themes
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: listbnb
Tags: classified, listing, classifield ads, custom fields, custom-background, custom-logo, custom-menu, featured-images
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");
.ilan-card {
    border-radius: 14px;
    overflow: hidden;
    transition: all .3s ease;
    background: #fff;
	    display: flex;
    flex-direction: column;
    height: 100%;
}

.ilan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,.12);
}


.ilan-card img {
   width: 100%;
    height: 220px;       /* ✅ Sabit yükseklik */
    object-fit: cover;  /* ✅ Taşmadan kırpma */
    object-position: center; /* ✅ Ortadan kırp */
    border-bottom: 1px solid #eee;
}

.ilan-price {
    font-size: 18px;
    font-weight: 700;
    color: #dc3545;
}

.ilan-filter-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.pagination-modern {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination-modern a,
.pagination-modern span {
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.pagination-modern .current {
    background: #dc3545;
    color: #fff;
    border-color: #dc3545;
}

.breadcrumb__bg{
	padding:120px 0 20px 0;
}
.postbox__area{
	padding:20px 0!important;
}


body.page-id-6961  {
    height: auto !important;
    max-height: auto !important;
} 
 
 
.ilan-il-select { 
    overflow-y: auto;
}

.hb-feature-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    margin: 50px 0;
}

.hb-feature-box {
    flex: 1 1 300px;
    max-width: 520px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* LOGO RENKLİ İKON KUTUSU */
.hb-feature-icon {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    background: linear-gradient(135deg, #27C6D9, #0FA3B1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #F4C430; /* gold ikon */
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(15,163,177,0.25);
}

/* BAŞLIK */
.hb-feature-content h3 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 700;
    color: #0FA3B1;
}

/* AÇIKLAMA */
.hb-feature-content p {
    margin: 0 0 16px;
    line-height: 1.6;
    color: #444;
}

/* LİNK */
.hb-feature-link {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-decoration: none;
    color: #F4C430;
}

.hb-feature-link:hover {
    color: #0FA3B1;
    text-decoration: underline;
}

/* MOBİL */
@media (max-width: 768px) {
    .hb-feature-section {
        gap: 30px;
    }
}
.tp-list-details-box:last-child,
.tp-list-details-box:nth-child(2),
.embed-responsive,
.product__details-info,
.tp-list-details-title,
.tp-list-sidebar-wrap .tp-list-details-top-price,
.tp-list-details-top-price,
.tp-list-details-top-id{
	display:none!important;
}