.single-intro-media.single-intro-media-active {
  background: var(--main-color-two);
}

.infoWindow {
    height: 180px;
    width: 150px;
    overflow-x: hidden;
}

.thumb.card-image {
  width: 100%;
  height: 200px;
  /* Set required height */
  object-fit: cover;
  /* Crop image to fit */
}

.thumb.details-view {
  width: 100%;
  height: 600px;
  /* Set required height */
  object-fit: cover;
  /* Crop image to fit */
}

.btn-dark-blue {
  background: var(--main-color-one);
  color: #fff;
}

.btn-dark-red {
  background: var(--danger-color);
  color: #fff;
}

.btn-dark-blue:hover,
.btn-dark-blue:focus,
.btn-dark-red:hover,
.btn-dark-red:focus {
  color: #fff;
}



.single-property-info p i {
  margin-right: 10px;
  color: var(--main-color-icon);
}

.make-rent-btn,
.addToCartbtn,
.selectbtn {
    display: none;
}

.normal-property-img {
  width: 100%;
  height: 229px;
}

.wide-property-img {
  width: 100%;
  height: 333px;
}


.image-box {
    height: 343px;
}

@media (min-width: 768px) {
    .image-box {
        height: 623px;
    }

    .wide-property-img {
        height: 423px;
    }

    .single-city-img-12 {
        height: 120px;
    }

    .single-city-img-3 {
        height: 400px;
    }

    .single-city-img-4 {
        height: 230px;
    }

    .single-city-img-5 {
        height: 250px;
    }

    .single-city-img-6 {
        height: 300px;
    }

    .single-city-img-7 {
        height: 215px;
    }

    .single-city-img-12,
    .single-city-img-3,
    .single-city-img-4,
    .single-city-img-5,
    .single-city-img-6,
    .single-city-img-7 {
        width: 100%;
    }
}

.pd-top-20 {
  padding-top: 20px;
}

.pd-top-30 {
  padding-top: 30px;
}

.pd-top-40 {
  padding-top: 40px;
}


.pagination-nav .pagination .page-item {
  margin-right: 8px;
}
.pagination-nav .pagination .page-item:first-child {
  margin-right: 13px;
}
.pagination-nav .pagination .page-item:first-child .page-link {
  background: transparent;
}
.pagination-nav .pagination .page-item:last-child {
  margin-right: 0;
  margin-left: 5px;
}
.pagination-nav .pagination .page-item:last-child .page-link {
  background: transparent;
}
.pagination-nav .pagination .page-item .page-link {
  border: 0;
  background: #E4EBF1;
  color: var(--main-color-two);
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
}
.pagination-nav .pagination .page-item.active .page-link, .pagination-nav .pagination .page-item:hover .page-link {
  background: var(--main-color-one);
  color: #FFF;
}


/* For the container (when not using bootstrap theme) */
.select2-container .select2-selection--single {
    height: 35px !important;
}

/* For the rendered text inside the select2 */
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

/* For the dropdown arrow alignment */
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

.contact-form-wrap {
    background: #EBEEF3;
}

.cover-img-fit {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.info-list {
   justify-content: space-between; /* Distribute items evenly */
}

.single-feature .details .feature-logo {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: flex;             /* Use Flexbox for centering */
  align-items: center;       /* Vertical centering */
  justify-content: center;   /* Horizontal centering */
  overflow: hidden;          /* Ensure image stays within the circle */
}

.single-feature .details .feature-logo img {
  height: 100%;
  width: 100%;
  object-fit: cover; /* Ensures the image fills and crops as needed */
  display: block;
}

.btn-view-all {
  color: var(--main-color-one);
}

.widget-sidebar-item-wrap select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.border-warning {
  border-color: var(--secondary-color) !important;
}

.align-self-center .ul-listing {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
