@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
body {
    font-family: "Josefin Sans 3", sans-serif;
    font-size: 14px !important;
    background-color: #f3f7f9 !important;
    color: #000000 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Source Sans 3", sans-serif;
    color: #000000;
}
h3 {
    line-height: 30px;
}
a {
    text-decoration: none !important;
    outline: none;
}
.description p {
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
    color: #6c757d;
}
.section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-sm {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
html {
    scroll-padding-top: 59px;
}
.row > * {
    position: relative;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}
.bg-gradient {
    background: #183862;
}
/**BACK TO TOP**/
.back-to-top-btn {
    position: fixed;
    padding: 0px 3px !important;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.4s;
    z-index: 100;
}
.back-to-top-btn i {
    font-size: 32px;
    line-height: 30px;
}
.text-right {
    text-align: right;
}
.text-red {
    color: #dc3545 !important;
}
.bg-red {
    background-color: #dc3545 !important;
}
.text-blue {
    color: #183862 !important;
}
.text-blue-alt {
    color: #0069b4;
}
.text-reset {
    text-transform: none !important;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-50 {
    width: 50%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.table-program td, tr {
    padding: 5px;
    margin: 0;
}
hr {
    margin: 15px 0 !important;
    opacity: 0.2;
}
.hr-property-card {
    padding: 0 !important;
    color: #ddd !important;
    border-top: 1px solid #ddd !important;
    opacity: 1;
    margin: 0 !important;
}
.hr-filter {
    padding: 0 !important;
    color: #ddd !important;
    border-top: 1px solid #ddd !important;
    opacity: 1;
    margin: 21px 2px !important;
}
.navbar-custom {
    padding: 20px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}
.navbar-custom .logo .logo-light {
    display: inline-block;
}
.navbar-custom .logo .logo-dark {
    display: none;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
    line-height: 26px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.4s;
    background-color: transparent !important;
    padding: 6px 10px;
    margin: 0 7px;
    font-weight: 600;
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link.active, .navbar-custom .navbar-nav .nav-item .nav-link:active {
    color: #ffffff;
}
.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}
/*--- navbar sticky ---*/
.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 10px 0px;
    background-color: #ffffff;
    box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
}
.nav-sticky.navbar-custom .logo .logo-dark {
    display: inline-block;
}
.nav-sticky.navbar-custom .logo .logo-light {
    display: none;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
    color: rgba(40, 40, 46, 0.8);
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.active, .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:active {
    color: #673ab7;
}
.custom-form {
    box-shadow: 0 10px 35px 0 rgba(152, 166, 173, 0.1);
    border-radius: 8px;
}
.custom-form .form-group {
    margin-bottom: 1.5rem;
}
.custom-form .form-group .form-control {
    height: 43px;
}
.custom-form .form-group textarea.form-control {
    height: auto;
}
.error {
    margin: 8px 0px;
    color: #dc3545;
}
#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}
.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #806027;
    background-color: #fdf1db;
    border-color: #fdebcd;
    border-radius: 5px;
    font-size: 14px;
}
.contact-loader {
    display: none;
}
@media (min-width: 200px) and (max-width: 1199px) {
    .container-fluid {
        max-width: 95%;
    }
}
@media (min-width: 1200px) {
    .container-fluid {
        max-width: 85%;
    }
}
@media (min-width: 1600px) {
    .container-fluid {
        max-width: 70%;
    }
}
@media (min-width: 200px) and (max-width: 768px) {
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #ffffff !important;
        box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
        display: none;
    }
    
    .navbar-custom .logo .logo-dark {
        display: inline-block;
    }
    
    .navbar-custom .logo .logo-light {
        display: none;
    }
    
    .navbar-custom .navbar-nav .nav-item .nav-link {
        transition: all 0.4s;
        color: rgba(40, 40, 46, 0.8) !important;
        margin: 0px;
        padding: 6px 0px;
    }
    
    .navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link.active, .navbar-custom .navbar-nav .nav-item .nav-link:active {
        color: #673ab7 !important;
    }
    
    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #28282e;
        display: none;
    }
    
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .section-title {
        margin-bottom: 0.75rem;
    }
    
    .filter-container {
        top: 20px;
    }
    
    #map {
        height: 375px !important;
    }
    
    .property-title-wrapper {
        margin: 3rem 0rem 3rem 0rem !important;
    }
    
    li.list-group-item:last-child {
        padding-bottom: 20px !important;
    }
    
    .negative {
        margin-top: -30px !important;
        padding: 0 15px !important;
    }
    
    .filter-container {
        width: auto !important;
    }
}
@media (max-width: 425px) {
    .pull-none {
        float: none !important;
        text-align: center;
    }
    
    .fullscreen {
        height: 100%;
    }
}
.cover {
    margin: 0;
    padding: 0;
}
.fullscreen {
    height: 100vh;
}
.carousel-inner {
    display: flex;
}
.carousel-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    transition: transform 0.5s ease;
}
.carousel-item img {
    width: 100%;
    height: auto;
}
.carousel-inner:hover .carousel-item {
    filter: brightness(70%);
}
.carousel-inner:hover .carousel-item:hover {
    filter: brightness(100%);
}
.property-title {
    font-size: 24px;
    font-weight: bold;
}
.price {
    color: #dc3545;
    text-align: right;
    line-height: 0.9;
    font-weight: 900;
}
.overview,
.amenities {
    margin-top: 20px;
}
.description h2,
.location h2,
.nearby h2,
.overview h2,
.amenities h2,
.contact-seller h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    padding-bottom: 10px;
}
.overview ul,
.amenities ul {
    list-style-type: none;
    padding-left: 0;
}
.overview ul li,
.amenities ul li {
    padding: 5px 0;
}
#map {
    height: 500px;
}
.badge {
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    padding-top: 4px;
    border-radius: 0px;
}
.card {
    border-radius: 15px;
}
.sub-title {
    line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
    color: #6c757d;
    font-weight: 700;
}
.icon-text {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.icon-text .icon-square {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin-right: 7px;
    flex-shrink: 0;
}
.icon-text .material-icons {
    font-size: 24px;
    color: #dc3545;
}
.icon-top, .icon-middle {
    font-size: 17px;
    padding-right: 5px;
    color: #dc3545;
}
.icon-middle {
    padding-right: 0;
    font-size: 20px;
    margin-top: 2px;
}
.icon-top-text {
    line-height: 1;
    font-weight: 700;
}
.btn-custom, .btn-custom:first-child:active {
    color: #ffffff;
    background-color: #dc3545;
    border-radius: 3px 3px 15px 15px;
}
.btn-custom:hover {
    color: #ffffff;
    background-color: #c62f3e;
}
.broker-card {
    background-color: #f8f9fa;
    border-radius: 15px 15px 3px 3px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.broker-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover;
}
.broker-card h5 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}
.broker-card p {
    margin-bottom: 0px;
    font-size: 14px;
}
.broker-card a {
    color: #dc3545;
    text-decoration: none;
    font-size: 15px;
}
.broker-card a:hover {
    text-decoration: underline;
}
.negative {
    margin-top: -119px;
}
li.list-group-item {
    padding: 3px 0;
}
#map {
    margin-bottom: 5px;
}
.text-bg-danger {
    background-color: #dc3545 !important;
}
.text-bg-success {
    background-color: #008000ff !important;
}
.text-bg-warning {
    background-color: #ffd700 !important;
}
li.list-group-item:last-child {
    padding-bottom: 0;
}
.property-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
}
.property-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.property-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.property-card .card-body {
    padding: 10px 15px;
}
.property-card .card-title {
    font-size: 1.25rem;
    margin: 10px 0;
    font-weight: 700;
}
.property-card .card-text {
    font-size: 0.875rem;
    color: #555;
    font-weight: 600;
}
.property-card .property-price {
    font-size: 1.425rem;
    color: #dc3545;
    font-weight: bold;
}
.property-card .property-details {
    font-size: 0.875rem;
    margin-top: 10px;
}
.property-card .property-details span {
    display: inline-block;
    /* margin-right: 15px; */
}
.property-card .property-details span i {
    margin-right: 5px;
    color: #dc3545;
}
span.property-price {
    margin-bottom: 6px;
    float: right;
}
.property-card .property-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    /* padding: 5px 10px; */
    border-radius: 5px;
    font-size: 0.875rem;
    font-weight: bold;
}
a > .property-card {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}
.view-all-btn {
    display: block;
    width: fit-content;
    text-align: center;
    margin: auto;
    padding: 10px;
    background-color: #dc3545;
    color: white;
    font-size: 1.05rem;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.view-all-btn:hover {
    background-color: #c62f3e;
}
.card-text > .icon-top-text {
    font-weight: 400;
    font-size: 0.9rem;
}
.property-id {
    margin-top: 5px;
    font-weight: 400;
    color: #6c757d;
}
.filter-container {
    width: fit-content;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    position: absolute;
    top: 437px;
    z-index: 410;
    left: 5%;
    right: 5%;
}
.filter-container .form-control,
.filter-container .form-select,
.filter-container .btn {
    margin-bottom: 10px;
    font-weight: 500;
}
.filter-container .form-range {
    width: 100%;
}
.filter-container label, .filter-container input {
    margin-right: 10px;
    color: #6c757d;
    line-height: inherit;
    vertical-align: inherit;
}
.form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}
.property-title-wrapper {
    margin: 7rem 0rem 3rem 0rem;
    text-align: center;
}
.slick-next {
    right: 3px !important;
    z-index: 1;
}
.slick-prev {
    left: 3px !important;
    z-index: 1;
}
.slick-dots {
    bottom: auto !important;
    top: 5px !important;
}
.slick-dots li {
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px !important;
}
.slick-dots li button:before {
    color: #ffffff !important;
    font-size: 10px !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #dc3545 !important;
}
.broker-branch-name {
    margin-top: 10px;
}
@media (max-width: 767.98px) {
    .property-title {
        font-size: 1.1rem;
        font-weight: 700;
    }
    
    .price {
        font-size: 1.3rem;
        text-align: left;
    }
    
    .commission-text {
        font-size: 0.8rem;
    }
}
@media (min-width: 768px) {
    .property-title {
        font-size: 1.4rem;
        font-weight: 700;
    }
    
    .price {
        font-size: 1.7rem;
    }
    
    .commission-text {
        font-size: 0.8rem;
        text-align: right;
    }
}
/* ------- CUSTOM ZOO REALITY ------*/
@media (min-width: 200px) and (max-width: 768px) {
    .map-wrapper {
        position: sticky;
    }
    
    .slick-dotted.slick-slider {
        margin-top: -16px;
    }
}
.filter-container {
    top: 565px !important;
}
.negative {
    margin-top: -107px;
}
#map {
    z-index: 0;
}