/* ZPT Imobiliare — custom refinements (loaded after theme styles) */

.feature-block-one .lower-content .price-box .category-tag {
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  color: #0f172b;
  background: #eef1f5;
  border-radius: 4px;
  padding: 0 10px;
  margin-top: 6px;
  font-weight: 500;
}

.feature-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #eef1f5;
}

.feature-block-one .inner-box .image-box .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box .image img {
  transform: scale(1.08);
}

.hero-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 170px 0 70px;
}

.hero-banner:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13,20,32,0.82) 0%, rgba(13,20,32,0.55) 100%);
}

.hero-banner .auto-container {
  position: relative;
  z-index: 1;
}

.hero-banner .content-box {
  max-width: 720px;
}

.hero-banner .content-box h2 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.hero-banner .content-box p {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 30px;
}

.hero-banner .search-field {
  position: relative;
  z-index: 2;
}

.hero-banner .search-field .top-search {
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
}

.page-heading {
  position: relative;
  padding: 55px 0;
}

.page-heading:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13,20,32,0.85) 0%, rgba(13,20,32,0.6) 100%);
}

.page-heading .auto-container {
  position: relative;
  z-index: 1;
}

.page-heading h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.page-heading .bread-crumb {
  position: relative;
  display: block;
}

.page-heading .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  padding-right: 20px;
  margin-right: 8px;
}

.page-heading .bread-crumb li:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(255,255,255,0.6);
}

.page-heading .bread-crumb li:last-child:before {
  display: none;
}

.page-heading .bread-crumb li a {
  color: #ffffff;
}

.page-heading .bread-crumb li a:hover {
  color: #2dbe6c;
}

.result-count {
  font-size: 15px;
  color: #808288;
  margin-bottom: 20px;
}

.result-count strong {
  color: #0f172b;
}

.empty-state {
  text-align: center;
  padding: 70px 20px;
  background: #f8fafc;
  border-radius: 10px;
}

.empty-state i {
  font-size: 52px;
  color: #c4ccd8;
  margin-bottom: 16px;
  display: block;
}

.empty-state h3 {
  font-size: 24px;
  color: #0f172b;
  margin-bottom: 8px;
}

.empty-state p {
  color: #808288;
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .hero-banner {
    padding: 130px 0 50px;
  }
  .hero-banner .content-box h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (max-width: 575px) {
  .hero-banner .content-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .feature-block-one .inner-box .image-box .image img {
    height: 220px;
  }
}
