/* have a propety to sell starts here */

 .property-sell-section {
  background: linear-gradient(375deg, #020244 43%, #eeeeee 37%);
      border-radius: 12px;
      /*padding: 30px;*/
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }
    
 @media (max-width: 767px) {
  .property-sell-section {
    display: none !important;
  }
}

 
    .property-sell-section img {
      max-width: 100%;
      border-radius: 12px;
    }
    .btn-sell {
      background-color: #4B49AC;
      color: #fff;
      border-radius: 8px;
      padding: 10px 20px;
      font-weight: 600;
      transition: 0.3s;
    }
    .btn-sell:hover {
      background-color: #3733a3;
    }


.section-titles h2 {
    font-size:38px;
    font-weight: bold;
    line-height: 1.3;
    color: black;
}


.sell-p {
    padding:50px;.card.property-card h6
}

.overview-detail p{
    color: #000;
}
/* have aproety to sell ends here */


/* detail page starts here */


      /* Card container */
.card .property-card {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.borderss {
      border: 1px solid #ddd; 
}

.card.property-card:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* Image fix */
.card.property-card img {
  height: 100%;
  object-fit: cover;
}

/* Title */
.card.property-card h6 {
  font-size: 24px;
  font-weight: 600;
  color: #030355;
  margin-bottom: 2px;
}

/* Sub-title */
.card.property-card p.text-secondary {
  font-size: 13px;
  margin-bottom: 10px;
}

/* Price */
.card.property-card h5 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.card.property-card span.text-muted {
  font-size: 12px;
  color: #666 !important;
}

/* Area & type */
.card.property-card .d-flex span {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

/* Property details text */
.card.property-card p.text-muted.small {
  font-size: 13px;
  line-height: 1.5;
  color: #555;
}

/* Nearby */
.card.property-card p.fw-semibold {
  font-size: 13px;
  margin-bottom: 0.5rem;
}

.card.property-card .badge {
  background-color: #eef2f7;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  padding: 4px 8px;
}

/* Buttons */
.card.property-card .btn {
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  padding: 6px 16px;
}

.card.property-card .btn-outline-secondary {
  border-color: #ccc;
  color: #444;
}

.card.property-card .btn-outline-secondary:hover {
  background-color: #f5f5f5;
}

.card.property-card .btn-danger {
  background-color: #6e2121;
  border-color: #6e2121;
}

.card.property-card .btn-danger:hover {
  background-color: #501717;
  border-color: #501717;
}

.gap-3 {
    gap:15px;
}

.text-secondarys p{
    color: #000;
}

.more-info p{
    color: black;
    font-weight: 400;
}


@media (max-width: 767.98px) { /* Mobil creens */
  .property-card .col-md-7 {
    padding: 25px !important; /* p-6 = 24px */
  }
}

/* details page ends here*/




