/* Import separate CSS */
@import url("../fonts.css");
@import url("cari-properti-mobile.css");
@import url("cari-properti-tablet.css");
@import url("cari-properti-desktop.css");
@import url("../general-styles/footer.css");
@import url("../general-styles/navbar.css");
@import url("../general-styles/general.css");
@import url("../cari-properti/detail-page/detail-page-mobile.css");
@import url("../cari-properti/detail-page/detail-page-tablet.css");
@import url("../cari-properti/detail-page/detail-page-desktop.css");

/* Filter and Search */
.filter-and-search {
  height: max-content;
}
.search-properti {
  background-color: #fdd314;
}
/* Explore Properties */
.explore-properties {
  height: max-content;
}
.wrapper-explore-properties,
.wrapper-btn-filter-segment {
  display: grid;
}
.custom-info-text {
  font-size: 1em;
  line-height: 1.3;
  font-weight: 400;
}
/* Breadcrumbs */
.crumbs {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
.crumbs-list{
  position:relative;
  padding: 0 0 1rem 0;
  width:100%;
  white-space:nowrap;
}
.crumbs-list li {
  display: inline-block; 
}
.crumbs-list li::after {
  content: '/';
  padding: 0 0.25em 0 0.5em;
  color: #000;
}
.crumbs-list li.active:before, .crumbs-list li.active:after {
  content: '';
}
.crumbs-list li a,
.crumbs-list li.active a {
  color: #000;
}
.crumbs-list li.active a {
  font-weight: 700;
}
/* Loading Card */
.card-img-maps-loading {
  position: relative;
  width: inherit;
  background-color: #c9c9c9;
  padding: 0;
  background-size: 100% 250px, 100% 15rem, 100px 100px, 225px 30px; 
}
.text-half-card-loading {
  width: 30%;
}
.text-card-loading {
  width: 100%;
}
.text-half-card-loading,
.text-card-loading,
.text-rekomendasi-loading {
  max-height: 1.25rem;
  border-radius: 12px;
  background-size: 100% 250px, 100% 13rem, 100px 100px, 225px 30px; 
}
.text-half-card-loading,
.text-card-loading,
.card-img-maps-loading,
.text-rekomendasi-loading {
  background: 
    linear-gradient(0.25turn, transparent, #fff, transparent),
    linear-gradient(#c9c9c9, #c9c9c9);  
  background-repeat: no-repeat;
  background-position: -315px 0, 0 0, 0px 190px, 50px 195px; 
  animation: loading 1.5s infinite;
}
@keyframes loading {  
  to {
    background-position: 315px 0, 0 0, 0 190px, 50px 195px;
  }
}
/* Card */
.card-body-properti-maps,
.card-body-properti-maps-non-label,
.card-list-properti-maps,
.card-list-properti-maps-non-label {
  border-radius: 20px;
}
.card-list-properti-maps,
.card-list-properti-maps-non-label {
  border: none;
}
.card-list-properti-maps-non-label {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2), 0 0 10px 0 rgba(0, 0, 0, .19);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2), 0 0 10px 0 rgba(0, 0, 0, .19);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2), 0 0 10px 0 rgba(0, 0, 0, .19);
}
.card-img-maps,
.card-img-maps-non-label {
  position: relative;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  display: block;
}
.label-properti-maps {
  position: absolute;
  background-color: #fdd314;
  z-index: 10;
  border-bottom-right-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  border-top-left-radius: 14px;
  top: 0;
}
.text-contact-agen {
  font-size: 0.9rem;
}
.lokasi-list-maps {
  width: 100%;
  background-color: #ffe77a;
}
.img-static-map-list {
  width: 100%;
  object-fit: cover;
}
.container-card-map {
  width: 100%;
  overflow: scroll;
}
.swiperCardListOnMap {
  width: 100%;
  height: 100%;
}
.modal-agen-nama {
  font-weight: 700;
  color: #000;
}
.modal-agen-kantor {
  font-weight: 500;
  color: #000;
}
.card-footer-properti-maps,
.card-footer-properti-maps-no-label {
  border-top: #949494 1px solid;
}
.card-footer-properti-maps {
  margin-left: 4px !important;
  margin-right: 4px !important;
  padding: 0 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem !important;
}
.card-footer-properti-maps-no-label {
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
}
a.card-footer-link-agen,
a.card-footer-link-agen:hover,
a.card-footer-link-agen:visited,
a.card-footer-link-agen:active {
  text-decoration: none !important;
  color: #000 !important;
}
/* Explore Video */
.nav-next-video,
.nav-prev-video {
  background-color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  position: absolute;
  z-index: 10;
}
.ic-next-pilihan,
.ic-prev-pilihan {
  width: .5rem;
  padding-bottom: .1rem
}
.explore-video-title {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.3;
}
.card-explore-properti {
  border-radius: 1.1rem;
  height: 451px;
}
.link-card-video-explore,
.link-card-video-explore:hover {
  color: #000;
  text-decoration: none;
}
.img-video-explore {
  width: 100%;
  height: 25rem;
  max-height: 25rem;
  object-fit: cover;
  display: block;
  border-radius: 1rem 1rem 0 0;
}
.caption-video-explore {
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .875em;
}

/* Detail Page */
.title-banner,
.desc-properti,
.location {
  height: max-content;
}
.main-text,
.main-price-text,
.detail-more-title,
.deskripsi-title,
.lokasi-title {
  font-weight: 700;
}
.sub-main-text {
  font-weight: 600;
}
.second-text {
  font-weight: 500;
}
.swiperDetailProperti {
  position: relative;
}
.ic-next-detail,
.ic-prev-detail {
  width: 0.5rem;
  padding-bottom: 0.1rem;
}
.nav-next-detail,
.nav-prev-detail {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img-slide-detail {
  width: inherit;
  object-fit: cover;
  overflow: hidden;
}
.fancybox-zoom {
  width: 100%;
}
.detail-properti {
  background-color: #ffe77a;
  width: 7rem;
  height: 2rem;
  border: #fdd314 1px solid;
  border-radius: 10px;
}
.det-properti {
  line-height: 2rem;
}
.text-det-properti {
  font-weight: 700;
  line-height: 2rem;
}
.icon-det-properti {
  width: 0.9rem;
  vertical-align:center;
}
.container-content-ads {
  display: grid;
}
.wrapper-ads,
.wrapper-ads-primary {
  display: grid;
}
.wrapper-ads-1 img,
.wrapper-ads-2 img {
  height: 20rem;
  max-height: 20rem;
  display: block;
}
.detail-more-subtitle,
.detail-more-desc {
  color: #57585b;
}
.detail-more-desc {
  font-weight: 700;
}
.deskripsi-desc {
  color: #747579;
  font-weight: 700;
}
.read-more {
  color: #006Ce8;
  font-weight: 600;
}
/* Report */
.card-share-report {
  border-radius: 20px;
  border: none;
}
.button-report {
  background-color: #707070;
  border: 0;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  color: #fff;
}
.modal-content-report {
  height: 570px; 
  max-height: 100%; 
  overflow: auto; 
  border-radius:20px;
}
.modal-title-report {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: auto;
}
.name-report {
  color: #000;
  text-decoration: none;
}
.name-report:hover {
  color: #000;
  text-decoration: none;
}
.text-report {
  display: inline-block;
  width:88%;
  margin:-15px 0px -15px 0px;
  padding:15px 0px 15px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-icon-next {
  margin-left:10px; 
  width: 18px; 
  height: 18px;
  opacity:0.5;
}
/* Slide Bottom Kontak Agen */
.contact-agen {
  height: max-content;
  width: 100%;
  background-color: whitesmoke;
  z-index: 10;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: fixed;
  bottom: 0;
  transition: transform 0.4s;
}
.scroll-down .contact-agen {
  transform: translate3d(0, 100%, 0);
}
.scroll-up .contact-agen {
  transform: none;
}
.img-agen-detail {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
}
.img-agen-with-badge {
  position: relative;
}
.badge-online {
  position: absolute;
  background-color: #55B261;
  padding: 8px;
  border-radius: 50%;
}
.agen-nama {
  font-weight: 700;
  color: #000;
}
.agen-kantor {
  color: #6e6f73;
}
.btn-hubungi-agen-detail,
.btn-whatsapp-agen-detail {
  background-color: #fdd314;
  width: 100%;
  border-radius: 10px;
  font-weight: 700;
}
.row-agen-detail {
  border-bottom: 1px #b6b6b6 solid;
}
.text-contact-agent-det {
  font-size: .875em;
}
/* Properti Lain */
.properti-lain {
  background-color: #e6e6e6;
}
.pilihan-title {
  font-weight: 800
}
.btn-lihat-semua-pilihan {
  font-weight: 600;
  padding: .25rem 1.5rem .25rem 1.5rem;
  border-radius: 20px;
  background-color: #3cc0fe;
  border: none;
  color: #fff;
}
.nav-prev-pilihan,
.nav-next-pilihan {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}
/* Konten CMS */
.section-content-cms h1 {
  font-size: 2em;
  margin: .67em 0 .67em 0;
}
.section-content-cms h2 {
  font-size: 1.5em;
  margin: .83em 0 .83em 0;
}
.section-content-cms h3 {
  font-size: 1.17em;
  margin: 1em 0 1em 0;
}
.section-content-cms h4 {
  font-size: 1em;
  margin: 1.33em 0 1.33em 0;
}
.section-content-cms h5 {
  font-size: .83em;
  margin: 1.67em 0 1.67em 0;
}
.section-content-cms h6 {
  font-size: .67em;
  margin: 2.33em 0 2.33em 0;
}
.section-content-cms p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.section-content-cms span {
  display: inline-block;
}
.section-content-cms ul {
  padding-inline-start: .9rem;
}
.section-content-cms ol {
  padding-inline-start: 1.1rem;
}
/* Section Rekomendasi Properti */
.section-rekomendasi-properti {
  background: #f4f4f4;
  height: max-content;
}
.text-rekomendasi-properti {
  font-weight: 600;
  color: #000;
  font-size: 1.25em;
  line-height: 1.3;
}
.borderrr-bottom {
  width: 5rem;
  margin-left: 1px;
  border-bottom: #fdd314 solid 2px
}
.data-lokasi-properti {
  color: #000;
  font-weight: 400;
  line-height: 1.3;
}
.data-lokasi-properti:hover {
  text-decoration: none;
  color: #000;
}