/* Properties Page */
.props-hero {
  padding: 48px 16px 22px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.props-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  margin: 0;
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 800;
  color: #111;
}

.section-title span {
/*  color: #ff6b6b;*/
color: #000000;

}

.section-subtitle {
  margin: 10px auto 0;
  max-width: 520px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.props-wrap {
  padding: 26px 16px 60px;
  background: #fff;
}

.props-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Filters */
.props-filters {
  display: grid;
  grid-template-columns: 1.6fr 1fr 0.8fr 1fr auto;
  gap: 14px;
  align-items: end;
  padding: 14px;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
  background: #fff;
}

.filter label {
  display: block;
  font-size: 12px;
  color: #333;
  margin-bottom: 6px;
}

.filter input,
.filter select {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 14px;
  outline: none;
  background: #fff;
}

.filter input:focus,
.filter select:focus {
  border-color: #ff6b6b;
}

.filter-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 4px;
  background: #0fa36b; /* your green CTA */
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
}

.btn-primary:hover {
  filter: brightness(0.95);
}

.btn-link {
  color: #666;
  font-size: 13px;
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: underline;
}

/* Meta */
.props-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 18px 2px 10px;
  color: #444;
  font-size: 14px;
}

/* Grid */
.props-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 10px;
}

.prop-card {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
}

.prop-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f4f4f4;
}

.prop-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.prop-card__media:hover img {
  transform: scale(1.03);
}

.prop-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(17,17,17,0.85);
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
}

.prop-card__body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.prop-title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.prop-title a {
  color: #111;
  text-decoration: none;
}

.prop-title a:hover {
  color: #ff6b6b;
}

.prop-location {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.prop-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
}

.prop-price {
  font-size: 16px;
  font-weight: 900;
  color: #111;
}

.prop-price span {
  font-size: 12px;
  font-weight: 600;
  color: #666;
}

.prop-rating {
  font-size: 13px;
  color: #444;
  font-weight: 700;
}

.prop-specs {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  color: #444;
  font-size: 13px;
}

.prop-specs li {
  background: #f7f7f7;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #eee;
}

.prop-highlights {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
}

.prop-actions {
  margin-top: 6px;
}

/* Empty */
.props-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px 14px;
  border: 1px dashed #ddd;
  border-radius: 10px;
  color: #555;
}

/* Pagination wrapper (Laravel default links) */
.props-pagination {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}

.properties-form {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.property-link {
  text-decoration: none;
  color: inherit;
  width: 22%;
}

.property-meta {
  font-size: 13px;
  opacity: 0.75;
  text-align: center;
  margin-bottom: 12px;
}

.section-inner {
  max-width: 1200px;       /* same width as nav-container */
  margin: 0 auto;
}

.section-title-left {
  text-align: left !important;
  margin-bottom: 2rem;
}

.properties {
  width: 100%;
  display: flex;
  gap: 2.8rem;
  flex-wrap: wrap;
}

.properties-inner{
  justify-content: flex-start !important;
}

.properties-featured{
  justify-content: center !important;
}

.section-properties-main{
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.08);
}

.testimonials{
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.08);
}


/* Responsive */
@media (max-width: 980px) {
  .props-filters {
    grid-template-columns: 1fr 1fr;
  }
  .filter-actions {
    justify-content: flex-start;
  }
  .props-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .props-grid {
    grid-template-columns: 1fr;
  }
}
