body,
p,
.coderra-property-template li {
	font-size:16px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	max-width: 1200px;
}

.coderra-property-map,
.coderra-property-map .leaflet-container,
.coderra-property-map .leaflet-pane,
.coderra-property-map .leaflet-top,
.coderra-property-map .leaflet-bottom {
	z-index: 0 !important;
}

.single-property a.btn-primary {
	font-family: Poppins, sans-serif;
    font-weight: 500;
    border: 1px solid #062645;
    background-color: #123251;
    color: #fff;
    border-radius: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}

.single-property h1 {
	color: #123251;
	margin-bottom: 5px;
}

.single-property h3 {
	color: #123251;
	margin-bottom: 15px;
	font-weight: 500;
    font-style: normal;
}

h3.accordion-header {
	background: #f9f9f9;
}

.background-green {
	background: #79a095;
}

.background-grey {
	background: #eaedef;
}

.single-property hr {
	color: #123251;
    background-color: #123251;
	opacity: 1;
}

.coderra-property-stats {
	gap: 0;
	font-size: 14px;
}

.coderra-property-stats li {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.coderra-property-stats li:not(:last-child)::after {
	content: "|";
	margin: 0 0.5rem;
	opacity: 0.5;
}

.coderra-property-stats i {
	margin-right: 0.5rem;
	font-size: 1.25rem;
	color: #1d3f6e;
}

@media (min-width: 991px) {
	.coderra-property-sidebar-col {
		padding-left: 0 !important;
	}
}

@media (max-width: 767px) {
	.coderra-property-stats {
		gap: 0.5rem;
	}

	.coderra-property-stats li:not(:last-child)::after {
		display: none;
	}
}

.coderra-property-gallery {
	overflow: hidden;
}

.coderra-property-gallery:hover > .coderra-gallery-nav {
	opacity: 1;
}

.coderra-gallery-nav {
	opacity: 0;
	transition: opacity 100ms ease;
}

.coderra-property-gallery .image-background {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
}

.coderra-property-gallery a.fancybox {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.coderra-main-image,
.coderra-sub-image {
	position: relative;
	min-height: 560px;
}

.coderra-main-image img,
.coderra-sub-image img {
	opacity: 0;
}

.coderra-sub-image-1 {
	margin-bottom: 12px;
}

.coderra-sub-image-1,
.coderra-sub-image-2 {
	height: calc(50% - 6px);
	min-height: 274px;
}

.coderra-gallery-nav button.coderra-prev,
.coderra-gallery-nav button.coderra-next {
	position: absolute;
	top: 30%;
	z-index: 99;
	width: 60px;
	height: 40%;
	padding: 0 !important;
	border: none;
	color: #fff;
	cursor: pointer;
}

.coderra-prev {
	left: 5px;
	background: linear-gradient(90deg, rgb(18, 50, 81) 2%, rgba(0, 39, 87, 0));
}

.coderra-next {
	right: 5px;
	background: linear-gradient(270deg, rgb(18, 50, 81) 2%, rgba(0, 39, 87, 0));
}

.coderra-gallery-nav button.coderra-prev,
.coderra-gallery-nav button.coderra-next {
	-webkit-mask-image: linear-gradient(
		to bottom,
		transparent 0%,
		black 15%,
		black 85%,
		transparent 100%
	);

	mask-image: linear-gradient(
		to bottom,
		transparent 0%,
		black 15%,
		black 85%,
		transparent 100%
	);
}

.coderra-gallery-counter {
	position: absolute;
	bottom: 7px;
	right: 20px;
	z-index: 5;
	width: auto;
	padding: 2px 10px;
	border: 1px solid #123251;
	background: #e9e9e5;
	color: #123251;
}

.coderra-property-content-wrap {
	position: relative;
}

.coderra-property-content {
	position: relative;
	max-height: 200px;
	overflow: hidden;
	transition: max-height 400ms ease;
}

.coderra-property-content::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 90px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
	pointer-events: none;
	transition: opacity 250ms ease;
}

.coderra-property-content.is-expanded {
	max-height: 10000px;
}

.coderra-property-content.is-expanded::after {
	opacity: 0;
}

.coderra-property-read-more {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 1rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #123251;
	cursor: pointer;
}

.coderra-property-read-more__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	line-height: 1;
	font-weight: 600;
}

.coderra-property-accordion .accordion-button {
	background: transparent;
	color: #123251;
	font-weight: 600;
	padding-left: 0;
	padding-right: 0;
	box-shadow: none;
}

.coderra-property-accordion .accordion-item {
	border: 0;
	border-bottom: 1px solid #d8d8d8;
}

.coderra-property-accordion .accordion-body {
	padding-left: 0;
	padding-right: 0;
}

.coderra-property-info__row {
	background: #eaedef;
    margin-bottom: 5px;
}

.coderra-property-template .card-header h3 {
	font-size: 1.25rem;
}

.coderra-property-contact-card__image {
	max-width: 150px;
}

@media (max-width: 767px) {
	.coderra-main-image {
		min-height: 360px;
	}

	.coderra-gallery-nav {
		opacity: 1;
	}
}

@media (max-width: 991px) {
	.coderra-mobile-property-cta {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9999;
		margin: 0;
		box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.15);
	}

	body.single-property {
		padding-bottom: 96px;
	}
}