.propertylistimg{
    width: 80px;
}

.height-130{
    height: 130px;
}


/* property detail */
.property-detail-cards > [class*="col-"] {
    display: flex;
  }
  
  .property-detail-cards > [class*="col-"] > .card {
    width: 100%;
    height: 100%;
  }
  
  .property-detail-cards .card-body {
    display: flex;
    flex-direction: column;
  }
  




:root {
    /* --primary-color: #0b3c5d;
    --secondary-color: #144e75;
    --accent-color: #e3b04b;
    --light-bg: #f8f9fa; */
    --dark-bg: #0b2149;
    --text-dark: #303030;
  }
 

.aboutus-section .landing-title p {
      font-size: 16px;
      margin-bottom: 1.8rem;
      color: rgba(var(--dark), 0.75);
      font-weight: 500;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 7 !important;
      -webkit-box-orient: vertical;
      overflow: hidden;
      justify-content: center;
  }

.metrics-bar-section .pricing-cards {
  padding: 2rem;
  position: relative;
  border: 1px solid rgba(var(--success), 1);
  background-color: rgba(var(--white), 0.3);
  border-radius: var(--app-border-radius);
}
.metrics-bar-section .pricing-cards.active {
  border: 2px solid rgba(var(--primary), 1);
  background-color: rgba(var(--primary), 0.3);
}
.metrics-bar-section .pricing-cards.active h2 {
  color: rgba(var(--primary), 1) !important;
}
.metrics-bar-section h1 {
  font-size: calc(28px + 12 * (100vw - 300px) / 1620);
}
.metrics-bar-section .pricing-details .price-title p {
  font-size: 18px;
  color: rgb(var(--dark), 0.75);
  font-weight: 500;
}
.metrics-bar-section .pricing-details .price-title h2 {
  font-size: calc(20px + 20 * (100vw - 300px) / 1600);
  color: rgb(var(--dark), 0.9);
  font-weight: 600;
}
.metrics-bar-section .pricing-details .price-title .pricing-list-menu {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5rem;
}
.metrics-bar-section .pricing-details .price-title .pricing-list-menu .pricing-listitem {
  font-size: 16px;
  color: rgb(var(--secondary), 1);
  text-align: start;
  padding: 0.75rem 0;
}
.metrics-bar-section .pricing-details .price-title .price-btn .btn {
  width: 100%;
  padding: 12px 25px;
  border-radius: 15px;
}



 
      .metrics-bar  {
        background-color: var(--dark-bg);
        color: #fff;
        border-radius: 10px;
        padding: 20px;
        margin-top: 40px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      }
      .metrics-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: space-between;
      }
      .metric-item {
        flex: 1 1 22%;
        text-align: center;
        /* padding: 10px 0; */
        min-width: 150px;
      }
      .metric-icon {
        font-size: 2rem;
        margin-bottom: 8px;
      }
      .metric-item .number {
        font-size: 1.4rem;
        font-weight: 700;
      }
      .metric-item .label {
        font-size: 0.8rem;
        color: #e0e0e0;
      }

       @media (max-width: 768px) {
        .metric-item {
          flex: 1 1 45%;
        }
      }
      @media (max-width: 576px) {
        .metric-item {
          flex: 1 1 100%;
        }
      }


.counter-icon img{
    max-width: 50px;
}
.metrics-bar-section .counter-item {
    padding: 20px;
    background-color: rgb(241 241 241 / 91%);
    border-radius: 20px;
}


/* box2 : why us */
.features-section {
    background: #f8f9fa;
  }
  
  .feature-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
  }
  
  .feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  }
  
  .feature-icon i {
    font-size: 40px;
    color: #0d6efd;
  }
  

  /* about us */
  .aboutus-section .card  {
    min-height: 185px;

    display: flex;
    flex-direction: column; /* جهت چیدمان ستونی */
    justify-content: center; /* وسط‌چین عمودی */
    align-items: center;     /* وسط‌چین افقی */
    
  }


  /* اسلاید عمودی صفحه هوم */
  .card-section .container .slider-container .slider-container-box .slider-slideDown {
    animation: slideDown 7s linear 0s infinite;
}

@media (max-width: 768px) {
  #highlight-typed .highlight-text {
       font-size: clamp(20px, 3vw, 35px)!important;
  }
  .typed-cursor {
    display: none !important;
  }
  .height-50-sm{
    height: 50px !important;
  }
}


.neshan_map{
  
}



/* img upload box */
.upload_box_template .quick-access {
  border-radius: 12px !important;
  border: 0.5px solid #d3d1c7 !important;
  overflow: hidden;        /* keeps image inside rounded corners */
}

.upload_box_template .img-box-wrap {
  position: relative;
  width: 100%;
  padding-top: 75%;        /* 4:3 ratio — use 56.25% for 16:9 */
  background: #f1efe8;
}

.upload_box_template .img-box-wrap img.preview-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dropdown floats over the image, top-left corner */
.upload_box_template .img-box-overlay {
  position: absolute;
  top: 8px;
  left: 8px;               /* change to right: 8px if your layout is RTL */
}

.upload_box_template .dropdown-toggle-btn {
  background: rgba(0,0,0,0.45);
  border: none;
  padding: 3px 6px;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.upload_box_template .dropdown-toggle-btn:hover {
  background: rgba(0,0,0,0.7);
}


/* public property list */
.public-property-section {
  background: #f7f8fb;
}

.public-property-filter {
  background: #fff;
  border: 1px solid rgba(var(--secondary), 0.14);
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(28, 39, 64, 0.06);
}

.public-property-filter .form-control,
.public-property-filter .form-select {
  min-height: 44px;
}

.public-property-result-meta .badge {
  font-size: 13px;
  padding: 8px 12px;
}

.public-property-card {
  border: 1px solid rgba(var(--secondary), 0.12);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.public-property-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(22, 34, 51, 0.12);
}

.public-property-card .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px;
}

.public-property-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: #edf0f5;
}

.public-property-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.public-property-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 7px 10px;
}

.public-property-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  padding-top: 14px;
}

.public-property-title {
  line-height: 1.8;
  min-height: 34px;
}

.public-property-price {
  color: rgba(var(--primary), 1);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.public-property-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.public-property-specs span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(var(--light), 1);
  color: rgba(var(--secondary), 1);
  border-radius: 8px;
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.4;
}

.public-property-summary {
  min-height: 45px;
  line-height: 1.8;
  margin-bottom: 0;
}

.public-property-cta {
  white-space: nowrap;
}

.public-property-empty {
  background: #fff;
  border: 1px dashed rgba(var(--secondary), 0.25);
  border-radius: 8px;
  padding: 42px 18px;
}

.public-property-empty i {
  color: rgba(var(--primary), 1);
  font-size: 42px;
  margin-bottom: 12px;
}

@media (max-width: 576px) {
  .public-property-filter {
    padding: 12px;
  }

  .public-property-card .card-body {
    padding: 12px;
  }

  .public-property-price {
    font-size: 16px;
  }

  .public-property-cta {
    width: 100%;
    text-align: center;
  }
}


/* divar preloader */
/* .divar_wait .loader_2 {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */

.divar_wait .loader-main
{
  background-color: rgba(0, 0, 0, 0.288);
}
@media (max-width: 768px) {
  .divar_wait .loader-main
  {
    width: 100%;
  }
}
.divar_wait .loader-main .loader_2:before
{
  color: #4a78ff;
}
