#backToTopBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

#backToTopBtn:hover {
    background-color: #0056b3;
}
.required-star {
    color: red;
    transition: color 0.3s ease;
}
.required-star.valid {
    color: green;
}
.wishlist-icon {
    position: absolute;
    top: 50px;
    right: 10px;
    color: #ddd;
    font-size: 1.4rem;
    cursor: pointer;
}
.active {
    color: #007bff;
}
.card {
position: relative;
}
.select2 {width:100% !important;}
.room-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff5722;
    color: white;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: bold;
    border-bottom-left-radius: 8px;
    z-index: 10;
}
#sector,#searchText {
    border-color:#aaa;
    padding: 01px 3px 1px 3px;
}
.font-size {
    font-size: 12px;
}
p{margin-bottom:5px !important;font-size:14px;}
h5{font-size:1.1rem !important;}
h2{font-size:1.5rem !important;}
#propertyList{min-height: 400px;}
.text-13px {font-size:13px;}
