:root {
	--background: #ffffff;
	--foreground: #000000;
    --primary-color: #004a37;
    --secondary-color: #17CA9C;
}

html,
body {
	max-width: 100vw;
	overflow-x: hidden;
}

body {
	color: var(--foreground);
	background: var(--background);
	font-family: montserrat, Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

a {
	color: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 700;
}

.form-control.noBorder:focus {
	border-color: transparent;
	box-shadow: none;
	outline: 0;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 2rem;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

input[type="radio"] {
	width: 20px;
	height: 20px;
}

.homeForm input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 24px;
	height: 24px;
	border: 2px solid #19ca9c;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}

.homeForm input[type="radio"]:checked {
	border-color: #19ca9c;
}

.homeForm input[type="radio"]:checked::before {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	margin: 2px;
	border-radius: 50%;
	background-color: #009DD9;
}

.center-icon {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.pointer{
	cursor: pointer;
}

.noPointer{
	cursor: default;
}


.btn.default{
	border: 3px solid #19ca9c;
	background-color: #19ca9c;
	color: #fff;
	font-weight: bold;
	border-radius: .8rem;
	font-size: 130%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.btn.default.txt000{
	color: #000;
}
.btn.default.expired{
	background-color: #df0000;
}

.btn.gray{
	background-color: #686868;
	color: #fff;
	font-weight: bold;
	border-radius: .8rem;
	font-size: 130%;
}

.btn.default.inverse{
	border: 3px solid #19ca9c;
	background-color: #fff;
	color: #19ca9c;
	font-weight: bold;
	border-radius: .8rem;
	font-size: 130%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.txt19CA9C{
	color: #19CA9C;
}

.txt009DD9{
	color: #009DD9;
}

.txtfff{
	color: #fff;
}

.txt004a37{
	color: #004a37;
}

.txt000{
	color: #000;
}

.txt686868{
	color: #686868;
}

.bg19ca9c{
	background-color: #19ca9c;
}

.noBorder{
	border: 0 !important;
}

.noUnderline{
	text-decoration: none;
}

.menuMobile{
	position: absolute;
	top: 102px;
	left: 0;
	background-color: #000;
	padding: 20px;
	width: 100%;
	font-size: 120%;
}

.homeForm{
	background-color: #F5F5F5;
	border-radius: 1.5rem;
	overflow: hidden;
}

.homeForm .title{
	background-color: #19CA9C;
}

.homeForm .title .h2{
	color: #004A37;
}

.homeForm .title .subTitle{
	color: #fff;
}

.homeForm .background{
	background: url('/assets/img/bgHomeForm.png') no-repeat;
	background-size: cover;
}

.homePage .homeMain .background{
	background: url('/assets/img/bgHomeMain.png') no-repeat;
	background-size: contain;
	background-position: center;
}

.mainBg{
	background: url('/assets/img/bgHomeSearch.png') no-repeat;
	background-size: cover;
	background-position: center;
}

.homePage .fixeruppers{
	background-position: center;
	border-radius: 1rem;
	background-color: #F5F5F5;
}

.homePage .fixeruppers h2{
	background-color: #3D3D3D;
	color: #fff;
	display: inline-block;
	border-radius: .6rem;
}
.homePage .fixeruppers .link{
	color: #34b7ea;
	font-size: 110%;
}
.homePage .howWorks h3{
	color: #004A37;
}
.homePage .howWorks .box{
	border: 2px solid #000;
	border-radius: 1rem;
}

.formRequest .header{
	background-color: #004a37;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

.formRequest .bannerLogin{
	background-color: rgba(255, 255, 255, .6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.formRequest .bannerLogin .main {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
	border-radius: 1.5rem;
}

label{
	font-weight: bold;
	color: #004A37;
}

.formRequest label{
	display: block;
}

.formRequest .example{
	color: #686868;
}

.formRequest .rangeSlider{
	position: relative;
}

.formRequest .rangeSlider input{
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	outline: none;
	background: #fff;
	-webkit-appearance: none;
	background: none;
	border-radius: 10px;
	border: 1px solid #fff;
	-webkit-transition: .2s;
	transition: opacity .2s;
	background: #19CA9C !important;
	border-color: #19CA9C !important;
}

.formRequest .rangeSlider input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	pointer-events: all;
	position: relative;
	z-index: 1;
	outline: 0;
	width: 25px;
	height: 25px;
	background: #19CA9C;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #fff;
}
.formRequest .rangeSlider input::-moz-range-thumb {
	pointer-events: all;
	position: relative;
	z-index: 10;
	-moz-appearance: none;
	width: 25px;
	height: 25px;
	background: #19CA9C;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #fff;
}
.formRequest .rangeSlider input::-moz-range-track {
	position: relative;
	z-index: -1;
	background-color: transparent;
	border: 0;
}
.formRequest .rangeSlider input:last-of-type::-moz-range-track {
	-moz-appearance: none;
	background: none transparent;
	border: 0;
}
.formRequest .rangeSlider input[type=range]::-moz-focus-outer {
border: 0;
}


.formRequest .btn.submit{
	background-color: #19ca9c;
	color: #fff;
	font-weight: bold;
	border-radius: .8rem;
	font-size: 130%;
}

.formRequest .form-control.error, .formRequest .form-select.error{
	background-color: #f7e5e5;
	border-color: #ee7171;
}

.registerForm .form-control, .registerForm .form-select{
	background-color: #f5f5f5;
}
.registerForm .form-control.error, .registerForm .form-select.error{
	background-color: #f7e5e5;
	border-color: #ee7171;
}
.registerForm .error-text{
	color: #ee7171;
	font-size: 80%;
}

.registerForm .form-label{
	font-weight: bold;
}

.registerForm .planContainer{
	border: 2px solid #686868;
	border-radius: 1rem;
	position: relative;;
}
.registerForm .planContainer.trial{
	border-color: #19ca9c;
}
.registerForm .planContainer .select{
	background-color: #686868;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .3rem;
	color: #fff;
	border-bottom-left-radius: .8rem;
	border-bottom-right-radius: .8rem;
}
.registerForm .planContainer.trial .select{
	background-color: #19ca9c;
}
.registerForm .planContainer.trial .price{
	color: #34b7ea;
}
.registerForm .planContainer .mostPopular{
	display: flex;
	justify-content: center;
	align-items: center;

}
.registerForm .planContainer .mostPopular label{
	position: absolute;
	top: -1rem;
	border: 0;
	background-color: #19ca9c;
	color: #fff;
	font-weight: bold;
}
.dashboardPage .requests{
	background-color: #C7C7C7;
}
.dashboardPage .rounded{
	border-radius: 1rem !important;
}
.dashboardPage .btn.default{
	font-size: 100%;
}
.dashboardPage .requests .links{
	font-size: 120%;
	background-color: #fff;
	max-height: 300px;
	overflow-y: auto;
}

.dashboardPage .requests .links .title{
	background-color: #D9D9D9;
	font-weight: bold;
}

.memberPage .howWorks h3{
	color: #004A37;
}
.memberPage .howWorks .box{
	border: 2px solid #000;
	border-radius: 1rem;
}

.rangeSlider{
	position: relative;
}

.rangeSlider input{
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	outline: none;
	background: #fff;
	-webkit-appearance: none;
	background: none;
	border-radius: 10px;
	border: 1px solid #fff;
	-webkit-transition: .2s;
	transition: opacity .2s;
	background: #19CA9C !important;
	border-color: #19CA9C !important;
}

.rangeSlider input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	pointer-events: all;
	position: relative;
	z-index: 1;
	outline: 0;
	width: 25px;
	height: 25px;
	background: #19CA9C;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #fff;
}
.rangeSlider input::-moz-range-thumb {
	pointer-events: all;
	position: relative;
	z-index: 10;
	-moz-appearance: none;
	width: 25px;
	height: 25px;
	background: #19CA9C;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #fff;
}
.rangeSlider input::-moz-range-track {
	position: relative;
	z-index: -1;
	background-color: transparent;
	border: 0;
}
.rangeSlider input:last-of-type::-moz-range-track {
	-moz-appearance: none;
	background: none transparent;
	border: 0;
}
.rangeSlider input[type=range]::-moz-focus-outer {
border: 0;
}

@keyframes spin {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
}

.spin {
	display: inline-block;
	animation: spin 1s linear infinite;
}

.header{
	background-color: black;
	color: white;
}

.footer{
	background-color: #000000;
	color: #fff;
}

.updated{
	border-color: green !important;
	opacity: .5;
}

.managerPage .request{
	background-color: #f0f0f0;
}

.managerPage .border{
	border: 2px solid gray !important;
}

.managerPage .border.noOperator{
	background-color: #e4f2db;
}


.managerPage .request label{
	color: #000;
}

.lastOffers .links{
	height: 250px;
	overflow-y: auto;
	border: 2px solid #000;
	border-radius: 0.5rem;
}

@media screen and (max-width: 576px){
	.homeForm .background{
	background-image: url('/assets/img/bgHomeFormMobile.png');
	height: 196px;
	background-size: cover;
	}
	.homePage .homeMain .background{
	height: 300px;
	background-size: center;
	}
}

@keyframes pulse {
	0% {
		transform: scale(.7);
		opacity: .2;
	}

	50% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(.7);
		opacity: .2;
	}
}

.animate-pulse {
	animation: pulse 2s infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.animate-loading {
	font-size: 50px;
	animation: spin 1s linear infinite;
}

.property-card a {
	text-decoration: none;
}

/************ carousel ************/

/* active photo */
.carousel-indicators button.active {
	background-color: #ff5733;
}
/* inactive photo */
.carousel-indicators button {
	background-color: #aaa;
}

/* arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-color: #198754;
}
/* arrows: hover */
.carousel-control-prev:hover,
.carousel-control-next:hover {
	background-color: rgba(0, 123, 255, 0.5);
}


.pagination .page-item .page-link {
    color: #004a37;
    background-color: #fff;
    border: 1px solid #004a37;
    transition: background-color 0.2s, color 0.2s;
}

.pagination .page-item.active .page-link {
    background-color: #004a37;
    color: #fff;
    border-color: #004a37;
}

.pagination .page-item .page-link:hover {
    background-color: #004a37;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    color: #ccc;
    background-color: #fff;
    border-color: #ccc;
    pointer-events: none;
}

/* Search Area */
.search-container {
	position: relative;
}
.suggestions-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 500px;
	overflow-y: auto;
	background: white;
	border: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
	border-top: none;
	z-index: 1000;
	display: none;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.suggestion-item {
	padding: 10px 15px;
	cursor: pointer;
	transition: background-color 0.2s;
	font-size: 16px;
	color: #333;
}
.suggestion-item:nth-child(odd) {
	background-color: #f8f9fa;
}
.suggestion-item:nth-child(even) {
	background-color: #ffffff;
}
.suggestion-item:hover {
	background-color: #e9ecef;
}
.suggestion-item.highlighted {
	background-color: #19CA9C;
	color: white;
}
.noBorder {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}
.center-icon {
	background: white;
	border-radius: 4px;
}

/* blur images */
.blur-image {
	filter: blur(10px);
	transition: filter 0.3s ease;
	pointer-events: none;
	user-select: none;
}

.blur-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.blur-wrapper img.blur-image {
	display: block;
	width: 100%;
	height: 100%;
	filter: blur(10px);
	user-select: none;
	pointer-events: none;
}

.blur-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0.5rem 1rem;
	border-radius: 6px;
	font-size: 1.2rem;
	font-weight: bold;
	z-index: 10;
	pointer-events: none;
	text-align: center;
}

/*** details ***/


.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-secondary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.property-highlight {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.highlight-item {
    margin-bottom: 15px;
}

.highlight-label {
    font-weight: 600;
    color: #555;
}

.highlight-value {
    font-size: 1.1rem;
    font-weight: 700;
}

.price-badge {
    background-color: var(--secondary-color);
    color: white;
    font-size: 1.5rem;
    padding: 10px 20px;
    border-radius: 8px;
}

.property-description {
    line-height: 1.8;
}

.contact-card {
    border-left: 4px solid var(--secondary-color);
    padding-left: 15px;
    margin-bottom: 20px;
}

.contact-name {
    font-weight: 700;
    margin-bottom: 5px;
}

.mortgage-calculator {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

.print-only {
    display: none;
}

@media print {
    .no-print {
        display: none;
    }
    .print-only {
        display: block;
    }
    body {
        font-size: 12pt;
    }
    .property-highlight, .mortgage-calculator {
        page-break-inside: avoid;
    }
}

/* Styling for Save Property button */
#savePropertyBtn.active {
    background-color:  var(--primary-color);
    border-color:  var(--primary-color);
}

#savePropertyBtn.active i {
    color: #ffc107; /* Yellow bookmark icon when active */
}

#savePropertyBtn:not(.active) {
    background-color:  var(--secondary-color);
    border-color: var(--secondary-color);
}

.property-header {
    background-color: #f8f9fa;
    padding: 30px 0;
    margin-bottom: 30px;
}
.property-highlights {
    background-color: #f1f8ff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}
.highlight-item {
    margin-bottom: 15px;
}
.highlight-value {
    font-weight: 700;
    font-size: 1.2rem;
    color: #0d6efd;
}
.property-carousel {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}
.property-section {
    margin-bottom: 40px;
}
.section-title {
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-weight: 700;
}

.map-container {
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
}
.price-badge {
    font-size: 1.5rem;
    padding: 10px 20px;
}
.property-features li {
    margin-bottom: 8px;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-secondary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.highlight-box {
    border-left: 4px solid var(--secondary-color);
    padding-left: 15px;
    margin-bottom: 40px;
}

.property-highlight {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.property-label {
    color: #666;
    font-size: 0.9rem;
}

.price-badge {
    background-color: var(--secondary-color);
    color: white;
    font-size: 1.5rem;
    padding: 10px 20px;
    border-radius: 5px;
}

.property-feature {
    margin-bottom: 15px;
}

.feature-icon {
    color: var(--secondary-color);
    font-size: 1.5rem;
    margin-right: 10px;
}

.breadcrumb { margin:0; }

.blockquote-custom {
    background-color: #e9ecef;
    border-left: 5px solid var(--primary-color);
    padding: 15px;
    border-radius: 5px;
    font-style: italic;
    color: #495057;
}

.form-check-input:checked {
	background-color: #198754;
	border-color: #198754;
}

/* list filters */
@media (max-width: 767.98px) {
	.btn-property {
		font-size: 0.75rem;
		padding: 0.25rem 0.5rem;
	}
	.btn-property i {
		font-size: 0.85rem;
	}
}
