/* property page start */
/* Breadcrumb  */
.breadcrumb {
  list-style: none;
  font-size: 14px;
  padding: 0;
  margin: 20px 0;
  font-weight: 200;
}

.breadcrumb li {
  margin-right: 10px;
}

.breadcrumb li+li:before {
  content: '>';
  margin-right: 10px;
  color: #888;
}

.breadcrumb a {
  text-decoration: none;
  color: #b8b8b8;
}

.breadcrumb a:hover {
  text-decoration: none;
}

/* Breadcrumb  */

.heading .title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
}

/* filter start */
.custom_padding {
  padding-top: 2rem;
}

.title {
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 200;
}

.filter_btn_wrap button {
  background-color: transparent;
  border: 1px solid #595858;
  margin-top: 0;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.filter_btn_wrap button.active {
  color: var(--bs-body-bg);
  background-color: var(--rh-primary-color);
}

/* special filter start */
.filter-multi-select {
  max-width: 300px;
}

.multi-select-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.multi-select-btn {
  padding: 10px 20px;
  border: 1px solid #b8b8b8;
  cursor: pointer;
  background-color: #1a1918;
  border-radius: 0px;
  user-select: none;
  transition: background-color 0.3s, color 0.3s;
  color: #b8b8b8;
}

.multi-select-btn.focused {
  background-color: var(--rh-primary-color);
  color: #fff;
  border-color: var(--rh-primary-color);
}

/* Filter Four  */

.range-filter {
  max-width: 607px;
}

label {
  display: block;
  margin-top: 10px;
}

.unit-toggle {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.unit {
  padding: 5px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.unit.active {
  color: var(--rh-primary-color);
}

.slider-container {
  position: relative;
  width: 100%;
  height: 6px;
}

.range-slider {
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  position: absolute;
  pointer-events: none;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: var(--rh-primary-color);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.range-slider::-moz-range-thumb {
  background: var(--rh-primary-color);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.range-slider-track {
  background: var(--rh-primary-color);
  height: 4px;
  border-radius: 3px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-51%);
  z-index: 1;
}

.range-inputs {
  display: flex;
  justify-content: space-between;
  margin-top: 1px;
  align-items: center;
  border: 1px solid #b8b8b8;
  padding: 0 10px;
  background-color: #1a1918;
}

.range-inputs .input1 {
  font-size: 16px;
  width: 115px !important;
  background-color: #1a191800;
  outline: none;
  border: none;
  color: #b8b8b8;
}

.range-inputs .input2 {
  font-size: 16px;
  width: 70px;
  background-color: #1a191800;
  outline: none;
  border: none;
  color: #b8b8b8;
}

.range-values {
  margin-top: 10px;
  font-size: 16px;
}

.range-slider {
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  position: absolute;
  /* pointer-events: none; */
  /* Comment this line */
  pointer-events: auto;
  /* Add this line */
}

/* Filter Five  */

.currency-filter {
  max-width: 600px;
}

.currency-toggle {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 5px;
}

.currency-unit {
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.currency-unit.active {
  color: var(--rh-primary-color);
}

.currency-slider-container {
  position: relative;
  width: 100%;
  height: 6px;
}

.currency-range-slider {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  width: 100%;
  position: absolute;
  pointer-events: all;
}

.currency-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: var(--rh-primary-color);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}

.currency-range-slider::-moz-range-thumb {
  background: var(--rh-primary-color);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}

.currency-range-slider-track {
  background: var(--rh-primary-color);
  height: 4px;
  border-radius: 3px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.currency-range-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #595858;
  background-color: #1a1918;
  padding: 0 10px;
}

.currency-range-inputs input {
  width: 100px;
  background-color: #1a191800;
  outline: none;
  border: none;
  color: #b8b8b8;
}

/* special filter end */

.form-label {
  color: #fff;
}

.form-select {
  border: 1px solid #595858;
  border-radius: 0;
  background: transparent;
  color: #fff;
}

.bed_room .bed_count {
  border: 1px solid #595858;
  border-radius: 0;
  background-color: transparent;
  margin-top: 0;
  background-color: #1a1918;
}

.range-labels {
  color: #fff;
}

input[type='range'] {
  width: 100%;
}

.range-labels {
  display: flex;
  justify-content: space-between;
}

.filter-container .range-slider input[type='range'] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  height: 5px;
  border-radius: 5px;
  outline: none;
}

.filter-container .range-slider input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #d4a373;
  cursor: pointer;
}

.filter-container .range-slider input[type='range']::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--rh-primary-color);
  cursor: pointer;
}

.all_filter {
  border: 1px solid #595858 !important;
  color: #fff;
  border-radius: 0;
  padding: 12px;
}

.search-button,
.search-button:hover {
  border: 1px solid var(--rh-primary-color);
  border-radius: 0;
  color: var(--rh-primary-color);
  padding: 12px 20px;
}

.project-count {
  color: var(--rh-primary-color);
  font-weight: 400;
}

.reset-filters {
  color: #fff;
}

.mobile_filter {
  display: none;
}

input.property_title {
  background-color: #1A1918;
  border: 1px solid #595858;
  border-radius: 0;
  padding: .5rem .9rem;
  width: 100%;
}

/* filter end */

.swiper-pagination-bullet-active {
  background: #ffffff !important;
}

.property .property_item {
  border: 1px solid #2e2d2d;
}

.property .property_item .property_slider {
  position: relative;
}

.property .property_item .property_slider .category_text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: var(--rh-primary-color);
}

.property .property_item .property_slider .bookings_icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

.property .property_item .property_slider .bookings_icon ul {
  background-color: #111010cc;
}

.property .property_item .property_slider .bookings_icon ul li {
  padding: 5px 10px;
  font-size: 1rem;
  border-right: 1px solid #595858;
}

.property .property_item .property_slider .bookings_icon ul li:last-child {
  border-right: none;
}

.property .property_item .property_slider .bookings_icon ul li a i {
  color: #fff !important;
}

.property .property_item .property_content {
  padding: 1rem 1rem 0.6rem;
}

.property .property_item .property_content a {
  color: #fff;
}

.property .property_item .property_content h4 {
  line-height: 2rem;
  font-weight: 100;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.property .property_item .property_content p {
  line-height: 1.75rem;
  margin-bottom: 0;
}

.property .property_item .property_content .pd_icon p {
  font-size: 14px;
}

.property .property_item .property_content span {
  font-size: 14px;
}

.property .property_item .property_content .price {
  padding-top: 6px;
  border-top: 1px solid #595858;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.property .property_item .property_contact {
  margin-bottom: 0;
}

.property .property_item .property_contact li {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 0.4rem;
}

.property .property_item .property_contact li:last-child {
  border-right: none;
}

.property .property_item .property_contact li a {
  font-size: 18px;
  color: var(--rh-primary-color);
  width: 100%;
  text-align: center;
}

/* pagination start */

.pagination .page-link {
  background-color: transparent;
  border: 1px solid #595858;
  color: #595858;
}

.pagination .page-item.active .page-link {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.pagination .page-item.disabled .page-link {
  background-color: transparent;
  border-color: #7f7f7f;
  color: #7f7f7f;
  opacity: 0;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* pagination end */

/* consultant section start */
.map_view {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #595858;
  text-align: center;
  color: #fff;
}

.map_view a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.map_view a i {
  font-size: 24px;
  margin-right: 16px;
}

/* blog_section start */

.blog_wrapper {
  border: 1px solid #595858;
  padding: 2.5rem 2rem 0;
}

.summary-container {
  width: 100%;
  /* max-width: 600px; */
  margin: 0px auto;
}

.toggle_btn {
  margin-bottom: -12px;
}

.summary-text {
  overflow: hidden;
  max-height: 200px;
  transition: max-height 0.8s ease;
}

.summary-text h2 {
  font-size: 36px;
  line-height: 2.5rem;
  font-weight: 200;
}

.summary-text h5 {
  font-weight: 200;
  margin-top: 0.5rem;
}

.summary-text p {
  line-height: 1.75rem;
  margin-bottom: 1rem;
  font-size: 18px;
  color: #b8b8b8;
}

.summary-text ul li a {
  color: var(--rh-primary-color);
}

.expanded {
  max-height: 1500px;
}

.toggle_btn {
  margin-bottom: -12px;
}

.toggle_btn button {
  background: rgb(17, 16, 16);
  display: inline-block;
  padding: 0px 5px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--rh-primary-color);
}

button {
  color: white;
  border: none;
  padding: 10px;

  margin-top: 10px;
}

/* button:hover {
    background-color: #0056b3;
  } */

/* property page end */

/* contact section start */
.consultant-section {
  padding: 50px;
}

.consultation-form {
  position: relative;
  padding: 50px 20px;
  text-align: center;
  background-color: #1c1c1c00;
  border-right: 1px solid var(--rh-primary-color);
  border-left: 1px solid var(--rh-primary-color);
}

.consultation-form::before,
.consultation-form::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--rh-primary-color), #d3a18800, var(--rh-primary-color));
}

.consultation-form::before {
  top: 0;
  left: 0;
}

.consultation-form::after {
  bottom: 0;
  right: 0;
}

.consultation-form::before::after {
  top: 0;
  left: 50%;
  width: 50%;
  background: linear-gradient(to left,
      rgba(209, 143, 67, 0),
      rgba(209, 143, 67, 1),
      rgba(209, 143, 67, 0));
}

.form-header h2 {
  font-size: 32px;
  font-weight: 100;
  color: #fff;
  margin-bottom: 10px;
}

.form-header p {
  font-size: 18px;
  color: #b8b8b8;
}

.form-body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.form-body input {
  background-color: #1c1c1c00;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  color: #a0a0a0;
  width: 30%;
  margin: 10px;
  font-weight: 300;
}

.form-body input:focus {
  outline: 0;
}

.form-body input:focus {
  color: #7d6c6c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  outline: 0;
  box-shadow: none;
}

.form-body button {
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid var(--rh-primary-color);
  border-radius: 0;
  padding: 15px 75px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: var(--rh-primary-color);
}

.form-body button:hover {
  background-color: transparent;
  border-color: var(--rh-primary-color);
  color: var(--rh-primary-color);
}

.quicklink-section {
  padding: 50px;
}

.quick-btns ul {
  font-size: 20px;
  list-style: none;
  display: flex;
}

.quick-btns li {
  padding: 80px 15px;
}

.text-white60 {
  color: var(--rh-text-color);
}

.text-white61 {
  color: #ffffff61;
}

.quicklist ul {
  font-size: 18px;
  list-style: none;
  padding: 0;
}

.quicklist li a {
  font-size: 14px;
  font-weight: 300;
  color: var(--rh-text-color);
}

/* contact section end */

/* category start */
.categoreis ul li {
  margin-right: 5px;
}

.categoreis ul li a {
  color: #fff;
}

.categoreis ul li a span {
  color: var(--rh-text-color);
}

.tags {
  padding: 2.5rem 0;
}

.tags_wrapper p {
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
}

.tags_wrapper ul li a {
  color: #fff;
  font-size: 14px;
}

/* category end */