.product_details_modal .modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
}

.product_details_modal .modal-header {
  background: linear-gradient(90deg, #19a0dc, #09558f);
  color: #fff;
  padding: 18px 25px;
}

.product_details_modal .btn-close {
  filter: brightness(0) invert(1);
}

.product_details_modal .modal-title {
  font-size: 22px;
  font-weight: 700;
}

.product_details_modal .modal-body {
  padding: 25px;
}

/* Tabs */

.custom-tabs.nav-tabs {
  border-bottom: 1px solid #e5e5e5;
}

.custom-tabs .nav-link {
  border: none;
  color: #666;
  font-weight: 600;
  padding: 4px 20px;
}

.custom-tabs .nav-link.active {
  color: #09558f;
  border-bottom: 3px solid #09558f;
  background: transparent;
}

/* Content */

.tab_content_wrapper {
  padding-top: 15px;
}

.tab_content_wrapper h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.tab_content_wrapper p {
  color: #666;
  line-height: 1.7;
}

.tab_content_wrapper ul {
  padding-left: 20px;
}

.tab_content_wrapper li {
  margin-bottom: 8px;
}

.price_text {
  font-size: 34px;
  color: #09558f;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Swiper */

.property_swiper {
  padding-bottom: 40px;
}

.property_image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #09558f;
}

.swiper-pagination-bullet-active {
  background: #09558f;
}

@media (max-width: 768px) {
  .property_image {
    height: 250px;
  }

  .product_details_modal .modal-body {
    padding: 15px;
  }

  .price_text {
    font-size: 26px;
  }
}
