.breadcrumb {   
    background-color: #ffffff00;
}
.filter-listing-top {
  position: relative;
}
.filter-form {
  position: absolute;
  z-index: 999;
  background:#fff;
  width: 100%;
  padding:0 20px;
  left: 0;
}
.filter-form .collapse.show {
  padding: 20px 0px !important;
}
#sidebar {
  margin: 0;
    margin-bottom: 0px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 0px !important;
  border-radius: 100px;
  margin-bottom: 30px;
  border: 1px solid #eee8e8;
}
#filters_col{
	margin: 0px;
	border-radius: 50px;
}

.stiky-map .map-full {
  height: 450px !important;
}
.margin_60_35 {
  padding-top: 30px;
  padding-bottom: 35px;
}
.select2-selection{
	border:none !important;
	margin:0px !important;
	padding: 0px !important;
}
.select2 {
  visibility: visible !important;
  display: flex;
  align-items: center;
}

.nice-select.form-control.select2 {
  display: none;
}
.nice-select.wide {
  display: none;
}
.select2-container {
  width: 100% !important;
}
.filter-row {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.filter-row .filter-item {
  padding: 10px;
  background: #f5f5f5;
  border-radius: 6px;
}

a#filters_col_bt {
  padding-right: 30px;
  display: inline-block;
  padding-right: 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}


a#filters_col_bt::before{
	display: none !important;
}


a#filters_col_bt {
  position: relative;
}


a#filters_col_bt::after {
  content: "\f077"; /* Font Awesome: chevron-up */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #333;
  pointer-events: none;
}

/* When collapsed, show chevron-down */
a#filters_col_bt.collapsed::after {
  content: "\f078"; /* Font Awesome: chevron-down */
}


#filters_col {
  background-color: transparent;
  padding: 0;
  margin: 0 !important;
  border: none;
  border-radius: 0 !important;
}

.margin_60_35 {
  padding-top: 15px;
  padding-bottom: 35px;
}
.responsive-filter {
  margin-top: 14px;
}
@media (max-width:900px){
	main {
  padding-top: 125px;
}
	#sidebar{
		border-radius: 0px;
	}
	.filter-listing-top {
  position: relative;
  margin-bottom: 20px;
}
/* Filter Panel (hidden by default) */
.responsive-filter {
  position: fixed;
  left: 0;
  bottom: -100%; /* hidden below screen */
  width: 100%;
  height: 80vh; /* covers 70% of viewport height */
  background: white;
  z-index: 9999;
  padding: 20px;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  transition: bottom 0.4s ease-in-out;
  overflow: auto;
  border-radius: 40px 40px 0 0;
}
.filter-row .filter-item {
    padding: 10px;
    background: transparent !important;
  }
#sidebar {
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 0px;
  background: transparent;
  box-shadow: none;
  padding: 0px !important;
  border-radius: 0;
  margin-bottom: 30px;
  border: none;
}

/* When active (slide in) */
.responsive-filter.active {
  bottom: 0;
}
.filter-form {
  position: relative;
}
.close-filter {
  position: absolute;
  top: 0;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

.filter-row {
  display: flex;
  gap: inherit;
  grid-template-columns: inherit;
  flex-wrap: wrap;
}

.filter-row .filter-item {
  padding: 10px;
  background: #f5f5f5;
  border-radius: 6px;
  width: 100%;
  flex: 0 0 100%;
}
#results{
	margin-top: 20px;
}
}

/* Show only on mobile (less than 992px) */
.onlyformobile {
  display: block;
}

.onlyfordesktop {
  display: none;
}


.filter-toggle1 {
  margin: 28px 15px 0 15px;
  background: transparent;
  display: block;
  text-align: center;
  padding: 7px 10px;
  border-radius: 2px;
  color: #000;
  font-size: 11px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  /* On desktop and larger, reverse visibility */
  .onlyformobile {
    display: none;
  }

  .onlyfordesktop {
    display: block;
  }

}
  .mm-slideout {
  z-index: 1;
}
.d-flex.justify-space-between {
  display: flex;
  justify-content: space-between;
}
   


.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 010px;
  background: #f9f9f9;
  border-radius: 12px;
  margin-bottom: 0;
}  

.category-title1 {
  font-size:18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

.category-description1 {
  font-size: 12px;
  color: #777;
}

.filter-toggle1 i {
  font-size: 1.2rem;
  color: #003bb5; /* You can change this color to match your theme */
  background: #fff;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.filter-toggle1 i:hover {
  background: #de6d64;
  color: #fff;
  cursor: pointer;
}
/*.main-listing-sec{
	overflow: hidden;
}
*/
h1 {
    font-size: 18px;
    font-weight: 600;
}   