.property-details img {
  border-radius: 8px;
}

/* Sidebar Box */
.property-sidebar {
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
}

.property-sidebar h4 {
  font-weight: 700;
}

.location-text {
  font-size: 15px;
  color: #666;
}

.fund-badge {
  background: #e6f4ff;
  color: #202a54;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
}

/* Stats Grid */
.prop-stats {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prop-stats li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 8px;
}

.prop-stats span {
  color: #757575;
  font-size: 14px;
}

/* Progress Bar */
.progress-container {
  height: 8px;
  background: #eee;
  border-radius: 20px;
  margin-top: 10px;
}

.progress-bar-full {
  height: 100%;
  width: 100%;
  background: #202a54;
  border-radius: 20px;
}

/* Tabs */
.tab-buttons {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #eee;
}

.tab-btn {
  background: none;
  border: none;
  padding: 10px 5px;
  font-weight: 600;
  cursor: pointer;
}

.tab-btn.active {
  border-bottom: 2px solid var(--theme-color);
  color: var(--theme-color);
}

.tab-content {
  display: none;
  margin-top: 20px;
}

.tab-content.active {
  display: block;
}

.bullet h6 {
  margin-bottom: 5px;
  font-weight: 600;
}

.map-img {
  width: 100%;
  border-radius: 8px;
  margin-top: 15px;
}
.swiper-button-next, .swiper-button-prev{
    color: var(--theme-color) !important; 
}

section.property-details {
    padding-top: 110px !important;
    position: relative;
}

/* .property-sidebar {
    position: sticky;
    top: 110px;
} */

.tab-content {
    box-shadow: 4px 4px 7px 3px #dee2e6;
    border-radius: 15px;
    padding: 10px 14px 30px 14px;
}

.tab-content .tab-map::before {
    position: absolute;
    content: "";
    background: #f7ba11;
    width: 200px;
    height: 105%;
    left: -3%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}


.property-sidebar {
    box-shadow: 4px 4px 7px 3px #dee2e6;
    border-radius: 15px;
    padding: 10px 14px;
}

.tab-content .tab-map {
    width: 415px;
    margin:auto;
    position:relative;
}
.tab-content .tab-map iframe{
  width:415px;
  height:290px;
}

.swiper-slide {
    height: auto !important;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover; /* or contain based on your need */
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .tab-buttons {
    flex-wrap: wrap;
    gap: 10px;
  }
   .swiper-slide {
        height: 300px !important;
    }
    .swiper-slide img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.property-gallery {
  display: flex;
  gap: 20px;
  width: 100%;
}

.thumbs-wrapper {
  width: 20%;
}

.main-slider-wrapper {
  width: 80%;
}

/* Thumbnails */
.thumbsSlider {
  height: 380px;
}

.thumbsSlider .swiper-slide {
  height: 90px;
  margin-bottom: 12px;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 10px;
  overflow: hidden;
}

.thumbsSlider .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid var(--theme-color); 
}

.thumbsSlider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Main Slider */
.mainSlider {
  width: 100%;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
}

.mainSlider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
}

.swiper-pagination-bullet-active {
  background: var(--theme-color) !important;
}


.tab-map iframe {
    position: relative;
    top: 10px;
    border-radius: 10px;
}




/* Responsive */
@media (max-width: 768px) {
  .property-gallery {
    flex-direction: column;
  }
  .thumbs-wrapper,
  .main-slider-wrapper {
    width: 100%;
  }
  .thumbsSlider {
    display: flex;
    height: auto;
  }
  .thumbsSlider .swiper-slide {
    width: 80px;
    height: 80px !important;
  }
  .swiper-vertical>.swiper-wrapper{
      flex-direction: row !important;
        gap: 12px;
  }
}




@media screen and (max-width: 768px) {

.property-card-search input {
    width: 100%;
    padding: 10px 10px 10px 40px;
    border: 1px solid #ced4da;
}

.property-card-sort {
    width: 100%;
}

.property-card-sort select {
    width: 100%;
}

.property-card-search {
    margin: 40px 0px 20px 0px;
}

.property-herobanner-txt {
    padding: 80px 0px 80px 0px;
}


.boostrap-tabs-edit {
    margin: 30px 0px 0px 0px;
}

    .offer-section .offer-right .offer-right-top, .offer-section .offer-right .offer-right-bottom {
        padding: 60px 60px 0px 60px;
    }


    .objective-section-right {
    margin: 0px 0px 0px 40px;
}



}

@media screen and (max-width: 480px) {
  .property-herobanner-sec {
    padding: 50px 0px;
    width: 100%;
    height: 100%;
  }

  .mainhead {
    font-size: 30px;
}

.property-herobanner-sec::before {
    height: 124%;
}

.property-herobanner-txt {
    padding: 60px 0px 0px 0px;
    text-align: center;
}

.property-card-search input {
    width: 100%;
    padding: 10px 10px 10px 40px;
}


.property-card-search {
    margin: 0px 0px 20px 0px;
}


.boostrap-tabs-edit .nav-tabs {
    margin: 30px 0px 0px 0px;
    justify-content: center;
}

.property-card-sortfilter {
    gap: 20px;
    flex-direction: column;
}

.property-card-sort {
    width: 100%;
    padding: 0px 10px 0px 70px;
}

.property-card-sort h6 {
    top: 11px;
    left: 10px;
    font-size: 16px;
}

.property-card-sort select {
    font-size: 16px;
}

.property-card-filter {
    font-size: 14px;
    padding: 6px 30px 6px 24px;
    gap: 15px;
    width: 100%;
}

.property-card-search input::placeholder {
  font-size: 16px;
}

.property-card-search span {
    top: 12px;
}

.navbar .content {
    padding: 7px 20px;
}

.navbar-brand img {
    height: 30px;
}

.property-card-filter p {
    font-size: 16px;
}


.property-card-filter span {
    font-size: 20px;
}


.property-list-cardtxt h4 {
    font-size: 18px;
}

.offer-section .offer-right .offer-right-top, .offer-section .offer-right .offer-right-bottom{
  padding: 20px;
}

.about-hero .section-container h1 {
    font-size: 40px;
}

.main-vission {
    margin: 0 auto;
}

.own-realstate-txt {
    margin: 0px 0px 30px 0px;
}


.about-hero .section-container h1 {
    font-size: 40px;
}


.about-hero .section-container p {
    font-size: 18px !important;
    margin: 0px 0px 40px 0px;
}

.main-vission {
    margin: 0 auto;
    padding: 20px;
}


.main-vission .desc > p {
    font-size: 16px;
}

.main-vission .counters {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    margin: 0px 0px 20px 0px;
}


.values-section .main-values .values-header .desc {
    font-size: 16px;
}

.tab-content.active{
    margin: 20px 0px 20px 0px;
}

 
.own-realstate-txt {
    margin: 0px 0px 50px 0px;
}


.tab-content .tab-map {
    width: 100%;
}


}
