
/* Filter and Search */
.filter-and-search,
.explore-properties {
	height: max-content;
	position: relative;
}

.search-properti {
	background-color: #003498;
}

.bootstrap-select .dropdown-menu.show,
.bootstrap-select .dropdown-menu.show .inner.show {
	max-height: 20rem !important;
}

.dropdown-item.sortRadio,
.dropdown-item.sortRadio:focus {
	border: none;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

/* Explore Properties */
.wrapper-explore-properties,
.wrapper-btn-filter-segment {
	display: grid;
}

.custom-info-text {
	font-size: 1em;
	line-height: 1.3;
	font-weight: 400;
}

/* Breadcrumbs */
.crumbs,
.crumbs-list {
	position: relative;
}

.crumbs {
	background-color: #fff;
	border-radius: 10px;
}

.crumbs-list {
	padding: 0 0 1rem 0;
	width: 100%;
	white-space: wrap;
}

.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, 0 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: 1.25rem;
}

.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, 0.2),
	0 0 10px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2),
	0 0 10px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 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;
	top: 0;
	background-color: #003498;
	z-index: 10;
	border-radius: 18px 0 10px 0;
	font-size: 15px;
	font-weight: 600;
}

.jenis-properti,
.lokasi-properti {
	color: #747579;
	font-weight: 600;
}

.nama-properti,
.harga-properti {
	color: #000;
	font-weight: 700;
}

.jenis-properti,
.lokasi-properti {
	font-size: 14px;
}

.lokasi-properti,
.nama-properti {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
}

.lokasi-properti {
	-webkit-line-clamp: 2;
}

.nama-properti {
	font-size: 16px;
	-webkit-line-clamp: 1;
}

.harga-properti {
	font-size: 20px;
}

.harga-per-meter-persegi {
	font-weight: 600;
	color: #000;
}

.ic-favorite-properti {
	display: block;
	margin-left: auto;
	width: 2rem;
}

.col-favorite-properti {
	align-self: center;
}

.horizontal-line {
	border-top: 1px solid #707070;
	margin: 0;
}

.btn-hubungi-agen,
.btn-whatsapp-agen {
	background-color: #003498;
	width: 100%;
	border-radius: 1.25rem;
}

.text-contact-agen {
	font-size: 0.9rem;
}

.col-profil-agen {
	align-self: center;
}

.lokasi-list-maps,
.container-card-map,
.swiperCardListOnMap {
	width: 100%;
}

.container-card-map {
	overflow: scroll;
}

.swiperCardListOnMap {
	height: 100%;
}

.card-footer-properti-maps,
.card-footer-properti-maps-no-label {
	border-top: #949494 1px solid;
	padding: 0.5rem 0.5rem 0.75rem !important;
}

.card-footer-properti-maps {
	margin: 0 4px !important;
}

.card-footer--info-agen {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 0.5rem;
}

/* Slide Bottom Kontak Agen */
.contact-agen {
	height: max-content;
	width: 100%;
	background-color: whitesmoke;
	z-index: 10;
	border-radius: 1.25rem 1.25rem 0 0;
	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%;
	object-fit: cover;
}

.agen-nama {
	font-weight: 700;
	color: #000;
}

.agen-kantor {
	color: #6e6f73;
	line-height: 1.25;
}

.row-agen-detail {
	border-bottom: 1px #b6b6b6 solid;
}

.reset-borra {
	border-radius: 0 !important;
}

.btn-report-prop {
	cursor: pointer;
	width: 2rem;
	height: 2rem;
	margin-top: -25px;
	margin-left: 0.25rem;
}

/* Properti Lain */
.pilihan-title {
	font-weight: 800;
}

.btn-lihat-semua-pilihan {
	font-weight: 600;
	padding: 0.25rem 1.5rem;
	border-radius: 1.25rem;
	background-color: #3cc0fe;
	border: none;
	color: #fff;
}

.pagination-new li a,
.pagination-new li span {
	line-height: 20px !important;
	margin: 0.5rem;
	position: relative;
	margin-left: -1px;
	color: #000;
	font-weight: 700;
}

.pagination-new li.page-icon-attr a {
	border: 0 !important;
	background: none;
}

.pagination-new li:not(.page-icon-attr).active a,
.pagination-new li:not(.page-icon-attr).active span,
.pagination-new li:not(.page-icon-attr) a:hover,
.pagination-new li:not(.page-icon-attr) span:hover {
	background-color: #ffd300;
	color: black !important;
}

.pagination-new li:not(.page-icon-attr) a,
.pagination-new li:not(.page-icon-attr) span {
	text-align: center;
	border-radius: 5px !important;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ffd300;
	width: auto;
}

/* Konten CMS */
.section-content-cms h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

.section-content-cms h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}

.section-content-cms h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

.section-content-cms h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

.section-content-cms h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

.section-content-cms h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

/* Konten CMS untuk penyesuaian SEO di halaman listing secondary (fix double H1) */
.section-content-cms.footer-listing h2 {
	font-size: 2em;
	margin: 0.67em 0;
	font-weight: 600;
}

.section-content-cms.footer-listing h3 {
	font-size: 1.5em;
	margin: 0.83em 0;
	font-weight: 500;
}

.section-content-cms.footer-listing h4 {
	font-size: 1.17em;
	margin: 1em 0;
	font-weight: 400;
}

.section-content-cms.footer-listing h5 {
	font-size: 1em;
	margin: 1.33em 0;
	font-weight: 400;
}

.section-content-cms.footer-listing h6 {
	font-size: 0.83em;
	margin: 1.67em 0;
	font-weight: 400;
}

.section-content-cms p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

.section-content-cms span {
	display: inline-block;
}

.section-content-cms ul {
	padding-inline-start: 0.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: #003498 solid 2px;
}

.data-lokasi-properti {
	color: #000;
	font-weight: 400;
	line-height: 1.3;
}

.data-lokasi-properti:hover {
	text-decoration: none;
	color: #000;
}

/* Carousel Secondary Premier */
.carousel-secondary-premier {
	margin: 0;
}

.carousel-secondary-premier,
.carousel-inner,
.carousel-item,
.carousel-item.active {
	height: 15rem;
	max-height: 15rem;
}

.inner-secondary-premier[src=""] {
	display: none;
}

.loading-inner-secondary-premier {
	background: linear-gradient(0.25turn, transparent, #fff, transparent),
	linear-gradient(#dddddd, #dfdfdf);
	background-repeat: no-repeat;
	background-position: -315px 0, 0 0, 0px 190px, 50px 195px;
	animation: loading 1.5s infinite;
	width: calc(100% - 8px);
	height: calc(100% - 4px);
	padding: 0 !important;
	margin: 4px 4px 0;
	display: block;
}

@keyframes loading {
	to {
		background-position: 315px 0, 0 0, 0 190px, 50px 195px;
	}
}

.carousel-indicators {
	cursor: default;
}

.carousel-indicators li,
.carousel-indicators li.active {
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}

.carousel-indicators li {
	width: 0.5rem;
	height: 0.5rem;
	margin-top: 1px;
}

.carousel-indicators li.active {
	width: 0.65rem;
	height: 0.65rem;
	margin-top: 0;
}

.btn-prev-carousel,
.btn-next-carousel {
	display: none;
	opacity: 00.7;
	position: absolute;
	z-index: 9;
	background-color: #fff;
	border-radius: 50%;
	padding: 0;
	width: 2rem;
	height: 2rem;
	max-width: 2rem;
	max-height: 2rem;
	color: #000;
	font-size: 00.875em;
	top: 50%;
	justify-content: center;
	align-items: center;
}

.btn-prev-carousel {
	left: 0.5rem;
	padding-right: 0;
}

.btn-next-carousel {
	right: 0.5rem;
	padding-left: 0;
}

.btn-prev-carousel:hover,
.btn-next-carousel:hover {
	opacity: 1;
}

.carousel:hover .btn-prev-carousel,
.carousel:hover .btn-next-carousel {
	/* display: block; */
	display: flex !important;
}

.area-next-carousel,
.area-prev-carousel {
	position: absolute;
	z-index: 9;
	top: 0;
	height: 100%;
	width: 2.5rem;
	background-color: transparent;
	cursor: default;
}

.area-next-carousel {
	right: 0;
}

.area-prev-carousel {
	left: 0;
}

/* Hubungi */
.bg-yellow {
	background-color: #003498;
}

.bg-grey {
	background-color: #e6e6e6;
}

.btn-register.new,
.btn-register.new:hover {
	background-color: #000;
	color: #fff;
	border-radius: 0.625rem;
	padding: 0.875rem 0.75rem;
}

/* End New Css Template */

/* New Max Page Design */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
.img-banner-maxpage {
	width: 100%;
	height: auto;
}

.txt-title-page {
	font-weight: 700;
	font-family: "Inter", sans-serif;
	line-height: 1.25;
}

.txt-list-info {
	line-height: 1.25;
}

.wrapper-list-info {
	width: 100%;
}

.btn-new-account {
	padding: 15px 20px;
	font-size: 1em;
	font-weight: 700;
	background-color: #003498;
	border-radius: 10px;
	line-height: 1.25;
}

.btn-lihat-semua-berita {
	background-color: #343a40 !important;
}

/* START SLIDER ARTICLE */
.article-new {
	padding: 0 1rem !important;
}

.article-new .card {
	transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}

.article-new .card .article-category{
	position: absolute;
	top: 1rem;
	left: 1rem;
	text-transform: uppercase;
	font-weight: 600;
}

.article-new .card .card-body {
	padding: 1rem 1.25rem;
}

.article-new .card .card-body .article-title {
	line-height: 1.2;
}

.article-new .card .card-body .article-description {
	font-size: 0.875em;
	line-height: 1.25;
}

.card.shimmer::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 50%;
	height: 100%;
	background: linear-gradient(
			120deg,
			transparent 0%,
			rgba(255, 255, 255, 0.1) 20%,
			rgba(255, 255, 255, 0.3) 50%,
			rgba(255, 255, 255, 0.1) 80%,
			transparent 100%
	);
	animation: shimmer 2s infinite;
	z-index: 1;
}

@keyframes shimmer {
	100% {
		left: 150%;
	}
}

.card-loading {
	flex-grow: 1;
}

.card-loading p {
	background: #f5f5f5;
}
/* END SLIDER ARTICLE */

@media only screen and (max-width: 345px) {
	.txt-title-page {
		font-size: 1.125em !important;
	}

	.btn-new-account {
		font-size: 0.875em !important;
	}

	.wrapper-list-info i {
		font-size: 1.625em !important;
		padding-top: 4px !important;
	}
}

@media only screen and (max-width: 575px) {
	.container-maxpage {
		max-width: 345px;
	}

	.wrapper-img-banner-maxpage {
		max-width: 80%;
	}

	.txt-title-page {
		font-size: 1.25em;
	}

	.txt-list-info {
		font-size: 0.875em;
	}

	.wrapper-list-info {
		max-width: 296px;
		gap: 13px;
	}

	.wrapper-list-info i {
		font-size: 1.875em;
		padding-top: 2px;
	}

	.property-image,
	.carousel-secondary-premier,
	.carousel-inner,
	.carousel-item,
	.carousel-item.active,
	.card-img-top,
	.card-img-top-non-label {
		height: 12rem !important;
		max-height: 12rem !important;
	}

	.carousel-indicators {
		bottom: 4% !important;
	}

	.carousel-indicators li, .carousel-indicators li.active {
		background-color: #003498;
	}
}

@media only screen and (min-width: 576px) {
	.container-maxpage {
		max-width: 410px;
	}

	.wrapper-img-banner-maxpage {
		max-width: 90%;
	}

	.txt-title-page {
		font-size: 1.5em;
	}

	.wrapper-list-info {
		max-width: 350px;
		gap: 1rem;
	}

	.wrapper-list-info i {
		font-size: 1.875em;
		padding-top: 2px;
	}

	.article-new {
		padding: 0 1.5rem !important;
	}
}

@media only screen and (min-width: 576px) {
	.carousel-secondary-premier.new-listing {
		height: 28rem;
		max-height: 28rem;
	}

	.new-listing,
	.card-properti2 .carousel-inner,
	.card-properti2 .carousel-item,
	.card-properti2 .carousel-item.active {
		height: 28rem;
		max-height: 28rem;
	}

	.card-properti2 .card-img-top,
	.card-properti2 .card-img-top-non-label {
		height: 28rem;
		max-height: 28rem;
	}
}

@media only screen and (min-width: 768px) {
	.article-new {
		padding: 0 2rem !important;
	}
}

@media only screen and (min-width: 992px) {
	.container-maxpage {
		max-width: 640px;
	}

	.wrapper-img-banner-maxpage {
		max-width: 80%;
	}

	.txt-title-page {
		max-width: 480px;
	}

	.wrapper-list-info {
		max-width: 440px;
	}

	.article-new {
		padding: 0 3rem !important;
	}
}

@media only screen and (min-width: 1200px) {
	.article-new {
		padding: 0 4.95rem !important;
	}
}
