/* CSS Document */
.short-info-section {
	background: #012F51;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}
.short-info-section ul {
	margin: 20px 0 5px;
}
.short-info-section ul li:not(:last-child) {
	margin-right: 2vw;
}
.short-info-section ul li a:not(.btn-layout) {}
.short-info-section ul li a.btn-layout {}

.exclusive-banner {
	/* height: 38vw; */
}
.image-section.broker {
  background: var(--color-3, #1E4382);
  padding: 70px 0;
  border-radius: 9px;
  margin: 30px 0;
}
.image-section.broker .eyebrow {
	color: #FFF;
	font-family: "Playfair Display";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; /* 100% */
}
.image-section.broker h2 {
	color: #fff;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 100% */
	text-transform: uppercase;
	margin: 30px 0 0!important;
}
.image-section.broker h3 {
	color: #FFF;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; /* 200% */
	margin: 0 0 30px;
}
.info-section .flex-buttons {
	flex-wrap: wrap;
}
@media (min-width: 992px) {
	.info-section .flex-buttons .btn-layout {
		text-align: center;
		width: calc(33.3333% - 7px);
	}
	.info-section .flex-buttons .btn-layout:nth-child(4),
	.info-section .flex-buttons .btn-layout:nth-child(5) {
		width: calc(50% - 5px);
	}
}
@media (max-width: 992px) {
	.image-section.broker h2 {
		font-size: 32px
	}
}

.listings-section {
  opacity: 0;
  padding: 0 5px;
}
.listings-section.ready {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.filters {
    padding: 25px 0;
}
.filters .collapse-item {
	margin: 0 0 10px;
	border-bottom: 1px solid #E0E0E0;
}
.filters .collapse-item h3 {
    color: var(--color-2, #1278B5);
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 12px; /* 66.667% */
    text-transform: uppercase;
    margin: 0 0 10px;
}
.filters .collapse-item h3 .filter-open {
    display: block;
    padding: 6px 0;
}
.filters .collapse-item h3 .filter-open:after {
	content: '\f0d7';
	color: var(--color-2, #1278B5);
	text-align: center;
	font-family: "Font Awesome 6 Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: 30px; /* 166.667% */
	float: right;
	margin-top: -11px;
	transition: all .3s ease;
	transform: rotate(-180deg);
}
.filters .collapse-item:not(.open) h3 .filter-open:after {
	transform: rotate(0deg);
}
.filters .collapse-item .collapse-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
	margin: 0 0 0;
	transition: all .3s ease;
}
.filters .collapse-item.open .collapse-content {
    height: auto;
    opacity: 1;
    overflow: visible;
	margin: 0 0 20px;
}
.filters .collapse-item .collapse-content .form-check {}
.filters .collapse-item .collapse-content .form-check input {
    border: solid 2px #1278b5;
    background-color: transparent;
}
.filters .collapse-item .collapse-content .form-check input:checked {
	color: #fff;
	background-color: #1278b5;
}
.filters .collapse-item .collapse-content .form-check label {
    line-height: 1.2em!important;
    padding: 4px 0 0;
    color: #909090!important;
    font-size: 18px!important;
}
.filters .collapse-item .collapse-content .form-flex {
	display: flex;
	gap: 10px;
	align-items: center;
}
.filters .btn-layout {
	display: block;
	width: 100%;
	text-align: center;
}

.listings-grid {
	padding: 20px 0;
	--bs-gutter-y: 30px;
}
.listings-grid .col-lg-6 {
	position: relative;
}
.listings-grid .col-lg-6 .top {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	left: 12px;
	right: 12px;
}
.listings-grid .col-lg-6 .top .broker {display: flex;gap: 10px;}
.listings-grid .col-lg-6 .top .broker img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
.listings-grid .col-lg-6 .top .broker .info {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.listings-grid .col-lg-6 .top .broker .info strong {
    display: block;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.listings-grid .col-lg-6 .top .tags {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
}
.listings-grid .col-lg-6 .top .tags .tag {
    border-radius: 5px;
    background: var(--color-3, #1E4382);
    padding: 5px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.listings-grid .col-lg-6 .top .tags .like {
    color: #fff;
}
.listings-grid .col-lg-6 .cta {
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.listings-grid .col-lg-6 .cta .bnn {
    display: block;
    padding-bottom: 67%;
    background: #000;
}
.listings-grid .col-lg-6 .cta .bnn img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .9;
	transform: scale(1);
	transition: all 1.3s ease;
}
.listings-grid .col-lg-6 .cta:hover .bnn img  {
	transform: scale(1.1);
}
.listings-grid .col-lg-6 .bottom {
    display: flex;
    gap: 0;
    flex-direction: column;
    margin: 15px 0 0;
}
.listings-grid .col-lg-6 .bottom > div {
    display: flex;
    justify-content: space-between;
}
.listings-grid .col-lg-6 .bottom > div h3 {
    color: var(--color-2, #1278B5);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.listings-grid .col-lg-6 .bottom > div a {}
.listings-grid .col-lg-6 .bottom > div a:hover,
.listings-grid .col-lg-6 .bottom > div a:focus {}
.listings-grid .col-lg-6 .bottom > div p {
    margin: 0;
}
.listings-grid .col-lg-6 .bottom > div ul {
    margin: 0;
}
.listings-grid .col-lg-6 .bottom > div ul li {}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {}

.image-section .col-lg-6 p,
.image-section .col-lg-6 span {
	font-size: 1em!important;
	margin: 0 0 15px!important;
	font-family: inherit!important;
	line-height: inherit!important;
	background: none!important;
}

.more-specs {
	display: none;
	padding: 40px 0;
}
.more-specs p,
.more-specs span {
	font-size: 1em!important;
	margin:inherit!important;
	font-family: inherit!important;
	line-height: inherit!important;
	background: none!important;
}

.gallery-masonry {
	columns: 5 180px; /* More columns, smaller width */
	column-gap: 6px;
	max-width: 100%;
}

.gallery-masonry img {
	width: 100%;
	display: block;
	margin-bottom: 12px;
	border-radius: 6px;
	break-inside: avoid;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.gallery-masonry a:hover img {
	transform: scale(1.02);
}
.gallery-masonry {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding: 0 15px;
	background-blend-mode: exclusion;
	columns: unset;
}

.gallery-masonry img {
	width: calc(25% - 12px);
	margin: 0;
}
@media (max-width: 768px) {
	.gallery-masonry img {
		width: calc(50% - 8px);
	}
}
	@media (max-width: 370px) {
	.gallery-masonry img {
		width: 100%;
	}
}

.image-section .container-fluid .row {
	align-items: start
}